
/* Browser */
@media screen and (min-width: 1100px) {
    .jtz-body .jtz-body-profile {
        width: 60%;
        left: 20%;
    }

    .jtz-body .jtz-body-content .content-preview {
        width: 60%;
    }

    .jtz-body .jtz-body-content .content-trainer {
        width: 80%;
    }

    .jtz-body .jtz-body-content .content-display {
        width: 80%;
    }

    .jtz-body .jtz-body-content .content-map {
        width: 60%;
    }
}

/* Pad */
@media screen and (max-width: 1099px) and (min-width: 601px) {
    .jtz-body .jtz-body-profile {
        width: 80%;
        left: 10%;
    }

    .jtz-body .jtz-body-content .content-preview {
        width: 80%;
    }

    .jtz-body .jtz-body-content .content-trainer {
        width: 90%;
    }

    .jtz-body .jtz-body-content .content-display {
        width: 90%;
    }

    .jtz-body .jtz-body-content .content-map {
        width: 80%;
    }
}

/* Phone*/
@media screen and (max-width: 600px) {
    .jtz-body .jtz-body-profile {
        width: 94%;
        left: 2%;
    }

    .jtz-body .jtz-body-content .content-preview {
        width: 94%;
    }

    .jtz-body .jtz-body-content .content-trainer {
        width: 100%;
    }

    .jtz-body .jtz-body-content .content-display {
        width: 100%;
    }

    .jtz-body .jtz-body-content .content-map {
        width: 90%;
    }
}

.jtz-body {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    font-family: sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #616368;
}

.jtz-body .jtz-edit-btn {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: none;
    cursor: pointer;
    color: white;
}

.jtz-body .jtz-wipe-btn {
    line-height: 28px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    top: -10px;
    right: -10px;
    border: none;
    background: red;
    position: absolute;
    cursor: pointer;
    color: white;
    z-index: 1;
    outline: none;
}

.jtz-body .jtz-edit-btn .jtz-edit-img {
    width: 60px !important;
    height: 60px !important;
}

.jtz-body .jtz-edit {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 40%;
    bottom: 40%;
}

.jtz-body .jtz-edit img {
    height: 40px !important;
}

.jtz-body .jtz-body-banner {
    height: 300px;
    width: 100%;
    background-size: cover;
    position: relative;
}

.jtz-body .jtz-body-profile {
    position: absolute;
    top: 200px;
    height: 220px;
    margin: auto;
    background-color: #272c33;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    padding: 15px;
    box-sizing: border-box;

}

.jtz-body .jtz-body-profile .profile-preview {
    height: 185px;
    width: 185px;
    float: left;
    margin-right: 15px;
    background-color: #f8f8f8;
    border: none;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.jtz-body .jtz-body-profile .profile-preview img {
    height: 100%;
    margin: auto;
}

.jtz-body .jtz-body-profile .profile-title {
    margin-bottom: 15px;
    font-size: 20px;
    height: 35px;
    overflow: auto;
    font-weight: 400;
    color: white;
}

.jtz-body .jtz-body-profile .profile-title h2 {
    display: inline-block;
}

.jtz-body .jtz-body-profile .profile-title img {
    float: left;
    height: 35px;
    border-radius: 5px;
}

.jtz-body .jtz-body-profile .profile-types {
    height: 20px;
    overflow: auto;
    color: #607d8b;
    font-weight: 200;
    font-size: 10pt;
}

.jtz-body .jtz-body-profile .profile-motto {
    font-size: 9pt;
    margin-top: 5px;
    font-weight: 600;
}

.jtz-body .jtz-body-profile .profile-desc {
    margin-top: 5px;
    height: 93px;
    overflow: auto;
    font-size: 10pt;
    font-weight: 300;
    color: white;
}

.jtz-body .jtz-body-content {
    height: auto;
    width: 100%;
    padding-top: 230px;
    padding-bottom: 50px;
    box-sizing: border-box;
    background-color: #393f48;
}

.jtz-body .jtz-body-content .content-preview {
    height: 370px;
    background: black;
    border: 1px solid #979797;
    margin: auto auto 60px auto;
    text-align: center;
    position: relative;
}

.jtz-body .jtz-body-content .content-preview .jtz-loading-circle {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    border: 5px solid #000000;
    border-radius: 50%;
    border-top: 5px solid #ff6102;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.jtz-body .jtz-body-content .content-preview video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jtz-body .jtz-body-content .content-trainer {
    height: auto;
    margin: auto auto 60px auto;
}

.jtz-body .jtz-body-content .content-trainer .trainer-title {
    text-align: center;
    height: 30px;
    margin-bottom: 15px;
}

.jtz-body .jtz-body-content .content-trainer .trainer-content {
    height: 205px;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
}

.jtz-body .jtz-body-content .content-trainer .trainer-content .trainer-content-child {
    width: 160px;
    height: 200px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.jtz-body .jtz-body-content .content-trainer .trainer-content .trainer-content-child:hover {
    box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.5);
    transition: box-shadow 500ms;
}

.jtz-body .jtz-body-content .content-trainer .trainer-content .trainer-content-child a {
    font-size: 9pt;
}

.jtz-body .jtz-body-content .content-trainer .trainer-content .trainer-content-child .content-child-preview {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 50px;
    background-color: #6B7770;
    overflow: hidden;
}

.jtz-body .jtz-body-content .content-trainer .trainer-content .trainer-content-child .content-child-preview img {
    max-height: 100%;
    max-width: 100%;
}

.jtz-body .jtz-body-content .content-display {
    height: auto;
    margin: auto auto 60px auto;
}

.jtz-body .jtz-body-content .content-display .display-title {
    text-align: center;
    height: 30px;
    position: relative;
    margin-bottom: 15px;
}

.jtz-body .jtz-body-content .content-display .display-title button {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    top: 0px;
    right: 0px;
    border: none;
    background: #45ad2a;
    font-size: 12pt;
    position: absolute;
    cursor: pointer;
    color: white;
    z-index: 1;
    outline: none;
}

.jtz-body .jtz-body-content .content-display .display-content {
    position: relative;
    padding: 10px;
    height: 275px;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
}

.jtz-body .jtz-body-content .content-display .display-content .display-content-child {
    height: 270px;
    background-color: #ffffff;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.jtz-body .jtz-body-content .content-display .display-content .display-content-child:hover {
    opacity: 0.8;
    transition: opacity 500ms;
}

.jtz-body .jtz-body-content .content-display .display-content .display-content-child img {
    height: 100%;
}

.jtz-body .jtz-body-content .content-display .display-content .display-content-child video {
    height: 100%;
}

.jtz-body .jtz-body-content .content-display .display-content .display-content-child h3 {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
    font-size: 12pt;
    position: absolute;
    bottom: 0px;
}

.jtz-body .jtz-body-content .content-map {
    height: auto;
    margin: auto auto 60px auto;
    position: relative;
}

.jtz-body .jtz-body-content .content-map .map-title {
    text-align: center;
    margin-bottom: 10px;
}

.jtz-body .jtz-body-content .content-map .map-content {
    box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    width: 100%;
    height: 350px;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}