/*GENERAL*/
body {
    background-color: #fff;
    color: #777;
    font: normal 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p {
    line-height: 20px;
    margin-bottom: 20px;
}
h1 {
    font-family: 'Crete Round', serif;
    font-weight: bold;
    color: #444;
    font-size: 45px;
    margin-bottom: 20px;
}
h2 {
    font-weight: 300;
    color: #444;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
h3 {
    font-size: 30px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
h4 {
    font-size: 24px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h5 {
    font-size: 15px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}
a {
    text-decoration: none;
    color: #444;
}
a:hover {
    color: #02b8dd;
}
strong {
    font-weight: bold;
}
small {
    font-size: 13px;
    color: #777;
    font-style: italic;
}
.clear {
    clear: both;
}
.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 80%;/*940px;*/
}

header {
    height: 120px;
}
header h1 {
    float: left;
    margin-top: 32px;
}
header h1 .color {
    color: #02b8dd;
}
header nav {
    float: right;
}
header nav ul li {
    float: left;
    display: inline-block;
    margin-top: 50px;
}
header nav ul li a {
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-right: 20px;
}

#hero-image {
    height: 580px;
    padding-top: 1px;
    background: #e8eced url('../images/hero.jpg') no-repeat center;
}
#hero-image h2 {
    margin: 180px 0 40px 0;
     color: #02b8dd;
}
.button-1 {
    display: block;
    text-align: center;
    background: #444;
    border-radius: 3px;
    color: #fff;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 0 auto;
}
.button-1:hover {
    background-color: #02b8dd;
    color: #fff;
}

#features ul {
	align-content: center;
}

#features ul {
    margin: 80px 0 0 0;
	text-align: center;

}
#features ul li {
    width: 30%;/*300px;*/
    padding-top: 140px;
    float: left;
    margin-right: 10px;
}
#features ul li.feature-1 {
    background: url('../images/features-icon-1.png') no-repeat top center;
}
#features ul li.feature-2 {
    background: url('../images/features-icon-2.png') no-repeat top center;
}
#features ul li.feature-3 {
    background: url('../images/features-icon-3.png') no-repeat top center;
}

#primary-content {
    background-color: #f8fafa;
    padding: 60px 0;
    text-align: center;
}
#primary-content h3 {
    display: block;
    margin: 0 auto 20px auto;
    width: 400px;
    border-bottom: 1px solid #02b8dd;
    padding: 0 0 20px 0;
}
#primary-content a img {
    margin: 20px 0 0 0 ;
    width:80%;
}

#secondary-content {
/*    padding: 60px 0; XXX*/
    text-align: center;
}
#secondary-content article {
	width: 45%;
    max-width: 460px;

    height: 270px;
    float: left;
    background-color: #f5f5f5;
    margin: 60px 0 0 0;

}
#secondary-content article:first-child {
    margin-right: 20px;
}
#secondary-content article .overlay {
    background: rgba(255, 255, 255, .95);
    height: 230px;
    width: 41%;
    max-width: 190px;
    padding: 20px;
}
article h4 {
    border-bottom: 1px solid #02b8dd;
    padding-bottom: 20px;
    /*word-break: break-word;*/
}
.more-link {
    border: 1px solid #02b8dd;
    color: #02b8dd;
    padding: 6px 20px;
    border-radius: 3px;
}
.more-link:hover {
    background-color: #02b8dd;
    color: #fff;
}


#cta {
    padding: 60px 0;
    text-align: center;
}
#cta h3 {
    display: block;
    margin: 0 auto 20px auto;
    width: 400px;
    border-bottom: 1px solid #02b8dd;
    padding: 0 0 20px 0;
}
.button-2 {
    display: block;
    margin: 0 auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}
.button-2:hover {
    background-color: #02b8dd;
    color: #fff;
}

footer {
    padding: 60px 0;
    background-color: #f8fafa;
}
#footer-info {
    width: 380px;
    float: left;
    margin-top: 10px;
}
#footer-links {
    width: 520px;
    float: right;
}
#footer-links ul {
    width: 150px;
    float: left;
    margin-left: 20px;
}
#footer-links ul li {
    margin: 10px 0;
}

.error {
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
    font-size:12px;
    text-align:center;
    color:#ff0000;
}


/*LOGIN*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300);

#login-page {
  display: none;
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 320px;
  margin: auto;
  padding: 45px;
  text-align: center;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  
}

.form button {
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 0 auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #FFFFFF;
}
.form button:hover {
    background-color: #02b8dd;
    color: #fff;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #02b8dd;
  text-decoration: none;
}
.form .register-form {
  /*display: none;*/
  background: #f2f2f2;
  padding:0px 0px 5px 0px;
  
}

