body { background-color:rgba(146, 148, 157, 0.37); color:#000000; font-size: 14px; font-family: "Oswald",sans-serif!important;overflow:hidden!important; }
body p { font-weight: 300; font-family: 'Open Sans', sans-serif; font-size: 14px!important; }
h1, .h1 { font-size: 19px;text-transform:uppercase;margin:0px;margin-left:10px!important;font-family: "Oswald",sans-serif!important; }
h2, .h2 { font-size: 14px; }
.fb-like {margin-top:5px;margin-left:0px!important;height:20px;overflow:hidden;}
#counter {display:inline!important;font-weight:300!important;}
#average {font-weight:300!important;margin-left:10px!important;}
#forecast {font-weight:300!important;margin-left:10px!important;overflow:hidden;}
#forecast img {width:30px;height:30px;margin-top:10px;}
#elapsedDistance {font-weight:300!important;}
a {color: #FFFFFF;}

      html, body {
        height: 100%;
        margin: 0px;
        padding: 0px
      }
     #map-canvas {
        height: 90%;
        margin: 0px;
        padding: 0px;
        position: relative;
      }
      #fb-overlay {
        position: absolute; bottom: 70px; left: 10px; z-index: 99;
        height:36px;
        width:150px;
      }
      
     .fmc-powered{
     max-height:39px; max-width:192px;margin-top:3px;position:relative;
     }

/* v2 css */

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.noPadding {padding-left:0px!important;padding-right:0px!important;}

.bgYellow {background-color:yellow;color:#011928;}
.bgGreen {background-color: #545764;}
.bgBlack {background-color:#3a3b43;color:#e9eaea!important;}
.bgBlue {background-color:blue;}

.centerMiddle {text-align:center;padding-top:2px;}

.headerHeight {height:50px;}
#challengeTitle {font-weight:300;font-size:16px;}
#headerMenu {font-weight: 600;font-size: 11px;padding-top:5px;height:50px;}
#footer { background-color: #545764; position: fixed; left: 0; right: 0; bottom: 0; padding:1px;font-size:11px!important;color:#fff!important;text-align:center!important;font-weight:300!important;  height: 33px; font-family:'Oswald'!important;}
#footer p {font-weight:400!important;font-size:11px!important;font-family:'Oswald'!important;}

div .active:after{
    border-left: 10px solid transparent;
    border-right: 11px solid transparent; content:"";
    border-top: 8px solid #545764;
    position: absolute;
    bottom: -12px;
    width: 0px;
    left: 50%;
    margin-left: -10px;
    z-index:10;
}

div .active { color:#e9eaea!important; background-color:#545764; }

a:hover, a:focus { color: #e9eaea!important; }
a { color:#e9eaea!important; }

.borderLeft {border-left: 1px #42444d solid;}

#navigation img {width:25px;height:25px;}

#fb-mobile {display:none;}

#details {height:80%;overflow-y:scroll!important;}

#tempGaugeValue, #windGaugeValue, #elevationGaugeValue, #speedGaugeValue, #altitudeGaugeValue, #dailyAverageGaugeValue {
                    position: relative;
                    top: 0px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    font-size: 1em;
                    font-weight: 300;
                    text-transform:uppercase;
                    color: #7d7d7d;
                    font-family: 'Oswald', sans-serif;
                    padding-left: 0;
                    padding-right: 0;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
}

.gaugeHolder {
    margin:10px;
    border-radius: 5px;
    border: 1px #e9eaea solid;
    background-color:#fff;
    }
.gaugeHolder span {
  border-bottom:1px #e9eaea solid;
  min-height: 30px;
  vertical-align: middle;
  margin-top: 10px;
  }
.gaugeHolder canvas {
margin-top:10px;
margin-bottom:10px;
}

.graphHolder {
    margin:10px;
    border-radius: 5px;
    border: 1px #e9eaea solid;
    background-color:#fff;
    height:250px;
    overflow:hidden;
    }
    
.graphHolder span {
  border-bottom:1px #e9eaea solid;
  min-height: 30px;
  vertical-align: middle;
  margin-top: 10px;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  text-transform:uppercase;
  color: #7d7d7d;
  font-family: 'Oswald', sans-serif;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  }
  
.graphHolder embed { overflow:hidden;}  



.gm-style-iw {
	width: 202px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(84, 87, 100, 0.6);
	border: 1px solid rgba(84, 87, 100, 0.6);
	border-radius: 2px 2px 10px 10px;
}
#iw-container {
	margin-bottom: 10px;
	width:200px;
}

#iw-container .iw-content {
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	height:200px;
	line-height: 18px;
	font-weight: 300;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	overflow-y: hidden;
	overflow-x: hidden;
}

#iw-container  .iw-title {
   font-family: 'Oswald', sans-serif;
   font-size: 14px;
   font-weight: 400;
   padding: 5px;
   background-color: #545764;
   color: white;
   margin: 1px;
   border-radius: 2px 2px 0 0; /* In accordance with the rounding of the default infowindow corners. */
}

#navigation {
  font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
  color: #fff!important;
  text-transform: uppercase!important;
  font-weight:400!important;
  font-size: 11px!important;
}
}



// Small screens
@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) {
  #navigation img {width:16px;height:16px;}
  #headermenu {height:41px;}
  .lessPadding {padding-left:2px!important;padding-right:2px!important; }
  .fb-like {margin-top:2px!important;}
  .centerMiddle {padding-top:0px;}
  #challengeTitle {font-size:12px;}
  #challengeSubtitle {margin-top:5px;}
  #fmc-full {display:none!important;}
  #fb-mobile {display:block;}

  .gaugeHolder canvas {width:110px!important;height:35px!important;}
  .gaugeRowTwo {margin-top:20px;}
  #tempGaugeValue, #windGaugeValue, #elevationGaugeValue, #speedGaugeValue, #altitudeGaugeValue, #dailyAverageGaugeValue {font-size: 11px;}
  
  .fmc-powered{
     max-width:110px!important;margin-top:12px!important;position:relative;display:none!important;}
  } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width: 40.063em) {
  #fb-full {display:block!important;padding-top:5px!important;}
  #fb-mobile {display:none!important;}

  .fb-full-Padding {padding-top:5px!important;}

  #footer { font-size:9px!important;font-weight:300!important;  }

  } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #navigation img {width:18px;height:18px;}
  #headermenu {height:43px;}
  #fb-overlay {bottom:100px!important;left: 5px!important;}
  } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

// Large screens
@media only screen and (min-width: 64.063em) { 
  #navigation img {width:25px;height:25px;}
  .fmc-full-Padding {padding-top:5px!important;}

  } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */