#machinery{
    display: flex;
}

#mobile-machinery{
    display: none;
}

#machinery .left{
    display: inline-block;
    width: 50%;
    float: left;
    background: #fff;
    padding-top: 150px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 30px;
}

#machinery .right{
    display: inline-block;
    width: 50%;
    float: left;
    padding-top: 119px;

    background: rgb(75, 165, 93);

}

#machinery .left .top{
    color: rgb(162, 162, 162);
    margin-bottom: 50px;
}

#machinery .left .top .separator{
    border-bottom: 5px solid rgb(87, 179, 105);
    width: 35px;
    margin: 25px 0;
}

#machinery .left .bottom .machinery-slider{
    position: relative;
}

#machinery .left .bottom .machinery-slider .item{
    background: rgb(87, 179, 105);
    padding: 3% 3% 10% 3%;
    cursor: pointer;
}

#machinery .left .bottom .machinery-slider .item .machine-image{
    display: inline-block;
    width: 100%;

}

#machinery .left .bottom .machinery-slider .item .machine-image img{
    width: 100%;
    /*height: 100px;*/
}

#machinery .left .bottom .machinery-slider .item .machine-content p{
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    min-height: 40px;
}



#machinery .left .bottom .machinery-slider .owl-prev, #machinery .left .bottom .machinery-slider .owl-next{
    display: inline-block;
    position: absolute;
    top: 35%;
}

#machinery .left .bottom .machinery-slider .owl-prev{
    left: 0;
    margin-left: -50px;
}

#machinery .left .bottom .machinery-slider .owl-next{
    right: 0;
    margin-right: -50px;
}

#machinery .left .bottom .machinery-slider .glyphicon{
    color: rgb(87, 179, 105);
    font-size: 35px;
}

#machinery .right .gallery-container{
    padding: 10px 15px 10px 15px;
    background: rgb(87, 179, 105);
    display: inline-block;
    float: left;
}


#machinery .right .machine-gallery{
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

#machinery .right .machine-details{
    background: rgb(75, 165, 93);
    width: 100%;
    display: inline-block;
    float: left;
}

#machinery .right .machine-gallery .image-box{
    float: left;
    width: 23%;
}

#machinery .right .machine-gallery .image-box img{
    width: 100%;
}

#machinery .right .machine-gallery .image-box:first-child{
    width: 75%;
    margin-right: 2%;
    margin-bottom: 0;
}

#machinery .right .machine-gallery .image-box:nth-child(3){
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#machinery .right .machine-gallery .image-box:nth-child(4){
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}


#machinery .right .machine-title{
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;

}


#machinery .right .machine-details{
    padding: 0px 15px;
    display: inline-block;
    float: left;
}

#machinery .right .machine-details .detail-row{
    display: table;
    width: 100%;
    border-spacing: 10px;
}

#machinery .right .machine-details .detail{
    display: table-cell;
    width: 50%;
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
    border-bottom: 2px solid rgb(123, 189, 152);
    padding: 0 0;
    vertical-align: bottom;
}

#machinery .right .machine-details .detail:nth-of-type(2n){
    width: 50%;
    text-align: right;
}



.owl-dots {
      text-align: center;
}
.owl-dot {
     width: 20px;
     height: 10px;
     background: rgb(203, 203, 203);
     margin-right: 5px;
     display: inline-block;
      -ms-transform: skewX(-30deg); 
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg); 
}
.owl-dot.active {
     background: rgb(87, 179, 105);
}


#mobile-machinery .machine-profile{
    display: none;
}


@media screen and (max-width: 1250px){
    #machinery{
        display: none;
    }
    
    #mobile-machinery{
        display: block;
        padding-top: 100px;
        transition:  all 0.5s;
    }
    
    #mobile-machinery .top{
        padding: 0 3%;
        color: rgb(162, 162, 162);
        letter-spacing: 1px;        
    }
    
    #mobile-machinery .top hgroup h1{
        text-align: center;
        letter-spacing: 2px;
    }
    
    #mobile-machinery .top .separator{
        width: 35px;
        border-bottom: 5px solid rgb(87, 179, 105);
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #mobile-machinery .machines{
        padding: 0 3%;
    }
    
    #mobile-machinery .machines .machine-box{
        width: 100%;
        margin: 6px 0;
        display: inline-block;
        float: left;
        padding: 10px;
        background: rgb(87, 179, 105);
        position: relative;
    }
    
    #mobile-machinery .machines .machine-box .image-box{
        display: inline-block;
        float: left;
        width: 50%;
    }
    
    #mobile-machinery .machines .machine-box .image-box img{
        width: 100%;
    }
    
    #mobile-machinery .machines .machine-box .box-content{
        display: inline-block;
        float: left;
        width: 50%;
        color: #fff;
        font-size: 20px;
        letter-spacing: 2px;
        padding: 5px 5% 30px 3%;
    }
    
    #mobile-machinery .machines .machine-box .box-content .more{
        position: absolute;
        bottom: 30px;
        border: 1px solid #fff;
        padding: 7px 30px;
        cursor: pointer;
    }

    #mobile-machinery .machine-profile{
        transition: all 0.5s;
    }
    
     #mobile-machinery .machine-profile .close-button{
        text-align: center;
        background: rgb(87, 179, 105);
     }
    
    #mobile-machinery .machine-profile .close-button .glyphicon{
        cursor: pointer;
        color: #fff;
        font-size: 40px;
        padding: 20px 0;
    }
    
    #mobile-machinery .mobile-machine-gallery{
        background: rgb(87, 179, 105);
        display: inline-block;
        width: 100%;
        padding: 20px 3%;
    }
    
    #mobile-machinery .mobile-machine-gallery img{
        width: 100%;
    }
    
    #mobile-machinery .machine-title{
        color: #fff;
        letter-spacing: 2px;
        font-size: 20px;
        margin-top: 15px;
        text-align: center;
    }
    
    #mobile-machinery .mobile-details{
        background: rgb(75, 165, 93);
        padding: 10px 3%;
    }
    
    #mobile-machinery .mobile-details .detail{
        text-align: center;
        color: #fff;
        letter-spacing: 2px;
        padding-top: 20px;
    }
    
    #mobile-machinery .mobile-details .detail:nth-child(2n){
        border-bottom: 1px solid rgb(141, 198, 152);
        padding-top: 5px;
    }
    
    #mobile-machinery .mobile-details .detail:first-child{
        padding-top: 0;
    }
    
}



