@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

h1 {
    color: #000;
    font-family: 'Roboto Condensed', Arial, Times, serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0;
    text-align: left;
}

h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    margin: 15px 0 10px;
    text-align: left;
}

h3 {
    color: #6d6e71;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 5px;
    text-align: left;
}

h4 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 10px 0;
    text-align: left;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

.cls {
    clear: both;
    height: 0;
}

body {
    color: #000;
    font-family: 'Roboto Condensed', Arial, Times, serif;
    font-size: 12px;
}

.w {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.right {
    float: right;
}

.slider {
    float: left;
    position: relative;
    width: 1060px;
}

.slide {
    width: 1060px;
}

.menu, .top_menu {
    font-family: 'Roboto Condensed', Arial, Times, serif;
    font-size: 15px;
    margin-top: 55px;
}

.menu {
    display: inline-flexbox;
    display: inline-flex;
    width: auto;
}

.HMenu a, .HMenu_a {
    font-family: 'Roboto Condensed', Arial, Times, serif;
}

.lang {
    margin-left: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
}

    .lang li {
        list-style-type: none;
        display: inline;
        margin: 0 5px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .lang li a {
            text-decoration: none;
            color: #0e4d8f;
        }

address {
    margin-bottom: 10px;
}

.fcontent {
    float: right;
    color: #000;
    font-size: 14px;
}

.menu li {
    list-style: none;
}

.right.menu li a, .right.menu li i {
    color: #0e4d8f;
    float: right;
    margin: 0 0 0 10px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.right.menu li i {
    margin-left: 0;
    padding: 0;
}

.lang li a {
    float: none;
}

.menu.right li:first-of-type a, .lang li a {
    margin-left: 0;
}

.menu.right li a {
    margin-left: 0;
    border-right: 1px solid #6d6d6d;
}

.menu.right li:last-of-type a, .lang li:last-of-type a {
    border-right: none;
}

.row {
    width: 100%;
    height: 15px;
    clear: both;
}

.footer {
    clear: both;
    width: 100%;
    background-color: #e6e6e6;
    padding: 30px 0 20px;
    margin-top: 50px;
}

.footer_c, .CookieC {
    width: 1000px;
    margin: 0 auto;
}

.CookieC {
    position: relative;
    text-align: center;
}

.fmenu {
    display: inline;
}

    .fmenu li {
        list-style-type: none;
        display: inline;
        padding: 0 30px 0 0;
        font-size: 15px;
    }

        .fmenu li:last-of-type {
            padding-right: 0;
        }

        .fmenu li a {
            color: #000;
            margin-bottom: 3px;
            border-bottom: 1px solid;
            text-decoration: none;
        }

            .fmenu li a:hover {
                color: #B53E29;
                cursor: pointer;
                text-decoration: none;
                border-bottom-color: transparent;
            }

.body {
    margin-top: 100px;
    min-height: 200px;
    background-color: transparent;
    color: #000;
}

    .body p {
        margin: 0 0 15px;
    }

    .body .C200 p {
        padding: 30px 30px 0;
        font-size: 14px;
    }

    .body .w {
        padding: 30px 0;
    }

    .body h1 {
        font-size: 22px;
        line-height: 27px;
        text-transform: uppercase;
        color: #b53e29;
        margin: 0 0 15px;
    }

        .body h1::after {
            box-sizing: border-box;
            height: 2px;
            width: 20px;
            background-color: #b53e29;
            content: " ";
            display: table-caption;
            margin-top: 0;
        }

    .body h2 {
        font-size: 15px;
        font-weight: bold;
        margin: 20px 0 0;
        line-height: 30px;
        text-transform: uppercase;
        color: #00698d;
    }
    /*
        .body h2::after {
            box-sizing: border-box;
            height: 2px;
            width: 40px;
            background-color: #b53e29;
            content: " ";
            display: table-caption;
            margin-top: 0px;
        }*/

    .body h3 {
        color: #6d6e71;
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px solid #b6b6b8;
        padding-bottom: 5px;
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .body a {
        color: #0e4d8f;
        text-decoration: underline;
    }

        .body a:hover {
            text-decoration: none;
            color: #B53E29;
        }

    .body .BDYF {
        border-top: 1px solid #b6b6b8;
        margin-top: 20px;
    }

        .body .BDYF a {
            float: right;
            font-size: 14px;
            text-decoration: none;
            display: none;
        }

.header {
    width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #e6e6e6;
    height: 90px;
}

.hlogo_c {
    margin: 0 auto;
    position: relative;
    min-width: 1000px;
    width: 70%;
}

.hlogo .logo_a {
    display: inline-block;
    background-position: -87px -25px;
    margin: 10px 0 5px;
    position: absolute;
}

    .hlogo .logo_a img {
        height: 70px;
    }

.sh .logo_a img {
    height: 60px;
    margin-top: 10px;
}

.hlogo .right {
    margin-top: 15px;
}

.hlogo ul.right {
    margin-top: 40px;
}

.sh {
    height: 80px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}

    .sh .menu, .sh ul.right {
        margin-top: 30px;
        display: inline-flex;
    }

.hlogo2 {
    display: none;
    width: 1000px;
}

.sh .hlogo {
    background: none;
}

.sh .hlogo2 {
    display: block;
    height: 100px;
}

    .sh .hlogo2 img {
        margin: 5px auto 0;
        display: table;
    }

.sh .top_menu {
    display: none;
}

hr {
    border-bottom: 0 none;
    border-top: 1px solid #000;
    float: left;
    width: 100%;
}

.menu a:hover, .menu a.s, .HMenu a.s {
    color: #B53E29 !important;
}

.menu a.s, .HMenu a.s {
    font-weight: bold;
}

.imgC {
    position: relative;
    margin: 15px auto;
    overflow: hidden;    
    max-width: 1000px;
}

.imgC2 {
    padding: 30px;
    background-color: #fff;
}

    .imgC2 li {
        margin-left: 30px;
        margin-bottom: 5px;
        padding: 0 30px 0 0;
    }

    .imgC2 .C200 li {
        margin-left: 60px;
        font-size: 14px;
    }

    .imgC2 ul {
        margin-bottom: 5px;
    }

.imgC .spanC {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

    .imgC .spanC a {
        margin: 0 auto;
        padding: 0 20px;
        font-family: 'Satisfaction';
        font-size: 70px;
        color: #fff;
        display: table;
        text-decoration: none;
    }

.imgC img {
    margin: 0 auto;
    display: table;
}

.imgC2::after {
    content: " ";
    background-color: #B53E29;
    width: 15px;
    height: 30px;
    margin: 20px 0 -30px;
    display: flex;
}

.proj {
    margin: 0 20px 20px;
    width: 45%;
    display: inline-table;
}

    .proj img {
        width: 120px;
        margin: 5px 10px 5px 0;
        float: left;
    }

.BHI {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

    .BHI img {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
    }

.BHC {
    margin-top: 200px;
    font-family: Tahoma;
    font-size: 12px;
}

.BodyC {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 40px;
    min-height: 130px;
}

    .BodyC p {
        padding-bottom: 15px;
    }

.BodyCB {
    background-color: #000;
    color: #fff;
    height: 500px;
}

    .BodyCB .BodyC {
        padding: 100px 0 100px;
    }

.BodyCW .BodyCI a {
    color: #000;
}

    .BodyCW .BodyCI a:hover {
        color: #B53E29;
        text-decoration: none;
    }

.BodyCW .BodyCI ul {
    margin-left: 30px;
}

.ImgCC {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ImgCCR {
    color: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 130px 0 60px;
}

.BodyCW {
    color: #000;
}

    .BodyCW h1, .BodyCW h2, .BodyCW h3, .BodyCW h4 {
        color: #000;
        font-family: 'Roboto Condensed', Arial, Times, serif;
    }

.HMenu_a, .HMenu {
    display: none;
}

    .HMenu input {
        color: #fff;
        border: none;
        background-color: transparent;
        padding: 10px 20px 0;
        cursor: pointer;
    }

        .HMenu input:hover {
            color: #b53e29;
        }

    .HMenu li:first-of-type {
        text-align: right;
    }

.sh .hlogo_c .hlogo .logo_a {
    margin: 0;
    display: compact;
    background-position: -94px -180px;
    height: 100px;
    position: absolute;
}

.w50 {
    width: 49%;
    float: left;
}

.right {
    float: right;
}

.w50 img {
    max-width: 100%;
}

.w70, .w30 {
    width: 68%;
    float: left;
}

.w30 {
    width: 23%;
    float: right;
    background: #f5f5f5;
    padding: 2%;
}

    .w30 h4 {
        border-bottom: 1px solid #000;
        padding: 0 0 10px 0;
        margin: 0 0 10px;
    }

    .w30 ul {
        float: left;
        clear: both;
        width: 100%;
        list-style: none;
        margin: 0 0 30px 0;
    }

        .w30 ul li a {
            color: #B53E29;
            text-decoration: underline;
            font-size: 14px;
        }

            .w30 ul li a:hover {
                color: #000;
            }

.article {
    width: 100%;
    float: left;
    margin: 0 0 50px;
}

    .article img {
        width: 100%;
    }

    .article h3 {
        font-size: 22px;
        color: #B53E29;
        font-weight: bold;
        margin: 30px 0px 0 15px;
        float: left;
    }

.date {
    width: 50px;
    text-align: center;
    background: #f5f5f5;
    color: #000;
    padding: 10px 20px;
    text-align: center;
    float: left;
    font-weight: bold;
    font-family: 'Times New Roman', 'Times',serif;
}

.articleheader {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.date .day, .date .year {
    font-size: 30px;
    display: block;
}

.date .year {
    font-size: 16px;
}

.button1, .button2 {
    background-color: #B53E29;
    color: #fff !important;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

.button2 {
    background-color: #000;
    margin-right: 20px;
}

.button1:hover {
    background-color: #000;
    box-shadow: none;
}

.button2:hover {
    background-color: #B53E29;
    color: #000 !important;
}

.button3, .button4 {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
    text-transform: uppercase;
}

    .button3:hover {
        color: #B53E29;
        text-decoration: underline;
    }

.button4 {
    margin-left: 20px;
}

    .button4:hover {
        color: #B53E29;
        text-decoration: underline;
    }

.brown {
    color: #B53E29;
}

.CForm li {
    list-style-type: none;
    margin-left: 0;
}

.c_lang i, .lang ul li a:hover i {
    opacity: 1;
}

.lang i {
    display: inline-block;
    vertical-align: bottom;
    font-style: normal;
    line-height: 16px;
}

.lang a.s {
    color: #B53E29 !important;
}

.CLft40 {
    width: 40%;
}

.CLft50 {
    width: 50%;
}

.CLft60 {
    width: 50%;
}

.CLft70 {
    width: 70%;
}

.CLft {
    width: 100%;
}

.CC_B {
    width: 100%;
}

    .CC_B .CC_BL {
        width: 47%;
        float: left;
        margin-right: 20px;
    }

    .CC_B .CC_BR {
        float: left;
        width: 50%;
    }

.BlogN {
    float: none;
    clear: both;
    display: block;
}

    .BlogN a {
        margin-right: 10px;
        float: left;
    }

.map {
    height: 300px;
    margin-top: 20px;
    margin-right: -12px;
}

    .map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

iframe.map2 {
    width: 100%;
    min-height: 400px;
    border: none;
    margin: 0 0 -6px;
}

.err {
    background-color: #f9e1e1 !important;
}

.CC_B input[type="submit"], .CC_B input[type="text"], .CC_B textarea, .CC_B select {
    width: 100%;
    border: 1px solid #dcdcdc;
    background-color: #efefef;
    padding: 5px;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', Arial, Times, serif;
    cursor: pointer;
    border-radius: 2px;
}

.CC_B textarea {
    height: 100px;
}

.CC_B input[type="button"], .CC_B input[type="submit"] {
    background-color: #B53E29;
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    border: none;
    width: auto;
    font-family: 'Roboto Condensed', Arial, Times, serif;
    font-size: 14px;
    margin-right: -12px;
}

.ImgGI {
    margin: 5px;
    width: 48.94%;
    float: left;
}

    .ImgGI img {
        width: 100%;
        margin: 0;
        padding: 0;
    }

.ImgGIC {
    background-color: #000;
    color: #fff;
    padding: 5px 5px 5px 40px;
    margin-top: -38px;
    text-transform: uppercase;
    opacity: 0.7;
}

#CookieBox {
    background-color: #eee;
    color: #000;
    padding: 20px;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2147483647;
    margin-bottom: 5px;
    box-shadow: 0 2px 10px #444;
}

    #CookieBox .close {
        color: #000;
        border: none;
        background-color: transparent;
        cursor: pointer;
        clear: both;
        border-bottom: 1px solid #000;
        margin-left: 10px;
    }

        #CookieBox .close:hover {
            border-bottom: none;
        }

#Q3 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000000000001;
    background: #000;
    display: none;
    opacity: 0.2;
}

#Q5 {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 25%;
    width: 720px;
    z-index: 1000000000000002;
    display: none;
    border-radius: 3px;
    overflow: hidden;
}

    #Q5 .EPS {
        /*width: 720px;
        height: 490px;*/
        border: none;
        background-color: #000;
    }

@media screen and (max-width:960px) {
    .w, .hlogo_c, .hlogo2, .BodyC, .ImgCCR, .footer_c, .CookieC {
        width: 100%;
        min-width: initial;
    }

    .menu {
        display: none;
    }

    .HMenu_a, .HMenu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .HMenu_a {
        top: 30px;
        right: 20px;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        line-height: 30px;
    }

    .sh .HMenu_a {
        top: 25px;
    }

    .sh .HMenu {
        top: 0;
    }

    .HMenu_a::before {
        background-image: url("/img/s4.png");
        background-position: 9px -715px;
        height: 20px;
        width: 40px;
        display: inline-block;
        content: "";
    }

    .HMenu_a:hover {
        color: #B53E29;
    }

        .HMenu_a:hover::before {
            background-position: 9px -753px;
        }

    .HMenu {
        background-color: #000;
        background-color: rgb(0,0,0);
        box-shadow: 1px 2px 3px #000;
        display: none;
        padding-bottom: 10px;
    }

        .HMenu li {
            list-style-type: none;
            width: 200px;
            border-bottom: 1px solid #000;
        }

        .HMenu a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 5px 10px 5px 20px;
            text-align: left;
            text-transform: uppercase;
        }

            .HMenu a:hover {
                color: #B53E29;
            }

    .sh .hlogo_c .hlogo .logo_a, .hlogo_c .hlogo .logo_a, .hlogo .logo_a {
        display: block;
        margin: 0 auto;
    }

    .hlogo_c .hlogo .logo_a, .hlogo .logo_a {
        margin-top: 10px;
    }

    .top_menu.right {
        margin-right: 20px;
    }

    .BodyCI {
        padding: 0 20px;
    }

    .CLft, .CLft40, .CLft50, CLft60, .CLft70 {
        width: 75%;
    }

    .header .lang {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .top_menu.right {
        position: absolute;
        top: 0;
    }

    .top_menu.right {
        right: 0;
    }

    .hlogo_c .hlogo .logo_a {
        margin-top: 10px;
        display: inline-block;
    }

    .w70 {
        width: 100%;
        padding: 0;
    }

    .w30 {
        width: 96%;
        padding: 2%;
        margin: 20px 0;
    }

    .CC_B .CC_BL, .CC_B .CC_BR, .ImgGI {
        width: 100%;
        display: block;
        float: none;
    }
}

@media screen and (max-width:650px) {
    #Q5 {
        width: 100%;
    }

    .fmenu li {
        display: block;
        margin-bottom: 5px;
    }

        .fmenu li:last-of-type {
            margin-bottom: 0;
        }

    .hlogo .right .contact {
        display: none;
    }

    .HMenu_a {
        top: 22px;
    }

    .BHC .C200 {
        padding:0;
    }

    .imgC .C200 li {
        margin-left:30px;
    }
}

@media screen and (max-width:500px) {
    .top_menu.right .contact span {
        display: none;
    }

    .CLft, .CLft40, .CLft50, .CLft60, .CLft70, .w50 {
        width: 100%;
    }

    .w50 {
        margin-bottom: 10px;
    }
}
