@font-face {
  font-family: 'OS Gill Sans Regular';
  src: url(./../../fonts/OSGillSans-Regular.eot);
  /* IE9 Compat Modes */
  src: url(./../../fonts/OSGillSans-Regular.eot?#iefix) format("embedded-opentype"), url(./../../fonts/OSGillSans-Regular.woff) format("woff"), url(./../../fonts/OSGillSans-Regular.ttf) format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal; }
.center, #register-form input {
  display: block;
  margin: auto; }
  .center input.center, .center #register-form input, #register-form .center input, #register-form input input {
    text-align: left; }

.margin-top-small, #register-form input, #password-meter, #change-password-password-meter {
  margin-top: 10px; }

.margin-top-medium {
  margin-top: 20px; }

.margin-top-big {
  margin-top: 30px; }

.margin-bottom-small {
  margin-bottom: 10px; }

.margin-bottom-medium {
  margin-bottom: 20px; }

.margin-bottom-big {
  margin-bottom: 30px; }

.hidden {
  display: none; }

.bold {
  font-weight: normal; }

.italic {
  font-style: italic !important; }

.uppercase {
  text-transform: uppercase; }

.border-bottom {
  border-bottom: 1px solid #f4f4f4; }

.border-top {
  border-top: 1px solid #f4f4f4; }

.color-black {
  color: #000000; }

.color-red {
  color: #ef5350; }

#login-form-remember {
  width: 275px;
  font: normal normal 300 14px "Source Sans Pro", sans-serif; }

.login-common-box {
  width: 710px;
  height: 380px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  margin: auto;
  position: absolute; }
  @media only screen and (max-width: 720px) {
    .login-common-box {
      width: 100%;
      height: 100%; } }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .login-common-box {
      width: 100%;
      height: 100%; } }

.login-common-box-form {
  display: inline-block;
  width: 50%;
  float: left;
  background-color: #ffffff;
  height: calc(100% - 30px);
  padding-top: 30px; }
  @media only screen and (max-width: 720px) {
    .login-common-box-form {
      display: block;
      float: none;
      height: auto;
      width: 100%;
      padding-bottom: 20px;
      padding-top: 20px; } }
  .login-common-box-form .fl {
    width: 272px;
    text-align: left;
    display: inline-block; }
  .login-common-box-form .warning {
    line-height: 20px;
    background-color: #f2f2f2; }

.login-common-box-sign {
  display: inline-block;
  width: 50%;
  float: left;
  padding-top: 30px;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 720px) {
    .login-common-box-sign {
      padding-top: 20px;
      display: block;
      float: none;
      width: 100%; } }

.login-form-subscription-info {
  font: normal normal 300 14px "Source Sans Pro", sans-serif; }

#login-form-terms {
  font: normal normal 400 12px "Source Sans Pro", sans-serif; }

.login-form-forgotten-password {
  font: normal normal 300 15px "Source Sans Pro", sans-serif; }

#login-form-guest {
  text-align: right;
  float: right;
  position: relative;
  padding-right: 20px;
  display: block; }

#register-form input {
  border: 1px solid #ffffff; }

#password-meter, #change-password-password-meter {
  color: #ffffff;
  width: 126px;
  margin-right: 19px;
  line-height: 25px;
  text-align: center;
  position: relative;
  display: inline-block;
  border: 1px solid #6d6d6d; }

#register-to-newsletter-checkbox {
  padding-top: 38px; }
  @media only screen and (max-width: 720px) {
    #register-to-newsletter-checkbox {
      padding-top: 0; } }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    #register-to-newsletter-checkbox {
      padding-top: 0; } }

#register-form-subscription {
  display: none; }

@media only screen and (max-width: 720px) {
  .register-form-fields {
    width: 312px;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 721px) and (max-width: 1023px) {
  .register-form-fields {
    width: 312px;
    margin-left: auto;
    margin-right: auto; } }

.register-form-fields > div {
  display: inline-block;
  height: 120px;
  width: 272px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  text-align: left; }
  @media only screen and (max-width: 720px) {
    .register-form-fields > div {
      height: auto;
      margin-top: 20px; } }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .register-form-fields > div {
      height: auto;
      margin-top: 20px; } }
.register-form-fields.register-form-password-fields > div {
  height: 140px; }

.form-fields-double {
  width: 584px !important; }
  @media only screen and (max-width: 720px) {
    .form-fields-double {
      width: 312px !important; } }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .form-fields-double {
      width: 312px !important; } }

#register-form-register-button {
  margin-top: 33px; }
  @media only screen and (max-width: 720px) {
    #register-form-register-button {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    #register-form-register-button {
      margin-left: auto;
      margin-right: auto; } }

#registration-form-background {
  min-height: calc(100% - 151px); }

.register-form-error {
  margin-top: 5px; }

#register-form-terms > div {
  font: normal normal 400 12px "Source Sans Pro", sans-serif; }
@media only screen and (max-width: 720px) {
  #register-form-terms {
    text-align: center; } }
@media only screen and (min-width: 721px) and (max-width: 1023px) {
  #register-form-terms {
    text-align: center; } }

#os-recaptcha-container {
  margin-top: 19px;
  height: 100px; }

#subscription-common-box-products {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
  display: inline-block; }

.close-link-with-icon:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 30px;
  background: url(../../images/main/general-interface-icons.png) transparent no-repeat -60px 13px/633px;
  z-index: 1;
  right: 0px;
  margin-top: -12px; }

.close-link-with-icon {
  text-align: right;
  float: right;
  position: relative;
  padding-right: 20px; }

#subscription-form-login {
  text-align: left;
  float: left; }

.subscription-top-links {
  padding: 20px; }
  .subscription-top-links > div {
    clear: both; }

.subscription-top-links.products {
  height: 20px; }

#subscription-form-close {
  float: right; }

.subscription-background-gray {
  background-color: #ebebeb;
  padding: 20px; }

#subscription-common-box-products > .product-item {
  display: inline-block;
  vertical-align: top;
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  text-align: center;
  padding: 12px;
  width: 140px;
  height: 280px;
  margin: 5px; }
  @media only screen and (max-width: 767px) {
    #subscription-common-box-products > .product-item {
      width: 80%;
      height: auto;
      margin-top: 40px;
      padding-bottom: 40px; } }

#subscription-common-box-products > .product-item.disabled {
  opacity: 0.4; }
  #subscription-common-box-products > .product-item.disabled .choose-item {
    visibility: hidden; }

.product-item-border-blue {
  border-color: #0079c9 !important; }

#subscription-common-box-products > .product-item.recommended {
  background-color: #0079c9;
  color: #ffffff; }

.choose-item {
  display: inline-block;
  width: 138px !important;
  border: 1px solid #0079c9; }

.productItemBanner {
  position: absolute;
  width: 138px;
  margin-top: -30px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 15px;
  line-height: 38px;
  border: 1px solid #0079c9; }

.productItemBannerBottom {
  position: absolute;
  width: 138px;
  margin-top: 30px;
  color: #000000;
  font: normal normal 300 14px "Source Sans Pro", sans-serif; }
  @media only screen and (max-width: 767px) {
    .productItemBannerBottom {
      width: initial;
      position: inherit; } }

.productItemPeriod {
  font-size: 14px;
  margin-top: 20px;
  height: 50px; }
  @media only screen and (max-width: 767px) {
    .productItemPeriod {
      height: initial; } }

.productItemPrice {
  line-height: 38px;
  font: normal normal 400 24px "Source Sans Pro", sans-serif; }

.productItemDots {
  font-size: 40px;
  margin-top: -40px;
  color: #bbbbbb; }

.productItemDescription {
  clear: both;
  font-size: 12px;
  margin-top: 4px;
  height: 45px; }
  @media only screen and (max-width: 767px) {
    .productItemDescription {
      height: initial;
      margin-bottom: 10px; } }

.productItemTitle {
  font-size: 16px;
  height: 50px;
  margin-top: 25px;
  text-transform: uppercase;
  font: normal normal 400 24px "Source Sans Pro", sans-serif; }

.productItemRecommended {
  font-size: 16px; }

.feature-comparison-table > table {
  display: inline-block;
  border-spacing: 10px;
  border-collapse: separate;
  width: 700px;
  margin-top: 50px;
  background-color: #ffffff; }
  .feature-comparison-table > table tr > td:first-child {
    text-align: left;
    width: 700px;
    padding-top: 0; }
  .feature-comparison-table > table thead > tr > td {
    background-color: #f2f2f2;
    padding: 20px !important; }
  .feature-comparison-table > table td {
    width: 150px;
    padding: 6px 20px 12px 20px;
    border-bottom: 1px solid #f2f2f2; }
    .feature-comparison-table > table td .featureBullet {
      height: 15px;
      width: 15px;
      border-radius: 40px;
      display: inline-block;
      background-color: #ef5350; }
    .feature-comparison-table > table td .featureBullet.active {
      background-color: #00c853; }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .feature-comparison-table > table {
      width: 100%; } }
  @media only screen and (max-width: 720px) {
    .feature-comparison-table > table {
      width: 100%; } }

.feature-comparison-table {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 0; }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .feature-comparison-table {
      margin-left: 0;
      left: 0; } }
  @media only screen and (max-width: 720px) {
    .feature-comparison-table {
      margin-left: 0;
      left: 0; } }

#subscriptionPresentationButton {
  display: inline-block;
  width: 220px;
  margin-top: 45px;
  margin-bottom: 60px; }

#main-top-bar-user-section {
  display: none;
  float: right !important; }
  @media only screen and (max-width: 720px) {
    #main-top-bar-user-section {
      display: none !important; } }

.subscription-container {
  max-width: 3000px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.subs1 {
  background: url(../../images/subscription/subs1.jpg) transparent no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 380px;
  color: white; }
  .subs1 .subscription-text {
    max-width: 600px;
    display: inline-block;
    text-shadow: black 0 0 4px; }
    .subs1 .subscription-text > div {
      display: inline-block;
      width: 90%;
      line-height: 24px; }
    .subs1 .subscription-text .title3 {
      margin-top: 77px;
      line-height: 32px; }
      @media only screen and (max-width: 550px) {
        .subs1 .subscription-text .title3 {
          margin-top: 30px; } }
  .subs1 .subscription-top-image-buttons {
    margin-top: 50px; }
    .subs1 .subscription-top-image-buttons > div {
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 20px; }
  .subs1 .button, .subs1 #main-top-bar-trial-button, .subs1 .button-grey, .subs1 .button-white {
    display: inline-block; }

.subs2 {
  background: url(../../images/subscription/subs2.png) #f5f5f5 no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 58px;
  position: relative; }
  @media only screen and (max-width: 760px) {
    .subs2 {
      padding-bottom: 0; } }

.subs3 {
  background: #ecf0f1;
  width: 100%;
  height: 525px;
  position: relative;
  display: inline-block; }
  @media only screen and (max-width: 850px) {
    .subs3 {
      height: 435px; } }
  .subs3 .subscription-text {
    position: absolute;
    width: 410px;
    left: 218px;
    margin-top: 145px;
    text-align: left;
    display: inline-block;
    line-height: 24px; }
    @media only screen and (min-width: 1023px) {
      .subs3 .subscription-text {
        left: calc(-100px + 30%); } }
    @media only screen and (max-width: 1023px) {
      .subs3 .subscription-text {
        left: 100px; } }
    @media only screen and (max-width: 850px) {
      .subs3 .subscription-text {
        text-align: center;
        width: 80%;
        margin: 10%;
        left: 0; } }
  .subs3 .subscription-image {
    position: absolute;
    right: 100px;
    top: -30px;
    width: 342px;
    height: 529px;
    background: url(../../images/subscription/subs3.png) transparent no-repeat; }
    @media only screen and (min-width: 1023px) {
      .subs3 .subscription-image {
        right: calc(-600px + 65%); } }
    @media only screen and (max-width: 1000px) {
      .subs3 .subscription-image {
        right: 0px; } }
    @media only screen and (max-width: 850px) {
      .subs3 .subscription-image {
        display: none; } }

.subs4 {
  background: #d60056;
  color: #ffffff;
  width: 100%;
  height: 525px;
  position: relative; }
  .subs4 .subscription-text {
    position: absolute;
    width: 374px;
    right: 218px;
    top: 142px;
    text-align: left;
    display: inline-block;
    line-height: 24px; }
    @media only screen and (min-width: 1023px) {
      .subs4 .subscription-text {
        right: calc(-200px + 30%); } }
    @media only screen and (max-width: 1023px) {
      .subs4 .subscription-text {
        right: 100px; } }
    @media only screen and (max-width: 900px) {
      .subs4 .subscription-text {
        text-align: center;
        width: 80%;
        margin: 10%;
        right: 0;
        top: 0; } }
  .subs4 .subscription-image {
    position: absolute;
    left: 230px;
    top: 122px;
    width: 422px;
    height: 284px;
    background: url(../../images/subscription/subs4.png) transparent no-repeat; }
    @media only screen and (min-width: 1023px) {
      .subs4 .subscription-image {
        left: calc(65% - 600px); } }
    @media only screen and (max-width: 1023px) {
      .subs4 .subscription-image {
        left: 0px; } }
    @media only screen and (max-width: 900px) {
      .subs4 .subscription-image {
        top: 245px;
        left: 50%;
        margin-left: -211px; } }

.subs5 {
  background: #ecf0f1;
  width: 100%;
  height: 525px;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .subs5 {
      height: 760px; } }
  .subs5 .subscription-text {
    position: absolute;
    width: 374px;
    left: 218px;
    top: 110px;
    text-align: left;
    display: inline-block;
    line-height: 24px; }
    @media only screen and (min-width: 1024px) {
      .subs5 .subscription-text {
        left: calc(-100px + 30%); } }
    @media only screen and (max-width: 1024px) {
      .subs5 .subscription-text {
        left: 100px; } }
    @media only screen and (max-width: 900px) {
      .subs5 .subscription-text {
        text-align: center;
        width: 80%;
        margin: 10%;
        left: 0;
        top: 0; } }
  .subs5 .subscription-image {
    position: absolute;
    right: 230px;
    top: 122px;
    width: 401px;
    height: 354px;
    background: url(../../images/subscription/subs5.png) transparent no-repeat; }
    @media only screen and (min-width: 1023px) {
      .subs5 .subscription-image {
        right: calc(-630px + 61%); } }
    @media only screen and (max-width: 1023px) {
      .subs5 .subscription-image {
        right: 20px; } }
    @media only screen and (max-width: 900px) {
      .subs5 .subscription-image {
        top: 400px;
        left: 50%;
        margin-left: -211px; } }

.subs6 {
  background: url(../../images/subscription/subs6.jpg) transparent no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 600px;
  position: relative; }
  .subs6 .main-title {
    padding-top: 80px;
    position: absolute;
    left: 218px;
    text-align: left; }
    @media only screen and (min-width: 1023px) {
      .subs6 .main-title {
        margin-right: 100px; } }
    @media only screen and (max-width: 1300px) {
      .subs6 .main-title {
        left: 100px; } }
    @media only screen and (max-width: 900px) {
      .subs6 .main-title {
        display: none; } }
  .subs6 .subscription-text {
    padding: 20px;
    background-color: #ffffff;
    opacity: .9;
    left: 218px;
    position: absolute;
    width: 374px;
    top: 200px;
    text-align: left;
    display: inline-block;
    line-height: 24px; }
    @media only screen and (max-width: 1300px) {
      .subs6 .subscription-text {
        left: 100px; } }
    @media only screen and (max-width: 900px) {
      .subs6 .subscription-text {
        text-align: center;
        width: calc(100% - 40px);
        left: 0;
        top: 0; } }

.subs7 {
  background: url(../../images/subscription/subs7bg.jpg) transparent no-repeat;
  background-size: cover;
  color: #ffffff;
  width: 100%;
  height: 525px;
  position: relative; }
  .subs7 .subscription-text {
    position: absolute;
    width: 374px;
    left: 218px;
    top: 142px;
    text-align: left;
    display: inline-block;
    line-height: 24px;
    text-shadow: black 0 0 4px; }
    @media only screen and (max-width: 1300px) {
      .subs7 .subscription-text {
        left: 100px; } }
    @media only screen and (max-width: 900px) {
      .subs7 .subscription-text {
        text-align: center;
        width: 80%;
        margin: 10%;
        left: 0;
        top: 0; } }
  .subs7 .subscription-image {
    position: absolute;
    right: 230px;
    bottom: 0;
    width: 369px;
    height: 441px;
    background: url(../../images/subscription/subs7.png) transparent no-repeat; }
    @media only screen and (max-width: 1200px) {
      .subs7 .subscription-image {
        right: 20px; } }
    @media only screen and (max-width: 900px) {
      .subs7 .subscription-image {
        display: none; } }

.subs-content {
  max-width: 1350px;
  position: relative;
  margin: auto;
  height: 100%; }

.subscription-background-dots {
  background: url(../../images/subscription/upsell_dotted.png) transparent no-repeat;
  position: absolute;
  bottom: 40px;
  width: 56px;
  height: 1px;
  display: inline-block;
  margin-left: -28px; }

#freeTrialEmailNotice {
  width: 90%;
  display: inline-block; }

#users-only-common-box-chart > div {
  margin-top: 10px;
  margin-bottom: 10px; }

