html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    float: left;
}

#wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
    margin-top:-150px;
    padding-top:150px;
    overflow-x: hidden;
}

footer{
    position: relative;
    width: 100%;
    padding: 35px 40px 20px 40px;
    background-color: #000;
}

.products_box h2 {  
    margin: 10px 0 20px 10px;
    font-size: 13px;
    color: #8b8b8b;
    line-height: 10px;
}

.products_box {    
    height: 280px;
}

.products_box img {
    width: 100%;
    max-width: 100%;
    height: 220px;
    margin: 0 0 0 10px;
    border: 1px solid #8b8b8b;
}

.productsSidebar {
    padding-top: 20px;
    min-height: 200px;
    background: #e1e1e1;
}

.productImages img {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #8b8b8b;
}

table.specs td.descr {
    font-weight: bold;
    padding-right: 50px;
}

.logo img {
    width: 100%;
    height: auto !important;
}

.breadcrumb {
    padding: 20px;
}

/********************************/
/**********Columns&Rows**********/
/********************************/

/********************************/
/**************Divs**************/
/********************************/

#header{
    position: fixed;
    width: 100%;
    height: 120px;
    background-color: #fff;
    background-image: url(../images/headerbackground.png);
    background-size: cover;
    background-position: center;
    z-index: 100;
}

#logo{
    position: relative;
    top: 20px;
    height: 80px;
    z-index: 14;
}

.image-big{
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 120px;
}

.txtdiv{
    max-width: 950px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: left;
}

.headerbackground{
    background-image: url(../images/machinesbackground.png);
    background-size: cover;
    background-position: center;
}

.machineimg{
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
    max-height: 250px;
}

.machineHome {
    color: #ffffff;
    margin-bottom: 15px;
}

/********************************/
/*************Divides************/
/********************************/

.blackdivide{
    width: 100%;
    height: 55px;
    text-align: center;
    background-color: #000;
}
/********************************/
/**************Menu**************/
/********************************/

#nav{
    position: absolute;
    top: 40px;
    width: 100%;
    height: 100%;
}

#nav ul{
    text-align: center;
    list-style: none;
    z-index: 15;
}

#nav li{
    float: left;
    margin-left: 22px;
    line-height: 80px;
    height: 60px !important;
}

#nav ul li ul{
    display: none;
    position: absolute;
    left: 200px;
    top: 60px;
    width: auto;
    min-width: 300px;
    height: auto;
    padding: 0 8px;
    text-align: left;
}

#nav ul li ul li{
    display: list-item;
    position: relative;
    clear: both;
    margin: 0 0;
    padding: 0 5px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: all 0.15s;
    background-color: #031837;
    width: 300px;
    height: 25px !important;
}

#nav ul li:hover ul{
    display: block;
}

#nav ul ul li a {
    color: #ffffff;
}

#but-menu{
    display: none;
    position: absolute;
    right: 40px;
    top: 0px;
    height: 45px;
    cursor: pointer;
}
/********************************/
/**************Heads*************/
/********************************/

h1{
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 24px;
    color: #b81c1c;
}

h2{
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 54px;
    color: #fff;
}

h3{
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}

/********************************/
/************Paragraphs**********/
/********************************/

p, .txtdiv ul {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

p3{
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

p4{
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
    font-size: 12px;
    color: #fff;
}

/********************************/
/**************Buttons***********/
/********************************/
a, a:hover, a:link, a:visited, a:link:active, a:visited:active{ 
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/********************************/
/**************Sliders***********/
/********************************/
.img-background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border: none;
}

.slider{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.slider .slide{
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 101%;
    height: 101%;
    display: none;
    z-index: 10;
    background-position: top;
    background-size: cover;
    z-index: 11;
}

.slidertxt-container{
    position: absolute;
    bottom: 100px;
    right: 25%;
    z-index: 12;
}

.slidertxt{
    display: table;
    margin: auto;
    margin-bottom: 20px;
    padding: 0 30px;
    text-align: center;
    background-color: rgba(10,10,10,0.8);
    z-index: 12;
}

#slide1{
    background-image: url(../images/slide1.png);
}

#slide2{
    background-image: url(../images/slide2.png);
}

#slide3{
    background-image: url(../images/slide3.png);
}

#slide4{
    background-image: url(../images/slide4.png);
}

#slide5{
    background-image: url(../images/slide5.png);
}

#slide6{
    background-image: url(../images/slide6.png);
}

#slide7{
    background-image: url(../images/slide7.png);
}
/********************************/
/***********Mobile Divs**********/
/********************************/

/********************************/
/***********Mobile Menu**********/
/********************************/

.invis{
    display: none;
}

.floatdeskright{
    float: left;
}

p.price {
    margin: 20px 0;
}

@media only screen and (min-width : 992px) {  
    
    .current-page{
        background-color: #000;
        padding: 5px 15px;
    }
    
    .floatdeskright{
        float: right;
    }

}

.productsOverview {
    padding-bottom: 20px;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.productItem:hover {
    background: #d6d6d6;
}

.productImage img {
    max-width: 100%;
    border: 1px solid #d6d6d6;
}

#tabs {
position: relative;
float: left;
margin: 0 0 1px 0;
width: 100%;
}

.tab {
position: relative;
float: left;
padding: 0 20px 0 10px;
border-right: 1px solid #ffffff;
background: #dfebf3;
}

#product_description {
position: relative;
float: left;
padding: 10px;
width: 680px;
background: #f4f9fc;
}

#product_details {
display: none;
position: relative;
float: left;
padding: 10px;
width: 680px;
background: #f4f9fc;
}

#product_images {
display: none;
position: relative;
float: left;
padding: 10px;
width: 680px;
background: #f4f9fc;
}

#product_images .product_image {
position: relative;
float: left;
margin: 0 20px 20px 0;
/*width: 150px;*/
height: 120px;
}

#product_images .product_image img {
display: block;
margin: 0 auto 0 auto;
height: 120px;
}

img.dimensions {
width: 300px;
}

#product_form {
display: none;
position: relative;
float: left;
padding: 10px;
width: 680px;
background: #f4f9fc;
}

#product_specs table {
    width: 100%;
    margin-bottom: 100px;
}

.txtdiv input, .txtdiv textarea {
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 0;
    background: #ececec;
}

.txtdiv textarea {
    height: 100px;
}

.cfield {
    display: none;
}

#standard_equipment, #dimensions, #weights, #vehicle { 
    display: none; 
}

#product_specs table tr td:first-child {
    width: 50%;
}

.headerProducts {
    height: 170px;
}

.headerbackground input {
    margin-top: 20px;
    padding: 5px;
}

.headerbackground input[type="text"] {
    width: 90%;
}

@media only screen and (max-width: 991px) {
    
    #header{
        position: fixed;
        top: 0;
        z-index: 12;
    }
    
    #but-menu{
        display: initial;
    }
    
    #nav{
        position: fixed;
        left: 0;
        top: 55px;
        width: 100%;
        height: 150px;
        max-height: 150px;
    }

    ul{
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 60px;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    li{
        display: table;
        margin-left: initial;
        width: 100%;
        padding: 6px;
        text-align: center;
        background-color: #222;
        border-top: solid 1px #444;
        line-height: 40px;
    }
    
    #nav li{
        float: left;
        margin-left: 22px;
        line-height: 20px;
        height: 40px !important;
    }
    
    .slidertxt-container{
        display: none;
    }
    
    #nav ul li:hover ul {
        display: none;
    }
      
}


@media only screen and (max-width: 767px) {
    
    
   
    
    
    
    
}

@media only screen and (max-width: 400px) {
    

}