* {
    padding: 0;
    margin: 0;
}

div.clear {
    clear: both;
}

/*###########################################################################*/
/*###########################     HEADER    #################################*/
/*###########################################################################*/

div#header {
    width: 100%;
    height: 400px;
    background: #111 url('../images/theme.png') no-repeat top center;
}

div#header div.shadow {
    width: 1280px;
    height: 400px;
    margin: 0 auto;
    box-shadow: inset 0 0 50px 50px #111;
}

div#header div.inner {
    width: 960px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/*****************************************************************************/
/*                              NAVIGATION                                   */
/*****************************************************************************/

div#header div.inner div.navigation {
    width: 950px;
    height: 80px;
    margin-top: 20px;
    margin-left: 5px;
    background: #ff9200;
    background: linear-gradient(#ff8400, #ffa200);
}

div#header div.inner div.navigation ul {
    float: right;
    list-style: none;
}

div#header div.inner div.navigation ul li {
    height: 80px;
    padding: 0 30px;
    float: right;
    border-right: 1px solid #ffac1b;
}

div#header div.inner div.navigation ul li.active,
div#header div.inner div.navigation ul li:hover {
    border-bottom: 3px solid #fff;
    height: 77px;
}

div#header div.inner div.navigation ul li a {
    display: block;
    padding: 33px 0 27px 0;
    color: #fff;
    font-family: "Exo 2";
    font-size: 14px;
    text-decoration: none;
}

div#header div.inner div.navigation ul li.languages {
    height: 80px;
    width: 40px;
    padding: 0;
    border: 0;
}

div#header div.inner div.navigation ul li.languages a {
    display: block;
    width: 24px;
    height: 18px;
    padding: 0;
    background: #333;
    margin: 6px 0 0 8px;
}

div#header div.inner div.navigation ul li.languages a.cze {
    background: url('../images/lng-cze.png') no-repeat top center;
}

div#header div.inner div.navigation ul li.languages a.eng {
    background: url('../images/lng-eng.png') no-repeat top center;
}

div#header div.inner div.navigation ul li.languages a.ger {
    background: url('../images/lng-ger.png') no-repeat top center;
}

div#header div.inner div.navigation ul li.languages a.cze:hover,
div#header div.inner div.navigation ul li.languages a.eng:hover,
div#header div.inner div.navigation ul li.languages a.ger:hover,
div#header div.inner div.navigation ul li.languages a.cze.active,
div#header div.inner div.navigation ul li.languages a.eng.active,
div#header div.inner div.navigation ul li.languages a.ger.active {
    background-position: 0 bottom;
}

/*****************************************************************************/
/*                                 LOGO                                      */
/*****************************************************************************/

div#header div.inner div.logo-box {
    width: 285px;
    height: 188px;
    background: url('../images/logo-background.png') no-repeat top center;
    position: absolute;
    top: 0;
    left: 20px;
}

div#header div.inner div.logo-box a.logo {
    display: block;
    width: 78px;
    height: 70px;
    background: url('../images/logo.png') no-repeat top center;
    margin: 30px 0 0 100px;
}

/*****************************************************************************/
/*                                SLOGAN                                     */
/*****************************************************************************/

div#header div.inner div.slogan {
    position: absolute;
    top: 150px;
    right: 0;
}

div#header div.inner div.slogan div.text {
    padding: 15px 20px 15px 30px;
    background: rgba(0, 0, 0, 0.8);
    text-align: right;
}

div#header div.inner div.slogan div.text h2 {
    color: #fff;
    font-family: "Exo 2";
    font-size: 42px;
    font-weight: 300;
}

div#header div.inner div.slogan div.logo {
    width: 173px;
    height: 50px;
    background: url('../images/slogan-logo.png') no-repeat top center;
    float: right;
}

/*###########################################################################*/
/*##########################     HOME PAGE     ##############################*/
/*###########################################################################*/

div#content {
    width: 100%;
    font-family: "Exo 2";
}

div#content div.section {
    width: 100%;
    background: #fff;
}

div#content div.section div.inner {
    width: 920px;
    margin: 0 auto;
    overflow: hidden;
}

/*****************************************************************************/
/*                          SECTION: ABOUT US                                */
/*****************************************************************************/

div#content div.section.about-us div.inner div.left-side {
    width: 250px;
    height: 150px;
    float: left;
}

div#content div.section.about-us div.inner div.left-side h2 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 10px;
}

div#content div.section.about-us div.inner div.left-side p {
    color: #444;
    font-size: 18px;
    font-weight: 300;
}

div#content div.section.about-us div.inner div.separator {
    width: 180px;
    height: 150px;
    background: url('../images/about-us-separator.png') no-repeat center center;
    float: left;
}

div#content div.section.about-us div.inner div.right-side {
    width: 490px;
    height: 150px;
    float: left;
}

