article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

* {
    margin: 0;
}

html, body {
    min-height: 100%;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #eaeaea;
	z-index: 999999;
}
.lds-ripple {
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.lds-ripple div {
  	position: absolute;
  	border: 4px solid #fff;
  	opacity: 1;
  	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  	animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
body {
	margin:0;
	padding:0;
	color:#333333;
 	font-family: 'Mukta', sans-serif;  
    text-align: justify;
/*   font-family: 'Barlow', sans-serif;*/


	font-size:16px;
	line-height: 20px;
	position: relative;
}
#mainwrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
	
.clr {
	clear:both;
}

img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

a, a:visited {
	color:#A51916;
	outline:none;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.1s ease-out;
}
a:hover {
	color: #511111;
	text-decoration:none;		
}
a:active,
a:focus, {
 outline:0;
  -moz-outline-style: none; */
  border:none;
}

#topblock {
	position: absolute;
	width: 100%;
	z-index: 9;
	background: url(../images/logo_bg.svg) left top no-repeat;
	background-size: auto 100%;
	padding-bottom: 10%;
	top:40px;
}
#topblock .inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#logo {
    position: absolute;
    left: 2%;
    top: 20%;
    height: 80%;
    width: 15%;
}

/*-Main menu-------------------*/
#dropbg {
    display: none;
    visibility: hidden;     
}
#mainmenu {
 	position: fixed;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #A51916;
	z-index: 99;
    padding: 0 2%;
    box-sizing: border-box;
    text-align: left;
 
}
#mainmenu ul {
	position: relative;
    display: flex;
    justify-content:space-between;
	padding: 0;
}
#mainmenu ul li {
	display: inline-block;
	height: 40px;
	padding: 0;
	list-style: none;
	position: relative
}
#mainmenu ul li a {
	line-height: 40px;
	height: 40px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5vw;
}
#mainmenu ul li::after {
	content: "";
	display: block;
	position: absolute;
	left: -50px;
	right: -50px;
	top: 95%;
	bottom: 0;
	background: url(../images/m_hover.svg) center center no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#mainmenu ul:hover li.active::after {
	bottom: 0;
}
#mainmenu ul li:hover::after, #mainmenu ul li.active::after, #mainmenu ul:hover li.active:hover::after {
	bottom: -10px;
}
#mainmenu ul li.active > a {
	color: #f8eb2d;
}

#quicklinks {
	display: block;
	position: absolute;
	right: 2%;
	top: 0;
	width: 30%;
}
#quicklinks ul {
	padding: 0;
	display: flex;
	padding-top: 1vw;
	justify-content: space-between;
	align-items: center;
	
}
#quicklinks ul li {
	list-style: none;
	display: inline-block;
	background: #f8eb2d;
	width: 4vw;
	height: 4vw;
    max-width: 60px;
    max-height: 60px;
	border-radius: 100%;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
#quicklinks ul li a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 100%;
	overflow: hidden;
	transform: translate3d(0,0,0)
}
#quicklinks ul li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 6vw;
	line-height: 1em;
	color: #f8eb2d;
	background: #A51916;
	transition: all 0.3s;
	opacity: 0;
	overflow: hidden
}
#quicklinks ul li a:hover span, #quicklinks ul li.active a span {
	font-size: 0.6vw;
	opacity: 1;
}

#quicklinks ul li a::before {
	content: "";
	display: block;
	position: absolute;
	background: #f8eb2d;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 100%;
	transition: all 0.3s;
}

#quicklinks ul li a::after {
	content: "";
	display: block;
	position: absolute;
	background: #f8eb2d;
	top: 20%;
	left: 20%;
	right: 20%;
	bottom: 20%;
	z-index: 2;
	border-radius: 100%;
	transition: all 0.3s;
}
#quicklinks ul a.seqta::after {
	content: url(../images/seqta.svg);
}
#quicklinks ul a.newsletter::after {
	content: url(../images/email.svg);
}
#quicklinks ul a.calendar::after {
	content: url(../images/booking.svg);
}
#quicklinks ul a.services::after {
/*	content: url(../images/online-course.svg); */
	content: url(../images/virus.svg);
}
#quicklinks ul li:hover, #quicklinks ul li.active {
    background: none;
}
#quicklinks ul li a:hover::after, #quicklinks ul li.active a::after  {
	opacity: 0;
	transform: scale(5,5);
}
#quicklinks ul li a:hover::before, #quicklinks ul li.active a::before  {
	opacity: 0;
}

