/* 
    Created on : 2012-11-10, 10:33:39
    Author     : bartekbielawa
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, small, strong, sub, sup,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    line-height: 1.5;
    font-size: 12px;
    font-family: 'Lora', serif;
    background-color: #ffffff;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
::-webkit-input-placeholder { 
    color: #757575;
}
:-moz-placeholder {
    color: #757575;
}
::-moz-placeholder {
    color: #757575;
}
:-ms-input-placeholder { 
    color: #757575;
}
input[type='text'], textarea {
    display: block;
    height: 36px;
    width: 320px;
    padding: 6px 10px;
    margin: 5px 0;
    border: 1px solid #4E4E4E;
    color: #757575;
    outline: 0;
    overflow: auto;
    font-size: 11px;
    border-radius: 4px;
    background: #000;
    box-sizing: border-box;
}
textarea {
    height: 74px;
    padding: 10px;
    margin-bottom: 10px;
    max-height: 200px;
    box-sizing: border-box;
    resize: vertical;
}
input:focus, textarea:focus {
    border-color: #FF5109;
}
textarea:focus {
    height: 100px;
}
input.btn {
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 13px;
    color: #FFF;
    border: none;
    background: #11AF4C;
    text-transform: uppercase;
    cursor: pointer;
}
input.btn:hover,
input.btn:focus,
input.btn:active {
    opacity: .8;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: #000;
}
a {
    color: #FF5109;;
    text-decoration: none;
}
a:active {

}
a:hover {
    color: #E8B327; 
}
h1 {
    font-size: 16px;
}
.srt {
   
}
.main-container {
    background: rgba(0, 0, 0, 0.55);
    z-index: 10000;
}
#header {
    width: 100%;
    height: 130px;
}
#header .headline {
    top: 160px;
    left: 35px;
    z-index: 2;
    font-size: 40px;
    color: #FF4B00;
    text-transform: uppercase;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0 10px 20px;
}
#header .menu {
    text-align: center;
    width: auto;
    margin: 0;
}
#header .menu > ul {
    text-align: center;
    background: rgba(0, 0, 0, 0.22);
    padding: 67px 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .menu ul li {
    display: inline-block;
    margin: 0 20px;
}
#header .menu ul li a {
    font-size: 14px;
    color: #FF4B00;
    text-transform: uppercase;
}

#header .menu ul li a:hover {
    opacity: .6;
}

#header .menu ul li ul {
    top: 17px;
    width: 1000px;
    padding-top: 20px;
}
#header .menu ul li ul li:first-child {
    margin: 0 20px 0 0;
}
#header .menu ul li:hover ul {
    display: block;
    z-index: 10000;
}
/*#header .menu ul li ul li {
    background: #000;
}*/
#header .menu ul li ul li a {
    color: #FFF;
    text-transform: lowercase;
}
#header .menu ul li ul li a:hover {
    opacity: .6;
}

#header .menu hr {
    display: none;
    height: 1px;
    width: 100%;
    margin-top: 35px;
    border: none;
    border-top: 1px solid #FF5109;
}
#header .logotype a {
    top: 15px;
    left: 15px;
    display: block;
}
.content-text {
    top: 240px;
    left: 35px;
    width: 500px;
    color: #FFF;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.50);
    z-index: 2;
}
#frontpage .content-text {
    z-index: 0;
}
#workshop .content-text {
    top: auto;
    left: auto;
    bottom: 130px;
    right: 35px;
    width: 600px;
}
.content-text.contact {
    width: 650px;
}
.content-text > div {
    padding: 20px;
}
#contact .content-text.contact .form {
    width: 320px;
}
#contact .maps {
    display: none;
}
#contact .maps img {
    width: 100%;
}
#contact .show-map {
    display: none;
    padding-top: 6px;
    font-size: 14px;
    color: #757575;
    cursor: pointer;
}
#contact .show-map:hover, #contact .show-map.hide {
    color: #FF5109;
}
#contact .messageStackError img {
    vertical-align: middle;
    margin: -2px 10px 0 0;
}
#contact .rzfirmalogo {
    display: block;
    margin-top: 20px;
}
#footer {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0 10px 0;
    font-size: 11px;
    text-align: center;
    color: #575757;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#footer a {
    color: #999;
}
#footer .language-select {
    margin-bottom: 10px;
}
#footer .language-select a {
    padding: 0 15px 3px;
    line-height: 14px;
    vertical-align: middle;
    font-size: 14px;
    border-left: 1px solid #FF5109;
}
#footer .language-select a:hover {
    color: #FF5109;
}
#footer .language-select a:first-child {
    border: none;
}
