/* >> individual CSS
------------------------------------------------------------*/
@import "../editor-style.css";

.pswp *{position: static;} /* contra reset.css for photoswipe */
.video_img {
    background-size: cover;
    background-position: center center;
}
.jumpTo{
    cursor:pointer;
}
.thumbGallery__navigator {
    -webkit-user-select: none;  /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.thumbGallery__navigatorWrapper__item {
    cursor:pointer;
}

.form-true-message{padding: 16px 16px; color: white; background-color: #40d47e; border-radius: 5px; margin-bottom: 16px; text-align: center; margin: 2em auto; width: 300px; height: 50px; display: block;}
.form-false-message{padding: 16px 16px; color: white; background-color: #f16363; border-radius: 5px; margin-bottom: 16px; text-align: center; margin: 2em auto; width: 300px; height: 50px; display: block;}

a#pos{
    color: #da2128;
    font-size:13px;
    text-align: center;
    margin: 1em auto 0;
    width: 100%;   
}

/*Supply*/
.pageWrapper--supply{justify-content: center; align-items: center; width: 100%; max-width: 100%; margin: 0; padding: 30px 0 210px; text-align: center; background: #444444;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    }
.pageTitle--supply{  margin: 0; padding: 0; font-size: 90px; line-height: 1.6em; color:white;}
.pageTitle--supply-second{  margin: 0; padding: 0; font-size: 24px; line-height: 1.6em; color:white;}

.noBack{
    background:none;
}

/* >> TAB
--------------------------------------------*/

@media only screen and (min-width: 720px){

}

/* >> PC
--------------------------------------------*/


@media only screen and (min-width: 1024px){

    .page__slider {
        opacity: 0;
    }

}
