/* Core */
body {
    background-color: #fff;
    background: -moz-linear-gradient(right, #ffffff 0%, #ffffff 15%, #f5f4f3 15%, #f5f4f3 100%);
    background: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 15%, #f5f4f3 15%, #f5f4f3 100%);
    background: linear-gradient(to left, #ffffff 0%, #ffffff 15%, #f5f4f3 15%, #f5f4f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4f3', GradientType=0 );
    background-size: 100% 450px;
    background-repeat: no-repeat;
    overflow-x: hidden;
    font-size: 15px;}
    
body.headerPage {background-size: 100% 750px;}    
 
@media all and (min-width: 600px) {    
body {
    background-color: #fff;
    background: -moz-linear-gradient(right, #ffffff 0%, #ffffff 30%, #f5f4f3 30%, #f5f4f3 100%);
    background: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 30%, #f5f4f3 30%, #f5f4f3 100%);
    background: linear-gradient(to left, #ffffff 0%, #ffffff 30%, #f5f4f3 30%, #f5f4f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f4f3', GradientType=0 );
    background-repeat: no-repeat;
    background-size: 100% 550px;}
} 

@media all and (min-width: 769px) { 
body.headerPage {background-size: 100% 550px;}  
}

@media all and (min-width: 992px) {    
body {
    background-size: 100% 650px;
    background-repeat: no-repeat;}

body.headerPage {background-size: 100% 650px;}       
} 

@media all and (min-width: 1200px) {   
body.headerPage {background-size: 100% 720px;}       
} 

body {
    font-family: 'Lato', sans-serif;
    color: #262626;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    color: #262626;}

img {
    max-width: 100%;
    height: auto !important;
}

.container.content {
    line-height: 1.4;
    font-size: 16px;
}
h1, h2, h3 {margin-top:0;}
*+h1,*+ h2,*+ h3 {margin-top:20px;}

.greyBg {
    background: #f5f4f3;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;}

blockquote {
    padding: 10px 20px 10px 70px;
    border-left: none;
    color: #30638e;
    font-style: italic;
    position: relative;}

blockquote:before {
    content: "";
    background: #30638e;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 30px;
    border-radius: 50%;}   


.content ul {list-style: none}

.content.textC ul:not(.msl_organisation_list) li:before {
    content: "•"; 
    color: #262626;
    display: inline-block; 
    width: 1em;
    margin-left: -1em}

.content .msl_admin_page ul li:before,
.content .page_edit ul li:before,
.content #edit_page_buttons ul li:before,
#edit_header ul li:before,
#pnlTabs ul li:before,
#filters li:before,
.content .sidebarTemp li:before,
.page_shop .msl-catalogue-list li:before,
.page_shop .catalogue_productlist li:before,
.page_checkout li:before {
    content: "" !important; }    
    
.content ol {
    list-style: none; 
    counter-reset: li}

.content ol li:before {
    content: counter(li) ". ";
    color: #262626;
    display: inline-block; 
    font-weight: bold;
    width: 1em;
    margin-left: -1em}

.content ol li {counter-increment: li}
    

/* Button */
.buttonStyle,
.inputWrapper input[type="submit"] {    
    font-weight: bold;
    padding: 10px 20px !important;
    border: 2px solid #30638e;
    color: #30638e;
    background: transparent;
    border-radius: 3px;
    position: relative;
    margin-right: 0 !important;}

.inputWrapper {
    position: relative;
    display: inline-flex;}    

.buttonStyle:before,
.inputWrapper:before {
    content: "";
    width: 40%;
    position: absolute;
    height: 2px;
    background: white;
    right: -2px;
    bottom: -2px;
    border-radius: 10px;
    transition-duration: 1s;}

.buttonStyle:after,
.inputWrapper:after {
    content: "";
    width: 2px;
    position: absolute;
    height: 20px;
    background: white;
    right: -2px;
    bottom: -2px;
    border-radius: 10px;
    transition-duration: 1s;}  
    
.inputWrapper:before {
    bottom: 0px;
    z-index: 1;}

.inputWrapper:after {
    right: 0px;
    z-index: 1;}      

.buttonStyle:hover,
.inputWrapper:hover {    
    text-decoration: none;
    cursor: pointer;}

.inputWrapper input[type="submit"]:hover { 
    cursor: pointer;
    background: transparent;}    
    
.buttonStyle:hover:before,
.inputWrapper:hover:before {
    content: "";
    width: 0;
    transition-duration: 1s;}

.buttonStyle:hover:after,
.inputWrapper:hover:after{
    content: "";
    height: 0px;
    transition-duration: 1s;}    


/* Page banner */
#topBanner {
    margin-bottom: 50px;
    padding: 0 20px;}

#topBanner .breadcrumb {background-color: transparent;}
#topBanner .bc { margin-bottom: 30px;}

#topBanner .msl-breadcrumb {
    text-align: left;}

#topBanner .msl-breadcrumb li {display: none;}
#topBanner .msl-breadcrumb li:first-child,
#topBanner .msl-breadcrumb li:nth-child(2) {display: inline-block;}
    
#topBanner .msl-breadcrumb li a,
#topBanner .msl-breadcrumb li span {
    color: #a7a7a7;}

#topBanner .msl-breadcrumb li a:hover {text-decoration: none;}
    
#topBanner .breadcrumb>li+li:before {
    padding: 0 10px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;}    

#topBanner .pageTitleWrapper {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;}
    
#topBanner .pageTitleWrapper .ptWrapper {margin-left: 10px;} 

#topBanner .pageTitleWrapper .pageTitle {
    display: inline-block;
    background: #f28482;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 4px 3px 11px;
    font-size: 14px;
    display: inline;
    white-space: pre-wrap;
    padding-left: 0px;
    box-shadow: -10px 0 0 #f28482, 5px 0 0 #f28482;
    margin-left: 0px;}    

#topBanner .pageTitleWrapper .pageDesc {
    font-weight: 900;
    color: #262626;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 15px;}

#topBanner .msl-pagebanner {
    width: 100%;
    margin: 0;
    display: block;
    /*overflow: hidden;*/}

#topBanner .msl-pagebanner img {
    -webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);}