.register-form legend{
  background: #eee;
  padding: 15px 0px;
  border-top-left-radius: 10px;
  width: 100%;
  font-size: 20px;
  text-align: left;
  text-indent:15px;
  display:block;

}


.form input:read-only { 
    color:#666666;
}

.form label {
  padding:10px;
  margin:0 0 10px;
  display:block; 
  background:#f2f2f2;
  text-align : left;
}

.form label select{
  padding:0px ;
  margin:auto;
  float: right;
  background:#f2f2f2;
  vertical-align:middle;
  display:inline;    
}

.form label:hover {
  background:#eee;
  cursor:pointer;
}


.form select{
    text-align: center;
    padding: 0 0;
    display: block;
    margin: auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 130px;
    height: 25px;
    font-size: 14px;
    line-height: 50px;
    background: #FFFFFF;

}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}


/*EMPTY (no run)*/
/*
.norun
	.runpicture
	.rundetails
		.runtitle
		.rundescription
	.runselect
		.runsherpa
		.runprice
*/
.norun{
    margin: 10px auto;
    padding: 10px 10px;
    width: 95%;
    border: 1px solid rgba(2, 184, 221, 0.5);/*#02b8dd;*/
    display:inline-block;
}


.norun:hover {
    background-color: rgba(2, 184, 221, 0.2);
    /*color: #fff;*/
}



.norun .runpicture{
  float: left;
  width: 10%;
  text-align: center;
}
.norun .runpicture img {
  width: 60px;
}

.norun .rundetails {
  float: left;
  width: 80%;
}
.norun .rundetails .runtitle {
  margin-right: 20px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}
.norun .rundetails .rundescription {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
  text-align: justify;
  text-justify: inter-word;

}
.norun .runselect{
  float: left;
  width: 10%;
}
.norun .runselect .runprice {
  margin: 10px 10px ;
  border: 0;
  padding: 4px 8px;
  background-color: #02b8dd;
  color: #fff;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
  font-size: 12px;
  border-radius: 3px;
}
.norun a {
    color: #02b8dd;
}
.norun a:hover {
    color: #FFFFFF;
}



/*RUN*/
.onerun{
    margin: 10px auto;
    padding: 10px 10px;
    width: 95%;
    border: 1px solid rgba(2, 184, 221, 0.5);/*#02b8dd;*/
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/

}

.onerun:hover {
    background-color: rgba(2, 184, 221, 0.2);
    /*color: #fff;*/
}

/*
					<li class="onerun">
						<div class="runpicture"><img src="images/features-icon-3.png"></div>
						<div class="rundetails">
							<div class="runtitle">Run Title</div>
							<div class="rundescription">Run description</div>
						</div>
						<div class="runproperties">
							<div class="runrank">3.5</div>
							<div class="runduration">50min</div>
							<div class="rundistance">10km (6.21miles)</div>
							<div class="runpace">5min/km (8min/mile)</div>
						</div>
						<div class="rundaytime">
							<div class="runday">1/1/18</div>
							<div class="runtime">17:00</div>
						</div>
						<div class="runselect">
							<div class="runsherpa">Gilou</div>
							<button class="runprice">free</button>
						</div>
					</li>


.onerun
	.runpicture
	.rundetails
		.runtitle
		.rundescription
	.runproperties
		.runrank
		.runduration
		.rundistance
		.runpace
	.rundaytime
		.runday
		.runtime
	.runselect
		.runsherpa
		.runprice
	.runstart
*/

.onerun .runpicture{
  float: left;
  width: 10%;
  text-align: center;
}
.onerun .runpicture img {
  width: 60px;
}

.onerun .rundetails {
  float: left;
  width: 45%;
}
.onerun .rundetails .runtitle {
  margin-right: 20px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}
.onerun .rundetails .rundescription {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
  text-align: justify;
  text-justify: inter-word;
}


.onerun .runproperties{
  float: left;
  width: 20%;
}

.onerun .rundaytime{
  float: left;
  width: 15%;
}

.onerun .runselect{
  float: left;
  width: 10%;
}
.onerun .runselect .runprice {
  margin: 10px 10px ;
  border: 0;
  padding: 4px 8px;
  background-color: #02b8dd;
  color: #fff;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
  font-size: 12px;
  border-radius: 3px;
}
.onerun .runselect .runprice:hover {
	border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    background: #FFFFFF;
}

.onerun .runselect a {
    color: #02b8dd;
}

.onerun .runselect a:hover {
    color: #FFFFFF;
}

