.mobile-imgs{
	display: none;
}

.top-nav{
	padding-left:0 !important;
	padding-right:0 !important;
    height: 88px;
    width: 100%;
    /*margin: 0 auto;
    position: fixed;
    z-index: 999999;*/
}

/*.nav-up {
    top: -88px;
}*/

.dropdown{
	display: none;
}

.hero{
 	background-image: url("../images/hero-simple-model.jpg");
 	background-size:1140px 208px;
 	width: 1140px;
 	height: 208px;
}

h1#page-title{
	color: white;
	margin-top:150px;
}

h2{
	margin-bottom: 24px;
}

ul{
	list-style: none;
}

ul.desktop-menu li {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 48px;
	border-bottom: 1px solid #000000;
}

ul.desktop-menu li:first-child {
	border-top: 1px solid #000000;
}


.second-container{
	margin-top:56px;
	margin-bottom:56px;
}

ul.list-research{
	list-style-type: circle;
	padding-left: 15px;
}

.desktop-menu.fixed-side{
	position:fixed;
	top: 56px;
	width: 255px;
}

a.desktop-selected{
	color:#cccccc;
}

/*HACKATHON PAGE*/
img.img-hackathon{
	width:100%;
	margin-bottom:16px;
}

@media (max-width: 375px) {
	.desktop-imgs{
		display: none;
	}

	.mobile-imgs{
		display: inline-block;
	}

	.mobile-imgs img{
		width:100%;
	}

	ul.desktop-menu{
		display: none;
	}

	.dropdown{
		display: inline-block;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 48px;
		width: 100%;
		margin-bottom: 24px;
	}

	.dropdown .btn{
		width: 100%;
		text-align: left;
		background-color: #ccc;
		border-radius:0;
		height:56px;
	}

	.dropdown-menu{
		width: 100%;
		margin-bottom: 24px;
		border-radius: 0;
	}

	.dropdown-menu li{
		padding-left: 0.5rem;
	}

	.dropdown.fixed {
		position:fixed;
		z-index: 999999;
		width:100%;
		margin-top: -320px;
		margin-left: -15px;
	}

	.hero{
	 	background-image: url("../images/hero-simple-model-mob.jpg");
	 	background-size:320px 208px;
	 	width: 100%;
	 	height: 208px;
	}

	.second-container {
    	margin-bottom: 24px;
   		margin-top: 24px;
	}

	img.mobile-imgs{
		width: 100%;
	}

	.col-md-12.footer{
		padding-left: 0;
		padding-right: 0;
	}

	a.mobile-selected{
		color:#cccccc;
	}

	.dropdown.fixed .dropdown-menu{
		margin-top:-1px;
	}

	.margin-top-mob.fixed{
		margin-top:74px;
	}

}