#banner {
	position: relative;
   
}
#banner .inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	padding-bottom: 12vw;
	background: url(../images/banner_bg.svg) center bottom no-repeat;
	background-size: 100% auto;
}
#content {
    background: #dedede;
	background: #dedede url(../images/p_welcome_bg.jpg) center center no-repeat;
/*	box-shadow: inset 0 40px 100px -40px #dddddd, inset 0 40px 100px -40px #dddddd, inset 0 40px 100px -40px #dddddd, inset 0 40px 100px -40px #dddddd, inset 0 40px 100px -40px #dddddd; */
	padding: 20px 20% 15vw 20%;
	position: relative;
	z-index: 2
}
#intpage #content {
	background-position: center bottom;
    padding-bottom: 0;
}
#intpage #maincontent {
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
    padding-top: 30px;
    position: relative;
    min-height: 450px;
}
/*
#intpage #maincontent::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 6vw;
    background: url(../images/conent_bg.svg) center center no-repeat;
    background-size: cover;
}
*/
#intpage #maincontent section, 
#intpage #maincontent div.item-page > div.page-header,
#intpage.calendar #maincontent {
		padding: 0 5%;
}
#intpage #maincontent section.fullwidth {
	padding: 0;
}
#content.nobanner {
	padding-top: 25vw;
}
#intpage #content.nobanner {
	margin-bottom: 0;
}
#intpage #content.nobanner #maincontent {
    min-height: 80vh;
}
#svggroup {
	opacity: 0;
	position: absolute;
	height: 0;
	width: 0;
}


.egg1, .egg2, .egg3, .egg4 {
	box-sizing: border-box;
/*	padding: 0 10%; */
}
.egg1 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-clip-path: url(#eggpath1);
	clip-path: url(#eggpath1);
}
.egg2 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-clip-path: url(#eggpath2);
	clip-path: url(#eggpath2);
}
.egg3 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-clip-path: url(#eggpath3);
	clip-path: url(#eggpath3);
}
.egg4 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-clip-path: url(#eggpath4);
	clip-path: url(#eggpath4);
}

.mod_events_latest_data {
	font-size: 0;
	text-align: center;
}
.eventdays {
	display: none;
	font-size: 1.2rem;
	box-sizing: border-box;
}
.eventdays.day1,
.eventdays.day2,
.eventdays.day3,
.eventdays.day4 {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
.eventdays .caldate {
	width: 40%;
	background: #a51916;
	position: relative;
	display: flex;
	justify-content: center;
	align-items:center;
	border-radius: 100%;
}
.eventdays .caldate:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.eventdays .innertxt {
	color: #fff;
	font-size: 1.2vw;
	text-transform: uppercase;
}
.eventdays .daytxt {
	font-size: 1.8em;
	font-weight: bold;
}
.eventdays .alldayevents {
	padding: 30px 30px 0 20px;
	text-align: left;
}
.eventdays .caltime {
	margin-right: 10px;
/*--------hide---------*/
	display: none;
}
.eventdays .caltime span {
	font-size: 0.7em;
}
.eventdays .caldesc, .caldesc a {
	color: #000;
	font-weight: bold;
}
.eventdays .calblock .fa-circle {
	font-size: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #a51916;
	margin-left: -15px;
}
.eventstyle.p0.w100, #jevents_body .jev_listview .jev_listrow li {
    border-radius: 0 0 0 10px;
}
#bottomcontent {
	position: relative;
	margin-top: -10vw;
	background: url(../images/news_bg.jpg) center 20vw no-repeat;
	background-size: 100% 100%;
	z-index: 3;
}
#newsletters {
	background: url(../images/newsletter_bg.svg) center center no-repeat;
	background-size: 100% auto;
	width: 100vw;
	height: 38.6vw;	
	position: relative;
}
#newsletters > div {
	padding: 0 10%;
}
#newsletters > div, #newsletters > div > div {
	height: 100%;
}
#newsletter_title {
	font-size: 2.5vw;
	line-height: 1em;
}
.moduletable_fbfeed {
	padding: 0 10%;
}
.normalcss {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background: #fff; 
}
#bottomcontent .ffp-feed-container {
	border: none;
}
#bottomcontent .normalcss img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
    display: inherit;
    border: none;
    border-radius: 0;
