@charset "UTF-8";
label {
  display: block;
  margin-bottom: 5px;
  color: #848484; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-search {
  width: 63.5%;
  margin: 0 auto;
  position: relative; }

.not-active-border {
  border: none !important; }

.list-search {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #5D8800;
  margin: 0;
  padding: 0;
  color: #000000;
  list-style: none;
  width: 77%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .list-search li {
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .list-search li:hover {
      background-color: #00ADEF;
      color: white; }
    .list-search li p {
      line-height: 34px;
      font-size: 14px !important;
      margin: 0; }

.border-radius-input {
  border-bottom-left-radius: 0 !important; }

.form-control {
  box-sizing: border-box;
  float: left;
  display: block;
  width: 77.5%;
  height: 50px;
  padding: 6px 22px;
  font-size: 26px;
  font-family: MyriadPro-Regular, sans-serif;
  color: #000000;
  vertical-align: middle;
  background-image: none;
  border: 2px solid #5D8800;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #B2BABF; }
  .form-control::-moz-placeholder {
    color: #B2BABF; }
  .form-control:-ms-input-placeholder {
    color: #B2BABF; }
  .form-control::-webkit-input-placeholder {
    color: #B2BABF; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

.form-vertical .form-control {
  height: 45px;
  padding: 5px 10px;
  font-size: 22px; }

textarea.form-control {
  height: auto !important;
  resize: none; }

.form-group {
  position: relative;
  margin-bottom: 15px; }

.prepend-icon .form-control:focus + label i {
  color: #009bd6; }

.prepend-icon label {
  box-sizing: border-box;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 54px;
  height: 54px;
  line-height: 3.8em;
  background-color: #B2BABF;
  text-align: center; }
  .prepend-icon label i {
    color: white;
    font-size: 1.5em; }

.prepend-icon .form-control {
  text-indent: 50px; }

.prepend-icon span {
  display: inline-block;
  height: 58px;
  width: 59px;
  background-color: #999999;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #999999;
  border-right: none;
  vertical-align: middle; }
  .prepend-icon span i {
    color: white;
    font-size: 1.5em;
    line-height: 59px;
    height: 59px;
    display: inline-block;
    width: 100%;
    text-align: center; }

form div.error {
  font-family: MyriadPro-Regular, sans-serif;
  font-size: 1em;
  color: #FF716B;
  padding: 10px 0; }

form ul.errors {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  background-color: #FF716B;
  color: #FFFFFF; }
  form ul.errors li {
    padding: 10px 20px; }
  form ul.errors li:before {
    content: "• ";
    color: #FFFFFF; }

.errors.ng-hide-add, .errors.ng-hide-remove {
  transition: opacity linear 0.5s;
  display: block !important; }

.errors.ng-hide-add.ng-hide-add-active, .errors.ng-hide-remove {
  opacity: 0;
  filter: alpha(opacity=0); }

.errors.ng-hide-add, .errors.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  filter: alpha(opacity=100); }

.search-form .search-header {
  height: 90px;
  line-height: 90px;
  border-top: 1px solid #68A800;
  background-color: #7FBA00; }
  .search-form .search-header .item {
    display: inline-block;
    margin: 0 1.5%; }
    .search-form .search-header .item span {
      font-size: 26px;
      vertical-align: top; }
    .search-form .search-header .item .star-rating {
      display: inline-block;
      margin-top: 3px;
      margin-left: 8px; }

.search-form .button-form-control {
  background-color: #5D8800;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  width: 22.5%;
  float: right;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #fff; }

.search-form .form-control {
  border: 2px solid #5D8800;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .search-form .form-control::-webkit-input-placeholder {
    color: #999999; }
  .search-form .form-control::-moz-placeholder {
    color: #999999; }
  .search-form .form-control:-ms-input-placeholder {
    color: #999999; }

.block-form .hyperlinks {
  display: inline-block;
  width: 100%;
  white-space: nowrap; }
  .block-form .hyperlinks input {
    width: 50% !important; }

.hyperlinks {
  margin-top: 30px; }
  .hyperlinks a {
    background-color: #95BF38;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    padding: 15px 25px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold; }

.downloadable_modal {
  position: fixed;
  height: 100%;
  background-color: transparent;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease; }
  .downloadable_modal .downloadable_modal_body {
    display: flex;
    left: 0;
    width: 50%;
    height: 50%;
    background: #00ADEF;
    transition: all 0.2s ease;
    transform: translateX(-100%);
    box-sizing: border-box;
    padding: 1%;
    justify-content: space-between; }
    .downloadable_modal .downloadable_modal_body a.downloadable {
      display: block;
      font-size: 25px;
      line-height: 200%;
      height: 50px;
      width: 220px;
      border-radius: 2px;
      font-family: MyriadPro-Regular, sans-serif;
      background-color: transparent;
      border: 1px solid white;
      color: white;
      text-align: center; }
    .downloadable_modal .downloadable_modal_body .sidebar_close {
      display: inline;
      position: absolute;
      background-image: url(../images/close.svg);
      background-color: white;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 15px;
      width: 20px;
      height: 20px;
      border: none;
      right: 0;
      margin-right: 2%; }
    .downloadable_modal .downloadable_modal_body .sidebar_close:hover {
      background: white; }
    .downloadable_modal .downloadable_modal_body .code {
      height: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-between;
      width: 49%; }
      .downloadable_modal .downloadable_modal_body .code div {
        order: 1;
        border: 1px solid white;
        height: 80%;
        width: 100%;
        overflow: hidden;
        background: white;
        display: flex;
        align-items: center; }
        .downloadable_modal .downloadable_modal_body .code div p {
          color: black; }
      .downloadable_modal .downloadable_modal_body .code a {
        order: 2; }
    .downloadable_modal .downloadable_modal_body .logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      width: 49%;
      flex-direction: column; }
      .downloadable_modal .downloadable_modal_body .logo div {
        height: 80%;
        width: 100%;
        order: 1;
        border: 1px solid white;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center; }
        .downloadable_modal .downloadable_modal_body .logo div img {
          background-size: 100%;
          overflow: hidden; }
      .downloadable_modal .downloadable_modal_body .logo a {
        order: 2; }

.downloadable_modal.active {
  display: flex !important;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .downloadable_modal.active .downloadable_modal_body {
    transform: translateX(0%); }

.download_logo {
  display: block;
  right: 0;
  position: absolute;
  font-size: 25px;
  line-height: 28px;
  height: 50px;
  width: 220px;
  border-radius: 2px;
  font-family: MyriadPro-Regular, sans-serif;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
  margin-top: 28%; }

.download_logo_adaptive {
  display: none; }

.view-in-app {
  display: none; }

.view-in-app_svg {
  display: none; }

.container.details .small-map {
  margin-bottom: 20px; }
  .container.details .small-map qrcode {
    margin-left: 5%; }

.jumbotron.jumbotron-blue .container.min-height.details {
  min-height: initial !important;
  padding-bottom: 30px; }
  .jumbotron.jumbotron-blue .container.min-height.details #tour-title {
    width: 80%; }
  .jumbotron.jumbotron-blue .container.min-height.details #tour-description {
    width: 80%; }
  .jumbotron.jumbotron-blue .container.min-height.details .tour-rating {
    margin-bottom: 1rem; }
    .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .star-filled {
      background: url(/images/tours/star.png) repeat-x transparent;
      background-size: 25px !important; }
    .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .star {
      display: inline-block;
      height: 25px;
      width: 25px; }
    .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .tour-rating-title {
      color: #FFFFFF;
      font-size: 30px;
      margin-right: .5rem; }
  .jumbotron.jumbotron-blue .container.min-height.details #qrcode-full {
    position: absolute;
    right: 0;
    margin-top: 5%; }
  .jumbotron.jumbotron-blue .container.min-height.details .bottom-info {
    padding: 10px 0 0 !important;
    position: initial !important; }
    .jumbotron.jumbotron-blue .container.min-height.details .bottom-info .tour-tags {
      margin-top: 10px; }

@media (max-width: 480px) {
  .jumbotron.jumbotron-blue .container.min-height.details {
    min-height: initial !important;
    padding-bottom: 30px; }
    .jumbotron.jumbotron-blue .container.min-height.details #tour-title {
      text-align: center;
      width: 95%;
      padding-bottom: .75rem; }
    .jumbotron.jumbotron-blue .container.min-height.details .bottom-info {
      margin-top: 40% !important; }
    .jumbotron.jumbotron-blue .container.min-height.details #tour-description {
      margin-left: 1.5rem;
      text-align: justify;
      width: 85%; }
    .jumbotron.jumbotron-blue .container.min-height.details .tour-rating {
      display: inline-flex;
      margin-bottom: 1rem;
      margin-left: 3rem;
      margin-right: 1rem; }
      .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .star-filled {
        background: url(/images/tours/star.png) repeat-x transparent;
        background-size: 30px !important; }
      .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .star {
        display: inline-block;
        height: 30px;
        width: 30px; }
      .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .tour-rating-title {
        color: #FFFFFF;
        font-size: 1.625em;
        margin-right: .5rem; }
    .jumbotron.jumbotron-blue .container.min-height.details #qrcode-full {
      position: absolute;
      right: 0;
      margin: 5% 33%; }
    .jumbotron.jumbotron-blue .container.min-height.details .bottom-info {
      padding: 10px 0 0 !important;
      position: initial !important; }
      .jumbotron.jumbotron-blue .container.min-height.details .bottom-info .tour-tags {
        margin-left: .25rem;
        margin-right: 8rem;
        margin-top: 1.5rem; } }

@media (max-width: 768px) {
  .downloadable_modal_body {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important; }
    .downloadable_modal_body .code {
      width: 100% !important;
      margin-bottom: 10px !important; }
    .downloadable_modal_body .logo {
      width: 100% !important; }
  .download_logo {
    display: none; }
  body {
    min-width: 100% !important; }
  header {
    height: auto !important;
    padding-bottom: 20px; }
    header .container {
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
  .view-in-app {
    display: block !important;
    position: absolute;
    right: 0;
    padding: 3px 8px;
    font-size: 18px;
    line-height: 28px;
    height: 31px;
    width: 120px !important;
    margin-right: 50px;
    border-radius: 2px;
    font-family: MyriadPro-Regular, sans-serif;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: white; }
  .view-in-app_svg {
    display: block !important;
    position: absolute;
    background-image: url(../images/web_version_icon.svg);
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 126px;
    border: none;
    width: 120px !important;
    height: 126px;
    right: 5%; }
  .page-header {
    min-height: 0px !important; }
  .container {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .burger {
    display: block !important;
    width: 43px;
    height: 43px;
    -ms-grid-row-align: center;
        align-self: center;
    background: #ffffff;
    border: 0px solid #f2f2f2;
    padding: 9px;
    left: 0;
    position: absolute;
    margin-top: -20px;
    margin-left: 60px;
    -webkit-tap-highlight-color: transparent;
    z-index: 99999; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger {
      width: 48px; } }

@media (max-width: 768px) {
  .burger:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    z-index: 40; }
  .burger span,
  .burger span:before,
  .burger span:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #c3c3c3;
    position: relative; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger span,
    .burger span:before,
    .burger span:after {
      height: 5px;
      border-radius: 2px;
      background: #7d8793; } }

@media (max-width: 768px) {
  .burger span:before {
    top: 5px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger span:before {
      top: 12px; } }

@media (max-width: 768px) {
  .burger span:after {
    bottom: 7px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger span:after {
      bottom: 17px; } }

@media (max-width: 768px) {
  .burger span {
    top: 50%;
    transform: translateY(-50%); } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger span {
      top: 42%; } }

@media (max-width: 768px) {
  .sidebar_swipe {
    position: fixed;
    width: 5%;
    background-color: transparent;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999; }
  .sidebar {
    position: fixed;
    height: 100%;
    background-color: transparent;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.2s ease; }
    .sidebar .sidebar_body {
      width: 65%;
      height: 100%;
      background: white;
      left: 0;
      transition: all 0.2s ease;
      transform: translateX(-100%);
      box-sizing: border-box;
      padding: 5%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .sidebar .sidebar_body .sidebar_close {
        display: inline;
        position: absolute;
        background-image: url(../images/close.svg);
        background-color: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        width: 20px;
        height: 20px;
        border: none;
        right: 0;
        margin-right: 10%; }
      .sidebar .sidebar_body .sidebar_close:hover {
        background: white; }
      .sidebar .sidebar_body ul {
        font-family: MyriadPro-Regular, sans-serif;
        text-transform: uppercase; }
        .sidebar .sidebar_body ul li {
          padding-bottom: 10px; }
          .sidebar .sidebar_body ul li a {
            color: #848484;
            font-size: 20px;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent; }
          .sidebar .sidebar_body ul li a.active {
            color: #01ADEF; }
          .sidebar .sidebar_body ul li a.circle {
            color: #01ADEF !important;
            text-indent: 5px;
            line-height: 38px;
            text-transform: none !important; }
            .sidebar .sidebar_body ul li a.circle img {
              width: 32px !important;
              height: 32px !important; }
            .sidebar .sidebar_body ul li a.circle span {
              padding-left: 5px; }
      .sidebar .sidebar_body .line-section {
        border-top: 1px solid #cad3d9; }
      .sidebar .sidebar_body .mobile-app {
        text-align: center;
        padding-left: 10%; }
        .sidebar .sidebar_body .mobile-app a {
          padding-right: 20px; }
    .sidebar .sidebar_hidden {
      position: absolute;
      height: 100%;
      margin-left: 65%;
      width: 35%;
      background-color: transparent;
      border: none; }
  .sidebar.active {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999; }
    .sidebar.active .sidebar_body {
      transform: translateX(0%); }
  .nav {
    width: 100% !important;
    display: flex !important;
    justify-content: space-around;
    margin-left: auto !important;
    padding-top: 40px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .nav .item {
      font-size: 33px;
      color: #7d8793; } }

@media (max-width: 768px) {
  .nav.user {
    display: flex;
    padding-top: 20px; }
    .nav.user .mobile {
      display: none; }
    .nav.user .inline-block {
      right: 0;
      position: absolute;
      margin-right: 40px !important; }
  .circle.ng-scope {
    margin-right: 15px !important;
    margin-top: -5px !important; }
  .container:before {
    content: none !important; }
  .select-language {
    height: 44px;
    width: 100px;
    position: relative;
    display: inline-block;
    color: #848484;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .select-language.lang-big .icon-item:before {
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: top;
      margin: 0px 10px 0px 0px; }
    .select-language.active .selected {
      border: 1px solid #cad3d9;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .select-language .selected {
      cursor: pointer;
      position: relative;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 36px;
      border: 1px solid transparent;
      padding: 0px;
      border-radius: 3px; }
      .select-language .selected:after {
        content: '';
        display: block;
        float: right;
        border: 6px solid transparent;
        border-top: 8px solid #C9C9C9;
        margin-top: 12px;
        margin-right: 10px; }
    .select-language ul {
      position: absolute;
      top: 46px;
      right: 0;
      left: -20px;
      padding: 0;
      background-color: #fff;
      border: 1px solid #cad3d9;
      border-radius: 3px;
      width: 340px;
      display: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .select-language ul:before, .select-language ul:after {
        content: '';
        position: absolute;
        transform: rotate(45deg); }
      .select-language ul:before {
        z-index: 2;
        left: 70px;
        top: -8px;
        width: 16px;
        height: 16px;
        background: linear-gradient(top left, #fff 50%, transparent 50%); }
      .select-language ul:after {
        z-index: 1;
        top: -10px;
        left: 69px;
        width: 18px;
        height: 18px;
        background: linear-gradient(top left, #cad3d9 50%, transparent 50%); }
      .select-language ul li {
        list-style: none;
        padding: 6px 2px;
        font-size: 14px;
        color: #999999;
        font-family: MyriadPro-Regular, sans-serif;
        cursor: pointer;
        display: inline-block;
        width: 45%;
        margin: 5px;
        border-radius: 5px;
        line-height: 34px; }
        .select-language ul li.active {
          background-color: #a2e604;
          color: #fff; }
        .select-language ul li:hover {
          background-color: #cad3d9;
          color: #fff; }
    .select-language.active ul {
      display: block; }
    .select-language .select-ul {
      position: fixed;
      width: 100% !important;
      height: 100%;
      top: 0 !important;
      right: 0;
      left: 0;
      padding: 0;
      background-color: #fff;
      border: 0px solid #e5e5e5 !important;
      display: none;
      list-style: none;
      z-index: 9999;
      overflow: scroll; }
      .select-language .select-ul li {
        cursor: pointer;
        padding: 5px 0px 1px 5px;
        padding-bottom: initial !important; }
        .select-language .select-ul li:hover {
          background-color: #8DCC04; }
    .select-language .active .select-ul {
      display: block; }
  .container.content.ng-scope {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    .container.content.ng-scope .column {
      width: auto !important; }
    .container.content.ng-scope .column.right-column {
      float: none;
      order: 2; }
      .container.content.ng-scope .column.right-column .button.large-button.button-green {
        padding: 25px 0px !important; }
    .container.content.ng-scope .column.left-column {
      float: none;
      order: 1;
      margin-bottom: 50px; }
  #logo {
    width: 173px !important;
    height: 43px !important;
    background-size: 138px 34px !important;
    left: 0;
    position: absolute;
    margin-left: 110px !important; } }
  @media (max-width: 768px) and (max-width: 768px) {
    #logo {
      left: 10px; } }

@media (max-width: 768px) {
  .left-column {
    border-right: 0px !important; }
  .page-header p {
    font-size: 35px !important;
    line-height: 70px !important; }
  .jumbotron.jumbotron-blue.ng-scope .container.min-height.details {
    padding-left: 50px !important;
    padding-right: 50px !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .hyperlinks {
      display: none; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details #id-tour {
      margin-top: initial !important;
      width: 100% !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details #tour-description {
      font-size: 18px;
      padding-bottom: 10px;
      width: 100% !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details qrcode {
      display: block !important;
      float: left; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details #qrcode-full {
      display: none !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info {
      padding: 0px 0px !important;
      padding-top: 10px !important;
      position: initial !important;
      display: flex !important;
      flex-direction: column !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info button {
        order: 1;
        width: 150px; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right {
        order: 2;
        padding-top: 10px;
        padding-bottom: 10px; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .tour-tags {
        order: 3;
        margin-left: initial !important;
        padding-bottom: 50px; }
        .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .tour-tags .tag {
          margin: 2px 2px !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .download_logo_adaptive {
        display: block !important;
        order: 4;
        font-size: 25px;
        line-height: 28px;
        height: 50px;
        width: 220px;
        border-radius: 2px;
        font-family: MyriadPro-Regular, sans-serif;
        background-color: transparent;
        border: 1px solid #ffffff;
        color: white;
        margin: auto; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .hyperlinks.adaptive {
        margin: auto;
        display: block !important;
        order: 5; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .small-map.pull-right {
      order: 2;
      width: 100% !important;
      margin: 0px -20px !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .small-map.pull-right qrcode {
        display: none !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .point-details.pull-left {
      order: 1 !important;
      width: 100% !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .point-details.pull-left qrcode {
        width: 100%;
        display: block !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .point-details.pull-left .hyperlinks {
        display: flex;
        justify-content: center; }
  .edit-cover.ng-scope.ng-isolate-scope {
    top: initial !important; }
  .page-user-header.zero-margin {
    height: 200px !important; }
  .statistics {
    top: initial !important; }
    .statistics .bottom-right {
      width: 100%;
      justify-content: center;
      display: flex;
      margin-top: 45px;
      right: initial; }
  .jumbotron.jumbotron-blue.user-info {
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box !important; }
    .jumbotron.jumbotron-blue.user-info .container .about-user {
      float: initial !important;
      width: 100% !important; }
    .jumbotron.jumbotron-blue.user-info .container .avatar-large {
      width: 150px !important;
      height: 150px !important; }
      .jumbotron.jumbotron-blue.user-info .container .avatar-large img {
        width: 150px !important; }
      .jumbotron.jumbotron-blue.user-info .container .avatar-large .edit-avatar {
        line-height: 200px !important;
        font-size: 25px !important; }
      .jumbotron.jumbotron-blue.user-info .container .avatar-large .edit-avatar:after {
        top: 15px !important;
        left: 45px !important;
        width: 68px !important;
        height: 52px !important;
        background-size: contain; }
    .jumbotron.jumbotron-blue.user-info .container .about-user.user {
      padding-left: 140px; }
    .jumbotron.jumbotron-blue.user-info .container .about-user {
      float: none !important;
      position: initial !important;
      padding-left: 140px !important;
      width: 100% !important;
      box-sizing: border-box; }
      .jumbotron.jumbotron-blue.user-info .container .about-user h2 {
        font-size: 40px !important; }
      .jumbotron.jumbotron-blue.user-info .container .about-user span {
        margin-bottom: 10px;
        display: flex; }
      .jumbotron.jumbotron-blue.user-info .container .about-user .controls {
        padding-bottom: 20px; }
      .jumbotron.jumbotron-blue.user-info .container .about-user qrcode {
        position: initial !important;
        margin-top: 20px !important; }
    .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope .item-form input {
      width: 90% !important; }
    .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope .item-form textarea {
      width: 90% !important; }
  .jumbotron.ng-scope .container.min-height {
    min-height: initial !important;
    padding-bottom: 30px; }
    .jumbotron.ng-scope .container.min-height .share {
      float: initial !important;
      text-align: center;
      padding-top: 20px; }
    .jumbotron.ng-scope .container.min-height p {
      font-size: 40px !important; }
    .jumbotron.ng-scope .container.min-height .statistics.text-center {
      display: flex;
      justify-content: space-around !important;
      max-width: 700px;
      margin: auto; }
      .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle {
        margin: 0 0 !important;
        width: 30% !important;
        height: 0 !important;
        padding-bottom: 30%; }
        .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle .value {
          width: 100% !important;
          padding-top: initial !important;
          font-weight: normal !important; }
        .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle .title {
          font-size: 15px; }
      .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle:after {
        width: calc(100% + 4px) !important;
        height: calc(100% + 4px) !important; }
  .jumbotron.ng-scope .container.content {
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box !important; }
    .jumbotron.ng-scope .container.content p {
      font-size: 40px !important; }
    .jumbotron.ng-scope .container.content .point-thumb:after {
      content: none !important; }
    .jumbotron.ng-scope .container.content #reviews-title {
      padding: initial !important; }
    .jumbotron.ng-scope .container.content .review-form {
      display: flex !important;
      flex-direction: column !important;
      padding-top: 20px;
      margin-right: initial !important; }
      .jumbotron.ng-scope .container.content .review-form .form-group {
        order: 1;
        width: 100%; }
        .jumbotron.ng-scope .container.content .review-form .form-group textarea {
          width: 100%; }
      .jumbotron.ng-scope .container.content .review-form .pull-right {
        order: 2;
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 20px; }
        .jumbotron.ng-scope .container.content .review-form .pull-right .star-rating {
          order: 1; }
        .jumbotron.ng-scope .container.content .review-form .pull-right .button.button-green.small-button {
          order: 2;
          width: 200px;
          position: absolute;
          margin-top: 30px; }
  .tours {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important; }
    .tours h3 {
      width: initial !important;
      white-space: normal !important; }
    .tours .tour-thumb {
      width: 300px !important;
      height: initial !important; }
      .tours .tour-thumb .img {
        width: initial !important;
        height: 150px !important; }
      .tours .tour-thumb .description-my-tour {
        width: 100% !important;
        height: initial !important; }
        .tours .tour-thumb .description-my-tour .top-description {
          display: flex !important;
          flex-direction: column !important;
          height: 300px !important;
          padding: 0px 20px 50px 20px !important;
          justify-content: space-between; }
          .tours .tour-thumb .description-my-tour .top-description a {
            order: 1;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .tour-by {
            order: 2;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .points-fot-tour {
            order: 3;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .all-tags {
            order: 4;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .star-rating {
            order: 5;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .reviews-count {
            order: 6;
            position: static !important; }
      .tours .tour-thumb .description {
        height: initial !important; }
  .jumbotron.google-map {
    height: 500px !important; }
  .search-header .container.content div {
    margin: initial !important; }
    .search-header .container.content div .form-search {
      width: 85% !important; }
  .left-block-search-near {
    margin-left: 50px; }
  .right-sot-rating {
    margin-right: 50px; }
  .categories.small {
    padding-left: 0px;
    padding-right: 0px; }
    .categories.small .category {
      width: 50px !important; }
  footer {
    height: auto !important;
    padding-bottom: 20px; }
    footer .container {
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }

@media (max-width: 480px) {
  #logo {
    display: none !important; }
  #logo_mobile {
    width: 173px !important;
    height: 43px !important;
    background-size: 138px 34px !important;
    left: 0;
    position: absolute;
    background: url(/images/logo.png) no-repeat transparent;
    margin-left: 80px !important;
    margin-top: 10px !important; }
  .nav.user.mobile {
    display: block !important; }
    .nav.user.mobile .item {
      margin: auto !important; }
    .nav.user.mobile .inline-block {
      margin-top: -5px !important;
      margin-right: auto !important; }
      .nav.user.mobile .inline-block .item span {
        display: block !important; }
  header {
    height: 40px !important; }
  .view-in-app {
    margin-right: 10px !important; }
  .view-in-app_svg {
    right: 0 !important; }
  .page-header {
    min-height: 0px !important; }
  .nav {
    display: none !important; }
  .burger {
    margin-top: 30px !important;
    margin-left: 0px !important; }
  .sidebar .sidebar_body {
    width: 100% !important;
    padding: 5%; }
    .sidebar .sidebar_body .sidebar_close {
      margin-right: 5%; }
    .sidebar .sidebar_body ul {
      -webkit-padding-start: 0px; }
  .container.content.ng-scope button {
    height: 50px !important; }
  .button.large-button.button-green {
    height: 50px !important;
    font-size: 25px;
    padding: 0px 0px !important; }
  .container.content.ng-scope .column.right-column .button.large-button.button-green {
    padding: 0px 0px !important;
    text-align: center;
    font-size: 25px; }
  .column.right-column {
    padding: 0 10px 0 10px !important; }
  .column.left-column {
    padding: 0 10px 0 10px !important; }
  .button-facebook {
    padding: 0px 0px !important;
    text-align: center !important;
    font-size: 25px !important; }
    .button-facebook i {
      font-size: 25px !important; }
    .button-facebook span {
      font-size: 25px !important;
      padding-left: 20px !important; }
  .circle.ng-scope {
    margin-right: -10px !important;
    margin-top: -10px !important; }
  .page-header p {
    min-width: 65% !important;
    font-size: 14px !important;
    line-height: 0px !important; }
  .page-header p:after {
    border-top: 30px solid #00ADEF !important;
    border-left: 40px solid transparent !important;
    border-right: 40px solid transparent !important;
    top: -20px; }
  .page-header .image-wrapper {
    height: 250px !important; }
  .statistics {
    top: initial !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-flow: column;
    margin-bottom: 2rem; }
    .statistics .bottom-right {
      display: flex;
      margin-left: 0 !important;
      margin-top: 90px;
      right: initial; }
      .statistics .bottom-right .stat-item {
        margin: 0 20px !important; }
    .statistics .rainbow-circle {
      margin: 1.25rem 0 !important; }
  .jumbotron.jumbotron-blue.ng-scope .container.min-height.details {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .jumbotron.jumbotron-blue.user-info {
    padding-left: 5px !important;
    padding-right: 5px !important;
    box-sizing: border-box !important; }
    .jumbotron.jumbotron-blue.user-info .container {
      display: flex !important;
      flex-direction: column !important;
      justify-content: center;
      align-items: center; }
      .jumbotron.jumbotron-blue.user-info .container .avatar-large {
        order: 1;
        width: 150px !important;
        height: 150px !important;
        margin-bottom: 10px; }
        .jumbotron.jumbotron-blue.user-info .container .avatar-large img {
          width: 150px !important; }
        .jumbotron.jumbotron-blue.user-info .container .avatar-large .edit-avatar {
          line-height: 200px !important;
          font-size: 25px !important; }
        .jumbotron.jumbotron-blue.user-info .container .avatar-large .edit-avatar:after {
          top: 15px !important;
          left: 45px !important;
          width: 68px !important;
          height: 52px !important;
          background-size: contain; }
      .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope {
        order: 2;
        float: none !important;
        position: initial !important;
        padding-left: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        margin-left: 0px !important; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope h2 {
          font-size: 40px !important; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope span {
          margin-bottom: 10px;
          display: block; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope .controls {
          padding-bottom: 20px; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope qrcode {
          position: initial !important;
          margin-top: 20px !important; }
      .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope {
        margin-left: 10px !important; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope .item-form input {
          width: 90% !important; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope .item-form textarea {
          width: 90% !important; }
      .jumbotron.jumbotron-blue.user-info .container .about-user.user {
        order: 2;
        float: none !important;
        position: initial !important;
        padding-left: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        margin-left: 0px !important; }
  .form-search .form-control {
    font-size: 12px !important;
    padding: 6px 6px !important; }
  .form-search .button-form-control {
    display: none; }
  .form-search .search-svg {
    display: block !important;
    background-image: url(../images/search.svg);
    background-color: #5D8800;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 50px;
    width: 22.5%;
    float: right;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #fff; }
  .left-block-search-near {
    margin-left: 10px;
    margin-top: 20px !important;
    margin-bottom: 0px !important; }
  .right-sot-rating.item {
    float: left;
    margin-left: 10px !important;
    margin-top: 20px !important; }
  .categories.small .category {
    width: 50px !important;
    display: inline-flex !important;
    border-right-width: thin !important; }
  .title-tours {
    padding-top: 120px !important;
    font-size: 20px !important;
    padding-bottom: 0px !important; }
  .tours {
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin: 0 !important; }
    .tours .tour-thumb {
      width: 300px !important;
      margin-left: initial !important; }
      .tours .tour-thumb .description-my-tour {
        width: 100% !important; }
  .jumbotron.jumbotron-blue.ng-scope .container.min-height.details #tour-title {
    padding: initial !important; }
  .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right {
    display: flex !important;
    flex-direction: column !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right #edit-tour {
      order: 1; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right #add-favorite {
      order: 2; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right span {
      order: 3; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right .small-image {
      order: 4;
      margin-left: 0;
      text-indent: 0; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right .small-image .circle {
        font-size: 25px; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right .star-rating {
      order: 5; }
  .jumbotron.ng-scope .container.min-height {
    min-height: initial !important;
    padding-bottom: 30px; }
    .jumbotron.ng-scope .container.min-height .share {
      float: initial !important;
      text-align: center;
      padding-top: 20px; }
    .jumbotron.ng-scope .container.min-height p {
      font-size: 40px !important; }
    .jumbotron.ng-scope .container.min-height .statistics.text-center {
      justify-content: space-around !important; }
      .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle {
        margin: 0 0 !important;
        width: 30% !important;
        height: 0 !important;
        padding-bottom: 30%; }
        .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle .value {
          width: 100% !important;
          padding-top: initial !important;
          font-weight: normal !important;
          font-size: 36px !important;
          position: relative;
          bottom: 10px; }
        .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle .title {
          font-size: 12px !important;
          position: relative;
          bottom: 45px; }
      .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle:after {
        width: calc(100% + 4px) !important;
        height: calc(100% + 4px) !important; }
  .jumbotron.ng-scope .container.content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important; }
    .jumbotron.ng-scope .container.content p {
      font-size: 40px !important; }
    .jumbotron.ng-scope .container.content .point-thumb {
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important; }
      .jumbotron.ng-scope .container.content .point-thumb .image-link.pull-left {
        order: 1; }
        .jumbotron.ng-scope .container.content .point-thumb .image-link.pull-left .arrow {
          display: inline !important;
          position: absolute;
          background-image: url(../images/arrow-down.svg);
          background-color: #676E78;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 22px;
          width: 32px !important;
          height: 32px !important;
          left: 100%;
          bottom: 40%;
          margin-left: 10px;
          transform: rotate(-90deg); }
      .jumbotron.ng-scope .container.content .point-thumb .caption {
        order: 2;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: initial !important; }
        .jumbotron.ng-scope .container.content .point-thumb .caption .title {
          order: 1; }
        .jumbotron.ng-scope .container.content .point-thumb .caption .description {
          display: none;
          order: 2; }
    .jumbotron.ng-scope .container.content .point-thumb:after {
      content: none !important; }
    .jumbotron.ng-scope .container.content #reviews-title {
      padding: initial !important; }
    .jumbotron.ng-scope .container.content .review-form {
      display: flex !important;
      flex-direction: column !important;
      padding-top: 20px;
      margin-right: initial !important; }
      .jumbotron.ng-scope .container.content .review-form .form-group {
        order: 1;
        width: 100%; }
        .jumbotron.ng-scope .container.content .review-form .form-group textarea {
          width: 100%; }
      .jumbotron.ng-scope .container.content .review-form .pull-right {
        order: 2;
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 20px; }
        .jumbotron.ng-scope .container.content .review-form .pull-right .star-rating {
          order: 1; }
        .jumbotron.ng-scope .container.content .review-form .pull-right .button.button-green.small-button {
          order: 2;
          width: 200px;
          position: absolute;
          margin-top: 30px; }
  .show-hide-mobile {
    display: block !important; }
  .hidden-mobile {
    display: none !important; } }

.show-hide-mobile {
  display: none; }

.container.details.point {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto; }
  .container.details.point .player {
    max-width: 460px; }
  .container.details.point qrcode {
    right: unset;
    top: -15px;
    position: relative;
    margin-top: unset; }
  @media (max-width: 768px) {
    .container.details.point qrcode {
      margin-top: 10px; } }

.container.details h4, .container.details h1 {
  color: #FFFFFF;
  font-size: 1.625em;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 40px; }

.container.details .small-map {
  display: inline-block;
  width: 35%;
  box-sizing: border-box; }
  .container.details .small-map .google-map {
    margin: 50px 20px; }
  .container.details .small-map .angular-google-map-container {
    border: 4px solid #FFFFFF;
    height: 350px !important; }

.container.details .point-details {
  display: inline-block;
  width: 65%;
  box-sizing: border-box; }
  .container.details .point-details .description {
    min-height: 100px;
    font-size: 1.1em;
    padding-bottom: 10px; }
  @media (max-width: 480px) {
    .container.details .point-details .description {
      margin-left: .75rem;
      margin-right: .75rem;
      text-align: justify; }
    .container.details .point-details qrcode {
      text-align: center; } }
