﻿html, body {
    height: 100%;
    width: 100%;
    color: #fff;
}
body { 
  background: url(../img/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

/* keep full widget on smaller screens */
@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}


.row {
    margin: 0;
    padding: 0;
}


.nogutter, .nogutter .col-sm-6, .nogutter .col-sm-4 {
    padding-right: 0;
    padding-left: 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    padding-top: 20%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


#header {
    
    color: #fff;
    border: none;
    background-image: url(../img/header_bg.png);
}
#footer {
    
    color: #fff;
    border: none;
    background-image: url(../img/footer_bg.png);
    line-height: 50px;
}
.productcover {
height: 40%;
float: left;
}
.whitebg {
    background-color: #fff;
}

#topmenu {
    margin-top: 30px;
}

    #topmenu a {
        display: block;
        margin-left: 15px;
        float: left;
        font-family: "Open Sans";
        color: #fff;
        line-height: 30px;
    }

        #topmenu a:hover {
            border-bottom: 5px solid #fff;
            text-decoration: none;
            color: #F18D05;
        }

.linediv {
    width: 100px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.section {
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}
.pageheader {
height: 100px;

padding-top: 5px;
padding-left: 30px;
 background-image: url(../img/headerbg.jpg);
 font-family: "Open Sans";
 background-size: cover;
}
    /*.pageheader h1 {
    color: #f1ad2a;
    }*/
.pagecontent {

padding: 20px;
 background-image: url(../img/header_bg.png);
color: #fff;



}
