/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    font-family:'OCR B W01 Regular';
    color: #222;
}

html {
    font-size: 1.08em;
    line-height: 1.4;
}

a,
a:link,
a:active {
    text-decoration: none;
    color:#000;
}

a:hover,
a.active {
    text-decoration: line-through;
}


/***************
* layout
* ************/

.wrapper {
    width:1480px;
    margin-left:auto;
    margin-right: auto;
}

/*Header*/
.header-container .wrapper {
    background-color:#adffff;
    padding:16px;
    width:1448px;
    margin-top: 30px;
}

.header-container .wrapper img{
    float:left;
    width: 500px;
}

/*Navigation*/
.header-container nav{
    float:right;
    height: 20px;
    padding:0;
    margin-top:90px;
    display: inline-block;
}

.header-container nav ul {
    padding:0;
    margin: 0;
}
.header-container nav ul li{
    display: inline;
    list-style-type: none;
    padding-right: 100px;
}
.header-container nav ul li:last-child{
    padding-right: 0px;
}

/*Main container*/
.main-container {
    margin-top:30px;
}


/*Form*/
form input, form select, #export {
    font-size: 14px;
    border-radius: 0;
    box-shadow: 5px 5px 5px #d5d5d5;
    border:0px solid #fff;
    background-color:#adffff;
    margin-right: 14px

}


#text, #button, #export {
    padding:10px 16px;
}

#text {
    width:428px;
}

#button, #export {
    text-transform: uppercase;
}
#select {
    padding: 10px 8px;
}

#export {
    float:right;
}

/*moving Typoarea*/
#moving {
    margin:0;
    height: 700px;
    background-color:#adffff;
}
.form + #moving {
    margin:30px 0;
}

#moving {
    padding:42px;
}

#moving img {
    margin-right:10px;
    margin-bottom:15px;
}
/*Helper*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

