/* =================================== COMPONENTS ========================================= 
1. TYPOGRAPHY
2. NAVBAR
3. EVENTS AND NEWS
4. QUOTE BANNER
5. CAMPUS LIFE
6. INFOCUS
7. FOOTER
8. BANNER
9. ABOUT CITY
10. DEPT BLOCK
11. RESEARCH PAGE > PROJECT LIST ITEM


*/
body{
	font-family: 'Open Sans';
	padding-top: 135px;
	min-height: 1000px;
	font-size: 16px;
}
.bx-wrapper .bx-viewport{
	left: 0;
	border: 0;
}
@media (min-width: 768px) {
	
}
.separator{
	padding: 15px 0;
	display: block;
}
.fa{
	color: #67280F;
}
/*
1. TYPOGRAPHY ================================================================================     


*/
h1,h2,h3,h4,h5,h6{
	color: #67280F;
}
p{
	font-size: 16px;
	color: #414141;
}
a{
	color: #67280F;
}
a:hover{
	color: #67280F;
	text-decoration: none;
}
a:focus{
	color: #67280F;
	text-decoration: none;
}

/* ========================================================================================== */

/* 

2. NAVBAR

menu height 116
drop down column height 40
menu font size 30
drop down font size 18


=================================== NAVBAR ========================================= */
.logo{
	width: 180px;
    height: 180px;
	position: fixed;
	top: 40px;
	transform: translateX(-50%);
	left: 50%;

	min-height: 200px;
	z-index: 10001;
	transition: width 0.2s ease-in-out;

}
@media (min-width: 768px) {
	.container-fluid{
		padding-left: 50px;
		padding-right: 50px;
	}
	.logo img {
	    width: 100%;
	    height: auto;
	}
	.secondary-nav{
		position: fixed;
		width: 100%;
		top: 0;
		background-color: rgba(0,0,0,.9);
		min-height: 35px;
		z-index: 10000;
		max-height: 35px;

	}
	.secondary-nav li{
		float: left;
		list-style: none;
		padding: 7px 20px;
		font-size: 14px;
	}
	.secondary-nav li a{
		color: #fff;
	}
	.navbar {
	    min-height: 100px;
	    transition: min-height 0.2s ease-in-out;
	    z-index: 10000;
	    margin-top: 35px;
	    box-shadow: 0px 5px 5px rgba(0,0,0,.5);
	}
	.navbar-nav .dropdown{
		font-size: 17px;
		transition: font-size 0.3s ease-in-out;
	}

	.navbar-collapse{
		margin-top:22px;
	}
	.navbar-default{
		/*background-color: #f5f5f5;*/
		background-color: rgba(248, 248, 248, .95);
	}
	.navbar-default .navbar-nav>li>a{
		border-bottom: 5px solid transparent;
	}
	.navbar-default .navbar-nav>li>a{
			color: #67280F;
	}
	.nav .open>a:focus{
		border-color: transparent;
	}	
	.navbar-fixed-top{
		/*top: 30px;*/
	}
	li.dropdown:hover > .dropdown-menu {
    	display: block;
	}
	.dropdown-menu > li{
		height: 40px;
	}
	.dropdown-menu > li:hover{
		background-color: #67280F;
		color: #fff;
	}
	.dropdown-menu > li > a{
		padding-top:10px;
		height: 100%;
	}
	.dropdown-menu > li > a:hover{
		background-color: transparent;
		color: #fff;
	}

	.navbar-nav >li > .dropdown-menu{
		border-top: 5px solid #67280F;
		background: rgba(255,255,255,.9);
	} 
}

