#show-submit-data > button {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 1rem 2rem;
    border: none;
    background-color: #50ce7d;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 2rem 0 2rem auto;
    font-size: 1em;
}

#show-submit-data input {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    width: 100%;
    line-height: normal;
    font-size: 1em;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    color: rgba(0, 0, 0, 0.72);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2196f3), to(#2196f3)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#2196f3, #2196f3), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#2196f3, #2196f3), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#2196f3, #2196f3), linear-gradient(#d9d9d9, #d9d9d9);
    height: 2.4em;
}

#show-submit-data input:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#show-submit-data .input-field label {
    width: 100%;
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1em;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-align: initial;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    pointer-events: none;
}

#show-submit-data input:focus + label {
    color: #2196f3;
}

#show-submit-data .input-field {
    position: relative;
    margin-top: 2.2rem;
}

#show-submit-data .input-field label.active {
    -webkit-transform: translateY(-15px) scale(0.8);
    transform: translateY(-15px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#show-submit-data .container {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.step {
    font-size: 1.6em;
    font-weight: 600;
    margin-right: .5rem;
}

.option {
    margin-top: 2rem;
    border-bottom: 1px solid #d9d9d9;
}

.modal1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.89);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal1 .content {
    width: 100%;
    background: #fff;
    display: inline-block;
    padding: 2rem;
    position: relative;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.modal1 .content h4 {
    margin-top: 0;
}

.modal1 .content a.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: inherit;
}

.modal2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.89);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal2 .content {
    width: 35%;
    background: #fff;
    display: inline-block;
    padding: 2rem;
    position: relative;
}

.modal2 .content h4 {
    margin-top: 0;
}

.modal2 .content a.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: inherit;
}

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("img/loader.gif") center no-repeat;
}

input#password {
    width: 50%;
    padding: 10px;
    margin: 10px 0 10px 0;
}

#contentModal2 {
    text-align: center;
}

/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}

.gallery_single_img img {
    max-width: 100%;
    width: 351px !important;
    height: 236px !important;
}


@media screen and (max-width: 1366px) {


}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 786px) {

    .gallery_single_img img {
        width: 100% !important;
        margin: 5px 0 5px 0;
    }
    
    .container {
        width: 80%;
    }
    .modal2 .content {
    }
}

@media screen and (max-width: 450px) {

    .gallery_single_img img {
        width: 100% !important;
        margin: 5px 0 5px 0;
    }

    .container {
        width: 90%;
    }

    .modal2 .content {
        width: 100%;
    }
}