﻿html, form,
body {
    height: 100%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.width100 {
    width: 100%;
}

.imgcontainer{width:100%;max-height:125px;overflow:hidden;line-height:125px;vertical-align:middle;}
.logo {
    margin: 5px 0 0 25px;
}
.bolg .nav-tabs > li.active > a,
.bolg .nav-tabs > li.active > a:hover,
.bolg .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #f15a22;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  font-size: 14px;
  font-weight: bold;
}
.detail ul {
                list-style: none;
                padding:0;
                margin:0;
            }

           .detail li { 
                padding-left: 1em; 
                 padding-top:0.5em;
                 padding-bottom:0.5em;
                text-indent: -1em;
            }

           .detail li:before {
                content: "■";
                padding-right: 3px;
                color: #004A8D; 
            }
.bolg ul {
                list-style: unset;
    margin: unset;
    padding: unset;
            }

           .bolg li { 
                 padding-left: unset; 
                 padding-top:unset;
                 padding-bottom:unset;
                text-indent: unset;
            }

           .bolg li:before {
                content: unset;
                padding-right:unset;
                color: unset; 
            }
hr {
  border:none;
  border-top:1px dashed #e9e9e9;
  color:#fff;
  background-color:#fff;
  height:1px;

}
.navbar-custom {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.relativeWrap {
    position: relative;
}

nav.navbar {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    nav.navbar.shrink {
        margin-top: -50px;
    }

.align-center {
    margin: 0 auto;
}

#lang {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 115px;
}
.imgCorporate {
    position: absolute;
    display:block;
    top: 16px;
    right: 150px;
}
    #lang a {
        color: #a7a9ac;
        text-decoration: none;
        margin-left: 10px;
        font-size: 11px;
        font-weight: 700;
    }

        #lang a:hover {
            color: #fff;
        }

.search {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 200px;
    height: 20px;
    text-align: left;
    padding: 0;
}

    .search .searchin {
        float: left;
        width: 60px;
        height: 19px;
        background: #f15a22;
        color: #fff;
        text-align: center;
    }

    .search .txtSearch {
        width: 120px;
        height: 19px;
        background-color: #fff;
        border: 0;
    }

    .search input {
        float: left;
        border: 0;
        padding: 0;
        margin: 0;
    }

#slogan {
    position: absolute;
    top: 58px;
    left: 0;
    color: #fff;
    width: 400px;
    font-weight: 700;
    font-size: 20px;
}

.nav-pills {
    display: none;
}

#innerscImg {
    margin-top: 70px;
}

#innersc {
    margin-top: 50px;
}

@media (min-width: 768px) {
    #slogan {
        top: 10px;
        left: 0;
        font-size: 14px;
    }

    .search {
        top: 60px;
    }

    .nav-pills > li {
        background-color: #f8f8f8;
    }

        .nav-pills > li > a {
            border-radius: 0;
            color: #9d9d9d;
            font-weight: 400;
        }

            .nav-pills > li > a:active,
            .nav-pills > li > a:hover,
            .nav-pills > li > a:focus {
                color: #fff;
                background-color: #1e376c;
            }

    .nav-stacked > li + li {
        margin-top: 8px;
        margin-left: 0;
    }

    #innerscImg {
        margin-top: 110px;
    }

    #innersc {
        margin-top: 170px;
    }

    .logo {
        margin: 55px 0 0 0;
    }

    .navbar-custom {
        
        background: url('/images/navbgM.png') top center no-repeat;
        min-height: 157px;
        background-position-x: 40%;
        border: none;
    }

        .navbar-custom .nav {
            margin-top: 16px;
            margin-left: 0;
            font-size: 11px;
            /*background-color: #1e376c;*/
        }

        .navbar-custom .columns {
            -moz-column-count: 2; /* Firefox */
            -webkit-column-count: 2; /* Safari and Chrome */
            column-count: 2;
            max-width: 650px;
            width: expression(this.width > 650 ? "650px" : true);
            background-color: #f15a22;
            color: #fff;
           
        }
        .navbar-custom .disableColor:hover{background-color: #f15a22 !important}

        .navbar-custom .navbar-nav > li {
            height: 48px;
        }

            .navbar-custom .navbar-nav > li:hover {
                background-color: #f15a22;
            }

        .navbar-custom .columns a {
            color: #fff;
            font-weight: 500;
             
        }

            .navbar-custom .columns a:hover {
                color: #fff;
                background: #1e376c;
            }

        .navbar-custom ul.nav li.dropdown:hover > ul.dropdown-menu {
            display: block;
        }
}

