* { margin: 0; padding: 0; box-sizing: border-box; }
body{ -webkit-font-smoothing: antialiased;     margin-top: 82px !important; }
p { margin: 0 0 15px;}
a{ text-decoration: none; color: #000; }
a:hover, a:focus{ text-decoration: none;}
a:focus {outline: none !important; }
img { max-width:100%; height:auto;}
video { background-size: cover; display: table-cell; vertical-align: middle; width: 100%; }
select::-ms-expand{ display:none; }
iframe { border: 0; vertical-align: bottom;}
ul, ol, dl {list-style-position: outside;}
a, img, input, textarea, select, header *{ transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .3s; -moz-transition-duration: .3s; -webkit-transition-duration: .3s; -o-transition-duration: .3s; }
input, textarea, select{ font-size: 11px; -webkit-appearance: none; -moz-appearance: none;  padding: 8px 15px; width: 100%; margin: 0 0 20px 0; max-width: 100%; resize: none; border: 1px solid rgba(0,0,0,.2);}
input[type="submit"] { width: auto}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] { -webkit-appearance: none;  -moz-appearance: none;  border-radius: 0; outline: none; }
input:focus, textarea:focus{ outline: none; box-shadow: none !important; }
input[type="submit"]:focus { outline:0 none; background-color: transparent;}
section {clear: both}
i, cite, em, var, address, dfn { font-style: italic; }
del { color: #626262; }
table {  border-collapse: collapse; border-spacing: 0; margin: 0 0 20px; width: 100%; }
caption, th, td { font-weight: normal; text-align: left;  }
th { font-weight: bold; text-transform: uppercase; padding: 8px 0; border-bottom: 1px solid #ededed; }
td { border-top: 1px solid #ededed; padding: 8px 0; border-bottom: 1px solid #ededed; }
dl { margin: 0 20px; }
dt { font-weight: bold; }
dd { margin: 0 0 20px; }
ins { text-decoration: none;}
pre { white-space: pre-wrap; word-break: keep-all;}
img.size-full, img.size-large, img.wp-post-image { height: auto; max-width: 100%; }
img.alignnone { margin: 5px 0; }
figcaption { padding: 8px 0; text-align: center; font-size: 12px}
embed, object { max-width: 100%; }
abbr[title], abbr[data-original-title] { color: #ff0000; cursor: default; display: inline-block; text-decoration: none; line-height: normal;}
p:empty { display: none; }


.people-title { font-family: 'Good Sans Thin' !important; }


header.header {
        width: 100%;
    padding-top: 25px;
    /*border-top: 6px solid #4e5255;*/
    /*border-top: 6px solid #000;*/
    background-color: #fff;
}
.header.fixed {
    position: fixed;
    padding: 32px 0 10px;
    /*box-shadow: 0 0 10px rgb(0 0 0 / 50%);*/
	top: 0;
	       z-index: 9;     transition: 0.4s all;
}

.header.no-border { border: 0; }

header.header.fixed.header-slide{/*animation: smoothheaser 1s forwards;*/}
header.header.header-slide{
    /*animation: smoothheaser2 0.5s forwards;*/
}
@keyframes smoothheaser {
	0% {
		transform: translateY(-76px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes smoothheaser2 {
	0% {
		transform: translateY(76px);
	}
	100% {
		transform: translateY(0px);
	}
}
.logo-main {
    color: #000;
    height: 50px;
    /*display: inline-block;*/
        float: left;
    overflow: hidden;
}
.logo-main:hover {
    color: #000;
    text-decoration: none;
}
.logo-main h1 {
    font-size: 50px;
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    transition: 0.4s all;
    text-transform: uppercase;
}
.logo-main img {
    width: auto;
    height: 100%;
    transition: 0.4s all;
}
.logo-main:hover img {
    transform: translate(0, -100%);
}
.logo-main:hover h1 {
    transform: translate(0, -100%);
}
.top-menu-social {
    margin: 0;
}
.modalbox { z-index: 9999; position: fixed; overflow: auto;
    padding-bottom: 50px; transform: scalex(0);
    transform-origin: right;     transition: 0.8s all; opacity: 0;
    visibility: hidden; display: block;  }
.modalbox.showmenu { transform: scalex(1); opacity: 1;
    visibility: visible; }
body.header-sticky {
    margin-top: 82px !important;
    height: auto;
}



.blg-main {
    display: flex;
    flex-wrap: wrap;
}
.blg-main .img-blg {
    width: 706px;
    height: 395px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blg-main .cntnt-blg {
    width: calc(100% - 689px);
    padding-left: 20px;
}

.blg-main .img-blg img {
	max-height: 100%;
    width: auto;
    /*max-width: none;*/
    min-width: 100%;
    min-height: 100%;
}

.layer3inbox img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.layer3inbox:hover img {
	/*-webkit-transform: scale(1.3);*/
	/*transform: scale(1.3);*/
}
.flash:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
	-webkit-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.layer2right .up {
    font-size: 11.7pt;
    font-family: 'Good Sans Regular';
    line-height: 1;
    margin-bottom: 10px;
}
.layer2right .mid {
    font-size: 25pt;
    font-family: 'Good Sans Bold';
    margin: 0 0 18px 0;
}
.layer2right .down {
    font-size: 19pt;
    line-height: normal;
    font-family: 'Good Sans Thin';     letter-spacing: 0.5px;
}
.layer3inup a {
    color: rgba(0,0,0,0.6) !important;
}
.event-list {
    display: inline-block;
    width: 100%; padding: 153px 0 218px;
}
.event-list-main .img-thumb {
    /*height: 175px;*/
    margin-bottom: 15px;display: flex;
    align-items: center;
    justify-content: center;
        overflow: hidden;
            -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.event-list-main .img-thumb:hover {
    /*-webkit-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
    position: relative;
    z-index: 99;
}
.event-list-main .img-thumb a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-list-main .img-thumb img {
    /*min-height: 100%;*/
    /*min-width: 100%;*/
    width: 100%;
}

.event-list-main {
    margin-bottom: 50px;
}

.event-info h3 {
    font-size: 24px;
}
.event-info p:last-child {
    margin: 0;
}
.event-title h1 {
    font-size: 53px;
    margin-bottom: 62px;font-family: 'Good Sans Bold';
}
.event-info h3 a {
    color: #222222;
}
/*.event-inr {*/
/*    width: 100%;*/
/*    padding: 50px 0;*/
/*}*/

.event-inr {
    width: 100%;
    padding: 153px 0 218px;
}

.event-info h3 {
    font-size: 29px;
    font-family: 'Good Sans Bold';
}

.event-info p:last-child {
    margin: 0;
    font-size: 23px;
    font-family: 'Good Sans Thin';
    line-height: 30px;
}

.head-title {
    margin-bottom: 40px;
}
.head-title h3 {
    font-size: 52px;
    font-family: 'Good Sans Bold';
}
.event-text .event-text-big p {
    font-size: 31px;
    font-family: 'Good Sans Regular';
}
.event-text p:last-child {
    margin: 0;
}
.event-text-big {
    margin-bottom: 30px;
}
.event-text p {
    font-family: 'Good Sans Regular';
    font-size: 24px;
    margin: 0 0 30px;
        line-height: normal;

}
.event-text i {
    font-size: 23px;
    margin-bottom: 50px;
    display: block;
        line-height: normal;
}
.event-text-img-vdo {
    text-align: center;
    margin-bottom: 50px;
}
.event-text-img-vdo img {
    width: 100%;
}

.event-text-img-vdo label {
    margin: 10px 0 0;
    font-style: italic;
    font-family: 'Good Sans Regular';    display: block;
}
.event-text p b {
    font-size: 22px;
}
.event-text p i {
    display: initial;
    margin: 0;
    font-size: 19px;
}
.layer4-full {
    margin: 0;
}
.layer3in {
    margin-bottom: 300px;
}
.event-text a {
    font-size: 22px;
    color: #525ed6;
    text-decoration: underline;
}
.event-text-img-vdo .img-on-height {
    max-height: 700px;
    width: auto;
    max-width: 100%;
}

.inr-page-black {
    width: 100%;
    background: #000;
    color: #fff;
        padding: 70px 0;
}
.event-text span {
    /*font-family: 'Good Sans Thin';
    font-size: 22px;
    margin: 0 0 30px;
    line-height: normal;
    margin-bottom: 20px;
    display: block;*/
}
.inr-page-black .event-text p {
    font-size: 20px;
}

.fullwidth {
    width: calc(100vw - 9px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.event-text h3:first-child { margin-bottom: 30px;}

.cntnt-blg a, .layer3in a {
    color: #000;
}
.cntnt-blg a:hover, .layer3in a:hover, .divmodal2 .modalboxdown a:hover{
    color: #000;    text-decoration: underline;
}

.divmodal2 .modalboxdown a:hover{
    color: #fff;    text-decoration: underline;
}

.divmodal2 .modalboxup a:hover{
    color: #777 !important; 
    text-decoration: underline;
}

.search-inr {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    padding: 2%;
    background: rgba(0,0,0,0.9);
    transform: scale(0);
    height: 100vh;
}
.search-inr.show-search {
    display: flex;
    align-items: center;
    justify-content: center;
        transform: scale(1);
}
.search-inr .close_icon {
    border: none;
    background: transparent;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 2%;
    top: 5%;
        outline: none;
    cursor: pointer;
    font-size: 30px;
}
.search-inr form {
    width: 100%;
    max-width: 1000px;
        display: none;

}
.search-inr.show-search form {
    display: block;
}
.search-inr form .search-text {
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 30px;
}
.search-inr .search-box {
    display: flex;
}
.search-inr .search-box .search-btn {
    background: #000;
    color: #fff;
    margin: 0;
    font-size: 20px;
    padding: 15px 50px;    cursor: pointer;
}
.search-inr .search-box input.form-control {
    margin: 0;
    padding: 15px 20px;
    font-size: 20px;    height: auto;
    border: 10px solid #000;
}
.search-main {
    display: inline-block;
}
.clicksearch {
    cursor: pointer;
}

.latest-csm .layer3indown a {
    text-decoration: none;
        display: inline-block;
}
.latest-csm .layer3indown a:hover {
    text-decoration: underline;
}
.blg-main .img-blg a {
    display: inline-block;
    width: 100%;
    height: auto;
}

.row.layer3in {
        float: none;
}
.home-lt-box { width: 324px;         float: left; }
.home-lt-box-main:last-child .home-lt-box {
    float: right;
}
.home-lt-box-main:nth-child(2) .home-lt-box {
    display: block;
    margin: 0 auto;    float: none;
}
.layer3 .header {
    float: none;
    display: inline-block;
}
.overflow-hidden {     overflow: hidden !important; }









section {
    width: 100%;
    display: inline-block;
}
section.home-main {
    padding-top: 227px;
}
section.home-latest {
    padding-top: 170px;
}
.home-latest h1 {
    text-align: left;
    color: #000;
    font-family: 'Good Sans Bold';
    font-size: 34px;
    width: 100%;
    clear: both;
    text-decoration: underline;
}
.home-main .home-main-inner {
    margin-top: 114px;
}
.home-main .home-main-inner:first-child {
    margin-top: 0;
}

header.scrollUp {
  transform: translateY(-87px);
}


.brge-menu {
    z-index: 1000;
    cursor: pointer;
    width: 70px;
    height: 70px;
    transform-origin: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .3s ease,opacity .2s ease;
    position: absolute;
    float: right;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
        margin-top: -8px;
}
header.header.fixed.scrollUp {
    padding-top: 10px;
}
.brge-menu .burger_patty {
    width: 100%;
    height: 8px;
    background: #000;
    transition: transform .2s ease;
}

.brge-menu .burger_patty:first-child {
    transform: translateY(-6px);
}
.brge-menu .burger_patty:last-child {
    transform: translateY(6px);
}
.brge-menu:hover .burger_patty:first-child {
    transform: translateY(-8px);
}
.brge-menu:hover .burger_patty:last-child {
    transform: translateY(8px);
}
.burger-close {
    transform: rotate(90deg) translate(-50%, 0);
        z-index: 99999;
}

.burger-close .burger_patty {
    background-color: #fff;
    margin: 2px 0!important;
    transition: transform .3s ease;
}
.burger-close .burger_patty:first-child {
    transform: rotate(45deg) translate(8px,8px)!important;
}
.burger-close .burger_patty:nth-child(2) {
    opacity: 0;
    width: 0;
}
.burger-close .burger_patty:nth-child(3) {
    transform: rotate(-45deg) translate(8px,-8px)!important;
}
.modalbox .closediv {
    display: none;
}
.modalbox .divmodal2 {
    margin-top: 50px;
}
.layer1right1.top-menu-social {
    padding-right: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-box #headersearchtext {
    margin: 0;
    border-radius: 30px;
    background: #000;
    border: none;
    color: #fff;
    padding: 0;
    transition: 0.4s all;
    width: 20px;
    height: 20px;
    font-size: 0;
}
.search-box #headersearchtext::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc !important;
}
.search-box #headersearchtext::-moz-placeholder { /* Firefox 19+ */
  color: #ccc !important;
}
.search-box #headersearchtext:-ms-input-placeholder { /* IE 10+ */
  color: #ccc !important;
}
.search-box #headersearchtext:-moz-placeholder { /* Firefox 18- */
  color: #ccc !important;
}
.search-box #headersearchtext:hover, .search-box #headersearchtext:focus {
    border-radius: 30px;
    padding: 0px 15px;
    width: 200px;
    height: auto;
    min-height: 20px;
    font-size: 13px;    line-height: 20px;
}
.search-box {
    display: inline-block;
}
.search-main {
    float: right;
}
.search-main form#searchform {
    float: left;
}
.search-box {
    float: left;
}

.search-box #headersearchtext::-webkit-input-placeholder { 
  color: #fff;
}
.search-box #headersearchtext::-moz-placeholder { 
  color: #fff;
}
.search-box #headersearchtext:-ms-input-placeholder { 
  color: #fff;
}
.search-box #headersearchtext:-moz-placeholder { 
  color: #fff;
}
.top-menu-social img {
    height: 20px;
    float: left;
}


.layer3inbox {
        margin-bottom: 38px;
}
.layer3inup {
    font-size: 15px;
        margin-bottom: 4px;
}
.layer3inmid {
    font-size: 30px;    line-height: 40px;    margin-bottom: 18px;
}
.layer3indown {
    font-size: 23px;    line-height: 32px;
}
.layer2right {
    display: inline-block;
    padding-left: 16px;
}

.layer4up .up {
    width: 100%;
}
.layer4up .up img {
    max-height: 42px;
    max-width: 100%;
}
.layer4up .mid, .layer4up .down {
    font-size: 12px;
        font-family: 'Good Sans Thin';
}
.layer4down {
    font-size: 12px;
}

.marginright10.hide-respo {
    margin-right: 15px;
}
.layer3indown {
    font-family: 'Good Sans thin';
}

.layer4up .mid .pmarginless1 {
    margin: 0;
}

.footer-social {
    display: inline-block;
    width: 100%;
}
.footer-social ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}
.footer-social ul li {
    margin-right: 5px;
}
.footer-social ul li img {
    width: 28px;
}
.footer-social {
    margin-top: 20px;
}
.footer-social {
    margin-top: 20px;
    margin-bottom: 35px;
}
.mid-inr {
    margin: 15px 0;
}

