/*********************************
10. Events
*********************************/

.events
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
    /* border: 2px solid #f00; */
}
.events_row
{
	/* margin-top: 54px; */
}
.event
{
	
}
.event_image
{
	/* width: 100%; */
    width: 200px !important;
    width: 200px !important;
}
.event_image img
{
	max-width: 100%;
}
.event_date
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
}

.event_date_end
{
	position: absolute;
	top: 20px;
	right: 40%;
	width: 60px;
	height: 60px;
	background: #013976;
	color : #fff;
	border: solid 1px #ebebeb;
}

.event_date_end .event_day
{
	color : #fff !important;
}

.event_date_end .event_month
{
	color : #fff !important;
}

.event_day
{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: rgba(0,0,0,0.9);
	line-height: 0.75;
}
.event_month
{
	font-family: raleway_light;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: rgba(0,0,0,0.5);
	line-height: 0.75;
	margin-top: 12px;
}
.event_body
{
	width: 100%;
	height: 70px;
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
	padding-left: 22px;
	padding-right: 22px;
}
.event_title a
{
	font-family: raleway_bold;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
    text-decoration: none;
}
.event_title a:hover
{
	color: #013976;
}
.event_tag
{
	width: 61px;
	height: 25px;
	background: #013976;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: 600;
}




/* GRID RESPONSIVE BREAK POINT */

@media (min-width : 576px) and (max-width : 767.98px) {

} 


/* Extra Small devices ( landscape phones) */
@media (max-width : 575.98px) {
 
  
  }
  
  /*  `sm` applies to x-small devices (portrait phones, less than 576px)*/
  /* Small devices ( landscape phones) */
  @media (min-width : 576px) and (max-width : 767.98px) {
 
  }
  
  /* // `md` applies to small devices (landscape phones, less than 768px)*/
  /* Medium devices ( tablets, 768px e superiores) */
  @media (min-width : 768px) and (max-width : 991.98px) {
   
  }
  
  
  /* // `lg` applies to medium devices (tablets, less than 992px)*/
  /* Large devices ( desktops, 992px e superiores) */
  @media (min-width : 992px) and (max-width : 1199.98px) {
    
  
  }
  
  /* // `xl` applies to large devices (desktops, less than 1200px)*/
  /* Extra large devices ( large desktops, 1200px e superiores) */
  @media (min-width : 1200px) {
   
  }
  
  




