html, body, form {
	height: 100%;
}
img {
    max-width: 100%;
}
.history {
	padding: 0px;
	background: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	font-weight: 500;
	font-size: 14px;
	font-size: 1rem;
}
a {
	color:#000;
}
.wrapper {
	height: 100%;
	/* margin-bottom: 10px; */ahtml {
}
html, body, form {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	font-weight: 500;
}

.wrapper {
	height: 100%;
	/* margin-bottom: 10px; */
}
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}
body {
	font-family: 'Raleway', sans-serif;
}
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 {
	font-weight: 500;
}
.no-padding {
	padding: 0px!important;
}
.admin-c {
	background: #f8f8f8;
}
.adminbar {
	background: #f8f8f8;
	position: relative;
}
header .adminbar [id="header-admin"] {
	position: relative;
	margin: 0;
	padding-bottom: 0px;
	float: right;
	padding-right: 0;
}
/* Header */

header {
	position: relative;
	padding-top: 0px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
header [id="header-social"], header [id="header-admin"] {
	text-align: center;
	margin-top: 0;
}
header [id="header-social"] {
	display: none;
}
.top-header {
	background: #fff;
	z-index: 99;
	padding: 0px;
}
header [id="header-admin"] {
	position: absolute;
	margin-top: 20px;
	right: 0;
	z-index: 10;
	top: 0;
}
header [id="header-social"] .fa-inverse {
	color: #fff;
	font-size: 15px;
}
header [id="header-social"] .fa-inverse:hover {
	color: #fff;
	font-size: 15px;
}
header [id="header-social"] .fa-stack {
	font-size: 1.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
header [id="header-social"] .fa-stack-2x {
	font-size: 1.5em;
}
header [id="header-social"] a {
	padding: 1px;
}
header [id="header-social"] a:hover {
	text-decoration: none;
}
header [id="header-social"] a>.fa-inverse:hover {
	color: red!important;
}
header [id="header-social"] a:hover {
	text-decoration: none;
}
@media ( min-width: 992px) {
	header [id="header-social"] {
		position: absolute;
		top: 0;
		margin-top: 10px;
		display: block;
		left: 0;
	}
	header [id="header-admin"] {
		position: absolute;
		top: 0px;
		margin-top: 20px;
		right: 0;
		z-index: 10;
		width: 250px;
		top: 0px;
	}
}
a.twitter {
	color: #46bbff;
}
a.fb {
	color: #2f85e8;
}
a.yt {
	color: #e8412f;
}
a.igram {
	color: #233644;
}
a.logo {
	margin: 25px 0px 0 0;
	display: block;
	max-width: 40%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	float: left;
}
/*resized logo*/

.l-mob {
	display: none;
}
.l-main .ad-nav {
	padding-top: 15px;
}
@media ( min-width: 992px) {
	a.logo {
		max-width: 240px;
		margin: 0px auto;
		padding-top: 30px;
	}
	.l-main {
		float: left;
		position: relative;
		z-index: 2;
	}
}
.search-form {
	display: none;
	background: #ff;
	width: auto;
	text-align: center;
	left: 0;
	top: 1px;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	margin: -20px -15px 0;
	padding: 20px 50px;
	clear: both;
}
.search-form input.textbox {
	width: 100%;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 28px;
	border-radius: 2px;
	background: #fff;
	border-color: #333;
}
.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: 0px 0 0px 10px;
		font-size: 16px;
		padding: 13px 20px;
		width: auto;
	}
	.search-form input.textbox {
		width: 78%;
		display: inline-block;
		padding: 10px;
		color: #fff;
		font-size: 20px;
		border-radius: 0px;
	}
	.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);
	}
}
/*admin buttons*/

.ad-nav {
	width: 100%;
	text-align: right;
	padding-top: 0px;
}
.ad-nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
.ad-nav ul li {
	list-style-type: none;
	display: inline-block;
	text-align: right;
	font-size: 25px;
	position: relative;
	height: auto;
	padding: 5px;
	z-index: 100000;
	float: right;
}
.ad-nav ul li:hover {
	cursor: pointer;
}
@media all and ( min-width: 991px) {
	.ad-nav ul li {
		padding: 8px 14px;
	}
	.ad-nav ul li.mob-ex {
		display: none;
	}
}
.ad-nav ul li.dt {}
.ad-nav ul li:hover {
	background: #333;
}
.ad-nav ul li.mob-ex:hover {
	background: none;
}
.ad-nav ul li a {
	display: block;
	color: #333;
}
.ad-nav .basket-txt {
	font-size: 9px;
	padding: 0px 25px 0 4px;
	font-weight: 600;
}
.ad-nav ul ul li {
	display: block;
	width: 100%;
	background: #fff;
	font-size: 15px;
	float: none;
	padding: 5px;
	height: inherit;
	text-align: left;
	position: relative;
}
.ad-nav ul ul li a {
	color: #333;
}
.ad-nav ul li a.js-basket {
	/*position:relative;
        */
	padding: 0px 0px;
}
/*admin button hover over*/

.ad-nav ul li:hover>a, .ad-nav ul li:hover>a>.fa-inverse, .ad-nav ul li:hover>.msl-loggedin:before, .ad-nav ul li:hover>.msl-loggedout:before {
	color: #fff;
	text-decoration: none;
}
.ad-nav ul li:hover>a.msl-loginbutton {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.ad-nav li a.msl-loginbutton {
	background: transparent;
	color: #333;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	padding-top: 20px;
	font-weight: 700;
}
.ad-nav li.login>a {
	position: absolute;
	width: 60px;
	text-align: center;
	height: 60px;
	padding: 33px 5px 15px 5px;
}
.msl-loggedout:before {
	position: absolute;
	font-family: FontAwesome;
	top: 2px;
	left: 0;
	/*transform: translate(-50%, -50%);
        */
	content: "\f023 ";
	font-size: 2.5em;
	color: #fff;
	right: 0;
}
.msl-loggedin:before {
	position: absolute;
	font-family: FontAwesome;
	top: 0px;
	left: 0;
	/*transform: translate(-50%, -50%);
        */
	content: "\f007 ";
	font-size: 2.5em;
	color: #333;
	right: 0;
}
.msl-loggedout:before {
	position: absolute;
	font-family: FontAwesome;
	top: 0px;
	left: 0;
	/*transform: translate(-50%, -50%);
        */
	content: "\f007";
	font-size: 2.5em;
	color: #333;
	right: 0;
}
.ad-nav .js-basket .badge {
	position: absolute;
	top: 15px;
	right: 5px;
}
@media (min-width:478px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 15px;
		right: 5px;
	}
}
@media (min-width:768px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 10px;
		right: 0px;
	}
}
@media (min-width:768px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 15px;
		right: 5px;
	}
}
@media (min-width:991px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 25px;
		right: 15px;
	}
}
@media (min-width:1200px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 25px;
		right: 15px;
	}
}
@media (min-width:1400px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 20px;
		right: 12px;
	}
}
.ad-nav .fa-inverse {
	color: #333;
}
.msl-loggedin:before, .msl-loggedout:before {
	font-size: 30px!important;
	top: 0px!important;
	left: 5px!important;
	font-weight: 500;
}
.msl-loggedout:before {
	top: -3px!important;
	color: #333;
	font-size: 30px;
}

p.msl {
	text-align: center;
}
.f-links-cont ul {
	padding: 0;
	margin: 0;
}
.f-links-cont ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
.f-links-cont ul li a, .f-links-cont a {
	color: #000;
	margin-bottom: 10px;
}

.history {
	padding: 0px;
	background: none;
	display: inherit;
}

.sm-icons ul {
	padding: 0;
	margin: 0;
}
.sm-icons ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	border: 0px solid #fff;
	width: 25%;
	text-align: center;
}


.wrapper .subtitle {
	font-size: 25px;
	font-weight: 600;
}
.banner-details {
	position: absolute;
	right: 25px;
	bottom: 25px;
	text-align: right;
}
.banner-details h1 {
	font-size: 5em;
	color: #fff;
	font-weight: 600;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}
.banner-details p {
	color: #fff;
	font-size: 1em;
	padding: 0;
	margin: 0;
	text-align: right;
}
.ad-nav .badge {
	background-color: #af3fab;
}
.home-ad {
	margin-top: 5px;
}
@media ( min-width: 992px) {
	.home-ad {
		margin-top: 40px;
	}
}
.f-links-col {
	text-align: left;
}
}
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 {
	font-weight: 900;
}
.no-padding {
	padding: 0px!important;
	background: transparent;
}
.admin-c {
	background: #000;
	/* overflow: hidden; */
	height: 45px;
	/* approximate max height */
	transition-property: all;
	transition-duration: .5s;
	/* transition-timing-function: cubic-bezier(0, 1, 0.5, 1); */
}
@media (min-width: 1600px) {
	.admin-c {
		height: 0px;
		overflow: hidden;
	}
}
.access-active {
	height: 45px;
}
.adminbar {
	position: relative;
}
header .adminbar [id="header-admin"] {
	position: relative;
	margin: 0;
	padding-bottom: 0px;
	float: right;
	padding-right: 0;
}
/* Header */

header {
	position: relative;
	padding-top: 0px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	z-index: 2;
}
header [id="header-social"], header [id="header-admin"] {
	text-align: center;
	margin-top: 0;
}
header [id="header-social"] {
	display: none;
}
.top-header {
	background: #fff;
	z-index: 99;
	padding: 0px;
}
header [id="header-admin"] {
	position: absolute;
	margin-top: 20px;
	right: 0;
	z-index: 10;
	top: 0;
}

@media (min-width: 1600px) {
	header .navbar [id='header-admin'] {
		display: block;
	}
	.admin-c .ad-nav {
		display: none;
	}
	header .ad-nav {}
}
header [id="header-social"] .fa-inverse, header [id="accessibility"] .fa-inverse {
	color: #fff;
	font-size: 15px;
}
header [id="accessibility"] .fa-inverse {
	color: #fff!important;
	font-size: 15px;
}
header [id="header-social"] .fa-inverse:hover, header [id="accessibility"] .fa-inverse:hover {
	color: #fff;
	font-size: 15px;
}
header [id="header-social"] .fa-stack, header [id="accessibility"] .fa-stack {
	font-size: 1.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
header [id="header-social"] .fa-stack-2x, header [id="accessibility"] .fa-stack-2x {
	font-size: 1.5em;
}
header [id="header-social"] a, header [id="accessibility"] a {
	padding: 1px;
	opacity: 1;
	transition: 0.5s;
}
header [id="header-social"] a:hover, header [id="accessibility"] a:hover {
	text-decoration: none;
	opacity: 0.6;
	color: inherit;
}
header [id="header-social"] a>.fa-inverse:hover, header [id="accessibility"] a>.fa-inverse:hover {
	color: red!important;
}
header [id="header-social"] a:hover, header [id="accessibility"] a:hover {
	text-decoration: none;
}
header [id="accessibility"] {
	display: none;
}
@media (min-width: 992px) {
	header [id="header-social"] {
		position: absolute;
		top: 0;
		margin-top: 7px;
		display: block;
		left: 0;
	}
	header [id="header-admin"] {
		position: absolute;
		top: 0px;
		margin-top: 30px;
		right: 0;
		z-index: 10;
		width: 325px;
		top: 0px;
	}
	header [id="accessibility"] {
		position: absolute;
		top: 0;
		margin-top: 7px;
		display: block;
		right: 180px;
	}
	header [id="accessibility"] {
		font-weight: 600;
		font-size: 14px;
		color: #fff;
	}
}
@media (min-width: 1600px) {
	header [id="accessibility"] {
		right: 0;
	}
}
a.twitter {
	color: #46bbff;
}
a.twitter:hover {
	color: #46bbff!important;
}
a.fb {
	color: #2f85e8;
}
a.fb:hover {
	color: #2f85e8!important;
}
a.yt {
	color: #e8412f;
}
a.yt:hover {
	color: #e8412f!important;
}
a.igram {
	color: #233644;
}
a.igram:hover {
	color: #233644!important;
}
header [id="accessibility"] a:hover {
	opacity: 1;
}
header [id="accessibility"] a.df {
	color: #50B848!important;
}
header [id="accessibility"] a.df:hover {
	color: green;
}
header [id="accessibility"] a.bw {
	color: #fff!important;
}
header [id="accessibility"] a.bw:hover {
	color: #c0c0c0;
}
header [id="accessibility"] a.yb {
	color: blue!important;
}
header [id="accessibility"] a.yb:hover {
	color: blue;
}
a.yb .fa-inverse {
	color: yellow!important;
}
a.bw .fa-inverse {
	color: black!important;
}
a.logo {
	margin: 25px 0px 0 0;
	display: block;
	max-width: 145px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	float: left;
}
.l-main {
	display: block;
	overflow: hidden;
	padding: 30px 0;
}
/*resized logo*/

.l-mob {
	/* display: none; */
}
.l-main .ad-nav {
	padding-top: 15px;
}
a.logo {
	position: absolute;
	margin-top: -50px;
	z-index: 1;
}
.l-pts {
	display: none;
}
.m-pts {
	display: none;
}
@media (min-width: 992px) {
	a.logo {
		max-width: 255px;
		margin: 0px auto;
		padding-top: 0;
		position: relative;
		margin-top: inherit;
	}
	.l-pts {
		display: block;
		width: 90px;
		margin-left: -40px;
		top: 30px;
	}
	.l-pts a.logo {
		max-width: 100px;
		margin-left: 20px;
		margin-top: -10px;
	}
	.l-main, .l-pts {
		float: left;
		position: relative;
		z-index: 2;
	}
	.m-pts {
		display: none;
	}
}
@media (min-width: 1200px) {
	a.logo {
		max-width:320px;
		margin-left:  0;
	}
	.l-pts a.logo {
		margin-left: -12px;
		margin-top: 0px;
	}
}
@media (min-width: 1200px) {
	.l-pts {
		width: 110px;
		margin-left: -30px;
		top: 20px;
	}
}
.search-form {
	display: none;
	background: #241E1E;
	width: auto;
	text-align: center;
	left: 0;
	top: -10px;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	padding: 40px 72px;
	clear: both;
	position: relative;
	\:;
	z-index: -1;
	overflow: hidden;
}
.search-form input.textbox {
	width: 100%;
	display: inline-block;
	padding: 10px;
	color: #333;
	font-size: 20px;
	border-radius: 2px;
	background: transparent;
	border-color: #333;
	margin-bottom: 8px;
}
.search-form input.textbox: focus {
	border-color: #fff;
}
.search-form input.button {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	font-size: 16px;
	padding: 10px 15px;
	background: #50B848;
	border-radius: 5px;
	color: #fff;
	border: 0px solid;
	transition: 0.5s;
}
.search-form input.button:hover {
	text-decoration: none;
	background: #666;
}
@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;
		height: 50px;
	}
	.search-form input.textbox {
		width: 80%;
		display: inline-block;
		padding: 7px;
		color: #fff;
		font-size: 20px;
		border-radius: 2px;
		height: 50px;
	}
	.search-form input: focus, .search-form textarea:focus {
		outline: none;
	}
}
[id="search-dismiss"] {
	color: #fff;
	padding: 12px 20px;
	background: #000;
	display: block;
	margin: 15px auto 0;
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
}
[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: 50px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		z-index: 10000000;
		background: rgba(255, 255, 255, 0.95);
	}
}
/*admin buttons*/

.ad-nav {
	width: 100%;
	text-align: right;
	padding-top: 0px;
}
.ad-nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
.ad-nav h3 {
	color: black;
	font-size: 1.2em;
	padding-left: 5px;
}
.ad-nav .dropdown-menu {
	top: 50px;
	z-index:  100000000;
	background: rgba(255,255,255,0.98);
	min-width: 250px;
}
.ad-nav .dropdown-menu ul li {
	border:0px solid;
	border-top: 1px solid #eee!important;
	border-bottom: 0px solid!important;
	margin: 0!important;
}
.ad-nav .dropdown-menu #msl_admin h4 a {
	
width: auto;
	
height:  auto;
	
color: #333;
	
padding:  0;
	
border-radius:  0px;
	
border: 0px solid;
}
@media (min-width: 992px) {
	.ad-nav .dropdown-menu {
		top: 50px;
		min-width: 800px;
	}
	.ad-nav .dropdown-menu .sidepanel {
		float:left;
		width: 30%;
	}
	.ad-nav .dropdown-menu .mslwidget {
		float:left;
		width: 70%;
	}
	.ad-nav .dropdown-menu .mslwidget #ulAdmin, .ad-nav .dropdown-menu .mslwidget [id*='pnlOrganisations'] {
		float:left;
		width:50%;
		padding:0 10px
	}
	.mslwidget [id*='pnlOrganisations'] {
		margin-top:-50px;
	}
}
@media (min-width: 1600px) {
	.ad-nav .dropdown-menu {
		top: 75px;
	}
}
.ad-nav .dropdown-menu:before {
	content: "";
	position: absolute;
	right: -5px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	z-index: 9999;
	transform: translate(-50%, 0%);
}
@media (min-width:1400px) {
	.ad-nav .dropdown-menu:before {
		right: 8px;
	}
}
.ad-nav ul li {
	list-style-type: none;
	display: inline-block;
	text-align: right;
	font-size: 25px;
	position: relative;
	height: auto;
	padding: 5px;
	z-index: 100000;
	float: right;
	border-radius: 50px;
	transition: 0.2s;
}
.ad-nav ul li.search {
	background: none;
	display: none;
}

	.ad-nav ul li.search {
		display: block;
	}

.ad-nav ul li.mob-ex {
	padding: 5px;
}
.ad-nav ul li:hover {
	cursor: pointer;
}
@media (min-width: 1024px) {
	.ad-nav ul li {
		padding: 0px;
		margin: 2px;
	}
	.ad-nav ul li.mob-ex {
		display: none;
	}
}
.ad-nav ul li.dt {
	display: inline-block!important;
}
.ad-nav ul li:hover {
}
.ad-nav ul li.mob-ex:hover {
	background: none;
}
.ad-nav ul li a {
	display: block;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: 2px solid #fff;
	padding: 10px 18px;
	transition: 0.5s;
}
.ad-nav #basket a {
	display: block;
	color: #fff;
	width: auto;
	height: auto;
	border-radius: 0px;
	border: 0px solid #fff;
	padding: 5px;
	transition: 0.5s;
}
.ad-nav .basket-txt {
	font-size: 9px;
	padding: 0px 25px 0 4px;
	font-weight: 600;
}
.ad-nav ul ul li {
	display: block;
	width: 100%;
	background: transparent;
	font-size: 15px;
	float: none;
	padding: 5px;
	height: inherit;
	text-align: left;
	position: relative;
}
.ad-nav ul ul li a {
	color: #ffff;
}
.ad-nav ul li a.js-basket {
	padding: 10px 17px 10px 15px;
}
/*admin button hover over*/

