/* Core */    

html {
	overflow-x: hidden;
}
html body {
        background-color: #f4f0f6;
}
.body-column {
        background: rgba(243,239,245,0.5);
        padding-top: 15px;
}
[id="header-bg"] {
        background: url(tix-banner_bg3.jpg)  0px 0px no-repeat;
        background-size: cover;
}
@media (min-width: 1200px){
[id="header-bg"] {
        background: url(tix-banner_bg3.jpg)  0px -12px no-repeat;
        background-size: cover;
}	
}
@media (min-width: 1600px){
[id="header-bg"] {
        background: url(tix-banner_bg3.jpg)  0px -135px no-repeat;
        background-size: cover;
}	
}
img {
	max-width: 100%;
	height: auto !important;
}
.content {
	line-height: 1.7;
	font-size: 16px;
}
h1, h2, h3, h4, h5 {
	font-family: Raleway, Roboto, san-serif;
	font-weight: bold;
}
body h1 {
    font-family: 'Fjalla One', sans-serif;
    margin: 20px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
    clear: left;
}
/* Header */    
header {
	position: relative;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
@media all and (min-width:768px) {
	header {margin-top: 30px;}
}
header [id="header-social"] {
	text-align: center;
	margin-top: 20px;
}
.top-header {
	background: #fff;
	z-index: 99;
	padding: 0px;
}

@media all and (min-width:  500px) {
header [id="header-social"] {
	position: absolute;
	top: 75px;
	margin-top: 15px;
}
}
a.twitter {
	color: #46bbff;
}
a.fb {
	color: #2f85e8;
}
a.yt {
	color: #e8412f;
}
a.igram {
	color: #233644;
}

[id="main-logo"] a.logo {
	margin: 20px 0;
	width: 100%;
	text-align: center;
	display: block;
}
.venue-logo a.logo {
	display: block;
	margin: 0 auto 20px;
}
.waterfront {
	text-align:right;
}
@media all and (min-width: 600px) {
  [id="main-logo"] a.logo {}
}

@media all and (min-width: 768px) {
  header {
  	margin-top: 15px;
  } 
  .venue-logo a.logo {margin: 18px 0;}
}
@media all and (min-width: 992px) {
  [id="main-logo"] a.logo {
  	margin: 25px auto;
  }
  .venue-logo a.logo {margin: 30px 0;}
}
@media all and (min-width: 1200px) {
  [id="main-logo"] a.logo {
  	margin: 30px auto;
  }
  .venue-logo a.logo {margin: 36px 0;}
}
@media all and (min-width: 1600px) {
  [id="main-logo"] a.logo {
  	margin: 40px auto;
  }
  .venue-logo a.logo {margin: -8px 0 48px;}
}



/* Navigation */
[id="skin_obby"] {
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
[role="navigation"] {
	position: fixed;
	right: 0;
	top: 40px;
	height: 100vh;
	width: 80%;
	margin-right: -80%;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	background: #222;
	z-index: 30;
}
.active-nav [role="navigation"] {
	margin-right: 0;
}
.active-nav [id="skin_obby"] {
	margin-left: -80%;
	position: relative;
	margin-right: 80%;
}
.navigation.admin-nav {
        margin-top: 20px;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.navigation ul li {
}
.navigation ul li a {
	display: block;
	font-size: 16px;
	padding: 10px 15px;
	color: #eee;
}
.navigation ul li a:hover, .navigation ul li:hover a {
	text-decoration: none;
	background: #eee;
	color: #333;
}
.navigation {
}

@media all and (min-width: 480px) {
[role="navigation"] {
	width: 50%;
	margin-right: -50%
}
.active-nav [id="skin_obby"] {
	margin-left: -50%;
	margin-right: 50%;
}
}

@media all and (min-width: 600px) {
[role="navigation"] {
	width: 33%;
	margin-right: -33%
}
.active-nav [id="skin_obby"] {
	margin-left: -67%;
	margin-right: 33%;
}
}

.navigation ul ul {
	display:none;
}
.navigation ul ul li a:hover {
	background: #d4d2d8;
}

@media (min-width:  992px) {
[role="navigation"], .active-nav [role="navigation"] {
	position: relative;
	margin: 0;
	width: auto;
	height: auto;
	background: transparent;
	top: 0;
	clear: both;
}
.navbar-toggle {
	display: none!important;
}
.active-nav [id="skin_obby"] {
	margin: 0;
}
.navigation ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	display: flex;
	border-top: 1px solid #e6e7e8;
}
.navigation ul ul {
	display:none;
	background: #eee;
	width: 240px;
	padding:0;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.navigation ul li {
	position: relative;
	padding: 0;
	margin: 0;
	flex-grow: 1;
}
.navigation ul li a {
	display: block;
	padding: 12px 12px;
	margin: 0 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	text-decoration: none;
}
.navigation ul ul li a {text-align: left;padding: 15px 15px;}

.navigation ul li:last-child a {
	margin-right: 0;
}
}

.navigation li:hover ul {
	display: block;
	width: 100%;
}

@media all and (min-width:992px) {
	.navigation li:hover ul {
	position: absolute;
	top: 42px;
	left:0;
	border-top: none;
	min-width: 240px;
  }
}


@media all and (min-width: 768px) {
.navigation ul {
	text-align: left;
}
}
body .navbar-toggle {
	padding: 12px 8px;
	margin-top: 0px;
	background: #222;
	margin-right: 0;
	margin-bottom: 0;
	position: fixed;
	border-radius: 0;
	top: 70px;
	right: 0;
	z-index: 100;
}
.active-nav .navbar-toggle {
	right: 80%;
}

@media all and (min-width:480px) {
.active-nav .navbar-toggle {
	right: 50%;
}
}

@media all and (min-width:600px) {
.active-nav .navbar-toggle {
	right: 33%;
}
}
.navbar-toggle .icon-bar {
	background: #fff;
	border-radius: 0px;
}

/* Venue list dropdown */

@media all and (min-width:992px) {
/*
.navigation ul li:nth-of-type(4) { position: static; }
.navigation ul li:nth-of-type(4) ul { width: 100%; top: 59px; }
.navigation ul li:nth-of-type(4) ul li { width: 33.33%; float: left; }
.navigation ul li:nth-of-type(4) ul li a { text-align: center; }
.navigation ul li:nth-of-type(4) ul li a {padding: 15px 2px;}
*/
}
@media all and (min-width:1200px) {
	/*.navigation ul li:nth-of-type(4) ul li { width: 25%; float: left; }*/
}
@media all and (min-width:1440px) {
	/*.navigation ul li:nth-of-type(4) ul li { width: 20%; float: left; }*/
}


/* Fixed header (on scroll) */
@media all and (min-width: 992px) {
.nav-scrolled {
	padding-top: 220px;
}
.nav-scrolled header {
	position: fixed;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.975);
	border-bottom: 1px solid #ddd;
	left: 0;
	right: 0;
	margin:0;
        padding-left: 30px;
        padding-right: 30px;
        width:auto;
}
.nav-scrolled header .navbar {
	margin-bottom: 0;
}
.nav-scrolled header .navigation ul {
	border: none;
	padding:0;
}
.nav-scrolled header .navigation ul li a { color: #000; }
.nav-scrolled header .navigation li:hover ul {
	top:43px;
}
.nav-scrolled header a.logo, .nav-scrolled header a.logo + a.logo {
	display:none;
}


}

@media all and (min-width:1200px) {
.nav-scrolled header a.logo {
	float: left;
	max-width: 100px;
	margin: 10px 50px 0 -20px;
}
.nav-scrolled header .navigation ul {
}
.nav-scrolled header .navigation>ul>li>a {
	font-size: 16px;
	margin: 15px 0px;
	padding-left: 9px;
	padding-right: 9px;
}
.nav-scrolled header .navigation li:hover ul {
	top:58px;
}

}
/* Account */  [id="admin-tools"] .admin-label {
	display: none;
}
.admin-bar [class*="links-"] > ul > li > a {
	color: #313134;
}

@media all and (min-width: 768px) {
[id="admin-tools"] .admin-label {
	display: inline;
}
}
/* Account bar colour and position  */  .admin-bar {
	background: #eae9ed;
	z-index: 100;
	/*position: fixed;*/
	top: 0;
	left: 0;
	height: 40px;
	right: 0;
}
.admin-bar .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-width: 200px;
	border: 0px solid;
}
.admin-bar ul.level_1 {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	top: 39px;
	border: 1px solid rgba(0,  0,  0,  .15);
	border-radius: 0 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,  0,  0,  .175);
	box-shadow: 0px 6px 12px rgba(0,  0,  0,  .175);
	border-top: 1px solid #fff;
	color: #000;
	border-left: none;
}
.admin-bar a {
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.admin-bar ul.level_1 .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.admin-bar ul.level_1 > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #000;
	white-space: nowrap;
}
.admin-bar ul.level_1 > li > a:hover, .admin-bar ul.level_1 > li > a:focus {
	text-decoration: none;
	background-color: #bfdb2e;
	color: #000;
}
.admin-bar ul.level_1 > .active > a, .admin-bar ul.level_1 > .active > a:hover, .admin-bar ul.level_1 > .active > a:focus {
	color: #333;
	text-decoration: none;
	background-color: #cacac0;
	outline: 0;
}
.admin-bar ul.level_1 > .disabled > a, .admin-bar ul.level_1 > .disabled > a:hover, .admin-bar ul.level_1 > .disabled > a:focus {
	color: #777;
}
.admin-bar ul.level_1 > .disabled > a:hover, .admin-bar ul.level_1 > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
 filter:  progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.admin-bar .open > a, .admin-bar li:hover > a {
	outline: 0;
}
.links-left .nav>li>a:focus, .links-left .nav>li>a:hover, .links-left .nav>li>a.current, .links-left .nav>li:hover>a, .links-left .nav>li>a.open:focus, .links-left .nav>li>a.open:hover, .links-left .nav>li>a.open.current, .links-left .nav>li:hover>a.open {
	background: #fff;
	color: #000;
}
.links-right .nav>li>a:focus, .links-right .nav>li>a:hover, .links-right .nav>li>a.current, .links-right .nav>li:hover>a, .links-right .nav>li>a.open:focus, .links-right .nav>li>a.open:hover, .links-right .nav>li>a.open.current, .links-right .nav>li:hover>a.open, .nav .open>a:focus, .nav .open>a:hover {
	background: #fff;
	color: #000;
}
.admin-bar .links-left {
	float: left;
}
.admin-bar .links-right {
	float: right;
}

@media all and (min-width:768px) {
.admin-bar [class^="links"] > ul > li {
}
.admin-bar .nav>li>a {
	color: #cacac0;
}
}
/* Navigation behaviour */    .admin-bar .links-left > ul, .admin-bar .links-left > ul > li {
	display: inline-block;
}
.admin-bar .links-right > ul > li {
	display: block;
	float: left;
}

/* Mobile only admin settings */    @media all and (max-width: 480px) {
header[role="banner"] .logo img {
	max-width: 90px;
}
.admin-bar [class*="links"] {
	margin: 0 -15px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
[class*="links"] .dropdown-menu {
	left: auto;
	right: 0;
	top: 42px;
}
.admin-bar .links-right > ul > li > a {
	padding: 10px 12px;
}
.admin-bar [class*="links"] > ul, .admin-bar [class*="links"] > ul > li {
	position: static;
}
.admin-bar [class*="links"] > ul .dropdown-menu {
	width: 100%;
	border-top: none;
	margin-top: -1px;
}
.admin-bar .links-right > ul > li:last-child {
	float: right;
}
.admin-bar .nav>li>a:focus, .admin-bar .nav>li>a:hover, .admin-bar .nav>li>a.current, .admin-bar .nav>li:hover>a, .admin-bar .nav>li>a.open:focus, .admin-bar .nav>li>a.open:hover, .admin-bar .nav>li>a.open.current, .admin-bar .nav>li:hover>a.open {
	background: #fff;
	color: #000;
}
}

@media all and (min-width:  992px) {
.admin-bar .links-left {
	overflow-x: visible;
}
.admin-bar .links-left > ul > li {
	display: block;
	float: left;
}
.admin-bar .open > ul.level_1, .admin-bar li:hover > ul.level_1 {
	display: block;
}
}
/* Basket */  .admin-bar [id="basket"] {
	margin: 0 10px 5px;
}
.admin-bar [id="basket"] h3 {
	display: none;
}
.badge.quantity {
	padding: 3px 6px 3px 5px;
	margin-right: 2px;
	border: none;
	background: #bfdb2e;
	color: #000;
	height: auto;
}
/* Page banner */    /* PAGER */    .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom:  1;
 *display:  inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a: hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
[id="static-banner"] {
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
}

@media all and (min-width: 600px) {
[id="static-banner"] {
	margin-bottom: 20px;
}
}
.bx-wrapper + [id="static-banner"], [id="news-banner"] + [id="static-banner"] {
	display: none;
}
.msl-pagebanner {
	margin: 0 -50px;
}
.msl-pagebanner.panorama {
      margin:0;
}
.msl-pagebanner.circle {
	margin: 0;
}
.msl-pagebanner img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
/*officer page*/  .circle.msl-pagebanner img {
	max-width: 400px;
}
.item-pad .msl_blog_description {
	padding-top: 50px;
	background: url(org-icon-i.png) 50% 0 no-repeat;
}
.item-pad .msl-recentblogposts {
	padding-top: 50px;
	background: url(icon-pen.png) 50% 0 no-repeat;
}

@media all and (min-width: 600px) {
.msl-pagebanner {
	margin: 0;
}
}
.page-detail {
	text-align: center;
	margin: 40px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px
}
hr {
	border-color: #ccc;
}

@media all and (min-width:992px) {
.page-detail, hr {
	margin: 40px -40px;
}
}
h2 {
	margin: 20px 0;
	font-weight: 500;
	line-height: 1;
	font-size: 20px;
	padding: 0;
	color: #000;
}
 h1 {
	margin: 0;
	font-weight: 900;
	line-height: 1;
	font-size: 24px;
	padding: 0 15px;
	color: #000;
}
hgroup[id="section-page-header"] h2 {
	font-size: 18px;
}
hgroup {
	text-align: center;
	border-top: 1px solid #e6e7e8;
	padding: 30px 0;
	margin-top: 40px;
}

@media all and (min-width:600px) {
hgroup {
	padding: 40px 0;
}
}
hgroup h3 {
	font-size: 14px;
	margin-bottom: 0;
}
.page-detail h1:after, .grouping-details h1:after {
	content: '.';
	margin-left: 0.25%;
}
.page-detail p, .grouping-details p {
	font-size: 16px;
	color: #062D3F;
	padding: 0 20px;
	margin: 1em 0 0;
}

@media all and (min-width: 600px) {
h1 {
	font-size: 30px;
	padding: 0;
}
h2 {
	font-size: 21px;
}
hgroup[id="section-page-header"] h2 {
	font-size: 20px;
}
hgroup h3 {
	font-size: 18px;
}
.page-detail p, .grouping-details p {
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.4;
}
}

@media all and (min-width: 768px) {
 h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
hgroup[id="section-page-header"] h2 {
	font-size: 30px;
}
.page-detail p, .grouping-details p {
	padding: 0 80px;
	font-size: 20px;
}
}

@media all and (min-width:992px) {
h1 {
	font-size: 42px;
}
h2 {
	font-size: 30px;
}
hgroup[id="section-page-header"] h2 {
	font-size: 32px;
}
}

@media all and (min-width:1200px) {
h1 {	font-size: 50px;}
h2 {font-size: 36px;}
hgroup[id="section-page-header"] h2 {
	font-size: 36px;
}
}
body ul.breadcrumb {
	background: none;
	margin: 15px 0;
}
.page-detail .msl-breadcrumb, .grouping-details .msl-breadcrumb {
	padding: 0;
	font-size: 100%;
	text-align: center;
}
.breadcrumb>li+li: before {
	display: none;
}
.addthis_sharing_toolbox {
	margin: 20px 0 0;
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;
}

.msl-pagebanner + h1 {
        margin: 20px 0;
}

/* News banner */    [id="news-banner"] {
}
[id="news-banner"] .news-detail {
	width: auto;
	margin: 0 auto;
	padding: 15px 20px;
	background: #fff;
	border-bottom: 1px solid #c1283a;
}
[id="news-banner"] .news-detail p.leader {
	display: none;
}

@media all and (min-width:600px) {
[id="news-banner"] .news-detail p.leader {
	display: inline;
}
}

@media all and (min-width:992px) {
[id="news-banner"] .news-detail {
	width: 800px;
	margin: 0 auto;
	padding: 15px 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -400px;
	background: #fff;
	border-left: 5px solid #c1283a;
	border-bottom: none;
}
}

@media all and (min-width: 1200px) {
[id="news-banner"] .news-detail {
	width: 1140px;
	margin-left: -570px;
}
}
[id="news-banner"] h5 {
	display: inline;
	background: #fff;
	margin: 0 10px 0 0;
}
[id="news-banner"] h5 a {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	top: 50%;
}
[id="news-banner"] p {
	display: inline;
	margin: 5px 0 0;
	font-size: 18px;
}
[id="news-banner"] p .msl-morelink {
	margin: 0 0 0 10px;
	font-size: 12px;
	display: inline-block;
	padding: 3px 5px;
	background: #eee;
	color: #333;
	font-weight: 600;
}
.bx-wrapper {
	position: relative;
}
.bx-controls-direction {}
.bx-controls-direction a {
	position: absolute;
	top: 0%;
	height: 48px;
	width: 48px;
	/* margin-top: -24px; */
	padding-top: 45%;
	text-indent: -5000px;
}
.bx-controls-direction a.bx-prev {
	background: url(arrow-left.png) 50% 50% no-repeat;
	left: -24px;
	/* display: none; */
}
.bx-controls-direction a.bx-next {
	background: url(arrow-right.png) 50% 50% no-repeat;
	right: -24px;
	/* display: none; */
}
/* Content */        /* Sidebar */  aside .grouping-logo img {
	display: block;
	margin: 0 auto;
}
aside .box {
	border-bottom: 2px solid #062D3F;
	margin: 0 0 20px;
	padding: 12px 13px;
	background-color: #eaebec;
	position: relative;
}
aside .box:empty {
	display: none;
}
aside .box > *:first-child, aside .box > *:first-child h3 {
	margin-top: 0;
	padding-top: 0;
}
aside .box h2, aside .box h3 {
	margin-top: 0;
	padding-top: 0;
	font-weight: 600;
	font-size: 20px;
}
aside .box h3 {
	font-weight: normal;
}
aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
        background: #eee;
}
aside li ul {
	margin: 0 0 10px;
	background: #fff;
}
aside li li ul {
	margin: 5px 10px 15px;
}
aside li ul li {
	border-bottom: 1px solid #ccc;
}
aside li {
	margin: 0;
	padding: 0;
	list-style: none;
}
aside li li {
	list-style: disc inside;
}
aside li li li {
	list-style: circle inside;
}
aside a {
	display: block;
}
aside li a {
	background: #fff;
	margin: 0 0 1px;
	padding: 8px 12px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
aside li a:hover {
	text-decoration: none;
	background: #8e62a0;
	color: #fff;
}
aside li a.current {
	background: #5c3377;
	color: #fff;
}
aside li li a.current {
	background: #fc0;
	color: #000;
}
aside li a.current + ul {
	margin-top: 1px;
}
aside [id="org-name"] {
	font-size: 16px;
	line-height: 1.5;
}
aside .grouping-contact {
	display: block;
	margin: 10px 0 0;
	font-size: 11px;
	padding: 10px 0 0;
}
aside p + .grouping-contact {
	border-top: 1px solid #ccc;
}

@media all and (min-width: 320px) {
aside .grouping-contact {
	font-size: 12px;
}
}

@media all and (min-width: 480px) {
aside .grouping-contact {
	font-size: 14px;
}
}
aside .grouping-contact > a {
	padding-left: 24px;
	word-wrap: break-word;
	display: block;
}
/* Ad banner */    .ad-banner {
	text-align: center;
	margin: 30px 0;
}
/* Footer */

footer {
	background: #76348b url(bg-footer.jpg) 50% top;
	background-size: cover;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	margin: 0;
	clear: both;
}
footer a, footer a:hover {
	color: #fff;
}
footer:before, footer:after {
	position: absolute;
	content: ' ';
	top: -5px;
	height: 5px;
	width: 33.3%;
}
.footernav ul {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footernav li {
	margin: 0 10px 5px;
	padding: 0;
	display: inline-block;
}
.footernav li a {
	display: inline-block;
	padding: 6px 10px;
	color: #000;
	background: #ccc;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	border-bottom: 1px solid transparent;
}
.footernav li a:hover {
	background: #1f4f6e;
	color: #d7df23;
	border-bottom: 1px solid #0c3042;
	text-decoration: none;
}
.footer-banner {
  text-align: center;
}
#totop {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0 0 20px;
	color: #0c3042;
	padding: 0 0 20px;
	font-size: 18px;
	font-style: italic;
	cursor: pointer;
}
/* Member lists */  .msl-groupedmemberlist {
}
.msl-groupedmemberlist ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
.msl-groupedmemberlist ul li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.msl-groupedmemberlist ul li .badge {
	background: transparent;
	border-radius: 0;
	font-size: inherit;
	font-weight: normal;
	border: none;
	padding: 0;
	text-align: left;
}
.msl-groupedmemberlist ul li .badge dl {
	margin: 0;
}
.msl-groupedmemberlist ul li .badge dt {
}
.msl-groupedmemberlist ul li .badge_tools {
	width: auto;
	margin: 0 10px 0 0;
	padding: 0;
}
.msl-groupedmemberlist ul li .badge_tools img {
	padding: 0;
	max-width: 40px;
}
/* Organisation lists */  body ul.msl_organisation_list {
	margin: 0 -10px;
	padding: 0;
	text-align: center;
}
body ul.msl_organisation_list li {
	margin: 0px 19px 30px;
	width: 200px;
	vertical-align: top;
	padding: 0 ;
	font-size: 16px;
	display: none;
	text-align: center;
	border-top: 1px solid #ccc;
}
body ul.msl_organisation_list li.active {
	display: inline-block;
}
body ul.msl_organisation_list li img {
	display: block;
	margin: 20px auto 0px;
}
body ul.msl_organisation_list li a {
	color: #333;
	font-size: 18px;
	line-height: 1.3;
}

body ul.msl_organisation_list li .logo {
	border-radius: 300px;
	overflow: hidden;
}
ul.msl_organisation_list li dl {
	display: none;
}
/* Image navigation */  .msl-imagenav {
	margin: 0 0 20px;
}

.msl-imagenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.msl-imagenav li {
	padding: 0 15px;
	background: transparent;
	width: 100%;
	margin: 0 0 15px;
	text-align: center;
}


.msl-imagenav li a {
	position: relative;
	padding-top: 50%;
	text-decoration: none;
	background: url(stripes.png) no-repeat 50% top;
	background-size: contain;
}

.msl-imagenav li a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.msl-imagenav li .msl-imagenav-title {
	margin: 15px 0;
	display: block;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	color: #062D3F;
}
.msl-imagenav li .msl-imagenav-title:before {
	position: absolute;
	border-width: 24px;
	border-color: transparent transparent #fff;
	border-style: solid;
	width: 0;
	height: 0;
	content: '';
	left: 50%;
	z-index: 10;
	top: -63px;
	margin: 0px 0 0 -24px;
}

.msl-imagenav li .msl-imagenav-description {
	font-size: 16px;
	margin: -9px 10px 0px;
	display: block;
	line-height: 1.4;
}

@media all and (min-width: 600px) {
.msl-imagenav li {
	width: 50%;
	padding: 0;
	float: left;
}
.msl-imagenav li:nth-of-type(2n+1) {
	clear: left;
}
}

@media all and (min-width: 992px) {
.msl-imagenav li {
	padding: 0;
}
}
.msl-imagenav a {
	padding: 15px 0px;
	color: #000;
	display: block;
	font-size: 18px;
}

/* Grouping pages */    .grouping-details {
	text-align: center;
}
.grouping-details .grouping-logo {
	border-radius: 500px;
	overflow: hidden;
	display: inline-block;
	margin: 30px 0;
}
.msl-propvalue {
	margin: 20px 0;
}

/* Buttons */
body input.button {
	text-decoration: none;
	background: #8e62a0;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-weight: normal;
	padding: 7px 10px;
	font-size: 100%;
}
.clickcatcher {
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 20;
}

@media all and (min-width:992px) {
.clickcatcher {
	display: none !important;
}
}
.navigation li .searchbar {
	/*position: absolute;

    */  z-index: 400;
	top: 20px;
	right: 0;
}
.navigation .fa-inverse {
	color: #777;
}
.search-form {
	display: none;
	background: #062D3F;
	width: auto;
	text-align: center;
	left: 0;
	top: 1px;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	margin: -20px -15px 0;
	padding: 50px;
	clear: both;
}
.search-form input.textbox {
	width: 100%;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 28px;
	border-radius: 2px;
	background: #062D3F;
	border-color: #062D3F;
}
.search-form input.textbox: focus {
	border-color: #062D3F;
}
.search-form input.button {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	font-size: 16px;
	padding: 10px 15px;
}

@media all and (min-width: 768px) {
.search-form input.button {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 16px;
	padding: 12px 20px;
	width: auto;
}
.search-form input.textbox {
	width: 80%;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 28px;
	border-radius: 2px;
}
.search-form input: focus, .search-form textarea:focus {
	outline: none;
}
}
[id="search-dismiss"] {
	color: #fff;
	padding: 7px 15px;
	background: #900;
	display: block;
	margin: 15px auto 0;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
}
[id="search-dismiss"]:hover {
	color: #fff;
	background: #333;
}

@media all and (min-width:992px) {
[id="search-dismiss"] {
	display: none;
}
}

@media all and (max-width:991px) {
.search-form {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 100;
	background: rgba(6, 46, 63, 0.9);
}
}
/* Social icons */ 

.msl_facebook, .msl_facebook:hover {
	padding: 5px 12px;
	display: block;
	min-height: 0;
	background: #2f85e8;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
}
.msl_facebook:before {
	content: "\f09a";
	font-family: FontAwesome;
	color: #fff;
	margin-right: 10px;
}
.msl_twitter, .msl_twitter:hover {
	padding: 5px 12px;
	display: block;
	min-height: 0;
	background: #46bbff;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
}
.msl_twitter:before {
	content: "\f099";
	font-family: FontAwesome;
	color: #fff;
	margin-right: 10px;
}
.msl_email, .msl_email:hover {
	padding: 5px 12px;
	display: block;
	min-height: 0;
	background: #D6DF21;
	color: #082F41;
	text-overflow: ellipsis;
	overflow: hidden;
}
.msl_email:before {
	content: "\f0e0";
	font-family: FontAwesome;
	color: #082F41;
	margin-right: 10px;
}
.msl_web, .msl_web:hover {
	padding: 5px 12px;
	display: block;
	min-height: 0;
	background: #333;
	color: #eee;
	text-overflow: ellipsis;
	overflow: hidden;
}
.msl_web:before {
	content: "\f08e";
	font-family: FontAwesome;
	color: #eee;
	margin-right: 10px;
}
/* Generic grid layout */    .grid-list-item {
	padding: 15px;
	text-align: center;
}

@media all and (min-width:600px) {
.grid-list-item {
	text-align: center;
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
}

@media all and (min-width: 992px) {
.grid-list-item {
	width: 32%;
}
}

/* Shop */

body .catalogue_productlist {
	margin: 20px -10px;
	padding: 0;
}
body .catalogue_productlist li {
	float: none;
	width: 200px;
	text-align: left;
	margin: 0 10px 20px;
	padding: 0;
	list-style:none;
	display: inline-block;
	position: relative;
	height: auto;
	vertical-align: top;
}
body .catalogue_productlist div {
	float: left;
	width: auto;
	height: auto;
    text-align: left;
    margin: 0;
    padding: 0;
}
body .catalogue_productlist a {
    display: block;
    color:#000;
}
body .catalogue_productlist img {
	width: 100%!important;
	height: auto;
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc !important;
}

body .catalogue_productlist .msl-product-name {
    display: block; padding: 10px; line-height: 1.5;
}
body .catalogue_productlist .msl-product-price {
	position: absolute;
	top: 1px;
	right: 1px;
	background: rgba(200,200,200,0.8);
	color: #000;
	padding: 3px 8px;
	font-size: 16px;
	border-radius: 0 0;
}
body span.discount {
	text-decoration: line-through;
	color: #c00;
	padding-right:10px;
}

/* Social links */

ul[id="social-links"] {
  margin: 30px 0 15px;
  padding: 30px 0 0;
  list-style: none;
  display: flex;
  clear: both;
  text-align: center;
  border-top: 1px solid #ccc;
  flex-wrap: wrap;
}
ul[id="social-links"] li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0px 30px;
  font-size: 14px;
  flex-grow: 1;
}
ul[id="social-links"] li:nth-of-type(3n+3) {
  /* border-right: 1px solid #ccc; */
}
ul[id="social-links"] li a {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  padding-top: 50px;
  display: block;
}
ul[id="social-links"] li a:hover {
  text-decoration:none; color: #000;
}
ul[id="social-links"] .fa-stack {
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
}
ul[id="social-links"] .fa-stack + span {
  color: #000;
}
a.snapchat {color: #fffc00;}
a.facebook {color: #3b5998;}
a.instagram {color: #8a3ab9;}
a.spotify {color: #1ed761;}


/* Events */

/* Featured Events */
[class*="events-"].events-one .event_item {
	width:100%;
}
@media all and (min-width: 600px) {
  [class*="events-"] {margin: 0 -20px;}
  [class*="events-"] .event_item {
	width: 50%;
	float:left;
	padding: 0 20px 20px;
  }
}

[class*="events-"] dd {
  display: none;
}
[class*="events-"] dl {
  margin:0;
}
[class*="events-"] .event_item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: "Fjalla One";
}
[class*="events-"] a.msl_event_name {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  bottom: 0px;
  left:20px;
  right:20px;
  background: #000;
  padding: 10px 15px;
  text-align: center;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  text-align: left;
}

@media all and (min-width:600px) {
  [class*="events-"] a.msl_event_name {
    opacity:0;
    padding: 5px 7px;
  }
  [class*="events-"] .event_item:hover a.msl_event_name {
    opacity:1;
    padding: 10px 15px;
  }
}
@media all and (min-width:992px) {
  .events-four .event_item {
    width: 25%;
    position: relative;
    float: left;
  }
  .events-three .event_item {
    width: 33.33%;
    position: relative;
    float: left;
  }
}
[class*="events-"] dd.msl_event_time {
  position: absolute;
  display: block;
  top: 15px;
  left: 20px;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
[class*="events-"] .msl_event_location {
    position: absolute;
    display: inline-block;
    bottom: -29px;
    left: 35px;
    overflow: hidden;
    text-transform: uppercase;
    height: 19px;
    text-overflow: ellipsis;
    max-width: 84%;
    display: none;
}

.event-sharing {
  position: absolute;
  top: 15px;
  right: 20px;
}
[class*="events-"] a:hover {text-decoration:none;}

.event-sharing .share-tw { color: #00ACEE; }
.event-sharing .share-fb { color: #3b5998; }

[class*="events-"] dd.msl_event_time {
	display:none;
}

@media all and (min-width: 600px) {

  [class*="events-"] a.msl_event_name {left: 20px;right: 40px;font-size: 14px;}
  [class*="events-"] dd.msl_event_time {left: 40px;}
  .event-sharing { right: 40px; }

}
.events-four .event-date {
    display: block;
} 
@media all and (min-width: 992px) {
  .events-four a.msl_event_name {font-size: 12px;}
}

@media all and (min-width: 1200px) {
  .events-four a.msl_event_name {font-size: 16px;}
}
 /* Venues */

.venue-info  {
  position: relative;
  margin: 20px 0;
}
.venue-info .venue-logo {}
.venue-info .venue-address {
  white-space: pre;
  border-bottom:1px solid #ccc;
  padding-bottom: 20px;
}
@media all and (min-width:600px) {
.venue-info .venue-address {
  white-space: pre;
  position: absolute;
  right:0;
  background: rgba(0,0,0,0.8);
  color: #fff;
  top: 50%;
  padding: 0 30px 25px;
  max-height: 100%;
  transform: translateY(-50%);
  border:none;
}
}
.msl_notification {
    color:#000;
}
}