/*RESET*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
/* / / RESET*/


/*MODAL 1.2*/
.sm_wrapper1{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .0);
    transition: all 0.3s ease;
}
.sm_show-wrapper1{
    background-color: rgba(0, 0, 0, .1);
}
.sm_wrapper2{
    position: absolute;
    top: 35%;
    width: 100%;
    max-height: 100%;
    opacity: 0;
}
.sm_show-wrapper2{
    opacity: 1;
}
.sm_transition03{
    transition: top .3s ease, opacity .3s ease, transform 0.3s;
}
.sm_close-modal{
    opacity: 0;
    transform: scale(0.85);
}
.sm_success_form{
    z-index: 6;
    position: fixed;
    top: 50%;
    left: 50%;
}
.sm_success_form_before{
    transform: scale(1.3);
}
.sm_success_form_after{
    transform: scale(0.7);
    opacity: 0;
}
.sm_waiting_form{
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    background-image: url("../img/form-preloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90px 22px;
    border-radius: 4px;
}
/* / / MODAL 1.2 */






/*SCALE GALLERY*/
.st-tab{
    display: inline-block;
    color: white;
    padding: 5px 10px;
}
.st-tab-select{
    background-color: red;
}
.st-content{
    position: relative;
    transition: all .3s ease;
}
.st-hidden-content{
    display: none;
    transition: height .3s ease;
}
.st-old-container{
    position: relative;
}
.st-new-container{
    top: 0;
    width: 100%;
    position: absolute;
}
.st-down{
    opacity: 0;
    transform: scale(.8);
}
.st-up{
    opacity: 0;
    transform: scale(1.2);
}
.transition03{
    transition: all .3s ease;
}
/* / / SCALE GALLERY*/