/*	 left: 50%;
    top: 50%;
	transform: translateX(-50%) translateY(-50%); */
}
/*
#bottomcontent .ffp-feed-item-picture a,  #bottomcontent .addinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
*/
#bottomcontent .ffp-feed-item-link {
	border: none;
}
.ffp-feed-grid .ffp-feed-grid-item:nth-child(n) .ffp-feed-item-link-picture,
.ffp-feed-grid .ffp-feed-grid-item .ffp-feed-item-picture  {
	-webkit-clip-path: url(#eggpath2);
	clip-path: url(#eggpath2);
}
.ffp-feed-grid .ffp-feed-grid-item:nth-child(2n).ffp-feed-item-link-picture  ,
.ffp-feed-grid .ffp-feed-grid-item + .ffp-feed-grid-item .ffp-feed-item-picture  {
	-webkit-clip-path: url(#eggpath3);
	clip-path: url(#eggpath3);
}
.ffp-feed-grid .ffp-feed-grid-item:nth-child(3n) .ffp-feed-item-link-picture,
.ffp-feed-grid .ffp-feed-grid-item:nth-child(3n) .ffp-feed-item-picture  {
	-webkit-clip-path: url(#eggpath4);
	clip-path: url(#eggpath4);
}
#bottomcontent .ffp-feed-author-block-picture {
	border: none;
}
#bottomcontent .ffp-feed-container, 
#bottomcontent .ffp-feed-posts-item {
	background: none !important;
	box-shadow: none !important;
}
#bottomcontent a.ffp-feed-header-button, 
#bottomcontent a.ffp-feed-btn,
#ffp-popup a.ffp-feed-header-button, 
#ffp-popup a.ffp-feed-btn {
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: #A51916;
	color: #fbf32d;
	padding: 0;
	font-size: 1.5em;
}
#bottomcontent a.ffp-feed-header-button i, 
#bottomcontent a.ffp-feed-btn i,
#ffp-popup a.ffp-feed-header-button i, 
#ffp-popup a.ffp-feed-btn i {
	background: #fbf32d;
	color: #A51916;
	padding: 5px;
	display: inline-block;
}
#bottomcontent a.ffp-feed-header-button span, 
#bottomcontent a.ffp-feed-btn span,
#ffp-popup a.ffp-feed-header-button span, 
#ffp-popup a.ffp-feed-btn span {
	padding: 5px 10px 5px 5px;
	display: inline-block;
}

#bottomcontent .ffp-feed-posts-item-reactions, #bottomcontent .ffp-feed-posts-item-share-btn-container {
	text-align: center;
}
#maincontent div.item-page > div.page-header h1,
#maincontent h1 {
	font-size: 2.5em;
    line-height: 1em;
	text-transform: uppercase;
	font-weight: 800;
	padding: 40px 0 20px 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #A51916;
    position: relative;
}
    

#maincontent h2 {
    font-size: 2em;
    line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 30px 0 15px 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #A51916;
     background: -webkit-linear-gradient(#666, #A51916);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

}
#maincontent h3 {
    font-size: 1.6em;
    line-height: 1em;
	font-weight: 700;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #000;
}

#maincontent h4 {
    font-size: 1.2em;
    line-height: 1em;
	font-weight: 700;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #000;
}

#leftcontent {
	position: fixed;
	bottom: 50px;
	left: 2%;
	width: 18%;
	z-index: 8;
	padding: 0;
	background: #A51916;
	-webkit-transform: translateZ(0);
    text-align: left;
}

#leftcontent ul {
	display: block;
	background: #A51916;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
#leftcontent ul.nav ul.nav-child {
    height: 0;
    overflow: hidden;
    opacity: 0;
    box-sizing: border-box;
    transition: all 0.5s ease;

} 

#leftcontent ul.nav li.active ul.nav-child {
    padding: 5px 0 10px 0;
    height: auto;
    opacity: 1;
    
} 
#leftcontent ul.nav li {
	list-style: none;
	padding: 0;
	position: relative;
}

#leftcontent ul.nav li a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
    font-size: 1.2vw;
    position: relative;
    z-index: 1;
    padding: 8px 20px;
    box-sizing: border-box;
}
#leftcontent ul.nav ul li a {
    padding: 2px 20px 2px 40px;
    font-size: 1rem;
    text-transform: none;
}
#leftcontent ul.nav ul li.active a, #leftcontent ul.nav ul li:hover a {
    color: #fbf32d;
}