.onerun .runselect select{
    text-align: center;
	padding: 4px 8px;
    display: inline-block;
    margin: 10px 10px ;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    font-size: 14px;
    background: #F2F2F2;
}

.onerun .rundayinput,.onerun .runtimeinput{
 font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 80%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}


.onerun .runstart{
	float: bottom;
	width: 100%;
	text-align:center;
	font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.onerun span.stars, span.stars span {
    display: block;
    background: url(../images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
    text-indent:85px;
}

.onerun span.stars span {
    background-position: 0 0;
}

.onerun .planrun{
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 10px auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #FFFFFF;

}

.regrun{
    margin: 10px auto;
    padding: 10px 10px;
    width: 95%;
    border: 1px solid rgba(2, 184, 221, 0.5);/*#02b8dd;*/
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/

}

.regrun:hover {
    background-color: rgba(2, 184, 221, 0.2);
    /*color: #fff;*/
}

/*
					<li class="regrun">
						<div class="runpicture"><img src="images/features-icon-3.png"></div>
						<div class="rundetails">
							<div class="runtitle">Run Title</div>
							<div class="rundescription">Run description</div>
						</div>
						<div class="runproperties">
							<div class="runrank">3.5</div>
							<div class="runduration">50min</div>
							<div class="rundistance">10km (6.21miles)</div>
							<div class="runpace">5min/km (8min/mile)</div>
						</div>
						<div class="rundaytime">
							<div class="runday">1/1/18</div>
							<div class="runtime">17:00</div>
						</div>
						<div class="runselect">
							<div class="runsherpa">Gilou</div>
							<button class="runprice">free</button>
						</div>
					</li>


.regrun
	.runpicture
	.rundetails
		.runtitle
		.rundescription
	.runproperties
		.runrank
		.runduration
		.rundistance
		.runpace
	.rundaytime
		.runday
		.runtime
	.runselect
		.runsherpa
		.runprice
	.runstart
*/

.regrun .runpicture{
  float: left;
  width: 10%;
  text-align: center;
}
.regrun .runpicture img {
  width: 60px;
}

.regrun .rundetails {
  float: left;
  width: 45%;
}
.regrun .rundetails .runtitle {
  margin-right: 20px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}
.regrun .rundetails .rundescription {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
  text-align: justify;
  text-justify: inter-word;
}


.regrun .runproperties{
  float: left;
  width: 20%;
}

.regrun .rundaytime{
  float: left;
  width: 15%;
}

.regrun .runselect{
  float: left;
  width: 10%;
}
.regrun .runselect .runprice {
  margin: 10px 10px ;
  border: 0;
  padding: 4px 8px;
  background-color: #02b8dd;
  color: #fff;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
  font-size: 12px;
  border-radius: 3px;
}
.regrun .runselect .runprice:hover {
	border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    background: #FFFFFF;
}

.regrun .runselect a {
    color: #02b8dd;
}

.regrun .runselect a:hover {
    color: #FFFFFF;
}

.regrun .runselect select{
    text-align: center;
	padding: 4px 8px;
    display: inline-block;
    margin: 10px 10px ;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    font-size: 14px;
    background: #F2F2F2;
}

.regrun .rundayinput,.regrun .runtimeinput{
 font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 80%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}


.regrun .runstart{
	float: bottom;
	width: 100%;
	text-align:center;
	font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.regrun span.stars, span.stars span {
    display: block;
    background: url(../images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
    text-indent:85px;
}

.regrun span.stars span {
    background-position: 0 0;
}

.regrun .planrun{
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 10px auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #FFFFFF;

}


.offerrun{
    margin: 10px auto;
    padding: 10px 10px;
    width: 95%;
    border: 1px solid rgba(2, 184, 221, 0.5);/*#02b8dd;*/
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/

}

.offerrun:hover {
    background-color: rgba(2, 184, 221, 0.2);
    /*color: #fff;*/
}

/*
					<li class="offerrun">
						<div class="runpicture"><img src="images/features-icon-3.png"></div>
						<div class="rundetails">
							<div class="runtitle">Run Title</div>
							<div class="rundescription">Run description</div>
						</div>
						<div class="runproperties">
							<div class="runrank">3.5</div>
							<div class="runduration">50min</div>
							<div class="rundistance">10km (6.21miles)</div>
							<div class="runpace">5min/km (8min/mile)</div>
						</div>
						<div class="rundaytime">
							<div class="runday">1/1/18</div>
							<div class="runtime">17:00</div>
						</div>
						<div class="runselect">
							<div class="runsherpa">Gilou</div>
							<button class="runprice">free</button>
						</div>
					</li>


.offerrun
	.runpicture
	.rundetails
		.runtitle
		.rundescription
	.runproperties
		.runrank
		.runduration
		.rundistance
		.runpace
	.rundaytime
		.runday
		.runtime
	.runselect
		.runsherpa
		.runprice
	.runstart
*/

.offerrun .runpicture{
  float: left;
  width: 10%;
  text-align: center;
}
.offerrun .runpicture img {
  width: 60px;
}

.offerrun .rundetails {
  float: left;
  width: 45%;
}
.offerrun .rundetails .runtitle {
  margin-right: 20px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}
.offerrun .rundetails .rundescription {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
  text-align: justify;
  text-justify: inter-word;
}


.offerrun .runproperties{
  float: left;
  width: 20%;
}

.offerrun .rundaytime{
  float: left;
  width: 15%;
}

.offerrun .runselect{
  float: left;
  width: 10%;
}
.offerrun .runselect .runprice {
  margin: 10px 10px ;
  border: 0;
  padding: 4px 8px;
  background-color: #02b8dd;
  color: #fff;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
  font-size: 12px;
  border-radius: 3px;
}
.offerrun .runselect .runprice:hover {
	border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    background: #FFFFFF;
}

.offerrun .runselect a {
    color: #02b8dd;
}

.offerrun .runselect a:hover {
    color: #FFFFFF;
}

.offerrun .runselect select{
    text-align: center;
	padding: 4px 8px;
    display: inline-block;
    margin: 10px 10px ;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    font-size: 14px;
    background: #F2F2F2;
}

.offerrun .rundayinput,.offerrun .runtimeinput{
 font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 80%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}


.offerrun .runstart{
	float: bottom;
	width: 100%;
	text-align:center;
	font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.offerrun span.stars, span.stars span {
    display: block;
    background: url(../images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
    text-indent:85px;
}

.offerrun span.stars span {
    background-position: 0 0;
}

.offerrun .planrun{
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 10px auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #FFFFFF;

}
/*Run select form*/
.run-select-form {
  background: #FFFFFF;

  margin: auto;
  padding: 0px;
  text-align: center;
  text-indent:15px;
  width:90%;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}
.run-select-form legend{
  background: #eee;
  padding: 15px 0px;
  border-top-left-radius: 10px;
  width: 100%;
  font-size: 20px;
  text-align: left;

}

.run-select-form .run-select-form-linear {
  padding: 15px 0px;
  margin:auto;
  background:#f2f2f2;
  text-align : left;
  width:100%;
  display:inline-block;
}

.run-select-form input {
  font-family: "Roboto", sans-serif;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.run-select-form  .run-select-form-linear input {
  font-family: "Roboto", sans-serif;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  width:95%;
}

.run-select-form select{
    text-align: center;
    padding: 0 0;
    display: inline-block;
    margin: auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    /*width: 130px;*/
    font-size: 14px;
    background: #F2F2F2;

}
.run-select-form .run-select-form-linear .speed {
	float: left;
	width: 30%;
	background: #f2f2f2;
}
.run-select-form .run-select-form-linear .speed select{
	float:right;
}
.run-select-form .run-select-form-linear .duration {
	float: left;
	width: 30%;
	background: #f2f2f2;

}
.run-select-form .run-select-form-linear .duration select{
	float:right;
}
.run-select-form .run-select-form-linear .date {
	float: left;
	width: 22%;  
	background: #f2f2f2;
}
.run-select-form .run-select-form-linear .time {
	float: left;
	width: 18%;
	background: #f2f2f2;

}
.run-select-form .location {
	width: 100%;
	
}


.run-select-form .location {
  padding: 15px 0px;
  margin:auto;
  display:block; 
  background:#f2f2f2;
  text-align : left;
}
.run-select-form .location select{
  padding:0px;
  margin:0 0 0px;
  display:inline; 
  background:#f2f2f2;
  text-align : left;
  float: right;
  vertical-align:middle;
  display:inline;
}


.run-select-form .location .locaddress {
  width:70%;
  padding:10px
}


.run-select-form button {
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 10px auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #FFFFFF;
}
.run-select-form button:hover {
    background-color: #02b8dd;
    color: #fff;
}

/*
NewRun : .newrun-form

legend
.fileselectlabel
	.inputfilebutton
input
textarea
select
.run-select-form-linear
  .speed
  .duration
  .price
button

*/
.newrun-form {
  background: #FFFFFF;
  display:block;
  margin: auto;
  padding: 0px;
  text-align: center;
  text-indent:15px;
  width:95%;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}
.newrun-form legend{
  background: #eee;
  padding: 15px 0px;
  border-top-left-radius: 10px;
  width: 100%;
  font-size: 20px;
  text-align: left;

}

.newrun-form .fileselectlabel{
  background: #f2f2f2;
  border: 0;
  margin: 0 0 px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  display:block;
  text-align:left;

}

.newrun-form .fileselectlabel .inputfilebutton{
    text-align: center;
    padding: 0px 15px;
    display: inline-block;
    margin: auto;
    color: #02b8dd;
    border-radius: 3px;
    font-size: 14px;
    background: #F2F2F2;

}

.newrun-form input {
  font-family: "Roboto", sans-serif;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  display:block;
  width:100%;
  
}

.newrun-form textarea {
  font-family: "Roboto", sans-serif;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  display:block;
  width:100%;
  
}
.newrun-form .run-select-form-linear {
  padding: 15px 0px;
  margin:auto;
  background:#f2f2f2;
  text-align : left;
  width:100%;
  display:inline-block;
}
.newrun-form select{
    text-align: center;
    padding: 0 0;
    display: inline-block;
    margin: auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 130px;
    font-size: 14px;
    background: #F2F2F2;

}

.newrun-form .location {
  padding: 15px 0px;
  margin:auto;
  display:block; 
  background:#f2f2f2;
  text-align : left;
}

.newrun-form button {
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 10px auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #FFFFFF;
}
.newrun-form button:hover {
    background-color: #02b8dd;
    color: #fff;
}

.newrun-form .speed {
	float:left;
	width:33%;
}
.newrun-form .duration {
	float:left;
	width:33%;
}
.newrun-form .price {
	float:left;
	width:33%;
}

/*FORM PROFIL*/
.form-profil .register-form {
  /*display: none;*/
  background: #f2f2f2;
  padding:0px 0px 5px 0px;
  z-index: 1;
  margin: auto;
  text-align: left;
  width: 60%;
}

.form-profil .register-form legend{
  background: #eee;
  padding: 15px 0px;
  border-top-left-radius: 10px;
  width: 100%;
  font-size: 20px;
  text-align: left;
  text-indent:15px;
  display:block;

}



.form-profil input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  padding:10px;
  margin:0 0 0px;
  box-sizing: border-box;
  font-size: 14px;
  border-bottom : 2px solid #ddd;
  width:65%;
}

.form-profil input:read-only { 
    color:#666666;
}


.form-profil button {
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 0 auto;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #FFFFFF;
}
.form-profil button:hover {
    background-color: #02b8dd;
    color: #fff;
}


.form-profil label {
  padding:10px;
  margin:0 0 0px;
  display:inline-block; 
  width:30%;
  background:#f2f2f2;
  text-align : left;
  border-bottom : 2px solid #ddd;
  
}

.form-profil .credit {
  padding:0px;
  margin:0 0 0px;
  display:inline-block; 
  background:#f2f2f2;
  text-align : left;
  border-bottom : 2px solid #ddd;
  width:25%;
  height: 27px;
}


.form-profil .refill {
  padding:0px;
  margin:0 0 0px;
  display:inline-block; 
  background:#f2f2f2;
  text-align : right;
  border-bottom : 2px solid #ddd;
  width:40%;
  height: 27px;
}


.form-profil .rating {
  background: #f2f2f2;
  width:100%;
  float: center;
  display:block;   
  text-align:center; 
}

.form-profil .runrank {
  background: #f2f2f2;
  padding:10px;
  width:120px;
  margin:auto; 

}

.form-profil span.stars, span.stars span {
    display: block;
    background: url(../images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
    text-indent:85px;
}

.form-profil span.stars span {
    background-position: 0 0;
}

.form-profil select{
  padding:0px ;
  margin:auto;
  float: center;
  background:#f2f2f2;
  vertical-align:middle;
  display:inline;    
  
    text-align: center;
    border: 2px solid #02b8dd;
    color: #02b8dd;
    border-radius: 3px;
    width: 130px;
    height: 25px;
    font-size: 14px;
    line-height: 50px;
    background: #FFFFFF;

}


#chat{
	position: fixed;
	bottom: 0px;
	right:0px;
}

/*MEDIA*/
/* Media Queries */
@media(max-width: 768px){
  header h1,
  header nav,
  header nav li,
  #features ul li,
  #footer-links,
  #footer-links ul, 
  #footer-info {
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    height:100%;
    padding-bottom:20px;
  }

  header h1{
    margin: 0 0 0 0;
  }
	
  header nav ul li {
    margin-top: 15px;
  }

#secondary-content article {
    float:none;
    text-align:center;
    width:100%;
    max-width: 460px;
  }

  #footer-info, #footer-links ul {
    padding-bottom:20px;
  }
}
