﻿


@media (max-width:1200px) {
	
}

@media (max-width:992px) {

	.home {
		width: 100%;
		height: 280px;
	}
}

@media (max-width:768px) {
	.home {
		width: 100%;
		height: 220px;
	}

	.home_content {
		top: 60%;
		bottom: 0px
	}

	.home_title, .breadcrumbs {
		padding-top: 30px;
	}
	.event_container {
		margin-top: 20px;
	}
	.news_post_title {
		margin: 10px 0px;
	}
	}

@media (max-width:576px) {

	.home {
		width: 100%;
		height: 140px;
	}
	.home_title, .breadcrumbs {
		padding-top: 15px;
	}
	.quote_quote {		
		font-size: 15px;
	}
	.event_container {
		
		margin-top: 20px;
	}
	.events_item {
		width: 100% ;
	}
	.events {		
		padding-top: 30px;
	}
	.events_items {
		margin-top: 25px !important;
	}
	.events_item:not(:last-child) {
		margin-bottom: 0px;
	}
	.news_post_title {
		font-size: 13px;
	}
	.news_row {
		margin-top: 15px;
	}
	.news {
		padding-top: 20px;
		
	}
	.news_post_title {
		margin: 10px 0px;
	}
	.contact_info_content ul li div {
		width: 25px;
		height: 25px;
		background: #ebebeb;
		text-align: center;
		border-radius: 50%;
	}
	.contact_info_content ul li {
	white-space:nowrap
	}
	.contact_info_content ul li div i {
		line-height: 25px;
		color: #b10707;
	}
.contact_info_content ul li span {
	font-size: 13px;
	color: #7c7c7c;
	margin-left: 10px;
}
	.event_title, .event_title a {
		font-size: 14px;
	}
	.subTitles {
		font-size: 18px;
	}
	.SubText{display:block;padding-left:15px;font-size:14px !important}
	.modal-title {
		font-size: 12pt;
	}
	.modal_ul, .modal_ul li {
		margin-bottom: 7px;
		color: #453f3f;
		font-size: 12pt;
		list-style: disc;
		margin-left: 11px;
	}
	}


