* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

ul {
  list-style: none;
}

a {
	color: #000;
  outline: none;
	text-decoration: none;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
	border : 0px;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

h1 {
	font-size: 2em;
	text-decoration: none;
	line-height: 1.8;
	font-weight: bold;
	padding: 0px 0px 25px 0px;
}

h2 {
	font-size: 1.5em;
	text-decoration: none;
	line-height: 1.8;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}





.page {
	margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.section {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* MENU */
.menu {
	background-color: #fff;
	width: 100%;
	height: calc(80px - 0px);
	display: block;
	clear: both;
	position: fixed;
	top: 0;
	z-index: 999;
	opacity: 0.9;
}

#menu_logo {
	width: calc(80px - 10px);
	height: calc(80px - 10px);
	margin: 5px 0px 5px 10px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
  cursor: pointer;
}

#menu_logo_text {
	height: 90px;
	color: #adcc4c;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
  cursor: pointer;
}

.menu_logo_text {
	margin: 28px 0px 0px 8px;
}

.menu_left {
	float: left;
}

.menu_left a {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	color: #2ecc71;
}

.menu_left a:hover {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	color: #2ecc71;
}

.menu_links {
  display: block;
}

.menu_right {
	float: right;
}

.menu_right ul {
	font-size: 1em;
	text-decoration: none;
	color: #111;
	padding: 29px 0px 0px 0px;
}

.menu_right ul li {
	display: inline-block;
	/* You can also add some margins here to make it look prettier */
	zoom: 1;
	*display: inline;
	padding: 0px 16px 0px 0px;
	color: #111;
	font-size: 0.9em;
}

.menu_right ul li a {
	font-size: 1em;
	text-decoration: none;
	color: #111;
}

.menu_right ul li a:hover {
	font-size: 1em;
	text-decoration: underline;
	color: #222;
}

.menu_container {
	display: none;
}

.head {
	background-image: url("/images/bg_home.jpg");
	background-color: #fff;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

	width: 100%;
	height: 300px;
	order: 1;
	position: relative;
	margin: 90px auto 0px;

	color: #111;
	font-size: 2em;
	text-align: center;
	text-shadow: 2px 2px #555;
	letter-spacing: 4px;
	display: none;
}


/* CONTENT */
.content {
	display: block;
	background-color: transparent;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
  border-bottom: 0px solid #f4f4f4;
	margin: 80px auto 0px;
	clear: both;
	padding: 0;
	text-align: left;
	order: 2;
}

.content_container {
	background-color: #fff;
	display: block;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	max-width: 1080px;
	border-bottom: 1px solid #e9e9e9;
}

.content_container p {
	font-size: 1em;
	text-decoration: normal;
	line-height: 1.8;
	padding: 0px 0px 25px 0px;
}

.content_container b {
	font-size: 1em;
	text-decoration: none;
	line-height: 1.6;
	font-weight: bold;
}

.content_container a {
	font-size: 1em;
	text-decoration: none;
	line-height: 1.6;
	font-weight: normal;
}

.content_container a:hover {
	font-size: 1em;
	text-decoration: underline;
	line-height: 1.6;
	font-weight: normal;
}

.content_top {
	width: calc(100% - 0px);
	background-color: transparent;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content_bottom {
	width: calc(100% - 0px);
	background-color: transparent;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content_top img {
	width: 100%;
	max-width: 564px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content_bottom img {
	width: 150px;
	height: 75px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* CONTENT */


/* FOOT */
.foot {
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: calc(100% - 0px);
	height: 245px;
	display: block;
	font-size: 1em;
	align-items: center;
	text-align: center;
	order: 6;
}

.foot_top {
	background-color: #fff;
	height: calc(100px - 0px);
	width: calc(100% - 0px);
	display: none;
	float: left;
	clear: both;
}

.foot_bottom {
	background-color: transparent;
	height: calc(245px - 0px);
	width: calc(100% - 0px);
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}

.foot_left {
	float: left;
	background-color: transparent;
	height: calc(150px - 0px);
	width: calc(100% - 0px);
	padding: 0px 0px 10px 0px;
}

.foot_right {
	float: left;
	height: calc(75px - 0px);
	width: calc(100% - 0px);
	padding: 10px 0px 0px 0px;
	display: none;
}

.foot_right img {
	width: 150px;
	height: 75px;
}

.foot_left ul {
	padding: 0px 20px 0px 20px;
	transform: rotate(180deg);
}

.foot_right ul {
	padding: 0px 20px 0px 20px;
}

.foot_left ul li {
	display: block;
	padding: 10px 15px 0px 15px;
	color: #000;
	font-size: 0.9em;
	text-decoration: none;
	transform: rotate(-180deg);
}

.foot_right ul li {
	display: inline-block;
	/* You can also add some margins here to make it look prettier */
	zoom: 1;
	*display: inline;
	padding: 0px 15px 0px 15px;
}

.foot_left ul li a, .foot_right ul li a {
	color: #000;
	font-size: 1em;
	text-decoration: none;
}

.foot_left ul li a:hover, .foot_right ul li a:hover {
	color: #000;
	font-size: 1em;
	text-decoration: underline;
}
/* FOOT */
