#main-header {
	width: 100%;
	padding-top: 15px;
	background-color: #B7AB6A;
	margin: auto;
}
.header-top {
	margin: auto;
	padding: 0px 30px 0px 30px;
}

/* navigation */
#mobile-container {
	display: none;
	z-index: 9;
	position: absolute;
	margin-top: 10px;
	padding: 20px;
	background-color: rgba(20, 20, 20, 0.8);
	border-radius: 5px;
}
.mobile-nav {
	display: none;
	margin-bottom: 8px;
	padding: 17px;
}
.mobile-nav ul {
	margin-bottom: 0px;
}
.mobile-nav li ul {
	padding-left: 20px;
}
.mobile-nav li {
	margin-bottom: 0px;
}
.mobile-nav li a {
	display: block;
	border-radius: 5px; 
	padding: 15px;
	color: white;
	font-weight: bold;
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.2;
	font-size: 20px;
}
.mobile-nav li a:hover {
	background-color: yellow;
	color: black;
}
.mobile-nav .button {
	cursor: pointer;
	width: 50px;
}

.mobile-nav .line {
	height: 6px;
	background-color: black;
	width: 100%;
}
.mobile-nav .line-sep {
	height: 6px;
}

/* title and search */
.wrapper-title-search {
	display: flex; display: -webkit-flex;
	justify-content: space-between; -webkit-justify-content: space-between;
	align-items: center; -webkit-align-items: center;
	flex-direction: row; -webkit-flex-direction: row;
	width: 99.5%;
}
#cse-search-box {
	display: flex; display: -webkit-flex;
	justify-content: center; -webkit-justify-content: center;
}
.mhfm-search {
	display: flex; display: -webkit-flex;
	justify-content: center; -webkit-justify-content: center;
	flex-direction: row; -webkit-flex-direction: row;
	align-items: center; -webkit-align-items: center;
	padding: 10px;
	background-color: #DFDEBB;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
	height: 53px;
}
.mhfm-input {
	margin-left: 5px;
	height: 33px;
	cursor: pointer;
	font-family: Arial;
}
.mhfm-search-text {
	width: 250px;
	font-family: Arial;
	padding-left: 7px;
	padding-top: 3px;
	font-size: 16px;
}
.mhfm-search-text {
	background-image:none !important;
}

/* slider */
.slider-panel {
	border-collapse: separate;
	border-spacing: 10px;
	background-color: black;
}

/* header title */
.header-site p:hover {
	color: white;
}
#header-search {
	margin-bottom: 20px;
	margin-top: 20px;
}
.addthis_sharing_toolbox {
	text-align: center;
	margin-top: 5px;
}
nav {
	width: 100%;
}
.header-title {
	margin: 10px 0px 10px 0px;
}
.header-title td {
	font-size: 16px;
	font-weight: bold;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.3;
}
.header-qotd {
	display: none;
	margin: 0px 5px 0px 5px;
}
 
/* responsive */
@media screen and (max-width: 1200px) {
	.header-top {
		padding: 0px 0px 0px 0px;
	}
	.flip-cell {
		display: table-row;
		text-align: center;
	}
	.slider-panel {
		background-color: #B7AB6A;
		margin: auto;	
	}
	.slide {
		margin: auto;	
	}
	.header-qotd {
		display: block;
	}
}
@media screen and (max-width: 1200px) {
	.contact-info {
		display: none;
	}
	.wrapper-title-search {
		flex-direction: column; -webkit-flex-direction: column;
		justify-content: center; -webkit-justify-content: center;
	}
	.header-title {
		text-align: center;
		margin-top: 20px;
	}
	.header-title a {
		display: block;
		text-align: center;
	}
	.mhfm-search {
		margin-right: 0px;
	}
}
@media screen and (max-width: 1000px) {
	.mobile-nav {
		display: block
	}
@media screen and (max-width: 700px) {
	.header-image {
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	.mhfm-search {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 400px) {
	.mhfm-search-text {
		width: 160px;
	}
	.mhfm-search {
		margin-right: 0px;
	}
}