div#content div.section.about-us div.inner div.right-side p {
    color: #222;
    font-size: 13px;
    font-weight: 200;
    margin-top: 35px;
    margin-bottom: 10px;
    text-align: justify;
}

div#content div.section.about-us div.inner div.right-side a {
    color: #ff8400;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
}

div#content div.section.about-us div.inner div.right-side a:hover {
    text-decoration: none;
}

/*****************************************************************************/
/*                           SECTION: SERVICES                               */
/*****************************************************************************/

div#content div.section.services {
    background: #eee;
}

div#content div.section.services div.inner {
    background: url('../images/main-page-decoration.png') no-repeat right bottom;
    position: relative;
    padding-bottom: 10px;
}

div#content div.section.services div.inner a.more-info {
    padding: 7px 14px;
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    color: #ff8400;
    font-size: 14px;
    border: 1px solid #ff8400;
    text-decoration: none;
    font-weight: 300;
}

div#content div.section.services div.inner a.more-info:hover {
    background: #ff8400;
    color: #fff;
}

div#content div.section.services div.inner h2 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 30px;
}

div#content div.section.services div.inner div.service {
    width: 440px;
    height: 120px;
    display: inline-block;
}

div#content div.section.services div.inner div.service.push-right {
    margin-left: 35px;
}

div#content div.section.services div.inner div.service div.left-side {
    width: 50px;
    height: 120px;
    display: inline-block;
}

div#content div.section.services div.inner div.service div.left-side div.icon {
    width: 36px;
    height: 36px;
}

div#content div.section.services div.inner div.service  div.left-side div.icon.cnc {
    background: url('../images/service-icon-sprite.png') no-repeat 0 0;
}

div#content div.section.services div.inner div.service  div.left-side div.icon.brush {
    background: url('../images/service-icon-sprite.png') no-repeat 0 -36px;
}

div#content div.section.services div.inner div.service  div.left-side div.icon.tool {
    background: url('../images/service-icon-sprite.png') no-repeat 0 -72px;
}

div#content div.section.services div.inner div.service  div.left-side div.icon.machine {
    background: url('../images/service-icon-sprite.png') no-repeat 0 -108px;
}

div#content div.section.services div.inner div.service  div.left-side div.icon.plane {
    background: url('../images/service-icon-sprite.png') no-repeat 0 -144px;
}

div#content div.section.services div.inner div.service div.right-side {
    width: 380px;
    height: 120px;
    display: inline-block;
    overflow: hidden;
}

div#content div.section.services div.inner div.service div.right-side h3 {
    color: #e57700;
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 10px;
}

div#content div.section.services div.inner div.service div.right-side p {
    color: #222;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}

/*****************************************************************************/
/*                          SECTION: REFERENCES                              */
/*****************************************************************************/

div#content div.section.references {
    display: none;
}

div#content div.section.references div.inner {
    position: relative;
    padding-bottom: 40px;
}

div#content div.section.references div.inner a.more-info {
    padding: 7px 14px;
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    color: #ff8400;
    font-size: 14px;
    border: 1px solid #ff8400;
    text-decoration: none;
    font-weight: 300;
}

div#content div.section.references div.inner a.more-info:hover {
    background: #ff8400;
    color: #fff;
}

div#content div.section.references div.inner h2 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 30px;
}

div#content div.section.references div.inner div.reference {
    width: 220px;
    display: inline-block;
    margin-left: 9px;
}

div#content div.section.references div.inner div.reference.first {
    margin-left: 2px;
}

div#content div.section.references div.inner div.reference h3 {
    width: 180px;
    margin: 15px auto 10px auto;
    padding-bottom: 10px;
    padding-top: 0;
    border-bottom: 1px solid #ff8400;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

div#content div.section.references div.inner div.reference p {
    width: 200px;
    font-size: 13px;
    font-weight: 200;
    color: #222;
    text-align: center;
    margin: 0 auto;
}

/*###########################################################################*/
/*############################     FOOTER     ###############################*/
/*###########################################################################*/

div#footer {
    width: 100%;
    background: #222;
    font-family: "Exo 2";
}

div#footer div.inner {
    width: 920px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
}

div#footer div.inner div.logo {
    height: 110px;
    width: 180px;
    background: url('../images/logo-footer.png') no-repeat center center;
    display: inline-block;
}

div#footer div.inner div.separator {
    width: 60px;
    height: 110px;
    background: url('../images/footer-separator.png') no-repeat center center;
    display: inline-block;
}

div#footer div.inner div.content-box {
    height: 110px;
    width: 230px;
    display: inline-block;
    overflow: hidden;
    margin-left: 50px;
}

div#footer div.inner div.content-box h3 {
    color: #ff8400;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 0 15px 0;
}

