@CHARSET "UTF-8";

.rEvents {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.rEvent {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.rEvent h2 {
	margin-bottom: 10px !important;
}

.rEvent:hover {
	cursor: pointer;
}

.rDays {
	float: left;
}

.rTextImage {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.rTextImage img {
	max-width: 100%;
}

.rEvent:hover .rImg {
	transform: scale(1.1);
}

.rDay {
    margin: 0 15px 0 0;
    float: left;
}

.rDay.active  {
    font-weight: bold;
}

.rDay a {
	color: #000000;
}

.rDay a:hover {
	text-decoration: underline
}

.rMain .rDay.active a, .rMain .rDay a:hover {
    color: #8aa30f;
}

.rEvent .rImg img {
	max-width: 100%;
}

.rEvent .rText {
	float: left;
	width: 770px;
	margin-left: 30px;
}

.rEvent .rText .rTitle a {
	color: #000000;
	font-size: 25px;
    line-height: 32px;
}

.rEvent:hover .rText .rTitle a {
	color: #8aa30f;
}

.rEvent .rText .rDescription {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.rR .rDesc {
    float: right;
    width: 500px;
}

.rR .rText {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.rButton.rButtonCalendar {
	text-align: left;
    margin-bottom: 20px;
}

.rButton.rButtonCalendar a {
    background-image: url(/images/main/calendar_add.svg) !important;
	background-position: right+30px center !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-color: #8aa30f;
    border-color: #8aa30f !important;
    color: #FFFFFF !important;
    padding-right: 70px;
}

.rButton.rButtonCalendar a:hover {
	background-color: #000000 !important;
	border-color: #000000 !important;
}

@media screen and (max-width: 1200px) {
	.rEvent .rImgCont, .rEvent .rImgCont .rImg, .rEventDetail .rImg {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.rEvent .rText {
		width: 100%;
		margin-left: 0;
	}
	
	.rEvent .rImg img {
		max-width: 360px;
	}
	
	.rEventDetail .rImg img {
		max-width: 620px;
	}
	
	.rEvent .rText .rPoi, .rEvent .rText .rDate {
		width: 100%;
	}
	
	.rEvent .rText .rPoi {
		margin-top: 10px;
	}
	
	.rEventDetail .rDesc {
		width: 100%;
	    margin: 0 auto 30px auto;
    }
}

@media screen and (max-width: 1650px) {
	.rDays {
		display: none;
	}
}

@media screen and (max-width: 660px) {
	.rEventDetail .rDesc {
		max-width: 100%;
	}
}

@media screen and (max-width: 540px) {
	.rEventDetail .rDesc #rMap {
		width: 100% !important;
	}
}

@media screen and (max-width: 440px) {
	.rEvent .rImg img {
		max-width: 100%;
	}
}