/*
* Base Template
* Combines HTML5 Boilerplate & Boostrap. Includes some basic templating.
* Authored by Stephen Shaw (shshaw@gmail.com)
*
* Includes:
*  - HTML5Boilerplate v4.2.0
*  - LESS from Bootstrap v2.3.1
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* @group Typography */
/*a {*/
  /*color: #da0d25;*/
  /*text-decoration: none;*/
/*}*/
a:hover,
a:focus {
  color: #f22840;
  text-decoration: none;
}
small {
  font-size: 85%;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #8d8d8d;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 41.25px;
}
h2 {
  font-size: 33.75px;
}
h3 {
  font-size: 26.25px;
}
h4 {
  font-size: 18.75px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12.75px;
}
h1 small {
  font-size: 26.25px;
}
h2 small {
  font-size: 18.75px;
}
h3 small {
  font-size: 15px;
}
h4 small {
  font-size: 15px;
}
.Subpage h1,
.Subpage h2,
.Subpage h3 {
  line-height: 30px;
}
.Subpage h1 {
  font-size: 30px;
}
.Subpage h2 {
  font-size: 26.25px;
}
.Subpage h3 {
  font-size: 22.5px;
}
.Subpage h4 {
  font-size: 18.75px;
}
.Subpage h5 {
  font-size: 15px;
}
.Subpage h6 {
  font-size: 12.75px;
}
.Subpage h1 small {
  font-size: 22.5px;
}
.Subpage h2 small {
  font-size: 18.75px;
}
.Subpage h3 small {
  font-size: 15px;
}
.Subpage h4 small {
  font-size: 15px;
}
/* @end */
body {
  margin: 0;
  padding: 0;
}
.Container {
  margin: 0 auto;
  padding: 0;
}
.Text-Left {
  text-align: left;
}
.Text-Right {
  text-align: right;
}
.Text-Center {
  text-align: center;
}
.Float-Left {
  float: left;
  margin-right: 20px;
}
.Float-Right {
  float: right;
  margin-left: 20px;
}
.Button {
  display: inline-block;
  padding: 20px;
  margin: 0;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  color: #1b1e21;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  box-sizing: content-box;
  -ms-transition: color 300ms ease, background-color 300ms ease;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  -moz-transition: color 300ms ease, background-color 300ms ease;
  -o-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}
.Button:hover,
.Button:focus {
  color: #1b1e21;
  /*background: #f22840;*/
}
.Button.Small {
  padding: 5px 10px;
  font-size: small;
}
.Button.Block {
  padding: 20px 0;
  width: 600px;
  height: 220px;
  display: flex;
  align-items: center;
  overflow-y: auto;
}
.events-cur-list .Button.Block {
  width: 100%;
  height: auto;
  padding: 5px 10px;
}
.events-cur-list img.zoomit {
  width: 100px;
  margin: 0 5px;
}
.Button h4 {
  font-size: 16px;
  line-height: 1.25em;
  color: #1b1e21;
}
/* Custom Flipster Styles */
.flipster {
  padding-bottom: 10px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.flipster-carousel .flip-current {
  border: 1px solid #f0f0f0;
}

.flipster-carousel .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.8);
  -moz-transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.8);
  -o-transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.8);
  -ms-transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.8);
  transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.8);
}
.flipster-carousel .flip-next {
  -webkit-transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.8);
  -moz-transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.8);
  -o-transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.8);
  -ms-transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.8);
  transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.8);
}

.flip-item img {
  /*width: 160px;*/
  /*margin-right: 20px;*/
}
.flipster-carousel .flip-past, .flipster-carousel .flip-future {
  opacity: 0;
}

.flipster .flipto-prev, .flipster .flipto-next{
  position: inherit;
  display: inline-block;
}

.events-month {
    width: 600px;
    background: #dc3545;
    color: #fff;
    /*padding: 10px;*/
    margin: 0 auto;
}

.events-year-list {
  right: 10px;
  overflow-y: auto;
  /*background: #fff;*/
  height: 120px;
}
.years-mobile-item {
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
  margin: 0 5px;
  background: #fff;
}
.years-mobile-item.active {
  background: #dc3545;
  color: #fff;
  border: 1px solid #dc3545;
}
.events-cur-list {
  padding: 0 10px;
}

.show-detail {
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #f0f0f0;
}
@keyframes rotateLeft {
  0% {}
}