/*!
Theme Name: Boaluz2024
 */
#cboxWrapper,
.cboxPhoto {
    max-width: none
}

.cboxIframe,
.cboxPhoto {
    display: block;
    border: 0
}

#cboxCurrent,
#cboxTitle {
    color: #949494;
    bottom: 4px
}

.cboxPhoto,
.fa-pull-left {
    float: left
}

.fa,
body {
    -moz-osx-font-smoothing: grayscale
}

#cboxTitle,
.btn.btn-primary,
.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.pageBody__header {
    text-align: center
}

.bar-heading ul.socialLinks li a,
.btn,
.calendar #wp-calendar tbody a,
.footerContainer .created a,
.navFooter ul li a,
.navGlobal ul li a,
.pagenavi a,
a:hover {
    text-decoration: none
}

.bar__sponsor dl ul,
.news ul.tab {
    align-content: space-around;
    list-style-type: none
}

.bar-heading ul,
.bar__sponsor dl ul,
.fa-ul,
.hero__result ul,
.hero__scoreboard-tab,
.navFooter ul,
.navGlobal ul,
.navGlobal ul li.sns ol,
.navSide ul,
.news ul.tab,
.nextmatch__content ul,
.partner__body .description ul,
.result__detail--scoreboard-score>div.score-sub ul,
.schedule__info,
.sponsor__personal ul,
ul.banner {
    list-style-type: none
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active,
#colorbox,
select {
    outline: 0
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-weight: 500;
    font-style: normal;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype')
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    src: url(assets/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg')
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    animation-fill-mode: both
}

.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd
}

.animsition-loading,
.animsition-loading:after {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%
}

.animsition-loading {
    transform: translateZ(0);
    animation-name: animsition-loading;
    animation-duration: .8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border-top: 5px solid rgba(0, 0, 0, .2);
    border-right: 5px solid rgba(0, 0, 0, .2);
    border-bottom: 5px solid rgba(0, 0, 0, .2);
    border-left: 5px solid #eee;
    background-color: transparent
}

.fade-in {
    animation-name: fade-in
}

.fade-out {
    animation-name: fade-out
}

.fade-in-up {
    animation-name: fade-in-up
}

.fade-out-up {
    animation-name: fade-out-up
}

.fade-in-up-sm {
    animation-name: fade-in-up-sm
}

.fade-out-up-sm {
    animation-name: fade-out-up-sm
}

.fade-in-up-lg {
    animation-name: fade-in-up-lg
}

.fade-out-up-lg {
    animation-name: fade-out-up-lg
}

.fade-in-down {
    animation-name: fade-in-down
}

.fade-out-down {
    animation-name: fade-out-down
}

.fade-in-down-sm {
    animation-name: fade-in-down-sm
}

.fade-out-down-sm {
    animation-name: fade-out-down-sm
}

.fade-in-down-lg {
    animation-name: fade-in-down
}

.fade-out-down-lg {
    animation-name: fade-out-down-lg
}

.fade-in-left {
    animation-name: fade-in-left
}

.fade-out-left {
    animation-name: fade-out-left
}

.fade-in-left-sm {
    animation-name: fade-in-left-sm
}

.fade-out-left-sm {
    animation-name: fade-out-left-sm
}

.fade-in-left-lg {
    animation-name: fade-in-left-lg
}

.fade-out-left-lg {
    animation-name: fade-out-left-lg
}

.fade-in-right {
    animation-name: fade-in-right
}

.fade-out-right {
    animation-name: fade-out-right
}

.fade-in-right-sm {
    animation-name: fade-in-right-sm
}

.fade-out-right-sm {
    animation-name: fade-out-right-sm
}

.fade-in-right-lg {
    animation-name: fade-in-right-lg
}

.fade-out-right-lg {
    animation-name: fade-out-right-lg
}

.rotate-in {
    animation-name: rotate-in
}

.rotate-out {
    animation-name: rotate-out
}

.rotate-in-sm {
    animation-name: rotate-in-sm
}

.rotate-out-sm {
    animation-name: rotate-out-sm
}

.rotate-in-lg {
    animation-name: rotate-in-lg
}

.rotate-out-lg {
    animation-name: rotate-out-lg
}

.flip-in-x {
    animation-name: flip-in-x;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.flip-in-x-nr,
.flip-out-x {
    -webkit-backface-visibility: visible !important
}

.flip-out-x {
    animation-name: flip-out-x;
    backface-visibility: visible !important
}

.flip-in-x-nr {
    animation-name: flip-in-x-nr;
    backface-visibility: visible !important
}

.flip-in-x-fr,
.flip-out-x-nr {
    -webkit-backface-visibility: visible !important
}

.flip-out-x-nr {
    animation-name: flip-out-x-nr;
    backface-visibility: visible !important
}

.flip-in-x-fr {
    animation-name: flip-in-x-fr;
    backface-visibility: visible !important
}

.flip-in-y,
.flip-out-x-fr {
    -webkit-backface-visibility: visible !important
}

.flip-out-x-fr {
    animation-name: flip-out-x-fr;
    backface-visibility: visible !important
}

.flip-in-y {
    animation-name: flip-in-y;
    backface-visibility: visible !important
}

.flip-in-y-nr,
.flip-out-y {
    -webkit-backface-visibility: visible !important
}

.flip-out-y {
    animation-name: flip-out-y;
    backface-visibility: visible !important
}

.flip-in-y-nr {
    animation-name: flip-in-y-nr;
    backface-visibility: visible !important
}

.flip-in-y-fr,
.flip-out-y-nr {
    -webkit-backface-visibility: visible !important
}

.flip-out-y-nr {
    animation-name: flip-out-y-nr;
    backface-visibility: visible !important
}

.flip-in-y-fr {
    animation-name: flip-in-y-fr;
    backface-visibility: visible !important
}

.flip-out-y-fr {
    animation-name: flip-out-y-fr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.zoom-in {
    animation-name: zoom-in
}

.zoom-out {
    animation-name: zoom-out
}

.zoom-in-sm {
    animation-name: zoom-in-sm
}

.zoom-out-sm {
    animation-name: zoom-out-sm
}

.zoom-in-lg {
    animation-name: zoom-in-lg
}

.zoom-out-lg {
    animation-name: zoom-out-lg
}

.overlay-slide-in-top {
    top: 0;
    height: 0;
    animation-name: overlay-slide-in-top
}

.overlay-slide-out-top {
    top: 0;
    height: 100%;
    animation-name: overlay-slide-out-top
}

.overlay-slide-in-bottom {
    bottom: 0;
    height: 0;
    animation-name: overlay-slide-in-bottom
}

.overlay-slide-out-bottom {
    bottom: 0;
    height: 100%;
    animation-name: overlay-slide-out-bottom
}

.overlay-slide-in-left {
    width: 0;
    animation-name: overlay-slide-in-left
}

.overlay-slide-out-left {
    left: 0;
    width: 100%;
    animation-name: overlay-slide-out-left
}

.overlay-slide-in-right {
    right: 0;
    width: 0;
    animation-name: overlay-slide-in-right
}

.overlay-slide-out-right {
    right: 0;
    width: 100%;
    animation-name: overlay-slide-out-right
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: url(images/overlay.png);
    filter: alpha(opacity=90)
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

.bar-heading:after,
.footerContainer:after,
.navFooter:after,
.navSide__post--archives ul:after,
.navSide__post--archives:after,
.nav__singlePage:after,
.news .newsbox .topnews a:after,
.pageBody:after,
.player__item:nth-of-type(8n+1),
.ranking .note:after,
.result__detail:after,
.result__item a:after,
.result__select:after,
.sponsor:after {
    clear: both
}

#cboxContent {
    position: relative;
    overflow: hidden;
    background: #fff
}

#cboxTitle {
    margin: 0;
    position: absolute;
    left: 0;
    width: 100%
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cboxPhoto {
    margin: auto;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.fa,
.fa-stack {
    display: inline-block
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) -101px 0 no-repeat
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) -130px 0 no-repeat
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) -101px -29px no-repeat
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) -130px -29px no-repeat
}

#cboxMiddleLeft {
    width: 21px;
    background: url(images/controls.png) left top repeat-y
}

#cboxMiddleRight {
    width: 21px;
    background: url(images/controls.png) right top repeat-y
}

#cboxTopCenter {
    height: 21px;
    background: url(images/border.png) repeat-x
}

#cboxBottomCenter {
    height: 21px;
    background: url(images/border.png) 0 -29px repeat-x
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 28px
}

#cboxCurrent {
    position: absolute;
    left: 58px
}

#cboxLoadingOverlay {
    background: url(images/loading_background.png) center center no-repeat
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) center center no-repeat
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0
}

#cboxClose,
#cboxNext,
#cboxPrevious {
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

#cboxSlideshow {
    position: absolute;
    right: 30px;
    bottom: 4px;
    color: #0092ef
}

#cboxPrevious {
    left: 0;
    background: url(images/controls.png) -75px 0 no-repeat
}

#cboxPrevious:hover {
    background-position: -75px -25px
}

#cboxNext {
    left: 27px;
    background: url(images/controls.png) -50px 0 no-repeat
}

#cboxNext:hover {
    background-position: -50px -25px
}

#cboxClose {
    right: 0;
    background: url(images/controls.png) -25px 0 no-repeat
}

#cboxClose:hover {
    background-position: -25px -25px
}

.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    src: url(assets/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg')
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em
}

