html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  	height: 100%;
}
body{background-color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 14px;line-height:30px;color:#333;}
body {
  	margin: 0 0 30px 0;
}

body {
	text-transform: uppercase;
}
img{
	display: block;
  	max-width: 100%;
  	height: auto;
}
a { text-decoration: none; outline: 0;}

.top {
  	position: fixed;
  	top: 0;
  	z-index: 1001;
	background: #fff;
  	width: 100%;
  	height: 30px;
}
.top > div { margin: 0 15px 0 15px; }
.top > div > div > a { padding-right: 15px; }
.top > div > div > span { cursor: default; border: none; background: none; float: right; }
.menu {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #fff;
	display: none;
	overflow: hidden;
}
.menu > div { margin: 0 15px 0 15px; }

body > .middle, body > .menu  { padding-top: 30px; }

.middle { position: relative; overflow: hidden; width: 100%; }
.middle > div {
	height: calc(100vh - (30px + 58px));
}
.pyt, .a-propos {
	padding: 0 15px 0 15px;
}
.pyt {
	margin: 0 0 0 50%;
}

.pyt > span {
 	 margin: 0;
  	font-size: 16px;
	color: #00ffff;
}
.a-propos {
	position: absolute;
	bottom:0;
	max-width: 50%;
	/*margin: 0 0 0 50%;*/
}
.bottom{
  	position: absolute;
  	bottom: 0;
  	width: 100%;
}
.bottom > div { padding: 0 15px 0 15px; }
.bottom > div > div > p {margin: 0;}

@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) { 	
	.pyt {
		margin: 0;
	}
	.a-propos {
		max-width: 100%;
		/*position: relative;*/
	}
}
@media only screen and (max-width: 479px) {


}
