body {
	width: 100%;
	font-family: "Lato", sans-serif;
	background: #fff;
	color: rgb(24, 24, 24);
}

/********************************************************************************/
/* HIDING ALL THE SCROLLBARS */
/********************************************************************************/
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

html::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

body::-webkit-scrollbar {
	display: none;
}

body {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

#scroll-down::-webkit-scrollbar {
	display: none;
}

#scroll-down {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.tab-pane::-webkit-scrollbar {
	display: none;
}

.tab-pane {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.cover-page::-webkit-scrollbar {
	display: none;
}

.cover-page {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

#home-row::-webkit-scrollbar {
	display: none;
}

#home-row {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.column::-webkit-scrollbar {
	display: none;
}

.column {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

/********************************************************************************/
/* STYLING THE HREFS */
/********************************************************************************/

#headlines>a {
	color: #1a1a1a;
	font-weight: bold;
}

.Download {
	color: #1a1a1a;
	font-weight: bold;
}

.tabcontent>a {
	/*	text-decoration: underline black;*/
	color: #1a1a1a;
	font-weight: bold;
}

.body>a {
	color: #1a1a1a;
	font-weight: bold;
}

.main>a {
	color: #1a1a1a;
	font-weight: bold;
}
.row > a{
	color: #1a1a1a;
	font-weight: bold;
	
}

/********************************************************************************/
/* STYLING THE HR ( NON-EXISTENT CURRENTLY , BUT SUITS FAVOURABLY ) */
/********************************************************************************/

hr {
	width: 70%;
	margin-left: 20%;
	border: 5px solid rgba(34, 34, 34, 0.5);
	color: rgba(34, 34, 34, 0.5);
	float: left;
	border-radius: 20px;
}

/********************************************************************************/
/* STYLING THE IMAGES IN THE HOME PAGE */
/********************************************************************************/
.onclick-image {
	height: 50vh;
	width: auto;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	font-size: 30px;
	padding-top: 25vh;
	color: #00296b;
}

.item {
	display: none;
	width: 100%;
	height: auto;
	padding: 10%;
	padding-top: 0%;
}

.w3-display-container .item {
	margin-left: 10%;
	width: 80%;
	height: 80%;
}

@media only screen and (min-width:768px) {
	.item>img {
		width: 90%;
		height: 50vh;
		margin-left: 5%;
	}

	.item>img {
		width: 90%;
		height: 50vh;
		margin-left: 5%;
	}

}

@media only screen and (max-width:400px) {
	.item>img {
		margin-right: 0%;
	}
}

.slideshow-container {
	position: relative;
	margin: auto;
}

.dots>.active {
	background-color: #717171;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {
		font-size: 11px
	}
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

/* Fading animation */
.slideshow-container>.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
	animation-name: fade;
	animation-duration: 3s;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0.05
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0.05
	}
}

@keyframes fade {
	0% {
		opacity: 0.05
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0.05
	}
}


/********************************************************************************/
/* THE NAVBAR AND THE PAGE HEADERS */
/********************************************************************************/

.navbar {
	background-color: #000;
	border: none;
	border-radius: 0;
	color: #111;
}

@media only screen and (min-width:1500px) {
	.topbar {
		background-color: #000;
		height: 50px;
		font-size: 18px;
		display: flex;
		align-items: center;
		z-index: 0;
		border: none;
		color: #eee;
	}

	#menu-toggle {
		max-height: 50px;
		max-width: 50px;
		color: #eee;
	}

	.navbar-heading {
		font-size: 30px;
		color: #ffffff;
		font-family: 'Arvo';
		font-stretch: 100%;
		letter-spacing: 2px;
		font-weight: 700;
		color: #eee;
	}

	.navbar-body {
		width: 100%;
		margin-top: 20px;
		padding: 40px 0;
		text-align: center;
		background-color: #000;
		color: #eee;
	}
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
	.topbar {
		background-color: #000;
		height: 50px;
		font-size: 18px;
		display: flex;
		align-items: center;
		z-index: 0;
		border: none;
		color: #eee;
	}

	#menu-toggle {
		max-height: 50px;
		max-width: 50px;
		color: #eee;
	}

	.navbar-heading {
		font-size: 30px;
		color: #ffffff;
		font-family: 'Arvo';
		font-stretch: 100%;
		letter-spacing: 2px;
		font-weight: 700;
		color: #eee;
	}

	.navbar-body {
		margin-top: 20px;
		padding: 40px 0;
		text-align: center;
		width: 100%;
		background-color: #000;
		color: #eee;
	}
}