@media all and (min-width: 769px) {
#topBanner {
    display: table;
    width: 100%;}
    
#topBanner .pageTitleWrapper {
    display: table-cell;
    vertical-align: middle;
    width: 57%;
    margin: 20px 15px 20px 0;
    padding: 20px 20px 20px 0;}
    
#topBanner .pageTitleWrapper .pageDesc {
    padding-right: 5px;
    font-size: 32px;}
    
#topBanner .msl-pagebanner {
    display: table-cell;
    vertical-align: middle;
    width: 38%;
    margin: 0 30px 0 10px;}

#topBanner .msl-pagebanner img {margin: 0 0 0 10px;}  
}


@media all and (min-width: 992px) {
#topBanner {padding: 0 5%;}    

#topBanner .pageTitleWrapper {
    width: 38%;
    margin: 20px 15px 20px 0;}
    
#topBanner .pageTitleWrapper .pageDesc {font-size: 37px;}    
    
#topBanner .msl-pagebanner {
    width: 57%;
    margin: 0 30px 0 10px;}
}


/* Social icons */
[id="group-social"] {
    margin: 20px 0;
}
[id="group-social"] div {
    display: inline-block;
    margin: 0px 5px 0px 0;
    vertical-align: top;
}
[id="group-social"] a {
    text-indent: -5000px;
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50px;
    padding:0;
    margin:0;
    transition: 0.2s ease all;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    border: 3px solid transparent;
}
[id="group-social"] a:hover {
    border-color: rgba(255,255,255,0.5);
}
[id="group-social"] a:before {
    text-indent: 0;
    left:50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    color: white;
    font-size: 18px;
}
.msl_facebook, .msl_facebook:hover {
    background: #2f85e8;
}

