@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
.eventCalendar-hidden {
	display: none;
}
.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
}
.eventCalendar-arrow {
	position: absolute;
	z-index: 5;
	top: 3px;
}
.eventCalendar-prev {
	left: 0px;
	background-image: url(../img/mark07.png);
}
.eventCalendar-next {
	left: 43px;
	background-image: url(../img/mark06.png);
}
.eventCalendar-monthTitle {
	display: block;
	text-align: right;
}
.eventCalendar-monthWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.eventCalendar-currentMonth {
	z-index: 1;
}
.eventCalendar-daysList {
	display: table;
	width: 100%;
	direction: rtl;
}
.eventCalendar-showAsWeek {
	display: block;
}
.eventCalendar-daysList li {
	display: table-cell;
}
.eventCalendar-daysList li:nth-child(odd) {
	background-color: #0d1d44;
}
.eventCalendar-dayWithEvents {
}
.eventCalendar-current {
	color: #795c47;
	background-color: #ebb217;
}
.eventCalendar-showAsWeek li {
	display: block;
	float: left;
	width: 14.28%;
	height: 20px;
}
.eventCalendar-daysList a {
	display: block;
	text-align: center;
	font-size: 8px;
	min-width: 7px;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.eventCalendar-loading {
	display: block;
}
.eventCalendar-list {
	position: relative;
	z-index: 1;
}
.eventCalendar-oldEventList {
	z-index: 2;
}
.eventCalendar-subtitle {
	padding-right: 5px;
	font-size: 15px;
	color: #fff;
}
.eventCalendar-wrap {
	margin-bottom: 0px;
}
.eventCalendar-wrap .eventCalendar-arrow {
	text-decoration: none;
	top: -1px;
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	background-color: #ba9a78;
}
.eventCalendar-wrap .eventCalendar-arrow.prev {
}
.eventCalendar-wrap .eventCalendar-arrow:hover {
	background-color: #ebb217;
}
.eventCalendar-wrap .eventCalendar-arrow span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	float: left;
	text-indent: -5000px;
}
.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
	border-left-width: 0;
	border-right: 6px solid #fff;
}
.eventCalendar-slider {
	height: 80px;
}
.eventCalendar-monthWrap {
	top: 0px;
	left: 0px;
}
.eventCalendar-currentTitle {
	font-family: "ArabicTitR", "Droid Arabic Kufi", Tahoma, serif;
	color: #fff;
	padding-right: 10px;
	font-size: 24px;
	height: 43px;
	line-height: 1.7em;
}
.eventCalendar-currentTitle .eventCalendar-monthTitle {
	color: #fff;
}
.eventCalendar-daysList {
	zoom: 1;
	padding: 0;
	width: 100%;
}
.eventCalendar-daysList.eventCalendar-showAsWeek {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {
}
.eventCalendar-daysList:before, .eventCalendar-daysList:after {
	content: "";
	display: table;
}
.eventCalendar-daysList:after {
	clear: both;
}
.eventCalendar-day-header {
	text-transform: lowercase;
	text-align: center;
	font-size: 12px;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li {
	height: auto;
	margin: 0;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
	min-height: 27px;
}
.eventCalendar-day a {;
	font-size: 12px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
.eventCalendar-day {
}
.eventCalendar-showAsWeek .eventCalendar-day {
	border-left-width: 0;
}
.eventCalendar-showAsWeek .eventCalendar-day a {
	line-height: 27px;
	font-size: 11px;
}
.eventCalendar-day a:hover {
	background-color: #ebb217;
}
.eventCalendar-daysList li.today a {
	color: #132755;
	background: #fff;
}
li.eventCalendar-day.today a:hover {
	background-color: #ccc;
}
.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
	background: #ba9a78;
	color: #fff;
}
li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
	background-color: #fff;
	color: #FFF;
}
.eventCalendar-daysList li.current a {
	color: #fff;
	box-shadow: inset 5px 5px 10px #216B7A;
	text-shadow: 2px 2px 2px #216B7A;
	background-color: #ba9a78;
}
li.eventCalendar-day.current a:hover {
	background-color: #79BDCC;
	box-shadow: inset 5px 5px 10px #449FB2;
	text-shadow: 2px 2px 2px #449FB2;
}
.eventCalendar-loading {
	background-color: #ba9a78;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 4;
	width: 50%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
	font-size: 12px;
	padding: 5px;
	line-height: 2em;
}
.eventCalendar-loading.error {
	background-color: red;
}
.eventCalendar-list-wrap {
	position: relative;
	direction: rtl;
	text-align: right;
}
.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: 12px;
	line-height: 13px;
	color: #ebb217;
}
.eventCalendar-list li time em {
	float: right;
	font-style: normal;
}
.eventCalendar-list li time small {
	font-size: 12px;
	float: right;
	background-color: #ba9a78;
	color: #fff;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.eventCalendar-list li .eventCalendar-eventTitle {
	display: block;
	clear: both;
}
.eventCalendar-list li a.eventCalendar-eventTitle {
	font-family: "ArabicTitR", "Droid Arabic Kufi", Tahoma, serif;
	color: #fff;
	font-size: 14px;
}
.eventCalendar-list li a.eventCalendar-eventTitle:hover {
	text-decoration: underline;
}
.eventCalendar-list li .eventDesc {
	clear: both;
	margin: 0 0 5px 0;
	font-size: 80%;
	line-height: 1.2em;
}
.eventCalendar-list .eventCalendar-noEvents {
	font-size: 16px;
	margin: 5px;
	padding: 5px;
	color: #fff;
	text-align: center;
}
.bt {
	font-size: 12px;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding: 9px 34px 11px;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background-color: #ba9a78;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	color: #FFF;
	background-color: #fff;
}