@media only screen and (min-width:1000px) and (max-width:1200px) {
	.topbar {
		background-color: #000;
		height: 50px;
		font-size: 18px;
		display: flex;
		align-items: center;
		z-index: 0;
		border: none;
		color: #eee;
	}

	#menu-toggle {
		max-height: 50px;
		max-width: 50px;
		color: #eee;
	}

	.navbar-heading {
		font-size: 30px;
		color: #ffffff;
		font-family: 'Arvo';
		font-stretch: 100%;
		letter-spacing: 2px;
		font-weight: 700;
		color: #eee;
	}

	.navbar-body {
		margin-top: 20px;
		padding: 40px 0;
		text-align: center;
		width: 100%;
		background-color: #000;
		color: #eee;
	}
}

@media only screen and (min-width:768px) and (max-width:1000px) {
	.topbar {
		background-color: #000;
		height: 50px;
		font-size: 18px;
		display: flex;
		align-items: center;
		z-index: 0;
		border: none;
		color: #eee;
	}

	#menu-toggle {
		max-height: 50px;
		max-width: 50px;
		color: #eee;
	}

	.navbar-heading {
		font-size: 25px;
		color: #ffffff;
		font-family: 'Arvo';
		font-stretch: 100%;
		letter-spacing: 2px;
		font-weight: 700;
		color: #eee;
	}

	.navbar-body {
		margin-top: 20px;
		padding: 40px 0;
		text-align: center;
		width: 100%;
		background-color: #000;
		color: #eee;
	}
}

@media only screen and (min-width:550px) and (max-width:768px) {
	.topbar {
		background-color: #000;
		height: 50px;
		font-size: 18px;
		display: flex;
		align-items: center;
		z-index: 0;
		border: none;
		color: #eee;
	}

	#menu-toggle {
		max-height: 50px;
		max-width: 50px;
		color: #eee;
	}

	.navbar-body {
		margin-top: 20px;
		padding: 40px 0;
		text-align: center;
		width: 100%;
		background-color: #000;
		color: #eee;
	}

	.navbar-heading {
		font-size: 15.7px;
		color: #fff;
		font-family: 'Arvo';
		font-stretch: 100%;
		letter-spacing: 2px;
		font-weight: 700;
		color: #eee;
	}
}

@media only screen and (min-width:400px) and (max-width:550px) {
	.topbar {
		background-color: #000;
		height: 50px;
		font-size: 18px;
		display: flex;
		align-items: center;
		z-index: 0;
		border: none;
		color: #eee;
	}

	#menu-toggle {
		max-height: 50px;
		max-width: 50px;
		color: #eee;
	}

	.navbar-body {
		margin-top: 20px;
		padding: 40px 0;
		text-align: center;
		width: 100%;
		background-color: #000;
		color: #eee;
	}

	.navbar-heading {
		font-size: 15.7px;
		color: #ffffff;
		font-family: 'Arvo';
		font-stretch: 100%;
		letter-spacing: 2px;
		font-weight: 700;
		color: #eee;
	}
}

@media only screen and (max-width:400px) {
	.topbar {
		background-color: #000;
		height: 50px;
		font-size: 18px;
		display: flex;
		align-items: center;
		z-index: 0;
		border: none;
		color: #eee;
	}

	#menu-toggle {
		max-height: 50px;
		max-width: 50px;
		color: #eee;
	}

	.navbar-body {
		margin-top: 20px;
		padding: 40px 0;
		text-align: center;
		width: 100%;
		background-color: #000;
		color: #eee;
	}

	.navbar-heading {
		font-size: 15px;
		color: #ffffff;
		font-family: 'Arvo';
		font-stretch: 100%;
		letter-spacing: 2px;
		font-weight: 700;
		color: #eee;
	}
}

