#contentwrap {
    width: 100%;
    height: 100%;
}

#image {
    width: 100%;
    height: 85vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.image_prev {
    background: url(../img/image_prev.png) center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    left: 1%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.image_prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.image_nexv {
    background: url(../img/image_nexv.png) center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    right: 1%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.image_nexv:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#image .image_slide {
    width: 300%;
    height: 100%;
    position: relative;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.image_slide li {
    float: left;
    width: 33.333333%;
    height: 100%;
}

.image_slide li a {
    width: 100%;
    height: 100%;
    display: block;
}

.image_slide li:nth-child(1) a {
    background: url(../img/lounge_1.jpg)center no-repeat;
    background-size: cover;
}

.image_slide li:nth-child(2) a {
    background: url(../img/lounge_2.jpg)center no-repeat;
    background-size: cover;
}


.image_slide li:nth-child(3) a {
    background: url(../img/lounge_3.jpg)center no-repeat;
    background-size: cover;
}

#text1 {
    max-width: 1170px;
    margin: auto;
    text-align: center;
    line-height: 25px;
    border-bottom: solid 1px #ccc;
    color: #666;
    padding: 0px 20px 50px 20px;
}

#title {
    font-size: 45px;
    line-height: 50px;



}

#booknow {
    border: solid 2px #000;
    width: 100px;
    height: 40px;
    margin: auto;
    line-height: 40px;
}

#booknow a {
    width: 100%;
    height: 100%;
    display: block;
}

#booknow a:hover {
    background: #000;
    color: #fff;
}

#text2 {
    max-width: 1170px;
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
    margin: auto;
    color: #666;
}

.sub_title {
    font-size: 20px;
    width: 100%;
    height: 50px;
    display: block;
    padding-top: 20px;
    text-align: center;

}
#text2 > ul {
    width: 50%;
    height: 60px;
    margin: 0 auto;
    line-height: 30px;
    background: #f4f5f7;

    padding: 2% 2% 2% 2%;

}

#text2 > ul > li > ul > li {
    float: left;
    width: 45%;
    height: 100%;
    text-align: left;
    color: #666;


}

#text3 {
    clear: both;

    max-width: 1170px;
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
    margin: auto;
    color: #666;
}

#text3 .text {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    line-height: 30px;
    background: #f4f5f7;
    color: #666;
    padding: 2% 2% 2% 2%;
}

#text4 {
    clear: both;

    max-width: 1170px;
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
    margin: auto;
    color: #666;
}

#text4 .text {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    line-height: 30px;
    background: #f4f5f7;
    color: #666;
    padding: 2% 2% 2% 2%;
}


#text5 {
    clear: both;
    max-width: 1170px;
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
    margin: auto;
    color: #666;
}

#text5 .text {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
    background: #f4f5f7;
    color: #666;
    padding: 2%;
}

#text6 {
    max-width: 1170px;
    margin: 0 auto;
    color: #666;
    margin-bottom: 50px;
}

#text6 .text {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
    background: #f4f5f7;
    color: #666;
    padding: 2%;
}












@media all and (max-width:1023px) {
    #contentwrap {
        height: 100%;
    }
    #title{
        font-size: 30px;
    }

    #image {
        height: 350px;
        margin-top: 55px;
    }

    #text2 ul {
        width: 90%;
    }

    #text3 .text {
        width: 90%;
    }

    #text4 .text {
        width: 90%;
    }

    #text5 .text {
        width: 90%;
    }

    #text6 .text {
        width: 90%;
    }
}


