html,body{
    margin : 0;
    padding: 0;
    text-align: justify;
}
#header{
    z-index: 1000;
    width: 100%;
}
#header>.topbar {
    background: #000;
    height: 40px;
}
#header>.topbar>.container>.row>div>h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 18px;
    color: white;
    padding-top: 11px;
}
#header>.topbar>.container>.row>div>a{
    display: inline-block;
    font-size: 14px;
    color: white;
    padding-left: 4px;
    height: 38px;
    padding-top: 12px;
}

#header>.topbar>.container>.row>div>a>span{
    display: inline-block;
    padding-right: 2px;
}

#header>.topbar>.container>.row>div>a:hover{
   text-decoration: none;
    color: #b92c28;
}
#header>.topbar>.container>.row>div>#languageselector-wrapper>a{
    display: inline-block;
    font-size: 14px;
    color: white;
    padding-left: 4px;
    height: 38px;
    padding-top: 12px;
}

#header>.topbar>.container>.row>div>#languageselector-wrapper>a:hover{
    text-decoration: none;
    color: #b92c28;
}

#header>.topbar>.container>.row>div>#languageselector-wrapper>ul>li>a:hover{
    text-decoration: none;
    color: white;
}
#products{
    min-height: 630px;
}

#products>.container>div>h2{
    border-bottom: solid;
    border-bottom-color: #b92c28;
}

#products>.container>div>h2>a:hover{
    text-decoration: none;
    border-bottom: #0a0507 solid 2px;
}

#products>.container>div>h2>a>span{
    color: white;
    background-color: #b92c28;
    border-radius: 4px;
}
.product-img{
    padding: 5px;

}

.product-img>a>img{
    transition: all 2s;
}

.product-img>a>img:hover{
    transform: scale(1.1);
}

.product-describe>h3>a {
    color: #b92c28;
}

.product-describe-detail>h3>a {
     color: #b92c28;
     font-size: 16px;
 }

.product-describe-detail>h3{
    text-align: center;
}

#products nav {
    padding-left: 0px;
    padding-right: 0px;
}

#products{
    background: #e2e2e2;
}

#products li{
    text-decoration: none;
    list-style-type: none;
}

#products li a{
    color: #b92c28;
    background: white;
    height: 28px;
    padding-top: 5px;
}

#products li a:hover{
    text-decoration: none;
    color: white;
    background: #b92c28;
}

#products .title>a{
    color: white;
    background: black;
}

#applications{
    background: #e2e2e2;
}
#applications>.container>div>h2{
    border-bottom: solid;
    border-bottom-color: #b92c28;
}

#applications>.container>div>a:hover{
    text-decoration: none;
    border-bottom: #0a0507 solid 2px;
}

#applications>.container>div>h2>a>span{
    color: white;
    background-color: #b92c28;
    border-radius: 4px;
}

#news>.container>h2{
    border-bottom: solid;
    border-bottom-color: #b92c28;
}

#news>.container>h2>a:hover{
    text-decoration: none;
    border-bottom: #0a0507 solid 2px;
}

#news>.container>h2>a>span{
    color: white;
    background-color: #b92c28;
    border-radius: 4px;
}

.newslist {
    padding-left: 0px;
}

.newslist > li {
    display: block;
    list-style:none;
}

.news-content{
    position:relative;
}
.newslist > li >div>h4>a {
    font-size: 20px;
    color: #b92c28;
    text-decoration: none;
}

.newslist > li >div >a {
    color: #b92c28;
    text-decoration: none;
    padding-bottom: 0px;
}

.new-img{
    padding-bottom: 20px;
}
.author{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100001;
}

#footer{
    background: #c0c0c0;
}
.contact-us{
}

#contact-us>div{
    padding-top: 5px;
}

#contact-us input{
    border: 1px solid #820909;
}


.copyright{
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-belium {
    background-color: #b92c28;
    border: none;
}
.navbar-belium .navbar-brand {
    color: #777;
}
.navbar-belium .navbar-brand:hover,
.navbar-belium .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-belium .navbar-text {
    color: #777;
}
.navbar-belium .navbar-nav > li > a {
    color: white;
    font-size: 16px;
}
.navbar-belium .navbar-nav > li > a:hover,
.navbar-belium .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-belium .navbar-nav > .active > a {
    display: inline-block;
    color: white;
    border-bottom: solid;
    border-bottom-color: #000;
}
.navbar-belium .navbar-nav > .active > a:hover,
.navbar-belium .navbar-nav > .active > a:focus {
    color: #333;
}
.navbar-belium .navbar-nav > .disabled > a,
.navbar-belium .navbar-nav > .disabled > a:hover,
.navbar-belium .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-belium .navbar-toggle {
    border-color: #ddd;
}
.navbar-belium .navbar-toggle:hover,
.navbar-belium .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-belium .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-belium .navbar-collapse,
.navbar-belium .navbar-form {
    border-color: #e7e7e7;
}
.navbar-belium .navbar-nav > .open > a,
.navbar-belium .navbar-nav > .open > a:hover,
.navbar-belium .navbar-nav > .open > a:focus {
    color: #555;
    border-bottom: solid;
    border-bottom-color: #000;
    background-color: transparent;
}

.navbar-belium .navbar-link {
    color: #777;
}
.navbar-belium .navbar-link:hover {
    color: #333;
}
.navbar-belium .btn-link {
    color: #777;
}
.navbar-belium .btn-link:hover,
.navbar-belium .btn-link:focus {
    color: #333;
}
.navbar-belium .btn-link[disabled]:hover,
fieldset[disabled] .navbar-belium .btn-link:hover,
.navbar-belium .btn-link[disabled]:focus,
fieldset[disabled] .navbar-belium .btn-link:focus {
    color: #ccc;
}


.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 2px 15px;
}