.fa-ul {
    margin-left: 2.14286em;
    padding-left: 0
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    top: .14286em;
    left: -2.14286em;
    width: 2.14286em
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

.fa-rotate-90 {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'
}

.fa-rotate-180 {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'
}

.fa-rotate-270 {
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'
}

.fa-flip-horizontal {
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'
}

.fa-flip-vertical {
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    line-height: 2em;
    position: relative;
    width: 2em;
    height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ''
}

.fa-music:before {
    content: ''
}

.fa-search:before {
    content: ''
}

.fa-envelope-o:before {
    content: ''
}

.fa-heart:before {
    content: ''
}

.fa-star:before {
    content: ''
}

.fa-star-o:before {
    content: ''
}

.fa-user:before {
    content: ''
}

.fa-film:before {
    content: ''
}

.fa-th-large:before {
    content: ''
}

.fa-th:before {
    content: ''
}

.fa-th-list:before {
    content: ''
}

.fa-check:before {
    content: ''
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ''
}

.fa-search-plus:before {
    content: ''
}

.fa-search-minus:before {
    content: ''
}

.fa-power-off:before {
    content: ''
}

.fa-signal:before {
    content: ''
}

.fa-cog:before,
.fa-gear:before {
    content: ''
}

.fa-trash-o:before {
    content: ''
}

.fa-home:before {
    content: ''
}

.fa-file-o:before {
    content: ''
}

.fa-clock-o:before {
    content: ''
}

.fa-road:before {
    content: ''
}

.fa-download:before {
    content: ''
}

.fa-arrow-circle-o-down:before {
    content: ''
}

.fa-arrow-circle-o-up:before {
    content: ''
}

.fa-inbox:before {
    content: ''
}

.fa-play-circle-o:before {
    content: ''
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ''
}

.fa-refresh:before {
    content: ''
}

.fa-list-alt:before {
    content: ''
}

.fa-lock:before {
    content: ''
}

.fa-flag:before {
    content: ''
}

.fa-headphones:before {
    content: ''
}

.fa-volume-off:before {
    content: ''
}

.fa-volume-down:before {
    content: ''
}

.fa-volume-up:before {
    content: ''
}

.fa-qrcode:before {
    content: ''
}

.fa-barcode:before {
    content: ''
}

.fa-tag:before {
    content: ''
}

.fa-tags:before {
    content: ''
}

.fa-book:before {
    content: ''
}

.fa-bookmark:before {
    content: ''
}

.fa-print:before {
    content: ''
}

.fa-camera:before {
    content: ''
}

.fa-font:before {
    content: ''
}

.fa-bold:before {
    content: ''
}

.fa-italic:before {
    content: ''
}

.fa-text-height:before {
    content: ''
}

.fa-text-width:before {
    content: ''
}

.fa-align-left:before {
    content: ''
}

.fa-align-center:before {
    content: ''
}

.fa-align-right:before {
    content: ''
}

.fa-align-justify:before {
    content: ''
}

.fa-list:before {
    content: ''
}

.fa-dedent:before,
.fa-outdent:before {
    content: ''
}

.fa-indent:before {
    content: ''
}

.fa-video-camera:before {
    content: ''
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ''
}

.fa-pencil:before {
    content: ''
}

.fa-map-marker:before {
    content: ''
}

.fa-adjust:before {
    content: ''
}

.fa-tint:before {
    content: ''
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ''
}

.fa-share-square-o:before {
    content: ''
}

.fa-check-square-o:before {
    content: ''
}

.fa-arrows:before {
    content: ''
}

.fa-step-backward:before {
    content: ''
}

.fa-fast-backward:before {
    content: ''
}

.fa-backward:before {
    content: ''
}

.fa-play:before {
    content: ''
}

.fa-pause:before {
    content: ''
}

.fa-stop:before {
    content: ''
}

.fa-forward:before {
    content: ''
}

.fa-fast-forward:before {
    content: ''
}

.fa-step-forward:before {
    content: ''
}

.fa-eject:before {
    content: ''
}

.fa-chevron-left:before {
    content: ''
}

.fa-chevron-right:before {
    content: ''
}

.fa-plus-circle:before {
    content: ''
}

.fa-minus-circle:before {
    content: ''
}

.fa-times-circle:before {
    content: ''
}

.fa-check-circle:before {
    content: ''
}

.fa-question-circle:before {
    content: ''
}

.fa-info-circle:before {
    content: ''
}

.fa-crosshairs:before {
    content: ''
}

.fa-times-circle-o:before {
    content: ''
}

.fa-check-circle-o:before {
    content: ''
}

.fa-ban:before {
    content: ''
}

.fa-arrow-left:before {
    content: ''
}

.fa-arrow-right:before {
    content: ''
}

.fa-arrow-up:before {
    content: ''
}

.fa-arrow-down:before {
    content: ''
}

.fa-mail-forward:before,
.fa-share:before {
    content: ''
}

.fa-expand:before {
    content: ''
}

.fa-compress:before {
    content: ''
}

.fa-plus:before {
    content: ''
}

.fa-minus:before {
    content: ''
}

.fa-asterisk:before {
    content: ''
}

.fa-exclamation-circle:before {
    content: ''
}

.fa-gift:before {
    content: ''
}

.fa-leaf:before {
    content: ''
}

.fa-fire:before {
    content: ''
}

.fa-eye:before {
    content: ''
}

.fa-eye-slash:before {
    content: ''
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ''
}

.fa-plane:before {
    content: ''
}

.fa-calendar:before {
    content: ''
}

.fa-random:before {
    content: ''
}

.fa-comment:before {
    content: ''
}

.fa-magnet:before {
    content: ''
}

.fa-chevron-up:before {
    content: ''
}

.fa-chevron-down:before {
    content: ''
}

.fa-retweet:before {
    content: ''
}

.fa-shopping-cart:before {
    content: ''
}

.fa-folder:before {
    content: ''
}

.fa-folder-open:before {
    content: ''
}

.fa-arrows-v:before {
    content: ''
}

.fa-arrows-h:before {
    content: ''
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ''
}

.fa-twitter-square:before {
    content: ''
}

.fa-facebook-square:before {
    content: ''
}

.fa-camera-retro:before {
    content: ''
}

.fa-key:before {
    content: ''
}

.fa-cogs:before,
.fa-gears:before {
    content: ''
}

.fa-comments:before {
    content: ''
}

.fa-thumbs-o-up:before {
    content: ''
}

.fa-thumbs-o-down:before {
    content: ''
}

.fa-star-half:before {
    content: ''
}

.fa-heart-o:before {
    content: ''
}

.fa-sign-out:before {
    content: ''
}

.fa-linkedin-square:before {
    content: ''
}

.fa-thumb-tack:before {
    content: ''
}

.fa-external-link:before {
    content: ''
}

.fa-sign-in:before {
    content: ''
}

.fa-trophy:before {
    content: ''
}

.fa-github-square:before {
    content: ''
}

.fa-upload:before {
    content: ''
}

.fa-lemon-o:before {
    content: ''
}

.fa-phone:before {
    content: ''
}

.fa-square-o:before {
    content: ''
}

.fa-bookmark-o:before {
    content: ''
}

.fa-phone-square:before {
    content: ''
}

.fa-twitter:before {
    content: ''
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ''
}

.fa-github:before {
    content: ''
}

.fa-unlock:before {
    content: ''
}

.fa-credit-card:before {
    content: ''
}

.fa-feed:before,
.fa-rss:before {
    content: ''
}

.fa-hdd-o:before {
    content: ''
}

.fa-bullhorn:before {
    content: ''
}

.fa-bell:before {
    content: ''
}

.fa-certificate:before {
    content: ''
}

.fa-hand-o-right:before {
    content: ''
}

.fa-hand-o-left:before {
    content: ''
}

.fa-hand-o-up:before {
    content: ''
}

.fa-hand-o-down:before {
    content: ''
}

.fa-arrow-circle-left:before {
    content: ''
}

.fa-arrow-circle-right:before {
    content: ''
}

.fa-arrow-circle-up:before {
    content: ''
}

.fa-arrow-circle-down:before {
    content: ''
}

.fa-globe:before {
    content: ''
}

.fa-wrench:before {
    content: ''
}

.fa-tasks:before {
    content: ''
}

.fa-filter:before {
    content: ''
}

.fa-briefcase:before {
    content: ''
}

.fa-arrows-alt:before {
    content: ''
}

.fa-group:before,
.fa-users:before {
    content: ''
}

.fa-chain:before,
.fa-link:before {
    content: ''
}

.fa-cloud:before {
    content: ''
}

.fa-flask:before {
    content: ''
}

.fa-cut:before,
.fa-scissors:before {
    content: ''
}

.fa-copy:before,
.fa-files-o:before {
    content: ''
}

.fa-paperclip:before {
    content: ''
}

.fa-floppy-o:before,
.fa-save:before {
    content: ''
}

.fa-square:before {
    content: ''
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ''
}

.fa-list-ul:before {
    content: ''
}

.fa-list-ol:before {
    content: ''
}

.fa-strikethrough:before {
    content: ''
}

.fa-underline:before {
    content: ''
}

.fa-table:before {
    content: ''
}

.fa-magic:before {
    content: ''
}

.fa-truck:before {
    content: ''
}

.fa-pinterest:before {
    content: ''
}

.fa-pinterest-square:before {
    content: ''
}

.fa-google-plus-square:before {
    content: ''
}

.fa-google-plus:before {
    content: ''
}

.fa-money:before {
    content: ''
}

.fa-caret-down:before {
    content: ''
}

.fa-caret-up:before {
    content: ''
}

.fa-caret-left:before {
    content: ''
}

.fa-caret-right:before {
    content: ''
}

.fa-columns:before {
    content: ''
}

.fa-sort:before,
.fa-unsorted:before {
    content: ''
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ''
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ''
}

.fa-envelope:before {
    content: ''
}

.fa-linkedin:before {
    content: ''
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ''
}

.fa-gavel:before,
.fa-legal:before {
    content: ''
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ''
}

.fa-comment-o:before {
    content: ''
}

.fa-comments-o:before {
    content: ''
}

.fa-bolt:before,
.fa-flash:before {
    content: ''
}

.fa-sitemap:before {
    content: ''
}

.fa-umbrella:before {
    content: ''
}

.fa-clipboard:before,
.fa-paste:before {
    content: ''
}

.fa-lightbulb-o:before {
    content: ''
}

.fa-exchange:before {
    content: ''
}

.fa-cloud-download:before {
    content: ''
}

.fa-cloud-upload:before {
    content: ''
}

.fa-user-md:before {
    content: ''
}

.fa-stethoscope:before {
    content: ''
}

.fa-suitcase:before {
    content: ''
}

.fa-bell-o:before {
    content: ''
}

.fa-coffee:before {
    content: ''
}

.fa-cutlery:before {
    content: ''
}

.fa-file-text-o:before {
    content: ''
}

.fa-building-o:before {
    content: ''
}

.fa-hospital-o:before {
    content: ''
}

.fa-ambulance:before {
    content: ''
}

.fa-medkit:before {
    content: ''
}

.fa-fighter-jet:before {
    content: ''
}

.fa-beer:before {
    content: ''
}

.fa-h-square:before {
    content: ''
}

.fa-plus-square:before {
    content: ''
}

.fa-angle-double-left:before {
    content: ''
}

.fa-angle-double-right:before {
    content: ''
}

.fa-angle-double-up:before {
    content: ''
}

.fa-angle-double-down:before {
    content: ''
}

.fa-angle-left:before {
    content: ''
}

.fa-angle-right:before {
    content: ''
}

.fa-angle-up:before {
    content: ''
}

.fa-angle-down:before {
    content: ''
}

.fa-desktop:before {
    content: ''
}

.fa-laptop:before {
    content: ''
}

.fa-tablet:before {
    content: ''
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ''
}

.fa-circle-o:before {
    content: ''
}

.fa-quote-left:before {
    content: ''
}

.fa-quote-right:before {
    content: ''
}

.fa-spinner:before {
    content: ''
}

.fa-circle:before {
    content: ''
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ''
}

.fa-github-alt:before {
    content: ''
}

.fa-folder-o:before {
    content: ''
}

.fa-folder-open-o:before {
    content: ''
}

.fa-smile-o:before {
    content: ''
}

.fa-frown-o:before {
    content: ''
}

.fa-meh-o:before {
    content: ''
}

.fa-gamepad:before {
    content: ''
}

.fa-keyboard-o:before {
    content: ''
}

.fa-flag-o:before {
    content: ''
}

.fa-flag-checkered:before {
    content: ''
}

.fa-terminal:before {
    content: ''
}

.fa-code:before {
    content: ''
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ''
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ''
}

.fa-location-arrow:before {
    content: ''
}

.fa-crop:before {
    content: ''
}

.fa-code-fork:before {
    content: ''
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ''
}

.fa-question:before {
    content: ''
}

.fa-info:before {
    content: ''
}

.fa-exclamation:before {
    content: ''
}

.fa-superscript:before {
    content: ''
}

.fa-subscript:before {
    content: ''
}

.fa-eraser:before {
    content: ''
}

.fa-puzzle-piece:before {
    content: ''
}

.fa-microphone:before {
    content: ''
}

.fa-microphone-slash:before {
    content: ''
}

.fa-shield:before {
    content: ''
}

.fa-calendar-o:before {
    content: ''
}

.fa-fire-extinguisher:before {
    content: ''
}

.fa-rocket:before {
    content: ''
}

.fa-maxcdn:before {
    content: ''
}

.fa-chevron-circle-left:before {
    content: ''
}

.fa-chevron-circle-right:before {
    content: ''
}

.fa-chevron-circle-up:before {
    content: ''
}

.fa-chevron-circle-down:before {
    content: ''
}

.fa-html5:before {
    content: ''
}

.fa-css3:before {
    content: ''
}

.fa-anchor:before {
    content: ''
}

.fa-unlock-alt:before {
    content: ''
}

.fa-bullseye:before {
    content: ''
}

.fa-ellipsis-h:before {
    content: ''
}

.fa-ellipsis-v:before {
    content: ''
}

.fa-rss-square:before {
    content: ''
}

.fa-play-circle:before {
    content: ''
}

.fa-ticket:before {
    content: ''
}

.fa-minus-square:before {
    content: ''
}

.fa-minus-square-o:before {
    content: ''
}

.fa-level-up:before {
    content: ''
}

.fa-level-down:before {
    content: ''
}

.fa-check-square:before {
    content: ''
}

.fa-pencil-square:before {
    content: ''
}

.fa-external-link-square:before {
    content: ''
}

.fa-share-square:before {
    content: ''
}

.fa-compass:before {
    content: ''
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ''
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ''
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ''
}

.fa-eur:before,
.fa-euro:before {
    content: ''
}

.fa-gbp:before {
    content: ''
}

.fa-dollar:before,
.fa-usd:before {
    content: ''
}

.fa-inr:before,
.fa-rupee:before {
    content: ''
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ''
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ''
}

.fa-krw:before,
.fa-won:before {
    content: ''
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ''
}

.fa-file:before {
    content: ''
}

.fa-file-text:before {
    content: ''
}

.fa-sort-alpha-asc:before {
    content: ''
}

.fa-sort-alpha-desc:before {
    content: ''
}

.fa-sort-amount-asc:before {
    content: ''
}

.fa-sort-amount-desc:before {
    content: ''
}

.fa-sort-numeric-asc:before {
    content: ''
}

.fa-sort-numeric-desc:before {
    content: ''
}

.fa-thumbs-up:before {
    content: ''
}

.fa-thumbs-down:before {
    content: ''
}

.fa-youtube-square:before {
    content: ''
}

.fa-youtube:before {
    content: ''
}

.fa-xing:before {
    content: ''
}

.fa-xing-square:before {
    content: ''
}

.fa-youtube-play:before {
    content: ''
}

.fa-dropbox:before {
    content: ''
}

.fa-stack-overflow:before {
    content: ''
}

.fa-instagram:before {
    content: ''
}

.fa-flickr:before {
    content: ''
}

.fa-adn:before {
    content: ''
}

.fa-bitbucket:before {
    content: ''
}

.fa-bitbucket-square:before {
    content: ''
}

.fa-tumblr:before {
    content: ''
}

.fa-tumblr-square:before {
    content: ''
}

.fa-long-arrow-down:before {
    content: ''
}

.fa-long-arrow-up:before {
    content: ''
}

.fa-long-arrow-left:before {
    content: ''
}

.fa-long-arrow-right:before {
    content: ''
}

.fa-apple:before {
    content: ''
}

.fa-windows:before {
    content: ''
}

.fa-android:before {
    content: ''
}

.fa-linux:before {
    content: ''
}

.fa-dribbble:before {
    content: ''
}

.fa-skype:before {
    content: ''
}

.fa-foursquare:before {
    content: ''
}

.fa-trello:before {
    content: ''
}

.fa-female:before {
    content: ''
}

.fa-male:before {
    content: ''
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ''
}

.fa-sun-o:before {
    content: ''
}

.fa-moon-o:before {
    content: ''
}

.fa-archive:before {
    content: ''
}

.fa-bug:before {
    content: ''
}

.fa-vk:before {
    content: ''
}

.fa-weibo:before {
    content: ''
}

.fa-renren:before {
    content: ''
}

.fa-pagelines:before {
    content: ''
}

.fa-stack-exchange:before {
    content: ''
}

.fa-arrow-circle-o-right:before {
    content: ''
}

.fa-arrow-circle-o-left:before {
    content: ''
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ''
}

.fa-dot-circle-o:before {
    content: ''
}

.fa-wheelchair:before {
    content: ''
}

.fa-vimeo-square:before {
    content: ''
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ''
}

.fa-plus-square-o:before {
    content: ''
}

.fa-space-shuttle:before {
    content: ''
}

.fa-slack:before {
    content: ''
}

.fa-envelope-square:before {
    content: ''
}

.fa-wordpress:before {
    content: ''
}

.fa-openid:before {
    content: ''
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ''
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ''
}

.fa-yahoo:before {
    content: ''
}

.fa-google:before {
    content: ''
}

.fa-reddit:before {
    content: ''
}

.fa-reddit-square:before {
    content: ''
}

.fa-stumbleupon-circle:before {
    content: ''
}

.fa-stumbleupon:before {
    content: ''
}

.fa-delicious:before {
    content: ''
}

.fa-digg:before {
    content: ''
}

.fa-pied-piper-pp:before {
    content: ''
}

.fa-pied-piper-alt:before {
    content: ''
}

.fa-drupal:before {
    content: ''
}

.fa-joomla:before {
    content: ''
}

.fa-language:before {
    content: ''
}

.fa-fax:before {
    content: ''
}

.fa-building:before {
    content: ''
}

.fa-child:before {
    content: ''
}

.fa-paw:before {
    content: ''
}

.fa-spoon:before {
    content: ''
}

.fa-cube:before {
    content: ''
}

.fa-cubes:before {
    content: ''
}

.fa-behance:before {
    content: ''
}

.fa-behance-square:before {
    content: ''
}

.fa-steam:before {
    content: ''
}

.fa-steam-square:before {
    content: ''
}

.fa-recycle:before {
    content: ''
}

.fa-automobile:before,
.fa-car:before {
    content: ''
}

.fa-cab:before,
.fa-taxi:before {
    content: ''
}

.fa-tree:before {
    content: ''
}

.fa-spotify:before {
    content: ''
}

.fa-deviantart:before {
    content: ''
}

.fa-soundcloud:before {
    content: ''
}

.fa-database:before {
    content: ''
}

.fa-file-pdf-o:before {
    content: ''
}

.fa-file-word-o:before {
    content: ''
}

.fa-file-excel-o:before {
    content: ''
}

.fa-file-powerpoint-o:before {
    content: ''
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ''
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ''
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ''
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ''
}

.fa-file-code-o:before {
    content: ''
}

.fa-vine:before {
    content: ''
}

.fa-codepen:before {
    content: ''
}

.fa-jsfiddle:before {
    content: ''
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ''
}

.fa-circle-o-notch:before {
    content: ''
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ''
}

.fa-empire:before,
.fa-ge:before {
    content: ''
}

.fa-git-square:before {
    content: ''
}

.fa-git:before {
    content: ''
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ''
}

.fa-tencent-weibo:before {
    content: ''
}

.fa-qq:before {
    content: ''
}

.fa-wechat:before,
.fa-weixin:before {
    content: ''
}

.fa-paper-plane:before,
.fa-send:before {
    content: ''
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ''
}

.fa-history:before {
    content: ''
}

.fa-circle-thin:before {
    content: ''
}

.fa-header:before {
    content: ''
}

.fa-paragraph:before {
    content: ''
}

.fa-sliders:before {
    content: ''
}

.fa-share-alt:before {
    content: ''
}

.fa-share-alt-square:before {
    content: ''
}

.fa-bomb:before {
    content: ''
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ''
}

.fa-tty:before {
    content: ''
}

.fa-binoculars:before {
    content: ''
}

.fa-plug:before {
    content: ''
}

.fa-slideshare:before {
    content: ''
}

.fa-twitch:before {
    content: ''
}

.fa-yelp:before {
    content: ''
}

.fa-newspaper-o:before {
    content: ''
}

.fa-wifi:before {
    content: ''
}

.fa-calculator:before {
    content: ''
}

.fa-paypal:before {
    content: ''
}

.fa-google-wallet:before {
    content: ''
}

.fa-cc-visa:before {
    content: ''
}

.fa-cc-mastercard:before {
    content: ''
}

.fa-cc-discover:before {
    content: ''
}

.fa-cc-amex:before {
    content: ''
}

.fa-cc-paypal:before {
    content: ''
}

.fa-cc-stripe:before {
    content: ''
}

.fa-bell-slash:before {
    content: ''
}

.fa-bell-slash-o:before {
    content: ''
}

.fa-trash:before {
    content: ''
}

.fa-copyright:before {
    content: ''
}

.fa-at:before {
    content: ''
}

.fa-eyedropper:before {
    content: ''
}

.fa-paint-brush:before {
    content: ''
}

.fa-birthday-cake:before {
    content: ''
}

.fa-area-chart:before {
    content: ''
}

.fa-pie-chart:before {
    content: ''
}

.fa-line-chart:before {
    content: ''
}

.fa-lastfm:before {
    content: ''
}

.fa-lastfm-square:before {
    content: ''
}

.fa-toggle-off:before {
    content: ''
}

.fa-toggle-on:before {
    content: ''
}

.fa-bicycle:before {
    content: ''
}

.fa-bus:before {
    content: ''
}

.fa-ioxhost:before {
    content: ''
}

.fa-angellist:before {
    content: ''
}

.fa-cc:before {
    content: ''
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ''
}

.fa-meanpath:before {
    content: ''
}

.fa-buysellads:before {
    content: ''
}

.fa-connectdevelop:before {
    content: ''
}

.fa-dashcube:before {
    content: ''
}

.fa-forumbee:before {
    content: ''
}

.fa-leanpub:before {
    content: ''
}

.fa-sellsy:before {
    content: ''
}

.fa-shirtsinbulk:before {
    content: ''
}

.fa-simplybuilt:before {
    content: ''
}

.fa-skyatlas:before {
    content: ''
}

.fa-cart-plus:before {
    content: ''
}

.fa-cart-arrow-down:before {
    content: ''
}

.fa-diamond:before {
    content: ''
}

.fa-ship:before {
    content: ''
}

.fa-user-secret:before {
    content: ''
}

.fa-motorcycle:before {
    content: ''
}

.fa-street-view:before {
    content: ''
}

.fa-heartbeat:before {
    content: ''
}

.fa-venus:before {
    content: ''
}

.fa-mars:before {
    content: ''
}

.fa-mercury:before {
    content: ''
}

.fa-intersex:before,
.fa-transgender:before {
    content: ''
}

.fa-transgender-alt:before {
    content: ''
}

.fa-venus-double:before {
    content: ''
}

.fa-mars-double:before {
    content: ''
}

.fa-venus-mars:before {
    content: ''
}

.fa-mars-stroke:before {
    content: ''
}

.fa-mars-stroke-v:before {
    content: ''
}

.fa-mars-stroke-h:before {
    content: ''
}

.fa-neuter:before {
    content: ''
}

.fa-genderless:before {
    content: ''
}

.fa-facebook-official:before {
    content: ''
}

.fa-pinterest-p:before {
    content: ''
}

.fa-whatsapp:before {
    content: ''
}

.fa-server:before {
    content: ''
}

.fa-user-plus:before {
    content: ''
}

.fa-user-times:before {
    content: ''
}

.fa-bed:before,
.fa-hotel:before {
    content: ''
}

.fa-viacoin:before {
    content: ''
}

.fa-train:before {
    content: ''
}

.fa-subway:before {
    content: ''
}

.fa-medium:before {
    content: ''
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ''
}

.fa-optin-monster:before {
    content: ''
}

.fa-opencart:before {
    content: ''
}

.fa-expeditedssl:before {
    content: ''
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ''
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ''
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ''
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ''
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ''
}

.fa-mouse-pointer:before {
    content: ''
}

.fa-i-cursor:before {
    content: ''
}

.fa-object-group:before {
    content: ''
}

.fa-object-ungroup:before {
    content: ''
}

.fa-sticky-note:before {
    content: ''
}

.fa-sticky-note-o:before {
    content: ''
}

.fa-cc-jcb:before {
    content: ''
}

.fa-cc-diners-club:before {
    content: ''
}

.fa-clone:before {
    content: ''
}

.fa-balance-scale:before {
    content: ''
}

.fa-hourglass-o:before {
    content: ''
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ''
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ''
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ''
}

.fa-hourglass:before {
    content: ''
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ''
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ''
}

.fa-hand-scissors-o:before {
    content: ''
}

.fa-hand-lizard-o:before {
    content: ''
}

.fa-hand-spock-o:before {
    content: ''
}

.fa-hand-pointer-o:before {
    content: ''
}

.fa-hand-peace-o:before {
    content: ''
}

.fa-trademark:before {
    content: ''
}

.fa-registered:before {
    content: ''
}

.fa-creative-commons:before {
    content: ''
}

.fa-gg:before {
    content: ''
}

.fa-gg-circle:before {
    content: ''
}

.fa-tripadvisor:before {
    content: ''
}

.fa-odnoklassniki:before {
    content: ''
}

.fa-odnoklassniki-square:before {
    content: ''
}

.fa-get-pocket:before {
    content: ''
}

.fa-wikipedia-w:before {
    content: ''
}

.fa-safari:before {
    content: ''
}

.fa-chrome:before {
    content: ''
}

.fa-firefox:before {
    content: ''
}

.fa-opera:before {
    content: ''
}

.fa-internet-explorer:before {
    content: ''
}

.fa-television:before,
.fa-tv:before {
    content: ''
}

.fa-contao:before {
    content: ''
}

.fa-500px:before {
    content: ''
}

.fa-amazon:before {
    content: ''
}

.fa-calendar-plus-o:before {
    content: ''
}

.fa-calendar-minus-o:before {
    content: ''
}

.fa-calendar-times-o:before {
    content: ''
}

.fa-calendar-check-o:before {
    content: ''
}

.fa-industry:before {
    content: ''
}

.fa-map-pin:before {
    content: ''
}

.fa-map-signs:before {
    content: ''
}

.fa-map-o:before {
    content: ''
}

.fa-map:before {
    content: ''
}

.fa-commenting:before {
    content: ''
}

.fa-commenting-o:before {
    content: ''
}

.fa-houzz:before {
    content: ''
}

.fa-vimeo:before {
    content: ''
}

.fa-black-tie:before {
    content: ''
}

.fa-fonticons:before {
    content: ''
}

.fa-reddit-alien:before {
    content: ''
}

.fa-edge:before {
    content: ''
}

.fa-credit-card-alt:before {
    content: ''
}

.fa-codiepie:before {
    content: ''
}

.fa-modx:before {
    content: ''
}

.fa-fort-awesome:before {
    content: ''
}

.fa-usb:before {
    content: ''
}

.fa-product-hunt:before {
    content: ''
}

.fa-mixcloud:before {
    content: ''
}

.fa-scribd:before {
    content: ''
}

.fa-pause-circle:before {
    content: ''
}

.fa-pause-circle-o:before {
    content: ''
}

.fa-stop-circle:before {
    content: ''
}

.fa-stop-circle-o:before {
    content: ''
}

.fa-shopping-bag:before {
    content: ''
}

.fa-shopping-basket:before {
    content: ''
}

.fa-hashtag:before {
    content: ''
}

.fa-bluetooth:before {
    content: ''
}

.fa-bluetooth-b:before {
    content: ''
}

.fa-percent:before {
    content: ''
}

.fa-gitlab:before {
    content: ''
}

.fa-wpbeginner:before {
    content: ''
}

.fa-wpforms:before {
    content: ''
}

.fa-envira:before {
    content: ''
}

.fa-universal-access:before {
    content: ''
}

.fa-wheelchair-alt:before {
    content: ''
}

.fa-question-circle-o:before {
    content: ''
}

.fa-blind:before {
    content: ''
}

.fa-audio-description:before {
    content: ''
}

.fa-volume-control-phone:before {
    content: ''
}

.fa-braille:before {
    content: ''
}

.fa-assistive-listening-systems:before {
    content: ''
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ''
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ''
}

.fa-glide:before {
    content: ''
}

.fa-glide-g:before {
    content: ''
}

.fa-sign-language:before,
.fa-signing:before {
    content: ''
}

.fa-low-vision:before {
    content: ''
}

.fa-viadeo:before {
    content: ''
}

.fa-viadeo-square:before {
    content: ''
}

.fa-snapchat:before {
    content: ''
}

.fa-snapchat-ghost:before {
    content: ''
}

.fa-snapchat-square:before {
    content: ''
}

.fa-pied-piper:before {
    content: ''
}

.fa-first-order:before {
    content: ''
}

.fa-yoast:before {
    content: ''
}

.fa-themeisle:before {
    content: ''
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ''
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ''
}

.fa-handshake-o:before {
    content: ''
}

.fa-envelope-open:before {
    content: ''
}

.fa-envelope-open-o:before {
    content: ''
}

.fa-linode:before {
    content: ''
}

.fa-address-book:before {
    content: ''
}

.fa-address-book-o:before {
    content: ''
}

.fa-address-card:before,
.fa-vcard:before {
    content: ''
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ''
}

.fa-user-circle:before {
    content: ''
}

.fa-user-circle-o:before {
    content: ''
}

.fa-user-o:before {
    content: ''
}

.fa-id-badge:before {
    content: ''
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ''
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ''
}

.fa-quora:before {
    content: ''
}

.fa-free-code-camp:before {
    content: ''
}

.fa-telegram:before {
    content: ''
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ''
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ''
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ''
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ''
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ''
}

.fa-shower:before {
    content: ''
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ''
}

.fa-podcast:before {
    content: ''
}

.fa-window-maximize:before {
    content: ''
}

.fa-window-minimize:before {
    content: ''
}

.fa-window-restore:before {
    content: ''
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ''
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ''
}

.fa-bandcamp:before {
    content: ''
}

.fa-grav:before {
    content: ''
}

.fa-etsy:before {
    content: ''
}

.fa-imdb:before {
    content: ''
}

.fa-ravelry:before {
    content: ''
}

.fa-eercast:before {
    content: ''
}

.fa-microchip:before {
    content: ''
}

.fa-snowflake-o:before {
    content: ''
}

.fa-superpowers:before {
    content: ''
}

.fa-wpexplorer:before {
    content: ''
}

.fa-meetup:before {
    content: ''
}

.btn:before,
.entry__body h3:before,
.pageBody:after,
.pageBody:before,
.pageBody__header:before {
    content: ''
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-weight: 500;
    font-style: normal;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype')
}

* {
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    -webkit-font-smoothing: antialiased
}

img {
    vertical-align: bottom
}

img.img-center {
    margin: 0 auto
}

img.img-responsive {
    width: auto;
    max-width: 100%
}

.caption {
    font-size: .9em;
    margin-top: 10px
}

em {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #b51025
}

.btn {
    position: relative;
    display: block;
    overflow: hidden;
    transition: background-color .3s
}

.btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .15)
}