@media (max-width: 767px) {
	.logo {
	   display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.logo {
	  height: 120px;
	  width: 120px;
	}
	.navbar-container{
		width: 100%;
	}
	.navbar-nav .dropdown{
		font-size: 15px;
	}
	.nav > li > a{
		padding: 10px 10px;
	} 
}

/* ========================================================================== */

/*
 
3. EVENTS AND NEWS
=============================================================================================     


*/

section.news-and-events{
	margin-bottom: 30px;
}
.news-and-events h2{
	border-bottom: 1px dotted #D1D1D1;
}
.news-and-events > img{
	width: 100%;
}

.news-date{
	font-size: 12px;
}
.event-block{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.event-block .event-name{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #67280F;
	color: #FFF;
	padding: 15px;
	opacity: .9;
	z-index: 1;
	transition: all .2s ease-in-out;
}
.event-block:hover{
	cursor: pointer;
}
.event-block img{
	transition: all .2s ease-in-out;
	width: 100%;
}
.event-block:hover img{
	transform: scale(1.1);
}
.event-block .overlay{
	transition: all .2s ease-in-out;
	background-color: #67280F;
	/*opacity: .1;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	bottom: 0;
	display: none;
}
.event-block:hover .overlay, .event-block:hover .event-desc{
	display: block;
	opacity: .8;

}
.event-block .event-desc{
	position: absolute;
	padding: 15px;
	display: none;
	top: 0;
	left:0;
	color: #FFF;
}
/* ================================================================================== */



/*
4. QUOTE BANNER
=============================================================================================     
*/
section.quote{
	background: url('../images/bannerquote.jpg');
	background-position: center;
	height: 150px;
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
section.quote > p{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
}


/* ================================================================================== */





/*
5. CAMPUS LIFE
=============================================================================================     
*/
section.campus-life{
	margin-bottom: 50px;
}
.campus-life div.read-more{
	padding:5px 10px;
	background: rgba(103,40,15,.7);
}
.campus-life a{
	color: #fff;
}
.campus-life h3{
	text-align: center;
}
.campus-life .cl{
	min-height: 200px;
	background: #CCC;
}

/* ================================================================================== */

/*
5 a. CAMPUS LIFE2
=============================================================================================     
*/
section.campus-life2{
	margin-bottom: 50px;
	text-align: center;
}
.campus-life2 .btn-uet{
	background-color: #67280F;
	border: 1px solid #67280F;
	border-radius: 0;
	margin: auto;
	transition: all .2s ease-in-out;
	padding: 6px 30px;
	color: #FFF;
}
.campus-life2 .btn-uet:hover{
	background-color: transparent;
	color: #67280F;
	
}
.campus-life2 h3{
	/*margin: 0;*/
	margin-bottom: 20px;
	text-align: center;

}
.campus-life2 .cl{
	
	box-shadow: 0 0 1px 0px grey;	
	transition: all .2s ease-in-out;
}
.campus-life2 .cl:hover{
	box-shadow: 0 0 12px 0px grey;	
}
.campus-life2 .clb1,.campus-life2 .clb2{
	min-height: 100px;
	padding-bottom: 50px;
	padding-top: 30px;
	position: relative;
	background: #F5F5F5;
}
.arrow-up {
	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	top: -35px;
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent;
 	border-right: 40px solid transparent;
	border-bottom: 40px solid #F5F5F5;
  
}
.arrow-down {
	position: absolute;
  	bottom: -20px;
  	left: 50%;
  	transform: translateX(-50%);
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
 	border-right: 20px solid transparent;
	border-top: 20px solid #FFF;
  
}
/* ================================================================================== */



/*
6. INFOCUS
=============================================================================================     
*/
section.infocus{
	margin-bottom: 50px;
}
.infocus .section-col{
	border-top: 5px solid #67280F;
	padding: 10px 20px;
	background: #F5F5F5;
	box-shadow: 0 0 1px 0px grey;	
}
.infocus h3{
	margin-top: 0px;
}
.infocus img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ================================================================================== */



/*
7. FOOTER
=============================================================================================     
*/
footer{
	padding-top: 50px;
	background-color: rgba(0,0,0,.9);
	min-height: 300px;
	font-size: 14px;

}
footer h3{
	color: #999;
	margin-bottom: 30px;
	/*text-align: center;*/
}
footer ul, footer li{
	list-style-type: none;
	color:#999;
	margin: 0;
	padding: 5px 0;
}
footer a{
	color: #999;
}
footer .contact-block{
	padding-top: 20px;
}
footer i.fa{
	color:#999;
}
#footerlogo{
	
}
footer a:hover,footer a:active, footer a:focus{
	color: #999;
}
/* ================================================================================== */




/*
8. BANNER
=============================================================================================     
*/
.banner{
	margin-bottom: 30px;
	width: 100%;
}
.banner img{
	width: 100%;
}
/* ================================================================================== */



/*
9. ABOUT CITY
=============================================================================================     
*/
.about-city{
	
}
.about-city img{
	width: 100%;
}
.about-city h2{
	margin-top: 0;
}
/* ================================================================================== */


/*
10. DEPARTMENT BLOCK
=============================================================================================     
*/
.dept-col img{
	width: 100%;
}
.dept-col{
	padding-right: 0px;
	padding-left: 0px;
}
.dept-block{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.dept-block .dept-name{
	position: absolute;
	bottom: 0px;
	background-color: #67280F;
	color: #fff;
	padding: 15px;
	opacity: .9;
	z-index: 1;
}
.dept-block img{
	transition: all .2s ease-in-out;
}
.dept-block:hover{
	cursor: pointer;
}
.dept-block:hover img{
	opacity: .7;
	transform: scale(1.1);
}
.dept-block .overlay, .event-block .overlay{
	transition: all .2s ease-in-out;
	background-color: #67280F;
	opacity: .5;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	bottom: 0;
	display: none;
}
.dept-block:hover .overlay, .event-block:hover .overlay{
	display: block;

}

/* ================================================================================== */


/*
11. RESEARCH PAGE > PROJECT LIST ITEM 
=============================================================================================     
*/
.project-list-item{
	margin-top: 100px;
}

/* ================================================================================== */


/*
11. TEAM PAGE > CARD 
=============================================================================================     
*/
.card {
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  }