.dropdown-menu>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.subactive{
    background-color: #b92c28;
}

.dropdown-menu>li>a:hover {
    background-color: #b92c28;
    color: white;
}

.carousel-indicators .active {
    background-color: #b92c28;
}

.carousel-indicators  {
    bottom: -10px !important;
}

.carousel-indicators li {
    background-color: #e2e2e2;
}
.home-contact{
    position: absolute;
    padding: 10px;
    right: 0px;
    top: 0px;
    width: 25%;
    font-size: 18px ;
    text-align: center;
    font-family:Georgia, serif;
    color: white;
    background: rgba(26,26,26,0.6);
}
.home-contact>a{
    background-color: #b92c28;
    color: white;
    padding: 5px;
}
.carousel-caption{
    padding: 5px;
    left: 0px;
    bottom: 0px;
    background: rgba(26,26,26,0.8);
    width: 40%;
    height: 30%;

}
.carousel-caption>p{
    font-size: 20px;
    text-align: left;
    font-family:Georgia, serif;
}

.carousel-caption>a{
    display: block;
    padding-left: -100px;
    line-height: 20px;
    font-size: 18px !important;
    text-align: left;
    font-family:Georgia, serif;
    color: white;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover {
    color: #b92c28;
}
/*
.carousel-caption>a{
    display: block;
    color:white ;
    font-size: 20px;
    padding-bottom: 30px;
    font-weight: 800;
    text-decoration: none;
}*/

.carousel-caption>a:hover{
    color: #b92c28;
}
#carousel {
    padding-top: 5px;
    background: #e2e2e2;
}
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
    box-shadow:
            inset 0 0 0 0 rgba(200,95,66, 0.4),
            inset 0 0 0 16px rgba(255,255,255,0.6),
            0 1px 2px rgba(0,0,0,0.1);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-img-1 {
    background:url(../img/factory.jpg) -9px -15px;
    border-radius:50%;
}

.ch-img-2 {
    background:url(../img/energy.jpg) -9px -15px;
    border-radius:50%;
}

.ch-img-3 {
    background:url(../img/mining.jpg) -9px -15px;
    border-radius:50%;
}

.ch-img-4 {
    background:url(../img/brige.jpg) -9px -15px;
    border-radius:50%;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    -webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 30px;
    padding: 65px 0 0 0;
    height: 110px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(105, 190, 191, 0.78)
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: #fff222;
    color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
    box-shadow:
            inset 0 0 0 110px rgba(105, 190, 191, 0.78),
            inset 0 0 0 16px rgba(105, 190, 191, 0.78),
            0 1px 2px rgba(105, 190, 191, 0.78);
}

.ch-item:hover .ch-info {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ch-grid {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 300px;
    height: 300px;
    display: inline-block;
    margin: 20px;
}





#footer>div>div>h4{
    color: #b92c28;
}











.breadcrumb>li>a{
    color: #b92c28;
}
.breadcrumb{
    margin-bottom: 5px;
}
#about-us h1,#about-us h3,#about-us h4{
    color: #b92c28;
}

#about-us h2{
    font-size: 20px;
}

#about-us p{
    font-size: 16px;
}

#about-us img{
    font-size: 16px;
    padding-bottom: 10px;
}
#product-detail {
    padding-bottom: 5px;
}
#product-detail>div>h1{
    font-size: 20px;
    color: #b92c28;
    padding-bottom: 15px;
}

#product-detail>div>div{
 margin-left: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align:justify
}

.products-list{
    height: 300px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
}

#product-detail h6 {
    padding-top: 20px;
    font-size: 18px;
}

#product-detail>div>div>h5{
    font-size: 20px;
    color: #b92c28;
    padding-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid;
    border-bottom-color: #b92c28;
}

#product-detail>div>div>h3>span{
    color: #b92c28;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#product-detail>div>div>ul{
    padding-left: 0px;
}
#product-detail>div>div>ul>li{
    list-style:none;
    padding-bottom: 16px;
}

