#page-wrap .contact {
    position: relative;
	padding: 50px 20px;
}

#page-wrap .contact > div {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

#page-wrap .contact .map {
    position: relative;
}

#page-wrap .contact .map .description {
	margin-bottom: 20px;
}

#page-wrap .contact .left {
    position: relative;
    background: #a461b7;
    float: left;
    width: 400px;
    padding: 32px 40px;
    overflow: hidden;
}

#page-wrap .contact .left .description * {
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
}

#page-wrap .contact .left .description .spacing_row {
    padding-bottom: 12px;
}

#page-wrap .contact .left .description a {
    text-decoration: underline;
}

#gotocontactform {
    display: block;
    background: #fff;
    font-size: 16px;
    color: #4f0a65;
    width: 160px;
    height: 40px;
    border: 0px;
    border-radius: 20px;
    margin-top: 52px;
    overflow: hidden;
}

#page-wrap .contact .right {
    position: relative;
    height: 550px;
    overflow: hidden;
}

#page-wrap .contact .right .blank {
    display: block;
}

#page-wrap .contact .right .blank > img {
    width: 100%;
}

#map-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#page-wrap .lists {
    position: relative;
    margin-top: 50px;
}

#page-wrap .lists .item {
    position: relative;
    margin-top: 10px;
}

#page-wrap .lists .item .parent-title {
    position: relative;
    background: #a461b7;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 10px 30px;
    padding-right: 60px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
}

#page-wrap .lists .item .parent-title:after {
    position: absolute;
    display: inline-block;
    background-image: url(../img/icon-open.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff3f7;
    content: '';
    width: 36px;
    height: 36px;
    top: 7px;
    right: 7px;
    border-radius: 18px;
    overflow: hidden;
}

#page-wrap .lists .item .parent-title2:after {
    background-image: url(../img/icon-close.png);
}

#page-wrap .lists .item .child {
    display: none;
    padding: 10px 30px;
}

@media only screen and (max-width: 516px) {
    #page-wrap .contact {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
}