#users-only-common-box-chart > div > span {
  width: 85px;
  display: inline-block;
  text-align: center; }

#users-only-common-box-chart > div > span:first-child {
  width: 120px;
  text-align: left; }

#fullscreen-legend {
  width: 80%;
  height: 90%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  background-size: 100% 100%;
  margin: auto;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  z-index: 1000; }
  @media only screen and (max-width: 720px) {
    #fullscreen-legend {
      width: 100%;
      height: 100%;
      top: 0; } }

@media only screen and (max-width: 720px) {
  #fullscreen-legend .title {
    display: none; } }

#legend-switch {
  border: none;
  padding: 0;
  height: calc(100% - 95px); }
  @media only screen and (max-width: 720px) {
    #legend-switch {
      height: calc(100% - 55px); } }
  #legend-switch ul {
    display: none;
    height: 0 !important; }
    #legend-switch ul li.ui-tabs-active a, #legend-switch ul li.ui-state-default a:hover {
      color: #0079c9; }
    #legend-switch ul li {
      width: 50%;
      margin: 0; }
      #legend-switch ul li a {
        cursor: pointer;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
        float: left;
        padding-left: 40px;
        width: 50%;
        outline: none;
        color: #000000; }
        #legend-switch ul li a span {
          font: normal normal 300 24px "Source Sans Pro", sans-serif; }
        @media only screen and (max-width: 720px) {
          #legend-switch ul li a {
            width: 93%;
            text-align: center;
            padding-left: 0; } }
  #legend-switch .ui-tabs-panel {
    padding: 0;
    clear: both; }
  #legend-switch .legend-switch-scroll-to {
    text-align: center; }
    #legend-switch .legend-switch-scroll-to span {
      display: inline-block;
      line-height: 40px;
      cursor: pointer;
      margin: 0 20px 0 20px; }
      @media only screen and (max-width: 720px) {
        #legend-switch .legend-switch-scroll-to span {
          line-height: 50px; } }
    @media only screen and (max-width: 720px) {
      #legend-switch .legend-switch-scroll-to {
        text-align: center;
        margin-left: 0; } }
  #legend-switch .legend-switch-scroll-to span:hover {
    color: #0079c9; }

.legend-item {
  float: left;
  width: 170px;
  min-height: 120px;
  text-align: center; }

.legend-description {
  margin: 0 5px; }

.legend-symbol {
  width: 100px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  overflow: hidden; }
  .legend-symbol img {
    width: 100%;
    vertical-align: bottom; }

.legend-section-title {
  margin: 20px 0 20px 0;
  width: 100%;
  display: inline-block;
  clear: both;
  font: normal normal 300 24px "Source Sans Pro", sans-serif; }

#legend-iframe {
  height: calc(100% + 6px); }

#main-top-bar {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  color: #000000;
  background: url(./../../images/osmaps-logo.svg) no-repeat right 20px center #ffffff;
  background-size: 92px 24px;
  z-index: 200;
  border-bottom: 1px solid #f2f2f2;
  font: normal normal 400 16px "Source Sans Pro", sans-serif; }
  #main-top-bar > a {
    color: #d40058; }
  #main-top-bar > div, #main-top-bar a {
    float: left;
    font-family: 'OS Gill Sans Regular', 'Source Sans Pro Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: .80em; }
  #main-top-bar > div > #main-top-bar-sign-in,
  #main-top-bar > div > #main-top-bar-user {
    font: normal normal 400 16px "Source Sans Pro", sans-serif;
    margin-top: 19px; }
  @media only screen and (max-width: 720px) {
    #main-top-bar #main-top-bar-burger-menu {
      height: 45px;
      min-width: 10px !important;
      background-position: center; } }
  #main-top-bar #main-top-bar-burger-menu.disabled {
    visibility: hidden !important; }
  #main-top-bar #main-top-bar-burger-menu:hover {
    opacity: 0.5; }
  #main-top-bar #main-top-bar-burger-menu:before {
    background: url(../../images/main/general-interface-icons.png) no-repeat -17px 5px/633px;
    content: "";
    float: left;
    width: 26px;
    height: 26px; }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-burger-menu:before {
        margin: 9px 9px 0 0 !important; } }
  #main-top-bar #top-bar-search-span {
    padding-left: 7px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: 11px;
    padding-right: 27px;
    border: 1px solid #f2f2f2;
    border-radius: 1px;
    display: inline-block;
    margin-right: 0;
    width: 190px; }
    @media only screen and (max-width: 720px) {
      #main-top-bar #top-bar-search-span {
        outline: none;
        border: 1px solid #f2f2f2;
        margin-bottom: 5px;
        height: 22px;
        padding: 4px;
        width: 120px;
        margin-top: 7px;
        float: left;
        padding-right: 27px; } }
  #main-top-bar #main-top-bar-search-input {
    width: 177px;
    padding: 0;
    border: none;
    outline: none; }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-search-input {
        height: 22px;
        width: 143px;
        float: left;
        margin-left: 0;
        margin-top: 0;
        padding: 0; } }
  #main-top-bar #main-top-bar-search-icon {
    float: right; }
    #main-top-bar #main-top-bar-search-icon:hover {
      opacity: 0.5; }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-search-icon {
        height: 45px;
        min-width: 10px !important;
        background-position: center; } }
  #main-top-bar #main-top-bar-search-icon:before {
    background: url(../../images/main/general-interface-icons.png) no-repeat -117px 7px/633px;
    content: "";
    float: left;
    width: 18px;
    height: 26px; }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-search-icon:before {
        margin: 9px 9px 0 0 !important; } }
  #main-top-bar #main-top-bar-directions-icon {
    background-image: url(./../../images/main/directions.png);
    float: right;
    display: none; }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-directions-icon {
        display: inline;
        height: 45px;
        min-width: 10px !important;
        background-position: center;
        background-repeat: no-repeat; } }
  #main-top-bar #main-top-bar-sign-in {
    float: right !important;
    margin-right: 130px;
    letter-spacing: normal; }
    @media only screen and (min-width: 721px) and (max-width: 1023px) {
      #main-top-bar #main-top-bar-sign-in {
        margin-right: 0; } }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-sign-in {
        visibility: hidden; } }
  #main-top-bar .main-top-bar-button {
    height: 30px;
    margin-top: 15px;
    min-width: 30px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    text-overflow: ellipsis; }
    #main-top-bar .main-top-bar-button:hover {
      color: #d40058; }
    #main-top-bar .main-top-bar-button.active {
      color: #d40058; }
    #main-top-bar .main-top-bar-button.disabled {
      color: #ddd;
      cursor: default;
      border-color: #ddd; }
    @media only screen and (max-width: 720px) {
      #main-top-bar .main-top-bar-button {
        margin-top: 0;
        padding-right: 0; } }
  #main-top-bar #main-top-bar-get-outside {
    font: normal normal 600 16px "Source Sans Pro", sans-serif;
    margin-top: 19px; }
    @media only screen and (min-width: 721px) and (max-width: 1023px) {
      #main-top-bar #main-top-bar-get-outside {
        display: none; } }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-get-outside {
        display: none; } }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    #main-top-bar #main-top-bar-routes, #main-top-bar #main-top-bar-places {
      border-right: none; } }
  @media only screen and (max-width: 720px) {
    #main-top-bar #main-top-bar-routes, #main-top-bar #main-top-bar-places {
      margin-top: 8px;
      border-right: none;
      border-left: none; } }
  @media only screen and (max-width: 420px) {
    #main-top-bar #main-top-bar-routes, #main-top-bar #main-top-bar-places {
      display: none; } }
  #main-top-bar .main-top-bar-button.border-left {
    border-left: 1px solid #ebebeb; }
  #main-top-bar .main-top-bar-button.border-right {
    border-right: 1px solid #ebebeb; }
  @media only screen and (max-width: 720px) {
    #main-top-bar #main-top-bar-search {
      margin-left: 10px;
      margin-right: 0; } }
  #main-top-bar #main-top-bar-user {
    letter-spacing: normal;
    float: right !important;
    margin-right: 150px;
    max-width: 180px;
    display: none;
    overflow: hidden;
    position: relative;
    padding-right: 20px; }
    #main-top-bar #main-top-bar-user:before {
      content: "";
      position: absolute;
      width: 13px;
      display: block;
      height: 9px;
      float: right;
      top: 8px;
      right: 0;
      z-index: 0;
      background: url(./../../images/drop-arrow.png) 0 0/13px no-repeat;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    #main-top-bar #main-top-bar-user.active:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media only screen and (min-width: 721px) and (max-width: 1023px) {
      #main-top-bar #main-top-bar-user {
        margin-right: 30px; } }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-user {
        visibility: hidden; } }
  #main-top-bar #main-top-bar-user-menu:before {
    content: '';
    position: absolute;
    top: -32px;
    left: 50%;
    right: 0;
    margin-left: -16px;
    border-color: transparent transparent #ffffff transparent;
    border-style: solid;
    border-width: 16px;
    width: 0;
    height: 0; }
    @media only screen and (min-width: 721px) and (max-width: 1023px) {
      #main-top-bar #main-top-bar-user-menu:before {
        left: 86%; } }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-user-menu:before {
        visibility: hidden; } }
  #main-top-bar #main-top-bar-user-menu {
    background-color: #ffffff;
    padding: 15px;
    line-height: 32px !important;
    width: 230px;
    margin-top: 81px;
    text-align: left;
    font: normal normal 300 16px "Source Sans Pro", sans-serif;
    position: absolute;
    right: 80px;
    display: none; }
    @media only screen and (min-width: 721px) and (max-width: 1023px) {
      #main-top-bar #main-top-bar-user-menu {
        right: 12px; } }
    @media only screen and (max-width: 720px) {
      #main-top-bar #main-top-bar-user-menu {
        visibility: hidden; } }
  #main-top-bar #main-top-bar-user-info {
    width: 100%;
    margin-bottom: 10px;
    line-height: normal; }
  #main-top-bar #main-top-bar-user-info > div:first-child {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 15px; }
  #main-top-bar #main-top-bar-user-info > div:nth-child(2) {
    font-size: 13pt; }
  #main-top-bar #main-top-bar-user-info > div:nth-child(3), #main-top-bar #main-top-bar-user-info > div:nth-child(4) {
    font-size: 9pt; }
  #main-top-bar #main-top-bar-user-info > div:nth-child(4) {
    margin-top: 13px; }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    #main-top-bar {
      background: #ffffff; } }
  @media only screen and (max-width: 720px) {
    #main-top-bar {
      background: #ffffff;
      height: 45px; } }