@media (min-width: 992px) {
    #slogan {
        top: 58px;
        left: 330px;
        font-size: 18px;
    }

    .navbar-custom {
        background: url('/images/navbg.png') top center no-repeat;
        background-position-x: 47%;
    }


    .logo {
        margin-left: 5px;
    }

    .navbar-custom .nav {
        margin-left: 240px;
        font-size: 11px;
        background-color: transparent;
    }

}

@media (min-width: 1200px) {
    .nav-pills {
        display: block;
    }

    .navbar-custom {
        background-position-x: 50%;
    }

        .navbar-custom .nav {
            margin-top: 109px;
            margin-left: 140px;
            font-size: 13px;
        }

}

.navbar-custom .navbar-brand {
    color: #9d9d9d;
}

    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
        color: #fff;
        background-color: transparent;
    }

.navbar-custom .navbar-text {
    color: #9d9d9d;
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
}

    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #f15a22;
    }

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #f15a22;
}

.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
    color: #f15a22;
    background-color: transparent;
}

.navbar-custom .navbar-toggle {
    border-color: #1e376c;
}

    .navbar-custom .navbar-toggle:hover,
    .navbar-custom .navbar-toggle:focus {
        background-color: #1e376c;
    }

    .navbar-custom .navbar-toggle .icon-bar {
        background-color: #1e376c;
    }

    .navbar-custom .navbar-toggle:hover .icon-bar,
    .navbar-custom .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #101010;
}

/*.navbar-custom .navbar-nav .columns li  {
        height:30px !important;
    }*/

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f15a22;
}

@media (max-width: 767px) {
    .absolute-wrapper {
        top: 400px;
    }

    nav.navbar.shrink {
        margin-top: 0;
    }

    .logo {
        margin: 5px 0 0 4px;
    }

    .navbar-custom {
        background-position: left;
        padding-top: 20px;
    }

    .search {
        position: fixed;
        top: 2px;
        right: 2px;
    }

    #slogan {
        position: fixed;
        top: 4px;
        left: 4px;
        font-size: 0.75em;
        color: #9d9d9d;
        font-weight: 200;
        display:none;
    }
    .imgCorporate {
    display:none;
}
    #lang {
        position: fixed;
        top: 45px;
        right: 65px;
    }

        #lang a {
            color: #808080;
        }

            #lang a:hover {
                color: #f15a22;
            }


    .navbar-custom .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

   

    .navbar-custom .navbar-nav > li > a {
        color: #1e376c;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus {
            color: #f15a22;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }


    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #f15a22;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #f15a22;
        background-color: #080808;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-custom .navbar-link {
    color: #9d9d9d;
}

    .navbar-custom .navbar-link:hover {
        color: #f15a22;
    }

.navbar-custom .btn-link {
    color: #9d9d9d;
}

    .navbar-custom .btn-link:hover,
    .navbar-custom .btn-link:focus {
        color: #f15a22;
    }

    .navbar-custom .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-custom .btn-link:hover,
    .navbar-custom .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-custom .btn-link:focus {
        color: #444;
    }

.absolute-wrapper {
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 20;
}


/*Main carousel*/
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

#myCarousel .carousel-control .icon-prev:before {
    content: '\2039';
    font-size: 100px;
}

#myCarousel .carousel-control .icon-next:before {
    content: '\203a';
    font-size: 100px;
}

.custom-caption, .customSliders {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    padding: 20px;
    width: 100%;
}

.custom-caption {
    bottom: 0;
    color: #fff;
    text-align: center;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
}