#product-detail>div>div>li{
    padding-bottom: 16px;
}

.badge-danger{
    background-color: #b92c28;
}

#news{
    min-height: 400px;
}

#news h3{
    margin-top: 0px;
    color: #b92c28;
}

#news a {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

#news p {
    color: #333;
}


#news a{
    transition: all 1s;
}

#news img:hover,#news a:hover{
    transform: scale(1.02);
}

.news-line{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: dotted 1px #8c8c8c;
}
#downloads{
    min-height: 400px;
}

#downloads p {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

#downloads a {
    display: block;
    color: #b92c28;
    text-decoration: none;
    transition: all 1s;
}

#downloads a:hover {
    transform: scale(1.2);
}

#downloads span {
    font-size: 25px;
    padding-top: 20px;
}

.download-line{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: dotted 1px #8c8c8c;
}

.map iframe {
    min-height: 300px;
    width: 100%;
    border: none;
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.map{
    padding: 0px;
}

#contact h3{
    padding-left: 15px;
    color: #b92c28;
}

#contact i {
    font-size: 50px;
    color: #b92c28;
}

.contact-line{
    margin-bottom: 20px;
}

#new-info>div>h1 {
    text-align: center;
    color: #b92c28;
    font-size: 20px;
    font-weight: 400;
}

#new-info{
    min-height: 400px;
}

#new-info>div>p,#new-info>div>ul>li{
    font-size: 16px;
}
.new-date>span{
    font-size: 12px;
    font-weight: 800;
}

#application-info>div>div>h1 {
    text-align: center;
    color: #b92c28;
    font-size: 20px;
    font-weight: 400;
}

#application-info{
    min-height: 400px;
}

#application-info>div>p,#application-info>div>ul>li{
    font-size: 16px;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.table>thead>tr>th {
    vertical-align:middle;
    text-align: center;
}

.lead {
    font-size: 12px;
    background-color: black;
    color: white;
}

table>tbody>tr>th {
    font-weight: normal;
    font-size: 12px;
    vertical-align:middle !important;
    text-align: center;
}

.red{
    color: white;
    background-color: #b92c28;
}


.arrow {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ccc;
}

.home-product{
    padding-top: 10px;
    height: 400px;
    background: #d9edf7;
    border:2px solid white;
}

.home-product-img{
    padding: 5px;

}

.home-product-img>a>img{
    transition: all 2s;
}

.home-product-img>a>img:hover{
    transform: scale(1.1);
}

.home-product-describe>h3>a {
    color: #b92c28;
}

.home-product-describe-detail>h3>a {
    color: #b92c28;
    font-size: 16px;
}
.home-product-describe>h3{
    text-align: center
}

#product-detail header h1 {
    font-size: 20px;
    color: #b92c28;
    padding-bottom: 15px;
}

#product-detail header div {
    margin-left: 0px;
}
#product-detail header span {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

#product-detail header{
    margin-bottom: 20px;
}

#product-detail nav {
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

#product-detail li{
    text-decoration: none;
    list-style-type: none;
}

#product-detail li a{
    color: #b92c28;
    background: white;
    height: 28px;
    padding-top: 5px;
}

#product-detail li a:hover{
    text-decoration: none;
    color: white;
    background: #b92c28;
}

#product-detail .title>a{
    color: white;
    background: black;
}
.product-header {
    padding-right: 0px !important;
}
.product-header h1{
    height: 92px;
    font-size: 20px;
    color: #b92c28;
    margin-bottom: 5px;
    margin-top: 0px;
    background: white;
    padding-top: 36px;
    text-align: center;
    border-radius: 4px;
}

.product-header h4{
    background: #fdfcff;
    margin: 0px 0px 5px 0px;
    height: 42px;
    padding-top: 11px;
    padding-left: 15px;
    border-radius: 4px;
}

#product-detail,#breadcrumb-container{
    background: #e2e2e2;
    margin-top: 0px;
}

.breadcrumb {
    margin-top: 5px;
    padding: 25px 25px;
}

.product-module {
    background: white;
    border-radius: 4px;
    padding: 25px;
    margin-top: 5px;
}

.product-module ul {
    padding-left: 0px;
}

#about-us,#downloads,#news,#contact,#application-info{
    background: #e2e2e2;
}
.module1{
    background: white;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.module2{
    padding: 0px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.module3{
    background: white;
    padding: 0px 25px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.module4{
    background: white;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-left: 5px;
    height: 300px;
}
.clearpadding {
    padding: 0px;
}

.imgmagin{
    margin-bottom: 10px;
}

address>a{
    color: black;
}
@media screen and (max-width: 767px) {
    .home-product{
        height: 550px;
    }

    .product-header h1{
        height: 122px;
        font-size: 20px;
    }

    .product-header h4{
        height: 62px;
    }
}