#leftcontent ul.nav > li > a::after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 100%;
	top: 50%;
    transform: translateY(-50%);
	height: 100%;
    width: 0;
	background: url(../images/triangle.svg) left center no-repeat;
	background-size: auto 100%;
    max-height: 40px;
    transition: all 0.2s ease;

}
#leftcontent ul.nav > li.active > a::after {
    width: 20%;
    transition: all 0.4s ease 0.2s;
}
#leftcontent ul.nav > li.active > a {
    color: #000;
}
#leftcontent ul.nav:hover > li.active > a::after {
    width: 0%;
    transition: all 0.1s ease;
}

#leftcontent ul.nav > li > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    opacity: 0;
	background: #fbf32d;
    transition: all 0.4s ease;
    z-index: -1;
}
	
#leftcontent ul.nav > li.active > a::before {
	height: 100%;
    opacity: 1;
}
#leftcontent ul.nav:hover > li.active > a::before {
    height: 0;
    opacity: 0;
}
#leftcontent ul.nav:hover > li.active > a {
    color: #fff;
}
/*
#leftcontent ul.nav > li.active > a {
	border-bottom-color: #fbf32d;
	color: #000;
    box-sizing: border-box;
}
*/

#leftcontent ul.nav:hover > li.active > a::before {
    height: 0;
    transition: all 0.4s ease 0.2s;
}
#leftcontent ul.nav:hover > li:hover > a::before {
    height: 100%;
    opacity: 1;
}
#leftcontent ul.nav:hover > li:hover > a {
    color: #000;
}
#leftcontent .hamburger {
    display: none;
}







#footer {
	background: #fbf32d;
    background: url(../images/footer_bg.svg) center center no-repeat;
    background-size: 100% 100%;
	position: relative;
	z-index: 4;
    text-align: left;
}

#footer .tfp-feed-wrap, #footer .tfp-feed-container {
	border: none;
	background: none;
}

#footer .tfp-feed-item-picture {
	display: none;
}
#twblock {
	padding-left: 20%;
	position: relative;
}
#twblock::after {
    content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	left: 20%;
	top: 30%;
}
#twblock::before {
	content: "\f099";
	display: inline-block;
	color: #000;
	font-family: 'FontAwesome'; 
	font-weight: 900;
	font-size: 3rem;
	transition: all 0.6s ease;
	position: absolute;
	right: 83%;
	top: 40%;
}
.twitterfeedpro-feed {
	max-height: 250px;
	position: relative;
}

.twitterfeedpro-feed::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	top: 75%;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top,  rgba(248,235,45,0) 0%, rgba(248,235,45,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,235,45,0) 0%,rgba(248,235,45,1) 100%);
	background: linear-gradient(to bottom,  rgba(248,235,45,0) 0%,rgba(248,235,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbf32d', endColorstr='#fbf32d',GradientType=0 );
}

#fnx {
	padding: 15px;
	background: #000;
	text-align: center;
	font-size: 1rem;
}
#fnx a {
	color: #666666;
	padding: 0 5px;
}
#fnx a:hover {
	color: #fff;
}
#fnx a img {
	width:auto;
	height: 30px;
	display: inline-block;
}
#footer .tfp-feed-posts-item {
	border-radius: 0!important;
/*	box-shadow: 0 1px 3px rgba(248,235,45,0.8) !important;*/
	box-shadow: none !important;
    background: rgba(255,255,255,0.9)
}
#eggpath1, #eggpath2, #eggpath3, #eggpath4 {
	width: 100%;
	max-width: 100%;
}
#footer_inner {
	padding: 0 2%;
    overflow: hidden;
    box-sizing: border-box;
}	
#footer .pb-grid--doubling.pb-grid--three-columns > .grid__column {
	width: 30%;
}
#footer .pb-grid--doubling.pb-grid--three-columns > .grid__column.twblock {
	width: 40%;
}
.jd-item-page {
    padding: 0 15%;
    line-height: 2em;
}
.catiacon, .cattitle {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
#maincontent .jd_content_category, #maincontent .pb-custom-html {
    margin: 0;
    padding: 0
}
#maincontent .jdcrow {
    padding: 10px 0;
}

