#header9 {
	position: relative;
	background: none;
	padding: 0;
	width: 100%;
	left: 0px;
	margin: 0px;
	top: -48px;
	z-index: 999;
	transition: background-color 0.4s ease-out;
	background: none;
}
#header9 .menu-bg {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
	background-color: #f6f3ee;
}

.less-width-800 {
	max-width:800px; 
	margin: 0 auto;
}
/* awards styling */
.popup_image {
	border-radius:4px; 
	padding:10px;
	width:200px;
}
.awards-holder {
	display: flex;
	justify-content: center;
}
.awards-holder ul {
	display:inline-block;
}	  
.awards-holder ul, li {
	float: left; 
	padding:10px !important;
	margin:0;
}
.modal {
	display: none;
	position: fixed;
	z-index: 9999999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}
.modal-content {
	  animation-name: zoom;
	  animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover, .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
.liAward {
	margin: 0 auto; 
}

@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
	.liAward {
		width:100%; 
	}
}