.loading-container {
	text-align: center;
	padding: 20px;
	width: 100%;
}

.logo {
  height: 40px;
}

.full-width {
	width: 100%;	
}

.game-item {
	width: 230px!important;
	padding: 15px;
	margin: 30px auto;
}

.slider-loading-wrapper {
  width: 100%;
  display: table;
}

.slider-loading {
  width: 100%;
  text-align: center;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}

.slider {
  max-height: 350px;
}

.game-cover {
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: none;
	border-radius: 7px;
}

@media(max-width: 991px) {
	.game-item {
		width: 201px;
	}

	.game-cover {
		width: 201px;
		height: 201px;
	}
}

.glide {
	margin-top: 20px;
}

/*******************************
            Homepage
*******************************/

.index .pusher > .page {
  background-color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
  html {
    overflow-x: visible;
    -webkit-overflow-scrolling: auto;
  }
}

/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
  100% { background-position: 0px 100%; }
}
@-moz-keyframes    bg-scrolling-reverse {
  100% { background-position: 0px 100%; }
}
@-o-keyframes      bg-scrolling-reverse {
  100% { background-position: 0px 100%; }
}
@keyframes         bg-scrolling-reverse {
  100% { background-position: 0px 100%; }
}

@-webkit-keyframes bg-scrolling {
  0% { background-position: 0px 100%; }
}
@-moz-keyframes    bg-scrolling {
  0% { background-position: 0px 100%; }
}
@-o-keyframes      bg-scrolling {
  0% { background-position: 0px 100%; }
}
@keyframes         bg-scrolling {
  0% { background-position: 0px 100%; }
}

.introduction {
	width: 100%;
  display: block;
  overflow: hidden;
  z-index: 50;
}

#presentation-screen {
  background-color: #E34A6F;
  position: fixed;
}

@media(min-width: 1200px) {
  #presentation-screen {
    background: url('/static/img/bg1.jpg') repeat 0 0;
  
    -webkit-animation: bg-scrolling-reverse 40s infinite; /* Safari 4+ */
    -moz-animation:    bg-scrolling-reverse 40s infinite; /* Fx 5+ */
    -o-animation:      bg-scrolling-reverse 40s infinite; /* Opera 12+ */
    animation:         bg-scrolling-reverse 40s infinite; /* IE 10+ */
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function:    linear;
    -o-animation-timing-function:      linear;
    animation-timing-function:         linear;
  }
}

