/* COMMON ------------------------------------------- */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: url('../images/bg.jpg');
  background-color: #E2DDCA;
  color: #818181;
/*   color: #B7B6B0; */
  padding-bottom: 40px;
}

a {
    text-decoration: none;
    color: #852F29; 
    -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, .2);
    -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, .2);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .2);
    cursor: pointer;
}

ol li {
  list-style: decimal;
  margin-left: 30px;
  font-size: 14px;
}

.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
}

.button {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 7px 7px 0px #F1C7C2;
    -moz-box-shadow: 7px 7px 0px #F1C7C2;
    box-shadow: 7px 7px 0px #F1C7C2;
    font-family: "Francois One", sans-serif;
    background: #E74E51;
    background-image: linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -o-linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.21, rgb(232,81,81)), color-stop(1, rgb(232,103,103)));
    -webkit-transition: box-shadow .1s, top .1s;
    -moz-transition: box-shadow .1s, top .1s;
    transition: box-shadow .1s, top .1s;
}

.button:active {
    top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: box-shadow .1s, top .1s;
    -moz-transition: box-shadow .1s, top .1s;
    transition: box-shadow .1s, top .1s;
}

.box {
    font-size: 20px;
    background-color: #F6F4EC;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* MODULES ------------------------------------------- */
.top {
    width: 100%;
    background: #E74E51;
    background-image: linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -o-linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(232,81,81) 21%, rgb(232,103,103) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.21, rgb(232,81,81)), color-stop(1, rgb(232,103,103)));
    padding: 10px 0;
    font-family: "Francois One", sans-serif;
    -webkit-box-shadow: 0 10px 0 rgba(255, 0, 0, .1);
    -moz-box-shadow: 0 10px 0 rgba(255, 0, 0, .1);
    box-shadow: 0 10px 0 rgba(255, 0, 0, .1);
}
.top li { display: inline-block; }
.top a {
    margin-right: 1em;
    display: inline-block;
    padding: 5px 7px;
}
.top a:active {
    background-color: #e88585;
    border-radius: 5px; 
}


.logo {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Lobster", serif;
    font-size: 50px;
    display: block;
    -webkit-border-radius: 0 0 10px 10px !important;
    -moz-border-radius: 0 0 10px 10px !important;
    border-radius: 0 0 10px 10px !important;
}
.logo img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.logo h1 {
    text-indent: -99999em;
    height: 0;
}

.info {
    margin-bottom: 30px;
    padding: 0 20px 20px;
    line-height: 1.2em;
    font-size: 14px;
    text-align: center;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, .7);
    -moz-text-shadow: 1px 1px -px rgba(255, 255, 255, .7);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .7);
}
.info > img {
    width: 70%;
    margin: 30px auto 20px;
    
}
.info .step {
  float: left;
  display: block;
  width: 30%;
  text-align: center;
  padding: 1em 1.5%;
}
.info .step > img {
    width: 80%;
    margin: 0 auto 1em;
}


.map {
    width: 98%;
    height: 200px;
    margin-bottom: 30px;
    border: 4px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 9;
    background: #e7e1cb;
}
#map {
    position: relative;
    height: 200px;
    z-index: 0;
}
#map .loading {
    margin-top: 0;
    height: 30px;
}

.error {
}

.compass, .error {
    padding: 20px;
    text-align: center;
}
.compass .icon {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    content: url('../images/compass.png');
}
.compass .icon .hot {
    content: url('../images/compass_hot.png');
}
.compass .icon .stop {
    content: url('../images/compass_stop.png');
}
.compass .icon .success {
    content: url('../images/compass_success.png');
}
.compass #direction {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Francois One", sans-serif;
}
.compass #direction.cold { color: #26A4BD; }
.compass #direction.hot { color: #E74E51; }
.compass #direction.stop { }
.compass #direction.success { color: #ebb900; }

.compass #to_target, .error { font-size: 20px; }
#accuracy { 
    margin: 5px 5px;
    font-size: 12px;
    text-align: right;
}

.share {
    padding: 20px;
    margin-bottom: 20px;
}
.share #play_link {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #26A4BD;
    background: #E2DDCA;
    border: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 20px 0 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.copy-button {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #26A4BD;
    border: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    font-family: "Francois One", sans-serif;
    text-transform: uppercase;
}
.copy-button:active {
    opacity: 0.8;
}

.faq {
    padding: 20px;
    line-height: 1.2em;
}
.faq a {
    color: #26A4BD;
    font-size: 16px;
    font-family: "Lobster", serif;
}
.faq > ul > li {
    display: block;
    margin-bottom: 20px;
}
.faq .question {
    font-weight: bold;
    font-size: 14px;
}
.faq .answer {
    font-size: 12px;
}

.map-tiles-bw {
    filter: grayscale(100%);
}

.loading {
    margin-top: 70px;
    text-align: center;
}

.social {
    text-align: left;
    margin-top: 20px;
}
.social > .fb-like,
.social > .fb-send { top: -4px; }
.social > .fb-like { min-width: 110px; }
