@import '_variables.css';

/* Theme CSS */
 html {
	background-color:rgb(255, 255, 255);
 }
 body {
	font-family: Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	background-color:#fff;
 }
.eventCalendar-wrap {

}
	.eventCalendar-wrap .eventCalendar-arrow {
		text-decoration:none;
		color:#fff;
		padding:0 5px;
		line-height:28px;
		top:9px;
		padding:8px 10px;
	}
		.eventCalendar-wrap .eventCalendar-arrow.prev {

		}
		.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
		.eventCalendar-wrap .eventCalendar-arrow span {
			color: transparent;
			font-size: 0;
		}
			.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {

			}
	.eventCalendar-slider {
		 height:1106px;
		}

	.eventCalendar-monthWrap {
		border-radius:5px;
		top:10px;
		left:0px;
	}

	.prev{
		position: absolute;
		left: 0px;
	}

	.next{
		position: absolute;
		right: 940px;
	}
		.eventCalendar-currentTitle {
			line-height:25px;
			width: 300px;
			background-color:#138da500;
			border-width:1px 0;
			margin-bottom: 39px;
		}
			.eventCalendar-currentTitle .eventCalendar-monthTitle {
				font-size:110%;
				text-decoration:none;
				font-weight:bold;
				color:#1A439A;
				font-family: 'RF-Dewi';
				font-style: normal;
				font-weight: 700;
				font-size: 24px;
				line-height: 141%;
			}

		.eventCalendar-daysList {
			zoom: 1;
			padding:0;
			width:100%;

		}

		.eventCalendar-daysList li p {
			-webkit-animation: fade-in 2.5s linear; /* Safari 4+ */
			-moz-animation: fade-in 2.5s linear; /* Fx 5+ */
			-o-animation: fade-in 2.5s linear; /* Opera 12+ */
			animation: fade-in 2.5s linear; /* IE 10+, Fx 29+ */
			margin-bottom: 4px;
			margin-top: 10px;
			font-family: 'RF-Dewi';
			font-style: normal;
			font-weight: 400;
			font-size: 10px;
			line-height: 141%;
			letter-spacing: 0.095em;
			text-transform: uppercase;
			color: #99A5C0;
		}


		h6{

				font-family: 'RF-Dewi';
				font-weight: 600;
				font-size: 14px;
				line-height: 141%;
				color:#99A5C0;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -moz-box;
				-moz-box-orient: vertical;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				line-clamp: 3;
				box-orient: vertical;

		  
		}
			.eventCalendar-daysList.eventCalendar-showAsWeek {
				/* margin:10px 5px; */
				width:auto;
				border-bottom-width:0;
				border-radius:0;

			}
	
			.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

				border-radius:5px 5px 0 0;
			}
			.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
			.eventCalendar-daysList:after { clear: both; }
			.eventCalendar-day-header {
				height: 68px;
				text-transform:uppercase;
				text-align:center;
				font-size:10px;
				border-bottom:solid 1px #ffffff;
				font-family: 'RF-Dewi';
				font-style: normal;
				font-weight: 700;
				font-size: 14px;
				line-height: 141%;
				color:#2F59B3;
				margin:0 7px 20px 7px;
				width: 160px;
				
			}
			.eventCalendar-showAsWeek li {
				display: block;
				float: left;
				width: 160px;
				height: 20px;
			}

			.red_header{
				color: #EA3D52;
				
			}
			.eventCalendar-daysList.eventCalendar-showAsWeek .eventCalendar-day  {
				height:160px; 
				width: 160px;
				margin:0 7px ;
			}
				.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
					background-color: rgb(255, 255, 255);
					min-height:27px;
					border-top: solid 1px rgb(255, 255, 255);
					
				}
			.eventCalendar-day a {
				text-decoration:none;
				font-size:24px;
				color:#99A5C0;
				/* color:#3059B1; */
				font-family: 'RF-Dewi';
				font-weight: 700;
				margin-left: 5px;
				border-width:0 1px 1px 0;
				
				
			}
			.eventCalendar-day {
				/* padding-top: 20px;
				padding-bottom: 20px; */
				margin: 0 100px;	
						
			}

			.top_border{
				width: 160px;
				height: 2px;
				background-color: #3059B1;
				z-index: 100;
				margin: 14px auto 10px auto;
				transition: all 200ms;
			}


			.eventCalendar-dayWithEvents h6{
				color: #3059B1;
			}
			.eventCalendar-dayWithEvents a{
				color: #3059B1;
			}

			.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
			.eventCalendar-showAsWeek .eventCalendar-day a  {
				text-align: start;
				padding-left: 10p;
				line-height:27px;
				font-size:24px;
			}
			.eventCalendar-showAsWeek .eventCalendar-day a span {
				line-height:27px;
				font-size:16px;
				margin-left: 12px ;
			}


			.eventCalendar-daysList li.eventCalendar-dayWithEvents p {
				margin-bottom: 4px;
				margin-top: 10px;
				font-family: 'RF-Dewi';
				font-style: normal;
				font-weight: 400;
				font-size: 10px;
				line-height: 141%;
				letter-spacing: 0.095em;
				text-transform: uppercase;
				color: #99A5C0;

			}



		.eventCalendar-loading {
			font-family: 'RF-Dewi';
			font-size: 30px;
			border-radius:4px;
			margin:5px auto;
			color: #1A439A;
			text-align:center;
			position:absolute;
			z-index:4;
			top:120px;
			left:40%;
			font-weight: 700;
		}
			.eventCalendar-loading.error {
				background-color:red;
			}

