body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    font-size: 14px;
    color: #5C5C5C;
    background: #fff;
}


.page-container {
    padding-top: 124px;
}

.header {
    position: fixed;
    width:100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.header.affix .header-bottom {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}
.header.affix .header-bottom .logo {
    padding:5px 0px;
}

.header.affix .header-bottom .nav {
    margin: 25px 0px 0px 0px;
}

.header .header-top {
    width:100%;
    background:#2A2A2A;
}

.header-top ul {
    margin:0px;
    padding:10px 0px;
    list-style-type: none;
}

.header-top ul li {
    display: inline-block;
    padding-right: 10px;
}

.header-top ul li a {
    color: #fff;
    font-weight: normal;
}


.header .header-bottom {
    width:100%;
    padding: 0px;
    background: #fff;
}

.header-bottom .logo {
    padding:10px 0px;
    margin: 0px;
}

.header-bottom .logo .big {
    font-family: Verdana;
    line-height: 100%;
    font-size: 34px;
    font-weight: 800;
    text-decoration: none;
    color:#0B2456;
    padding: 0px;
    margin:0px;
}
.header-bottom .logo a:hover {
    color: #0B2456;
    text-decoration: none;
}
.header-bottom .logo .small {
    line-height: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #0B2456;
}
.header-bottom .nav {
    padding: 0px;
    margin: 30px 0px 0px 0px;
    text-align: right;
}

.header-bottom .nav ul {
    list-style-type: none;
    margin:0px;
    padding:0px;
}

.header-bottom .nav ul li {
    display: inline-block;
    padding:0px 20px 0px 0px;
}

.header-bottom .nav ul li a {
    text-decoration: none;
    font-weight: 400;
    color:#2D2D2D;
    font-size: 16px;
}

.header-bottom .nav ul li a:hover {
    color: #F39200;
}

.carousel {
    z-index: 1;
}

.header .header-bottom, .header .header-bottom div {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.carousel-inner img {
    width:100%;
}
.carousel .slider-logo {
    position: absolute;
    width:25%;
    z-index:99999;
    top:40%;
}
.carousel .slider-logo img {
    width:100%;
}

.heading {
    background-image: url('/view/default/images/submenu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.heading h1 {
    postition:absolute;
    padding:250px 0px 50px 50px;
    color: #fff;
}

.gallery-main-item {
    padding-bottom:20px;
}

.gallery-main-item img {
    filter: grayscale(100%);
    border:1px solid #ddd;
}
.gallery-main-item img:hover {
    filter: grayscale(0%);
    border:1px solid #ddd;
}

.gallery-main h1 {
    position: relative;
    color:#0B2456;
    margin:20px 0px;
    padding:0px 0px 0px 100px;
    text-transform: uppercase;
    font-weight: 800;
}

.gallery-main h1 .line {
    content: "";
    display: block;
    border-top: solid 5px #0B2456;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 50%;
    left:0px;
    z-index: 1;
}
.gallery-main .btn-more {
    padding-top: 50px   ;
}

.gallery-main .btn-more a {
    background: #0B2456;
    color:#fff;
    text-transform: uppercase;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 15px;
}

.gallery-main .btn-more a:hover {
    text-decoration: none;
}


.reference-main {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 10% 0;
}
.reference-main img {
    transform: rotate(-2deg);
    width:115%;
    margin-left:-5%;
}

.reference-main .text {
    text-align: center;
    position: absolute;
    top:40%;
    width:100%;
}

.reference-main .text span {
    display: inline-block;
    color: #fff;
    font-size:20px;
    font-weight: 300;
    width:49%;
}

.reference-main .text span strong {
    font-size: 80px;
}

.machine-main {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 10% 0;
}
.machine-main img{
    transform: rotate(2deg);
    width:115%;
    margin-left:-5%;
}

.machine-main .text {
    text-align: center;
    position: absolute;
    top:40%;
    width:100%;
}

.machine-main .text span {
    display: inline-block;
    color: #fff;
    font-size:20px;
    font-weight: 300;
    width:49%;
}

.machine-main .text span strong {
    font-size: 80px;
}


.text-box-main {
    clear:both;
    padding: 50px 0px 50px 0px;
    font-size: 18px;
}
.text-box-main h1 {
    position: relative;
    color:#0B2456;
    margin:20px 0px;
    padding:0px 0px 0px 100px;
    text-transform: uppercase;
    font-weight: 800;
}

.text-box-main h1 .line {
    content: "";
    display: block;
    border-top: solid 5px #0B2456;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 50%;
    left:0px;
    z-index: 1;
}

.text-box-main a {
    float:left;
    background: #0B2456;
    color:#fff;
    text-transform: uppercase;
    padding: 15px 15px;
    font-weight: 500;
    font-size: 15px;
    margin-top:20px;
}

.text-box-main a:hover {
    text-decoration: none;
}


a.btn-more {
    float:left;
    background: #0B2456;
    color:#fff;
    text-transform: uppercase;
    padding: 15px 15px;
    font-weight: 500;
    font-size: 15px;
    margin-top:20px;
}
a.btn-more:hover {
    text-decoration: none;
}
footer {
    background: #2D2D2D;
    padding:50px 0px 100px 0px;
    color:#fff;
    margin-top:50px;
    font-size: 18px;
}
footer strong {
    float:left;
    width:100%;
}

footer .row {
    padding:10px 0px;
}

footer .footer-logo {
    width: 300px;
}

.static-content {
    padding-top: 30px;
}
.news-content {
    padding-top: 30px;
}
.gallery-content {
    padding-top: 30px;
}
.gallery-item-block {
    text-align: center;
}
.gallery-item {
    position:relative;
    display: inline-block;
}
.gallery-item img {
    border:1px solid #0B2456;
}
.gallery-item .title {
    position: absolute;
    bottom:0px;
    height:20%;
    background: #0B2456;
    width:100%;
    opacity: 80%;
}
.gallery-item:hover img {
    opacity: 80%;
}

.gallery-item .title a {
    position: absolute;
    width:100%;
        opacity: 100%;
    text-align: center;
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-item .title a:hover {
    text-decoration: none;
}
@media(max-width:600px){
    .reference-main img {
        transform: none;
    }
    .reference-main .text {
        top: 50%;
        transform: translateY(-50%);
    }
    .reference-main {
    }
    .reference-main .text span {
        width:100%;
    }
    .machine-main img {
        transform: none;
    }
    .machine-main .text {
        top: 50%;
        transform: translateY(-50%);
    }
    .machine-main .text span {
        width:100%;
    }

    .text-box-main h1 { font-size: 20px!important; padding-left: 30px;}
    .gallery-main h1 { font-size: 20px!important; padding-left: 30px;}
    .machine-main span strong {font-size: 200%!important}
    .machine-main span {font-size: 100%!important}
    .reference-main span strong {font-size: 200%!important}
    .reference-main span {font-size: 100%!important}

    h1 .line {
        border-top: solid 2px #0B2456!important;
        left:-5%!important;
        width:50px!important;
    }

    .header {
        position: relative;
        padding:0px;
        margin:0px;
    }
    .page-container {
        padding:0px;
    }

    .nav {
        display:none;
    }
    .header-bottom .nav {
        margin: 0px;
    }
    .header-bottom .nav ul {
        margin:0px 0px 10px 0px!important;

    }
    .nav li {
        width:100%;
        display:block;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding:10px 0px!important;
    }
    .nav li a {
        width:100%;
    }
    .nav li:last-child {
        border: none;
    }

}

.infoblokk {
    position: fixed;
    bottom: 0px;
    right:0px;
    width:300px;
}