.ad-nav ul li:hover>a, .ad-nav ul li:hover>a>.fa-inverse, .ad-nav ul li:hover>.msl-loggedin:before, .ad-nav ul li:hover>.msl-loggedout:before {
	color: #fff;
	text-decoration: none;
}
.ad-nav ul li:hover>a.msl-loginbutton {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.ad-nav li a.msl-loginbutton {
	background: transparent;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	padding-top: 20px;
	font-weight: 700;
	border-color: #50B848;
	color: #50B848;
}
.ad-nav li.login {
	border-radius: 60px;
}
.ad-nav li.login>a {
	text-align: center;
}
.msl-loggedout:before {
	position: absolute;
	font-family: FontAwesome;
	top: 2px;
	left: 0;
	/*transform: translate(-50%, -50%);
    */
	content: "\f023 ";
	font-size: 2.5em;
	color: #fff;
	right: 0;
}
.msl-loggedin:before {
	position: absolute;
	font-family: FontAwesome;
	top: 0px;
	left: 0;
	/*transform: translate(-50%, -50%);
    */
    content: "\f08b";
	font-size: 2.5em;
	color: #fff;
	right: 0;
}
.msl-loggedout:before {
	position: absolute;
	font-family: FontAwesome;
	top: 0px;
	left: 0;
	/*transform: translate(-50%, -50%);
    */
	content: "\f090";
	font-size: 2.5em;
	color: #333;
	right: 0;
}
.ad-nav .js-basket .badge {
	position: absolute;
	top: 0;
	right: 0;
}
@media (min-width: 478px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 768px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0px;
		right: 0px;
	}
}
@media (min-width: 768px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 991px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 1200px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 1400px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0px;
		right: 0px;
	}
}
.dropdown ul li, .admin-c .dropdown ul li {
	border-radius: 0;
	margin: 0;
}
.dropdown ul li a, .admin-c .dropdown ul li a {
	width: auto;
	height: auto;
	border-radius: 0;
	display: block;
	color: #333;
	border: 0px solid #fff;
	padding: 2px;
	transition: 0.2s;
	background: none;
}
.dropdown ul li a:hover, .admin-c .dropdown ul li a:hover {
	border-radius: 0;
	color: #fff;
}
.ad-nav .fa-inverse {
	color: #333;
}
.msl-loggedin:before, .msl-loggedout:before {
	font-size: 30px!important;
	top: 0px;
	left: 2px;
	transition: 0.5s;
}
.msl-loggedout:before {
	top: 0px!important;
	color: #50B848;
	font-size: 30px;
}
footer {
	margin-top: 0px;
	background: #fff;
}
@media (min-width:992px) {
	.wrapper {
		position: relative;
		margin-top: 20%;
		height: 100%;
	}
	footer {
		bottom: 0;
		width: 100%;
		margin-top: 10%;
	}
}
@media (min-width:1200px) {
	.wrapper {
		position: relative;
		margin-top: 18%;
		height: 100%;
	}
}
footer .footer-c h4 {
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 800;
}
footer p {
	color: #707070;
}
.footer-c {
	padding-top: 2%;
	border-top: 1px solid #707070;
	text-align: center;
	margin-top: 5%;
}
@media (min-width:768px) {
	.footer-c {
		text-align: left;
	}
}
footer .cw {
	font-size: 11px;
	text-align: center;
}
@media (min-width:768px) {
	footer .cw {
		text-align: left;
	}
}
footer .footer-logo {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
footer a.logo {
	position: relative;
	margin: 0;
	max-width: 100%;
}
footer .f-links h5 {
	color: #b649a9;
	font-weight: 900;
	font-size: 24px;
}
footer>strong {
	display: block;
}
footer .f-links {
	padding: 20px 0;
}
.footer-links {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
ul.footer-links li {
	display: inline-block;
	list-style-type: none;
	margin: 0 20px;
}
ul.footer-links li a {
	color: #b649a9;
	font-weight: 900;
	font-size: 16px;
}
.ch-nums p {
	text-align: center;
}
p.msl {
	text-align: center;
}
.f-links-cont ul {
	padding: 0;
	margin: 0;
}
.f-links-cont ul li {
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
}
@media (min-width:768px){
	.f-links-cont ul li {
		text-align:left;
	}
}
.f-links-cont ul li a, .f-links-cont a {
	color: #707070;
	margin-bottom: 10px;
}
.f-links-cont ul li a:hover, .f-links-cont a:hover {
	color: #666;
	margin-bottom: 10px;
}
strong {
	/* display:block;
     */
}
.history {
	padding: 0px;
	background: none;
}
/*footer sm*/

.f-sm-contact {
	padding: 36px 0px;
}
.f-sm, .f-contact {
	float: left;
	width: 100%;
}
.f-sm {
	margin-bottom: 35px;
}
@media (min-width: 580px) {
	.f-sm, .f-contact {
		width: 50%;
	}
	.f-sm {
		margin-bottom: 0px;
	}
}
.f-sm .details, .f-sm .sm-icons, .f-contact .details, .s-btn {
	float: left;
	width: 100%;
	color: #b649a9;
	text-align: center;
}
.f-sm .details, .f-contact .details {
	text-align: center;
}
.s-btn a {
	padding: 22px;
	color: #fff;
	border-radius: 5px;
	background: #b649a9;
	font-weight: 600;
	width: 90%;
	display: block;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	transition: 0.5s;
}
@media (min-width: 992px) {
	.s-btn a {
		width: 100%;
	}
}
.s-btn a:hover {
	text-decoration: none;
	background: #963c8b;
	color: #fff;
}
@media (min-width: 992px) {
	.f-sm .details {
		text-align: left;
		margin-bottom: 0;
		width: 40%;
		position: relative;
	}
	.f-contact .details {
		text-align: left;
		margin-bottom: 0;
		width: 40%;
		position: relative;
	}
	.f-sm .sm-icons {
		float: left;
		width: 50%;
		padding: 0 35px;
	}
	.s-btn {
		float: left;
		width: 57%;
	}
	.s-btn a {
		padding: 20px;
	}
}
.f-sm h2, .f-contact h2 {
	margin: 0;
	font-weight: 900;
}
.f-sm p, .f-contact p {
	position: relative;
	left: 0;
	font-style: italic;
	font-size: 18px;
}
@media (min-width: 992px) {
	.f-sm p, .f-contact p {
		position: absolute;
		left: 20%;
		font-style: italic;
		font-size: 18px;
	}
	.f-contact p {
		left: 5%;
	}
	.s-btn a {
		margin-top: 0px;
	}
}
@media (min-width: 1200px) {
	.f-sm p {
		position: absolute;
		left: 32%;
	}
}
.sm-icons ul {
	padding: 0;
	margin: 0;
}
.sm-icons ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	border: 0px solid #fff;
	width: 25%;
	text-align: center;
	transition: 0.5s;
}
.sm-icons ul li:hover {
	opacity: 0.7;
}
/*breadcrumbs*/

.b-title {
	float: left;
	margin-right: 5px;
}
#breadcrumb {
	text-align: left;
	padding: 0!important;
	font-size: 16px;
}
#breadcrumb ul.breadcrumb {
	/* padding: 0px!important;
     */
	font-weight: 600;
	background-color: transparent;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
/*section*/

.p-banner {
	position: relative;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	/* background: rgba(255,255,255,0.2); */
	border-radius: 5px;
	padding: 2%;
	display: block;
	width: 100%;
	/* box-shadow: 0 4px 6px -2px rgba(0,0,0,0.2); */
	position: relative;
	border-radius: 0;
	/* border: 1px solid rgba(255, 255, 255, 0.1); */
	background-image: url(/stylesheet/novus/img-wow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* display: -webkit-flex; */
	display: -ms-flexbox;
	/* display: flex; */
	-webkit-align-items: center;
	-ms-flex-align: center;
	/* align-items: center; */
	/* border-bottom: 10px solid rgba(0,0,0,0.2); */
	padding: 2%!important;
	margin-top: 0;
	background-color: #333;
}
@media (min-width:768px) {
	.p-banner {
		position: relative;
		margin-bottom: 45px;
		margin-top: -95px;
	}
}
@media (min-width: 992px) {
	.p-banner {
		position: absolute;
		margin-bottom: 45px;
		margin-top: -148px;
		z-index: 1;
	}
}
.wrapper .subtitle {
	font-size: 25px;
	font-weight: 600;
}
.banner-details {
	position: relative;
	right: 10px;
	bottom: 0px;
	text-align: left;
}
.banner-details h1 {
	font-size: 32px;
	color: #50B848;
	font-weight: 800;
	padding: 0;
	margin: 2% 2% 1%;
	line-height: 1;
}
.banner-details p {
	color: #fff;
	padding: 0;
	margin: 0 2%;
	text-align: left;
	line-height: 1;
}
.banner-details #breadcrumb ul.breadcrumb {
	border: 0px solid;
	margin: 0 auto;
	color: #c0c0c0;
	font-weight: normal;
	width: inherit;
	text-align: center;
	position: relative;
	display: inline-block;
	/* margin-bottom: 10px; */
}
.banner-details #breadcrumb ul.breadcrumb li a {
	color:#c0c0c0;
	font-size:15px;
}
.breadcrumb > li + li:before {
    content: "\2192";
    padding-right: 5px;
}
@media (min-width: 480px) {
	.banner-details {
		/* bottom: 5px; */
		/* right: 15px; */
	}
	.banner-details h1 {
		font-size: 2.5rem;
	}
	.banner-details p {
		padding: 0;
		line-height: 1;
	}
}
@media (min-width: 600px) {
	.banner-details {
		/* bottom: 25px; */
		/* right:25px; */
	}
	.banner-details h1 {
		font-size: 2.5rem;
	}
	.banner-details p {
		font-size: 1.5em;
	}
}
@media (min-width:768px) {
	.banner-details {
	}
}
@media (min-width: 991px) {
	.banner-details {
	}
	.banner-details h1 {
		font-size: 2.5rem;
	}
}
@media (min-width: 1200px) {
	.banner-details {
	}
	.banner-details h1 {
		font-size: 2.5rem;
	}
}
.ad-nav .badge {
	background-color: red;
}
.home-ad {
	margin-top: 5px;
}
@media (min-width: 992px) {
	.home-ad {
		margin: 40px 0;
		text-align: center;
	}
}
.f-links-col {
	text-align: center;
}
@media (min-width: 767px) {
	.f-links-col {
		text-align: left;
	}
}
/*officer pages*/