.eventCalendar-subtitle { 
	font-family: 'RF-Dewi';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 141%;
	color: #262626;
	margin-bottom: 40px;

}
.eventCalendar-list-wrap {
	min-height:400px;
	position:relative;
}
	.eventCalendar-list-content.scrollable {

		height:100px;
		overflow-y:auto;
		margin:0 5px 5px 0;
	}
	.eventCalendar-list {
		margin:0; padding:0; list-style-type:none;
	}
	.eventCalendar-list li {
		padding:0 5px 15px;
		margin:0;
		clear:both;
	}
		.eventCalendar-list li time {
			font-size:10px;
			line-height:13px;
		}
		.eventCalendar-list li time em {
			float:left;
			font-style:normal;
		}
		.eventCalendar-list li time small {
			font-size:10px;
			float:left;
			background-color:#807E7E;
			color:#fff;
			padding:0 5px 0 4px;
			margin:0 0 0 3px;
		}
		.eventCalendar-list li .eventCalendar-eventTitle {
			display:block;
			clear:both;

			font-weight:bold;
			text-decoration:none;
			font-family: 'RF-Dewi';
			font-style: normal;
			font-weight: 700;
			font-size: 20px;
			line-height: 141%;
			color: #3059B1;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -moz-box;
			-moz-box-orient: vertical;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			line-clamp: 2;
			box-orient: vertical;
		}
			.eventCalendar-list li a.eventCalendar-eventTitle {
				font-family: 'RF-Dewi';
				font-style: normal;
				font-weight: 700;
				font-size: 20px;
				line-height: 141%;
				color: #3059B1;
				
			}
			.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
		.eventCalendar-list li .eventDesc {
			font-family: 'RF-Dewi';
			font-style: normal;
			font-weight: 400;
			font-size: 14px;
			line-height: 160%;
			color: #000614;

		}
		.eventCalendar-list .eventCalendar-noEvents {
			font-size:30px;
			border-radius:4px;
			
			padding:5px;
			font-family: 'RF-Dewi';
			font-weight: 700;
			color:#3059B1;
			text-align:center;
			font-weight:bold;


		}

.container.eventCalendar-eventDesc{
	color:#000614;
	font-family: 'RF-Dewi';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 16px;
}




a { color: #0E8EAB}

#calendar {
	max-height: 100%;
}

.features li { margin-bottom:3px;}
#thanksPanel li { margin-bottom:0;}
#introPanel { padding-top:20px;}

.poweredBy img {
	float:left;
	margin-right:3px;
}
	.poweredBy .data {
		float:left;
	}
	.poweredBy .name {
		font-weight:bold;
		color:#555;
		text-decoration:none;
		display:block;
		margin-top:28px;
	}
	.poweredBy .twitter {
		text-decoration:none;
		display:block;
		float:left;
	}
