.index-widgets .routes {
  margin-left: -25px;
  margin-right: -25px;
  background: #EEEEED; }
  .index-widgets .routes .objects-list {
    max-width: 90.063em;
    margin-left: auto;
    margin-right: auto; }
    .index-widgets .routes .objects-list .one {
      margin-bottom: 0px; }

.index-widgets .framed-cont {
  width: 1200px;
  margin: 0 auto;
  background: #fff; }

.route-widget-photo {
  border: 5px solid #fff;
  max-height: 290px;
  overflow: hidden; }

.route-widget-img {
  max-width: 100%; }

.route-widget-description {
  padding: 10px;
  background-color: #fff; }

.route-widget-properties {
  display: flex;
  color: #2572AD; }
  .route-widget-properties-left {
    display: inline-flex; }
    .route-widget-properties-left .route-property {
      margin-right: 15px; }
      .route-widget-properties-left .route-property span {
        margin-right: 5px; }
  .route-widget-properties-right {
    margin-left: auto; }
    .route-widget-properties-right .route-property span {
      margin-right: 5px; }

@media only screen and (max-width: 350px) {
  .route-widget-properties-left {
    flex-direction: column; } }

.inner-grid {
  display: flex; }
  .inner-grid .col {
    flex: 1; }

.outer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .outer-grid .col {
    width: 32%; }

.structure-widget {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  background: #EEEEED;
  padding: 25px 0; }

.structure .structure-title {
  color: #68af47;
  font-size: 60px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center; }

.structure .flag {
  width: 75px;
  height: 40px;
  background-color: #0098D2;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: -10px;
  top: -20px; }
  .structure .flag:before {
    width: 10px;
    height: 10px;
    background-color: #2572AD;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 2px;
    transform: rotate(45deg); }

.structure .triangle {
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #2572AD;
  position: absolute;
  left: -10px;
  top: 20px; }

.structure .sc-detailed-info-col, .structure .sc-council-info-col {
  padding-left: 20px; }
  .structure .sc-detailed-info-col i, .structure .sc-council-info-col i {
    color: #666666;
    position: absolute;
    left: 0;
    top: 6px; }
  .structure .sc-detailed-info-col a, .structure .sc-council-info-col a {
    color: #666666; }

.structure .sc-council-info-col {
  padding-top: 20px; }

.structure .name, .structure .category, .structure .email, .structure .phone, .structure .url, .structure .address {
  padding: 5px 0;
  position: relative; }

.structure .name {
  font-size: 20px;
  color: #3377A7;
  font-weight: bold; }

.structure .category {
  font-size: 16px;
  color: #0098D2; }

.structure .url, .structure .address, .structure .phone {
  padding-left: 20px;
  font-size: 14px; }
  .structure .url i, .structure .address i, .structure .phone i {
    font-size: 10px; }

.structure .email {
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold; }
  .structure .email i {
    font-size: 8px; }

.structure .fb-link {
  display: block;
  position: absolute;
  bottom: 2px; }
  .structure .fb-link img {
    width: 20px;
    height: 20px; }

.sc-council img, .sc-detailed img {
  height: 130px;
  width: 130px;
  border-radius: 5px; }

.sc-council-photo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 180px; }

.sc-detailed, .sc-council {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background-color: #fff; }

.sc-council {
  min-height: 180px;
  margin: 38px 13px; }

.sc-detailed {
  margin: 38px 40px;
  padding: 30px 20px 20px; }
  .sc-detailed .detailed-description {
    font-size: 14px;
    color: #666666;
    line-height: 22px; }
  .sc-detailed-info-col {
    padding-top: 0; }

@media (max-width: 1100px) {
  .outer-grid .col {
    width: 50%; } }

@media (max-width: 650px) {
  .outer-grid, .inner-grid {
    display: block; }
    .outer-grid .col, .inner-grid .col {
      width: 100%; }
  .structure .sc-detailed-photo-wrapper {
    text-align: center; }
  .structure .sc-detailed-info-col {
    padding: 20px;
    padding-left: 0; } }

@media only screen and (max-width: 1345px) and (min-width: 1100px) {
  .structure .email {
    word-break: break-word; } }

@media only screen and (max-width: 860px) and (min-width: 650px) {
  .structure .email {
    word-break: break-word; } }

.content .structure-widget {
  padding: 0 25px; }

.content .sc-detailed {
  margin: 38px 25px; }

@media (max-width: 850px) {
  .content .structure .sc-detailed {
    margin: 38px 15px; } }

@media (max-width: 1300px) {
  .content .outer-grid .col {
    width: 50%; } }

@media (max-width: 850px) {
  .content .outer-grid, .content .inner-grid {
    display: block; }
    .content .outer-grid .col, .content .inner-grid .col {
      width: 100%; }
  .content .structure .sc-detailed-photo-wrapper {
    text-align: center; }
  .content .structure .sc-detailed-info-col {
    padding: 20px;
    padding-left: 0; } }

@media only screen and (max-width: 1545px) and (min-width: 1300px) {
  .content .structure .email {
    word-break: break-word; } }

@media only screen and (max-width: 1060px) and (min-width: 850px) {
  .content .structure .email {
    word-break: break-word; } }

.events-list.objects-list a.print:hover, .btn:hover {
  text-decoration: none;
  background-color: #71d261; }

.btn {
  background: #3377A7;
  color: white !important;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; }

input[type=submit].send-email {
  margin-top: 15px; }

.share-input {
  width: 250px; }

.suggestion-item {
  border-bottom: 1px solid rgba(40, 107, 181, 0.1);
  padding-bottom: 16px;
  padding-top: 20px; }

.suggestions-block {
  padding-top: 0;
  font-size: 20px; }
  .suggestions-block a {
    color: #000; }

.mm-listview .selected a {
  color: #71d261 !important; }

.submenu-level-4 {
  padding-left: 50px !important; }

.view-object-main-section > .view-object > div.photo {
  max-height: 620px; }

.view-object-main-section > .view-object > div.photo > img {
  max-width: -moz-available; }

.view-object-main-section {
  padding-top: 0px; }

.filter-selectors input[type="checkbox"] + label .path1 {
  display: block; }

.filter-selectors input[type="checkbox"] + label .path2 {
  display: none; }

.filter-selectors input[type="checkbox"]:checked + label .path1 {
  display: none; }

.filter-selectors input[type="checkbox"]:checked + label .path2 {
  display: block; }

.tiny .list-cont {
  top: 50px; }

.tourism-filter {
  height: calc(100vh - 160px);
  padding-bottom: 20px; }

.tiny .tourism-filter {
  height: calc(100vh - 80px); }

.rating {
  margin-top: 10px;
  border: none;
  float: left; }

.rating > label {
  color: #FABA00;
  float: right; }

.rating > label:before {
  margin: 5px;
  font-size: 22px;
  font-family: FontAwesome;
  content: "\f006";
  display: inline-block; }

.rating > input {
  display: none; }

.rating > input:checked ~ label:before,
.rating:not(:checked) > label:hover:before,
.rating:not(:checked) > label:hover ~ label:before {
  content: "\f005"; }

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label:before,
.rating > input:checked ~ label:hover ~ label:before {
  content: "\f005"; }

.star-rating {
  margin: 0 !important; }

body.sideClose .tourism-content {
  margin: 0 auto !important; }

.tiny .tourism.list-cont {
  padding-top: 0; }

.gpx-btn {
  float: right;
  font-size: 12px;
  margin: 15px;
  margin-top: 0; }

.user-location-btn {
  user-select: none;
  box-shadow: 0px 1px 4px -1px;
  border-radius: 2px;
  cursor: pointer;
  background-color: white;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 10px; }

.user-location-btn:hover, .user-location-btn:focus {
  background-color: white; }

.gm-control-active:hover > img:nth-child(1), .gm-control-active:active > img:nth-child(1) {
  display: block; }

.accomodation-view-stars {
  margin-bottom: 15px; }

.objects-list .one .photo {
  position: relative; }

.booking_hover .booking-icon {
  z-index: 20 !important;
  position: absolute !important;
  top: 10px !important;
  margin-left: 25px !important;
  left: 0 !important;
  min-width: 30px !important;
  width: 30px !important;
  height: 30px !important; }

.booking_hover {
  z-index: 5; }

.call_to_action {
  position: absolute;
  left: 35px;
  top: 10px;
  transition: 1s;
  width: 0px;
  height: 30px;
  background-color: #173581;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.call_to_action a {
  visibility: hidden;
  opacity: 0;
  line-height: 30px; }

.accomodation-list-stars {
  position: absolute;
  z-index: 2;
  right: 20px;
  padding: 7px 10px;
  top: 10px; }

.page-photo {
  min-height: 450px !important; }

.sagment-desc.no-grey-bottom:after {
  display: none; }

.route-view {
  padding-left: 0; }

.trip-time {
  padding-left: 7px; }

@media only screen and (min-width: 767px) {
  .booking_hover:hover .call_to_action {
    width: 100px; }
  .booking_hover:hover .call_to_action a {
    padding: 0 20px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 1s linear;
    color: #EEF2F7;
    background: none; } }

@media only screen and (max-width: 768px) {
  .page-photo {
    min-height: 210px !important; } }

@media only screen and (max-width: 768px) {
  .tiny .tourism-filter {
    height: calc(100vh - 40px); } }

@media (max-width: 660px) {
  .gpx-btn {
    float: none;
    margin-top: 5px; } }

.landing-gallery-type-widget {
  max-width: 1200px !important;
  margin: 0 auto !important; }
  .landing-gallery-type-widget .this-title {
    font-weight: bold;
    margin-bottom: 2rem;
    color: #2572AD; }
  .landing-gallery-type-widget:before {
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    height: 22%;
    z-index: 0; }
  .landing-gallery-type-widget .this-title {
    padding-top: 2rem; }
  .landing-gallery-type-widget .landing-gallery-container {
    display: flex; }
    .landing-gallery-type-widget .landing-gallery-container .landing-gallery-description {
      width: 50%; }
    .landing-gallery-type-widget .landing-gallery-container .landing-gallery {
      width: 50%; }
    .landing-gallery-type-widget .landing-gallery-container .landing-gallery-description .half-container {
      flex: 0 0 100%;
      max-height: 50%;
      min-height: 50%;
      max-width: 100%;
      overflow: hidden; }
    .landing-gallery-type-widget .landing-gallery-container .landing-gallery-description .landing-logo {
      max-height: 150px !important; }
    .landing-gallery-type-widget .landing-gallery-container .landing-gallery-description .landing-text {
      padding: 15px;
      padding-left: 0;
      font-size: 16px;
      font-family: "PT Sans", "sans-serif";
      color: #666666;
      line-height: 22px; }

@media only screen and (max-width: 1000px) {
  .landing-gallery-type-widget .landing-gallery-container {
    display: block; }
    .landing-gallery-type-widget .landing-gallery-container .landing-gallery-description {
      width: 100%; }
      .landing-gallery-type-widget .landing-gallery-container .landing-gallery-description .landing-logo {
        max-height: 100% !important; }
    .landing-gallery-type-widget .landing-gallery-container .landing-gallery {
      width: 100%; } }

.audio-player {
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 1000px;
  z-index: 5;
  position: relative;
  background: white;
  margin-bottom: 20px;
  border-radius: 10px; }
  .audio-player h2 {
    border-radius: 0;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0px;
    font-size: 23px;
    padding: 8px 30px;
    float: left;
    font-weight: bold;
    margin-top: 0px;
    line-height: 38px;
    padding-left: 0;
    color: #666; }
  .audio-player .player {
    padding-bottom: 0px; }

.audio.yellow-audio-player {
  width: 100%;
  min-width: 300px;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  user-select: none;
  -webkit-user-select: none;
  position: relative; }

.audio.yellow-audio-player .play-pause-btn {
  display: none;
  cursor: pointer; }

.audio.yellow-audio-player .spinner {
  width: 18px;
  height: 18px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: spin 0.4s linear infinite; }

.audio.yellow-audio-player .slider {
  flex-grow: 1;
  background-color: #FEF41A;
  cursor: pointer;
  position: relative; }

.audio.yellow-audio-player .slider .progress {
  background: #2572ad;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
  overflow: initial; }

.audio.yellow-audio-player .slider .progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: #2572ad;
  position: absolute;
  pointer-events: all;
  border: 3px solid white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32); }

.audio.yellow-audio-player .slider .progress #volume-pin.pin {
  width: 16px;
  height: 16px; }

.audio.yellow-audio-player .controls {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px; }

.audio.yellow-audio-player .controls .slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 10px; }

.audio.yellow-audio-player .controls .slider .progress {
  width: 0;
  height: 100%; }

.audio.yellow-audio-player .controls .slider .progress .pin {
  right: -8px;
  top: -4px; }

.audio.yellow-audio-player .controls span {
  cursor: default;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87); }

.audio.yellow-audio-player .volume {
  position: relative; }

.audio.yellow-audio-player .volume .volume-btn {
  cursor: pointer; }

.audio.yellow-audio-player .volume .volume-btn path {
  fill: #2572ad;
  font-size: 16px; }

.audio.yellow-audio-player .volume .volume-controls {
  width: 30px;
  height: 135px;
  background-color: transparent;
  border-radius: 7px;
  position: absolute;
  left: -10px !important;
  bottom: 20px !important;
  flex-direction: column;
  align-items: center;
  display: flex; }

.audio.yellow-audio-player .volume .volume-controls.hidden {
  display: none; }

.audio.yellow-audio-player .volume .volume-controls .slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px; }

.audio.yellow-audio-player .volume .volume-controls .slider .progress {
  bottom: 0;
  height: 100%;
  width: 6px;
  margin-bottom: 0; }

.audio.yellow-audio-player .volume .volume-controls .slider .progress .pin {
  left: -5px;
  top: -8px; }

@keyframes spin {
  from {
    transform: rotateZ(0); }
  to {
    transform: rotateZ(1turn); } }

.play-gidas:after {
  content: "\e801";
  font-family: "fontello" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  color: #2572ad;
  font-size: 24px; }

.play-gidas.play:after {
  content: "\e800"; }

@media only screen and (max-width: 600px) {
  .audio-player {
    display: block; } }

.news-list-widget-button {
  text-align: center; }
  .news-list-widget-button .btn {
    font-size: 12px;
    margin-top: 0; }

.news-list-widget .this-title {
  font-weight: bold;
  margin-bottom: 2rem;
  color: #2572AD; }

@media only screen and (min-width: 500px) {
  .news-list-widget {
    max-width: 1200px !important;
    margin: 0 auto !important;
    margin-top: 2rem !important; } }

.pagetree-list-widget-white .pagetree-item {
  background: #EEEEEE; }

.pagetree-list-widget-white .objects-list:nth-child(-n+4) {
  margin-top: 3rem;
  margin-bottom: 0; }

.pagetree-list-widget-white:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 0;
  height: 12%; }

@media only screen and (min-width: 500px) {
  .pagetree-list-widget {
    max-width: 1200px !important;
    margin: 0 auto !important;
    margin-top: 2rem !important; }
  .pagetree-list-widget-white {
    margin-top: 0 !important; } }

.pagetree-list-widget .this-title {
  font-weight: bold;
  margin-bottom: 2rem;
  color: #2572AD; }

.events-list.objects-list a.print:hover, .btn:hover {
  text-decoration: none;
  background-color: #71d261; }

.btn {
  background: #3377A7;
  color: white !important;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; }

input[type=submit].send-email {
  margin-top: 15px; }

.share-input {
  width: 250px; }

.suggestion-item {
  border-bottom: 1px solid rgba(40, 107, 181, 0.1);
  padding-bottom: 16px;
  padding-top: 20px; }

.suggestions-block {
  padding-top: 0;
  font-size: 20px; }
  .suggestions-block a {
    color: #000; }

.mm-listview .selected a {
  color: #71d261 !important; }

.submenu-level-4 {
  padding-left: 50px !important; }

.view-object-main-section > .view-object > div.photo {
  max-height: 620px; }

.view-object-main-section > .view-object > div.photo > img {
  max-width: -moz-available; }

.view-object-main-section {
  padding-top: 0px; }

.filter-selectors input[type="checkbox"] + label .path1 {
  display: block; }

.filter-selectors input[type="checkbox"] + label .path2 {
  display: none; }

.filter-selectors input[type="checkbox"]:checked + label .path1 {
  display: none; }

.filter-selectors input[type="checkbox"]:checked + label .path2 {
  display: block; }

.tiny .list-cont {
  top: 50px; }

.tourism-filter {
  height: calc(100vh - 160px);
  padding-bottom: 20px; }

.tiny .tourism-filter {
  height: calc(100vh - 80px); }

.rating {
  margin-top: 10px;
  border: none;
  float: left; }

.rating > label {
  color: #FABA00;
  float: right; }

.rating > label:before {
  margin: 5px;
  font-size: 22px;
  font-family: FontAwesome;
  content: "\f006";
  display: inline-block; }

.rating > input {
  display: none; }

.rating > input:checked ~ label:before,
.rating:not(:checked) > label:hover:before,
.rating:not(:checked) > label:hover ~ label:before {
  content: "\f005"; }

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label:before,
.rating > input:checked ~ label:hover ~ label:before {
  content: "\f005"; }

.star-rating {
  margin: 0 !important; }

body.sideClose .tourism-content {
  margin: 0 auto !important; }

.tiny .tourism.list-cont {
  padding-top: 0; }

.gpx-btn {
  float: right;
  font-size: 12px;
  margin: 15px;
  margin-top: 0; }

.user-location-btn {
  user-select: none;
  box-shadow: 0px 1px 4px -1px;
  border-radius: 2px;
  cursor: pointer;
  background-color: white;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 10px; }

.user-location-btn:hover, .user-location-btn:focus {
  background-color: white; }

.gm-control-active:hover > img:nth-child(1), .gm-control-active:active > img:nth-child(1) {
  display: block; }

.accomodation-view-stars {
  margin-bottom: 15px; }

.objects-list .one .photo {
  position: relative; }

.booking_hover .booking-icon {
  z-index: 20 !important;
  position: absolute !important;
  top: 10px !important;
  margin-left: 25px !important;
  left: 0 !important;
  min-width: 30px !important;
  width: 30px !important;
  height: 30px !important; }

.booking_hover {
  z-index: 5; }

.call_to_action {
  position: absolute;
  left: 35px;
  top: 10px;
  transition: 1s;
  width: 0px;
  height: 30px;
  background-color: #173581;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.call_to_action a {
  visibility: hidden;
  opacity: 0;
  line-height: 30px; }

.accomodation-list-stars {
  position: absolute;
  z-index: 2;
  right: 20px;
  padding: 7px 10px;
  top: 10px; }

.page-photo {
  min-height: 450px !important; }

.sagment-desc.no-grey-bottom:after {
  display: none; }

.route-view {
  padding-left: 0; }

.trip-time {
  padding-left: 7px; }

@media only screen and (min-width: 767px) {
  .booking_hover:hover .call_to_action {
    width: 100px; }
  .booking_hover:hover .call_to_action a {
    padding: 0 20px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 1s linear;
    color: #EEF2F7;
    background: none; } }

@media only screen and (max-width: 768px) {
  .page-photo {
    min-height: 210px !important; } }

@media only screen and (max-width: 768px) {
  .tiny .tourism-filter {
    height: calc(100vh - 40px); } }

@media (max-width: 660px) {
  .gpx-btn {
    float: none;
    margin-top: 5px; } }
