1.pace-running .pace-wrapper {
  opacity:0;

}

.pace-done .pace-wrapper {
  opacity:1;
  transition: all 2s;
  top:100px;

}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #1BB3BD;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}
/*
|--------------------------------------------------------------------------
| NAVBAR
|--------------------------------------------------------------------------
*/

.nav-header {
	height: 60px;
	text-align: left;
	padding: 20px 0 15px 5px;
	position: fixed;
	margin-top: -1px;
	background-color: #FFF;
	z-index: 9999;
	width: 100%;
	top: 0;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.10);
}

.header__left--img {
	height: 26px;
	margin-left: -4px;
	-webkit-animation: slideIn 1s forwards;
	-moz-animation: slideIn 1s forwards;
	animation: slideIn 1s forwards;

}

.header__right {
	display: none;
}

.header__right--anchor:hover {
	text-decoration: none;
	background: #f54055;
	color: #fff;
	border: 1px solid #f54055;

	-webkit-transition: background 0.1s ease-in; /* Safari */
    transition: background 0.1s ease-in;
	}

.header__right--twitter:hover  {
	padding: 6px 15px 6px 10px;
	margin: 0px 5px;
	background: #40bff5;
	color: #fff;
	border: 1px solid #40bff5;
}

.header__right--facebook:hover  {
	padding: 6px 15px 6px 10px;
	margin: 0px 5px;
	background: #5d82d1;
	color: #fff;
	border: 1px solid #5d82d1;
}

.showShare{
    top: 0px;
    position: relative;
    opacity: 1;
    -webkit-transition: top 0.5s ease-in, background 0.1s ease-in, opacity 0.5s ease-in; /* Safari */
    transition: top 0.5s ease-in, background 0.1s ease-in, opacity 0.5s ease-in;

    
}

.hideShare{
	top: 20px;
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in; /* Safari */
	transition: all 0.5s ease-in;


}

.animationDelay{
	-webkit-transition-delay: 0.05s; /* Safari */
	transition-delay: 0.05s;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {


	.header__left {
		text-align: left;
	}

	.header__right {
		display: block;
		text-align: right;
	}

	.header__right--anchor {
		border: 1px solid #29363B;
		background-color: transparent;
		color: #29363B;
		padding: 5px 10px 5px 5px;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 600;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.header__left--img {
		height: 28px;
		margin-left: 0;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


	/* header */
	.nav-header {
		height: 80px;
		padding: 30px 20px 15px 20px;
	}

	.header__right--anchor  {
		padding: 6px 15px 6px 10px;
		margin:0px 5px;
	}


	
}