.catiacon img {
    max-width: 30px;
}
.moduletable_currentnewsletter a, #gotonewsletters  {
    font-size: 1.9vw;
    line-height: 1em;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
    display: inline-block;
    position: relative;
}
.moduletable_currentnewsletter a::after, #gotonewsletters::after  {
    content: "\f061";
    font-family: 'FontAwesome'; 
    color: #fbf32d;
    font-size: 0.8em;
    display: inline-block;
    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 2px;
        
    
}

#intpage.calendar #maincontent,  #maincontent #jevents_body  {
    background: none;
}
#intpage.calendar  #footer::before {
    display: none;
}
#intpage.calendar #maincontent {
    padding-bottom: 15vw;
}
.moduletable_currentnewsletter, .moduletable_currentnewsletter * {
    padding: 0!important;
}
#jevents_body .month_date {
    display: none;
}
#maincontent #jevents_body {
    border: none;
    border-radius: 0;
}
#maincontent #jevents_body #nav-search {
    display: none;
}
#maincontent #jevents_body .jev_toprow div.previousmonth a,
#maincontent #jevents_body .jev_toprow div.nextmonth a {
    background: none!important;
    font-size: 1em;
    color: #fbf32d!important;
    min-height: 32px;
    line-height: 30px;
    display: block;
    font-weight: normal!important;
}
#maincontent #jevents_body .jev_toprow div.previousmonth,
#maincontent #jevents_body .jev_toprow div.nextmonth  {
        min-height: 32px;
}

#maincontent #jevents_body .jev_toprow div.currentmonth {
    border: none!important;
    background: #fff;
    border-radius: 40px;
    line-height: 2em;    
    transform: scale(1.1,1.1) translateY(-5%);
    width: 40%;
    color: #A51916 !important;
}
#maincontent .jev_toprow div.previousmonth, #maincontent .jev_toprow div.nextmonth {
    width: 30%;
}
#maincontent #jevents_body .nav-items > div {
    border: none!important;
    background: #fbf32d;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0; 
    font-weight: 100;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    transition: all 0.5s ease;
    cursor: pointer;

}
#maincontent #jevents_body .nav-items > div.active {
    background:  #A51916;
}
#maincontent .nav-items > div a {
    padding: 0;
        display: flex;
    justify-content:center;
    align-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
#maincontent #jevents_body .nav-items {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    width: 70%
}
#maincontent #jevents_body .nav-items > div a:hover {
    border: none!important;
    margin: 0;
    color: #000;
}
#maincontent #jevents_body .nav-items > div.active a:hover {
    color: #fff;
}
#maincontent #jevents_body .nav-items > div:hover {
        transform: translateY(-10px);

}
#maincontent .jev_eventdetails_body {
    background: #fff;
    padding: 30px;
}

#maincontent a.cal_daylink:link, 
#maincontent a.cal_daylink:visited, 
#maincontent a.cal_daylink:hover {
    font-weight: normal;
}
#maincontent div.jev_daynum_outofmonth span {
    color: #ccc;
    font-weight: normal;
}
#maincontent #jevents_body .jev_underlay .jev_underlay_outofmonth_end div {
    background: #eee
}
#maincontent #jevents_body .jev_underlay .jev_underlay_daynum_today div {
    background: #fbf32d;
}

#maincontent .jev_evdt_header {
    background: #fff;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
}
#maincontent .jev_eventdetails_body {
    text-align: left
}



#unmute {
    display: none;
}
#homepage #unmute {
    display: block;
    position: absolute;
    right: 3vw;
    bottom: 15px;
    font-size: 2vw;
    opacity: 0.3;
    width: 2vw;
    height: 2vw;
}

#maincontent .jd_download_url {
    margin-left: 0
}


.btn-primary {
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    background: #A51916;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
}
.btn-primary:hover {
    background: #A51916;
    color: #fbf32d;
}
#content input:focus , #content textarea:focus {
    box-shadow: 0 0 0 0.2rem rgba(165,25,25,.25);
    border-color: #A51916;
}
.custom_newsletters .grid__column {
    max-height: 100%;
}
.custom_newsletters .grid__column .pb-custom-html {
    width: 100%;
}

.custom_newsletters .n2-ss-item-content {
    text-align: right;
}
#strplan {
    display: inline-block;
}
.jd_download_url {
    position: relative;
    padding: 0 10px;
    margin:  8px 0;
    display: inline-block;
}

