@charset "utf-8";
body,
ul,
li {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.menu {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.menu ul {
    width: 100%;
    max-height: 650px;
}

.menu ul li img {
    display: block;
    width: auto;
    height: auto;
}

.img-details {
    margin: auto;
    position: relative;
    text-align: center;
}

.details-div img {
    width: 100%;
}

.details1 {
    left: 280px;
    top: 110px;
}

.details2 {
    right: 353px;
    top: 270px;
}

.titles {
    color: #606060;
    font-family: sans-serif;
    font-size: 21px;
    font-weight: bold;

}
.titles-left {
	padding-right: 5px;
    border-right: 2px solid #75bf43;
}
.titles-right {
    padding-left: 5px;
    border-left: 2px solid #75bf43;
}

.details-content {
    color: #606060;
    font-family: sans-serif;
    font-size: 14px;
}

.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.image1,
.image2,
.image3,
.image4,
.image5,
.image6 {
    position: absolute;
    z-index: 9;
}

.image1 {
    top: 105px;
}
.image2 {
    top: 260px;
}

.image3 {
	bottom: 335px;
}
.image4 {
    bottom: 280px;
}
.image5 {
    bottom: 225px;
}

.image6 {
	bottom: 145px;
}
.img1 {
	left: 270px;
}

.img2 {
    left: 314px;
}

.img3 {
	left: 210px;
}
.img4 {
	left: 370px;
}

.img5 {
    left: 235px;
}

.img6 {
	left: 385px;
}

.overlay1,
.overlay3,
.overlay5 {
	display: none;
	width: 215px;
    text-align: right;
    position: absolute;
    top: -2px;
    left: -9px;
}
.overlay2,
.overlay4,
.overlay6 {
	display: none;
	width: 215px;
    text-align: left;
    position: absolute;
    top: -2px;
    left: 450px;
}

.details-title1:after {
    content: "";
    width: 65px;
    height: 2px;
    background: #75bf43;
    position: absolute;
    right: -65px;
    top: 14px;
}

.details-title2:after {
    content: "";
    width: 115px;
    height: 2px;
    background: #75bf43;
    position: absolute;
    left: -115px;
    top: 14px;
}

.details-title3:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #75bf43;
    position: absolute;
    right: -20px;
    top: 14px;
}

.details-title4:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #75bf43;
    position: absolute;
    left: -60px;
    top: 14px;
}

.details-title5:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #75bf43;
    position: absolute;
    right: -30px;
    top: 14px;
}

.details-title6:after {
    content: "";
    width: 45px;
    height: 2px;
    background: #75bf43;
    position: absolute;
    left: -45px;
    top: 14px;
}

.image1:hover .overlay1 {
    display: inline-block;
}
.image2:hover .overlay2 {
    display: inline-block;
}
.image3:hover .overlay3 {
    display: inline-block;
}
.image4:hover .overlay4 {
    display: inline-block;
}
.image5:hover .overlay5 {
    display: inline-block;
}
.image6:hover .overlay6 {
    display: inline-block;
}
.img-details .all-details img {
    max-width: 100px !important;
}


@media only screen and (max-width: 767px) { 
    .image1 {
        top: 52px;
    }
    .img1 {
    left: 135px;
    }
    .image2 {
    top: 130px;
    }
    .img2 {
    left: 160px;
    }
    .image3 {
    bottom: 185px;
    }
    .img3 {
    left: 110px;
    }
    .image4 {
    bottom: 153px;
    }
    .img4 {
    left: 189px;
    }
    .image5 {
    bottom: 120px;
    }
    .img5 {
    left: 120px;
    }
    .image6 {
    bottom: 80px;
    }
    .img6 {
    left: 197px;
    }
}