.msl_facebook:before {
    content: "\f39e";
    font-family: "Font Awesome 5 Brands";     font-weight: 900;
}

.msl_twitter, .msl_twitter:hover {
    background: #46bbff;
}

.msl_twitter:before {
    content: "\f099";
    font-family: "Font Awesome 5 Brands";     font-weight: 900;
}

.msl_email, .msl_email:hover {
    background: #C6093A;
}

.msl_email:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.msl_web, .msl_web:hover {
    background: #337ab7;
}

[id="group-social"] .msl_web:before {
    content: "\f57d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
}

.msl_instagram {
    background: #46008c;
}

.msl_instagram:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";     font-weight: 900;
}


/* Slick */
.slick-slide { position: relative;}

.slick-next {
    right: 10px;
    width: 90px;
    height: 90px;}
    
.slick-prev {
    z-index: 99;
    width: 90px;
    height: 90px;
    left: 10px;}
    
#banner .slick-prev {
    left: auto;}    

.slick-dots li button:before { font-size: 36px; }   
    
.slick-slider .slick-prev:before {
    left: 0px;
    /* display: none; 
    background-image: url('https://www.ravesu.co.uk/stylesheet/Rave20/arrow-left.png');
    background-size: 90px 90px; */
    display: inline-block;
    width: 90px;
    height: 90px;
    content:"\2039";}

.slick-slider .slick-next:before {
    right: 0px;
    /* display: none;
    background-image: url('https://www.ravesu.co.uk/stylesheet/Rave20/arrow-right.png'); 
    background-size: 90px 90px; */
    display: inline-block;
    width: 90px;
    height: 90px;
    content: "\203A";}
    
#banner .slick-slider .slick-prev:before,
#banner .slick-slider .slick-next:before {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    content:"";}

#banner .slick-dots { bottom: -30px;}

.slick-dots li button:before {
    opacity: 1;
    color: transparent;
    border: 2px solid #002a64;
    border-radius: 50%;
    width: 13px;
    height: 13px;}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
    background: #002a64;
    color: transparent;
    border: 2px solid #002a64;
    opacity: 1;
    transform: scale(1.2);}
    
.slick-dots li {width: 20px !important;}    
    
@media (max-width: 768px) {
  .slick-next,
  .slick-prev {display: none;}
  
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    background-size: 30px 30px !important;
    width: 30px !important;
    height: 30px !important;
    content:"";
    opacity: 1;  }
    
  .slick-next,
  .slick-prev {
    width: 30px;
    height: 30px;}
}


/************ POPUPS ******************/
.popup-mask {
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, .6);
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: .5s;
    opacity: 0;
    visibility: hidden;}

.popup-mask.active {
    opacity: 1;
    visibility: visible;
    transition-duration: .5s;
    z-index: 999;}    
    
.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
    opacity: 0;
    max-height: 95vh;
    visibility: hidden;
    position: fixed;
    background: #fff;
    width: 90%;
    height: auto;
    max-width: 1100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    -webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);}

.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  opacity: 1;
  text-align: center;
  z-index: 99999;}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
  opacity: 0;}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
  opacity: 1;}