.sabb-img img {
	border-radius: 50%;
}
.sabb-info {}
.sabb-info h1 {}
.italic {
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
}
.manifesto .header {
	font-size: 20px;
	font-weight: 600;
}
#newslist {
	display: block;
	overflow: hidden;
	margin-top: 15px;
}
#newslist .news_item {
	position: relative;
	margin-bottom: 15px;
	float: left;
	width: 33.3333%;
	border: 10px solid #fff;
}
#newslist h5 a {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}
#newslist p {
	display: none;
}
#newslist .news_item:after, #featured .event_item:after {
	content: '';
	display: block;
	border-bottom: 0px solid #000;
	position: absolute;
	bottom: 0px;
	left: -5px;
	right: 0;
	margin: 0 5px;
	color: #fff;
	height: 100%;
	background: rgba(0, 0, 0, 0.22);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.91) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 180, 202, 0.01)), color-stop(100%, rgba(0, 0, 0, 0.91)));
	background: -webkit-linear-gradient(top, rgba(241, 180, 202, 0.01) 0%, rgba(0, 0, 0, 0.91) 100%);
	background: -o-linear-gradient(top, rgba(241, 180, 202, 0.01) 0%, rgba(0, 0, 0, 0.91) 100%);
	background: -ms-linear-gradient(top, rgba(241, 180, 202, 0.01) 0%, rgba(0, 0, 0, 0.91) 100%);
	background: linear-gradient(to bottom, rgba(241, 180, 202, 0.01) 0%, rgba(92, 138, 190, 0.91) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
	z-index: 1;
	width: 100%;
}
@media all and (min-width:480px) {
	#newslist h5 a {
		font-size: 22px;
	}
	#newslist p {
		font-size: 0.9em;
		display: block;
	}
}
@media all and (min-width:600px) {
	#newslist p {
		font-size: inherit;
	}
}
#news-thumb h5 a {
	color: #333;
	font-weight: 900;
	font-size: 16px;
}
.news-detail .news-detail-cell {
		position: absolute;
		bottom: -110px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 0;
		right: 0;
		padding: 10px;
		border-radius: 30px;
		background: #fff;
		display: block;
		margin: 0 15px;
	}
@media (min-width: 768px) {
	.news-detail {
		top: 0;
		right: auto;
		display: block;
		text-align: left;
	}
	.news-detail .news-detail-cell {
		position: absolute;
		bottom: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 0;
		right: 0;
		padding: 10px;
		border-radius: 30px;
		background: #fff;
		display: block;
		margin: 0 15px;
	}
	#newslist .news-detail .news-detail-cell {
		top: 80%;
	}
	.news-detail h5 a {
		font-size: 3em;
		font-weight: 700;
		color: #fff;
		word-wrap: break-word;
	}
	.news-detail p {
		font-size: 2em;
	}
}
.news-detail h5 a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
}
@media (min-width:768px) {
	.news-detail h5 a {
		/* font-size: 4em; */
	}
}
.news-detail h5 {
	margin:0;
}
@media (min-width:1200px) {
	.news-detail h5 a {
		/* font-size: 5em; */
	}
}
.news-detail .news-detail-cell {
		background: rgba(255, 255, 255, 0.9);
		margin: 0 20px;
	}
@media (min-width: 768px) {
	.news-detail .news-detail-cell {
		background: rgba(255, 255, 255, 0.9);
	}
}
.news-detail {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: left;
	color: #fff;
	z-index: 1;
	margin: 0 auto;
	width: auto;
}
@media (min-width:768px) {
	.news-detail {
	bottom: 0px;
	padding: 0 15px;
	}
}
.news-detail p {
	display: none;
	font-family: 'Raleway', sans-serif;
}
@media (min-width: 600px) {
	.news-detail p {
		display: none;
	}
}
.sabb-blog h2 {
	color: #333;
}
#admin_page_content {
	padding: 0 2%;
	z-index: 1;
	position:  relative;
	/* margin-top: -18%; */
	background: #fff;
	/* padding: 10%; */
}
.page_sandbox #admin_page_content {
	padding: 140px 9%;
	width: 100%;
	margin: 0 auto;
}
/* Image navigation */

.explore-tiles.msl-imagenav {
	margin: 0 0 20px;
}
.explore-tiles.msl-imagenav ul {
	padding: 0;
	list-style: none;
}
.explore-tiles.msl-imagenav li {
	padding: 0 0px;
	background: transparent;
	width: 100%;
	margin: 0%;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	transition: 0.5s;
	margin-bottom: 15px;
}
.explore-tiles.msl-imagenav li:hover {
	box-shadow: 0 0px 55px rgba(0, 0, 0, 0.7);
}
.explore-tiles.msl-imagenav li a {
	position: relative;
	padding-top: 60%;
	text-decoration: none;
	background: #fff;
	background-size: contain;
}
.explore-tiles.msl-imagenav li a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.explore-tiles.msl-imagenav li .msl-imagenav-title {
	/* margin: 15px 0; */
	display: block;
	font-size: 25px;
	position: relative;
	color: #000;
}
.explore-tiles.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;
	display: none;
}
.explore-tiles.msl-imagenav li .msl-imagenav-description {
	font-size: 16px;
	display: block;
	line-height: 1.4;
	color: #666;
	min-height: 50px;
}
@media all and (min-width: 600px) {
	.explore-tiles.msl-imagenav li {
		width: 48%;
		float: left;
		margin: 0 1% 1% 0;
		margin-bottom: 15px;
	}
	.explore-tiles .msl-imagenav li:nth-of-type(2n+1) {
		clear: left;
	}
}
@media all and (min-width: 1200px) {
	.explore-tiles.msl-imagenav li {
		width: 31.3333%;
	}
	.explore-tiles.msl-imagenav li:nth-of-type(2n+1) {
		clear: none;
	}
	.explore-tiles.msl-imagenav li:nth-of-type(3n+1) {
		clear: left;
	}
}
.explore-tiles.msl-imagenav a {
	padding: 0px 0px;
	color: #000;
	display: block;
	font-size: 18px;
}
.explore_description {
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.0);
	display: block;
	padding: 5px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
	bottom: 0px;
	top: 0;
	right: 0;
	left: 0;
	padding-top: 0;
	transition: 0.5s;
	background: #fff;
	text-align: left;
	padding: 10% 5%;
	min-height: 200px;
}
@media all and (min-width: 768px) {
	.explore_description {
		min-height: 200px;
	}
}
/*page */