.customSliders {
    bottom: 0;
}

.custom-caption > .captionLeft {
    float: left;
    width: 100%;
    background-color: #f15a22;
}

.custom-caption > .captionLeft {
    font-size: 18px;
}

.custom-caption > .captionRight {
    font-size: 14px;
}

.custom-caption > .captionRight {
    float: left;
    width: 100%;
    background-color: #fff;
    color: #9d9d9d;
    margin-top: 5px;
}

.customSliders > .captionLeft {
    float: left;
    width: 100%;
}

.customSliders > .captionRight {
    float: left;
    width: 100%;
    margin-top: 10px;
   

}

@media (min-width: 768px) {

    .custom-caption, .customSliders {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 10;
        padding: 20px 0;
        height: 107px;
        width: 750px;
    }

    .custom-caption {
        bottom: 10px;
        color: #fff;
        text-align: center;
        background: url('/images/captionbg.png') center no-repeat;
        text-align: left;
        /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
    }

    .customSliders {
        bottom: 40px;
    }

    .custom-caption > .captionLeft {
        float: left;
        width: 350px;
        padding-left: 10px;
        background-color: transparent;
        font-size: 22px;
    }

    .custom-caption > .captionRight {
        float: left;
        width: 350px;
        margin-left: 25px;
        padding-left: 10px;
        color: #9d9d9d;
        background-color: transparent;
         padding-right:25px;
    }

    .customSliders > .captionLeft {
        float: left;
        width: 350px;
        background-color: transparent;
    }

    .customSliders > .captionRight {
        float: left;
        width: 350px;
        margin-left: 35px;
        background-color: transparent;
        margin-top: 0;
    }
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.voffset2 {
    margin-top: 2px;
}

.voffset5 {
    margin-top: 5px;
}

.voffset10 {
    margin-top: 10px;
}

.voffset15 {
    margin-top: 15px;
}

.voffset20 {
    margin-top: 20px;
}

.voffset30 {
    margin-top: 30px;
}

.voffset40 {
    margin-top: 40px;
}

.voffset60 {
    margin-top: 60px;
}

.voffset80 {
    margin-top: 80px;
}

.voffset100 {
    margin-top: 100px;
}

.voffset150 {
    margin-top: 150px;
}
.hoffset20 {
    margin-left: 20px;
}
/*News carousel*/


#projects .thumbnail, #news .thumbnail {
    margin-bottom: 0;
}

#projects, #news {
    border: solid #a7a9ac 1px;
    height: 300px;
}

    #projects .header, #news .header {
        margin: 7px;
        background-color: #f15a22;
        padding: 2px 4px;
        color: white;
    }

    #projects .carousel-inner .thumbnail, #news .carousel-inner .thumbnail {
        border: 0;
    }

.carousel-control {
    color: #9d9d9d;
    top: 44%;
    bottom: auto;
    opacity: 1;
}

#projects h3, #projects p, #news h3, #news p {
    font-size: 14px !important;
}

.carousel-control:hover {
    color: #f15a22;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

#projects .carousel-control.right, #news .carousel-control.right {
    left: auto;
    right: -25px;
}

#projects .carousel-control.left, #news .carousel-control.left {
    right: auto;
    left: -25px;
}

footer {
    margin-top: 20px;
    background-color: #1e376c;
}

