.box-static {
	/*background-color: rgba(0,0,0,0.04)*/
	background-color: rgb(0 0 0 / 0%);
}	
.price-clean {border:hidden;}


.calendar{
  position: relative;
  width: 100%;
	margin-bottom:20px;
}

.calendar .calendar-body{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-bottom: 6px solid #4285F4;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 15%);
}

.calendar .calendar-body .month-name{
  color: #fff;
  background: #4285F4;
  width: 100%;
  font-size: 1.6em;
  text-align: center;
  font-weight: 400;
  padding: 5px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.calendar .calendar-body .day-name{
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 20px;
}

.calendar .calendar-body .date-number{
  color: #d00;
  font-size: 6em;
  font-weight: 600;
  line-height: 1.2em;
}

.calendar .calendar-body .year{
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 20px;
}
	
div.row>div img.img-fluid {
    width: 300px;
}	
.info-bar.info-bar-bordered {
    margin: 0 0 10px 0;
}
.info-bar p {
    line-height: 1.3;
}	

.btn-green {
    background-color: #198754;
	}
.btn-3d:hover, .btn-3d:focus {
	background-color:#145b3a !important;
}
.btn.btn-reveal i {
	top: 0px !important;
}

	.thumbnail {
		background-color: initial;
	}
	.inews-item .inews-thumbnail {
		max-width:300px;
	}	
	.info-bar.info-bar-color div.row>div {
    border-right-color: rgba(255,255,255,0.2);
}
	.inews-item .inews-date-wrapper .inews-date-day  {
		color: #c00;
	}
	.inews-item .inews-date-wrapper .inews-date-month  {
		color: #000;
	}
	.inews-item .inews-date-wrapper .inews-date-year  {
		color: #000;
	}
	.inews-item .inews-date-wrapper:hover {
		/*background-color: #fff;*/
		background-color: rgb(0 93 255 / 12%);
	}
	.whiteArrow:before {
		/*border-left: 10px solid rgba(255,255,255,1)!important;*/
		border-left: 10px solid rgb(0 93 255 / 12%)!important;
	}
	.oped {
		font-size:14px;
		line-height:1.3;
	}
	.cTitle:hover {
		color:#93328e;
	}
@media only screen and (max-width: 760px) {
	.box-icon {
	    margin: 20px 0;
	}
	.noBottomMargin {
		margin-bottom: 0px !important;
	}
	.topMargin30 {
		margin-top: 30px !important;
	}
	.topMargin20 {
		margin-top: 20px !important;
	}
	.topMargin0 {
		margin-top: 0px !important;
	}
	.bottomMargin20 {
		margin-bottom: 20px !important;
	}
	.noLeftMargin {
    	margin-left: -80px;
	}
	.noLeftPadding {
    	padding-left: 0px;
	}
	.lineHeight0 {
		line-height: 0px !important;
	}
	.box-title>i {
		margin-Bottom: 40px;
	}
	.eventDate span, .eventTime span {
		font-weight: bold;
	}
}
@media (min-width: 768px) {
	.eventDate {
	    width: 28%;
		padding-right: 0;
	}
	.eventTime {
	    width: 72%;
		padding-left: 10px;
	}
	.horizontalPadding10 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.topPadding20 {
		padding-top: 20px;
	}
	.bottomPadding20 {
		padding-bottom: 20px;
	}
}