.page-content {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	color: #707070;
	padding: 5% 8%;
	float: left;
	width: 100%;
	position:  relative;
	z-index:  1;
}
@media (min-width:992px){
.page-content p {
	font-size:18px;
	}	
}
/* Sidebar */
aside .grouping-logo img {
	display: block;
	margin: 0 auto;
}
aside .box {
	/* border: 1px solid #eee; */
	margin: 0px 0 20px;
	padding: 0;
	/* background-color: rgba(255,255,255,0.1); */
	position: relative;
	/* box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1); */
	/* width: 375px; */
	/* float: right; */
	margin-right: 0%;
}
@media (min-width:768px) {
	aside .box {}
}
@media (min-width:1200px) {
	aside .box {
		width: 100%;
		float: right;
		margin-right: 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
	}
}
aside .box:empty {
	display: none;
}
aside .box>*:first-child, aside .box>*:first-child h3 {
	margin-top: 0;
	padding-top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
aside .box h2, aside .box h3 {
	margin: 0 0 5px;
	padding-top: 0;
	font-weight: normal;
	font-size: 32px;
	border-bottom: 2px solid #eee;
}
aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
aside li ul {
	margin: 0 0 0px;
	background: #50B848;
	border: 0px solid;
}
aside li li ul {
	/* margin: 5px 10px 15px; */
}
aside li li ul.level_3 {
	list-style-type:none;
	margin-left: 5px;
}
aside li ul li {
	/* border-bottom: 1px solid rgba(255,255,255,0.1); */
	/* background: #50B848; */
}
aside li {
	margin: 0;
	padding: 0;
	list-style: none;
}
aside li li {
	margin-left: 4px;
}
aside li li li {
	list-style: none;
}
aside a {
	display: block;
}
aside li a {
	padding: 5px;
	transition: 0.5s ease all;
	-web-transition: 0.5s ease all;
	color: #888;
	position: relative;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	transition: 0.5;
	background: #333;
	padding-left: 10px;
}
aside li a:hover {
	background: #50B848;
	color: #fff!important;
}
aside li a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	line-height: 1;
	text-align: center;
	opacity: 0;
	transition: 0.5s ease all;
	-web-transition: 0.5s ease all;
}
aside li a.current:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	line-height: 1;
	text-align: center;
	opacity: 1;
	transition: 0.5s ease all;
	-web-transition: 0.5s ease all;
	right: 0;
	padding: 0 8px 0 12px;
	display: none;
}
aside li a:hover::after {
	display: block;
	opacity: 1;
}
aside li a:hover {
	text-decoration: none;
	color: #000;
}
aside li a:hover:after {
	right: 0;
	padding: 0 8px 0 12px;
	/*background:#333;*/
	border-radius: 50px;
}
aside li a.current:hover:after, aside li a.current+ul li a:hover:after {
	/*background:#50B848;*/
}
aside ul.level_2 li a.current, aside ul.level_3 li a.current {
	color: #fff;
	/* background: #50B848; */
	/* margin-bottom: -1px; */
	border-left: 4px solid #50B848;
	background: #50B848;
}
aside li li a.current.msl-itemhassubnav {
	border-bottom: 0px dashed #ddd;
}
aside li li a.current:after {
	right: 10px;
}
aside li a.current+ul li a {
	/* margin-top: 1px; */
	color: #fff;
	font-size: 14px;
	background: #333;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 20px;
}
aside li a.current:hover, aside li a.current+ul li a:hover {
	background: rgba(80, 184, 72, 0.8);
}
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;
}
aside [id="root-link"] {
	display: none;
}
@media all and (min-width: 768px) {
	aside [id="root-link"] {
		display: block;
		padding: 10px 15px;
		background: #eee;
		color: #000;
		transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		border-left: 5px solid #50B848;
		margin-bottom: 10px;
	}
	aside [id="root-link"]:hover {
		background: #50B848;
		text-decoration: none;
		color: #fff;
		border-left: 1px solid #ccc;
		letter-spacing: 0;
	}
}
.ad-nav #basket {
	color: #333;
	padding: 8px;
	width: 100%;
}
.ad-nav #basket h3 {
	color: #333;
	padding: 10px 0px;
	margin: 0;
}
.ad-nav .p-history {
	display: block;
	border-radius: 5px;
	font-weight: 600;
	text-align: center;
	padding: 5px;
	background: #50B848;
	color: #fff!important;
	max-width: 100%;
	margin: 0 10px;
	transition: 0.5s;
	width: 100%;
	border-radius: 5px;
	margin: 10px 0px auto;
	height: auto;
}
.p-history:hover {
	background: #333;
	text-decoration: none;
}
footer .sm-msl {
	text-align: right;
}
#header-social {
	text-align:center;
}

footer #header-social a {
	color: transparent;
	transition: 0.5s;
}
@media (min-width:768px){
	#header-social {
	text-align:right;
    }

	footer #header-social a {
		width:25%;
		float:left;
	}
}
@media (min-width:1200px){
	footer #header-social a {
		width:auto;
		float:none;
	}
}
footer .msl {
	margin: 31px 0;
	display: block;
	text-align: center;
}
@media (min-width:768px){
	footer .msl {
		text-align:right;
	}
}

/* Buttons */
input.button, .vp_form input.button, .msl_admin_page .vp_form input.button {
    text-decoration: none;
    background: #707070;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 12px;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    font-weight:600;
    margin: 0 10px 0 0;
    line-height: 1;
}

.vp_form + input.button {
    display: block;
    clear: both;
    margin-left: 11.5em;
    margin-top: 10px;
}
#admin_page_content textarea {
    font-size:100%;
}













/*page eventlists*/
.page-events .event_item {
 	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
 	background: #fff;
 	margin: 1%;
 	width: 100%;
 	float: left;
 	transition: 0.5s;
 	min-height: 350px;
 	border: 1px solid #c0c0c0;
 	overflow:  hidden;
 }
 .page-events .event_item:hover {
 	box-shadow: 0 0px 55px rgba(0, 0, 0, 0.7);
 }
 @media (min-width:480px) {
 	.page-events .event_item {
 		width: 48%;
 		min-height: 450px;
 	}
 }
 @media (min-width: 1200px) {
 	.page-events .event_item {
 		width: 31%;
 	}
 }
 @media (min-width:1200px) {
 	.page-events .event_item {
 		padding: 0;
 		/* min-height: 460px; */
 		height: 450px;
 	}
 }

 .page-events .event_item .details .msl_event_time {
 	color: #50B848;
 	padding-bottom: 10px;
 	text-transform: uppercase;
 	font-size: 14px;
 	letter-spacing: 1px;
 	line-height: 17px;
 	font-weight: 600;
 }
 .page-events .event_item .details .event-day {
 	margin-right: 2px;
 }
 .page-events .msl_event_name {
 	font-size: 1em;
 	color: #000;
 	font-weight: 500;
 	display: block;
 }
 .page-events .msl_ticket {
 	font-size: 1em;
 	color: #000;
 	font-weight: 500;
 	display: block;
 	margin:5px 0;
 }
 @media (min-width: 480px) {
 	.page-events .msl_event_name {
 		font-size: 1.3em;
 	}
 }
 @media (min-width: 600px) {
 	.page-events .msl_event_name {
 		font-size: 1.4em;
 	}
 }
 .page-events .msl_event_description {
 	display: none;
 }
 .page-events .msl_event_location {
 	color: #666;
 	padding-top: 10px;
 	display: none;
 }
 @media (min-width: 768px) {
 	.page-events .msl_event_name {
 		font-size: 1.5em;
 	}
 	.events .msl_event_location {
 		display: block;
 		margin: 0;
 	}
 }
 .events .msl_event_location {
 		display: block;
 		margin: 0;
 	}
.page-events .event_item .details {
    padding: 5%;
    font-weight: normal;
}
.page-events h3 {
    color:#707070;
}
.page-events .msl_event_types a {
	font-size:12px;
}
}
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}

.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 {
	font-weight: 500;
}
.no-padding {
	padding: 0px!important;
}
.admin-c {
	background: #f8f8f8;
}
.adminbar {
	background: #f8f8f8;
	position: relative;
}
header .adminbar [id="header-admin"] {
	position: relative;
	margin: 0;
	padding-bottom: 0px;
	float: right;
	padding-right: 0;
}
/* Header */

header {
	position: relative;
	padding-top: 0px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
header [id="header-social"], header [id="header-admin"] {
	text-align: center;
	margin-top: 0;
}
header [id="header-social"] {
	display: none;
}
.top-header {
	background: #fff;
	z-index: 99;
	padding: 0px;
}
header [id="header-admin"] {
	position: absolute;
	margin-top: 20px;
	right: 0;
	z-index: 10;
	top: 0;
}
header [id="header-social"] .fa-inverse {
	color: #fff;
	font-size: 15px;
}
header [id="header-social"] .fa-inverse:hover {
	color: #fff;
	font-size: 15px;
}
header [id="header-social"] .fa-stack {
	font-size: 1.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
header [id="header-social"] .fa-stack-2x {
	font-size: 1.5em;
}
header [id="header-social"] a {
	padding: 1px;
}
header [id="header-social"] a:hover {
	text-decoration: none;
}
header [id="header-social"] a>.fa-inverse:hover {
	color: red!important;
}
header [id="header-social"] a:hover {
	text-decoration: none;
}
@media ( min-width: 992px) {
	header [id="header-social"] {
		position: absolute;
		top: 0;
		margin-top: 10px;
		display: block;
		left: 0;
	}
	header [id="header-admin"] {
		position: absolute;
		top: 0px;
		margin-top: 20px;
		right: 0;
		z-index: 10;
		width: 250px;
		top: 0px;
	}
}
a.twitter {
	color: #46bbff;
}
a.fb {
	color: #2f85e8;
}
a.yt {
	color: #e8412f;
}
a.igram {
	color: #233644;
}
a.logo {
	margin: 25px 0px 0 0;
	display: block;
	max-width: 40%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	float: left;
}
/*resized logo*/

.l-mob {
	/* display: none; */
}
.l-main .ad-nav {
	padding-top: 15px;
}
@media ( min-width: 992px) {
	a.logo {
		max-width: 240px;
		margin: 0px auto;
		padding-top: 30px;
	}
	.l-main {
		float: left;
		position: relative;
		z-index: 2;
	}
}
.search-form {
	display: none;
	background: #ff;
	width: auto;
	text-align: center;
	left: 0;
	top: 1px;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	margin: -20px -15px 0;
	padding: 20px 50px;
	clear: both;
}
.search-form input.textbox {
	width: 100%;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 28px;
	border-radius: 2px;
	background: #fff;
	border-color: #333;
}
.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: 0px 0 0px 10px;
		font-size: 16px;
		padding: 13px 20px;
		width: auto;
	}
	.search-form input.textbox {
		width: 78%;
		display: inline-block;
		padding: 10px;
		color: #fff;
		font-size: 20px;
		border-radius: 0px;
	}
	.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);
	}
}
/*admin buttons*/

.ad-nav {
	width: 100%;
	text-align: right;
	padding-top: 0px;
}
.ad-nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
.ad-nav ul li {
	list-style-type: none;
	display: inline-block;
	text-align: right;
	font-size: 25px;
	position: relative;
	height: auto;
	padding: 5px;
	z-index: 100000;
	float: right;
}
.ad-nav ul li:hover {
	cursor: pointer;
}
@media all and ( min-width: 1024px) {
	.ad-nav ul li {
		padding: 8px 14px;
	}
	.ad-nav ul li.mob-ex {
		display: none;
	}
}
.ad-nav ul li.dt {}
.ad-nav ul li:hover {
	background: #333;
}
.ad-nav ul li.mob-ex:hover {
	background: none;
}
.ad-nav ul li a {
	display: block;
	color: #333;
}
.ad-nav .basket-txt {
	font-size: 9px;
	padding: 0px 25px 0 4px;
	font-weight: 600;
}
.ad-nav ul ul li {
	display: block;
	width: 100%;
	background: #fff;
	font-size: 15px;
	float: none;
	padding: 5px;
	height: inherit;
	text-align: left;
	position: relative;
}
.ad-nav ul ul li a {
	color: #fff;
}
.ad-nav ul li a.js-basket {
	/*position:relative;
        */
	padding: 0px 0px;
}
/*admin button hover over*/