#map-stack-menu {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 12px;
  background-color: #ffffff;
  font: normal normal 300 16px "Source Sans Pro", sans-serif;
  width: 220px;
  z-index: 3000;
  line-height: 32px;
  padding: 15px; }

#map-stack-menu:before {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 152px;
  right: 0;
  margin-left: -16px;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 16px;
  width: 0;
  height: 0; }

#map-stack-menu div.active {
  font: normal normal 400 16px "Source Sans Pro", sans-serif;
  line-height: 32px;
  font-size: 13pt; }

@media only screen and (max-width: 720px) {
  .SidePane {
    top: 45px; } }

@media only screen and (max-width: 720px) {
  #BingLocationResults {
    top: 45px;
    width: 100%; } }

#zoom-slider {
  position: absolute;
  right: 20px;
  top: 82px;
  z-index: 0;
  background-color: #333333;
  color: #ffffff; }
  @media only screen and (max-width: 720px) {
    #zoom-slider {
      top: 65px; } }

#zoom-slider .ui-slider-vertical {
  height: 135px; }
  @media only screen and (max-width: 720px) {
    #zoom-slider .ui-slider-vertical {
      height: 40px; } }

#zoom-level-1 {
  width: 8px;
  height: 30px;
  background-color: #F7A70B;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  @media only screen and (max-width: 720px) {
    #zoom-level-1 {
      height: 9px; } }

#zoom-level-2 {
  width: 8px;
  height: 25px;
  background-color: #D95189;
  position: absolute;
  left: 0;
  top: 30px; }
  @media only screen and (max-width: 720px) {
    #zoom-level-2 {
      height: 7px;
      top: 9px; } }

#zoom-level-3 {
  width: 8px;
  height: 25px;
  background-color: #008717;
  position: absolute;
  left: 0;
  top: 55px; }
  @media only screen and (max-width: 720px) {
    #zoom-level-3 {
      height: 8px;
      top: 16px; } }

#zoom-level-4 {
  width: 8px;
  height: 25px;
  background-color: #004887;
  position: absolute;
  left: 0;
  top: 80px; }
  @media only screen and (max-width: 720px) {
    #zoom-level-4 {
      height: 7px;
      top: 24px; } }

#zoom-slider-plus {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #444444;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 20pt; }

#zoom-slider-plus:before {
  content: '+'; }

#zoom-slider-minus {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-top: 1px solid #444444;
  margin-top: 15px;
  cursor: pointer;
  font-size: 20pt; }

#zoom-slider-minus:before {
  content: '-'; }

#main-top-bar-trial-button {
  line-height: 34px !important;
  height: 34px !important;
  width: auto !important;
  float: right !important;
  margin-right: 24px;
  margin-top: 13px;
  padding: 0 20px 0 20px;
  display: none;
  border-radius: 7px !important; }
  @media only screen and (max-width: 1160px) {
    #main-top-bar-trial-button {
      display: none !important; } }

.main-top-bar-user-premium-badge {
  vertical-align: top;
  color: #fff;
  background: #45459b;
  font-size: x-small;
  font-weight: bold;
  padding: 3px 7px;
  border-radius: 7px;
  display: inline-block;
  line-height: 17px;
  margin-left: 5px; }

#user-entitlement, #user-menu-action-upgrade {
  border-top: 1px solid #ebebeb;
  margin-top: 5px; }

#camera-controller {
  position: absolute;
  right: 20px;
  top: 320px;
  width: 30px;
  z-index: 0;
  color: #ffffff;
  background-color: #333333; }
  #camera-controller.expand {
    top: 250px; }
  #camera-controller div {
    border-bottom: 1px solid #444444;
    width: 30px;
    height: 29px;
    perspective: 30px; }
    #camera-controller div:last-child {
      border-bottom: none; }
    #camera-controller div:nth-child(1) {
      background: url(../../images/3d/3D_view.png) no-repeat 0 0/30px; }
    #camera-controller div:nth-child(2) {
      background: url(../../images/3d/2D_view.png) no-repeat 0 0/30px; }
    #camera-controller div:nth-child(3) {
      background: url(../../images/3d/standard_view.png) no-repeat 5px 5px/20px; }
    #camera-controller div:nth-child(4) {
      background: url(../../images/3d/preview_pan.png) no-repeat 0 0/30px; }
    #camera-controller div:nth-child(5) {
      background: url(../../images/3d/HDbtn.png) no-repeat 0 0/30px; }
    #camera-controller div:nth-child(6) {
      background: url(../../images/3d/hills2.png) no-repeat 3px 2px/24px; }
    #camera-controller div:nth-child(7) {
      background: url(../../images/3d/contours@2x.png) no-repeat 7px 6px/17px; }
    #camera-controller div:hover {
      background-color: #6d6d6d;
      cursor: pointer; }
    #camera-controller div.active {
      background-color: #6d6d6d; }
  @media only screen and (max-width: 720px) {
    #camera-controller {
      display: none; } }

#cesiumVr {
  position: absolute;
  right: 20px;
  top: 240px;
  width: 30px;
  z-index: 0;
  color: #ffffff;
  background-color: #333333;
  height: 29px;
  perspective: 30px;
  display: none; }
  @media only screen and (max-width: 720px) {
    #cesiumVr {
      display: block; } }
  #cesiumVr.hidden {
    display: none !important; }

#navigationDiv .compass {
  right: 55px;
  top: 320px; }
  #navigationDiv .compass.expand {
    top: 250px; }
  #navigationDiv .compass .compass-outer-ring {
    fill: #fff; }
  #navigationDiv .compass .compass-gyro {
    fill: #fff; }
  #navigationDiv .compass .compass-outer-ring-background {
    border: 12px solid #333; }
  #navigationDiv .compass .compass-gyro-background {
    background: #333;
    width: 35px;
    height: 35px;
    border: none; }

#distanceLegendDiv .distance-legend {
  pointer-events: auto;
  position: absolute;
  border-radius: 0;
  background-color: #333;
  padding-left: 10px;
  padding-right: 10px;
  right: 150px;
  bottom: 20px;
  height: 48px;
  width: auto;
  border: none;
  box-sizing: content-box; }
  #distanceLegendDiv .distance-legend .distance-legend-scale-bar:nth-child(1) {
    position: initial;
    height: 15px;
    margin-top: 8px;
    padding-bottom: 1px; }
  #distanceLegendDiv .distance-legend .distance-legend-scale-bar:nth-child(2) {
    padding-top: 1px;
    position: initial;
    height: 15px;
    border-bottom: none;
    border-top: 1px solid #fff;
    margin-top: -1px; }

#distanceLegendDiv .distance-legend-label {
  display: block;
  font-size: 11px;
  font-weight: lighter;
  line-height: 15px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  text-align: center; }

.navigation-controls {
  display: none; }

.beta-badge {
  vertical-align: top;
  color: #fff;
  background: #45459b;
  font-size: x-small;
  font-weight: bold;
  padding: 1px 7px;
  border-radius: 7px;
  display: inline-block;
  margin-top: 7px;
  line-height: 17px;
  margin-left: 5px; }

.cesium-performanceDisplay {
  border-radius: 0 !important;
  border: none !important; }

.cesium-performanceDisplay-defaultContainer {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  text-align: left !important; }

#videoRecording {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -55px;
  width: 110px; }

.DiscoverRoute_PopUp {
  height: auto;
  padding: 20px 15px 14px 20px; }

.Discover_With_Scroll {
  padding: 0; }

.DiscoverRoute_PopUp.PopUp_Dropped_Pin {
  margin-top: -15px; }

.PopUp_Dropped_Pin input,
.PopUp_Dropped_Pin textarea {
  width: 166px !important; }

.PopUp_Dropped_Pin {
  max-width: 188px;
  width: 188px; }

.DiscoverRoute_PopUp:before {
  content: '';
  position: absolute;
  bottom: -32px;
  left: calc(50% - 15px);
  right: 0;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 16px;
  width: 0;
  height: 0; }

.pin-box-title {
  width: 100%;
  font: normal normal 400 15px "Source Sans Pro", sans-serif;
  float: left;
  margin-bottom: 8px;
  word-wrap: break-word; }

.route-pin-scroller .pin-box-title {
  margin-top: 12px;
  margin-bottom: 0px; }

#remove-dropped-pin,
#remove-waypoint-edit {
  float: right;
  margin: 0; }

.pin-box-text {
  color: #6d6d6d;
  font: normal normal 400 15px "Source Sans Pro", sans-serif;
  float: left;
  clear: left;
  margin-bottom: 5px;
  width: 100%; }
  .pin-box-text span {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -o-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
    display: block;
    margin-top: 5px; }

.pin-box-left > div > .link, .pin-box-left > div > a,
.pin-box-left > .link,
.pin-box-left > a {
  font: normal normal 600 15px "Source Sans Pro", sans-serif;
  margin-right: 15px; }

