@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@font-face {
  font-family: 'FjallaOne';
  src: url("../fonts/fjallaone-regular-webfont.eot");
  src: url("../fonts/fjallaone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fjallaone-regular-webfont.woff") format("woff"), url("../fonts/fjallaone-regular-webfont.ttf") format("truetype"), url("../fonts/fjallaone-regular-webfont.svg#fjalla_oneregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald-regular-webfont.eot");
  src: url("../fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald-regular-webfont.ttf") format("truetype"), url("../fonts/oswald-regular-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body, html {
  background-color: #ccc;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #434244;
  font-family: 'Oswald', Arial, sans-serif; }

a, button {
  outline: none !important;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  a:hover, button:hover {
    text-decoration: none; }

#wrapper {
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
  background-color: #fff; }

#view {
  margin: 0 auto;
  height: 100%;
  width: auto;
  position: relative;
  list-style-type: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #view .content {
    padding: 70px 20px 0 20px; }
    #view .content .well {
      text-align: center;
      font-family: 'Slabo 27px', serif;
      font-size: 20px; }
    #view .content h1 {
      color: #f26525;
      text-align: center;
      margin: 0;
      padding: 70px 0;
      font-weight: bold; }
    #view .content p {
      line-height: 1.2; }
      #view .content p.default {
        text-align: justify;
        font-size: 20px;
        font-weight: 100;
        padding: 0 40px;
        color: #74736e;
        font-family: 'Slabo 27px', serif; }
  #view .footer {
    position: absolute;
    z-index: 50;
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0; }
    #view .footer .action {
      height: inherit;
      padding: 2px 0 0 0;
      text-align: center; }
      #view .footer .action.single::after {
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #0a6e2b;
        left: 0;
        top: 50%;
        margin-top: -2px;
        overflow: hidden;
        content: " ";
        z-index: -1; }
      #view .footer .action.single a {
        padding: 10px 30px;
        border: solid 8px #0a6e2b;
        font-size: 30px;
        height: 94px;
        border-radius: 47px;
        line-height: 58px; }
        #view .footer .action.single a i {
          color: #0a6e2b;
          font-size: 60px;
          margin: 0 50px; }
      #view .footer .action a {
        display: inline-block;
        background-color: #a0cc9f;
        text-transform: uppercase;
        font-weight: bold; }

.initializing {
  position: fixed;
  z-index: 100;
  background-color: #b4daf4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff; }
  .initializing .fa {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px; }

.angular-google-map-container {
  height: 400px; }

@media only screen and (max-width: 768px) {
  #view .content h1 {
    padding: 40px 0; }
  #view .footer {
    height: 60px; }
    #view .footer .action.single a {
      padding: 8px 30px;
      border: solid 6px #0a6e2b;
      font-size: 20px;
      height: 54px;
      border-radius: 27px;
      line-height: 26px; }
      #view .footer .action.single a i {
        color: #0a6e2b;
        font-size: 28px;
        margin: 0 50px; } }
.fb-button {
  width: 240px;
  height: 50px;
  border: 0;
  margin: 0;
  padding: 0; }
  .fb-button.fb-login {
    background: url("../images/fb-login.gif") no-repeat center center; }
  .fb-button.fb-logout {
    background: url("../images/fb-logout.gif") no-repeat center center; }