/********************************************************************************/
/* STYLING THE COVER PAGE */
/********************************************************************************/

.scroll-down:hover {
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-width:1500px) {
	.cover-page {
		width: 100%;
		height: 100vh;
		overflow: none;
	}

	.cover-page::after {
		content: "";
		background-image: url('../images/bg.png');
		background-size: cover;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 0.90;
		z-index: -2;
	}

	.cover-img {
		height: 90%;
		width: 90%;
		margin-top: 180px;
	}

	.scroll-down {
		font-size: 90px;
		bottom: 0px;
		align-items: center;
		margin-top: 110px;
		color: #fff;
	}

	.cover-text {
		font-size: 50px;
		padding-top: 220px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-subtext {
		padding-right: 10vw;
		text-align: right;
		font-size: 40px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-row {
		padding-top: 30px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
	.cover-page {
		width: 100%;
		height: 100vh;
		overflow: scroll;
	}

	.cover-page::after {
		content: "";
		background-image: url('../images/bg.png');
		background-size: cover;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 1;
		z-index: -2;
	}

	.cover-img {
		height: 90%;
		width: 90%;
		margin-top: 180px;
	}

	.scroll-down {
		font-size: 90px;
		bottom: 0px;
		align-items: center;
		margin-top: 110px;
		color: #fff;
	}

	.cover-text {
		font-size: 40px;
		padding-top: 220px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-subtext {
		padding-right: 10vw;
		text-align: right;
		font-size: 35px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-row {
		padding-top: 30px;
	}
}

@media only screen and (min-width:1000px) and (max-width:1200px) {
	.cover-page {
		width: 100%;
		height: 100vh;
		overflow: none;
	}

	.cover-page::after {
		content: "";
		background-image: url('../images/bg.png');
		background-size: cover;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 0.90;
		z-index: -2;
	}

	.cover-img {
		height: 90%;
		width: 90%;
		margin-top: 180px;
	}

	.scroll-down {
		margin-top: 60px;
		font-size: 90px;
		bottom: 0px;
		align-items: center;
		color: #fff;
	}

	.cover-text {
		font-size: 64px;
		padding-top: 100px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-subtext {
		padding-right: 10vw;
		text-align: right;
		font-size: 40px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-row {
		padding-top: 30px;
	}
}

@media only screen and (min-width:768px) and (max-width:1000px) {
	.cover-page {
		width: 100%;
		height: 100vh;
		overflow: none;

	}

	.cover-page::after {
		content: "";
		background-image: url('../images/bg.png');
		background-size: cover;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 0.90;
		z-index: -2;
	}

	.cover-img {
		height: 140%;
		width: 140%;
		margin-top: 130px;
	}

	.scroll-down {
		margin-top: 200px;
		font-size: 90px;
		bottom: 0px;
		align-items: center;
		color: #fff;
		height: 90vh;
	}

	.cover-text {
		font-size: 50px;
		padding-top: 80px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-subtext {
		padding-right: 10vw;
		text-align: right;
		font-size: 37px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-row {
		padding-top: 30px;
	}
}

@media only screen and (min-width:550px) and (max-width:768px) {
	.cover-page {
		width: 100%;
		height: 80vh;
		overflow: none;
	}

	.cover-page::after {
		content: "";
		background-image: url('../images/bg.png');
		background-size: cover;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 0.90;
		z-index: -2;
	}

	.cover-img {
		height: 120%;
		width: 120%;
		margin-top: 10vh;
	}

	.scroll-down {
		font-size: 90px;
		align-items: center;
		margin-top: 0vh;
		color: #fff;
	}

	.cover-text {
		font-size: 40px;
		padding-top: 110px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-subtext {
		padding-right: 10vw;
		text-align: right;
		font-size: 28px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-row {
		padding-top: 30px;
	}
}

@media only screen and (min-width:400px) and (max-width:550px) {
	.cover-page {
		width: 100%;
		height: 100vh;
		overflow: none;
	}

	.cover-page::after {
		content: "";
		background-image: url('../images/bg.png');
		background-size: cover;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 0.90;
		z-index: -2;
	}

	.cover-img {
		height: 150%;
		width: 150%;
		margin-top: 10vh;
	}

	.scroll-down {
		margin-top: 12vh;
		font-size: 90px;
		bottom: 0px;
		align-items: center;
		color: #fff;
		
	}

	.cover-text {
		padding-left: 10px;
		font-size: 30px;
		padding-top: 110px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-subtext {
		padding-left: 10px;
		font-size: 20px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-row {
		padding-top: 30px;
	}
}

@media only screen and (max-width:400px) {
	.cover-page {
		width: 100%;
		height: 100vh;
		overflow: none;
	}

	.cover-page::after {
		content: "";
		background-image: url('../images/bg.png');
		background-size: cover;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 0.90;
		z-index: -2;
	}

	.cover-img {
		height: 200%;
		width: 200%;
		margin-top: 10vh;

	}

	.scroll-down {
		margin-top: 10vh;
		font-size: 90px;
		bottom: 0px;
		align-items: center;
		color: #fff;
	}

	.cover-text {
		font-size: 20px;
		padding-top: 110px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-subtext {
		font-size: 15px;
		color: white;
		font-family: 'Roboto Slab';
		font-weight: 700;
	}

	.cover-row {
		padding-top: 30px;
	}
}

/*********************************************************************************/
/* Defining the two columns for flexbox */
/*********************************************************************************/

@media only screen and (min-width:1500px) {
	.column-1 {
		flex: 45%;
		max-height: 80vh;
		overflow-x: hidden;

	}

	.column-2 {
		flex: 55%;
		max-height: 80vh;
		padding-right: 20px;
	}

}

@media only screen and (min-width:1200px) and (max-width:1500px) {
	.column-1 {
		flex: 45%;
		max-height: 80vh;
		overflow-x: hidden;
	}

	.column-2 {
		flex: 55%;
		max-height: 80vh;
		padding-right: 20px;
	}

}

@media only screen and (min-width:1000px) and (max-width:1200px) {
	.column-1 {
		flex: 45%;
		max-height: 80vh;
		overflow-x: hidden;
	}

	.column-2 {
		flex: 55%;
		max-height: 80vh;
		padding-right: 20px;
	}

}

@media only screen and (min-width:768px) and (max-width:1000px) {
	.column-1 {
		flex: 45%;
		max-height: 100vh;
		overflow-x: hidden;
	}

	.column-2 {
		flex: 55%;
		max-height: 100vh;
		padding-right: 20px;
	}

}

@media only screen and (min-width:550px) and (max-width:768px) {
	.column-2 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (min-width:400px) and (max-width:550px) {
	.column-2 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width:400px) {
	.column-1 {
		flex: 100%;
		padding-top: 0px;
		overflow-x: hidden;
		margin-left: 40px;
		float: right;
	}

	.column-2 {
		flex: 100%;
		float: left;

	}
}

@media only screen and (max-width:768px) {
	.column-2 {
		float: left;
	}
}

/*****************************************************************************************************/
/* THE HOME PAGE */
/*****************************************************************************************************/

.body {
	color: #3d4449;
	font-size: 20px;
	font-family: 'Source Sans Pro';
	line-height: 28.6px;
	word-spacing: 2px;
	font-weight: 400;
}

#li {
	margin-left: 5%;
}

@media only screen and (min-width:1500px) {
	#home-row {
		margin-top: 10vh;
		display: flex;
		padding-left: 3.5vw;
		height: 80vh;
		align-content: center;
	}
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
	#home-row {
		margin-top: 10vh;
		display: flex;
		padding-left: 3.5vw;
		height: 80vh;
		align-content: center;

	}
}

@media only screen and (min-width:1000px) and (max-width:1200px) {
	#home-row {
		display: flex;
		height: 100vh;
		overflow-y: scroll;
		overflow-x: hidden;
		overflow-x: hidden;
		padding-left: 2.5vw;
	}
}

@media only screen and (min-width:768px) and (max-width:1000px) {
	#home-row {
		display: flex;
		overflow-y: scroll;
		overflow-x: hidden;
		padding-left: 2.5vw;
		height: 100vh;
	}
}

@media only screen and (max-width:700px) {
	.body {
		font-family: 'Source Sans Pro';
		font-size: 20px;
		font-family: 'Source Sans Pro';
		line-height: 28.6px;
		word-spacing: 2px;
		font-weight: 400;
	}

	#li {
		margin-left: 9%;
	}
}

@media only screen and (max-width:400px) {
	#home-row {
		display: flex;
		height: 100vh;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.body {
		font-family: 'Source Sans Pro';
		font-size: 15px;
		font-family: 'Source Sans Pro';
		line-height: 28.6px;
		word-spacing: 2px;
		font-weight: 400;
	}

	#li {
		margin-left: 12%;
	}

	.w3-black {
		size: 50%;
	}
}

/*****************************************************************************************************/
/* STYLING THE SIDEBAR */
/*****************************************************************************************************/

.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	margin-top: 50px;
	background-color: #000;
	font-family: 'Roboto Slab';
	line-height: 19.6px;
	font-weight: 400;
	color: #eee;
}

@media only screen and (max-width:768px) {
	.sidenav {
		height: 100%;
		width: 0px;
		position: fixed;
		z-index: 3;
		top: 0;
		left: 0;
		background-color: #111;
		overflow-x: hidden;
		transition: 0.5s;
		margin-top: 50px;
		background-color: #000;
		font-family: 'Roboto Slab';
		line-height: 19.6px;
		font-weight: 400;
		color: #eee;
	}
}

.sidenav a {
	margin-top: 20px;
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	display: block;
	transition: 0.3s;
	color: #eee;

}

.sidenav a:hover {
	color: #f56a6a;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main {
	height: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: margin-left .5s;
	margin-left: 250px;
}

@media screen and (max-width:768px) {
	#main {
		height: auto;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: margin-left .5s;
		margin-left: 0px;
	}

}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}

/*****************************************************************************************************/
/* ALL THE PARA SECTIONS */
/*****************************************************************************************************/

#p_section {
	clear: both;
	margin-top: -136px;
	text-align: left;
}

.p_bottomleftcol {
	float: left;
	clear: left;
	padding: 0px 0px 10px 0px;
	width: 580px;
	margin-right: 0px;
	margin-bottom: 15px;
}

.p_topleftcol {
	float: left;
	clear: left;
	padding: 0px 0px 10px 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

.p_list_title {
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #bcbcbc;
	padding-left: 70px;
	font-size: 1.6em;
	color: #ffffff;
	font-weight: lighter;
}

.hover {
	background-color: #bcbcbc;
}

.p_list {
	list-style: none;
	margin: 0px;
	margin-top: 5px;
	padding-left: 70px;
	font-size: 1.1em;
}

.p_list li {
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 20px;
	cursor: pointer;
}

.p_list .card {
	display: none;
}

.p_name_container {
	width: 290px;
	float: left;
}

.p_toprightcol {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	padding-left: 50px;
	padding-top: 0px;
	margin-top: -5px;
	max-width: 150px;
}

.p_toprightcol img {
	padding: 10px;
	margin: -5px;
	float: left;
	height: 90px;
	cursor: pointer;
}

.p_bottomrightcol {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: -5px;
	width: 250px;
	max-width: 300px;
}

.p_bottomrightcol img {
	padding: 10px;
	margin: -5px;
	float: left;
	height: 90px;
	cursor: pointer;
}

.p_bottomrightcol img:hover {
	background-color: #bcbcbc;
}

#p_card_container {
	width: 320px;
	height: 180px;
	float: right;
	margin-top: -15px;
	margin-bottom: 20px;
}

#p_card {
	display: none;
	position: absolute;
	width: 300px;
	padding: 15px;
	border: 1px solid #7e8072;
	background-color: white;
}

#p_card:hover {
	background-color: #FFDAAF;
}

#p_card .pic {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

#p_card .name {
	margin-top: 5px;
	font-size: 1.3em;
	color: #C67234;
	margin-bottom: 5px;
}

#p_card .edu,
#p_card .proj {
	margin-bottom: 3px;
	font-size: .9em;
}