.btn:hover:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out
}

.btn.btn-primary {
    display: inline-block;
    min-width: 240px;
    padding: 10px;
    color: #fff;
    border: 1px solid #a20d20;
    border-radius: 5px;
    background-color: #b51025
}

a {
    color: #b51025
}

a:hover {
    color: #860c1b
}

a img {
    border: none
}

p {
    line-height: 1.6
}

mark {
    color: #7b0606 !important;
    background-color: #ffc0c0 !important
}

.red {
    color: #dc0000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans Japanese';
    font-weight: 400
}

.container {
    position: relative;
    width: 1000px;
    margin: 0 auto
}

.pageBody {
    position: relative;
    z-index: 0;
    zoom: 1;
    min-height: 300px;
    padding-bottom: 50px
}

.pageBody:after,
.pageBody:before {
    display: table
}

.pageBody__header {
    position: relative;
    margin: 0;
    padding: 30px 0 20px;
    background-color: #222
}

.pageBody__header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, #222 25%, #272727 25%, #272727 50%, #222 50%, #222 75%, #272727 75%, #272727);
    background-size: 10px 10px
}

.pageBody__header h2.pageTitle {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px;
    color: #fff
}

.pageBody__header .navChild {
    margin-top: 15px;
    padding: 15px 0 0;
    border-top: 1px solid #444
}