.event-info a:hover {
    text-decoration: underline;
    color: #000;
}
.layer3inbox {
    /*background: transparent;*/
}
.blg-main .img-blg {
    background: #000;
}
.event-list-main .img-thumb {
    background: #000;
}

.show-date {
    font-size: 15px;
    margin-bottom: 4px;
    color: rgb(0 0 0 / 70%);
    font-family: 'Good Sans Regular';
    font-style: italic;
}

@media (min-width: 1200px) {
.container {
    max-width: 1120px;
    /*max-width: 1060px;*/
}
}

@media (max-width: 1199px) {
.home-lt-box {
    max-width: 100%;
}
.layer2right {
    margin-top: 20px;
}
.layer2right {
    padding-left: 0px;    max-width: 706px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .hide-respo {
    display: none;
}
.search-main {
    display: none;
}
.brge-menu {
    margin-top: -17px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hide-respo {
    display: none;
}
.search-main {
    display: none;
}
.brge-menu {
    margin-top: -19px;
}
.modalbox {
    width: 100%;
}
.layer1right1 {
    width: 100%;
}
section.home-main {
    padding-top: 150px;
}
.home-main .home-main-inner {
    margin-top: 100px;
}
section.home-latest {
    padding-top: 100px;
}
.layer3in {
    margin-bottom: 150px;
}
.layer1 {
    width: 100%;
    padding: 0 15px 0 0;
    max-width: 720px;
}

.logo-main {
    height: 37px;}


}

@media only screen and (max-width: 767px) {
    
 .logo-main {
    height: 35px
}
.search-main {
    display: none;
}
.hide-respo {
    display: none;
}
.brge-menu {
    margin-top: -19px;
}
.burger-close {
        height: 50px;
    width: 50px;
    top: -10px;
}
.modalbox {
    width: 100%;
}
.home-lt-box-main:nth-child(2) .home-lt-box {
    margin: 0;
}
.home-lt-box-main:last-child .home-lt-box {
    float: left;
}
.blg-main .img-blg {
    width: 100%;
    height: auto;
}
section.home-main {
    padding-top: 100px;
}
.home-main .home-main-inner {
    margin-top: 85px;
}
section.home-latest {
    padding-top: 85px;
}
.layer3in {
    margin-bottom: 100px;
}
.layer1right1 {
    width: 100%;
}
.layer1 {
    width: 100%;
    padding: 0 15px 0 0;
}
.home-lt-box {
    width: 100%;
}
.home-lt-box-main .home-lt-box {
    margin-top: 85px !important;
        
}
.home-lt-box-main .layer3indown { margin-bottom: 25px; }
.home-lt-box-main:nth-child(1) .home-lt-box {
    margin-top: 0 !important;
}
.home-lt-box-main .layer3inbox {
    margin-top: 0;
}

}
/* OVERRIDE old theme header spacing (margin-top) */
body,
body.header-sticky {
  margin-top: 0 !important;     /* kill the 82px margin-top */
  padding-top: 140px !important; /* reserve space for fixed header */
}

@media (max-width: 768px) {
  body,
  body.header-sticky {
    padding-top: 110px !important;
  }
}
/* =========================
   HOME (About / Programmes / Featured / Latest)
   Put this at the END of custom.css
========================= */

/* Buttons ONLY when you add class="btn-fap" */
.btn-fap{
  display:inline-block;
  background:#000;
  color:#fff !important;
  padding:10px 22px;
  font-size:14px;
  text-decoration:none !important;
  margin-top:12px;
  line-height:1;
  border:0;
}
.btn-fap:hover{
  background:#222;
  color:#fff !important;
  text-decoration:none !important;
}

/* About / Hero layout */
.home-hero{
  padding: 40px 0 30px; /* now it lives in the same “flow” as other sections */
}
.home-hero .hero-inner{
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.home-hero .section-title{
  text-align: center;
  font-family: 'Good Sans Bold';
  font-size: 34px;
  margin-bottom: 22px;
  text-decoration: underline;
}
.home-hero p{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Programmes boxes (optional clean look) */
.home-programmes .programme-box{
  border: 1px solid rgba(0,0,0,.15);
  padding: 24px;
  height: 100%;
}
.home-programmes h2{
  font-family: 'Good Sans Bold';
  text-decoration: underline;
}

/* Featured + Latest headings */
.home-featured h2,
.home-latest h2{
  font-family: 'Good Sans Bold';
  text-decoration: underline;
}

/* ================= FULL WIDTH HERO IMAGE ================= */

.home-hero-image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-bg {
    width: 100%;
    height: 50vh;   /* Half of screen height */
    background-image: url('/images/hero.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}

/* Mobile */
@media (max-width: 768px) {
    .hero-bg {
        height: 45vh;
    }
}
.hero-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
}