html {
    font-size: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    filter: grayscale(100%);
}
body {
    font-size: 100% !important;
    background: url(../images/bg.jpg) center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-width: 100% !important;
    overflow-x: hidden !important;
}
body.font-s {
    font-size: 16px !important;
}
body.font-m {
    font-size: 17px !important;
}
body.font-l {
    font-size: 18px !important;
}
/*header {
    padding-top: 0px !important;
    height: 100%;
    /*
    background: url(../images/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
/*}
/*header .lang-link a{
    font-size: 12px;
}*/
.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    background: #FFF;
    position: relative;
}
.container::before,
.container::after {
    content: " " !important;
    width: 49px;
    display: block !important;
    position: absolute;
    top: 0;
    height: 100%;
}



@media (max-width: 767px) {
    header .logo img {
        max-width: 70% !important;
        text-align: left;
    }
    .logo {
        text-align: center;
        padding-top: 10px;
    }
}
.header-spacer{
  height: 1px;
}

.top-menu{
    padding-top: 15px;
}
.nav-image {
    position: relative;
    width: 100%;
}
.nav-text {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}
.content {
    padding-bottom: 0px !important;
}
.content h1 {
    margin-bottom: 30px;
}
.content li {
    padding-bottom: 10px;
}
.site-index h2 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}
.site-index h2  i{
    color: #72c02c;
}
.site-index .headline {
    display: block;
    margin: 25px 0 20px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.site-index .project-item{
    padding:5px;
}
.site-index .project-item .thumbnail-style {
    padding: 7px;
    position: relative;
    margin-bottom: 11px;
}
.thumbnail-style a.btn-more {
    left: -5px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: #72c02c;
    display: inline-block;
}
.site-index .project-item  h4{
    color: #666666;
    margin: 10px 0px;
}
.site-index .project-item ul {
    list-style: none;
    padding:0px;
    margin:0;
}
.site-index .project-item li {
    font-size: 0.75em;
    padding-left: 15px;
    text-indent: -10px;
    padding-bottom: 5px;
}
.site-index .project-item li:before {
    content: "��";
    color: #006837;
    position: relative;
    left: -5px;
}
.site-index .project-item  h4{
    color: #666666;
    margin: 10px 0px;
}
.site-index .client-logo img{
    padding:10px;
    max-width: 100px;
}
.footer {
    padding: 0 !important;
    margin: 0;
    color: #333;
    text-align: center;
}
.footer .container {
    padding-top: 15px !important;
    padding-bottom: 50px !important;
}
.footer .container::before {
    background: url(../images/footer-l_bg.png) bottom right no-repeat;
}
.footer .container::after {
    background: url(../images/footer-r_bg.png) bottom left no-repeat;
}

.footer .headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #006837;
}

.footer hr {
    border-top: 1px solid #006837;
}

.footer .footer-menu > ul{
    padding-left: 0;
    list-style: none;
}

.footer .footer-menu > ul > li{
    border-bottom: 1px solid #eee;
}

.footer .footer-menu > ul > li a{
    color: #000;
    font-size: 0.6875em;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.footer .footer-menu > ul > li i {
    color: #eee;
    float: right;
    margin-top: 5px;
}

.footer .footer-menu > ul > li > ul{
    padding-left: 20px;
    list-style: none;
    padding-bottom: 10px;
}


.footer .footer-menu > ul > li > ul > a{
    color: #000;
    font-size: 0.6875em;
    padding: 6px 0px;
    display: inline-block;
}