.pin-box-left {
  float: left;
  width: 100%;
  max-width: 200px; }
  .pin-box-left.selected {
    background-color: #f8f8f8; }

.pin-box-rate {
  margin-bottom: 4px; }

.pin-box-type span {
  margin-top: 10px;
  display: inline-block;
  font: normal normal 300 16px "Source Sans Pro", sans-serif; }

.pin-box-type span:first-of-type {
  margin-right: 5px; }

.popup-type-of-route, .popup-type-of-route-walk {
  float: left;
  width: 28px;
  height: 28px;
  margin-top: 5px;
  background: url(./../../images/main/general-interface-icons.png) no-repeat -27px -151px/633px; }

.popup-type-of-route-run {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -68px -151px/633px;
  width: 32px; }

.popup-type-of-route-cycle {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -107px -151px/633px;
  width: 32px; }

.popup-type-of-route-other {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -81px -251px/633px;
  width: 50px; }

.popup-type-of-route-container {
  height: 34px; }

.pin-box-pagination {
  width: 100%;
  margin-right: 10px;
  font: normal normal 300 16px "Source Sans Pro", sans-serif; }
  .pin-box-pagination span {
    margin: 0 !important;
    font-weight: 400;
    font-size: 16pt !important; }

.create-route-waypoint-delete {
  font-weight: 600;
  font-size: 11pt; }

.waypoint-edit-container-save {
  display: none; }

.waypoint-edit-container-view {
  min-width: 200px; }

.name-waypoint-edit {
  text-overflow: clip;
  width: 150px;
  max-height: 40px;
  overflow: hidden;
  display: inline-block;
  float: left; }

.description-waypoint-edit {
  width: 200px;
  max-height: 80px;
  overflow: hidden;
  display: inline-block;
  word-break: break-word; }

.route-pin-scroller {
  width: 212px; }

.route-pin-scroller-one {
  min-height: 100px; }
  .route-pin-scroller-one .nano-content {
    position: relative; }

.route-pin-scroller-two {
  height: 210px; }

.route-pin-scroller-many {
  height: 250px; }

.ncn-route-pin-scroller > div > div.pin-box-left,
.route-pin-scroller > div > div.pin-box-left {
  position: relative;
  width: 188px;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 12px;
  padding-right: 12px; }

.ncn-route-pin-scroller > div > div.pin-box-left:last-of-type,
.route-pin-scroller > div > div.pin-box-left:last-of-type {
  border-bottom: none; }

.view-route-pin, .directions-route-pin {
  margin-top: 5px !important;
  margin-bottom: 9px; }

.ncn-route-pin-scroller {
  width: 212px;
  height: 150px;
  background-color: #fff;
  float: right; }
  .ncn-route-pin-scroller > div > div:not(.nano-slider) {
    padding-top: 10px;
    padding-bottom: 10px; }

.ncn-pin-container {
  width: 350px;
  float: left;
  background-color: #f0f0f0; }
  .ncn-pin-container .ncn-route-data {
    float: left;
    width: 133px;
    margin-left: 5px;
    height: 150px; }
    .ncn-pin-container .ncn-route-data > .nano-content {
      padding: 10px 12px 10px 12px; }
    .ncn-pin-container .ncn-route-data > div > div:nth-child(2) {
      font: normal normal 400 12px "Source Sans Pro", sans-serif;
      padding: 5px 10px 0 0; }
      .ncn-pin-container .ncn-route-data > div > div:nth-child(2) > a {
        font: normal normal 300 14px "Source Sans Pro", sans-serif; }
  .ncn-pin-container.ncn-pin-container-no-routes:before {
    content: '';
    position: absolute;
    bottom: -32px;
    left: calc(50% - 15px);
    right: 0;
    border-color: #f0f0f0 transparent transparent transparent;
    border-style: solid;
    border-width: 16px;
    width: 0;
    height: 0; }
  .ncn-pin-container.ncn-pin-container-no-routes .ncn-route-data {
    width: 100%; }

.pin-text {
  background-image: url("./../../images/pin-user.png");
  background-size: auto auto;
  background-position: left top;
  background-repeat: no-repeat;
  background: no-repeat left 20px center #ffffff;
  background-size: 30px 30px;
  width: 250px;
  line-height: 30px;
  height: 30px;
  padding-top: 10px;
  font: normal normal 400 21px "OS Gill Sans Regular", sans-serif;
  margin-left: 48px;
  margin-right: 10px;
  letter-spacing: 1px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .pin-text {
      background-image: url("./../../images/pin-user@2x.png"); } }

.dropped-pin-panel > .icon-panel {
  height: 55px;
  padding-top: 19px;
  padding-bottom: 16px; }
  .dropped-pin-panel > .icon-panel div {
    overflow: hidden;
    display: inline-block;
    width: 75px;
    height: 55px;
    cursor: pointer;
    margin-right: 24px; }
  .dropped-pin-panel > .icon-panel div:last-of-type {
    margin: 0; }
  .dropped-pin-panel > .icon-panel div:hover {
    opacity: 0.6; }

.direction-icon {
  background: url(./../../images/main/general-interface-icons.png) no-repeat 0 -443px/633px; }

.plot-route-icon {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -328px -443px/633px; }

.pin-to-map-icon {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -245px -443px/633px; }

.unpin-from-map-icon {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -415px -443px/633px; }

.weather-icon {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -160px -443px/633px; }

.dropped-pin-panel-address {
  padding-left: 20px;
  padding-right: 20px; }
  .dropped-pin-panel-address div {
    text-align: left;
    padding-bottom: 5px; }
  .dropped-pin-panel-address span:first-child {
    width: 100px;
    display: inline-block; }
  .dropped-pin-panel-address span:last-child {
    font-weight: 400; }

.dropped-pin-panel-image {
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%; }

#popup-pin-panel-img {
  width: 334px;
  height: 220px;
  display: none; }

#popup-pin-panel-description-full {
  display: none; }

#popup-pin-panel-description,
#popup-pin-panel-description-full {
  margin: 15px 10px 0 20px;
  padding-bottom: 20px;
  line-height: 20pt;
  text-align: left; }
  #popup-pin-panel-description h2,
  #popup-pin-panel-description-full h2 {
    all: inherit;
    margin: 0;
    padding: 0; }

.popup-pin-panel-contact {
  font-size: 11pt; }

.more-button {
  margin-left: 20px;
  margin-top: -10px;
  float: left; }

.dropped-pin-panel > .more-button.more:after {
  content: 'more'; }

.dropped-pin-panel > .more-button:not(.more):after {
  content: 'less'; }

#popup-pin-panel-name {
  font: normal normal 400 21px "OS Gill Sans Regular", sans-serif;
  letter-spacing: 1px;
  padding: 0 20px 0 20px; }
  #popup-pin-panel-name h1 {
    font: normal normal 400 21px "OS Gill Sans Regular", sans-serif;
    all: inherit; }

#popup-pin-panel-rating {
  font-size: 11pt;
  margin: 0; }

#popup-pin-panel-rating > div > div > div {
  cursor: pointer; }

#poi-panel-category-container .checkbox {
  width: calc(100% - 20px);
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

#poi-panel-category-container .checkbox:before {
  float: right;
  margin: 0 14px 0 0; }

.poi-panel-category-name:before {
  content: "";
  position: absolute;
  width: 13px;
  display: block;
  height: 9px;
  float: right;
  top: 25px;
  right: 22px;
  z-index: 0;
  background: url(./../../images/drop-arrow.png) no-repeat 0 0/13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.poi-panel-category-name {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 400;
  cursor: pointer; }
  .poi-panel-category-name .poi-category-icon {
    position: absolute;
    top: 20px;
    right: 54px;
    height: 24px;
    width: 24px;
    background: no-repeat;
    background-size: 24px 24px;
    filter: grayscale(100%); }
  .poi-panel-category-name.checked .poi-category-icon {
    filter: grayscale(0%); }

.poi-panel-category.closed .poi-panel-category-name:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.poi-panel-category {
  -webkit-transition: 1.6s;
  transition: 1.6s;
  overflow: hidden;
  max-height: 1000px; }

.poi-panel-category.closed {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  max-height: 61px; }

#poi-panel-category-container .poi-panel-category-name:after,
#poi-panel-category-container .single-parent:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 30px;
  left: 255px;
  margin-top: -3px; }

#poi-panel-category-container .single-parent:after {
  margin-top: 0; }

#poi-panel-category-container .single-parent {
  font-weight: 400;
  position: relative;
  -webkit-transition: 1.6s;
  transition: 1.6s; }
  #poi-panel-category-container .single-parent .poi-category-icon {
    position: absolute;
    top: 20px;
    right: 54px;
    height: 24px;
    width: 24px;
    background: no-repeat;
    background-size: 24px 24px;
    filter: grayscale(100%); }
  #poi-panel-category-container .single-parent.checked .poi-category-icon {
    filter: grayscale(0%); }

#popup-pin-panel-img {
  width: 334px;
  height: 220px;
  display: none; }

#popup-pin-panel-description-full {
  display: none; }

#popup-pin-panel-description,
#popup-pin-panel-description-full {
  margin: 15px 20px 0 20px;
  line-height: 20pt;
  text-align: left; }

.popup-pin-panel-contact {
  font-size: 11pt; }

.more-button {
  margin-left: 20px;
  float: left; }

.dropped-pin-panel > .more-button.more:after {
  content: 'more'; }

.dropped-pin-panel > .more-button:not(.more):after {
  content: 'less'; }

#popup-pin-panel-name {
  font: normal normal 400 21px "OS Gill Sans Regular", sans-serif;
  letter-spacing: 1px; }

#popup-pin-panel-rating {
  font-size: 11pt;
  margin: 0; }

#popup-pin-panel-rating > div > div > div {
  cursor: pointer; }

@media only screen and (max-width: 1024px) {
  .sidePaneHide {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    z-index: 3000;
    width: 24px;
    height: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
    left: 0; } }

.sidePaneHide:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 32px;
  background: url(../../images/main/general-interface-icons.png) transparent no-repeat -20px -52px/633px;
  transform: rotate(90deg);
  margin-top: -10px;
  margin-left: 3px; }

.sidePaneUnHide {
  display: none;
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  padding-top: 15px;
  z-index: 3000;
  padding-bottom: 50px;
  line-height: 58px;
  writing-mode: vertical-lr;
  overflow: hidden;
  width: 55px;
  background-color: #ffffff;
  left: 100%;
  border-top: 1px solid #f2f2f2;
  transform: rotate(-180deg); }

.sidePaneUnHide:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 32px;
  background: url(../../images/main/general-interface-icons.png) transparent no-repeat -20px -52px/633px;
  transform: rotate(-270deg);
  bottom: 10px;
  margin-left: 22px; }

@media only screen and (max-width: 1024px) {
  .sidePaneAction {
    display: none; } }

#saveRouteLineStyleContainer {
  cursor: pointer;
  float: left;
  margin-left: 21px; }

.save-route-color-picker {
  height: 48px; }

.save-route-color-picker > div {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 3px;
  float: left;
  cursor: pointer;
  border: 6px solid #ffffff;
  position: relative; }

.save-route-color-picker > div:hover {
  border: 6px double #ffffff; }

.save-route-color-picker > div.active {
  border: 6px double #ffffff; }

.save-route-thickness-picker {
  height: 70px; }

.save-route-thickness-picker > div {
  height: 40px;
  margin: 8px;
  padding: 5px;
  border: 1px solid transparent;
  float: left;
  cursor: pointer; }

.save-route-thickness-picker > div:hover {
  border: 1px solid #bcbcbc; }

.save-route-thickness-picker > div.active {
  border: 1px solid #bcbcbc; }

.save-route-thickness-picker > div > div {
  width: 45px;
  background-color: #000000;
  margin: 36% 0 36% 0; }

.save-route-transparency-picker {
  margin: 20px;
  margin-top: 40px; }

#save-route-transparency-slider {
  height: 6px;
  border-radius: 20px;
  background: #ccc; }

#save-route-transparency-slider > .ui-slider-handle {
  background: #ffffff;
  border: 6px solid #bcbcbc;
  border-radius: 20px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  outline: none;
  cursor: pointer; }

#save-route-transparency-slider > .ui-slider-pip > .ui-slider-label {
  color: #000000;
  font-weight: normal;
  top: -25px; }

#save-route-transparency-slider > .ui-slider-pip > .ui-slider-line {
  background: #999;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%; }

#save-route-transparency-slider > .ui-slider-pip-0 > .ui-slider-line,
#save-route-transparency-slider > .ui-slider-pip-5 > .ui-slider-line {
  display: none; }

#save-route-transparency-slider > .ui-slider-pip {
  top: -1px; }

#save-route-modal-sub-container {
  position: absolute;
  background: #fff;
  width: 823px;
  max-height: 628px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }
  @media only screen and (max-width: 820px) {
    #save-route-modal-sub-container {
      width: 100%;
      height: 100% !important;
      max-height: 100% !important; } }

#save-route-modal {
  padding: 32px;
  padding-bottom: 0; }
  #save-route-modal > div {
    float: left; }
  #save-route-modal > div:nth-of-type(2) {
    width: 419px;
    height: 540px; }
    @media only screen and (max-width: 820px) {
      #save-route-modal > div:nth-of-type(2) {
        width: 100%; } }
  #save-route-modal > div:nth-of-type(3) {
    width: 320px;
    height: 540px;
    margin-left: 20px; }
    @media only screen and (max-width: 820px) {
      #save-route-modal > div:nth-of-type(3) {
        width: 100%;
        margin-left: 0;
        margin-top: 20px; } }

#save-route-modal-route-name,
#save-route-modal-route-description {
  margin-top: 10px;
  margin-bottom: 12px;
  width: calc(100% - 22px); }

#save-route-modal-surface {
  margin-top: 10px; }
  #save-route-modal-surface > div {
    width: 50%;
    float: left; }
    #save-route-modal-surface > div > div {
      clear: both;
      margin-bottom: 12px; }

#save-route-modal-difficulty-container {
  display: inline-block;
  margin-top: 20px;
  width: 100%; }

#save-route-modal-publish-container {
  display: inline-block;
  margin-top: 48px;
  width: 100%; }

#save-route-modal-publishmode > div {
  margin-top: 12px; }
  @media only screen and (max-width: 820px) {
    #save-route-modal-publishmode > div {
      float: left;
      margin-right: 20px; } }

#save-route-modal-action {
  display: inline-block;
  margin-top: 85px;
  float: right; }
  @media only screen and (max-width: 820px) {
    #save-route-modal-action {
      float: initial;
      text-align: center;
      direction: rtl;
      width: 100%;
      margin-top: 40px; } }
  #save-route-modal-action div {
    float: right;
    width: 132px;
    margin-left: 16px; }
    @media only screen and (max-width: 820px) {
      #save-route-modal-action div {
        float: initial;
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 20px; } }

.modal-title {
  font-weight: 400;
  background-color: #fff;
  z-index: 101;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px; }

