*{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
}
body{
	position: relative;
	color: #333;
	font-size: 16px;
	font-family: "Arial", sans-serif;
	line-height: 1.4;
	word-break: break-word;
	background-color: white;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
}
	div#bg{
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		background: white url(/images/bg_main.jpg) no-repeat center top / cover;
	}
	a{
		color: #120ed3;
		text-decoration: none;
		transition: color .4s linear 0s;
	}
		a:hover{
			color: #076fb4;
		}
	.clear{
		clear: both;
	}

	div.outer{
		margin: 0 auto;
	}

	header{
		position: fixed;
		z-index: 1000;
		background-color: rgba(255, 255, 255, 0.3);
	}
		div#logo a{
			position: absolute;
			z-index: 1100;
			padding: .2em 0;
			font-size: 1.85em;
			text-transform: uppercase;
		}
		ul#menu{
			position: absolute;
		}
			ul#menu li{
				position: relative;
				margin-left: 1em;
				float: left;
				list-style: none;
				padding: 5px 0;
				line-height: 1.15;
			}
				ul#menu li a{
					display: block;
				}
			ul#menu ul{
				display: none;
				position: absolute;
				z-index: 1000;
				top: 1.35em;
				left: -18px;
				min-width: 200px;
				padding: 10px 18px;
				background-color: lightgrey;
			}
				ul#menu ul li{
					float: none;
					margin-left: 0;
					padding-bottom: 10px;
				}
					ul#menu ul li:last-of-type{
						padding-bottom: 0;
					}



		div#bt_menu_mob{
			display: none;
			position: absolute;
			z-index: 1100;
			line-height: 30px;
			cursor: pointer;
		}

		div#wrapper_menu_mob{
			position: fixed;
			z-index: 990;
			top: -1000px;
			left: 0;
			width: 100%;
			background: lightgrey;
			transition: top .95s ease-in-out 0s;
		}
			ul#menu_mob{
				width: 300px;
				margin: 0 auto;
			}
				ul#menu_mob li{
					padding: 5px 10px;
					list-style: none;
				}
					ul#menu_mob li a{
						display: block;
					}
				ul#menu_mob ul{
					display: none;
				}


	div#wrapper_content{

	}

		div#wrapper_content ul{
			margin: 0 0 1em 16px;
		}

		div#wrapper_content img{
			max-width: 100%;
		}

		div#content_main{
			min-height: 600px;
		}
			div#content_main p{
				margin-bottom: 1em;
			}
				div#content_main p:last-child{
					margin-bottom: 0 !important;
				}



	div#footer{
		margin-top: 1em;
		padding: 1em 0 2.5em;
	}
		div#footer_copyright,
		div#menu_footer{
			display: inline-block;
		}





	#status{ position: fixed; bottom: 10px; left: 10px; z-index: 99999; padding: 3px 5px; font-size: 14px; font-family: monospace; color: rgb(196, 12, 198); background: rgba(211, 211, 211, 0.8); }
