/*
Theme Name: JT
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Yoshinori Niiseki
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
* SetUp
*/

html {
    height: 100%
}

body {
    padding-top:49px !important;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

img {
    max-width: 100%;
    height: auto;
}
/**
* Layout
*/

.screen-reader-text {
    display: none;
}
#page {
    position: relative;

}
.site-title {
    float: left;
    padding: 5px 20px;
    margin: 0;
    line-height: 40px;
}

.site-title img {
    max-height: 40px;
    width: auto;
}

.navbar {
    margin-bottom: 0px;
    min-height: 50px;
}

.navbar > .container .site-title,
.navbar > .container-fluid .site-title {
    margin-left: -15px;
}


.single-player .site-content ,
.single-product .site-content {
    margin-top: 0px;
}

.breadcrumb {
    margin-bottom:0px !important;
}

.breadcrumb a {}

.entry-title {
    text-align: center;
    padding:0.5em 0;
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
}
.info-thumb {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
/**
 *
 */
body#home {}

body#home {
    background: url(/-/images/home-bg.jpg) center center no-repeat fixed;
    -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
}

body#home .slick {
    margin: 30px 30px;
}

body#home .slick .slick-list {}

body#home .slick .slick-slide {
    background-color: #fff;
    text-align: center;
    margin: 5px;
    border-radius: 6px;
}
body#home .slick .slick-slide img {
    border-radius: 6px 6px 0 0;
}

body#home h2 {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 3em 0;
    margin: 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: relative;
    z-index: 1;
}

body#home #page {
    margin: 0;
}

body#home .site-content {
    margin: 0;
}
body#home .jumbotron {
    text-align: center;
    position: relative;
    background-color: rgba(255,255,255,0.85);
    margin:0 5% 40px;
    padding:10px;
    border-radius: 6px;
}
body#home .jumbotron {

}

/**
* footer
*/

.site-footer {
    position:relative;
    background-color: #333;
    padding:10px;
}

.site-footer address {
    text-align: center;
    padding:10px;
}
.site-footer hr {
    border-top: 1px solid #666;
}

.site-footer address img {
    width:100px;
    height:auto;
}
.site-footer .fb-page {
    margin:10px auto;
    max-width:100%;
}

/**
 * VIDEOS
 */

body#video {}

.row iframe {
    max-width:100%;
    margin-bottom:20px;
}
body#videos {}

/**
 * JT CHALLENGE
 */

body#jtchallenge {}
body#jtchallenge .list-group li {
    text-align: center;
}


/**
* single
*/

body.single {
    position:relative;
}

.content-area.container {
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 1px 1px 3px 0px #999;
    margin: 0 auto 40px;
    padding: 15px 15px 30px;
    border-radius: 6px;
    position:relative;
    top:20px;
}

@media only screen and (max-width: 768px) {
    .content-area.container {
        margin: 0 10px 40px;
    }
}

body.single .post-thumbnail {
    text-align: center;
}

body.single .entry-title {
    text-align: left;
    margin: 0 0 15px 0;
}

body.single .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    /*-webkit-transform: translate3d(0,0,0);*/
    width: 100%;
    height: 100%;
    position: fixed;
}

.use_yoyo {}

.use_yoyo h3 {
    text-align: center;
}

.use_yoyo > div {
    margin-bottom: 15px;
    text-align: center;
}

.list-index {
    list-style-type: none;
}

.list-index h3 {
    text-align: center;
}

.list-index ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-index ul li {
    text-align: center;
}
/**
* 14.2 Galleries
*/

.gallery {
    margin-top: 5px;
    margin-bottom: 1.6em;
    border: solid 1px #fff;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/**
* YTplayer
*/

html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

.pattern {
    background-image: url(/-/images/pattern.png);
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
/* BIG VIDEO BACKGROUND
================================================== */

.big-background {
    z-index: 550;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden
}

.big-background .big-background-container {
    width: 830px;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.big-background .big-background-title {
    text-transform: uppercase;
    margin-bottom: 22px;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top center;
    padding: 0 10px;
}

.big-background-default-image {
    background: url(/-/images/home-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    backface-visibility: hidden;
}