@media(max-width: 1199px) {
  #presentation-screen {
    background-image: url('/static/img/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

#presentation-screen:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 150px;
  width: 100%;
  background: linear-gradient(transparent, #E34A6F);
}

/*--------------
    Masthead
---------------*/

.index .masthead .introduction {
  transition:max-height 0.3s ease-out;
}

.index .masthead.segment.zoomed h1 {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 1);
}
.index .masthead.zoomed:after {
  opacity: 0;
}
.index .masthead.zoomed {
  background-color: #E34A6F;
}

.index .masthead {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0px;
  border: none;

  background-color: #E34A6F;
  z-index: 10;
}

.index .masthead .container {
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.masthead .container {
  padding: 1rem 0em;
}
@keyframes blink {
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink {
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink {
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

.index .vertical.segment {
  box-shadow: none;
}

.index .masthead.segment h1 {
  font-size: 3em;
  color: rgba(255, 255, 255, 1);
  line-height: 1.2;
  margin: 0px 0px 0px;
  padding-bottom: 0px;
  -moz-perspective: 500px;
  -webkit-perspective: 500px;
  perspective: 500px;

  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.library img {
  width: 100%;
  max-width: 700px;
}
.index .masthead.segment h1 .tagline {
  font-size: 0.75em;
  padding: 0px 10px;
  margin-top: 20px;
}
.index .masthead.segment h1 > .library {
  display: block;
  font-size: 1.75em;
  font-weight: bold;
  padding: 0px 10px;
}
.index .masthead.segment h1 b {
  display: inline-block;
  font-weight: 500;
}
.index .masthead.segment h1 .text {
  display: inline-block;
  font-weight: 300;
  margin-left: -0.4em;
}
.index .masthead h2 {
  font-weight: normal;
  margin: 0px 0 16px 0px;
  font-size: 1.75em;
  border-bottom: none;
  line-height: 1;
}
.index .masthead p {
  font-size: 1.5em;
  margin: 1em 0em 1.5em;
  padding: 0px;
}
.index .ui.header {
  font-weight: normal;
}
.index .footer .ui.header {
  font-weight: bold;
}

.index .introduction {
  position: relative;
  clear: both;
  display: block;
  text-align: center;
}
.index .main.menu {
  top: 0px;
}
.index pre.console {
  height: 120px;
}

/*--------------
    Intro
---------------*/

 .intro.segment h1 + p {
  font-size: 22px;
}

.slick-next:before {
    content: '>';
}

.slick-prev:before {
    content: '<';
}

/* Homepage */
@media only screen and (max-width : 810px) {
  .index .masthead.segment h1 {
    line-height: 1;
  }
  .index .masthead.segment h1 > .library {
    font-size: 1.25em;
    line-height: 1.2;
    padding: 0px 10px;
  }
  .index .masthead.segment h1 > .tagline {
    font-size: 0.55em;
    line-height: 1.1em;
    padding: 0px 10px;
    margin-top: 20px;
  }
  .index .feature.stripe p {
    height: auto;
    min-height: 0px;
  }
  .index .container {
    margin-left: 0em;
    margin-right: 0em;
  }
   .solid, #example .stripe {
    padding: 6em 0em;
  }
  .index .masthead .container {
    margin-top: 10px;
  }
}

.credits {
  width: 100%;
  padding: 20px;
  display: block;
  position: absolute;
  bottom: 40px;
  z-index: 50;
}

.credits a {
  text-decoration: underline;
  color: #FFFFFF;
}

.arrow-slide-down {
  position: absolute;
  margin: 0 auto;
  bottom: 10px; 
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  z-index: 50;
}

[v-cloak] {display: none}

.calendar-wrapper {
  padding: 30px 0px;
}

.ui.styled.accordion {
    width: 100%!important;
}

.calendar-game-cover {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.games-table td.game-photo {
  width: 112px;
}

.games-table td.game-name {
  min-width: 120px;
}

.games-table td.game-age {
  min-width: 130px;
}

.games-table .ui.horizontal.label, 
.games-table  .ui.horizontal.labels .label {
  margin: 0 .5em .5em 0;
}

@media only screen and (max-width: 767px) {
  [class*="mobile hidden"],
  [class*="tablet only"]:not(.mobile),
  [class*="computer only"]:not(.mobile),
  [class*="large monitor only"]:not(.mobile),
  [class*="widescreen monitor only"]:not(.mobile),
  [class*="or lower hidden"] {
    display: none !important;
  }

  .games-table td.game-photo .calendar-game-cover {
    margin: auto;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .games-table td.game-name, 
  .games-table td.game-age {
    text-align: left;
  }

  .games-table td.game-name {
    font-size: 16px;
  }

  .games-table td.game-age {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .game-platforms {
    text-align: left;
    clear: both;
  }
}

.no-more-birthdays {
  text-align: center;
  padding: 50px;
}

.c-day-content {
  cursor: pointer;
}

.main-content {
  margin-top: 50px;
}

.ui.inverted.teal.menu {
  background-color: #E34A6F;
  border: none!important;
}

.ui.inverted.teal.menu .item:before {
  background-color: #E34A6F;
}

.ui.inverted.teal.menu.primary-main-menu,
.ui.inverted.teal.menu.primary-main-menu .item:before {
  background-color: transparent;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

.arrow-slide-down {
  transform: translatey(0px);
	animation: float 3s ease-in-out infinite;
}

.introduction {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .game-cover {
    width: 150px;
    height: 150px;
  }

  .game-item {
    width: 170px!important;
    padding: 10px;
    margin: 10px auto;
  }
}

@media (max-height: 600px) and (orientation: landscape) { 
  .introduction {
    min-height: 300px;
  }

  .game-cover {
    width: 100px;
    height: 100px;
  }

  .game-item {
    width: 120px!important;
    padding: 5px;
    margin: 7px auto;
  }

  .game-title {
    font-size: 10px;
    line-height: 12px;
  }

  .game-years {
    font-size: 10px;
    line-height: 12px;
  }

  .index .masthead.segment h1 > .tagline {
    font-size: 1rem;
  }

  .introduction {
    transform: translate(-50%, -40%);
  }
}

.clickable-row {
  cursor: pointer;
}