.header {
  height: 50px;
  z-index: 60;
  position: fixed;
  left: 0;
  background-color: #b4daf4;
  color: #fff;
  top: 0;
  width: 100%;
  padding: 0;
  line-height: 50px; }
  .header a {
    color: #fff; }
  .header .header-container {
    max-width: 1100px;
    margin: 0 auto;
    height: inherit; }
    .header .header-container .profile-image {
      float: left;
      width: 40px;
      height: 40px;
      padding: 2px;
      margin: 5px 0 0 5px;
      border-radius: 3px;
      background-color: #e0f0fb;
      cursor: pointer; }
    .header .header-container .logo {
      width: 184px;
      height: inherit;
      margin: 0 auto;
      /*
      a {
      	display: block;
      	width: inherit;
      	height: inherit;
      	background: url('../images/casami-logo.png') no-repeat center center;
      	background-size: 60%;
      } */ }
      .header .header-container .logo a {
        display: block;
        width: inherit;
        height: inherit;
        line-height: 50px;
        text-align: center;
        color: #231f20;
        font-size: 20px;
        text-transform: uppercase; }

.navigation {
  width: 100%;
  position: absolute;
  top: -250px;
  opacity: 0;
  left: 0;
  z-index: 49;
  color: #fff;
  transition: all 400ms;
  -webkit-transition: all 400ms; }
  .navigation a {
    color: inherit; }
  .navigation .navigation-body {
    max-width: 1100px;
    margin: 0 auto; }
    .navigation .navigation-body .nav {
      background-color: #9ecff1;
      width: 200px;
      padding: 70px 0 0 0;
      height: 250px; }
    .navigation .navigation-body .menu {
      list-style: none;
      margin: 20px 0 0 0;
      padding: 20px 0 0 0;
      border-top: solid 1px #b4daf4; }
      .navigation .navigation-body .menu li a {
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 0 0 30px;
        text-decoration: none; }
        .navigation .navigation-body .menu li a i {
          font-size: 20px;
          width: 24px;
          margin: 0 10px 0 0;
          text-align: center; }
        .navigation .navigation-body .menu li a:hover {
          background-color: #90c8ef; }
      .navigation .navigation-body .menu:first-child {
        margin-top: 0;
        border-top: 0;
        padding-top: 0; }
  .navigation.show {
    opacity: 1;
    top: 0; }

.quest-container {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .quest-container .round {
    background-color: #b4daf4;
    color: #1d4ca1;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 51;
    transition: opacity 1s;
    -webkit-transition: opacity 1s; }
    .quest-container .round.fadeout {
      opacity: 0; }
    .quest-container .round.hide {
      display: none; }
    .quest-container .round .ball {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border: solid 10px #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -100px 0 0 -100px; }
      .quest-container .round .ball .ball-inner {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: solid 10px #1d4ca1;
        text-align: center;
        color: #1d4ca1;
        font-size: 40px; }
        .quest-container .round .ball .ball-inner span {
          font-size: 80px;
          display: block;
          height: 84px; }
    .quest-container .round .steps {
      height: 26px;
      position: absolute;
      bottom: 40px;
      left: 0;
      width: 100%;
      text-align: center; }
      .quest-container .round .steps::after {
        position: absolute;
        z-index: -1;
        background-color: #1d4ca1;
        height: 4px;
        left: 0;
        top: 11px;
        content: " ";
        width: 100%; }
      .quest-container .round .steps .step {
        display: inline-block;
        margin: 0 0 0 44px;
        width: 26px;
        height: 26px;
        background-color: #fff;
        border: solid 4px #1d4ca1;
        border-radius: 50%; }
        .quest-container .round .steps .step:first-child {
          margin-left: 0; }
        .quest-container .round .steps .step.active {
          background-color: #1d4ca1; }
  .quest-container .arrow {
    width: 50px;
    height: 22px;
    position: absolute;
    z-index: 49;
    top: 50%;
    margin: -11px 0 0 0;
    left: 30px;
    background: url("../images/arrow-left.png") no-repeat left top; }
    .quest-container .arrow.arrow-right {
      left: auto;
      right: 30px;
      background-image: url("../images/arrow-right.png"); }
  .quest-container .cards {
    width: 100%;
    height: 100%; }
    .quest-container .cards .card {
      background-color: #fff;
      color: #fff;
      padding: 20px 20px 60px 20px;
      width: 100%;
      height: 100%;
      margin: 0;
      top: 0;
      left: 0;
      position: absolute;
      cursor: hand;
      transition: all 1s;
      -webkit-transition: all 1s; }
      .quest-container .cards .card.rotate-left {
        transform: rotate(30deg) scale(0.8) translate3d(80%, 0, 0);
        -webkit-transform: rotate(30deg) scale(0.8) translate3d(80%, 0, 0);
        opacity: 0; }
      .quest-container .cards .card.rotate-right {
        transform: rotate(-30deg) scale(0.8) translate3d(-80%, 0, 0);
        -webkit-transform: rotate(-30deg) scale(0.8) translate3d(-80%, 0, 0);
        opacity: 0; }
      .quest-container .cards .card .avatar {
        height: 100%;
        display: block;
        position: relative;
        z-index: 2;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .quest-container .cards .card .avatar .card-title {
          padding: 20px;
          font-size: 16px;
          text-shadow: 0 1px #000; }
        .quest-container .cards .card .avatar .feedback {
          border-radius: 5px;
          text-transform: uppercase;
          font-size: 40px;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 200px;
          height: 60px;
          line-height: 52px;
          text-align: center;
          margin: -30px 0 0 -100px;
          box-shadow: 0 0 5px #000;
          text-shadow: -1px 1px #000; }
          .quest-container .cards .card .avatar .feedback.like {
            border: 4px solid green;
            color: green; }
          .quest-container .cards .card .avatar .feedback.dislike {
            border: 4px solid red;
            color: red; }
          .quest-container .cards .card .avatar .feedback i {
            margin-top: 7px; }
      .quest-container .cards .card .wait {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        padding: 20px 20px 60px 20px; }
        .quest-container .cards .card .wait .load {
          background-color: #fff;
          height: 100%;
          position: relative; }
          .quest-container .cards .card .wait .load i, .quest-container .cards .card .wait .load span {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -20px 0 0 -20px;
            font-size: 30px; }
          .quest-container .cards .card .wait .load i {
            color: #aaa; }
  .quest-container .bpo-cards {
    width: 100%;
    height: 100%;
    padding-top: 0px; }
    .quest-container .bpo-cards .card-container {
      height: 50%;
      position: relative; }
      .quest-container .bpo-cards .card-container:first-child {
        border-bottom: solid 1px #000; }
      .quest-container .bpo-cards .card-container .card {
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 4px;
        background-color: #fff;
        transition: all 500ms;
        -webkit-transition: all 500ms; }
        .quest-container .bpo-cards .card-container .card.rotate-left {
          transform: rotate(10deg) scale(0.8) translate3d(80%, 0, 0);
          -webkit-transform: rotate(10deg) scale(0.8) translate3d(80%, 0, 0);
          opacity: 0; }
        .quest-container .bpo-cards .card-container .card.rotate-right {
          transform: rotate(-10deg) scale(0.8) translate3d(-80%, 0, 0);
          -webkit-transform: rotate(-10deg) scale(0.8) translate3d(-80%, 0, 0);
          opacity: 0; }
        .quest-container .bpo-cards .card-container .card .avatar {
          height: 100%;
          position: relative;
          z-index: 2;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover; }
          .quest-container .bpo-cards .card-container .card .avatar .card-title {
            color: #fff;
            padding: 20px;
            font-size: 16px;
            text-shadow: 0 1px #000; }
          .quest-container .bpo-cards .card-container .card .avatar .feedback {
            border-radius: 5px;
            text-transform: uppercase;
            font-size: 40px;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 200px;
            height: 60px;
            line-height: 52px;
            text-align: center;
            margin: -30px 0 0 -100px;
            box-shadow: 0 0 5px #000;
            text-shadow: -1px 1px #000; }
            .quest-container .bpo-cards .card-container .card .avatar .feedback.like {
              border: 4px solid green;
              color: green; }
            .quest-container .bpo-cards .card-container .card .avatar .feedback.dislike {
              border: 4px solid red;
              color: red; }
            .quest-container .bpo-cards .card-container .card .avatar .feedback i {
              margin-top: 7px; }
        .quest-container .bpo-cards .card-container .card .wait {
          height: 100%;
          width: 100%;
          left: 0;
          top: 0;
          position: absolute;
          padding: 4px; }
          .quest-container .bpo-cards .card-container .card .wait .load {
            background-color: #222;
            height: 100%;
            position: relative; }
            .quest-container .bpo-cards .card-container .card .wait .load i, .quest-container .bpo-cards .card-container .card .wait .load span {
              position: absolute;
              left: 50%;
              top: 50%;
              margin: -20px 0 0 -20px;
              font-size: 30px; }
            .quest-container .bpo-cards .card-container .card .wait .load i {
              color: #aaa; }
  .quest-container .quest-footer {
    width: 100%;
    height: 60px;
    z-index: 50;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff; }
    .quest-container .quest-footer .actions {
      padding: 0 10%;
      margin: -25px auto 0 auto;
      height: 50px;
      position: relative; }
      .quest-container .quest-footer .actions .action {
        float: left;
        height: inherit;
        width: 120px; }
        .quest-container .quest-footer .actions .action:last-child {
          float: right; }
        .quest-container .quest-footer .actions .action .button {
          width: 100%;
          text-transform: uppercase;
          margin: 0;
          border: solid 4px #0a6e2b;
          border-radius: 25px;
          background-color: #a0cc9f;
          padding: 0;
          height: inherit;
          font-size: 20px; }
  .quest-container .result {
    position: fixed;
    width: 300px;
    text-align: center;
    background-color: #000;
    padding: 10px;
    color: #fff;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -150px;
    line-height: 1.3;
    font-size: 14px; }

@media only screen and (max-width: 768px) {
  .quest-container .round .ball {
    width: 150px;
    height: 150px;
    border: solid 8px #fff;
    margin: -100px 0 0 -75px; }
    .quest-container .round .ball .ball-inner {
      border-radius: 50%;
      border: solid 8px #1d4ca1;
      font-size: 30px; }
      .quest-container .round .ball .ball-inner span {
        font-size: 60px;
        height: 64px; }
  .quest-container .cards .card {
    padding: 5px 5px 50px 5px; }
    .quest-container .cards .card .wait {
      padding: 5px 5px 50px 5px; }
  .quest-container .quest-footer {
    height: 50px; }
    .quest-container .quest-footer .actions {
      margin: -20px auto 0 auto;
      height: 40px; }
      .quest-container .quest-footer .actions .action .button {
        border-radius: 20px;
        font-size: 18px; } }
.objects {
  position: relative;
  height: 100%;
  padding: 50px 0 0 0; }
  .objects .custom-location {
    padding: 5px; }
    .objects .custom-location .input-group {
      width: 100%; }
  .objects .objects-container .results {
    padding: 5px; }
    .objects .objects-container .results .result {
      padding: 5px;
      border: solid 1px #eee;
      margin: 0 0 5px 0; }
      .objects .objects-container .results .result .details {
        color: #999; }

@media only screen and (max-width: 768px) {
  .objects .angular-google-map-container {
    height: 200px; } }