.jd_content, .jd_content * {
    line-height:initial; 
}
/*
.jd_download_url::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #A51916;
    border-left: none;
    border-right: none;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}
.jd_download_url:hover::after {
    width: 100%;
}
.jd_download_url::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 0;
    left: 0;
    right: 0;
    border: 2px solid #A51916;
    border-top: none;
    border-bottom: none;
    transform: translateY(-50%);
    transition: all 0.05s ease;

}
.jd_download_url:hover::before {
    height: 100%;
    transition: all 0.2s ease 0.4s;

}
.jd_files_oneline:hover {
    transition: all 3s ease 0.2s;
    transform: scale(1.1,1.1);
}
*/

#stratplan {
    background-size: 130% auto;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 2s ease;
}
#stratplan:hover {
     background-size: 100% auto;
}

#stratplan .grid__column {
    position: relative;
    padding-bottom: 47%!important;
    box-sizing: border-box;
}
#stratplan .grid__column > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}
#strplan, #strplan div, #strplan a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#strplan a::after, #strplan a::before {
    display: none!important;
}
#strplan a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    font-size: 2em;
    transition: all 2s ease;
}
#strplan a:hover {
    transition: all 1s ease;
}
#values {
    text-align: right;
    transition: all .3s ease;
}
#values h3 {
    -webkit-transform: translate3d(0, 0, 0);
    font-size:4vw;
    line-height:1em;
    color:#fff;
    margin: 30px 0;
    text-align: right;

}

#values h3 div{
  -webkit-font-smoothing: antialiased;
	-moz-font-smoothing:antialiased;
}

.textGlow * {
    animation: glow 3s ease-in-out infinite alternate;
}
#content .jd_content {
    display: block;
}
.jdcblock {
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.jdcblock .inner {
    display: flex;
    align-items: center;
    justify-content:space-between
}
.jd-item-page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.jdcblock::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 10%;
    border-radius: 100%;
    background: #fbf32d;
    left: 0;
    top: 100%;
    transition: all 0.5s ease;
    z-index: -1;
}
.jdc_screenshot {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.jdc_screenshot::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 10%;
    border-radius: 100%;
    background: rgba(165,25,25,.85); 
 /*       url(../images/save.svg) center center no-repeat;
    background-size: 30% auto; */
    right: 0;
    bottom: 100%;
    transition: all 0.5s ease;
}
.jdc_screenshot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/save.svg) center center no-repeat;
    background-size: 30% auto; 
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 2;
}
.jdc_title a {
    transition: all 0.5s ease;
    padding: 0 30px;
    text-transform: uppercase;
}
.jdcblock:hover .jdc_screenshot::after {
     transform: scale(30,30);
}
.jdcblock:hover .jdc_screenshot::before {
    opacity: 1;   
}

.jdcblock:hover::after {
     transform: scale(30,30);
}
.jdcblock:hover .jdc_title a {
    color: #000;
}

.jdc_image {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100px;
}
.jdc_link, .jdc_link .jdbutton {
    display: block;
    position: absolute;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #fff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B;
  }
}

#maincontent .table, #maincontent .table td, #maincontent .table, #maincontent .table tr {
    border: none;
}
.ffp-feed-posts-item {
        padding-right: 0;
        padding-left: 0;
}
.jd-item-page .caticon {
    max-width: 30px;
    display: inline-block;
    margin-right: 8px;
}
.jd-item-page h3 {
    display: flex;
    align-items:center;
    padding-bottom: 20px;
}

.jdc_image.noimg {
    width: 64px;
    padding: 10px;
     -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.3
}

.jdc_title span {
  display:none;
}