div#footer div.inner div.content-box a {
    display: inline-block;
    font-weight: 200;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #ccc;
    text-decoration: none;
}

div#footer div.inner div.content-box a:hover {
    color: #fff;
}

div#footer div.inner div.content-box div.contact-block {
    color: #ccc;
    height: 16px;
    line-height: 16px;
    font-size: 16px !important;
    margin-bottom: 8px;
}

div#footer div.inner div.content-box div.contact-block a {
    font-weight: normal;
    font-size: 16px;
}

div#footer div.inner div.content-box div.contact-block img {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

div#footer div.inner div.copyright {
    width: 920px;
    border-top: 1px solid #333;
    margin: 20px auto 15px auto;
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-top: 15px;
    font-weight: 300;
}

/*****************************************************************************/
/*                             PAGE: SERVICES                                */
/*****************************************************************************/

div#content div.section.services-page {
    background: #eee;
}

div#content div.section.services-page div.inner {
    background: url('../images/main-page-decoration.png') no-repeat right bottom;
    position: relative;
    padding-bottom: 20px;
    padding-top: 40px;
}

div#content div.section.services-page div.inner.taller {
    min-height: 500px;
}

div#content div.section.services-page div.inner.tallish {
    min-height: 250px;
}

div#content div.section.services-page div.inner div.service {
    width: 920px;
}

div#content div.section.services-page div.inner div.service div.right-side {
    width: 850px;
    display: inline-block;
    overflow: hidden;
}

div#content div.section.services-page div.inner div.service div.right-side h3 {
    color: #e57700;
    font-size: 22px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 10px;
}

div#content div.section.services-page div.inner div.service div.right-side ul {
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    list-style-type: circle;
    margin-bottom: 20px;
}

div#content div.section.services-page div.inner div.service div.right-side ul li {
    color: #222;
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 0 10px;
    margin: 10px 0 10px 20px;
}

/*****************************************************************************/
/*                             CONTACT PAGE                                  */
/*****************************************************************************/

div#content div.section.contact-page {
    background: #fff;
}

div#content div.section.contact-page div.inner {
    padding-bottom: 0;
    padding-top: 0;
    width: 960px;
}

div#content div.section.contact-page div.inner div.left-side {
    width: 570px;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 30px 20px;
    min-height: 460px;
}

div#content div.section.contact-page div.inner div.left-side h3 {
    color: #ff8400;
    font-size: 26px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 20px;
}

div#content div.section.contact-page div.inner div.left-side p {
    color: #555;
    font-size: 14px;
    width: 545px;
}

div#content div.section.contact-page div.inner div.left-side form {
    margin-top: 30px;
}

div#content div.section.contact-page div.inner div.left-side form label {
    width: 90px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    top: 7px;
    vertical-align: top;
}

div#content div.section.contact-page div.inner div.left-side form label.upper {
    top: 75px;
}

div#content div.section.contact-page div.inner div.left-side form input[type=text] {
    width: 130px;
    margin-right: 40px;
    padding: 7px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    color: #444;
    font-size: 12px;
}

div#content div.section.contact-page div.inner div.left-side form input[type=submit] {
    padding: 7px 14px;
    display: block;
    position: relative;
    margin-top: 15px;
    left: 422px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    color: #ff8400;
    font-size: 14px;
    border: 1px solid #ff8400;
    text-decoration: none;
    font-weight: 300;
    cursor: pointer;
}

div#content div.section.contact-page div.inner div.left-side form input[type=submit]:hover {
    background: #ff8400;
    color: #fff;
}

div#content div.section.contact-page div.inner div.left-side form textarea {
    width: 415px;
    height: 150px;
    padding: 7px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    color: #444;
    font-size: 12px;
    font-family: 'Exo 2';
}

div#content div.section.contact-page div.inner div.left-side label.error {
    display: none;
}

div#content div.section.contact-page div.inner div.left-side p.error {
    color: #dd0000;
    margin-top: 15px;
    display: none;
}

div#content div.section.contact-page div.inner div.left-side p.success {
    color: #00aa00;
    margin-top: 15px;
    display: none;
}

div#content div.section.contact-page div.inner div.left-side form input[type=text].errorField {
    border: 1px solid #dd0000;
}

div#content div.section.contact-page div.inner div.left-side form textarea.errorField {
    border: 1px solid #dd0000;
}

div#content div.section.contact-page div.inner div.right-side {
    width: 280px;
    padding: 30px;
    background: url('../images/wave-pattern-white.png') repeat;
    display: inline-block;
    position: relative;
    left: 40px;
    min-height: 460px;
}

div#content div.section.contact-page div.inner div.right-side h3 {
    font-size: 24px;
}

div#content div.section.contact-page div.inner div.right-side h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #ff8400;
    margin: 25px 0 5px 0;
}

div#map {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
}
