@import url('../../inc/templates/sections/calendar/style_events_list1.css');
/* =============================================================================
   SIDE BAR
   ========================================================================== */
.side_panel{}
.side_panel_group{
	margin: 10px 0;
	padding: 0 0 15px 0;
	border-bottom: 2px dashed #fbe02c;
}
.side_panel_row{
	margin: 0 0 10px 0;
}
	.side_panel_row h5{
		float: left;
		margin-top: 10px;
	}
.side_panel_icon{
	width: 40px;
	float: left;
	margin-right: 10px;
}
/* =============================================================================
   SERVICES
   ========================================================================== */
   .services_list{
	   	list-style: none;
	   	padding: 0;
   }
   .services_list li{
   		width: 50%;
		margin: 0 0 10px 0;
		float: left;
   }
   .services_item_icon{
	   	width: 100px;
	   	float: left;
	   	margin-right: 20px;
   }
   .services_text{
   		margin: 10px 0;
   		float: left;
   }
/* =============================================================================
   Buttons
   ========================================================================== */   
.enroll_bttn_img{
	width: 50%;
	max-width: 200px;
	float: right;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
   .services_text h4{
      font-size: 1.2em;
    }
    .services_text h5{
      font-size: 1em;
    }
}
@media screen and (max-width: 979px) {
	.services_item_icon{
	   	width: 70px;
	   	margin-right: 10px;
    }
    .services_text{
   		margin: 0px 0;
    }
}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {
	.services_item_icon{	   	
	   	float: none;	   
    }
	.services_text{   		
   		float: none;
    }
}
@media screen and (max-width: 479px) {
	.services_list li{
		min-height: 160px;
    }
}