/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
  font-family: 'Barlow Condensed', sans-serif;
}
.footer {
  
  background-color: #383838;
  height: 90px;
  color: #FFF;
  padding: 20px;

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.footer a {
	color: #FFF;
} 

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 70px 15px 0 15px;;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


#circle-loader-wrapper {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000000;
  margin-top: 0px;
  top: 0px;
}
#circle-loader-center {
  width: 100%;
  height: 100%;
  position: relative;
}
.circle-load {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
}
.circle {
  position: absolute;
  background-color: #ffffff;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  animation-name: circle_anim;
  -o-animation-name: circle_anim;
  -ms-animation-name: circle_anim;
  -webkit-animation-name: circle_anim;
  -moz-animation-name: circle_anim;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
#circle_1 {
  left: 0;
  top: 32px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}
#circle_2 {
  left: 9px;
  top: 9px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
#circle_3 {
  left: 32px;
  top: 0;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}
#circle_4 {
  right: 9px;
  top: 9px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
#circle_5 {
  right: 0;
  top: 32px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}
#circle_6 {
  right: 9px;
  bottom: 9px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
#circle_7 {
  left: 32px;
  bottom: 0;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}
#circle_8 {
  left: 9px;
  bottom: 9px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
@keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}
@-moz-keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}


footer .footer-bottom-wrapper .copyright-info-wrapper {
	width: 100%;
}

.content {
	min-height: 500px;
}

.hero-img-wrapper {
    background: url(../images/hero-bg.jpg) top center no-repeat;
    background-size: cover;
}

.hero-img-wrapper .container .elements-content-wrapper h2.hero-text-heading, .hero-img-wrapper .container .elements-content-wrapper p.hero-text-paragraph {
	color: #FFF;
} 

.challenge {
	border: 1px solid #EEE;
	padding: 10px;
	margin-bottom: 10px;
	height: 96px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: block;
}

.barChallengeHome {
	margin-top: 15px;
}

.challenge h4 {
	font-weight: bold;
}
.btn-primary {
	background: #EEE;
	border: 0px;
	color: #333333;
	margin-top: 5px;
} 

.btn-primary:hover {
	background: #333333;
color: #EEE;	
}

.effort-done {
	background-color: #c7fac9;
}

.effort-notdone {
	background-color: #fac9c7;
}


body {
	background: #f9f9f9;
	}
	
	header.header {
		box-shadow: none;
		border-bottom: 1px solid #ddd;
	}
	
	header.header .header-bottombar {
		padding-top: 0px;
	}
	
	.navbar { height: 50px; }
	
header.header .header-bottombar .header-main-menu .container-fluid .menu-wrapper ul li, header.header .header-bottombar .header-main-menu .container .menu-wrapper ul li {
	padding: 15px 0;
}

h2 {
	font-size: 20px;
}

.profilepicture {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.profilepicture.big {
	width: 75px;
}

.profilepicture.small {
	width: 25px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
}

#map {
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.display {
	width: 100%;
}

.stravacolor {
	color: #e34402;
}

.table td, .table th {
	padding: 0.25rem;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #eeeeee;
}

.nav-item {
	margin-right: 25px;
}

header {
	position: fixed;
    width: 100%;
    z-index: 10000;
}
a { color: #333; }
a:hover {
	color: #222; 
}

.stravalogo {
	height: 50px;
}

.collapse.show {
	padding: 10px;
	background: #343a40!important
}

.noefforts {
	margin: 0 auto;
	margin-top: 30px;
	width: 80%;
	border: 1px solid #953232;
	background: #953232;
	color: #FFF;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px;
	text-align: center;
}
.notice {

	
	border: 1px solid #EEE;
	background: #EEE;
	color: #000;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px;
	text-align: center;
}
.feedItem {
	border-bottom: 1px solid #eee;
    padding: 20px;
}

.feedItem:nth-of-type(odd) {
	
}
.feedItem h2 {
	margin: 0;
}

.feeds strong {
	margin-left: 30px;
}

h3 {
	text-transform: uppercase;
}