@charset "iso-8859-2";
/* CSS Document */

/* Event List Style */


.px-event.list {
	padding: 0;
	margin:15px;
	width: 100%;
}
.px-event.list article { margin-bottom: 10px; }
.px-event.list article:last-child { margin: 0; }
.px-event.list .event-box {
	background-color: #0f1c26;
	border-radius: 5px;
	border: 1px solid #02101B;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	float: left;
	position: relative;
	width: 45%;
	margin:15px;
}
@media screen and (max-width: 767px){
.px-event.list .event-box {
	width: 90%;
	margin:5px;
}
}
.px-event.list .event-box:before,
.px-event.list .event-box:after {
	background-color: #02101B;
	border-color: #02101B;
	border-image: none;
	border-radius: 0 0 50px 50px;
	border-style: solid;
	border-width: 0 1px 1px;
	content: "";
	height: 12px;
	left: 98px;
	position: absolute;
	top: -1px;
	width: 24px;
	z-index: 9;
}
@media screen and (max-width: 767px){
.px-event.list .event-box:before,
.px-event.list .event-box:after {
	left: 70px;
}
}
.px-event.list .event-box:after {
	border-radius: 50px 50px 0 0;
	border-width: 2px 2px 0;
	bottom: -2px;
	top: auto;
}
/* Event Date Style */
.px-event.list .event-date {
	float: left;
	text-align: center;
	width: 110px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20;
	padding-left: 0px;
	height: 210px;
}
.px-event.list .event-date strong {
	color: #323a41;
	display: block;
	font-size: 50px;
	font-weight: 400;
	margin: 0 0 3px;
}
.px-event.list .event-date .event-mes {
	color: #7d858f;
	font-size: 20px;
	text-transform: uppercase;
}
.px-event.list .event-date .event-ano {
	color: #7d858f;
	font-size: 14px;
}

@media screen and (max-width: 767px){
.px-event.list .event-date {
	width: 80px;
}
.px-event.list .event-date strong {
	font-size: 40px;
	font-weight: 200;

}
}
/* Event Inner Style */
.px-event.list .event-inner {
	overflow: hidden;
	position: relative;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #02101B;
	width: 320px;
}
.px-event.list .event-title {
	font-size:24px;
	font-weight:bold;
}
.px-event.list .event-datadetails {
	font-size:14px;
	background-image: url(../images/sprits_calendar.png);
	background-repeat: no-repeat;
	padding-left:40px;
	margin-right:5px;
	color: #6e767f;
	margin-top: 25px;
}
.px-event.list .event-location {
	font-size:14px;
	background-image: url(../images/sprits_location.png);
	background-repeat: no-repeat;
	padding-left:40px;
	margin-right:5px;
	color: #6e767f;
	margin-top: 25px;
}
@media screen and (max-width: 767px){
.px-event.list .event-inner {
	width: 200px;
}
.px-event.list .event-title {
	font-size:18px;
}
.px-event.list .event-datadetails, .px-event.list .event-location{
	font-size:11px;
}
}



.event-btn {
	width:100px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #27333d;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.event-btn  a{
	color: #27333d;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.private {
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
	z-index:9999;
	background-color:#02101B;
	color:#F00;
	font-size:10px;
	padding: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.publico {
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
	background-color:#02101B;
	color:#09F;
	font-size:10px;
	padding: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