.features {
	padding-left:20px;
	float:left;
}
#appLogo {
	margin-right:30px;
}
pre {
	clear:both;
	background-color:#FFFFCC;
	padding:5px;
	border:solid 1px #FED17E;
	overflow:auto;
}
#license {
	width:300px;
	float:right;
	font-size:10px;
	line-height:12px;
	text-align:center;
}

.undefined .row .col-5{
	padding: 0;
	padding-right: 40px;
}
.undefined .row .col-7{
	padding: 0;
}

.undefined .row{
	margin-bottom: 20px;
}


.show_all_news button{
    margin-top: 75px;
	width: 278px;
	height: 53px;
	left: 100px;
	top: 615px;
	background: #E9F1FF;
	border-radius: 12px;
	border: none;
	font-family: 'RF-Dewi';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #3059B1;
    }

	.show_all_news button svg{
		width: 5%;
		position: relative;
		left: 8px;
		
	}
.show_more button{
    margin-top: 40px;
	width: 190px;
	height: 46px;
	left: 100px;
	top: 615px;
	background: #e9f1ff00;
	border-radius: 12px;
	border: 1px solid  #3059B1;
	font-family: 'RF-Dewi';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #3059B1;
	margin-bottom: 100px;
	margin-left: 5px;
    }

	.show_more button svg{
		
		position: relative;
		left: 8px;
		
	}

	.news_i{
		display: none;
	}



	@media (max-width : 1240px) {
		.show_all_news{
			display: none;
		}

		#news_filter button {
			position: absolute;
			background-color: transparent;
			top: 5px;
			left: 140px;
			border: none;
		}
		.eventCalendar-monthWrap{
			max-width: 980px;
		}
		.eventCalendar-daysList.eventCalendar-showAsWeek .eventCalendar-day {
			height: 120px;
			width: 120px;
			margin: 0 7px;
		}
		.eventCalendar-showAsWeek .eventCalendar-day a {

			line-height: 27px;
			font-size: 20px;
		}

		.eventCalendar-showAsWeek .eventCalendar-day a span {
			line-height: 27px;
			font-size: 12px;
			margin-left: 6px;
		}
		.top_border {
			width: 120px;
			height: 2px;

		}
		.eventCalendar-daysList li.eventCalendar-dayWithEvents p {
			margin-bottom: 3px;
			margin-top: 8px;
			font-size: 8px;

		}
		.eventCalendar-dayWithEvents h6 {
			color: #3059B1;
			font-size: 12px;
		}
		.eventCalendar-slider{
			margin-bottom: 50px;
		}
	}

	@media (max-width : 992px) {

		.show_all_news{
			display: none;
		}

		#news_filter button {
			position: absolute;
			background-color: transparent;
			top: 5px;
			left: 140px;
			border: none;
		}
		.eventCalendar-monthWrap{
			max-width: 768px;
		}
		.eventCalendar-daysList.eventCalendar-showAsWeek .eventCalendar-day {
			height: 100px;
			width: 100px;
			margin: 0 4px;
		}
		.eventCalendar-showAsWeek .eventCalendar-day a {

			line-height: 20px;
			font-size: 16px;
		}

		.eventCalendar-showAsWeek .eventCalendar-day a span {
		
			font-size: 10px;
			margin-left: 6px;
		}
		.top_border {
			margin-bottom: 6px;
			width: 100px;
			height: 1.5px;

		}
		.eventCalendar-daysList li.eventCalendar-dayWithEvents p {
			margin-bottom: 3px;
			margin-top: 4px;
			font-size: 6px;

		}
		.eventCalendar-dayWithEvents h6 {
			color: #3059B1;
			font-size: 10px;
		}
		.eventCalendar-slider{
			margin-bottom: 50px;
		}


	}
	@media (max-width : 792px) {


		.eventCalendar-monthWrap{
			max-width: 686px;
		}
		.eventCalendar-daysList.eventCalendar-showAsWeek .eventCalendar-day {
			height: 80px;
			width: 80px;
			margin: 0 4px;
		}
		.eventCalendar-showAsWeek .eventCalendar-day a {

			line-height: 20px;
			font-size: 12px;
			margin-left: 4px;
		}

		.eventCalendar-showAsWeek .eventCalendar-day a span {
		
			font-size: 8px;
			margin-left: 3px;
		}
		.top_border {
			margin-bottom: 0;
			width: 80px;
			height: 1.5px;

		}
		.eventCalendar-daysList li.eventCalendar-dayWithEvents p {
			display: none;

		}
		.eventCalendar-dayWithEvents h6 {
			color: #3059B1;
			font-size: 10px;
		}
		.eventCalendar-slider{
			margin-bottom: 50px;
		}
	}



	@media (max-width: 686px) {


		.eventCalendar-monthWrap{
			max-width: 500px;
		}
		.eventCalendar-daysList.eventCalendar-showAsWeek .eventCalendar-day {
			height: 60px;
			width: 60px;
			margin: 0 2px;
		}
		.eventCalendar-showAsWeek .eventCalendar-day a {
			display: flex;
			flex-direction: column;
			align-items:center;
			margin-left: 0;
			line-height: 5px;
			font-size: 12px;
			margin-top: 15px;
	
		}

		.eventCalendar-showAsWeek .eventCalendar-day a span {
			
			font-size: 8px;
			margin-left: 3px;
		}
		.top_border {
			margin-bottom: 0;
			width: 60px;
			height: 1.5px;
			margin-top: 0;

		}
		.eventCalendar-daysList li.eventCalendar-dayWithEvents p {
			display: none;

		}
		.eventCalendar-dayWithEvents h6 {
			color: #3059B1;
			font-size: 10px;
			display: none;
		}
		.eventCalendar-slider{
			margin-bottom: 50px;
		}
	}