#p_card .info {
	font-size: .80em;
}

.p_card_container_small {
	float: right;
	margin-top: -15px;
	width: 250px;
	height: 238px;
	margin-left: 5px;
}

#p_card_small {
	position: absolute;
	width: 210px;
	z-index: 3000;
	border: 1px dotted #7e8072;
	padding: 15px 15px 2px 15px;
	display: none;
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#p_card_small .pic {
	text-align: center;
}

#p_card_small img {
	width: 200px;
	border: 1px solid black;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#p_card_small .name {
	margin-top: 5px;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: #C67234;
	margin-bottom: 5px;
	padding: 3px;
	border-bottom: 1px dotted black;
	border-top: 1px dotted black;
}

#p_card_small .edu,
#p_card_small .proj {
	/*margin-bottom:7px;*/
	font-size: .85em;
	text-align: justify;
	/*text-indent: -1.5em;
	padding-left: 1.5em;*/
}

#p_card_small .info {
	font-size: .80em;
}

.panel img {
	width: 75%;
	height: 75%;
}

@media only screen and (max-width:500px) {
	.panel-body {
		font-size: 15px;
	}
}

/*****************************************************************************************************/
/* FOOTER */
/*****************************************************************************************************/

/* Copy Right Footer */
.footer-1 {
	z-index: 5;
}