.modal-close {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-size: 18px;
  z-index: 3000;
  width: 12px;
  height: 12px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 20px;
  background: url(../../images/main/general-interface-icons.png) transparent no-repeat -60px 17px/633px;
  right: 0; }
  .modal-close:hover {
    opacity: 0.6; }

/* SLIDER */
.slider {
  margin-top: -5px !important; }

[type='range'] {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--val) - var(--min)) / var(--range));
  --sx: calc(.5 * 1.5em + var(--ratio) * (100% - 1.5em));
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1.5em;
  background: transparent;
  font: 1em/1 arial, sans-serif;
  outline-width: 0; }

input[type=range]::-moz-focus-outer {
  border: 0; }

[type='range'], [type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

[type='range']::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 12.5em;
  height: 6px;
  background: #ccc; }

.js [type='range']::-webkit-slider-runnable-track {
  background: linear-gradient(#0079c9, #0079c9) 0/var(--sx) 100% no-repeat #ccc;
  border-radius: 3px; }

[type='range']::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 6px;
  background: #ccc;
  border-radius: 3px; }

[type='range']::-ms-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  color: transparent; }

[type='range']::-moz-range-progress {
  height: 6px;
  background: #0079c9;
  border-radius: 3px; }

[type='range']::-ms-fill-lower {
  height: 6px;
  background: #0079c9;
  border-radius: 3px; }

[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  border: 7px #0079c9 solid; }

[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  border: 7px #0079c9 solid; }

[type='range']::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #0079c9; }

[type='range']::-ms-tooltip {
  display: none; }

#save-route-preview {
  width: 100%;
  height: 284px; }

#save-route-preview-container {
  position: relative;
  width: 100%;
  height: 284px; }

@media only screen and (max-width: 820px) {
  #save-route-preview-event-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999; } }

#save-route-stats {
  width: 100%;
  color: #fff;
  background-color: #666666; }
  #save-route-stats > div {
    display: inline-block;
    margin-left: 16px;
    line-height: 38px; }

#save-route-activity {
  width: 100%;
  display: inline-block; }

#save-route-route-type-select {
  float: right; }
  #save-route-route-type-select > div {
    width: 28px;
    height: 28px;
    float: left;
    cursor: pointer;
    margin: 12px;
    background: url(../../images/main/general-interface-icons.png) no-repeat; }
  #save-route-route-type-select div:nth-of-type(1) {
    background: url(../../images/main/general-interface-icons.png) no-repeat -7px -254px/633px;
    width: 36px; }
    #save-route-route-type-select div:nth-of-type(1):hover {
      background: url(../../images/main/general-interface-icons.png) no-repeat -7px -286px/633px; }
    #save-route-route-type-select div:nth-of-type(1).active {
      background: url(../../images/main/general-interface-icons.png) no-repeat -7px -318px/633px; }
  #save-route-route-type-select div:nth-of-type(2) {
    background: url(../../images/main/general-interface-icons.png) no-repeat -17px -154px/633px; }
    #save-route-route-type-select div:nth-of-type(2):hover {
      background: url(../../images/main/general-interface-icons.png) no-repeat -17px -186px/633px; }
    #save-route-route-type-select div:nth-of-type(2).active {
      background: url(../../images/main/general-interface-icons.png) no-repeat -17px -218px/633px; }
  #save-route-route-type-select div:nth-of-type(3) {
    background: url(../../images/main/general-interface-icons.png) no-repeat -66px -154px/633px; }
    #save-route-route-type-select div:nth-of-type(3):hover {
      background: url(../../images/main/general-interface-icons.png) no-repeat -66px -186px/633px; }
    #save-route-route-type-select div:nth-of-type(3).active {
      background: url(../../images/main/general-interface-icons.png) no-repeat -66px -218px/633px; }
  #save-route-route-type-select div:nth-of-type(4) {
    background: url(../../images/main/general-interface-icons.png) no-repeat -108px -154px/633px; }
    #save-route-route-type-select div:nth-of-type(4):hover {
      background: url(../../images/main/general-interface-icons.png) no-repeat -108px -186px/633px; }
    #save-route-route-type-select div:nth-of-type(4).active {
      background: url(../../images/main/general-interface-icons.png) no-repeat -108px -218px/633px; }
  #save-route-route-type-select div:nth-of-type(5) {
    background: url(../../images/main/general-interface-icons.png) no-repeat -80px -255px/633px;
    width: 50px;
    margin-right: 0; }
    #save-route-route-type-select div:nth-of-type(5):hover {
      background: url(../../images/main/general-interface-icons.png) no-repeat -80px -287px/633px; }
    #save-route-route-type-select div:nth-of-type(5).active {
      background: url(../../images/main/general-interface-icons.png) no-repeat -80px -319px/633px; }

.slidecontainer {
  width: 264px;
  margin-top: 22px;
  margin-left: 24px; }
  @media only screen and (max-width: 820px) {
    .slidecontainer {
      margin-left: 0;
      width: auto; } }

.row {
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 4px; }

.row:nth-of-type(2) {
  margin-top: -5px; }

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 4px;
  /* Should be removed. Only for demonstration */
  box-sizing: border-box; }

.column:first-child {
  border-left: 1px solid #ccc; }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  box-sizing: border-box; }

.inspire-me-form-slider-label {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  width: 100%; }

.inspire-me-form-slider-label div:first-child {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.inspire-me-form-slider-label div:nth-child(2) {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0; }

.inspire-me-form-slider-label div:last-child {
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0; }

#save-route-modal-route-description-container {
  height: 70px;
  margin-bottom: 20px;
  z-index: 1000;
  position: relative; }

#save-route-modal-route-description {
  cursor: text;
  background: #fff;
  padding: 10px;
  border: 1px solid #f2f2f2;
  font: normal normal 300 16px "Source Sans Pro", sans-serif;
  margin-top: 10px;
  margin-bottom: 12px;
  width: calc(100% - 22px);
  height: 22px;
  max-height: 200px;
  resize: none; }

#save-route-modal-title-counter,
#save-route-modal-description-counter {
  float: right;
  margin-top: 5px;
  font: normal normal 400 12px "Source Sans Pro", sans-serif;
  color: #bcbcbc; }

.save-route-modal-label {
  float: left; }

.panel-navigation {
  width: 334px;
  height: 40px;
  line-height: 40px;
  text-align: center; }

.panel-navigation div {
  float: left;
  position: absolute; }

.panel-navigation-title {
  width: 220px; }

.panel-navigation-action {
  margin-left: 12px;
  margin-top: 4px;
  z-index: 3; }

.panel-navigation-x-black {
  margin-top: 20px; }

.route-type-select {
  width: 334px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px; }

.route-type-select div {
  width: 28px;
  height: 28px;
  float: left;
  cursor: pointer;
  margin: 16px; }

.route-type-select div:nth-of-type(1) {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -7px -254px/633px;
  width: 36px; }

.route-type-select div:nth-of-type(2) {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -17px -154px/633px; }

.route-type-select div:nth-of-type(3) {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -66px -154px/633px; }

.route-type-select div:nth-of-type(4) {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -108px -154px/633px; }

.route-type-select div:nth-of-type(5) {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -80px -255px/633px;
  width: 50px; }

.route-type-select div:nth-of-type(1):hover {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -7px -286px/633px; }

.route-type-select div:nth-of-type(2):hover {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -17px -186px/633px; }

.route-type-select div:nth-of-type(3):hover {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -66px -186px/633px; }

.route-type-select div:nth-of-type(4):hover {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -108px -186px/633px; }

.route-type-select div:nth-of-type(5):hover {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -80px -287px/633px; }

.route-type-select div:nth-of-type(1).active {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -7px -318px/633px; }

.route-type-select div:nth-of-type(2).active {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -17px -218px/633px; }

.route-type-select div:nth-of-type(3).active {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -66px -218px/633px; }

.route-type-select div:nth-of-type(4).active {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -108px -218px/633px; }

.route-type-select div:nth-of-type(5).active {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -80px -319px/633px; }

.discover-route-panel > .tabs {
  border: none !important;
  background: none;
  padding: 0 !important;
  width: 334px;
  margin-top: 15px; }

.tabs > .ui-tabs-nav {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0 !important; }

.tabs > .ui-tabs-nav li,
.tabs > .ui-tabs-nav li a {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  border-radius: 0;
  width: 50%;
  outline: none; }

.tabs > .ui-tabs-nav li a {
  width: 100%;
  text-align: center;
  line-height: 50px; }

.tabs > .ui-tabs-nav > .ui-state-default a {
  background-color: #f8f8f8;
  color: #000000;
  padding: 0; }

.tabs > .ui-tabs-nav > .ui-tabs-active a {
  background-color: #00aeef;
  color: #ffffff;
  padding: 0; }

.tabs .ui-tabs-panel {
  border-radius: 0;
  background-color: #00aeef !important;
  color: #ffffff; }

.discover-route-panel-sort-by-rating {
  background-color: #00aeef;
  width: 334px; }

.discover-route-panel-premium-only {
  background-color: #00aeef;
  color: #ffffff;
  padding: 20px; }

#discover-route-panel-distance-picker,
#discover-route-panel-duration-picker {
  margin: 20px;
  margin-top: 40px;
  height: 8px;
  border-radius: 20px;
  background: #0079c9;
  border-color: #0079c9; }

#discover-route-panel-distance-picker > .ui-slider-handle,
#discover-route-panel-duration-picker > .ui-slider-handle {
  background: #0079c9;
  border: 6px solid #ffffff;
  border-radius: 20px;
  width: 6px;
  height: 6px;
  cursor: pointer;
  outline: none; }

#discover-route-panel-distance-picker > .ui-slider-range,
#discover-route-panel-duration-picker > .ui-slider-range {
  background-color: #ffffff; }

#discover-route-panel-distance-picker > .ui-slider-pip > .ui-slider-label,
#discover-route-panel-duration-picker > .ui-slider-pip > .ui-slider-label {
  color: #ffffff;
  font-weight: normal;
  top: -25px; }

#discover-route-panel-distance-picker > .ui-slider-pip > .ui-slider-line,
#discover-route-panel-duration-picker > .ui-slider-pip > .ui-slider-line {
  display: none; }

#discover-route-panel-distance-picker > .ui-slider-pip,
#discover-route-panel-duration-picker > .ui-slider-pip {
  top: -1px; }

#discover-route-panel-distance-picker-min,
#discover-route-panel-duration-picker-min {
  float: left; }

#discover-route-panel-distance-picker-max,
#discover-route-panel-duration-picker-max {
  float: right; }

.discover-route-panel-sort-by-rating div:first-child {
  display: inline-block;
  margin-top: -36px;
  padding-left: 20px;
  padding-right: 6px;
  vertical-align: middle;
  color: #ffffff; }
.discover-route-panel-sort-by-rating div:nth-child(2) {
  display: inline-block;
  width: 220px; }

.discover-route-panel-item {
  border-bottom: 1px solid #f2f2f2;
  width: 229px;
  text-align: left;
  padding-left: 105px;
  cursor: pointer;
  float: left;
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: 0; }

.discover-route-panel-item.owned {
  padding-left: 20px;
  width: 314px; }

.discover-route-panel-item:hover {
  background-color: #f8f8f8; }

.discover-route-panel-item:last-of-type {
  border-bottom: none; }

.discover-route-panel-item-rate {
  margin-left: 15px;
  margin-top: 7px; }

.discover-route-panel-item-favourite {
  background: url(./../../images/main/route-details/fav-not-selected.png) no-repeat -1px 0/22px;
  width: 20px;
  margin-right: 19px;
  margin-top: 20px;
  height: 21px;
  float: right;
  display: inline-block; }
  .discover-route-panel-item-favourite.active {
    background: url(./../../images/main/route-details/fav-selected.png) no-repeat -1px 0/22px; }
  .discover-route-panel-item-favourite:hover {
    opacity: 0.8; }

.discover-route-panel-item-distance {
  font: normal normal 400 15px "Source Sans Pro", sans-serif;
  width: 100%;
  float: left; }

.discover-route-panel-item-distance > div {
  float: left;
  margin-right: 20px; }

.difficulty-and-partner {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left; }

.discover-route-panel-item-partner {
  margin-right: 15px;
  width: 180px;
  text-align: right;
  float: right; }

.discover-route-panel-item-title {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 185px;
  word-break: break-word;
  float: left; }

.discover-route-panel-item-action {
  float: right;
  margin-right: 20px;
  font: normal normal 300 15px "Source Sans Pro", sans-serif; }
  .discover-route-panel-item-action.delete {
    margin-right: 15px; }

.discover-route-panel-item-private {
  float: left;
  margin-left: 15px;
  font: normal normal 300 15px "Source Sans Pro", sans-serif; }

.discover-route-panel-item-private::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -25px;
  margin-top: 1px;
  background: url(./../../images/main/general-interface-icons.png) no-repeat -20px -931px/633px; }

.discover-route-panel-item-my-route-oprions {
  clear: both;
  margin-top: 10px;
  float: left;
  width: 100%; }

.discover-route-panel-item-public {
  float: left;
  font: normal normal 300 15px "Source Sans Pro", sans-serif; }

.activity-icon {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  margin-top: -10px;
  float: right; }

.activity-icon-all {
  background-image: url(./../../images/main/activity/activity-all.png); }

.activity-icon-walk {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -13px -148px/633px; }

.activity-icon-run {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -58px -148px/633px; }

.activity-icon-cycle {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -104px -148px/633px; }

.activity-icon-other {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -80px -245px/633px;
  width: 50px; }

.difficulty {
  font: normal normal 400 15px "Source Sans Pro", sans-serif;
  padding-left: 25px;
  float: left;
  width: 80px; }

.difficulty::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -26px;
  margin-top: 1px; }

