
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.container {
  width: 1000px;
  margin: 0px auto;
}

.more{
	display:block;
	height:20px;
	padding:10px 20px 15px;
	position:absolute;
	width:250px;
	text-align:center;
	bottom:70px;
	left:50%;
	margin-left:-125px;
	color:#76808f;
	text-decoration:none;
	border-radius:10px 10px 0 0;
	text-transform:uppercase;
	font-size:11px;
	font-weight:500;
	font-family: 'Open Sans', sans-serif;
}

#scroller {
	position: absolute;
	z-index: 10000;
	bottom: 0;
	left: 0;
	width: 100%;
}

.more .fa{
	padding:5px;
	background-color:#fff;
	color:#191e23;
	border-radius:20px;
	margin:0 10px
}

@media (max-width: 1100px) {
  .container {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width:760px){
	h1{font-size:40px}
	.lead{font-size:20px}
}

#bg-canvas {
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: absolute;
  z-index: 1;
}
/* Splash */
.splash {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  min-width: 320px;
}
.splash .centered-unit {
  position: absolute;
  top: 50%;
  margin-top: -220px;
  width: 100%;
  text-align: center;
}
/* Countdown */
.countdown {
  margin: 70px auto;
  text-align: center;
  z-index: 10;
  height: 90px;
}
.countdown:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
  height: 0px;
}
.countdown .time {
  width: 90px;
  height: 80px;
  font-size: 30px;
  line-height: 60px;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.countdown .time .value {
  height: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.countdown .time:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.countdown .unit {
  font-size: 8px;
  text-transform: uppercase;
  line-height: 10px;
  color: #76808f;
  position: relative;
  top: 53px;
  font-weight: 500;
}
@media (max-width: 500px) {
/*  .countdown.large {
    height: 180px;
    margin: 20px auto;
    width: 200px;
  }
  .countdown.large .time {
    float: left;
    width: 98px;
  }
  .countdown.large .time.hours,
  .countdown.large .time.seconds {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
  }
  .countdown.large .time.minutes,
  .countdown.large .time.days {
    border-left: none;
    border-right: none;
  }
  .countdown.large .time.minutes,
  .countdown.large .time.seconds {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  } */
  
  	
/*  .countdown.circled {
    width: 195px;
  }
  .countdown.circled .time {
    float: left;
    width: 90px; 
  } */
  
}
@media (min-width: 761px) {
  .countdown.large {
    text-align: center;
    z-index: 10;
  }
  .countdown.large .time {
    line-height: 100px;
    font-size: 60px;
    height: 120px;
    width: 158px;
  }
  .countdown.large .unit {
    font-size: 10px;
    top: 85px;
  }
}
@media (min-width: 1101px) {
  .countdown.large {
    text-align: center;
    z-index: 10;
  }
  .countdown.large .time {
    line-height: 100px;
    font-size: 60px;
    height: 120px;
    width: 198px;
  }
  .countdown.large .unit {
    font-size: 10px;
    top: 85px;
  }
}
.countdown.circled .time {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 200px;
  margin: 3px;
  height: 90px;
  line-height: 80px;
  border: none;
}
.countdown.circled .unit {
  top: 55px;
}
@media (min-width: 760px) {
  .countdown.circled.large {
    height: 150px;
  }
  .countdown.circled.large .time {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 200px;
    font-size: 50px;
    line-height: 135px;
    margin: 5px;
    width: 150px;
    height: 150px;
  }
  .countdown.circled.large .unit {
    top: 95px;
  }
}
.color-scheme-silver {
  color: #2a2d30;
}
.countdown .time {
  border-color: rgba(255, 255, 255, 0.1);
}
.countdown .time:last-child {
  border-color: rgba(255, 255, 255, 0.1);
}
.countdown .unit {
  color: #76808f;
}
.countdown.circled .time {
  background-color: rgba(255, 255, 255, 0.5);
}
.countdown.circled.large .time {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlap {
  background-color: #d7dce4;
}
.overlap .more {
  color: #76808f;
}
.overlap .more .fa {
  background-color: #76808f;
  color: #e1e6eb;
}
.color-scheme-silver .note {
  color: #76808f;
}
.color-scheme-silver .footer {
  color: #76808f;
}
.color-scheme-silver a:link {
  color: #497eb9;
}
.color-scheme-silver a:visited {
  color: #6a7e95;
}
.color-scheme-silver a:hover {
  color: #374a88;
}
.color-scheme-silver a:active {
  color: #374a88;
}
.color-scheme-silver .lead {
  color: #76808f;
}