#section-hero-6 {
    background: url(../images/bg-6.jpg) top fixed;
}

.de_light .widget{
    border-bottom: none;
}

.carousel-inner img{
    width: 100%;
}

header img.logo{
    max-width: 200px;
    transition: all ease-in-out 0.3s;
}

@media only screen and (max-width: 480px){
    header div#logo img.logo{
        max-width: 80px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px){
    header div#logo img.logo{
        max-width: 80px;
    }
}

@media only screen and (max-width: 996px){
    header div#logo img.logo{
        max-width: 80px;
    }
}

header.smaller img.logo{
    max-width: 90px;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #b61924;
    /*    background-image: url(http://localhost/Works/IndustryFuture/Construction/css/main.css);*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.page-cover .cover-bg.bg-color {
    background-image: none;
    z-index: -3;
}
.page-cover .cover-bg {
    /*    background: url(../img/bg-default.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -3;
}
.full-size {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pos-abs {
    position: absolute;
}

.panel-heading h4 a{
    color: #CCC;
}
.panel-heading h4:hover,
.panel-heading h4 a:hover{
    text-decoration: none;
    cursor: pointer;
}

div.text{
    text-align: justify;
}

table,td,tr{
    border: solid 1px #EEE;
}

td{
    padding: 2px 3px;
}

tbody tr:first-child{
    text-align: center;
}

.profile_pic{
    text-align: justify;
}

#mainmenu a{
    /*    font-weight: bold;*/
}


.teaser-nav {
    position: relative;
    bottom: -70px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 138px;
    background-color: rgba(10, 10, 10, .6);
}

.teaser-item {
    display: block;
    text-decoration: none;
    position: relative;
    top: 0;
    width: auto;
    height: 138px;
    overflow: hidden;
    float: left;
    left: 40px;
}

.teaser-item img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.teaser-item h5 {
    color: #fff;
    font-size: 13px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.img-float{
    float: right;
    margin-top: -65px;
}

.logo-small{
    max-height: 100px;
}

footer{
    padding-top: 40px;
}

table td{
    color: white;
}

.panel-body ul,
.panel-body p{
    color: white;
}

#mail_success {
    padding: 20px;
    display: block;
    margin-top: 10px;
    color: #5cb85c;
    border: solid 1px #5cb85c;
    margin-bottom: 20px;
}

#mail_fail{
    display: block;
    margin-top: 10px;
}