.ad-nav ul li:hover>a, .ad-nav ul li:hover>a>.fa-inverse, .ad-nav ul li:hover>.msl-loggedin:before, .ad-nav ul li:hover>.msl-loggedout:before {
	color: #fff;
	text-decoration: none;
}
.ad-nav ul li:hover>a.msl-loginbutton {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.ad-nav li a.msl-loginbutton {
	background: transparent;
	color: #333;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	padding-top: 20px;
	font-weight: 700;
}
.ad-nav li.login>a {
	position: absolute;
	width: 60px;
	text-align: center;
	height: 60px;
}
.msl-loggedout:before {
	position: absolute;
	font-family: FontAwesome;
	top: 2px;
	left: 0;
	/*transform: translate(-50%, -50%);
        */
	content: "\f023 ";
	font-size: 2.5em;
	color: #fff;
	right: 0;
}
.msl-loggedin:before {
	position: absolute;
	font-family: FontAwesome;
	top: 0px;
	left: 0;
	/*transform: translate(-50%, -50%);
        */
	content: "\f007 ";
	font-size: 2.5em;
	color: #333;
	right: 0;
}
.msl-loggedout:before {
	position: absolute;
	font-family: FontAwesome;
	top: 0px;
	left: 0;
	/*transform: translate(-50%, -50%);
        */
	content: "\f007";
	font-size: 2.5em;
	color: #333;
	right: 0;
}
.ad-nav .js-basket .badge {
	position: absolute;
	top: 15px;
	right: 5px;
}
@media (min-width:478px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 15px;
		right: 5px;
	}
}
@media (min-width:768px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 10px;
		right: 0px;
	}
}
@media (min-width:768px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 15px;
		right: 5px;
	}
}
@media (min-width:991px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 25px;
		right: 15px;
	}
}
@media (min-width:1200px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 25px;
		right: 15px;
	}
}
@media (min-width:1400px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 20px;
		right: 12px;
	}
}
.ad-nav .fa-inverse {
	color: #333;
}
.msl-loggedin:before, .msl-loggedout:before {
	font-size: 30px!important;
	top: -5px;
	left: 5px;
	font-weight: 500;
}
.msl-loggedout:before {
	/* top: -3px!important; */
	color: #333;
	font-size: 30px;
}
footer {
	margin-top: 0px;
}
footer .f-top {
	border-top: 1px solid #000;
	padding-top: 60px;
}
footer .f-links h5 {
	color: #b649a9;
	font-weight: 900;
	font-size: 24px;
}
footer>strong {
	display: block;
}
footer .f-links {
	padding: 20px 0;
}
.footer-links {
	width: 100%;
	text-align: center;
	margin: 0px 0px;
}
ul.footer-links li {
	display: inline-block;
	list-style-type: none;
	margin: 0 20px;
}
ul.footer-links li a {
	color: #b649a9;
	font-weight: 900;
	font-size: 16px;
}
.ch-nums p {
	text-align: center;
}
p.msl {
	text-align: center;
}
.f-links-cont ul {
	padding: 0;
	margin: 0;
}
.f-links-cont ul li {
	list-style-type: none;
	margin-bottom: 0px;
}
.f-links-cont ul li a, .f-links-cont a {
	color: #000;
	margin-bottom: 10px;
	font-weight: 900;
}
footer .f-sm {
	margin-top:40px
}
strong {
	/* display:block;
         */
	;
}
.history {
	padding: 0px;
	background: none;
	display: inherit;
}
/*footer sm*/

.f-sm-contact {
	padding: 36px 0px;
}
.f-sm, .f-contact {
	float: left;
	width: 100%;
}
.f-sm {
	margin-bottom: 35px;
}
@media ( min-width: 580px) {
	.f-sm, .f-contact {
		width: 50%;
	}
	.f-sm {
		margin-bottom: 0px;
	}
}
.f-sm .details, .f-sm .sm-icons, .f-contact .details, .f-contact .s-btn {
	float: left;
	width: 100%;
	color: #b649a9;
	text-align: center;
}
.f-sm .details, .f-contact .details {
	text-align: center;
}
.f-contact .s-btn a {
	padding: 22px;
	color: #fff;
	border-radius: 5px;
	background: #b649a9;
	font-weight: 600;
	width: 90%;
	display: block;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	transition: 0.5s;
}
@media ( min-width: 992px) {
	.f-contact .s-btn a {
		width: 100%;
	}
}
.f-contact .s-btn a:hover {
	text-decoration: none;
	background: #000;
}
@media ( min-width: 992px) {
	.f-sm .details {
		text-align: left;
		margin-bottom: 0;
		width: 40%;
		position: relative;
	}
	.f-contact .details {
		text-align: left;
		margin-bottom: 0;
		width: 40%;
		position: relative;
	}
	.f-sm .sm-icons {
		float: left;
		width: 50%;
		padding: 0 35px;
	}
	.f-contact .s-btn {
		float: left;
		width: 60%;
	}
	.f-contact .s-btn a {
		padding: 20px;
	}
}
.f-sm h2, .f-contact h2 {
	margin: 0;
	font-weight: 900;
}
.f-sm p, .f-contact p {
	position: relative;
	left: 0;
	font-style: italic;
	font-size: 18px;
}
@media ( min-width: 992px) {
	.f-sm p, .f-contact p {
		position: absolute;
		left: 20%;
		font-style: italic;
		font-size: 18px;
	}
	.f-contact p {
		left: 5%;
	}
	.f-contact .s-btn a {
		margin-top: 0px;
	}
}
@media ( min-width: 1200px) {
	.f-sm p {
		position: absolute;
		left: 32%;
	}
}
.sm-icons ul {
	padding: 0;
	margin: 0;
}
.sm-icons ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	border: 0px solid #fff;
	width: 25%;
	text-align: center;
}
/*breadcrumbs*/

.b-title {
	float: left;
	margin-right: 5px;
}
#breadcrumb {
	text-align: center;
	padding: 0!important;
	width: initial;
}
#breadcrumb ul.breadcrumb {
	/* padding: 0px!important;
         */
	font-weight: 600;
	background-color: transparent;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
/*section*/

.p-banner {
	position: relative;
	margin-bottom: 15px;
}
@media ( min-width: 992px) {
	.p-banner {
		position: relative;
		margin-bottom: 45px;
	}
}
.wrapper .subtitle {
	font-size: 25px;
	font-weight: 600;
}
.banner-details {
	position: relative;
	right: 0;
	bottom: 25px;
	text-align: center;
	padding-top: 2%;
	left: 0;
}
.banner-details h1 {
	font-size: 2.5rem;
	color: #333;
	font-weight: 500;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}
.banner-details p {
	color: #fff;
	font-size: 1em;
	padding: 0;
	margin: 0;
	text-align: right;
}
.ad-nav .badge {
	background-color: #af3fab;
}
.home-ad {
	margin-top: 5px;
}
@media ( min-width: 992px) {
	.home-ad {
		margin-top: 40px;
	}
}
.f-links-col {
	text-align: left;
}
}
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 {
	font-weight: 900;
}
.no-padding {
	padding: 0px!important;
	background: transparent;
}
.admin-c {
	background: #fff;
	/* overflow: hidden; */
	height: 85px;
	/* approximate max height */
	transition-property: all;
	transition-duration: .5s;
	/* transition-timing-function: cubic-bezier(0, 1, 0.5, 1); */
	padding: 15px 0px;
}
.show-nav .admin-c {
	position:fixed;
	z-index:300000;
	top:0;
	left:0;
	right:0;
}
@media (min-width: 1024px) {
	.admin-c {
		height: 0px;
		overflow: hidden;
		padding: 0;
	}
}
.access-active {
	height: 45px;
}
.adminbar {
	position: relative;
}
header .adminbar [id="header-admin"] {
	position: relative;
	margin: 0;
	padding-bottom: 0px;
	float: right;
	padding-right: 0;
}
/* Header */