.difficulty--1::before {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -159px -896px/633px; }

.difficulty-0 {
  color: #00c853; }

.difficulty-0::before {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -114px -896px/633px; }

.difficulty-1 {
  color: #ffa726; }

.difficulty-1::before {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -68px -896px/633px; }

.difficulty-2 {
  color: #ef5350; }

.difficulty-2::before {
  background: url(./../../images/main/general-interface-icons.png) no-repeat -22px -896px/633px; }

#discover-route-panel-filter-rating {
  background-color: #f5f5f5;
  cursor: pointer; }

#discover-route-panel-filter-rating:before {
  content: "";
  position: absolute;
  width: 13px;
  display: block;
  height: 9px;
  float: right;
  top: 25px;
  right: 22px;
  z-index: 0;
  background: url(./../../images/drop-arrow.png) no-repeat 0 0/13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#discover-route-panel-filter-rating.closed:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

#discover-route-panel-filter-rating-container {
  padding-top: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px; }
  #discover-route-panel-filter-rating-container > div {
    padding: 14px;
    padding-left: 55px;
    margin-right: 20px;
    border-bottom: none;
    background-position: left 20px top 14px; }
    #discover-route-panel-filter-rating-container > div > div {
      display: inline; }

.discover-route-panel-filter-stars {
  margin-right: 20px;
  display: inline; }
  .discover-route-panel-filter-stars > div {
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 4px;
    float: left; }

#share-popup {
  position: absolute;
  background: #fff;
  width: 770px;
  height: 450px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }
  @media only screen and (max-width: 720px) {
    #share-popup {
      width: 100%;
      height: 100%; } }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    #share-popup {
      width: 100%;
      height: 100%; } }

#share-popup-content > div:first-of-type {
  padding: 50px 75px 0 75px;
  text-align: center; }

#share-popup-content > div > div:first-of-type {
  font: normal normal 400 24px "Source Sans Pro", sans-serif; }

#share-popup-buttons {
  margin: 50px 0 40px 0;
  display: inline-block;
  width: 100%; }

#share-popup-buttons > div {
  width: 200px;
  line-height: 45px;
  display: inherit;
  cursor: pointer;
  margin-right: 6px;
  background-color: #f8f8f8;
  background-position: right 12px center;
  background-repeat: no-repeat; }

#share-popup-buttons > div:last-of-type {
  margin-right: 0; }

#share-popup-buttons > div:hover,
#share-popup-buttons > div.active {
  background-color: #0079c9;
  color: #ffffff; }

#share-popup-buttons > div:nth-child(1) {
  background-image: url(./../../images/main/share/facebook.png); }

#share-popup-buttons > div:nth-child(2) {
  background-image: url(./../../images/main/share/twitter.png); }

#share-popup-buttons > div:nth-child(3) {
  background-image: url(./../../images/main/share/email.png); }

#share-popup-buttons > div:nth-child(1):hover,
#share-popup-buttons > div:nth-child(1).active {
  background-image: url(./../../images/main/share/facebook.white.png); }

#share-popup-buttons > div:nth-child(2):hover,
#share-popup-buttons > div:nth-child(2).active {
  background-image: url(./../../images/main/share/twitter.white.png); }

#share-popup-buttons > div:nth-child(3):hover,
#share-popup-buttons > div:nth-child(3).active {
  background-image: url(./../../images/main/share/email.white.png); }

#share-email textarea {
  padding: 10px;
  width: 320px;
  height: 80px; }

#share-email > div {
  clear: both;
  float: right; }

#share-email-form input,
#share-email-form textarea {
  float: left;
  background-color: #f8f8f8;
  font: normal normal 300 16px "Source Sans Pro", sans-serif;
  border: none;
  -moz-user-select: text !important;
  -khtml-user-select: text !important;
  -webkit-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important; }

#share-forms {
  max-width: 620px;
  display: inline-block; }
  #share-forms > div {
    display: inline-block;
    max-width: 620px; }

.shared-email-container {
  float: left;
  width: 270px;
  text-align: left;
  font-size: 9pt;
  color: #bcbcbc; }

.shared-email-textarea-container {
  float: left;
  width: 340px;
  text-align: left;
  font-size: 9pt;
  margin-left: 10px;
  color: #bcbcbc; }

#import-route-track-select-popup {
  position: absolute;
  background: #fff;
  width: 450px;
  height: 450px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }
  @media only screen and (max-width: 720px) {
    #import-route-track-select-popup {
      width: 100%;
      height: 100%; } }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    #import-route-track-select-popup {
      width: 100%;
      height: 100%; } }

.track-select-item {
  display: inline-block;
  text-align: left;
  float: left;
  width: calc(100% - 40px);
  margin-left: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 9px;
  padding-bottom: 8px;
  cursor: pointer; }
  .track-select-item:hover {
    background-color: #f2f2f2; }
  .track-select-item > div {
    float: left; }
  .track-select-item > div:nth-child(2) {
    margin-left: 12px; }
  .track-select-item > div:nth-child(3) {
    margin-left: 20px;
    margin-top: 10px;
    width: calc(100% - 200px); }
  .track-select-item > div:nth-child(4) {
    margin-left: 20px;
    margin-top: 10px;
    width: calc(100% - 200px);
    font-weight: 400; }
  .track-select-item .checkbox {
    margin-top: 36px;
    margin-left: 20px; }

.import-route-track-select-popup-title {
  float: left;
  width: 100%;
  text-align: center;
  font: normal normal 400 24px "Source Sans Pro", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px; }

.import-route-track-select-popup-multi,
.import-route-track-select-popup-single {
  float: left;
  width: 100%;
  height: calc(100% - 20px);
  overflow-x: hidden;
  text-align: center; }
  .import-route-track-select-popup-multi .button, .import-route-track-select-popup-multi #main-top-bar-trial-button, .import-route-track-select-popup-multi .button-grey, .import-route-track-select-popup-multi .button-white,
  .import-route-track-select-popup-single .button,
  .import-route-track-select-popup-single #main-top-bar-trial-button,
  .import-route-track-select-popup-single .button-grey,
  .import-route-track-select-popup-single .button-white {
    display: inline-block;
    margin-top: 20px; }

.import-route-track-select-popup-single #import-route-track-select-popup-make-private {
  display: inline-block;
  margin-left: 0;
  float: none; }

.import-route-track-select-popup-single #import-route-track-select-option-container {
  margin-left: 0; }

.import-route-track-select-list-container {
  height: calc(100% - 185px); }

.import-route-track-select-single-route-image {
  width: 290px;
  height: 230px; }
  @media only screen and (max-width: 720px) {
    .import-route-track-select-single-route-image {
      width: 145px;
      height: 115px; } }

#import-route-track-select-popup-select-all,
#import-route-track-select-popup-make-private {
  margin-top: 30px;
  float: left; }

#import-route-track-select-popup-make-private {
  margin-left: 20px; }

#import-route-track-select-option-container {
  float: left;
  margin-left: 40px;
  width: 100%; }

.wrapper-bottom-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px; }
  .wrapper-bottom-buttons > div {
    position: relative;
    z-index: 1;
    margin-left: 17px; }
  .wrapper-bottom-buttons #scale #scale_marker {
    height: 50px;
    width: 170px;
    overflow: hidden;
    z-index: 1; }
    .wrapper-bottom-buttons #scale #scale_marker canvas {
      margin-left: -25px;
      margin-top: -4px;
      float: right;
      background-color: #333; }
  .wrapper-bottom-buttons #Window_1_CurrLocation {
    margin-top: 2px;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background: url("../../images/main/current-location.png") no-repeat center center/30px;
    background-color: #323232; }
    .wrapper-bottom-buttons #Window_1_CurrLocation:hover {
      background-color: #6d6d6d; }
  .wrapper-bottom-buttons #layer_menu {
    margin-top: 2px;
    margin-left: 17px;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background: url("../../images/main/map-stack.png") no-repeat center center/30px;
    background-color: #323232; }
    .wrapper-bottom-buttons #layer_menu:hover {
      background-color: #6d6d6d; }

.onboarding-options > div {
  width: calc(50% - 51px);
  height: 130px;
  float: left;
  margin-top: 30px;
  padding: 25px;
  padding-top: 140px;
  cursor: pointer;
  background-size: 50%;
  background-position: top center; }
.onboarding-options > div:nth-of-type(1) {
  border-right: 1px solid #f8f8f8;
  background: url(../../images/onboarding/find_a_route_2x.png) no-repeat top 20px center;
  background-size: 50%; }
.onboarding-options > div:nth-of-type(2) {
  background: url(../../images/onboarding/plot_a_route_2x.png) no-repeat top 20px center;
  background-size: 50%; }

.onboarding-options > div:hover {
  background-color: #f8f8f8; }

.onboarding-never-show {
  position: absolute;
  bottom: 0;
  float: left;
  padding: 20px;
  background-color: #f2f2f2;
  width: 100%; }

#onboarding-container {
  display: none; }

.onboarding-common-box {
  width: 300px;
  height: 90%;
  max-height: 430px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  margin: auto;
  position: absolute;
  overflow: hidden;
  box-shadow: #000 0 0 3px; }

.onboarding-title {
  margin-top: 45px; }

.onboarding-carousel-container {
  width: 400%;
  height: calc(100% - 50px);
  left: 0;
  background: #00bfa5;
  position: relative;
  transition: height 0.3s ease-out; }
  .onboarding-carousel-container.last-slide {
    height: calc(100% - 200px); }

.onboarding-carusel-item {
  height: 100%;
  width: 25%;
  background: #fff;
  float: left; }
  .onboarding-carusel-item span {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 18px;
    display: inline-block; }
  .onboarding-carusel-item div {
    height: calc(100% - 85px);
    width: 100%;
    max-height: 280px;
    background: #fff;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px 280px; }

.onboarding-carusel-item:nth-of-type(1) div {
  background-image: url(../../images/welcome/o1.png); }

.onboarding-carusel-item:nth-of-type(2) div {
  background-image: url(../../images/welcome/o2.png); }

.onboarding-carusel-item:nth-of-type(3) div {
  background-image: url(../../images/welcome/o3.png); }

.onboarding-carusel-item:nth-of-type(4) div {
  background-image: url(../../images/welcome/o4.png); }

.onboarding-carusel-button {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left; }

.onboarding-carusel-button {
  width: 50px;
  height: 50px;
  display: inline-block; }

.onboarding-carusel-button.left {
  float: left; }

.onboarding-carusel-button.right {
  float: right; }

.onboarding-carusel-next {
  width: 50px;
  height: 50px;
  cursor: pointer; }

.onboarding-carusel-next:hover,
.onboarding-carusel-prev:hover {
  opacity: .6; }

.onboarding-carusel-next:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 32px;
  background: url(../../images/main/general-interface-icons.png) transparent no-repeat -20px -52px/633px;
  transform: rotate(-90deg);
  margin-top: 9px;
  margin-left: 5px; }

.onboarding-carusel-prev {
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer; }

.onboarding-carusel-prev:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 32px;
  background: url(../../images/main/general-interface-icons.png) transparent no-repeat -20px -52px/633px;
  transform: rotate(90deg);
  margin-top: 9px;
  margin-left: 18px; }

.onboarding-carusel-item-bullet-container {
  width: calc(100% - 100px);
  height: 50px;
  display: inline-block;
  text-align: center; }

.onboarding-carusel-item-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border: 1px solid #666666;
  border-radius: 7px;
  margin: 3px;
  margin-top: 22px !important; }

.onboarding-carusel-item-bullet.selected {
  background: #666666; }

.onboarding-carusel-finish-buttons-cotainer {
  display: inline-block; }

.onboarding-carusel-finish-buttons {
  display: none;
  text-align: center; }
  .onboarding-carusel-finish-buttons div {
    display: inline-block;
    margin-top: 12px; }

@media only screen and (max-width: 720px) {
  #onboarding-carusel-button-tour {
    display: none; } }

@media only screen and (max-width: 720px) {
  #onboarding-carusel-button-close {
    margin-top: 50px; } }

#onboarding-carusel-button-tour {
  margin-top: 24px; }

#my-stats-duration-select-container {
  display: inline-block;
  margin-top: 20px;
  width: 220px;
  margin-left: calc(50% - 112px); }

