@charset "utf-8";
/* CSS Document */

html {
	-webkit-text-size-adjust: none;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 22px;
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background-color: rgba(0,153,51,0.5);
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Toggle Buttons
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */

	/* other */
@media only screen and (min-width : 801px) {
#header_language_mobile {
	display: none;
	;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
#header_language_mobile {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	color: #FFF;
	/* [disabled]background-color: #0F9;
*/
	text-align: left;
	font-weight: 300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
#header_language_text {
	position: relative;
	color: #FFF;
	text-align: left;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}
}
/* mobile*/
@media only screen and (max-width : 800px) {
#header_language_text a {
	position: relative;
	color: #FFFFFF;
	text-align: left;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}
}
.buttons {
	height: 35px;
	width: 100%;
	float: left;
	color: #FFF;
	text-align: center;
	background-color: #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: fixed;
	z-index: 200;
}
/* other */
@media only screen and (min-width : 801px) {
.buttons {
	display: none;
}
}
.buttons button {
	color: #FFF;
	background-color: #333333;
	font-size: 26px;
	line-height: 26px;
	display: inline-block;
	padding: 0px;
	margin: 0;
}
.buttons button:hover, .buttons button.active {
	background-color: #333333
}
.buttons button:focus {
	outline: none
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
nav.menu {
	position: fixed;
	z-index: 1010;
	background-color: #7AB51D;
	overflow: scroll;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.menu ul {
	margin: 0;
	padding: 0;
}
nav.menu a {
	font-weight: 300;
	color: #FFF;
}
button.close-menu {
	background-color: #422714;
	color: #fff;
}
button.close-menu:focus {
	outline: none
}
/* slide menu left and right, push menu left and right */
nav.slide-menu-left {
	top: 0;
	width: 250px;
	height: 100%;
}
nav.slide-menu-left li {
	display: block;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
nav.slide-menu-left li:first-child {
	border-top: none
}
nav.slide-menu-left li:last-child {
	border-bottom: none
}
nav.slide-menu-left a {
	font-size: 20px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 40px;
	font-weight: 400;
}
nav.slide-menu-left button.close-menu {
	margin: 10px 0;
	padding: 10px 30px;
	background-color: #422714;
	color: #fff;
}
nav.slide-menu-left {
	left: -250px
}
body.sml-open nav.slide-menu-left {
	left: 0
}
body.pml-open #wrapper {
	left: 250px
}
.text {
	color: #FFFFFF;
	font-size: 18px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 22px;
	padding-top: 0px;
}