header {
	position: relative;
	padding-top: 0px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	z-index: 2;
	height: 100px;
}
header [id="header-social"], header [id="header-admin"] {
	text-align: center;
	margin-top: 0;
}
header [id="header-social"] {
	display: none;
}
.top-header {
	background: #fff;
	z-index: 99;
	padding: 0px;
}
header [id="header-admin"] {
	position: absolute;
	margin-top: 20px;
	right: 0;
	z-index: 10;
	top: 0;
}
header .navbar [id='header-admin'] {
	display: none;
}
@media (min-width: 1024px) {
	header .navbar [id='header-admin'] {
		display: block;
	}
}
@media (min-width: 1600px) {
	header .navbar [id='header-admin'] {
		display: block;
	}
	.admin-c .ad-nav {
		display: none;
	}
	header .ad-nav {}
}
header [id="header-social"] .fa-inverse, header [id="accessibility"] .fa-inverse {
	color: #fff;
	font-size: 15px;
}
header [id="accessibility"] .fa-inverse {
	color: #fff!important;
	font-size: 15px;
}
header [id="header-social"] .fa-inverse:hover, header [id="accessibility"] .fa-inverse:hover {
	color: #fff;
	font-size: 15px;
}
header [id="header-social"] .fa-stack, header [id="accessibility"] .fa-stack {
	font-size: 1.5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
header [id="header-social"] .fa-stack-2x, header [id="accessibility"] .fa-stack-2x {
	font-size: 1.5em;
}
header [id="header-social"] a, header [id="accessibility"] a {
	padding: 1px;
	opacity: 1;
	transition: 0.5s;
}
header [id="header-social"] a:hover, header [id="accessibility"] a:hover {
	text-decoration: none;
	opacity: 0.6;
	color: inherit;
}
header [id="header-social"] a>.fa-inverse:hover, header [id="accessibility"] a>.fa-inverse:hover {
	color: red!important;
}
header [id="header-social"] a:hover, header [id="accessibility"] a:hover {
	text-decoration: none;
}
header [id="accessibility"] {
	display: none;
}
@media (min-width: 992px) {
	header [id="header-social"] {
		position: absolute;
		top: 0;
		margin-top: 7px;
		display: block;
		left: 0;
	}
	header [id="header-admin"] {
		position: absolute;
		top: 0px;
		margin-top: 26px;
		right: 0;
		z-index: 10;
		width: 325px;
		top: 0px;
		display: block;
	}
	header [id="accessibility"] {
		position: absolute;
		top: 0;
		margin-top: 7px;
		display: block;
		right: 180px;
	}
	header [id="accessibility"] {
		font-weight: 600;
		font-size: 14px;
		color: #fff;
	}
}
@media (min-width: 1600px) {
	header [id="accessibility"] {
		right: 0;
	}
}
a.twitter {
	color: #46bbff;
}
a.twitter:hover {
	color: #46bbff!important;
}
a.fb {
	color: #2f85e8;
}
a.fb:hover {
	color: #2f85e8!important;
}
a.yt {
	color: #e8412f;
}
a.yt:hover {
	color: #e8412f!important;
}
a.igram {
	color: #233644;
}
a.igram:hover {
	color: #233644!important;
}
header [id="accessibility"] a:hover {
	opacity: 1;
}
header [id="accessibility"] a.df {
	color: #50B848!important;
}
header [id="accessibility"] a.df:hover {
	color: green;
}
header [id="accessibility"] a.bw {
	color: #fff!important;
}
header [id="accessibility"] a.bw:hover {
	color: #c0c0c0;
}
header [id="accessibility"] a.yb {
	color: blue!important;
}
header [id="accessibility"] a.yb:hover {
	color: blue;
}
a.yb .fa-inverse {
	color: yellow!important;
}
a.bw .fa-inverse {
	color: black!important;
}
a.logo {
	margin: 25px 0px 0 0;
	display: block;
	max-width: 55px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	float: left;
}
.l-main {
	display: none;
	overflow: hidden;
}
/*resized logo*/

.l-mob {
	/* display: none; */
}
@media(min-width:1024px){
	.l-mob {
      display: none; 
  }
  .l-main {
	display: block;
}
}
.l-main .ad-nav {
	padding-top: 15px;
}
a.logo {
	position: relative;
	top: 0;
	z-index: 10000000;
	margin: 0px 0;
}
.l-pts {
	display: none;
}
.m-pts {
	display: none;
}
@media (min-width: 992px) {
	a.logo {
		/* max-width: 255px; */
		margin: 0px auto;
		padding-top: 0;
		position: relative;
		margin-top: inherit;
	}
	.l-pts {
		display: block;
		width: 90px;
		margin-left: -40px;
		top: 30px;
	}
	.l-pts a.logo {
		max-width: 100px;
		margin-left: 20px;
		margin-top: -10px;
	}
	.l-main, .l-pts {
		float: left;
		position: relative;
		z-index: 2;
	}
	.m-pts {
		display: none;
	}
}
@media (min-width: 1200px) {
	a.logo {
		/* max-width:320px; */
		margin-left:  0;
	}
	.l-pts a.logo {
		margin-left: -12px;
		margin-top: 0px;
	}
}
@media (min-width: 1200px) {
	.l-pts {
		width: 110px;
		margin-left: -30px;
		top: 20px;
	}
}
.search-form {
	display: none;
	background: #f9f9f9;
	width: auto;
	text-align: center;
	left: 0;
	top: 115px;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	padding: 40px 72px;
	clear: both;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.search-form input.textbox {
	width: 100%;
	display: inline-block;
	padding: 10px;
	color: #333;
	font-size: 20px;
	border-radius: 2px;
	background: transparent;
	border-color: #333;
	margin-bottom: 8px;
}
.search-form input.textbox: focus {
	border-color: #fff;
}
.search-form input.button {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	font-size: 14px;
	padding: 10px 15px;
	background: #333;
	border-radius: 5px;
	color: #fff;
	border: 0px solid;
	transition: 0.5s;
}
.search-form input.button:hover {
	text-decoration: none;
	background: #666;
}
@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;
		height: 50px;
	}
	.search-form input.textbox {
		width: 80%;
		display: inline-block;
		padding: 7px;
		color: #fff;
		font-size: 20px;
		border-radius: 2px;
		height: 50px;
	}
	.search-form input: focus, .search-form textarea:focus {
		outline: none;
	}
}
[id="search-dismiss"] {
	color: #fff;
	padding: 7px 20px;
	background: #333;
	display: block;
	margin: 15px auto 0;
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
	font-size: 14px;
	color: #fff!important;
}
[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: 80px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		z-index: 10000000;
		background: rgba(255, 255, 255, 0.95);
	}
}
/*admin buttons*/

.ad-nav {
	width: 100%;
	text-align: right;
	padding-top: 0px;
}
.ad-nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
.ad-nav h3 {
	color: #fff;
	font-size: 1.2em;
	padding-left: 5px;
	margin-bottom: 9px;
}
.ad-nav #msl_admin h4 {
	margin-top:18px
}
.ad-nav .dropdown-menu {
	top: 70px!important;
	z-index:  100000000;
	background: #000;
	color: #fff;
	margin-bottom: 5%;
}
.ad-nav .dropdown-menu ul li {
	border:0px solid;
	border-top: 1px solid #eee!important;
	border-bottom: 0px solid!important;
	margin: 0!important;
}
.ad-nav .dropdown-menu #msl_admin h4 a {width: auto;height:  auto;color: #fff;padding:  0;border-radius:  0px;border: 0px solid;font-size: 1.2rem;background: none;}
@media (min-width: 992px) {
	.ad-nav .dropdown-menu {
		top: 50px;
		min-width: 800px;
		right: 0;
		left: inherit;
	}
	.ad-nav .dropdown-menu .sidepanel {
		float:left;
		width: 30%;
	}
	.ad-nav .dropdown-menu .mslwidget {
		float:left;
		width: 70%;
	}
	.ad-nav .dropdown-menu .mslwidget #ulAdmin, .ad-nav .dropdown-menu .mslwidget [id*='pnlOrganisations'] {
		float:left;
		width:50%;
		padding:0 10px
	}
	.mslwidget [id*='pnlOrganisations'] {
		margin-top:-50px;
	}
}
@media (min-width: 1600px) {
	.ad-nav .dropdown-menu {
		top: 75px;
	}
}
.ad-nav .dropdown-menu:before {
	content: "";
	position: absolute;
	left: 22px;
	top: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #000 transparent;
	z-index: 9999;
	transform: translate(-50%, 0%);
}
@media(min-width:1024px){
.ad-nav .dropdown-menu:before {
   left: unset;
   right:5px;
}	
}
@media (min-width:1400px) {
	.ad-nav .dropdown-menu:before {
		right: 8px;
	}
}
.ad-nav ul li {
	list-style-type: none;
	display: inline-block;
	text-align: right;
	font-size: 25px;
	position: relative;
	height: auto;
	padding: 5px;
	z-index: 100000;
	float: right;
	border-radius: 50px;
	transition: 0.2s;
}
.ad-nav ul li.search, .ad-nav ul li.admin-mail {
	background: none;
	display: none;
}

	.ad-nav ul li.search, .ad-nav ul li.admin-mail {
		display: block;
	}

.ad-nav ul li.mob-ex {
	padding: 5px;
}
.ad-nav ul li:hover {
	cursor: pointer;
}
@media (min-width: 1024px) {
	.ad-nav ul li {
		padding: 0px;
		margin: 2px;
	}
	.ad-nav ul li.mob-ex {
		display: none;
	}
}
.ad-nav ul li.dt {
	/* display: inline-block!important; */
}