.popup-overlay .close {
    color: black;
    position: absolute;
    right: 0px;
    top: -35px;
    font-size: 18px;
    font-weight: normal;
    background: transparent;
    opacity: 1;
    padding: 10px;
    text-shadow: 0 1px 0 #000;}
    
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.popup-overlay .block1,
.popup-overlay .block2 {
    display: block;
    background: white;
    width: 30%;
    height: 20px;
    position: absolute;
    z-index: 2;
    margin: -2px 0 0 -2px;}
    
.popup-overlay .block2 {
    width: 25%;
    height: 30px;
    right: 5%;
    bottom: 26px;
    margin: 0;}    

@media all and (min-width: 600px) {
.popup-overlay {
    padding: 5%;}
    
.popup-overlay .block1 {
    width: 40%;
    height: 40px;}
    
.popup-overlay .block2 {
    height: 50px;
    bottom: 26px;}    
    
.popup-overlay .close {
    right: 5px;
    top: 5px;
    font-size: 23px;}    
}

@media all and (min-width: 768px) {
.popup-overlay .block1 {
    height: 70px;}
    
.popup-overlay .block2 {
    width: 30%;
    height: 60px;
    bottom: 36px;} 
}

@media all and (min-width: 1000px) {
.popup-overlay .block2 {bottom: 48px; height: 70px;} 
}

/******************************/




.page-detail {
    z-index: 10;
    background: rgba(255,255,255,0.8);
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.page-detail h1 {
    margin: 0;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 15px;
}

@media all and (min-width: 600px) {
    .page-detail {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .page-detail h1 {
        font-size: 24px;
        padding: 0;
    }
}

.skiplinks {
    display: block;
    text-align: center;
    margin: -5px 0 15px;
    padding: 5px;
    font-size: 12px;
    background: #eee;
    color: #333;
    border: 1px solid #ddd;
}

.skiplinks:hover {
    background: #effaa0;
    color: #333;
    border: 1px solid #bfdb2e;
    text-decoration: none;
}

@media all and (min-width: 992px) {
    .skiplinks {
        display:none;
    }
}



/* Content */
.hide + .container.content {
    margin-top: 20px;
}

/* Sidebar */
aside .grouping-logo img {
    display: block;
    margin: 0 auto;
}

aside .box {
    border: 1px solid #ccc;
    margin: 54px 0 20px;
    padding: 15px 18px;
    position: relative;
}
aside *+.box {
    margin:20px 0;
}

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;
}

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 a {
    display: block;
}

aside li a {
    padding: 8px 12px;
    transition: 0.2s ease all;
    -web-transition: 0.2s ease all;
}

aside li a:hover {
    text-decoration: none;
    background: #dadada;
}

aside li a.current {
    background: #120305;
    color: #fff;
}

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;
}


/* Member lists */
.msl-groupedmemberlist {
}

.msl-groupedmemberlist h3,
.msl-groupedmemberlist h4 {
    text-transform: uppercase;
    font-size: 15.5px;}

.msl-groupedmemberlist ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.msl-groupedmemberlist ul li {
}

.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;
    padding: 0;}

.msl-groupedmemberlist ul li .badge dt a {
    padding: 0;
    color: black;
    font-weight: normal;}
    
.msl-groupedmemberlist ul li .badge dt a:hover {
    background: transparent;
    opacity: .8;}

.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 10px 30px;
    width: 200px;
    vertical-align: top;
    padding: 0;
    font-size: 16px;
    display: none;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: left;
}

body ul.msl_organisation_list li.active {
    display: inline-block;
}

