/** Gallery */
#ImageGallery {
    margin: 0 10px;
}

#ImageGallery .album_wrapper {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 10px;
}

.image_wrapper .id {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
}

#ImageGallery .album {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
}

#ImageGallery img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#ImageGallery .album span {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(33, 221, 227, 0.7);
    color: #fff;
    font-weight: bold;
    -webkit-transition: font-size 0.1s ease 0s;
    transition: font-size 0.1s ease 0s;
}

#ImageGallery .album:hover span {
    font-size: 30px
}



#ImageGallery .image_wrapper {
    width: 33.33%;
    box-sizing: border-box;
    float: left;
    padding: 1px;
}

#ImageGallery .image {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
}

/***********/


.hsw_contact_form {
    font-size: 11px;
    width: 100%;
}
.hsw_contact_form td {
    vertical-align: top;
}
.hsw_contact_form label {
    color: #575757;
    display: block;
    padding: 20px 0 10px;
}
.hsw_contact_form .radioset label {
    padding-top: 0;
}
.hsw_contact_form input[type="text"], .hsw_contact_form input[type="password"], .hsw_contact_form textarea {
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    padding: 9px 10px;
    width: 100%;
}
.hsw_contact_form textarea {
    height: 203px;
    max-height: 203px;
    min-height: 203px;
}
.hsw_contact_form input[type="text"]:focus, .hsw_contact_form input[type="password"]:focus, .hsw_contact_form textarea:focus {
    background: #d9c5bd none repeat scroll 0 0;
}
.hsw_contact_form .clear {
    color: #888;
    padding: 20px 0 0;
}
.hsw_contact_form .contact_half {
    box-sizing: border-box;
    display: block;
    float: left;
    height: 100%;
}
.hsw_contact_form .contact_half.left {
    padding: 0 20px 0 0;
    width: 40%;
}
.hsw_contact_form .contact_half.right {
    width: 60%;
}
.hsw_contact_form .title {
    height: 17px;
}
.hsw_contact_form .title.message {
    padding-left: 17px;
    text-align: left;
}
.hsw_contact_form .message {
    text-align: right;
}
.hsw_contact_form .hi34de {
    display: none !important;
}
.hsw_contact_form .error {
    background: #fae2b9 none repeat scroll 0 0;
}
.hsw_contact_form .button {
    box-sizing: border-box;
    display: block;
    padding: 30px 20px 0 0;
    width: 40%;
}
.hsw_contact_form .cbutton {
    background-color: #612e1b;
    border: medium none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 10px 0;
    width: 100%;
}
.hsw_contact_form .cbutton:hover {
    background-color: #6c3c2b;
}
.hsw_contact_form .cbutton:active {
    background-color: #55220f;
}
.hsw_contact_form::after, .cform::after {
    clear: both;
    content: "";
    display: block;
}