#my-stats-counter-gauge {
  display: block;
  text-align: center;
  padding-top: 50px;
  font: normal normal 400 52px "Source Sans Pro", sans-serif; }

#my-stats-counter-units-name {
  text-align: center; }

#my-stats-calendar-graph {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  height: 134px; }
  #my-stats-calendar-graph .domain {
    display: none; }

#my-stats-actions {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  text-align: center; }

#my-stats-activity-history {
  display: inline-block;
  margin-top: 20px;
  width: 100%; }
  #my-stats-activity-history > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 40px; }
  #my-stats-activity-history table {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px); }
    #my-stats-activity-history table tr {
      height: 20px;
      line-height: 30px; }
    #my-stats-activity-history table td:first-child {
      text-align: left; }
    #my-stats-activity-history table td:last-child {
      text-align: right; }

.my-stats-entry {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: 329px; }
  .my-stats-entry .my-stats-entry-distance {
    float: left;
    width: 115px;
    margin-left: 20px;
    font-size: 28px;
    line-height: 50px; }
    .my-stats-entry .my-stats-entry-distance span {
      font-weight: 200; }
  .my-stats-entry .my-stats-entry-date {
    float: left;
    line-height: 50px; }
  .my-stats-entry .my-stats-entry-type {
    width: 80px;
    float: right;
    margin-right: 20px; }
    .my-stats-entry .my-stats-entry-type div {
      float: right;
      line-height: 25px; }

#my-stats-counter-gauge-background {
  background: url(./../../images/half-compass.svg) no-repeat center center #ffffff;
  height: 150px;
  background-size: contain;
  margin-top: 20px; }

#date-picker {
  position: absolute;
  background: #fff;
  width: 320px;
  height: 450px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

#date-picker .button, #date-picker #main-top-bar-trial-button, #date-picker .button-grey, #date-picker .button-white {
  text-align: center;
  display: inline-block;
  margin-top: 20px; }

#date-picker-calendar {
  display: inline-block;
  margin-top: 20px; }

#date-picker-content {
  text-align: center; }

#date-picker-content .title {
  padding-top: 20px; }

.cesium-timeline-ticLabel {
  display: none; }

.cesium-timeline-trackContainer {
  display: none; }

.cesium-timeline-ticTiny,
.cesium-timeline-ticSub,
.cesium-timeline-ticMain {
  display: none; }

.cesium-timeline-icon16 {
  display: block;
  position: fixed !important;
  width: 16px;
  background: #D20E59;
  border-radius: 10px;
  background-image: none !important;
  height: 16px;
  bottom: 16px !important;
  z-index: 1;
  margin-left: 20%;
  background-repeat: no-repeat;
  border: 1px solid #fff; }

.cesium-timeline-needle::before {
  content: '';
  position: absolute;
  width: 10000px;
  height: 5px;
  background: #D20E59;
  left: -7000px;
  top: 51px;
  pointer-events: none; }

.cesium-timeline-main {
  height: 60px;
  position: relative;
  left: 0;
  bottom: 49px;
  overflow: hidden;
  border: none !important; }

.cesium-timeline-bar {
  background: #fff !important;
  overflow: visible !important;
  height: 5px !important;
  top: 50px !important; }

.cesium-timeline-needle {
  position: absolute;
  left: 0;
  top: auto !important;
  bottom: 11px !important;
  height: 50px !important;
  width: 3000px !important;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.2)) !important;
  margin-left: -3000px; }

.cesium-viewer-timelineContainer {
  overflow: visible !important;
  width: 60%;
  left: 20% !important;
  bottom: 50px !important;
  z-index: 1;
  display: none; }

#cesium-timeline-walk {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 170px; }

#cesiumFlightController {
  position: absolute;
  top: 0;
  left: 20px;
  width: 200px;
  color: #333; }
  #cesiumFlightController div {
    display: inline-block;
    width: 80px; }

.cesium-timeline-walk-elevation {
  width: 60%;
  display: block;
  position: absolute;
  bottom: 28px;
  left: 20%;
  height: 50px;
  pointer-events: none; }

.cesium-timeline-walk-description {
  width: 60%;
  display: block;
  position: absolute;
  bottom: 78px;
  left: 20%;
  color: #fff; }

.cesium-timeline-walk-description-name {
  float: left;
  margin-top: 8px; }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .cesium-timeline-walk-description-name {
      display: none; } }
  @media only screen and (max-width: 720px) {
    .cesium-timeline-walk-description-name {
      display: none; } }

.cesium-timeline-walk-description-distance,
.cesium-timeline-walk-description-elevation {
  float: right;
  margin-left: 16px;
  font: normal normal 400 12px "Source Sans Pro", sans-serif; }
  .cesium-timeline-walk-description-distance span:nth-child(2),
  .cesium-timeline-walk-description-elevation span:nth-child(2) {
    font: normal normal 400 24px "Source Sans Pro", sans-serif; }
    .cesium-timeline-walk-description-distance span:nth-child(2) span:nth-child(2),
    .cesium-timeline-walk-description-elevation span:nth-child(2) span:nth-child(2) {
      font: normal normal 300 16px "Source Sans Pro", sans-serif; }

.cesium-timeline-walk-description-distance {
  margin-left: 0; }

.cesium-viewer-animationContainer {
  display: none !important; }

#cancelFight1, #cancelFight2 {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-top: 2px;
  margin-left: 17px;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background: url(../../images/3d/close-flyover.png) no-repeat center center/15px;
  background-color: #323232;
  cursor: pointer; }
  #cancelFight1:hover, #cancelFight2:hover {
    background-color: #6d6d6d; }
  @media only screen and (max-width: 720px) {
    #cancelFight1, #cancelFight2 {
      top: 20px; } }

.cesium-timeline-walk-play {
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 48px;
  height: 48px;
  background: url(../../images/3d/3d-walk-play.png) no-repeat center center/15px;
  cursor: pointer; }
  .cesium-timeline-walk-play:hover {
    opacity: 0.8; }

.cesium-timeline-walk-pause {
  background: url(../../images/3d/3d-walk-pause.png) no-repeat center center/15px; }

.cesium-timeline-walk-controls {
  width: 60%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 20%; }

.cesium-timeline-walk-settings {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 42px;
  height: 48px;
  background: url(../../images/3d/3d-walk-settings.png) no-repeat center 15px/16px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden; }
  .cesium-timeline-walk-settings:hover {
    opacity: 0.8;
    overflow: visible; }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .cesium-timeline-walk-settings {
      bottom: 28px; } }
  @media only screen and (max-width: 720px) {
    .cesium-timeline-walk-settings {
      bottom: 28px; } }

.cesium-timeline-walk-settings-speed {
  position: absolute;
  color: #fff;
  font: normal normal 400 12px "Source Sans Pro", sans-serif;
  top: -50px;
  left: 10px;
  display: block;
  background: #000;
  width: 100px;
  height: 50px; }
  .cesium-timeline-walk-settings-speed div {
    padding: 5px; }
    .cesium-timeline-walk-settings-speed div:hover {
      background-color: #333; }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .cesium-timeline-walk-settings-speed {
      left: -14px;
      width: 70px; } }
  @media only screen and (max-width: 720px) {
    .cesium-timeline-walk-settings-speed {
      left: -14px;
      width: 70px; } }

.cesium-timeline-walk-full-screen {
  position: absolute;
  bottom: 0;
  right: -88px;
  width: 42px;
  height: 48px;
  background: url(../../images/3d/full-screen@2x.png) no-repeat center 16px/15px;
  cursor: pointer;
  overflow: hidden; }
  .cesium-timeline-walk-full-screen:hover {
    opacity: 0.8;
    overflow: visible; }
  .cesium-timeline-walk-full-screen.active {
    background: url(../../images/3d/exit-full-screen@2x.png) no-repeat center 16px/15px; }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .cesium-timeline-walk-full-screen {
      right: -50px; } }
  @media only screen and (max-width: 720px) {
    .cesium-timeline-walk-full-screen {
      right: -50px; } }

.onboarding-tooltip-container {
  position: relative;
  display: inline-block;
  background-color: #fff;
  left: 50%;
  top: 50%;
  padding: 12px;
  width: 240px;
  min-height: 130px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 64px;
  z-index: 10000; }

.onboarding-tooltip-container-disable-interaction {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 9999; }