body ul.msl_organisation_list li img {
    display: block;
    margin: 0 auto 0px;
}
body ul.msl_organisation_list li .logo {
    display:block;
    border: 1px solid transparent;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

body ul.msl_organisation_list li a.msl-gl-link {
    color: #000;
    border-top: 5px solid #120305;
    display:inline-block;
    font-weight: 600;
    padding: 10px 15px;
    max-width:180px;
    margin: -10px 1px;
    background: #fff;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    line-height: 1.4;
}
body ul.msl_organisation_list li:hover a.msl-gl-link {
    margin: -20px 10px 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    text-decoration:none;
}
body ul.msl_organisation_list li:hover .logo {
    border-color:#000;
}




.page-title {
    display:inline-block;
    border-bottom: 5px solid #120305;
    padding-bottom: 15px;
    margin-bottom:-5px;
    position:relative;
    z-index:1;
    font-weight:bold;
    color:#000;
}



/* SHOP */
.catalogue_productlist,
.msl-catalogue-list {
    padding: 0;} 

.catalogue_productlist li,
.msl-catalogue-list li {
    float: none;
    width: 94%;
    height: auto;
    text-align: left;
    margin: 10px;
    display: inline-block;
    vertical-align: top;}
    
.catalogue_productlist img,
.msl-catalogue-list img {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;}  

.catalogue_productlist .msl-product-name,
.msl-catalogue-list .msl-catalogue-name {
    display: inline-block;
    background: #f28482;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 11px;
    font-size: 14px;
    display: inline;
    white-space: pre-wrap;
    padding-left: 0px;
    box-shadow: -10px 0 0 #f28482, 5px 0 0 #f28482;
    margin-left: 0px;}

.catalogue_productlist li a:hover,
.msl-catalogue-list li a:hover {text-decoration: none;}    
    
.catalogue_productlist .msl-product-price,
.msl-catalogue-list .msl-catalogue-itemcount {
    font-size: 19px;
    font-weight: bold;
    margin-top: 6px;
    display: block;
    color: #262626;}

#shop .wrappedShop,
.wrappedShop {
    margin-left: 10px;
    display: block;}
    
@media (min-width: 600px ) {
.catalogue_productlist li,
.msl-catalogue-list li {
    width: 45%;
    width: calc(50% - 22px);}
} 

@media (min-width: 769px ) {
.catalogue_productlist li,
.msl-catalogue-list li {
    width: 30%;
    width: calc(33% - 20px);}
} 

@media (min-width: 992px ) {
.catalogue_productlist li,
.msl-catalogue-list li {
    width: 22%;
    width: calc(25% - 22px);}
}

/* General */

a[disabled=disabled],
a[disabled=disabled]:hover {
    opacity: .5;
    cursor: no-drop
}

.msl_notification {
    background-color: #ccdfeb;
    padding: 0;
    font-size: 14px;
    line-height: 24px
}

.msl_notification>span {
    padding: 10px;
    border: none;
    margin: 0;
    border-width: 0;
    color: #343434;
    font-weight: 400;
    background: 0 0;
    font-size: 14px;
    line-height: 24px
}

.msl_notification .msl_warning,
.warning {
    padding: 10px;
    border: none;
    margin: 0;
    border-width: 0;
    background: #f5d9db;
    color: #343434;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

#errorMessage,
.error,
.msl_warning {
    display: block;
    margin: .2em;
    padding: 10px;
    color: #343434;
    background: #f5d9db;
    border: 0 solid #c60;
    border-width: 0;
    font-size: 14px;
    line-height: 24px
}

.error h4 {
    text-align: left;
}

#errorMessage {
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif!important;
    font-size: 18px;
    line-height: 32px;
    color: #343434!important;
    font-weight: 400;
    margin: 30px 0;
    font-size: 14px;
    line-height: 24px
}

.error strong,
.msl_warning strong {
    background: 0 0!important
}


/* Accordion */
.accordions {
    margin: 20px auto;
}

.accordion-item {
    background-color: #30638e;
    margin-bottom: 10px;}

.accordion-item .accordion-title {
    cursor: pointer;
    padding: 15px 20px;
    transition: all 0.4s;}

/*.accordion-item .accordion-title.active-title {
    background-color: #04b8d8;
    color: #fff;}*/

.accordion-item .accordion-title h2 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: space-between;}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    background-color: #f9f9f9;}

.accordion-item .accordion-content.active {
    display: block;}

.accordion-item .accordion-content p {
    margin: 0;}
    
    
/* Sidebar */    
.sidebarTemp {
    background: #f5f4f3;
    padding: 20px;}
 
.sidebarTemp span {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #aba9a9;}
    
.sidebarTemp ul {
    margin: 0;
    padding: 0;}
    
.sidebarTemp li a  {color: #262626;}    
.sidebarTemp li a.current  {
    position: relative;
    padding-left: 40px;}     

.sidebarTemp li a.current:before {
    content: "";
    background: #30638e;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 5px;
    left: 15px;
    border-radius: 50%;}
    
@media (max-width: 991px) {
.sidebarTemp {
    margin-top: 30px;}
}


/* CHECKOUT */
.checkoutpage .msl_table th,
.checkoutpage .msl_table tr.footer td {
    background: #f5f4f3;
    color: #262626;}

table.msl_table,
.checkoutpage .msl_table td:last-child,
.checkoutpage .msl_table td:first-child,
.msl_table td {
    border: 0px solid #f5f4f3 !important;}
    
[id="checkout_progress"] li a:hover {
    background-color: transparent;
    color: #f28482;
    text-decoration: none;
    border-color: #f28482;}
    
    
/* NEWS */  
.news_full .news_item {
    background: white;
    margin: 10px;
    padding: 25px 15px;
    -webkit-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.10);
    position: relative;
    width: 97%;
    display: inline-block;
    vertical-align: top;}

.news_full .news_item .news_image {position: static;}
.news_full .news_item_hook {display: none;}

.news_full .news_item .news_image img {
    border-radius: 50%;
    margin: 20px auto;
    display: block;
    width: 80%;}

.news_full .news_item .contentLi {
    margin: 10px 0 20px;
    display: block;
    width: 100%;
    text-align: center;}    

.news_full .news_item .contentLi h5 {margin: 0 0 10px 0;}    

.news_full .news_item .contentLi h5 a {
    display: inline-block;
    background: #30638e;
    box-shadow: -10px 0 0 #30638e;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 11px;
    font-size: 14px;
    display: inline;
    white-space: pre-wrap;
    padding-left: 0px;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    line-height: 23px;}    

.news_full .news_item .contentLi h5 a:hover {text-decoration: none;}
    
@media (min-width: 550px) {
.news_full .news_item {
    margin: 10px;
    width: 47%;
    width: calc(50% - 22px);
    display: inline-block;
    vertical-align: top;} 
}    
    
@media (min-width: 768px) {
.news_full .news_item {
    width: 31%;
    width: calc(33% - 20px);}     

}
   
/* EVENTS */  
.page_whatson .msl_eventlist .event_item {
    background: white;
    margin: 10px;
    padding: 25px 15px;
    -webkit-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.10);
    position: relative;
    width: 97%;
    display: inline-block;
    vertical-align: top;}

.page_whatson .msl_eventlist .event_item .msl_event_image {position: static;}
.page_whatson .msl_eventlist .event_item .msl_event_organisation,
.page_whatson .msl_eventlist .event_item .msl_event_description,
.page_whatson .msl_eventlist .event_item .event-date {display: none;}

.page_whatson .msl_eventlist .event_item .msl_event_image img {
    border-radius: 50%;
    margin: 20px auto;
    display: block;
    width: 80%;}

.page_whatson .msl_eventlist .event_item dl {
    margin: 10px 0 20px;
    display: block;
    width: 100%;
    text-align: center;}    

.page_whatson .msl_eventlist .event_item dl .msl_event_name {
    margin: 0 0 10px 0;
    display: inline-block;
    background: #30638e;
    box-shadow: -10px 0 0 #30638e;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 11px;
    font-size: 14px;
    display: inline;
    white-space: pre-wrap;
    padding-left: 0px;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    line-height: 23px;}    

.page_whatson .msl_eventlist .event_item dl a:hover {text-decoration: none;}

.page_whatson .msl_eventlist .event_item dl .msl_event_time { margin-top: 10px;}
    
@media (min-width: 550px) {
.page_whatson .msl_eventlist .event_item {
    margin: 10px;
    width: 47%;
    width: calc(50% - 22px);
    display: inline-block;
    vertical-align: top;} 
}    
    
@media (min-width: 768px) {
.page_whatson .msl_eventlist .event_item {
    width: 31%;
    width: calc(33% - 20px);}     

}