@media screen and (max-width: 1100px) {

	#content {
	    padding: 50px 2% 15vw 20%;
	}
	#intpage #footer::before {
		margin: 0 10%;
	}
	#quicklinks {
		right: 10%;
	}
}
@media screen and (max-width: 999px) {
	.moduletable_fbfeed {
		padding: 0;
	}
	#intpage #footer::before {
		margin: 0 2%;
	}
	#quicklinks {
		right: 2%;
	}
	#footer_inner {
		padding: 1vh 2% 0 2%;
	}
    	#mainmenu ul li {
		padding: 0 2vw;
	}
	#mainmenu ul li a {
		font-size: 1.8vw;
	}

}
@media screen and (max-width: 850px) {
    #content {
	    padding: 50px 2% 15vw 2%;
	}
    #leftcontent {
		position: absolute;
		bottom: auto;
		left:auto;
		width: 100%;
		box-sizing: border-box;
		padding: 0 2%;
		background: none;
		-webkit-transform: none;
	/*	transform: translateY(-40vh); 
		transform: translateY(-20vw);*/
		height: 50px;
		overflow: visible;
    }
    .nobanner #leftcontent {
        transform:none;
    }
    #leftcontent .moduletable {
        background: #A51916;
		overflow: hidden;
        max-height: 50px;
        transition: all 0.5s ease;
    }
    body.is-active #leftcontent .moduletable {
        max-height: 100vh;
        overflow: auto;
    }
    #leftcontent.fixed {
        position: fixed;
        top: 40px!important;
        transform: none;
    }
    #leftcontent .hamburger {
        position: absolute;
        right: 7%;
        top: 0;
        display: block;
        z-index: 99;
        visibility: visible;
        padding: 0;
        height: 50px;
        outline: none!important;
    }
    #leftcontent .hamburger-inner, #leftcontent .hamburger-inner:after, #leftcontent .hamburger-inner:before {
		height: 5px;
		width: 30px;
		background-color:  #fbf32d;
	}
    #leftcontent .menu {
        padding-top: 50px;
    }
    #leftcontent .menu li.current{
        position: absolute;
        background-color:  #fbf32d;
        top: 0;
        min-width: 40%;
        box-sizing: border-box;
    }
    #leftcontent ul li {
        padding: 0 20px;
    }
     #leftcontent ul li a {
         min-height: 50px;
         display: flex;
         align-items: center;     
    }
    

    #intpage.calendar #maincontent {
        padding: 0;
        
    }
    #leftcontent ul li a {
        font-size: 1em;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
	#homepage .pb-grid--two-columns>.grid__column {
		width: 50%;
	}

}
@media screen and (max-width: 767px) {
	/*-Mobile Main menu-------------------*/
    #dropbg {
        display: block;
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -99;
    }
    #bigdrop, #bigdrop2 {
        visibility: hidden;
    }
	#mainmenu .hamburger {
		outline: none;
		position: absolute;
		top: 0;
		left: 10px;
		z-index: 999;
	}
	#mainmenu {
		text-align: left;
		height: auto;
		max-height: 0;
		transition: all 0.5s ease;
		background: none;
	}
    #mainmenu ul {
        display: block;
    }
	#mainmenu ul li::after {
		display: none !important;
	}
	#mainmenu .hamburger-inner, #mainmenu .hamburger-inner:after, #mainmenu .hamburger-inner:before {
		height: 5px;
		width: 30px;
		background-color:  #fbf32d;
	}
    .hamburger.is-active:hover, .hamburger:hover {
        opacity: 1 !important;
    }
	#mainmenu ul.nav {
		max-height: 0;
		overflow: hidden;
		transition: all 0.4s;
		padding: 70px 10px 30px 70px;
		visibility: hidden;
	}
	#mainmenu ul li {
		display: list-item;
		height: auto;
	}
	#mainmenu ul li a {
		display: block;
		font-size: 1.2rem;
		line-height: 1em;
		height: auto;
		padding: 10px 0;
	}
	#mainmenu ul ul li a {
		text-transform: inherit;
	}
	#mainmenu ul a {
        opacity: 0;
    }
	body.is-active #mainmenu{
		max-height: 100vh;
		transition: all 0.3s;
	}
    
	 body.is-active #mainmenu > ul {
		 max-height: 100vh;
         display: block;
         box-sizing: border-box;
		 overflow: auto;
		 transition: all 0.6s ease 0.1s;
		 visibility: visible;
	}
    body.is-active #mainmenu ul ul {
        overflow: visible;
    }
    body.is-active #mainmenu ul a {
        opacity: 1;
    }
    body #banner::after, body #content::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -999;
        background-color: #A51916;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all 1s ease 1s;
        visibility: hidden;
        opacity: 0;
    }
    body.is-active #banner::after, body.is-active #content::after {
        z-index: 98;
        opacity: 1;
        visibility: visible;
    }
	#topblock {
		top: 0;
		padding-bottom: 19%;
	}
	#logo {
		left: 14%;
		top: 40%;
        width: 20%;
	}
	#quicklinks {
		top: 20%;
		width: 40%;
	}
	.eventdays.day1, .eventdays.day2, .eventdays.day3, .eventdays.day4 {
		width: 50%;
		padding-bottom: 40px;
	}

	.eventdays .caldate {
    	width: 20%;
        margin-bottom: 10px;
	}
	.eventdays .innertxt {
		font-size: 1rem;
	}
	.eventdays .alldayevents {
		padding: 5px 30px 0 0;
	}
	.eventdays .calblock .fa-circle {
		margin-left: 0;
	}
	#quicklinks ul li {
    	width: 7vw;
		height: 7vw;
	}
	.ffp-feed-grid-item {
		padding: 0 10vw;
		box-sizing: border-box;
	}
	#footer .grid__column {
	text-align: center;
	}
	#footer .grid__column.twblock {
		text-align: inherit;
        overflow: hidden;
	}
	#fnx {
		font-size: 0.9rem;
		line-height: 0.9rem;
	}
	#fnx a img {
		height: 25px;
	}
    #leftcontent {
        display: none;
        visibility: hidden;
    }
    
    .custom_newsletters .grid__column  br {
        display: none;
    }
    .custom_newsletters .grid__column {
        text-align: center;
    }
    #quicklinks ul li a:hover span, #quicklinks ul li.active a span {
        font-size: 10px;
    }
    #jev_maincal {
        border: none;
        background: rgba(255,255,255,0.5);
    }
    #footer {
        background-size: 300% 100%;
    }
	#homepage .pb-grid--two-columns>.grid__column {
		width: 50% !important;
	}
}
@media screen and (max-width: 480px) {
	#topblock {
    	padding-bottom: 40%;
	}
	#logo {
		left: 25%;
		top: 35%;
		width: 45%;
	}
	#quicklinks {
		top: 50vh;
		width: 90%;
		left: 5%;
	}
	#quicklinks ul li {
		width: 15vw;
		height: 15vw;
	}
	#quicklinks ul li a:hover span {
		font-size: 2.5vw;
	}
		.eventdays.day1, .eventdays.day2, .eventdays.day3, .eventdays.day4 {
		width: 100%;
	}
	.ffp-feed-grid-item {
		padding: 0;
	}
	.eventdays.day2, .eventdays.day4 {
		margin-top: 0;
	}
    #maincontent #jevents_body .nav-items {
        width: 100%;
    }
    #maincontent #jevents_body .nav-items > div {
        width: 60px;
        height: 60px;
    }
    #maincontent .jev_listrowblock {
        background: none!important;
    }
    #maincontent #jevents_body .jev_header2 {
        width: 100%!important;
        background: #a51916 !important
    }
    #maincontent .jev_toprow div.previousmonth, #maincontent .jev_toprow div.nextmonth {
        width: 100%;
        float: none;
    }
    #maincontent #jevents_body .jev_toprow div.currentmonth {
        float: none;
        margin: 0 auto;
        width: 80%;
    }
    .jev_listrowblock {
        margin-top: 0;
    }
    #jev_maincal {
        margin-top: 75px;
    }
    	.eventdays.day2, .eventdays.day4 {
		margin-top: 40px;
	}
    #homepage #quicklinks {
        top: 85vh;
    }
    #homepage .pb-grid--two-columns>.grid__column {
		width: 100% !important;
	}
    #pwelcome .pb-grid .grid__column:nth-child(2) {
        padding: 0 15%!important;
        box-sizing: border-box;
    }
    #pwelcome p {
        text-align: justify;
    }
    #newsletters {
        height: auto;
        background-size: cover;
    }
    #bottomcontent {
        margin-top: -20vw;
    }
    .eventdays {
        display: flex!important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 10px!important;
    }
 /*   #newsletters .pb-grid {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    */
    #newsletters .pb-grid .grid__column:nth-child(1) {
        margin-top: 15vh;
    }
    #newsletter_title {
        font-size: 2rem;
    }
    .moduletable_currentnewsletter a, #gotonewsletters {
        font-size: 1.2rem;
    }
    #values h3 {
        text-align: center;
        font-size: 3rem;
        margin: 50px 0;
    }
}


@media screen and (min-width: 768px) {
	.hamburger, #mainmenu .nav-child {
		display: none;
		visibility: hidden;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .moduletable_newsletters .pb-grid--doubling.pb-grid--three-columns>.grid__column {
        width: 33.33%;
    }
}


@media screen and (min-width: 1200px) {
.moduletable_currentnewsletter a, #gotonewsletters {
    font-size: 1.6rem;
    }
}