@media (max-width : 500px) {

	.news_i{
		display: flex;
		width: 95%;
		background: #E9F1FF;
		border-radius: 10px;
		flex-wrap: wrap;
		padding: 0 17px 10px 17px;
	
	}

	.date_head{
		display: flex;
	}

	 .date_head h2{
		font-family: 'RF-Dewi';
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 141%;
		color: #3059B1;
		margin-top: 16px;
	}
	.date_head h3{
		font-family: 'RF-Dewi';
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 141%;
		color: #3059B1;
		margin-left: 15px;
		margin-bottom: 0;
		margin-top: 24px;
		
	} 
	.news_i p{
		font-family: 'RF-Dewi';
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 141%;
		color: #262626;
	}

	html{
		overflow-x: hidden;
	}
.container h1{
	font-size: 24px;
	padding-left: 18px;
	margin-bottom: 10px;
}


.eventCalendar-currentTitle{
	margin-bottom: 32px;
}
	
.eventCalendar-day-header {
	max-width: 53px;
	margin: 0;
}
.eventCalendar-showAsWeek li {

    height: 30px;
}

.eventCalendar-day{
	max-width: 53px;
	display: flex;
	margin: 0;

}
.eventCalendar-showAsWeek .eventCalendar-day a {
	font-size: 20px;
    text-align: center;
	margin-top: 22px;
}



.eventCalendar-day li{
	display: flex;
	justify-content: center;
	height: 30px;
}

.eventCalendar-day h6{
	display: none;
}
.eventCalendar-day p{
	display: none;
}
.eventCalendar-day span{
	display: none;
}

.top_border{
	display: none;
}
.eventCalendar-daysList.eventCalendar-showAsWeek .eventCalendar-day {
	height: 80px;
    margin: 0;
}

.eventCalendar-daysList{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}

.next{
	left: 0%;
}
.eventCalendar-currentTitle{
	margin:0 auto 20px auto;
	padding-bottom: 8px;
}

.eventCalendar-slider{
	height: 280px;
}
.eventCalendar-current a{
	color:#E9F1FF;
}
.show_all_news button{
	display: none;
}

#news_filter{
	top:0;
	padding: 0 8px;
}
#news_filter button{
	right: 50px;
}

#news_filter #news_date_filter{
	width: 40%;
}
#news_filter #news_search{
	width: 55%;
}

.eventCalendar-list-wrap .eventCalendar-subtitle {
	padding: 0 15px;
	display: flex;
	margin-top: 40px ;
	font-family: 'RF-Dewi';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 141%;
	color: #262626;
	text-overflow: initial;  
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;   
}

.show_more{
	display: flex;
	justify-content: center;
	align-items:center
}
.show_more button{
	margin-top: 20px;
	margin-bottom: 80px;
}

.eventCalendar-monthWrap{
	max-width: 407px;
}



}