/*
    Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
    border: 0;
}

button, select, input, textarea {
    font-family: 'Book';
}

a, a:visited {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
}


@font-face {
    font-family: 'Bebas neue';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff2') format('woff2'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    background-color: #242424;
    color: #fff;
}

.container {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

header .container {
    width: auto;
    max-width: 1024px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 86px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    transition: all 0.5s;
}

header h1 a {
    display: block;
    position: absolute;
    width: 186px;
    height: 37px;
    left: 0;
    top: 25px;
    background: url('../images/carbon-tubes.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 0.5s;
}

header nav {
    position: absolute;
    right: 0;
    margin: 32px 0 0 0;
    transition: all 0.5s;
}

header nav ul {
    float: left;
    margin-left: 50px;
}

header nav li {
    float: left;
    margin: 0 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

header nav .lang li {
    margin: 0 5px;
}

header nav li:last-child {
    margin-right: 0;
}

header nav li a {
    color: #000;
}

header nav li a:hover, header nav li a:active, header nav li a:focus, header nav li a.active {
    text-decoration: none;
    border-bottom: 3px solid black;
}

header.collapse {
    height: 45px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

header.collapse h1 a {
    top: 4px;
}

header.collapse nav {
    margin-top: 13px;
}

.banner {
    background: url('../images/banner-image.jpg') no-repeat #f0f000 0 86px;
    height: 350px;
    position: relative;
    color: #000;
    padding-top: 86px;
}

.banner .right-text {
    position: absolute;
    right: 0px;
    top: 70px;
    width: 400px;
}

.banner h1 {
    display: block;
    width: 340px;
    font-size: 55px;
    line-height: 46px;
    font-family: 'Bebas neue';
    background-color: #f0f000;
}

.banner hr {
    display: block;
    width: 127px;
    height: 6px;
    background-color: #fff;
    margin: 20px 0;
    border: 0;
    padding: 0;
}

form {

}

form .title {
    text-align: center;
    margin-bottom: 60px;
}

form h2 {
    font-family: 'Bebas neue';
    font-size: 24px;
    padding: 150px 0 10px 0;
    background: url('../images/perfect-tube.png') no-repeat 50% 40px;
}

form li {
    border-top: 1px solid #898989;
    padding: 45px 0 60px 0;
}

form li .right {
    position: relative;
    left: 50%;
    width: 50%;
}

form li .left {
    position: absolute;
    display: block;
    left: 0;
    width: 50%;
    height: 200px;
}

form li .right.email input {
    margin-top: 0;
    margin-bottom: 20px;
}

form li h3 {
    font-family: 'Bebas neue';
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px; 
}

form li h3 span {
    color: #ffff00;
}

form li p {
    margin-right: 80px;
}

form li .select-style {
    margin-top: 50px;
    background-color: #7c7d7f;
    height: 55px;
    width: 200px;
    padding: 0 40px;
}

form li .select-style.finish {
    width: 400px;
}

form li .finish select {
    font-size: 20px;
}

form li select {
    box-shadow: none;
    background: transparent;
    background-image: none;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    border: 0;
    border-radius: 0;
    font-size: 24px;
    color: #ffff00;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form li select::-ms-expand {
    display: none;
}

form li option {
    color: #000;
}

form li select:focus, form li textarea:focus {
    outline: none;
}

form li textarea {
    margin-top: 50px;
    width: 450px;
    height: 100px;
    background-color: #363636;
    border: 4px solid #7c7d7f;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

form li input[type=text] {
    margin-top: 50px;
    width: 450px;
    height: 20px;
    background-color: #363636;
    border: 4px solid #7c7d7f;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

form li.inner {
    background: url('../images/inner-diameter.png') no-repeat 200px 50%;
}

form li.thickness {
    background: url('../images/thickness.png') no-repeat 196px 50%;
}

form li.length {
    background: url('../images/length.png') no-repeat 187px 50%;
}

form li.finish {
    background: url('../images/finish.png') no-repeat 187px 50%;
}

form li.finish.bg1 {
    background: url('../images/roll-uni.png') no-repeat 165px 50%;
}

form li.finish.bg2 {
    background: url('../images/sanded-uni.png') no-repeat 165px 50%;
}

form li.finish.bg3 {
    background: url('../images/roll-plain.png') no-repeat 165px 50%;
}

form li.finish.bg4 {
    background: url('../images/roll-twill.png') no-repeat 165px 50%;
}

form li.finish.bg5 {
    background: url('../images/sanded-plain.png') no-repeat 165px 50%;
}

form li.finish.bg6 {
    background: url('../images/sanded-twill.png') no-repeat 165px 50%;
}

form li.quantity {
    background: url('../images/quantity.png') no-repeat 162px 50%;
}

form li.other {
    background: url('../images/other.png') no-repeat 167px 50%;
}

form input[type=button] {
    display: block;
    margin: 50px auto 80px;
    padding: 15px;
    background-color: #363636;
    border: 4px solid #7c7d7f;
    color: #fff;
    font-size: 30px;
    font-family: 'Bebas neue';
}

.about-banner {
    height: 300px;
    background: #000 url('../images/about-banner.jpg') no-repeat top left;
}

.about-banner h2 {
    font-size: 45px;
    line-height: 46px;
    color: #f0f000;
    font-family: 'Bebas neue';
    text-align: center;
    padding-top: 55px;
}

.about-banner hr {
    display: block;
    width: 127px;
    height: 6px;
    background-color: #fff;
    margin: 20px auto;
    border: 0;
    padding: 0;
}

.about-banner p {
    display: block;
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

.about {
    background-color: #fff;
    color: #3d3d3d;
    overflow: hidden;
    border-bottom: 25px solid #f0f000;
}

.about li {
    width: 230px;
    height: 400px;
    float: left;
    font-size: 12px;
    line-height: 24px;
    padding: 0  0 90px 110px;
    background: url('../images/about.png') no-repeat 41px 78px;
}

.de .about li {
    height: 450px;
}

.about h3 {
    color: #505050;
    font-size: 24px;
    font-family: 'Bebas neue';
    padding: 90px 0 40px;
}

footer {
    background-color: #000;
    text-align: center;
    color: #fefefe;
}

footer a, footer a:visited {
    color: #f0f000;
}

footer h2 {
    color: #959595;
    font-family: 'Bebas neue';
    font-size: 45px;
    padding: 50px 0 20px;
}

footer h4 {
    text-transform: uppercase;
    font-weight: bold;
}

footer strong {
    font-weight: bold;
}

footer .margin {
    margin-top: 30px;
}

footer .bigmargin {
    margin-bottom: 50px;
}

footer a.fb {
    margin: 0 auto;
    display: block;
    width: 35px;
    height: 33px;
    background: url('../images/fb.png');
    text-indent: -9999px;
    overflow: hidden;
}

footer .copyright {
    font-size: 10px;
    opacity: 0.3;
}

#form-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}

#form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    padding: 50px;
    margin: -200px 0 0 -300px;
    background-color: #363636;
    border: 4px solid #7c7d7f;
    text-align: center;
}

#form-popup p {
    margin: 10px 0;
}

#form-popup h2 {
    font-size: 45px;
    line-height: 46px;
    color: #f0f000;
    font-family: 'Bebas neue';
    text-align: center;
    margin-bottom: 30px;
}

#form-popup input[type=button] {
    display: block;
    padding: 15px 17px;
    background-color: #363636;
    border: 4px solid #7c7d7f;
    color: #fff;
    font-size: 30px;
    font-family: 'Bebas neue';
    float: left;
    margin: 20px 0 0 30px;
}

.de #form-popup input[type=button] {
    padding: 15px 13px;
    margin-left: 0;
}

#form-popup #cancel {
    float: right;
    margin-left: 0px;
    margin-right: 30px; 
    opacity: 0.5;
}

.de #form-popup #cancel {
    margin-right: 0px;
}