.footer-distributed {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    max-width: 1200px;
    padding: 55px 50px;
    margin: 0 auto;
    position:relative;
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    /* Footer left */

    .footer-distributed .footer-left {
        width: 40%;
    }

    /* The company logo */

    .footer-distributed h3 {
        color: #ffffff;
        font: normal 36px 'Cookie', cursive;
        margin: 0;
    }

        .footer-distributed h3 span {
            color: #5383d3;
        }

    /* Footer links */

    .footer-distributed .footer-links {
        color: #ffffff;
        margin: 20px 0 12px;
        padding: 0;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
        }

    .footer-distributed .footer-company-name {
        color: #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    /* Footer Center */

    .footer-distributed .footer-center {
        width: 35%;
    }

        .footer-distributed .footer-center i {
            background-color: #f15a22;
            color: #ffffff;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer-distributed .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
            }

        .footer-distributed .footer-center p {
            display: inline-block;
            color: #ffffff;
            vertical-align: middle;
            margin: 0;
            font-size: 14px;
        }

            .footer-distributed .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-center p a {
                color: #5383d3;
                text-decoration: none;
            }


    /* Footer Right */

    .footer-distributed .footer-right {
        width: 20%;
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

        .footer-distributed .footer-company-about span {
            display: block;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .footer-distributed .footer-icons {
        margin-top: 25px;
    }

        .footer-distributed .footer-icons a {
            display: inline-block;
            width: 36px;
            height: 36px;
            cursor: pointer;
            text-align: center;
            margin-right: 3px;
            margin-bottom: 5px;
        }

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    
    .footer-distributed {
        font: bold 14px sans-serif;
    }

        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
}

.yuzDashed {
    width: 100%;
    border-bottom: Dashed 1px Silver;
}

#pnlCatList img {
    width: 90%;
}

#pnlCatList .thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height: 320px;
    width: expression(this.width < 200 ? "200px" : true);
}

#pnlCatList .item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

    #pnlCatList .item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
        background: #428bca;
    }

    #pnlCatList .item.list-group-item .list-group-image {
        margin-right: 10px;
    }

    #pnlCatList .item.list-group-item .thumbnail {
        margin-bottom: 0px;
    }

    #pnlCatList .item.list-group-item .caption {
        padding: 9px 9px 0px 9px;
    }

    #pnlCatList .item.list-group-item:nth-of-type(odd) {
        background: #eeeeee;
    }

    #pnlCatList .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    #pnlCatList .item.list-group-item img {
        float: left;
    }

    #pnlCatList .item.list-group-item:after {
        clear: both;
    }

#pnlCatList .list-group-item-text {
    margin: 0 0 11px;
}

.tableSpecs th {
    text-align: center;
    font-weight: bold;
}

.tableSpecs tbody .col1 {
    padding-left: 20px;
    width: 40%;
    border-bottom: Silver 1px solid;
    background-color: white;
}

.tableSpecs tbody .col2 {
    width: 30%;
    border-bottom: #808080 1px solid;
    background-color: #E6E7E8;
    text-align: center;
}

.tableSpecs tbody .col3 {
    width: 30%;
    border-bottom: #808080 1px solid;
    background-color: #CCDBE8;
    text-align: center;
}

.tableSpecs tbody .col21 {
    width: 24%;
    border-bottom: #808080 1px solid;
    background-color: #E6E7E8;
    text-align: center;
}

.tableSpecs tbody .col31 {
    width: 12%;
    border-bottom: #808080 1px solid;
    background-color: #E6E7E8;
    text-align: center;
}

.tableSpecs tbody .col41 {
    width: 12%;
    border-bottom: #808080 1px solid;
    background-color: #CCDBE8;
    text-align: center;
}

.tableSpecs tbody .col51 {
    width: 12%;
    border-bottom: #808080 1px solid;
    background-color: #CCDBE8;
    text-align: center;
}
#bhflink
{
    margin-top: 20px;
    color: #545a7c;
    font-size: 10px;
}

#bhflink a
{
    color: #545a7c;
    text-decoration: none;
    font-size: 10px;
}
#bhflink a:hover
{
    text-decoration: underline;
}
#bhflink img
{
    vertical-align: bottom !important;
}
.panel-heading a {
    font-size:14px;
}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}


.jenerator-sprt {
    background-image: url(/images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.jenerator-sprt-facebook {
    width: 36px;
    height: 36px;
    background-position: -5px -5px;
}

.jenerator-sprt-linkedin {
    width: 36px;
    height: 36px;
    background-position: -51px -5px;
}

.jenerator-sprt-twitter {
    width: 36px;
    height: 36px;
    background-position: -5px -51px;
}

.jenerator-sprt-youtube {
    width: 36px;
    height: 36px;
    background-position: -51px -51px;
}
.imgWrap{min-height:150px !important;}