.entry__header,
.pageBody article h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.pageBody__main {
    float: right;
    width: 720px;
    padding-top: 40px
}

.pageBody__main.full {
    float: none;
    width: 100%
}

.pageBody__sidebar {
    float: left;
    width: 230px;
    padding-top: 40px
}

.pageBody__sidebar .banner {
    max-width: 320px;
    margin: 15px auto 0;
    text-align: center
}

.pageBody__sidebar .banner a:hover {
    opacity: .75
}

.pageBody__sidebar .banner img {
    width: auto !important;
    max-width: 100%;
    height: auto
}

.pageBody__full {
    width: 100%;
    padding-top: 40px
}

.pageBody .content__header,
.pageBody article__header {
    margin-bottom: 15px
}

.pageBody .content__header h3,
.pageBody article__header h3 {
    margin: 0
}

.pageBody article {
    margin-bottom: 35px
}

.entry__header {
    margin-bottom: 15px
}

.archive .entry__header {
    margin-bottom: 0
}

.entry__header h3 {
    margin-bottom: 10px
}

.archive .entry__header h3 {
    margin-bottom: 0
}

.entry__body {
    margin-top: 15px
}

.entry__body img {
    max-width: 100%;
    height: auto
}

.entry__body h3 {
    position: relative;
    padding: 0 0 10px 15px !important;
    border-bottom: 1px solid #ddd
}

.entry__body h3:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    -ms-transform: translate(0, -95%);
    transform: translate(0, -95%);
    border-radius: 50%;
    background-color: #b51025
}

.entry__body h4 {
    margin: 0 0 15px;
    padding: 10px;
    color: #fff;
    background-color: #b51025
}

.entry__body h5 {
    font-size: 1;
    margin: 0 0 15px;
    padding: 10px;
    background-color: #f1f1f1
}

.entry table {
    width: 100%;
    border-collapse: collapse
}

.entry table td,
.entry table th {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd
}

.entry table thead th {
    color: #fff;
    border-radius: 4px 4px 0 0;
    background-color: #b51025
}

.entry table tbody th {
    width: 13em;
    text-align: left;
    color: #fff;
    background-color: #333
}

.entry table.tickets {
    border-top: 1px solid #ddd
}

.entry table.tickets th {
    width: 18em
}

.entry table.tickets td h5 {
    margin-bottom: 5px
}

.entry table.tickets td h5+p {
    margin-top: 0
}

ul.banner {
    margin: 0;
    padding: 0
}

ul.banner a {
    display: block
}

.pageBody__sidebar ul.banner li {
    margin-bottom: 15px
}

.breadcrumb {
    font-size: 12px;
    padding: 5px 0;
    color: #aaa;
    background-color: #333
}

.breadcrumb .container>span {
    position: relative;
    display: inline-block
}

.breadcrumb .container>span:after {
    font-family: FontAwesome;
    margin: 0 5px 0 7px;
    content: '\f105';
    color: #777
}

.breadcrumb .container>span:last-child:after {
    display: none
}

.pagenavi {
    line-height: 30px;
    margin-top: 20px
}

.pagenavi a,
.pagenavi span {
    display: inline-block;
    width: auto;
    min-width: 30px;
    margin-right: 7px;
    padding: 0 5px;
    text-align: center;
    border-radius: 15px
}

.pagenavi .pages {
    margin-right: 10px;
    padding: 0 10px;
    color: #777;
    background-color: #ddd
}

.pagenavi .current {
    color: #fff;
    background-color: #b51025
}

.pagenavi a {
    height: 30px;
    color: #868585;
    background-color: #f4f4f4
}

.pagenavi a:hover {
    background-color: #eee
}

.calendar {
    margin-bottom: 20px
}

.calendar #wp-calendar {
    width: 100%;
    margin: 0 auto
}

.calendar #wp-calendar caption {
    margin-bottom: 5px;
    padding: 5px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background-color: #333
}

.calendar #wp-calendar td,
.calendar #wp-calendar th {
    width: 40px;
    text-align: center
}

.calendar #wp-calendar thead th {
    border-bottom: 1px solid #ddd
}

.calendar #wp-calendar tbody .today,
.calendar #wp-calendar tbody a {
    line-height: 24px;
    display: block;
    width: 24px;
    margin: 0 auto;
    border-radius: 50%
}

.calendar #wp-calendar tbody .today {
    background-color: #eee
}

.calendar #wp-calendar tbody a {
    color: #fff;
    background-color: #555
}

.calendar #wp-calendar tbody a:hover {
    background-color: #696969
}

.calendar #wp-calendar tbody td.eo-event-cat-top a {
    background-color: #b51025
}

.calendar #wp-calendar tbody td.eo-event-cat-top a:hover {
    background-color: #da132d
}

.calendar #wp-calendar tbody td.eo-event-cat-second a {
    background-color: #d3a900
}

.calendar #wp-calendar tbody td.eo-event-cat-second a:hover {
    background-color: #fcca00
}

.calendar #wp-calendar tbody td.eo-event-cat-school a {
    background-color: #57d2b3
}

.calendar #wp-calendar tbody td.eo-event-cat-school a:hover {
    background-color: #77dbc2
}

.calendar #wp-calendar tfoot {
    display: none
}

.gallery {
    margin: 15px auto;
    text-align: center
}

.gallery figure {
    display: inline-block;
    margin: 5px
}

.bar-heading {
    position: relative;
    zoom: 1;
    height: 50px;
    border-bottom: 1px solid #ddd
}

.bar__sponsor,
.bar__sponsor dl {
    border-bottom: 1px solid #e7e7e7
}

.bar-heading:after,
.bar-heading:before {
    display: table;
    content: ''
}

.bar-heading ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.bar-heading ul li a {
    line-height: 30px;
    display: block
}

.bar-heading ul.hffLinks {
    float: left
}

.bar-heading ul.hffLinks li {
    margin-right: 10px
}

.bar-heading ul.hffLinks li a,
.bar-heading ul.hffLinks li span {
    filter: grayscale(100%)
}

.bar-heading ul.hffLinks li a:hover,
.bar-heading ul.hffLinks li span:hover {
    filter: grayscale(0)
}

.bar-heading ul.hffLinks li a img,
.bar-heading ul.hffLinks li span img {
    width: auto;
    height: 30px
}

.bar-heading ul.socialLinks {
    float: right
}

.bar-heading ul.socialLinks li {
    margin-left: 10px
}

.bar-heading ul.socialLinks li a {
    font-size: 13px;
    color: #333
}

.bar-heading ul.socialLinks li a:hover {
    opacity: .7
}

.bar-heading ul.socialLinks li a i {
    margin-right: 3px
}

.bar-heading ul.socialLinks li a i.fa-facebook,
.bar-heading ul.socialLinks li a i.fa-twitter,
.bar-heading ul.socialLinks li a i.fa-youtube {
    font-size: 20px;
    margin: 0
}

.bar-heading ul.socialLinks li a i.fa-facebook {
    color: #3b5998
}

.bar-heading ul.socialLinks li a i.fa-twitter {
    color: #55acee
}

.bar-heading ul.socialLinks li a i.fa-youtube {
    color: #e52d27
}

.headerContainer {
    position: relative;
    z-index: 1
}

.headerContainer .globalHeader {
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 -12px;
    -ms-flex-align: center;
    align-items: center
}

.headerContainer .globalHeader h1.logo {
    position: relative;
    z-index: 1;
    margin: 0 auto 0 0
}

.headerContainer .globalHeader h1.logo a {
    display: block;
    overflow: hidden;
    width: 310px;
    height: 0;
    padding-top: 88px;
    background: url(assets/images/logo.png) no-repeat
}

.headerContainer .globalHeader .navSite {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.headerContainer .globalHeader .navSite li {
    margin-left: 15px
}

.headerContainer .globalHeader .navSite li a {
    font-size: 13px;
    position: relative;
    text-decoration: none;
    color: #333
}

.headerContainer .globalHeader .navSite li a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    transition: width .2s linear;
    background-color: #333
}

.headerContainer .globalHeader .navSite li a:hover:after {
    width: 100%
}

.totop {
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px
}

.totop a {
    line-height: 40px;
    display: block;
    width: 40px;
    text-align: center;
    opacity: .8;
    color: #333;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    filter: alpha(Opacity=80)
}

.totop a:hover {
    opacity: 1;
    filter: alpha(enabled=false)
}

.bar__sponsor {
    padding: 20px 0 10px;
    border-top: 1px solid #e7e7e7;
    background-color: #f7f7f7
}

.bar__sponsor dl {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 10px
}

.bar__sponsor dl:last-child {
    margin-bottom: 0;
    border: none
}

.bar__sponsor dl dd,
.bar__sponsor dl dt {
    margin: 0;
    padding: 0;
    text-align: center
}

.bar__sponsor dl h4 {
    font-size: 12px;
    margin: 0 0 10px
}

.bar__sponsor dl ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    -ms-flex-pack: center;
    justify-content: center
}

.bar__sponsor dl ul li {
    margin: 5px;
    text-align: center
}

.bar__sponsor dl.horizontal dd {
    width: 100%
}

.bar__sponsor dl.horizontal ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.bar__sponsor dl.horizontal ul li {
    float: none;
    margin: 0 15px 15px
}

.bar__sponsor dl.horizontal ul li.col2 {
    text-align: center;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.bar__sponsor a:hover {
    opacity: .75
}

.footerContainer {
    zoom: 1;
    width: 100%;
    padding: 30px 0 0
}

.footerContainer:after,
.footerContainer:before {
    display: table;
    content: ''
}

.footerContainer .footerContents {
    padding: 20px 0;
    background-color: #b51025
}

.footerContainer .footerContents>.container {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row-reverse
}

.footerContainer .footerContents nav {
    -ms-flex: 1;
    flex: 1
}

.footerContainer .footerContents .footer__info {
    font-size: 13px;
    width: 280px;
    margin-right: 20px;
    padding-right: 20px;
    color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.footerContainer .footerContents .footer__info--logo {
    width: 230px;
    height: 45px;
    margin-bottom: 10px;
    text-indent: -9999px;
    background: url(assets/images/footer_logo.png) no-repeat
}

.footerContainer .footerContents .footer__info h4 {
    margin: 0 0 10px
}

.footerContainer .footerContents .footer__info p {
    margin: 0
}

.footerContainer .navFooter,
.footerContainer .navFooter a {
    color: #fff
}

.footerContainer .copyright {
    font-size: 12px;
    padding: 20px 0;
    text-align: center
}

.footerContainer .created a {
    font-size: 12px;
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background-color: #333
}

.bar__sponsor--fleague {
    font-size: 11px;
    line-height: 1;
    padding: 20px 0;
    text-align: center
}

.bar__sponsor--fleague .bnr-row {
    display: -ms-flexbox;
    display: flex;
    width: 730px;
    margin: 0 auto;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222
}

.bar__sponsor--fleague .bnr-row-block {
    width: 100%;
    padding: 0 !important
}

.bar__sponsor--fleague .bnr-row-block.ball {
    width: 25%
}

.bar__sponsor--fleague .bnr-row-block.partner {
    width: 75%
}

.bar__sponsor--fleague .bnr-row h4 {
    margin: 0;
    padding: 2px 0;
    color: #fff;
    background-color: #222
}

.bar__sponsor--fleague .bnr-row ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.bar__sponsor--fleague .bnr-row ul li {
    border-right: 1px solid #222;
    -ms-flex: 1;
    flex: 1
}

.navGlobal {
    font-family: 'Noto Sans Japanese';
    position: relative;
    z-index: 0;
    margin: -10px auto 0
}

.navGlobal ul {
    width: 100%;
    margin: 0;
    padding: 0
}

.navGlobal ul li {
    position: relative;
    text-align: center
}

.navGlobal ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: background-color .3s
}

.navGlobal ul li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    content: '';
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .2)
}

