body{
    margin-top:40px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #b2a475;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;

}
.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {

    border: 2px solid rgba(178, 164, 117, 10);
    border-radius: 50%;
    background: rgba(178, 164, 117,0.8);
}
.image-checkbox .fa {
    position: absolute;
    color: #020537;
    background-color: transparent;
    padding: 36px;
    top: 0;
    right: 0;
    left: 0;
    bottom:0;
    font-family: 'FontAwesome';
    font-size: 22px;
}
.image-checkbox-checked .fa {
    display: block !important;
}