	#cont_events {
		height:auto;
		top:0px;
		left:0px;
		text-align:center;	
	}	
	
	
	
    .block-content .pg_events {
	    margin-left: -1.6em;
	    margin-right: -1.6em;
	    margin-top: -1em;
	    margin-bottom: 0.6em;
	}
	
    .pg_events {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	
	.pg_events .btn{
		width: 105px;
	}
	
	.pg_events > li {
		vertical-align:middle;
		display:inline-block;
		position: relative;
		text-align:left;					
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		
		margin: 8px 8px 8px 8px;
	
		width:260px;
		height:260px;
	}
	
	.pg_events > li > a{
		display: block;
		opacity: 1;
		height: 180px;		
	}
	
	.pg_events > li > a:hover{
		opacity: 0.6;
	}
	
	.pg_events .pg_event_cont_pic{
		overflow: hidden;
		width: 100%;
		height:120px;	
	}
	
	.pg_events .pg_event_link_title {
		box-sizing: border-box;
		cursor: pointer;
		overflow-wrap: break-word;
		text-decoration: none;
		word-wrap: break-word;
		column-rule-color: rgb(255, 255, 255);
		border: 0px none rgb(255, 255, 255);
		outline: rgb(255, 255, 255) none 0px;
		color: black;
		font-size: 17px;
		text-shadow: none;
		margin-top:2px;
	}
	
	.pg_events .pg_event_date {
		position: relative;		
		bottom: 120px;
		box-sizing: border-box;
		color: rgb(255, 255, 255);
		display: block;
		height: 46px;
		overflow-wrap: break-word;
		text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 1px;
		width: 46px;
		word-wrap: break-word;
		column-rule-color: rgb(255, 255, 255);
		background: rgba(0, 0, 0, 0.247059) none repeat scroll 0% 0% / auto padding-box border-box;
		border: 2px solid rgb(255, 255, 255);
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		margin: 7px;
		outline: rgb(255, 255, 255) none 0px;	
	}
	
	.pg_events .pg_event_day {
		bottom: 0px;
		box-sizing: border-box;
		color: rgb(255, 255, 255);
		display: block;
		height: 22px;
		left: -2px;
		overflow-wrap: break-word;
		position: relative;
		right: 2px;
		text-align: center;
		text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 1px;
		top: 0px;
		white-space: nowrap;
		width: 46px;
		word-wrap: break-word;
		column-rule-color: rgb(255, 255, 255);
		perspective-origin: 23px 15px;
		transform-origin: 23px 15px;
		border: 0px none rgb(255, 255, 255);
		outline: rgb(255, 255, 255) none 0px;
		overflow: hidden;
		padding: 1px 0px 0px;
		font-size: 17px;
		font-weight: 900;		
	}

	.pg_events .pg_event_month {
		bottom: 0px;
		box-sizing: border-box;
		color: rgb(255, 255, 255);
		display: block;
		left: 0px;
		overflow-wrap: break-word;
		position: relative;
		right: 0px;
		text-align: center;
		text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 1px;
		top: 0px;
		white-space: nowrap;
		word-wrap: break-word;
		column-rule-color: rgb(255, 255, 255);
		perspective-origin: 23px 8px;
		transform-origin: 23px 8px;
		border: 0px none rgb(255, 255, 255);
		outline: rgb(255, 255, 255) none 0px;
		overflow: hidden;
		padding: 1px 0px 5px;
		font-size: 12px;		
	}
	
	.pg_events .pg_event_city{
		position: relative;
		bottom: 170px;
		left: 180px;	
		box-shadow: 0px 0px 2px rgb(51, 51, 51);
		box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.7);
		padding: 3px;
		background: white;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;		
		text-align: center;
		color:#90949c;
		font-size:12px;
		width: 70px;
		
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
	}
	 
	.pg_events .pg_event_city > img{
		height:12px;
		width:12px;
	}
	

	.pg_events .pg_event_title{
		position: relative;		
		top: -84px;
		margin: 5px;		
		z-index: 2;
		background: #fff;
		text-align: left;	
		height: 53px;
		box-sizing: border-box;
		cursor: pointer;
		overflow-wrap: break-word;
		text-decoration: none;
		word-wrap: break-word;
		column-rule-color: rgb(255, 255, 255);
		border: 0px none rgb(255, 255, 255);
		outline: rgb(255, 255, 255) none 0px;
		color: black;
		font-size: 17px;
		font-weight: 600;
		text-shadow: none;
		overflow: hidden;
	}
	
	.pg_events .pg_event_div_address_hour{
		position: relative;		
		top: -88px;
		margin-left: 7px;		
	}
	
	.pg_events .pg_event_address,
	.pg_events .pg_event_hour{
		font-size:12px;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color:#90949c;
		font-size:12px;
	}
	
	.pg_events .pg_event_cont_actions {
		position: relative;
		top: 33px;
	}
	
	.pg_events .pg_event_table_actions{
		width:100%;
	}
	
	.pg_events .pg_event_actions_td{
		padding:5px;
		text-align:center;
	}
	
	.pg_events .pg_event_btn{
		width:85px;
		text-align:center;
	}
	
	.pg_events .pg_event_participant {
		position: relative;
		top: 13px;
		color: #90949c;
		font-size: 12px;
		float: right;
		margin-right: 5px;
	}	
	.pg_events .dropdown-menu > li > a {
		text-align: left;
	}
	
	.pg_events .pg_event_hour .fa-map-marker{
		margin-left:2px;
	}
	
	/* .pg_events_small */
		.pg_events_small .pg_events > li > a,
		.pg_events_small .pg_events > li {
			width:200px;
			height:200px;
		}
		
		.pg_events_small .pg_event_cont_pic{
			height:80px;	
		}
		
		.pg_events_small .pg_event_cont_address {
			height: 10px;
			margin-top: -12px;
			margin-bottom: 24px;
			margin-left: 7px;
		}
		
		.pg_events_small .pg_event_date {
			margin: 7px 7px 7px 7px;
		}	
		
		.pg_events_small .pg_event_cont_date_title {
			height: 65px;
		}
		
		.pg_events_small .pg_event_btn {
			width: 110px;
			text-align: center;
		}
		
		.pg_events_small .pg_event_title{
			text-overflow: ellipsis;
			top: -70px;
			height: 51px;		
		}
		
		.pg_events_small .pg_event_btn{
			padding: 1px 5px;
		}
		.pg_events_small .pg_event_link_title {
			font-size: 15px;
			margin-top: 2px;
		}	
		
		.pg_events_small .pg_event_date {
			width: 40px;
			height:40px;
		}	
		
		.pg_events_small .pg_event_month {
			bottom: 0px;
			right: 0px;
			top: 0px;
			padding: 1px 0px 5px;
			font-size: 11px;
			margin-top: -3px;			
		}
		.pg_events_small .pg_event_day {
			bottom: 0px;
			right: 0px;
			top: 0px;
			margin-top: -2;
			width: 40px;			
		}
		
		.pg_events_small .pg_event_btn_lib{
			display: inline-block!important;
			overflow: hidden;
			text-overflow: ellipsis;		
			height: 14px;			
		}
		
		.pg_events_small .pg_event_date {
			bottom: 80px;
		}
		
		.pg_events_small .pg_event_city{
			bottom: 127px;
			left: 124px;			
		}
		
		.pg_events_small .pg_event_div_address_hour{
			position: absolute;
			top: 140px;
			z-index: 9;
		}
		
		.pg_events_small .pg_event_cont_actions{
			top: -40px;
		}
		
		.pg_events_small .pg_event_participant {
			position: absolute;
			top: 178px;
			right: 0px;
		}
		
		.pg_events_small  > li {
			margin: 10px 10px 10px 10px;
		}
		
		.pg_events_small .btn {
			padding: 3px;
			margin-top: 3px;
		}		
		
	/* .pg_events_no_action */
		.pg_events_no_action .pg_events > li,
		.pg_events_no_action .pg_events > li > a{
			height: 235px;
		}
		.pg_events_no_action .pg_event_participant {
			top: -30px;
		}
		
	/* .pg_events_small.pg_events_no_action */
		.pg_events_small.pg_events_no_action .pg_events > li > a,
		.pg_events_small.pg_events_no_action .pg_events > li {
			height: 180px;
		}
		.pg_events_small.pg_events_no_action .pg_event_participant {
			top: 158px;
		}	