.navGlobal ul li a:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out
}

.navGlobal ul li a.current,
.navGlobal ul li a:hover {
    background-color: rgba(255, 255, 255, .15)
}

.navGlobal ul li ul {
    position: absolute;
    z-index: 1;
    left: 50%;
    display: none;
    width: 200px;
    margin-left: -100px;
    background-color: #222
}

.navGlobal ul li ul:after {
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 50%;
    display: block;
    width: 0;
    margin-left: -8px;
    content: '';
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: #222 transparent
}

.navGlobal ul li ul li {
    text-align: left;
    background: #222
}

.navGlobal ul li ul li a {
    line-height: 1.4;
    padding: 10px
}

.navGlobal ul li.sns {
    text-align: center
}

.navGlobal ul li.sns ol {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center
}

.navGlobal ul li.sns ol li {
    text-align: center;
    border-top: 0;
    background: #222;
    -ms-flex: 1;
    flex: 1
}

.navGlobal ul li.sns ol li a {
    padding: 5px
}

.navGlobal ul li.sns ol li a i {
    font-size: 20px
}

.navGlobal__primary {
    background-color: #940d1e
}

.navGlobal__primary .container {
    background-color: #b51025
}

.navGlobal__primary ul {
    display: table
}

.navGlobal__primary ul li {
    display: table-cell
}

.navGlobal__primary ul li a {
    line-height: 50px;
    padding: 0 25px;
    white-space: nowrap;
    color: #fff
}

.navGlobal__secondary {
    border-bottom: 1px solid #ddd
}

.navGlobal__secondary ul {
    display: -ms-flexbox;
    display: flex
}

.navGlobal__secondary ul li {
    -ms-flex: 1;
    flex: 1
}

.navGlobal__secondary ul li a {
    line-height: 35px
}

.navGlobal__sp {
    display: none
}

.offcanvasToggle {
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 15px;
    width: 41px;
    height: 41px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    outline: 0;
    background: 0 0
}

.offcanvasToggle:hover {
    background-color: #fff
}

.offcanvasToggle span {
    position: absolute;
    left: 6px;
    display: inline-block;
    width: 26px;
    height: 3px;
    transition: all .5s ease;
    border-radius: 1px;
    background-color: #222
}

.offcanvasToggle span:nth-of-type(1) {
    top: 10px
}

.offcanvasToggle span:nth-of-type(2) {
    top: 18px
}

.offcanvasToggle span:nth-of-type(3) {
    top: 26px
}

.offcanvasToggle span.g {
    background-color: #6e4b22 !important
}

.offcanvasToggle.active {
    background: 0 0
}

.offcanvasToggle.active span:nth-of-type(1) {
    top: 15px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvasToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0
}

.hero__bg,
.hero__overlay {
    opacity: .8;
    top: 0;
    position: absolute
}

.offcanvasToggle.active span:nth-of-type(3) {
    top: 15px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.offcanvasToggle {
    display: none
}

.navFooter {
    font-size: 12px;
    zoom: 1;
    width: 100%;
    padding-top: 10px
}

.navFooter:after,
.navFooter:before {
    display: table;
    content: ''
}

.navFooter ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0
}

.navFooter ul li {
    margin-bottom: 10px
}

.navFooter ul li ul {
    float: none;
    width: auto;
    margin: 10px 0 0 15px
}

.navFooter ul li a i {
    font-size: 14px
}

.navFooter ul li a:hover {
    text-decoration: underline
}

.navSide h3 {
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0;
    color: #444
}

.navSide ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #dfdfdf
}

.navSide ul li {
    border-bottom: 1px solid #dfdfdf
}

.navSide ul li a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #333
}

.navSide ul li a:hover {
    color: #b51025
}

.navSide ul li a.current,
.navSide ul li.current-cat a {
    color: #fff;
    background-color: #b51025
}

.navSide ul ul {
    padding-left: 15px;
    border: none
}

.navSide ul ul li:last-child {
    border: none
}

.navSide__post--cat ul li,
.navSide__post--cat ul li.label-news {
    border-left: 4px solid #b51025
}

.navSide ul ul li a {
    background-color: #f1f1f1
}

.navSide__post--cat {
    margin-bottom: 25px
}

.navSide__post--cat ul li {
    font-size: 14px;
    display: block;
    margin: 0;
    background-color: #fff
}

.navSide__post--archives ul:after,
.navSide__post--archives ul:before,
.navSide__post--archives:after,
.navSide__post--archives:before,
.nav__singlePage:after,
.nav__singlePage:before {
    display: table;
    content: ''
}

.navSide__post--cat ul li.current a {
    color: #fff
}

.navSide__post--cat ul li.label-news.current {
    background-color: #b51025
}

.navSide__post--cat ul li.label-topics {
    border-left: 4px solid #f19d14
}

.navSide__post--cat ul li.label-topics.current {
    background-color: #f19d14
}

.navSide__post--cat ul li.label-topics a:hover {
    color: #f19d14
}

.navSide__post--cat ul li.label-event {
    border-left: 4px solid #57d2b3
}

.navSide__post--cat ul li.label-event.current {
    background-color: #57d2b3
}

.navSide__post--cat ul li.label-event a:hover {
    color: #57d2b3
}

.navSide__post--cat ul li.label-media {
    border-left: 4px solid #5896de
}

.navSide__post--cat ul li.label-media.current {
    background-color: #5896de
}

.navSide__post--cat ul li.label-media a:hover {
    color: #5896de
}

.navSide__post--archives {
    zoom: 1;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0
}

.navSide__post--archives h4 {
    margin: 0;
    padding: 10px
}

.navSide__post--archives ul {
    float: left;
    zoom: 1;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f7f7f7
}

.navSide__post--archives ul li {
    float: left;
    width: 25%;
    text-align: center
}

.navSide__post--archives ul li.current a {
    color: #fff;
    background-color: #b51025
}

.navSide__post--archives ul:last-child {
    border-bottom: 0
}

.nav__singlePage {
    zoom: 1;
    width: 100%;
    margin: 25px 0 10px
}

.nav__singlePage a {
    line-height: 36px;
    display: block;
    overflow: hidden;
    height: 36px;
    padding: 0 10px;
    text-decoration: none;
    color: #333;
    background-color: #ddd
}

.nav__singlePage a:hover {
    background-color: #ccc
}

.nav__singlePage a:after,
.nav__singlePage a:before {
    font-family: FontAwesome
}

.nav__singlePage .next,
.nav__singlePage .previous {
    width: 50%
}

.hero,
.hero__bg,
.hero__overlay {
    width: 100%;
    height: 600px
}

.nav__singlePage .previous {
    float: left
}

.nav__singlePage .previous a {
    margin-right: 1px;
    border-radius: 4px 0 0 4px
}

.nav__singlePage .previous a:before {
    margin-right: 5px;
    content: '\f0a8'
}

.nav__singlePage .next {
    float: right;
    text-align: right
}

.hero__result,
.hero__scoreboard-tab li,
.news ul.tab li,
.ranking table tr td:last-child,
.ranking table tr:first-child td,
.ranking table tr:first-child th {
    text-align: center
}

.nav__singlePage .next a {
    margin-left: 1px;
    border-radius: 0 4px 4px 0
}

.nav__singlePage .next a:after {
    margin-left: 5px;
    content: '\f0a9'
}

.navChild ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.navChild ul li {
    display: inline-block;
    margin: 5px
}

.navChild ul li a {
    font-size: 14px;
    display: block;
    min-width: 140px;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .5)
}

.navChild ul li a.current,
.navChild ul li a:hover {
    color: #fff;
    background-color: #b51025
}

.navChild ul li a.second.current,
.navChild ul li a.second:hover {
    background-color: #d3a900
}

.navChild ul li.current-cat a,
.navChild ul li.current_page_item a {
    color: #fff;
    background-color: #b51025
}

.hero {
    position: relative;
    z-index: 0;
    background-color: #000
}

.hero__bg {
    z-index: 0;
    left: 0
}

.hero__overlay {
    z-index: 1;
    left: 0;
    background: url(assets/images/hero_overlay.png)
}

.hero .container {
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    -ms-flex-align: center;
    align-items: center
}

.hero__main {
    margin: 0 auto 0 0
}

.hero__main h1.logo {
    overflow: hidden;
    width: 519px;
    height: 0;
    padding: 150px 0 0;
    background: url(assets/images/h1_hero.png) no-repeat
}

