		.bg-red { background-color: #B80401; color: #fff; font-weight: 600; }
		.btn-read-more::after { display: inline-block; content: "\f18e"; font-family: fontawesome; font-size: 18px; font-variant: normal; font-weight: normal; line-height: 1; margin-left: 5px; position: relative; top: 2px;  }
		#more {display: none;}
		.faculty { width: auto; height: 142px; border: 1px solid #000; border-radius: 20px; }
		.line { overflow: hidden; margin-bottom: 35px; border-bottom: 3px solid #07294D; padding-bottom: 20px; position: relative; }
		.line:after {  content: ""; border-bottom: 20px solid #07294D; border-right: 20px solid transparent; border-left: 20px solid transparent; position: absolute; bottom: 0; left: 9%; color: #aaa; font-size: 20px; }
		#table-gallery { width: 100%; position: relative; top: 20px; margin: 10px; }
		#table-faculty { height: 180px; margin-left: 12px; }

		#page_navigation a{
			padding: 8px 11px;
		  border:1px solid #dbdbdb;
			margin:20px 2px 2px 2px;
			/* color:black; */
			text-decoration:none;
		  color: #8b8b8b;
		  font-size: 1.07692em;
		  line-height: 1.2;
			margin-right: 6px;
		  display: inline-block;
		  border-radius: 3px;
		  box-shadow: 0 0 5px #dbdbdb;
		  height: 32px;
		  min-width: 32px;
		}
		
		.active_page{
			background:#233B7C;
			color:white !important;
		}
		
		#page_navigation1 a{
			padding: 8px 11px;
		  border:1px solid #dbdbdb;
			margin:20px 2px 2px 2px;
			/* color:black; */
			text-decoration:none;
			color: #8b8b8b;
			font-size: 1.07692em;
			line-height: 1.2;
			margin-right: 6px;
			display: inline-block;
			border-radius: 3px;
			box-shadow: 0 0 5px #dbdbdb;
			height: 32px;
			min-width: 32px;
		}