.accomm-h3 {
    margin: 30px auto;
    color: #cc0066;
}

.accomm-hotelname {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.accomm-hotelphoto {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    box-shadow: -3px 3px 10px #2f2f2f;
}

.accomm-btn {
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#B22222));
    background: -webkit-linear-gradient(top, #FF0000, #B22222);
    background: -moz-linear-gradient(top, #FF0000, #B22222);
    background: -ms-linear-gradient(top, #FFF0000, #B22222);
    background: -o-linear-gradient(top, #FF0000, #B22222);
    background-color: #B22222;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    cursor: pointer;
}

.accomm-btn:hover {
    background: none;
    background-color: #FF0000;
    color: #fff;
}

.accomm-click {
    display: block;
    background-color: #2C64B2;
    height: 50px;
    font-size: 20px;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border-radius: 10px;
    cursor: pointer;
    max-width: 800px;}

.accomm-click:hover {
    background-color: #3271c9;
}

.hotel-googlemap {
    position: relative;
    padding-bottom: 50px;
    padding-top: 30px;
    overflow: hidden;
    max-width: 800px;
    height: 400px;
}

.hotel-googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