#copyright {
	z-index: 5;
}

.social-footer2 {
	z-index: 5;
}

.footer-copyright {
	background: #fff;
	padding: 5px 0;
	background-color: #000;
	overflow: hidden;
	bottom: 0px;
}

.footer-copyright .logo {
	display: inherit;
}

.footer-copyright nav {
	float: right;
	margin-top: 5px;
}

.footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-copyright nav ul li {
	border-left: 1px solid #111;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

.footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

.footer-copyright p {
	color: #eee;
	margin: 2px 0 0;
}

/*@media only screen and (min-width:768px){
	#copyright{
		text-align: left;
		padding: 0;
	}
	.social-footer2{
		text-align: right;
		color:#eee;
	}
}
@media only screen and (max-width:767px){
	#copyright{
		text-align: center;
	}
	.social-footer2{
		text-align: center;
		color:#eee;
		padding-left: 40%;
		/* margin-left: 40%; */
/*	}
}
/*==================== 
	Widgets 
====================== */
.widget {
	padding: 20px;
	margin-bottom: 40px;
}

.widget.widget-last {
	margin-bottom: 0px;
}

.widget.no-box {
	padding: 0;
	background-color: transparent;
	margin-bottom: 40px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.widget.subscribe p {
	margin-bottom: 18px;
}

.widget-title {
	margin-bottom: 20px;
}

.widget-title span {
	background: #111 none repeat scroll 0 0;
	display: block;
	height: 1px;
	margin-top: 25px;
	position: relative;
	width: 20%;
}

.widget-title span::after {
	background: inherit;
	content: "";
	height: inherit;
	position: absolute;
	top: -4px;
	width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.widget .badge {
	float: right;
	background: #111;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
	color: #fff;
}

ul.social-footer2 {
	margin: 0;
	/* padding: 0; */
	width: auto;
	color: #111;
}

ul.social-footer2 li {
	display: inline-block;
	padding: 0;
	color: #111;
}

.btn {
	background-color: #ff8d1e;
	color: #fff;
}

.btn:hover,
.btn:focus,
.btn.active {
	background: #4b92dc;
	color: #fff;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-ms-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;

}