.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
.page-news .page-banner {
  background-image: url('../img/news/page-banner.jpg?1501052612');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-news .page-banner {
    background-image: url('../img/news/page-banner@2x.jpg?1501052612');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1280px 320px;
  }
}
.page-news .page-banner h1 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .page-news .page-banner {
    background-image: url('../img/news/page-banner-m.jpg?1501486890');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80% !important;
  }
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .page-news .page-banner {
    background-image: url('../img/news/page-banner-m@2x.jpg?1501052612');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1280px 320px;
  }
}

.page-news .page-content {
  background: var(--bg-white);
}
.page-news .page-content .news-content-wrap {
  margin-top: 20px;
}
.page-news .page-content .news-content-wrap .news-img {
  margin: 0 20px 20px 0;
}
.page-news .page-content .news-content-wrap .news-img img {
  margin-bottom: 10px;
}
.page-news .page-content .news-content-wrap .news-img p {
  margin-bottom: 0;
}
.page-news .page-content .news-content-wrap .news-content p {
  margin-bottom: 20px;
}
.page-news .content .accordion-with-date-content .panel-group .panel-default .panel-title a .title {
  white-space: normal;
}
.page-news .content .accordion-with-date-content .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding-left: 135px;
}
.page-news .row-list .list-item {
  padding: 0;
  margin-bottom: 0;
}
.page-news .row-list .list-item a {
  padding: 20px 0;
  display: inline-block;
}
.page-news .row-list .list-item a:hover h4, .page-news .row-list .list-item a:focus h4 {
  color: var(--color-primary) !important;
}
.page-news .row-list .list-item a:hover .img > div.hidden-xs img, .page-news .row-list .list-item a:focus .img > div.hidden-xs img {
  opacity: 0.5;
}
.page-news .row-list .list-item a:hover .img > div.hidden-xs .btn, .page-news .row-list .list-item a:focus .img > div.hidden-xs .btn {
  opacity: 1;
}
.page-news .row-list .list-item a:active {
  text-decoration: underline;
}
.page-news .row-list .list-item a .img > div.hidden-xs {
  position: relative;
  display: block;
  background-color: black;
}
.page-news .row-list .list-item a .img > div.hidden-xs img,
.page-news .row-list .list-item a .img > div.hidden-xs .btn {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.page-news .row-list .list-item a .img > div.hidden-xs .btn {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 96px !important;
  display: block;
  margin: auto;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.page-news.news .main-content a:hover, .page-news.news .main-content a:focus {
  color: var(--color-primary);
}
.page-news.news .main-content a:active {
  text-decoration: underline;
}
.page-news.boby-class .news-list .list-item a:hover, .page-news.boby-class .news-list .list-item a:focus {
  text-decoration: none;
}
.page-news.boby-class .news-list .title {
  margin-bottom: 10px;
  color: var(--text-aux);
}
.page-news.boby-class .news-list h4 {
  margin-bottom: 0;
}
.page-news.boby-class .class-notice {
  padding: 10px;
  color: var(--text-aux);
}
.page-news.boby-class .class-notice .img {
  padding-top: 20px;
  text-align: center;
}
.page-news.boby-class .class-notice .wording small {
  display: block;
  margin-bottom: 10px;
}
.page-news.boby-class .class-notice .wording p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-news .page-banner {
    height: auto;
    padding-left: 0;
    background-position: right center;
  }
  .page-news .page-banner h1 {
    font-size: 30px;
  }
  .page-news .content .page-content .accordion-content .panel-group .panel-default .panel-title a {
    padding-left: 10px;
  }
  .page-news .content .page-content .accordion-content .panel-group .panel-default .panel-title a .date {
    display: block;
    text-align: left;
  }
  .page-news .content .page-content .accordion-content .panel-group .panel-default .panel-title a .title {
    white-space: normal;
    text-align: left;
    display: block;
    width: 100%;
  }
  .page-news .content .page-content .accordion-content .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 10px;
  }
  .page-news .nav-tabs > li {
    width: 50%;
    text-align: center;
  }
  .page-news .news-content-wrap .news-img {
    width: 100%;
  }
  .page-news .row-list .list-item {
    padding: 0;
    margin-bottom: 0;
  }
  .page-news .row-list .list-item a {
    padding: 0 0 20px 0;
    display: inline-block;
  }
  .page-news.news .main-content a {
    color: var(--color-primary);
  }
  .page-news.event-news .news-list h4, .page-news.boby-class .news-list h4 {
    margin-bottom: 5px;
  }
  .page-news.event-news .row-list .list-item, .page-news.boby-class .row-list .list-item {
    border-bottom: 1px solid var(--border-default);
  }
  .page-news.event-news .row-list .list-item:first-child, .page-news.boby-class .row-list .list-item:first-child {
    padding-top: 0;
  }
  .page-news.event-news .row-list .list-item:nth-child(odd), .page-news.boby-class .row-list .list-item:nth-child(odd) {
    background: none;
  }
  .page-news.event-news .row-list .list-item:last-child, .page-news.boby-class .row-list .list-item:last-child {
    border-bottom: 0;
  }
  .page-news.event-news .row-list .list-item [class^="col-"], .page-news.boby-class .row-list .list-item [class^="col-"] {
    padding: 0;
  }
  .page-news.event-news .class-notice, .page-news.boby-class .class-notice {
    padding: 15px 0;
  }
  .page-news.event-news .class-notice .img, .page-news.boby-class .class-notice .img {
    padding-top: 0;
    padding-bottom: 10px;
    text-align: left;
  }
  .page-news.event-news .class-notice .img img, .page-news.boby-class .class-notice .img img {
    margin-right: 10px;
  }
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Apple Watch ----------- */