.onboarding-tooltip-container-step {
  float: left;
  color: #666; }

.onboarding-tooltip-container-title {
  color: #333;
  line-height: 23px;
  font-weight: bold;
  float: left; }

.onboarding-tooltip-container-description {
  width: 100%;
  color: #666;
  min-height: 65px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px; }

.onboarding-tooltip-container-premium-badge {
  vertical-align: top;
  color: #fff;
  background: #45459b;
  font-size: x-small;
  font-weight: bold;
  padding: 3px 7px;
  border-radius: 7px;
  display: inline-block;
  line-height: 17px;
  float: right;
  margin-left: 10px; }

.onboarding-tooltip-container-skip {
  display: inline-block;
  margin-top: -15px;
  cursor: pointer;
  font-size: 18px;
  z-index: 3000;
  width: 12px;
  height: 12px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 20px;
  background: url(../../images/main/general-interface-icons.png) transparent no-repeat -60px 17px/633px;
  float: right;
  position: absolute;
  right: 0; }

.onboarding-tooltip-container-finish-buttons-container {
  width: 100%;
  text-align: center;
  margin-top: 10px; }
  .onboarding-tooltip-container-finish-buttons-container > div {
    display: inline-block;
    margin-bottom: 15px; }

.onboarding-tooltip-container-prev {
  float: right;
  margin-right: 10px; }

.onboarding-tooltip-container-next,
.onboarding-tooltip-container-finish {
  background-color: #00aeef;
  color: #fff;
  float: right;
  padding: 0 4px 0 4px;
  border-radius: 5px;
  cursor: pointer; }
  .onboarding-tooltip-container-next:hover,
  .onboarding-tooltip-container-finish:hover {
    background-color: #0079c9; }

.onboarding-tooltip-arrow {
  border: solid transparent;
  border-width: 15px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.onboarding-tooltip-container:after {
  border-color: rgba(0, 0, 0, 0);
  border-width: 15px; }

/* left */
.onboarding-tooltip-arrow-left {
  bottom: 50%;
  right: 100%; }

.onboarding-tooltip-arrow-left {
  border-right-color: #ffffff;
  margin-bottom: -15px; }

/* top */
.onboarding-tooltip-arrow-top {
  bottom: 100%;
  left: 50%; }

.onboarding-tooltip-arrow-top {
  border-bottom-color: #ffffff;
  margin-left: -15px; }

.onboarding-tooltip-arrow-top {
  border-bottom-color: #ffffff;
  margin-left: -15px; }

/* right */
.onboarding-tooltip-arrow-right {
  bottom: 50%;
  left: 100%; }

.onboarding-tooltip-arrow-right {
  border-left-color: #ffffff;
  margin-bottom: -15px; }

/* bottom */
.onboarding-tooltip-arrow-bottom {
  top: 100%;
  left: 50%; }

.onboarding-tooltip-arrow-bottom {
  border-top-color: #ffffff;
  margin-left: -15px; }

.rating-stars {
  float: left;
  margin-bottom: 5px; }
  .rating-stars > div {
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 4px;
    float: left; }

.rating-stars-edit {
  float: left;
  margin-bottom: 5px;
  margin-left: 18px; }
  .rating-stars-edit > div {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 14px;
    cursor: pointer;
    float: left; }
    .rating-stars-edit > div:hover {
      opacity: .5; }

.rating-hl-star-edit {
  opacity: .5; }

.rating-full-star-edit {
  background: url(../../images/star-rating/full@3x.png) !important;
  background-size: cover; }

.rating-half-star-edit {
  background: url(../../images/star-rating/half@3x.png);
  background-size: cover; }

.rating-empty-star-edit {
  background: url(../../images/star-rating/empty@3x.png);
  background-size: cover; }

.rating-stars-count {
  font: normal normal 400 12px "Source Sans Pro", sans-serif;
  display: inline-block;
  width: 100%; }

.rating-stars-container {
  width: 100%;
  height: 65px;
  overflow: hidden;
  position: relative; }

.rating-stars-icons-view, .rating-stars-icons-edit {
  display: inline-block;
  width: 100%; }

.rating-stars-icons-edit {
  display: none; }

.rating-stars-label {
  float: right; }

.rating-stars-label-edit {
  width: 100%;
  display: inline-block;
  text-align: center; }

.rating-full-star {
  background: url(../../images/star-rating/full.png); }

.rating-half-star {
  background: url(../../images/star-rating/half.png); }

.rating-empty-star {
  background: url(../../images/star-rating/empty.png); }

.rating-stars-wait {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 65px;
  text-align: center;
  display: none;
  background: url(../../images/spinner.gif) no-repeat right 12px center/25px #ffffff; }

.onboarding-options > div {
  width: calc(50% - 51px);
  height: 130px;
  float: left;
  margin-top: 30px;
  padding: 25px;
  padding-top: 140px;
  cursor: pointer;
  background-size: 50%;
  background-position: top center; }
.onboarding-options > div:nth-of-type(1) {
  border-right: 1px solid #f8f8f8;
  background: url(../../images/onboarding/find_a_route_2x.png) no-repeat top 20px center;
  background-size: 50%; }
.onboarding-options > div:nth-of-type(2) {
  background: url(../../images/onboarding/plot_a_route_2x.png) no-repeat top 20px center;
  background-size: 50%; }

.onboarding-options > div:hover {
  background-color: #f8f8f8; }

.onboarding-never-show {
  position: absolute;
  bottom: 0;
  float: left;
  padding: 20px;
  background-color: #f2f2f2;
  width: 100%; }

#onboarding-container {
  display: none; }

.onboarding-common-box {
  width: 300px;
  height: 90%;
  max-height: 430px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  margin: auto;
  position: absolute;
  overflow: hidden;
  box-shadow: #000 0 0 3px; }

.onboarding-title {
  margin-top: 45px; }

.onboarding-carousel-container {
  width: 400%;
  height: calc(100% - 50px);
  left: 0;
  background: #00bfa5;
  position: relative;
  transition: height 0.3s ease-out; }
  .onboarding-carousel-container.last-slide {
    height: calc(100% - 200px); }

.quiz-carusel-item {
  height: 100%;
  width: 25%;
  background: #fff;
  float: left; }
  .quiz-carusel-item span {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 15px;
    display: inline-block; }
  .quiz-carusel-item div {
    height: calc(100% - 85px);
    width: 100%;
    max-height: 280px;
    background: #fff;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px 280px; }

.quiz-carusel-item:nth-of-type(1) div {
  background-image: url(../../images/quiz/1.png); }

.quiz-carusel-item:nth-of-type(2) div {
  background-image: url(../../images/quiz/2.png); }

.quiz-carusel-item:nth-of-type(3) div {
  background-image: url(../../images/quiz/3.png); }

.quiz-carusel-item:nth-of-type(4) div {
  background-image: url(../../images/quiz/4.png); }

.onboarding-carusel-button {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left; }

.onboarding-carusel-button {
  width: 50px;
  height: 50px;
  display: inline-block; }

.onboarding-carusel-button.left {
  float: left; }

.onboarding-carusel-button.right {
  float: right; }

.onboarding-carusel-next {
  width: 50px;
  height: 50px;
  cursor: pointer; }

.onboarding-carusel-next:hover,
.onboarding-carusel-prev:hover {
  opacity: .6; }

.onboarding-carusel-next:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 32px;
  background: url(../../images/main/general-interface-icons.png) transparent no-repeat -20px -52px/633px;
  transform: rotate(-90deg);
  margin-top: 9px;
  margin-left: 5px; }

.onboarding-carusel-prev {
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer; }

.onboarding-carusel-prev:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 32px;
  background: url(../../images/main/general-interface-icons.png) transparent no-repeat -20px -52px/633px;
  transform: rotate(90deg);
  margin-top: 9px;
  margin-left: 18px; }

.onboarding-carusel-item-bullet-container {
  width: calc(100% - 100px);
  height: 50px;
  display: inline-block;
  text-align: center; }

.onboarding-carusel-item-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border: 1px solid #666666;
  border-radius: 7px;
  margin: 3px;
  margin-top: 22px !important; }

.onboarding-carusel-item-bullet.selected {
  background: #666666; }

.onboarding-carusel-finish-buttons-cotainer {
  display: inline-block; }

.onboarding-carusel-finish-buttons {
  display: none;
  text-align: center; }
  .onboarding-carusel-finish-buttons div {
    display: inline-block;
    margin-top: 12px; }

.quiz-step-box {
  max-width: 600px;
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  text-align: center;
  background: #fff; }

@media only screen and (max-width: 720px) {
  .quiz-step-box {
    width: 100%;
    position: relative;
    background-color: white;
    padding-bottom: 20px;
    font-size: 15px;
    text-align: center;
    overflow: scroll; } }
.quiz-step-box .dialogTitle {
  font-weight: 400;
  width: 90%;
  display: inline-block;
  padding: 20px;
  text-align: left; }

.quiz-step-box .dialogText {
  width: 90%;
  padding-top: 10px;
  text-align: left;
  display: inline-block;
  overflow: hidden; }
  .quiz-step-box .dialogText div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f4f4f4;
    width: 300px;
    height: 256px;
    float: left;
    margin-right: 20px; }

#quiz-hint-button {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 151px);
  display: inline-block;
  text-align: center; }

#quiz-quit-button {
  position: absolute;
  bottom: 20px;
  left: calc(50% + 71px);
  display: inline-block;
  text-align: center;
  width: 100px; }

#main-top-bar-egg {
  margin-top: 19px;
  display: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../images/quiz/eggs/1.png); }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    #main-top-bar-egg {
      display: none !important; } }
  @media only screen and (max-width: 720px) {
    #main-top-bar-egg {
      display: none !important; } }
  #main-top-bar-egg:hover {
    opacity: .8; }

input[type=text],
input[type=password],
input[type=file],
input[type=number],
input[type=time],
input.setting_out_time,
select#expedition_level,
textarea {
  cursor: auto;
  width: 250px;
  padding: 10px;
  border: 1px solid #f2f2f2;
  font: normal normal 300 16px "Source Sans Pro", sans-serif; }

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus, select:focus, button:focus {
  outline: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

strong {
  font-weight: 400; }

.link, a {
  color: #00aeef;
  text-decoration: none;
  cursor: pointer; }

.link:hover, a:hover {
  color: #5dc5ea;
  text-decoration: underline; }

.common-box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  background-size: 100% 100%;
  margin: auto;
  position: absolute; }
  .common-box .common-box-controls {
    margin: 18px 18px 0 18px;
    line-height: 10px;
    height: 20px;
    float: none;
    text-align: left;
    clear: both; }
  .common-box .common-box-fade {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 25px;
    background: url(../../images/weather_gradient.png) repeat-x;
    bottom: 0; }
  .common-box .button-x {
    float: right; }
  @media only screen and (max-width: 720px) {
    .common-box {
      width: 100%;
      height: 100%; } }
  @media only screen and (min-width: 721px) and (max-width: 1023px) {
    .common-box {
      width: 100%;
      height: 100%; } }

.common-box-busy {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../images/spinner.gif) no-repeat center #ffffff;
  z-index: 50000;
  left: 0;
  top: 0;
  opacity: 0.7;
  display: none; }

.bottom-loader {
  position: absolute;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 45px;
  line-height: 50px;
  max-width: 500px;
  min-width: 50px;
  background: url(../../images/spinner.gif) no-repeat right 12px center/25px #ffffff;
  bottom: 20px;
  right: 276px;
  height: 50px;
  transition: 0.5s linear all;
  opacity: 1; }
  @media only screen and (max-width: 720px) {
    .bottom-loader {
      right: auto;
      left: auto;
      bottom: 88px;
      z-index: 1000;
      color: #ffffff;
      background: url(../../images/loading.svg) no-repeat right 12px center/20px #00aeef; } }

.bottom-loader.hidden {
  pointer-events: none;
  transition: 0.5s linear all;
  opacity: 0;
  min-height: 50px;
  display: block;
  max-width: 50px;
  min-width: 10px; }

.button, #main-top-bar-trial-button, .button-grey, .button-white {
  width: 202px;
  height: 38px;
  background-color: #0079c9;
  font: normal normal 400 15px "Source Sans Pro", sans-serif;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  border-radius: 40px;
  cursor: pointer; }

.button:not(.disabled):hover, #main-top-bar-trial-button:not(.disabled):hover, .button-grey:not(.disabled):hover, .button-white:not(.disabled):hover {
  background-color: #00aeef; }

.button.disabled, .disabled#main-top-bar-trial-button, .disabled.button-grey, .disabled.button-white {
  background-color: #bcbcbc; }

.button-grey {
  background-color: #f2f2f2;
  color: #000000;
  border: 1px solid #0079c9; }

.button-grey:not(.disabled):hover {
  background-color: #ffffff; }

.button-white {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #0079c9; }

.button-white:not(.disabled):hover {
  background-color: #f8f8f8; }

.button-x {
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: url(../../images/close_window.png); }

.button-x-circle {
  margin-top: 15px;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  background-image: url(../../images/carousel/Cross.png); }

.button-x-circle:hover {
  opacity: 0.8; }

.checkbox {
  line-height: 25px;
  text-align: left;
  display: block;
  cursor: pointer; }

.checkbox:before {
  background: url(../../images/main/general-interface-icons.png) no-repeat -17px -537px/633px;
  content: "";
  float: left;
  width: 26px;
  height: 26px;
  margin: 0 5px 0 0; }

.checkbox.checked:before {
  background-position: -63px -537px; }

.radio {
  line-height: 25px;
  text-align: left;
  display: block;
  cursor: pointer; }

.radio:before {
  background: url(../../images/main/general-interface-icons.png) no-repeat -17px -570px/633px;
  content: "";
  float: left;
  width: 26px;
  height: 26px;
  margin: 0 5px 0 0; }

.radio.selected:before {
  background-position: -63px -570px; }

.logo {
  width: 100px;
  height: 24px;
  background: url(../../images/os-logo.png); }

.title {
  font: normal normal 300 32px "Source Sans Pro", sans-serif; }

.text-small {
  font: normal normal 300 14px "Source Sans Pro", sans-serif; }

.warning {
  color: #ff0000;
  font: normal normal 300 14px "Source Sans Pro", sans-serif; }

.full-screen-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4000000;
  background-color: rgba(0, 0, 0, 0.5); }

.drop-button {
  background: url(../../images/drop-arrow.png) no-repeat right 10px center;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  padding: 18px 21px 18px 21px;
  cursor: pointer;
  margin-right: 11px; }

.drop-button.active {
  background: url(../../images/drop-arrow-selected.png) no-repeat right 10px center; }

#centerPoint {
  pointer-events: none;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -11px;
  z-index: 1;
  position: absolute;
  background: url(../../images/main/general-interface-icons.png) no-repeat -246px -795px/633px;
  width: 26px;
  height: 24px; }

#centerPoint.paneOpened {
  left: calc(50% + 167px); }

#centerPoint.expand {
  left: 50% !important; }

#copyrights {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  padding: 0 3px 0 3px;
  font: normal normal 400 10px 'Source Sans Pro', sans-serif; }
  #copyrights a {
    color: #d40058; }

#guestUserRoutePopup {
  position: absolute;
  bottom: 90px;
  right: 20px;
  background: #fff;
  padding: 20px;
  padding-right: 30px;
  width: 200px;
  display: none; }
  #guestUserRoutePopup .closeGuestUserRoutePopup {
    position: relative; }
  #guestUserRoutePopup .closeGuestUserRoutePopup:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 30px;
    background: url(../../images/main/general-interface-icons.png) transparent no-repeat -65px 13px/633px;
    margin-top: -20px;
    z-index: 1;
    right: -20px; }

/* The starting CSS styles for the enter animation */
.fade.ng-enter {
  transition: 0.5s linear all;
  opacity: 0; }

/* The finishing CSS styles for the enter animation */
.fade.ng-enter.ng-enter-active {
  opacity: 1; }

.angularActive {
  left: 0 !important; }

.title1 {
  font: normal normal 300 16px "Source Sans Pro", sans-serif; }

.title2 {
  font: normal normal 300 24px "Source Sans Pro", sans-serif; }

.title3 {
  font: normal normal 300 32px "Source Sans Pro", sans-serif; }

.title4 {
  font: normal normal 300 52px "Source Sans Pro", sans-serif; }

#Window_1_Map_ViewPort_ZoomMap,
#Window_1_Map_ViewPort_GreenSpaces,
#Window_1_Map_ViewPort_NationalParks {
  background: #ebebe4; }

#Window_1_Map_ViewPort_BingAerial {
  background: #081423; }

#Window_1_Map_ViewPort_Leisure25k {
  background: #f4f4f4; }

#Window_1_Map_ViewPort_Leisure50k {
  background: #f4f4f4; }

@media only screen and (min-width: 1024px) {
  .subscription-upsell {
    width: 70%;
    max-width: 1350px; } }

/* This has to be black because of CrApple Safari issues with rendering over white/transparent backgrounds */
#Window_1_Map_ViewPort_Cesium {
  background: #000000; }

.click-animation {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  font-size: 52px;
  transition: all 0.4s ease-in;
  z-index: 40000; }
  .click-animation span[class^='ion'] {
    position: relative; }
  .click-animation:before {
    content: '';
    background-color: #00aeef;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(0.001, 0.001); }
  .click-animation:before {
    animation: effect_dylan 1.8s ease-out 1; }

@keyframes effect_dylan {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0; }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0; }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1; } }

/*# sourceMappingURL=application.css.map */
