body {
    background: #64c2ff url('/magic/bg-body.jpg') top left repeat-x;
}
.image_area {
    position: relative;
}

img {
    display: block;
    max-width: 100%;
}

.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.modal-lg{
    width: 350px;
    max-height: 250px;
    max-width: 350px;
    margin-top: 60px;
}

.modal-content{
    margin-top: 60px;
}

.overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    width: 100%;
}


.text {
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.image_border {
    background:url('/magic/box_mob.png');
    width:130px;
    height:129px;
    vertical-align:middle;
    margin-top:20px;
    margin-left:20px;
    padding:1px;
    cursor: pointer;
}
.navbar-brand {
    cursor: pointer;
}
.step{
    border-radius: 10px;
}
