* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #222;
	font: 16px/1.5 Helvetica, Arial, sans-serif;
}

h1, h2, h3, p, pre, ul {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 1em;
}

h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 1em;
	text-align: center;
}

h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 1em;
}

pre, ul {
	margin-bottom: 2em;
}

pre {
	background: #fefefe;
	border: 1px solid #dedede;
	overflow-x: auto;
	padding: 2em;
}

ul {
	margin-left: 1em;
}

img {
	overflow: hidden;
	float: left;
}

label {
    display: inline-block;
    width: 267px;
    text-align: right;
    padding-right: 33px;
}


input {
    display: inline-block;
    width: 88px;
    padding: 5px;
	text-align: center; 
	border-width: 1px 1px 1px 1px;
}

input.nob {
 	border: none;
 	margin-left: 12px;
	margin-right: 70px;

}

input.nob1 {
 	border: none;
 	margin-left: 12px;

}


input.last {
 	border-bottom-width: 1px; 
 	margin-left: 0;
}

NONONOinput:hover {
    background: #f1f1f1;
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;
}

input:focus {
    outline: none;
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;
}

#nav {
    background: #1B1B1B;
	box-shadow: 0 0 12px rgba(0,0,0,0.5);
	position: fixed;
    top: 0;
	left: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding-top: 9px;
	overflow: hidden;
	text-align: center;
}

#nav li {
	display: inline-block;
	margin-bottom: 0;
}

#nav a {
	background: #1B1B1B;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;   
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

}

#NONONOnav a:hover {
	background: none;
	color: #dedede;
	-webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;
}

#nav .current a {
	background: #fff;
	color: #1B1B1B;
	-webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;
}

#nav .write {
    color: white; 
}

#NONONOnav .write:hover {
    color: white;
}

#container {
	margin: 0 auto;
	width: 907px;
}

.section {
    
	/*border-bottom: 5px solid #ccc;*/
	/*min-height: 60vh;*/
	padding: 100px 20px 40px;
}

.section p:last-child {
	margin-bottom: 0;
}

.section-wrapper {
	margin-top: -50px;
	padding-top: 50px;
}

.section-wrapper:first-child .section {
	padding-top: 100px;
}

.mid {
    text-align: center;
}

.mid img {
    float: none;
}

.clear {
    float: none;
    clear: both;
}