html, body {
    font-family: Tahoma, Geneva, sans-serif;
    background: url('../img/bg-3.jpg') top 1000px left no-repeat;
}
p {
    margin: 0;
}
a {
    color: #666;
}
a, a:hover, a:focus {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #333c7d;
}
h5 {
    font-size: 26px;
}
textarea.form-control {
	height: 200px;
}
.p50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#top {
    padding: 20px;
    position: relative;
}
#lang {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 123;
}
.navbar-default {
    background-color: #9d9d9d;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 10px solid #9d9d9d;
    border-top: 10px solid #9d9d9d;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    border-bottom: 10px solid #333c7d;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    border-top: 10px solid #9d9d9d;
    border-bottom: 10px solid #333c7d;
    background: none;
}
.dropdown-menu {
    background: #9d9d9d;
}
.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
}
.dropdown-menu li:last-child a {
    border: 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #c5363a;
    text-decoration: none;
    background-color: #9d9d9d;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel .item {
    height: 776px;
    background-size: cover;
    background-position: center center;
}
.item-desc {
    position: absolute;
    left: 0;
    top: 86px;
    bottom: 150px;
    width: 768px;
    background: rgba(51, 60, 125, 0.9);
    color: #fff;
    padding: 40px;
    padding-top: 90px;
}
.p1 {
    font-weight: 900;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #fff;
}
.p2 {
    color: #fff;
    /*font-weight: 700;*/
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 5px 0;
}
.p3 {
    font-size: 26px;
}
.offer a {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.offer a img {

}
.offer a:hover img {
    filter: grayscale(100%);
}
.offer h2 {
    font-weight: 900;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #fff;
}
.offer h3 {
    font-weight: 900;
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #fff;
}
.offer p {
    font-size: 20px;
    line-height: 20px;
}
.offer .img-desc {
    position: absolute;
    bottom: 20px;
    left: 15px;
    padding-right: 15px;
}
.text {
    font-size: 16px;
    color: #666;
}
.text h3, .text h1 {
    font-weight: 900;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #333c7d;
    margin-bottom: 30px;
}
.read-more {
    background: #333c7d;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 50px;
    color: #fff;
    font-size: 26px;
}
.numbers {
    color: #333c7d;
    text-align: center;
    font-size: 18px;
}
.numbers h4 {
    font-weight: 900;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 50px;
}
.numbers strong {
    font-size: 30px;
    line-height: 39px;
    display: block;
}
.gal {
    border: 2px solid transparent;
}
.gal:hover {
    opacity: 0.8;
}

.contact {
    background: #9d9d9d;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.contact h4 {
    font-weight: 900;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.products h1 {
    font-weight: 900;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #333c7d;
}
.products h2 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -1px;
    color: #333c7d;
    margin-bottom: 30px;
}
.product {
    font-size: 16px;
}
.product h1 {
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #333c7d;
    margin-bottom: 20px;
}
.product-right strong {
    color: #333c7d;
}
.product-info {
    background: #9d9d9d;
    padding: 15px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
}
.product-files .list-group {
    margin-top: 5px;
}
.product-files .list-group-item {
    margin-bottom: 1px;
    background-color: #333c7d;
    border: 0;
    color: #fff;
    border-radius: 0;
}
.product-files .list-group-item:hover {
    background: #9d9d9d;
    color: #fff;
}
.galleries h3 {
    font-size: 45px;
    line-height: 45px;
}
.gallery a:hover img {
    opacity: 0.8;
}
#map {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    height: 100%;
    color: #000;
    text-align: left;
}
.text #map {
    position: static;
    height: 500px;
    left: auto;
}
#copy {
    background: #9d9d9d;
    padding: 5px 10px;
    line-height: 30px;
    color: #fff;
}
#copy a {
    color: #fff;
}
.contact-footer a {
    color: #fff;
}
.contact-footer a:hover {
    opacity: 0.7;
}
form .read-more {
    margin-top: 0;
    border: 0;
}
/*333c7d*/
@media (max-width: 992px) {
    .item-desc {
        width: 100%;
    }
    .contact #map {
        position: relative;
        height: 600px;
        width: 100%;
        left: auto;
        margin-top: 50px;
        margin-bottom: -50px;
    }
    .offer h3 {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 768px) {
    #top img {
        margin: 0 auto;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        line-height: 50px;
        /*background: #444;*/
    }
    .p1 {
        font-size: 40px;
        line-height: 40px;
    }
    .p2 {
        font-size: 40px;
        line-height: 40px;
    }
    .text h3, .text h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .numbers .row-list div {
        margin-bottom: 35px;
    }
    .contact h4 {
        font-size: 40px;
        line-height: 40px;
    }
    .contact-footer {
        text-align: center;
    }
    .offer h3 {
        font-size: 35px;
        line-height: 35px;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: none;
    }
}

.slide-content.klik {
    cursor: pointer;
}
.of {
    overflow: auto !important;
}