.hero__main a {
    display: block;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.hero__main a img {
    width: 100%;
    max-width: 520px
}

.hero__main a:hover {
    transition: all .3s;
    opacity: .85
}

.hero__scoreboard {
    width: 300px
}

.hero__scoreboard-tab {
    width: 100%;
    margin: 0;
    padding: 0
}

.hero__scoreboard-tab li {
    float: left;
    width: 100%;
    margin: 0 0 1px 1px;
    opacity: .8;
    color: #fff;
    background-color: #2b2b2b;
    background-color: rgba(40, 40, 40, .95)
}

.hero__scoreboard-tab li a {
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px 4px 0 0
}

.hero__scoreboard-tab li.active {
    margin-bottom: 0;
    opacity: 1;
    border-bottom: 1px solid #2b2b2b;
    border-bottom: 1px solid rgba(40, 40, 40, .95)
}

.hero__scoreboard-tab li.active a {
    color: #d3a900
}

.hero__scoreboard-tab li:hover {
    opacity: 1
}

.news .newsbox .topnews a:hover,
.news .newsbox__item a:hover {
    opacity: .8
}

.hero__scoreboard-contents {
    clear: both;
    padding: 15px;
    color: #fff;
    background-color: #2b2b2b;
    background-color: rgba(40, 40, 40, .95)
}

.hero__scoreboard-contents>div {
    display: none
}

.hero__result ul {
    margin: 0;
    padding: 0
}

.hero__result--score {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.hero__result--score li {
    font-weight: 700;
    -ms-flex: 1;
    flex: 1
}

.hero__result--score li.bn,
.hero__result--score li.vs {
    font-size: 80px;
    line-height: 1;
    -ms-flex: 1.5;
    flex: 1.5
}

.hero__result--score li.bn {
    color: #b51025
}

.hero__result--score-sub {
    font-size: 20px;
    margin: 5px 0;
    border-right: 1px solid #747474;
    border-left: 1px solid #747474
}

.hero__result--vs {
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px
}

.hero__result--vs span {
    font-size: 20px
}

.hero__result--title {
    margin-top: 5px
}

.hero__result--info {
    font-size: 13px;
    margin: 10px 0 15px;
    padding-top: 5px;
    border-top: 1px solid #333
}

.hero__result--detail a,
.hero__result--second a {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 700
}

.hero__result--info>div {
    margin: 3px 0
}

.hero__result--detail a {
    text-decoration: none;
    background-color: #b51025;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}

.hero__result--detail a:hover {
    background-color: #9e0e20
}

.hero__result--second {
    margin: 20px -15px -15px
}

.hero__result--second a {
    background-color: #3c3c3c
}

.hero__result--second a:hover {
    background-color: #2f2f2f
}

.news-label {
    font-size: 11px;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 5px;
    color: #fff;
    border-radius: 2px
}

.news-label-topics {
    background-color: #f19d14
}

.news-label-result {
    background-color: #7dd32f
}

.news-label-event {
    background-color: #57d2b3
}

.news-label-media {
    background-color: #5896de
}

.news-label-top {
    background-color: #b51025
}

.news-label-second {
    background-color: #d3a900
}

.news {
    margin-bottom: 30px
}

.news h3 {
    font-size: 20px;
    margin-top: 0
}

.news ul.tab {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1px 3px;
    background-color: #757575;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    -ms-flex-pack: center;
    justify-content: center
}

.news ul.tab li {
    margin: 5px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.news ul.tab li a {
    font-weight: 700;
    display: block;
    padding: 5px;
    white-space: nowrap;
    text-decoration: none;
    color: #555;
    border-radius: 3px;
    background-color: #eee
}

.news ul.tab li a:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.news ul.tab li.active a {
    color: #fff
}

.news ul.tab li.tab-new.active a {
    background-color: #b51025
}

.news ul.tab li.tab-topics.active a {
    background-color: #f19d14
}

.news ul.tab li.tab-result.active a {
    background-color: #7dd32f
}

.news ul.tab li.tab-event.active a {
    background-color: #57d2b3
}

.news ul.tab li.tab-media.active a {
    background-color: #5896de
}

.news .newsbox {
    padding: 10px 10px 5px;
    background-color: #f5f5f5
}

.news .newsbox a {
    color: #333
}

.news .newsbox__item a {
    display: table;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #fff
}

.news .newsbox__item--body,
.news .newsbox__item--head {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle
}

.news .newsbox__item--head {
    width: 175px;
    border-right: 1px solid #ddd
}

.news .newsbox__item--head span {
    display: inline-block;
    vertical-align: middle
}

.news .newsbox__item--body {
    padding-left: 15px
}

.news .newsbox .topnews {
    margin-bottom: 10px;
    border: 1px solid #eee
}

.news .newsbox .topnews a {
    display: block;
    zoom: 1;
    padding: 10px;
    text-decoration: none;
    background-color: #fff
}

.news .newsbox .topnews a:after,
.news .newsbox .topnews a:before {
    display: table;
    content: ''
}

.news .newsbox .topnews .thumb {
    float: left;
    width: 150px;
    margin-right: 15px
}

.news .newsbox .topnews .thumb img {
    width: 100%;
    height: auto
}

.news .newsbox .topnews .description {
    overflow: hidden
}

.news .newsbox .topnews .description dd {
    display: block;
    margin: 0
}

.news .newsbox .topnews .description dd h4 {
    font-size: 16px;
    margin: 10px 0
}

.news .newsbox .topnews .description dd p {
    color: #777
}

.news .newsbox .topnews.sticky {
    border-color: #b51025
}

.news .newsbox .topnews.sticky a {
    background-color: #fff1f1
}

.ranking,
.ranking h3 {
    background-color: #f4f4f4
}

.home .news .newsbox>div {
    display: none
}

.fb_plugin {
    float: left;
    width: 320px;
    margin-right: 30px
}

.fb_plugin h3 {
    color: #3b5998
}

.fb_plugin iframe {
    width: 100% !important
}

.tw_plugin {
    float: left;
    width: 320px
}

.tw_plugin h3 {
    color: #55acee
}

.tw_plugin iframe {
    width: 100% !important;
    border: 1px solid #ccc !important
}

.blogHeadline {
    float: left;
    width: 320px
}

.blogHeadline h3 {
    margin-bottom: 0;
    padding-bottom: 1em;
    color: #b51025;
    border-bottom: 1px solid #ddd
}

.blogHeadline dl {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd
}

.blogHeadline dl:first-child {
    border-top: 1px solid #ddd
}

.blogHeadline dl dd,
.blogHeadline dl dt {
    display: table-cell;
    margin: 0;
    padding: 10px 0
}

.blogHeadline dl dt {
    font-style: italic;
    width: 6em;
    color: #4d4d4d
}

.blogHeadline ul {
    margin: 15px 0
}

.home .headerContainer {
    z-index: 2
}

.home .headerContainer .globalHeader {
    display: none
}

.home .headerContainer .navGlobal {
    position: absolute;
    top: 605px;
    width: 100%
}

.home .pageBody {
    padding-top: 70px
}

.home .pageBody__main {
    float: left;
    width: 670px
}

.home .pageBody__sidebar {
    float: right;
    width: 300px
}

.home .calendar #wp-calendar {
    width: 280px
}

.ranking {
    margin-bottom: 30px
}

.ranking h3 {
    margin: 0;
    padding: 10px 10px 0;
    border-top: 3px solid #222
}

.ranking h3 span {
    font-size: 10px;
    margin-left: 5px
}

.ranking .ranking__content {
    margin: 10px;
    background-color: #fff
}

.ranking .ranking__content h4 {
    margin: 0;
    padding: 5px 7px;
    text-align: center;
    color: #fff;
    background-color: #222
}

.ranking table {
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dcdddd
}

.ranking table td,
.ranking table th {
    padding: 5px;
    border-bottom: 1px solid #dcdddd
}

.ranking table .boa td,
.ranking table .boa th {
    color: #b51025;
    background-color: #fce1e5
}

.ranking .note {
    font-size: 12px;
    zoom: 1;
    padding: 5px 10px;
    border-radius: 0 0 3px 3px;
    background-color: #f4f4f4
}

.ranking .note:after,
.ranking .note:before {
    display: table;
    content: ''
}

.ranking .note a,
.ranking .note span {
    float: left;
    width: 50%
}

.ranking .note a {
    text-align: right
}

.ranking .note span {
    color: #777
}

.nextmatch {
    margin-bottom: 20px;
    background-color: #e6dba9
}

.nextmatch h3 {
    margin: 0;
    padding: 5px;
    color: #fff;
    background-color: #d3a900
}

.nextmatch h3 span {
    font-size: 10px;
    margin-left: 5px
}

.nextmatch__content {
    padding: 10px
}

.nextmatch__content a {
    display: block;
    margin-bottom: 10px;
    padding: 5px 5px 0;
    transition: all .3s;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: #383838;
    background-image: linear-gradient(-45deg, #3f3f3f 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #3f3f3f 50%, #3f3f3f 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 30px 30px
}

.nextmatch__content a:last-child {
    margin-bottom: 0
}

.nextmatch__content a:hover {
    background-color: #484848;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.nextmatch__content ul {
    margin: 0;
    padding: 0
}

.nextmatch__content ul li {
    margin-top: 1px;
    padding: 5px;
    color: #524f3f;
    background-color: #f9f2d9
}

.nextmatch__header {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 0 5px;
    -ms-flex-align: center;
    align-items: center
}

.nextmatch__header--label {
    width: 50px;
    margin-right: 5px
}

.nextmatch__header--label span {
    display: block;
    padding: 1px 5px;
    text-align: center;
    color: #fff
}

.nextmatch__header--label span.home {
    background-color: #b51025
}

.nextmatch__header--label span.away {
    background-color: #d3a900
}

.nextmatch__date {
    font-size: 18px;
    font-weight: 700;
    margin: 7px 0 12px;
    text-align: center
}

.nextmatch__date .date {
    font-size: 28px
}

.nextmatch__date .week {
    margin-left: 5px
}

.nextmatch__date .time {
    font-size: 18px;
    margin-top: 2px
}

.nextmatch__date .time span {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    background-color: #777
}

.nextmatch__vs {
    font-size: 16px;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0;
    padding: 5px 5px 10px;
    text-align: center;
    border-top: 1px solid #777
}

.nextmatch__vs span {
    font-size: 14px;
    margin-right: 5px
}

.nextmatch__venue {
    font-size: 12px;
    margin: 0;
    -ms-flex: 1;
    flex: 1
}

.nextmatch__league {
    margin: 0 -5px;
    padding: 5px 10px;
    text-align: center;
    color: #524f3f;
    background-color: #e0ddd0
}

.player__modal--thumb {
    position: relative;
    height: 200px;
    border-radius: 50%
}

.player__modal--thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.result__archive {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.result__select {
    zoom: 1;
    margin: -15px 0 15px
}

.result__select:after,
.result__select:before {
    display: table;
    content: ''
}

.result__select select {
    float: right
}

.result__item {
    position: relative;
    width: 490px;
    margin: 0 20px 25px 0;
    border: 1px solid #ddd;
    border-radius: 4px
}

.result__item:nth-child(2n) {
    margin-right: 0
}

.result__item a {
    display: block;
    zoom: 1;
    padding: 10px;
    text-decoration: none;
    color: #333
}

.result__item a:after,
.result__item a:before {
    display: table;
    content: ''
}

.result__item a:hover .badge {
    animation: spin 1s ease 1
}

.result__item .badge {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 150px;
    height: 150px
}

.result__item .badge span {
    font-size: 50px;
    line-height: 150px;
    display: block;
    width: 150px;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.result__item .badge span.badge-win {
    color: #d3a900
}

.result__item .badge span.badge-lose {
    font-size: 40px;
    color: #42add3
}

.result__item .badge span.badge-draw {
    font-size: 40px;
    color: #766b5e
}

.result__item .ribbon {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.result__item .ribbon span {
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    top: 19px;
    left: -21px;
    display: block;
    width: 100px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    color: #fff;
    background: #b51025;
    background: linear-gradient(#cd091e, #97071d);
    box-shadow: 0 3px 10px -5px #000
}

.result__item .ribbon span:after,
.result__item .ribbon span:before {
    position: absolute;
    z-index: -1;
    top: 100%;
    border-top: 3px solid #b51025;
    border-bottom: 3px solid transparent;
    content: ''
}

.result__item .ribbon span:before {
    left: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid #b51025
}

.result__item .ribbon span:after {
    right: 0;
    border-right: 3px solid #b51025;
    border-left: 3px solid transparent
}

.result__item .ribbon span.ribbon-second {
    background: linear-gradient(#d3a900, #a08000)
}

.result__item .ribbon span.ribbon-second:before {
    border-top: 3px solid #d3a900;
    border-left: 3px solid #d3a900
}

.result__item .ribbon span.ribbon-second:after {
    border-top: 3px solid #d3a900;
    border-right: 3px solid #d3a900
}

.result__item--thumb {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px
}

.result__item--thumb img {
    border-radius: 50%
}

.result__item--thumb .mask {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .6)
}

.result__item--description {
    overflow: hidden
}

.result__item--description h3 {
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center
}

.result__item--scoreboard {
    font-size: 18px;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
    background-color: #222
}

.result__item--score {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.result__item--score span {
    font-size: 30px;
    font-weight: 700;
    padding: 0 10px
}

.result__item--score-home {
    margin-left: auto
}

.result__item--score-away {
    margin-right: auto
}

.result__item--score-sep {
    margin: 0 5px
}

.result__item--score .bn {
    color: #b51025
}

.result__item--vs {
    margin: 0 -5px -5px;
    padding: 5px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    background-color: #333
}

.result__item--info {
    margin: 10px 10px 0
}

.result__detail {
    zoom: 1
}

.result__detail:after,
.result__detail:before {
    display: table;
    content: ''
}

.result__detail--header {
    margin-bottom: 15px
}

.result__detail--header h2 {
    margin: 0 0 10px
}

.result__detail--header .date,
.result__detail--header .grade,
.result__detail--header .place {
    display: inline-block;
    margin-right: 5px
}

.result__detail--header .grade a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    background-color: #b51025
}

.result__detail--header .grade a:hover {
    background-color: #9e0e20
}

.result__detail--header .grade-second a {
    background-color: #d3a900
}

.result__detail--header .grade-second a:hover {
    background-color: #ba9500
}

.result__detail--scoreboard {
    float: left;
    width: 300px;
    margin-right: 40px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #222
}

.result__detail--scoreboard .bn {
    color: #b51025
}

.result__detail--scoreboard-team {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

.result__detail--scoreboard-team h5 {
    font-size: 16px;
    display: table-cell;
    width: 50%;
    margin: 0;
    padding: 0 10px 0 0
}

.result__detail--scoreboard-team h5:last-child {
    padding: 0 0 0 10px
}

.result__detail--scoreboard-score {
    display: table;
    width: 100%
}

.result__detail--scoreboard-score>div {
    display: table-cell;
    vertical-align: middle
}

.result__detail--scoreboard-score>div.score {
    font-size: 36px;
    font-weight: 700;
    width: 40%
}

.result__detail--scoreboard-score>div.score-sub {
    border-right: 1px solid #444;
    border-left: 1px solid #444
}

.result__detail--scoreboard-score>div.score-sub ul {
    margin: 0;
    padding: 0
}

.result__detail--scoreboard-score>div.score-sub ul li {
    margin: 3px 0
}

.result__detail--scoreboard-info {
    margin: 10px 0 0;
    padding: 15px;
    background-color: #333
}

.result__detail--content {
    overflow: hidden
}

.result__detail--content img {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

.schedule__header {
    border-bottom: 1px solid #ddd
}

.schedule__header h3 {
    font-size: 16px;
    margin-top: 10px
}

.schedule__list {
    padding: 10px 10px 5px;
    background-color: #f5f5f5
}

.schedule__item {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    padding: 10px 0;
    border: 1px solid #eee;
    background-color: #fff;
    -ms-flex-align: center;
    align-items: center
}

.schedule__item>div {
    height: 100%;
    padding: 0 15px
}

.schedule__item--date {
    width: 130px;
    border-right: 1px solid #ddd
}

.schedule__item--date span {
    display: block;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #777
}

.schedule__item--tax {
    width: 250px
}

.schedule__item--vs {
    color: #666;
    border-left: 1px solid #ddd;
    -ms-flex: 1;
    flex: 1
}

.schedule__item--vs a {
    font-size: 16px;
    display: block;
    margin-bottom: 3px
}

.schedule__item--result {
    width: 100px;
    text-align: center;
    border-left: 1px solid #ddd
}

.schedule__item--result a {
    display: block !important;
    width: 100% !important;
    min-width: auto !important;
    margin: 5px auto 0;
    padding: 5px !important
}

.schedule__info {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd
}

.schedule__info li {
    margin-bottom: 5px
}

.schedule__map {
    height: 350px;
    margin: 25px 0 30px
}

.player {
    width: 100%
}

.player__item {
    float: left;
    width: 180px;
    margin: 0 30px 25px
}

.player__item--thumb {
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin: 0 auto 10px
}

.player__item--thumb img {
    width: 100%;
    height: auto
}

.player__item--info {
    display: table;
    width: 100%
}

.player__item--info .no {
    font-size: 28px;
    display: table-cell;
    width: 40px;
    margin: 0 0 10px;
    text-align: center;
    vertical-align: middle;
    color: #b51025;
    border-right: 1px solid #ddd
}

.player__item--info .description {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle
}

.player__item--info .description .pos {
    font-size: 12px;
    color: #777
}

.player__item--info .description h5 {
    font-size: 16px;
    margin: 0;
    padding: 0
}

.player__item a {
    text-decoration: none;
    color: #333
}

.player__item a:hover .player__item--thumb img {
    transition: all .2s linear;
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.player__modal {
    width: 600px;
    padding: 25px
}

.player__modal--header {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 15px
}

.player__modal--thumb {
    display: table-cell;
    overflow: hidden;
    width: 200px;
    vertical-align: middle
}

.player__modal--thumb img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.player__modal--label {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle
}

.player__modal--label .name {
    margin-bottom: 10px;
    color: #b51025
}

.player__modal--label .name h5 {
    font-size: 20px;
    display: inline-block;
    margin: 0
}

.player__modal--label .name span {
    font-size: 13px
}

.player__modal--label .pos {
    line-height: 20px;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    background-color: #222
}

.player__modal--label .pos .no {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    color: #222;
    border-radius: 50%;
    background-color: #d3a900
}

.player__modal--comment {
    position: relative;
    background-color: #b51025
}

.player__modal--comment:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -8px;
    display: block;
    width: 0;
    margin-top: -8px;
    content: '';
    border-width: 8px 8px 8px 0;
    border-style: solid;
    border-color: transparent #b51025
}

.player__modal--comment p {
    padding: 15px;
    color: #fff
}

.player__modal--body {
    border-top: 1px solid #ddd
}

.player__modal--body dl {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

.player__modal--body dl dd,
.player__modal--body dl dt {
    display: table-cell;
    margin: 0;
    padding: 10px 7px;
    border-bottom: 1px solid #ddd
}

.player__modal--body dl dt {
    width: 120px
}

.sponsor {
    zoom: 1;
    margin-bottom: 10px !important;
    padding: 15px;
    border: 1px solid #eee;
    background-color: #f9f9f9
}

.sponsor:after,
.sponsor:before {
    display: table;
    content: ''
}

.sponsor .thumb {
    float: left;
    margin-right: 20px
}

.sponsor .description {
    overflow: hidden
}

.sponsor .description h4 {
    font-size: 1rem;
    margin: 3px 0 15px;
    padding: 0;
    color: #333;
    background: 0 0
}

.sponsor .description table {
    border-top: 1px solid #ddd
}

.sponsor .description table td,
.sponsor .description table th {
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.sponsor .description table th {
    width: 9rem;
    text-align: left;
    color: #333;
    background: 0 0
}

.sponsor__personal {
    padding: 0;
    border: none;
    background: 0 0
}

.sponsor__personal ul {
    margin: 0;
    padding: 0
}

.sponsor__personal ul li {
    float: left;
    width: 20%;
    margin-bottom: 10px
}

.partner {
    padding-bottom: 20px
}

.partner h3 {
    font-size: 18px;
    margin: 0;
    padding: 20px 15px !important;
    color: #fff;
    border: none !important
}

.partner__body {
    display: table
}

.partner__body .description {
    display: table-cell;
    padding: 0 20px;
    vertical-align: top
}

.partner__body .description p {
    margin-top: 0
}

.partner__body .description ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.partner__body .description ul li {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background-color: #f5f5f5
}

.partner__body .plan {
    display: table-cell;
    width: 330px;
    border-top: 1px solid #555
}

.partner__body .plan__item {
    display: table;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #555;
    background-color: #333
}

.partner__body .plan__item>div {
    padding: 10px;
    text-align: center
}

.partner__body .plan__item--head {
    font-weight: 700;
    display: table-cell;
    width: 50%
}

.partner__body .plan__item--price {
    display: table-cell;
    width: 50%
}

.partner__uni {
    background-color: #c3263a
}

.partner__pra {
    background-color: #d3a900
}

.partner__personal {
    background-color: #4fa9c3
}

select {
    line-height: 24px;
    height: 24px;
    padding: 0 30px 0 10px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    background: url(assets/images/select_arrow.png) right 50% no-repeat #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox] {
    margin: 5px
}

input[type=text],
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=nunmber],
input[type=search],
textarea {
    font-size: 16px;
    line-height: 1;
    padding: 7px;
    border: 1px solid #aaa;
    border-radius: 3px
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=nunmber]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    line-height: 1
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=email]::placeholder,
input[type=nunmber]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
    line-height: 1
}

.contactForm {
    max-width: 640px;
    margin: 0 auto
}

.contactForm__row {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.contactForm__row:first-child {
    border-top: 1px solid #ddd
}

.contactForm__row label {
    position: relative;
    display: table-cell;
    width: 12em;
    padding-right: 1.2em;
    text-align: right;
    vertical-align: middle
}

.contactForm__row label .require {
    font-size: 11px;
    line-height: 18px;
    display: inline-block;
    margin-left: 10px;
    padding: 0 5px;
    color: #fff;
    border-radius: 2px;
    background-color: #c00
}

.contactForm__row--item {
    display: table-cell
}

.contactForm__row--item input[type=text],
.contactForm__row--item input[type=password],
.contactForm__row--item input[type=tel],
.contactForm__row--item input[type=url],
.contactForm__row--item input[type=email],
.contactForm__row--item input[type=nunmber],
.contactForm__row--item input[type=search],
.contactForm__row--item textarea {
    width: 100%
}

.contactForm__row--item input[type=text].half,
.contactForm__row--item input[type=password].half,
.contactForm__row--item input[type=tel].half,
.contactForm__row--item input[type=url].half,
.contactForm__row--item input[type=email].half,
.contactForm__row--item input[type=nunmber].half,
.contactForm__row--item input[type=search].half,
.contactForm__row--item textarea.half {
    width: 50%
}

.contactForm__btn {
    text-align: center;
    border-bottom: none
}

.contactForm__btn button,
.contactForm__btn input {
    font-size: 16px;
    line-height: 40px;
    width: 120px;
    margin: 0 10px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #9e0e20;
    border-radius: 4px;
    background-color: #b51025
}

.contactForm__btn button:hover,
.contactForm__btn input:hover {
    background-color: #9e0e20
}

.contactForm__btn button.cancel,
.contactForm__btn input.cancel {
    color: #333;
    border: 1px solid #aaa;
    background-color: #fff
}

.contactForm__btn button.cancel:hover,
.contactForm__btn input.cancel:hover {
    background-color: #eee
}

.mw_wp_form_confirm .contactForm {
    border-top: 1px solid #ddd
}

.mw_wp_form_confirm .contactForm .control-label {
    padding-top: 4px
}

.mw_wp_form_confirm .contactForm .form-group {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.mw_wp_form_confirm .contactForm .form-group>div {
    padding-top: 4px
}

.mw_wp_form_confirm .contactForm .form-btn {
    margin-top: 20px
}

.mw_wp_form_confirm .contactForm .form-btn .btn {
    margin: 0 5px
}

.school__banner {
    width: 697px;
    height: 100px;
    margin: 0 auto 30px;
    text-indent: -9999px;
    background: url(assets/images/school__banner.png) no-repeat
}

.school__lead {
    font-size: 1rem;
    text-align: center
}

.school__footsal {
    padding: 20px;
    color: #fff;
    background-color: #b51025
}

.school__footsal h3 {
    margin-top: 0;
    color: #f5cd00;
    border-bottom-color: rgba(0, 0, 0, .3)
}

.school__footsal .point {
    margin-top: 10px
}

.school__footsal .point ul {
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    padding: 0;
    list-style: none;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.school__footsal .point ul li {
    font-size: 20px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 180px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #9e0e20;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.school__article h3 {
    padding: 0 !important;
    color: #b51025;
    border: none !important
}

.school__article table {
    margin-bottom: 10px;
    border-top: 1px solid #ddd
}

.school__article table td,
.school__article table th {
    text-align: center;
    border-right: 1px solid #ddd
}

.school__article table tr td:last-child {
    border-right: none
}

.school__article table tbody th {
    color: #333;
    background-color: #eee
}

.inquiry {
    padding: 15px;
    border: 1px solid #b51025
}

.inquiry h4 {
    padding: 0 0 10px;
    color: #b51025;
    border-bottom: 1px solid #b51025;
    background: 0 0
}

.inquiry p {
    margin: 0
}

.inquiry__container {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.inquiry__item {
    -ms-flex: 1;
    flex: 1
}

.inquiry__item dl {
    display: table;
    width: 100%;
    margin: 0
}

.inquiry__item dl dd,
.inquiry__item dl dt {
    font-size: 20px;
    display: table-cell;
    margin: 0;
    vertical-align: middle
}

.inquiry__item dl dt {
    width: 10em
}

.inquiry__item dl dt span {
    display: block;
    text-align: center;
    color: #fff;
    background: #b51025
}

.inquiry__item dl dd {
    padding-left: 15px
}

.inquiry__item dl dd.tel {
    font-size: 28px;
    font-weight: 700
}

.supporter__banner {
    width: 600px;
    height: 101px;
    margin: 0 auto 30px;
    text-indent: -9999px;
    background: url(assets/images/supporter_banner.png) no-repeat
}

.supporter__lead {
    font-size: 1rem;
    text-align: center
}

.supporter__list {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -ms-flex-align: start;
    align-items: flex-start
}

.supporter__list ul {
    margin: 0 2px;
    padding: 0;
    list-style: none
}

.supporter__list ul li {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #fff
}

.supporter__list ul li sup {
    font-size: 11px;
    vertical-align: top;
    color: #999
}

.supporter__list ul li.type {
    font-weight: 700;
    color: #fff;
    border-radius: 4px 4px 0 0
}

.supporter__list ul li.type sup {
    font-weight: 400;
    color: #fff
}

.supporter__list ul li.link {
    line-height: 1;
    padding: 15px
}

.supporter__list ul li.link a {
    display: block;
    padding: 10px;
    transition: all .3s linear;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .15)
}

.supporter__list--header {
    width: 24%
}

.supporter__list--header ul li {
    font-size: 14px
}

.supporter__list--header ul li:nth-child(even) {
    background-color: #f4f4f4
}

.supporter__list--gold,
.supporter__list--kids,
.supporter__list--red,
.supporter__list--silver {
    width: 26%
}

.supporter__list--gold .sp-txt,
.supporter__list--kids .sp-txt,
.supporter__list--red .sp-txt,
.supporter__list--silver .sp-txt {
    font-size: 13px;
    display: none;
    margin-bottom: 5px;
    padding: 5px;
    color: #666 !important;
    background-color: rgba(0, 0, 0, .1)
}

.supporter__list--type .supporter__list--gold,
.supporter__list--type .supporter__list--kids,
.supporter__list--type .supporter__list--red,
.supporter__list--type .supporter__list--silver {
    width: 33.33%
}

.supporter__list--type .supporter__list--gold span,
.supporter__list--type .supporter__list--kids span,
.supporter__list--type .supporter__list--red span,
.supporter__list--type .supporter__list--silver span {
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    color: #666 !important
}

.supporter__list--gold ul li {
    background-color: #f7ecd2
}

.supporter__list--gold ul li:nth-child(even) {
    background-color: #f4e5c1
}

.supporter__list--gold ul li.link a,
.supporter__list--gold ul li.type {
    background-color: #d29400
}

.supporter__list--gold ul li.link a:hover {
    background-color: #f6ad00
}

.supporter__list--silver ul li {
    background-color: #ddd
}

.supporter__list--silver ul li:nth-child(even) {
    background-color: #d3d3d3
}

.supporter__list--silver ul li.link a,
.supporter__list--silver ul li.type {
    background-color: #6f6e6f
}

.supporter__list--silver ul li.link a:hover {
    background-color: #818081
}

.supporter__list--red ul li {
    background-color: #f7dce0
}

.supporter__list--red ul li:nth-child(even) {
    background-color: #f3cbd1
}

.supporter__list--red ul li.link a,
.supporter__list--red ul li.type {
    background-color: #b51025
}

.supporter__list--red ul li.link a:hover {
    background-color: #d6132c
}

.supporter__list--kids ul li {
    background-color: #daeff5
}

.supporter__list--kids ul li:nth-child(even) {
    background-color: #cae8f1
}

.supporter__list--kids ul li.type {
    background-color: #00a3d4
}

.supporter__item {
    width: 33.33%;
    margin: 0 3px 30px
}

.supporter__item h4 {
    text-align: center
}

.supporter__item ul {
    padding: 0 0 0 20px;
    list-style-type: disc
}

.supporter__item ul li {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    border: none
}

.supporter__item.item--gold h4 {
    background-color: #d29400
}

.supporter__item.item--silver h4 {
    background-color: #6f6e6f
}

.supporter__item.item--red h4 {
    background-color: #b51025
}

.supporter__item.item--kids h4 {
    background-color: #00a3d4
}

.help-text ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.help-text ul li {
    display: -ms-flexbox;
    display: flex;
    margin: 3px 0
}

@media (min--moz-device-pixel-ratio:2),
(-webkit-min-device-pixel-ratio:2),
(min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .headerContainer .globalHeader h1.logo a {
        background-image: url(assets/images/logo@2x.png);
        background-size: 310px 88px
    }

    .footerContainer .footerContents .footer__info--logo {
        background-image: url(assets/images/footer_logo@2x.png);
        background-size: 230px 45px
    }

    .hero__main h1.logo {
        background-image: url(assets/images/h1_hero@2x.png);
        background-size: 519px 150px
    }

    select {
        background-image: url(assets/images/select_arrow@2x.png);
        background-size: 20px 8px
    }

    .school__banner {
        background-image: url(assets/images/school__banner@2x.png);
        background-size: 697px 100px
    }

    .supporter__banner {
        background-image: url(assets/images/supporter_banner@2x.png);
        background-size: 600px 101px
    }
}

@media (min--moz-device-pixel-ratio:3),
(-webkit-min-device-pixel-ratio:3),
(min-device-pixel-ratio:3),
(min-resolution:3dppx) {
    .headerContainer .globalHeader h1.logo a {
        background-image: url(assets/images/logo@3x.png);
        background-size: 310px 88px
    }

    .footerContainer .footerContents .footer__info--logo {
        background-image: url(assets/images/footer_logo@3x.png);
        background-size: 230px 45px
    }

    .hero__main h1.logo {
        background-image: url(assets/images/h1_hero@3x.png);
        background-size: 519px 150px
    }

    select {
        background-image: url(assets/images/select_arrow@3x.png);
        background-size: 20px 8px
    }

    .school__banner {
        background-image: url(assets/images/school__banner@3x.png);
        background-size: 697px 100px
    }

    .supporter__banner {
        background-image: url(assets/images/supporter_banner@3x.png);
        background-size: 600px 101px
    }
}

@media screen and (max-width:768px) {

    .hero__main,
    .player,
    .schedule__item>div {
        text-align: center
    }

    .container {
        width: 100%;
        padding: 0 20px
    }

    .pageBody__main,
    .pageBody__sidebar {
        width: 100% !important;
        float: none !important
    }

    .pageBody__header {
        background: #b51025
    }

    .pageBody__header:before {
        background-image: linear-gradient(-45deg, #b51025 25%, #ac0f23 25%, #ac0f23 50%, #b51025 50%, #b51025 75%, #ac0f23 75%, #ac0f23)
    }

    .pageBody__sidebar {
        clear: both
    }

    .bar-heading {
        height: auto
    }

    .bar-heading ul {
        float: none !important
    }

    .bar-heading ul.socialLinks {
        display: none
    }

    .headerContainer .globalHeader {
        position: relative;
        z-index: 1000;
        display: block !important
    }

    .headerContainer .globalHeader .navSite {
        display: none
    }

    .bar__sponsor {
        width: 100%
    }

    .footerContainer .footerContents {
        padding: 0
    }

    .footerContainer .footerContents .container {
        display: block;
        padding: 0
    }

    .footerContainer .footerContents .container .footer__info {
        width: auto;
        margin: 15px auto 0;
        padding: 15px 0;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, .2);
        border-right: none
    }

    .footerContainer .footerContents .container .footer__info--logo {
        margin: 0 auto 10px
    }

    .navGlobal {
        position: absolute !important;
        z-index: 999;
        top: 85px !important;
        left: 0;
        width: 100%;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
    }

    .navGlobal .container {
        padding: 0 !important
    }

    .navGlobal ul {
        display: none;
        background-color: #b51025
    }

    .navGlobal ul li {
        display: block;
        border-top: 1px solid #860c1b;
        background: 0 0
    }

    .navGlobal ul li a {
        line-height: 40px;
        width: 100% !important;
        padding: 0 20px;
        color: #fff;
        background: 0 0
    }

    .navGlobal ul li a.current {
        color: #fff;
        background-color: #860c1b
    }

    .navGlobal ul li ul {
        position: relative;
        left: 0;
        display: none;
        width: 100%;
        margin: 0
    }

    .navGlobal ul li ul li:first-child {
        border-top: none
    }

    .navGlobal__secondary {
        border: none
    }

    .navGlobal__sp {
        display: block
    }

    .offcanvasToggle {
        position: absolute;
        display: block
    }

    .navFooter {
        padding: 0
    }

    .navSide h3,
    .navSide>ul>li a {
        padding: 10px
    }

    .navFooter>ul {
        display: block;
        width: 100% !important
    }

    .navFooter>ul>li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }

    .navFooter>ul>li a {
        display: block;
        padding: 10px
    }

    .navFooter>ul>li a:hover {
        text-decoration: none;
        background-color: #9e0e20
    }

    .navFooter>ul ul {
        display: none
    }

    .navFooter>ul:last-child li {
        border: none
    }

    .navSide {
        border: 1px solid #dfdfdf;
        border-radius: 4px
    }

    .navSide>:first-child,
    .navSide>:first-child a {
        border-radius: 4px 4px 0 0
    }

    .navSide h3 {
        margin: 0;
        border-bottom: 1px solid #dfdfdf
    }

    .navSide>ul {
        border: none
    }

    .navSide>ul>li:last-child {
        border: none;
        border-radius: 0 0 4px 4px
    }

    .navSide>ul>li ul {
        padding: 0
    }

    .hero,
    .hero .container,
    .hero__bg,
    .hero__overlay {
        height: 500px
    }

    .hero .container {
        display: block
    }

    .hero h1.logo,
    .hero__scoreboard {
        display: none
    }

    .hero__main a {
        margin: 0 auto
    }

    .hero__main a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .result__archive,
    .schedule__item {
        display: block
    }

    .home .pageBody {
        padding-top: 0
    }

    .result__item {
        margin: 0 auto 20px !important
    }

    .result__detail--scoreboard {
        float: none;
        margin: 0 auto 20px
    }

    .schedule__item>div {
        width: auto;
        height: auto;
        border: none
    }

    .schedule__item--date {
        margin-bottom: 5px;
        padding-bottom: 5px
    }

    .schedule__item--date span {
        display: inline-block;
        margin: 0 0 0 5px;
        padding: 0 5px
    }

    .schedule__item--tax {
        padding: 5px;
        background-color: #ddd
    }

    .schedule__item--vs {
        margin: 10px 0 5px;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #ddd !important
    }

    .schedule__item--result a {
        max-width: 240px !important
    }

    .player__item {
        display: inline-block;
        float: none
    }

    .player__modal {
        width: auto
    }

    .player__modal--header {
        display: block
    }

    .player__modal--label,
    .player__modal--thumb {
        display: block;
        margin: 0 auto 10px;
        padding: 0
    }

    .player__modal--comment:before {
        top: -8px;
        left: 50%;
        margin: 0 0 0 -8px;
        border-width: 0 8px 8px;
        border-color: #b51025 transparent
    }
}

@media screen and (max-width:600px) {

    .headerContainer .container,
    .hero .container {
        padding: 0 10px
    }

    .entry table td,
    .entry table th {
        display: block;
        width: 100% !important;
        height: auto !important;
        text-align: center !important
    }

    .inquiry h4,
    .partner h3,
    .school__article h3,
    .sponsor .description h4,
    .sponsor .thumb {
        text-align: center
    }

    .entry table th {
        border: none
    }

    ul.banner img {
        width: 100%
    }

    .bar-heading ul.hffLinks {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .bar-heading ul.hffLinks li {
        margin-bottom: 5px
    }

    .bar-heading ul.hffLinks li:first-child {
        margin-right: auto
    }

    .headerContainer .globalHeader h1.logo a {
        overflow: hidden;
        width: 82px;
        margin: 0 auto
    }

    .bar__sponsor--fleague .bnr-row {
        display: block;
        width: auto;
        border-right: 1px solid #222;
        border-bottom: none
    }

    .bar__sponsor--fleague .bnr-row-block {
        width: 100% !important
    }

    .bar__sponsor--fleague .bnr-row ul {
        display: block
    }

    .bar__sponsor--fleague .bnr-row ul li {
        border: none;
        border-bottom: 1px solid #222
    }

    .hero,
    .hero .container,
    .hero__bg,
    .hero__overlay {
        height: 400px
    }

    .hero__scoreboard {
        margin: 0 auto
    }

    .news .newsbox .topnews .thumb {
        float: none;
        margin: 0 auto 10px
    }

    .news .newsbox__item--head {
        display: block;
        width: 100%;
        border: none
    }

    .news .newsbox__item--body {
        display: block;
        padding-left: 0
    }

    .blogHeadline,
    .fb_plugin,
    .tw_plugin {
        width: 280px
    }

    .result__item {
        width: 100%
    }

    .sponsor .thumb {
        float: none;
        margin: 0
    }

    .sponsor__personal ul li {
        width: 33.3%
    }

    .partner__body,
    .partner__body .description {
        display: block
    }

    .partner__body .plan {
        display: block;
        margin: 0 auto 15px
    }

    .school__banner {
        width: 280px;
        height: 163px;
        background-image: url(assets/images/school__banner_sp.png)
    }

    .school__footsal .point ul {
        display: block
    }

    .school__footsal .point ul li {
        margin: 0 auto 15px
    }

    .school__article table td,
    .school__article table th {
        border-right: none
    }

    .school__article table thead {
        display: none
    }

    .inquiry__container,
    .supporter__list {
        display: block
    }

    .inquiry__item {
        margin-bottom: 10px
    }

    .inquiry__item dl dd,
    .inquiry__item dl dt {
        font-size: 16px
    }

    .inquiry__item dl dt {
        width: 4em
    }

    .inquiry__item dl dd {
        padding: 0;
        text-align: center
    }

    .inquiry__item dl dd.tel {
        font-size: 22px
    }

    .supporter__banner {
        width: 240px;
        height: 73px;
        background-image: url(assets/images/supporter_banner_sp.png)
    }

    .supporter__list ul li {
        font-size: 16px;
        line-height: 1.6;
        padding: 10px
    }

    .supporter__list--header {
        display: none
    }

    .supporter__list--gold,
    .supporter__list--kids,
    .supporter__list--red,
    .supporter__list--silver {
        width: auto !important;
        margin: 5px auto
    }

    .supporter__list--gold .sp-txt,
    .supporter__list--kids .sp-txt,
    .supporter__list--red .sp-txt,
    .supporter__list--silver .sp-txt {
        display: block
    }

    .supporter__item {
        width: auto
    }

    .supporter__item ul li {
        padding: 0
    }
}

@media screen and (max-width:600px) and (min--moz-device-pixel-ratio:2),
screen and (max-width:600px) and (-webkit-min-device-pixel-ratio:2),
screen and (max-width:600px) and (min-device-pixel-ratio:2),
screen and (max-width:600px) and (min-resolution:2dppx) {
    .school__banner {
        background-image: url(assets/images/school__banner_sp@2x.png);
        background-size: 280px 163px
    }

    .supporter__banner {
        background-image: url(assets/images/supporter_banner_sp@2x.png);
        background-size: 240px 73px
    }
}

@media screen and (max-width:600px) and (min--moz-device-pixel-ratio:3),
screen and (max-width:600px) and (-webkit-min-device-pixel-ratio:3),
screen and (max-width:600px) and (min-device-pixel-ratio:3),
screen and (max-width:600px) and (min-resolution:3dppx) {
    .school__banner {
        background-image: url(assets/images/school__banner_sp@3x.png);
        background-size: 280px 163px
    }

    .supporter__banner {
        background-image: url(assets/images/supporter_banner_sp@3x.png);
        background-size: 240px 73px
    }
}

@media screen and (max-width:400px) {
    .news ul.tab li {
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px
    }
}

@keyframes animsition-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-in-up {
    0% {
        transform: translateY(500px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-out-up {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-500px);
        opacity: 0
    }
}

@keyframes fade-in-up-sm {
    0% {
        transform: translateY(100px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-out-up-sm {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-100px);
        opacity: 0
    }
}

@keyframes fade-in-up-lg {
    0% {
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-out-up-lg {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-1000px);
        opacity: 0
    }
}

@keyframes fade-in-down {
    0% {
        transform: translateY(-500px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-out-down {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(500px);
        opacity: 0
    }
}

@keyframes fade-in-down-sm {
    0% {
        transform: translateY(-100px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-out-down-sm {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(100px);
        opacity: 0
    }
}

@keyframes fade-in-down-lg {
    0% {
        transform: translateY(-1000px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-out-down-lg {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(1000px);
        opacity: 0
    }
}

@keyframes fade-in-left {
    0% {
        transform: translateX(-500px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-out-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(-500px);
        opacity: 0
    }
}

@keyframes fade-in-left-sm {
    0% {
        transform: translateX(-100px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-out-left-sm {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(-100px);
        opacity: 0
    }
}

@keyframes fade-in-left-lg {
    0% {
        transform: translateX(-1500px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-out-left-lg {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(-1500px);
        opacity: 0
    }
}

@keyframes fade-in-right {
    0% {
        transform: translateX(500px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-out-right {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(500px);
        opacity: 0
    }
}

@keyframes fade-in-right-sm {
    0% {
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-out-right-sm {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(100px);
        opacity: 0
    }
}

@keyframes fade-in-right-lg {
    0% {
        transform: translateX(1500px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-out-right-lg {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(1500px);
        opacity: 0
    }
}

@keyframes rotate-in {
    0% {
        transform: rotate(-90deg);
        transform-origin: center center;
        opacity: 0
    }

    100% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

@keyframes rotate-out {
    0% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    100% {
        transform: rotate(90deg);
        transform-origin: center center;
        opacity: 0
    }
}

@keyframes rotate-in-sm {
    0% {
        transform: rotate(-45deg);
        transform-origin: center center;
        opacity: 0
    }

    100% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

@keyframes rotate-out-sm {
    0% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    100% {
        transform: rotate(45deg);
        transform-origin: center center;
        opacity: 0
    }
}

@keyframes rotate-in-lg {
    0% {
        transform: rotate(-180deg);
        transform-origin: center center;
        opacity: 0
    }

    100% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

@keyframes rotate-out-lg {
    0% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    100% {
        transform: rotate(180deg);
        transform-origin: center center;
        opacity: 0
    }
}

@keyframes flip-in-x {
    0% {
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }

    100% {
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }
}

@keyframes flip-out-x {
    0% {
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }

    100% {
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flip-in-x-nr {
    0% {
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }

    100% {
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }
}

@keyframes flip-out-x-nr {
    0% {
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }

    100% {
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flip-in-x-fr {
    0% {
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    100% {
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }
}

@keyframes flip-out-x-fr {
    0% {
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }

    100% {
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flip-in-y {
    0% {
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }

    100% {
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }
}

@keyframes flip-out-y {
    0% {
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }

    100% {
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flip-in-y-nr {
    0% {
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }

    100% {
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }
}

@keyframes flip-out-y-nr {
    0% {
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }

    100% {
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flip-in-y-fr {
    0% {
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }

    100% {
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }
}

@keyframes flip-out-y-fr {
    0% {
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }

    100% {
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(.7);
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes zoom-out {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.7);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes zoom-in-sm {
    0% {
        transform: scale(.95);
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes zoom-out-sm {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.95);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes zoom-in-lg {
    0% {
        transform: scale(.4);
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes zoom-out-lg {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.4);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes overlay-slide-in-top {
    0% {
        height: 100%
    }

    100% {
        height: 0
    }
}

@keyframes overlay-slide-out-top {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

@keyframes overlay-slide-in-bottom {
    0% {
        height: 100%
    }

    100% {
        height: 0
    }
}

@keyframes overlay-slide-out-bottom {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

@keyframes overlay-slide-in-left {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

@keyframes overlay-slide-out-left {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes overlay-slide-in-right {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

@keyframes overlay-slide-out-right {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}