.ad-nav ul li.mob-ex:hover {
	background: none;
}
.ad-nav ul li a {
	display: block;
	color: #333;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: 1px solid;
	padding: 12px 15px;
	transition: 0.5s;
	border: 1px solid #fff;
	background: #fff;
}
.ad-nav ul li a:hover {
	border: 1px solid #000;
	background-color:#fff:
}
.ad-nav ul li a .i-search:before {
	background-image: url('icon-search.svg');
	background-size: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	content:"";
	background-repeat:no-repeat;
	position:relative;
	top: 0px;
	left:-2px
}
.ad-nav ul li a .i-mail:before {
	background-image: url('icon-mail.svg');
	background-size: 35px;
	display: inline-block;
	width: 35px;
	height: 28px;
	content:"";
	background-repeat:no-repeat;
	position:relative;
	top: 0px;
}
.ad-nav ul li a .i-bskt:before {
	background-image: url('bskt.png');
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	content:"";
	background-repeat:no-repeat;
	position:relative;
	top: 7px;
	left: -2px;
} 
.ad-nav ul li a .i-admin:before {
	background-image: url('Icon-admin.svg');
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	content:"";
	background-repeat:no-repeat;
	position:relative;
	/* top: 7px; */
	/* left: -10px; */
} 
.ad-nav ul li a:hover .fa-gear:before, .ad-nav ul li a:hover .fa-cog:before {color:#000;position:relative;}
.ad-nav ul li a .fa-gear:before, .ad-nav ul li a .fa-cog:before {
		/* font-size: 35px; */
		background-size: 33px;
		display: inline-block;
		width: 35px;
		height: 35px;
		background-repeat: no-repeat;
		position: relative;
		top: -1px;
		left: -4px;
		color:#000;
		}
@media(min-width:1024px){
	.ad-nav ul li a .i-search:before {
	background-image: url('icon-search.svg');
	background-size: 30px;
	display: inline-block;
	width: 35px;
	height: 35px;
	content:"";
	background-repeat:no-repeat;
	position:relative;
	top: 0px;
}
	.ad-nav ul li a .i-search:before {
		top: 0px;
		left: 0;
		}
	.ad-nav ul li a .i-mail:before {
		top: 6px;
		left: -4px;
		}
	.ad-nav ul li a .fa-gear:before, .ad-nav ul li a .fa-cog:before {
		font-size: 40px;
		background-size: 35px;
    	display: inline-block;
    	width: 35px;
    	height: 28px;
    	background-repeat: no-repeat;
    	position: relative;
    	top: -3px;
    	left:-3.5px;
    	}
	.ad-nav ul li a:hover .fa-gear:before, .ad-nav ul li a:hover .fa-cog:before {
		color:#000;
		}
	.ad-nav ul li a .i-bskt:before {
	background-image: url('bskt.png');
	background-size: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	content:"";
	background-repeat:no-repeat;
	position:relative;
	top: 0px;
	left: -4px;
} 
.ad-nav ul li a .i-admin:before {
	background-image: url('Icon-admin.svg');
	background-size: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	content:"";
	background-repeat:no-repeat;
	position:relative;
	top: -2px;
	left: -4px;
} 
} 
.ad-nav ul li a::after {
	display:none;
}
.ad-nav #basket a {
	display: block;
	width: auto;
	height: auto;
	border-radius: 0px;
	border: 0px solid #fff;
	padding: 5px;
	transition: 0.5s;
}
.ad-nav .basket-txt {
	font-size: 9px;
	padding: 0px 25px 0 4px;
	font-weight: 600;
}
.ad-nav ul ul li {
	display: block;
	width: 100%;
	background: transparent;
	font-size: 15px;
	float: none;
	padding: 5px;
	height: inherit;
	text-align: left;
	position: relative;
}
.ad-nav ul ul li a {
	color: #fff;
}
.ad-nav ul li a.js-basket {
	padding: 10px 17px 10px 15px;
}
/*admin button hover over*/

.ad-nav ul li:hover>a, .ad-nav ul li:hover>a>.fa-inverse, .ad-nav ul li:hover>.msl-loggedin:before, .ad-nav ul li:hover>.msl-loggedout:before {
	color: transparent;
	text-decoration: none;
}
.ad-nav ul li:hover>a.msl-loginbutton {
	color: transparent;
	text-decoration: none;
	background:#fff;
}
.ad-nav li a.msl-loginbutton {
	background: #fff!important;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	font-weight: 700;
	border-color: #fff;
	color: transparent;
	margin: 0 auto;
	transition:0.3s;
	border: 1px solid #fff;
	padding: 12px 15px;
}
.ad-nav li.login {
	border-radius: 60px;
}
.ad-nav li.login>a {
	text-align: center;
}
.msl-loggedout:before {
	position: absolute;
	font-family: FontAwesome;
	top: 2px;
	left: 0;
	/*transform: translate(-50%, -50%);
    */
	content: "\f023 ";
	font-size: 2.5em;
	color: #fff;
	right: 0;
}
.msl-loggedin:before {
	position: absolute;
	font-family: FontAwesome;
	top: 0px;
	left: 0;
	/*transform: translate(-50%, -50%);
    */
    content: "\f08b";
	font-size: 2.5em;
	color: #fff;
	right: 0;
}
.msl-loggedout:before {
	position: absolute;
	font-family: FontAwesome;
	top: 0px;
	left: 0;
	/*transform: translate(-50%, -50%);
    */
	content: "\f090";
	font-size: 2.5em;
	color: #333;
	right: 0;
}
.ad-nav .js-basket .badge {
	position: absolute;
	top: 0;
	right: 0;
}
@media (min-width: 478px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 768px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0px;
		right: 0px;
	}
}
@media (min-width: 768px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 991px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 1200px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 1400px) {
	.ad-nav .js-basket .badge {
		position: absolute;
		top: 0px;
		right: 0px;
	}
}
.dropdown ul li, .admin-c .dropdown ul li {
	border-radius: 0;
	margin: 0;
}
.dropdown ul li a, .admin-c .dropdown ul li a {
	width: auto;
	height: auto;
	border-radius: 0;
	display: block;
	color: #333;
	border: 0px solid #fff;
	padding: 2px;
	transition: 0.2s;
	background: none;
	width: 100%!important;
}
.dropdown ul li a:hover, .admin-c .dropdown ul li a:hover {
	border-radius: 0;
	color: #fff;
	border:0px solid;
}
.ad-nav .fa-inverse {
	color: #333;
}
.msl-loggedin:before, .msl-loggedout:before {
	background-image: url(psn.png);
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 33px;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	margin: 0 auto;
	text-align: center;
	background-position: center;
	left: 0;
	right: 0;
	top: 7px;
}


@media (min-width:1024px) {
	.msl-loggedin:before, .msl-loggedout:before {
	background-image: url(psn.png);
	background-size: 34px;
	display: inline-block;
	width: 35px;
	height: 35px;
	content: "";
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	margin: 0 auto;
	text-align: center;
	background-position: center;
	left: -3px;
	right: 0;
	top: -1px;
}
	.msl-loggedin:before, .msl-loggedout:before {
	position: relative;
	}
	.wrapper {
		position: relative;
		margin-top: 20%;
		height: 100%;
	}
	footer {
		bottom: 0;
		width: 100%;
		/* margin: 3% 0; */
	}
}
@media (min-width:1200px) {
	.wrapper {
		position: relative;
		margin-top: 18%;
		height: 100%;
	}
}




footer .subnav-c {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    text-align:center;
}
footer .subnav-c .subnav-col {
    float: none;
    width:100%;
}
@media(min-width:768px){
footer .subnav-c {
	text-align:left;
}
footer .subnav-c .subnav-col {
	float:left;
	width:50%;
}	
}
footer .subnav-c .subnav-col ul {
	padding:0;
}
footer .navigation ul ul {
    display: block;
    float: left;
    clear: both;
    /* width: 100%; */
    position: relative;
    padding: 0 0 0 10px;
}
footer h6 {
    font-weight: normal;
    margin-bottom: 2px;
}
footer a, footer a:hover {
	color:#000;
}
footer .strong {
    font-weight: 900;
    margin-bottom: 30px;
}
footer .navigation ul ul {
    display: block;
    float: left;
    clear: both;
    /* width: 100%; */
    position: relative;
    padding: 0 0 0 10px;
}
footer .subnav ul {
  padding:0;
  margin: 0 0 0 0px;
  width: auto;
}
@media(min-width:768px){
footer .subnav ul {
  margin: 0 0 0 30px;
}
}
footer .subnav ul li {
    list-style-type:none;
}
footer .subnav  li a {
  color:#000;
  padding: 1px 0;
  font-size: 1rem;
}


.ad-nav ul li.admin-ctrl {
    display:none;
}

/*basket link*/

.ad-nav #msl-basket-summary {
	padding: 0;
	width: auto;
	background: none;
}
.ad-nav #msl-basket-summary {
		padding: 0px 0;
		width: 45px;
		background: none;
		height: 45px;
		display: block;
}
@media(min-width:1024px) {
.ad-nav #msl-basket-summary {
		padding: 0px 0;
		width: 60px;
		background: none;
		height: 60px;
		display: block;
}
}
.ad-nav #msl-basket-summary .msl-basket-link {
	color: #fff;
	/* position:relative; */
	padding-left: 0;
	font-size: 0px;
}
.ad-nav #msl-basket-summary .msl-basket-link:before {
background-image: url('bskt.png');
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	content:"";
	background-repeat:no-repeat;
	position:relative;
	top: 4px;
	left: -3px;
}
@media(min-width:1024px){
.ad-nav #msl-basket-summary .msl-basket-link:before {
	background-image: url('bskt.png');
	background-size: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	content:"";
	background-repeat:no-repeat;
	position:relative;
	top: 0px;
	left: -4px;
}
}
.ad-nav #msl-basket-summary .msl-basket-itemcount {
	padding: 4px;
	color: #fff;
	background-color: #000;
	line-height: 14px;
	position: absolute;
	right: 0px;
	top: 25px;
	font-weight: 600;
}
@media(min-width:1024px) {
	.ad-nav #msl-basket-summary .msl-basket-itemcount {
	padding: 4px;
	color: #fff;
	background-color: #000;
	line-height: 14px;
	position: absolute;
	right: 10px;
	top: 30px;
	font-weight: 600;
}
	.ad-nav #msl-basket-summary .msl-basket-link:before {
		text-align: center;
		right: 0;
		left: 0;
		top: 8px;
		left: -10px;
	}
	.ad-nav #msl-basket-summary .msl-basket-itemcount {
	}
}