h3[data-toggle="collapse"]:after {
  content: "\f054";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg) ;
  transition: all linear 0.25s;
  float: right;
  color: gray;
  }   
h3[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg) ;
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.9rem;
  }
  .h1, h1 {
    font-size: 1.8rem;
  }
  .h2, h2 {
    font-size: 1.5rem;
  }
  .h3, h3 {
    font-size: 1.3rem;
  }
  .h4, h4 {
    font-size: 1.1rem;
  }
  .h5, h5 {
    font-size: 1.0rem;
  }
  .small, small {
    font-size:70%;
  } 

}
.grid-sizer,
.grid-item-33 {
  width: 33.333%;
}
.grid-item-66 {
  width: 66.666%;
}
.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
  width:100%;
}
.navbar {
	padding: 0rem;
}
.navbar li {
	padding:0.2rem 0.3rem;
}
.navbar li.active {
	background-color:#fff;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color:#212529;
}

.line {

    border-top: 1px solid #b8babe;
    width: 148px;
    display: block;
    box-shadow: 0px 1px 0px 0px white;
    margin: 10px auto 0;

}
.border-left-2 {
  border-left: 5px solid;
}
.blog-card {
	border:1px solid #eeeeee;
	border-left-width:0.25rem;
}
.border-left-color-info {
	border-left-color:#17a2b8;
}
.border-left-color-danger{
	border-left-color:#dc3545;
}
.border-left-color-success{
	border-left-color:#28a745;
}
.scrollmenu {
    background: rgb(51,105,231);
	background: linear-gradient(90deg, rgba(51,105,231,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(0,174,255,1) 100%);
    overflow: auto;
    white-space: nowrap;

} 
#navigation .nav li {
	border-right: 1px solid rgba(0,0,0,.1);	
}
#navigation .nav li a {
	color:#333; 
}


.overflow-auto {
 	overflow:auto;
}

.guide-card {
	margin-bottom:60px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.wrapper {
	display:table;
	margin-bottom:1.5rem;
	margin-top:3.5rem;
}
.svg-map{
  transform:scale(0.16);
  -webkit-transform:scale(0.174);	
}
.wrapper h2{
    display: table-cell;
}
.wrapper .guide-number {
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0rem 0.9rem 0.1rem 0.9rem;
  margin-right: 0.6rem;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  background: #333;
  color: #FFF;
  position: relative;
}

.hidden {
		display:none;
}
.primary-color {
	background-image: linear-gradient(73deg, #3369E7, #00AEFF);
}
.default-color {
	background-image: linear-gradient(284deg, #1cc7d0, #2dde98);
}
.shadow-bottom {
	box-shadow: 0 9px 12px -15px rgba(0,0,0,.5);
}

#banner h1, #banner p {
	text-shadow: #333 1px 0 10px;
}
.caption-img{
	background-color:#333;
	color:white;
	padding: 5px 7px;
	margin-bottom:15px;	
}
.caption-map{
	margin-top:-9px;
	margin-bottom:15px;
}
article h2 {
	margin-top:50px;
}
.columns {
	column-count:2;
}
a.waves-effect, a.waves-light {
    display: inline-block;
}
.btn-floating {
    z-index: 1;
    overflow: hidden;
    width: 47px;
    height: 47px;
    padding: 0;
    border-radius: 50%;
    background-color: #a6c;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn-floating, .btn-floating i {
    display: inline-block;
    color: #fff;
}
.btn-flat, .btn-floating {
    position: relative;
    margin: 10px;
}
.btn-floating, .card .card-reveal .card-title, .card-wrapper .back .card-title {
    cursor: pointer;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    z-index: 1;
}
.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
.btn .fa, .btn-floating, .picker .picker__box, .picker__date-display .clockpicker-display, .product-table td, .switch label .lever, .waves-input-wrapper {
    vertical-align: middle;
}
.custom-file-control, .waves-effect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.card .btn-action .fa.fa-chevron-right {
    margin-left: 2px;
}
.card .btn-action .fa {
    font-size: 18px;
}
.btn-floating i {
    width: inherit;
    font-size: 1.25rem;
    line-height: 47px;
    text-align: center;
}
.btn-floating, .btn-floating i {
    display: inline-block;
    color: #fff;
}

.card .btn-action {
    margin: -48px 20px -23px auto;
    background-color: #929FBA;
    height: 47px;
    width: 47px;
    line-height: 0;
}

.sperator {

top: 0;
width: 100%;
height: 110px;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: skew(0, -4deg);
-moz-transform: skew(0, -4deg);
-ms-transform: skew(0, -4deg);
-o-transform: skew(0, -4deg);
transform: skew(0, -4deg);
}

.text-grad {
	display: inline-block;
	background: linear-gradient(73deg, #3369E7, #00AEFF);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
body {
	background: #f9fcfd;
}

/* algolia */
.aa-suggestions {
	margin:0px;
}
.aa-input-container {
  display: inline-block;
  position: relative; }
.aa-input-search {
  width: 100%;
  border: 1px solid rgba(228, 228, 228, 0.6);

  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button, .aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
    display: none; }
.aa-input-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #e4e4e4; }
.aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, 0.6);
  min-width: 300px;
  margin-top: 10px;
  box-sizing: border-box; }
.aa-suggestion {
  padding: 1px;
  cursor: pointer;
}
.aa-suggestion + .aa-suggestion {
    border-top: 1px solid rgba(228, 228, 228, 0.6);
}
  .aa-suggestion:hover, .aa-suggestion.aa-cursor {
    background-color: rgba(241, 241, 241, 0.35); }
	
@media (max-width: 575.98px) {
  #banner h1 {
    /*font-size: 1.5rem;*/
  }
  .card-columns {
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;
   }
}

/* BADGES */
.badge_medium {
	background-image: url('/media/badge_medium.png');
	height:86px;
	width:87px;
	content: '';
	vertical-align: middle;
	
}
.badge_medium_comment_l0 {
	background-position: 0em 0em;
}
.badge_medium_guide_l0 {
	background-position: -5.3em 0em;
}
.badge_medium_itinerary_l0 {
	background-position: -10.8em 0em;
}
.badge_medium_photo_l0 {
	background-position: -16.2em 0em;
}
.badge_medium_vote_l0 {
	background-position: -21.6em 0em;
}
.badge_medium_user_l0 {
	background-position: -27.1em 0em;
}
.badge_medium_place_l0 {
	background-position: -32.6em 0em;
}
.badge_medium_heart_l0 {
	background-position: -38.1em 0em;
}

.badge_medium_comment_l1 {
	background-position: 0em -5.4em;
}
.badge_medium_guide_l1 {
	background-position: -5.3em -5.4em;
}
.badge_medium_itinerary_l1 {
	background-position: -10.8em -5.4em;
}
.badge_medium_photo_l1 {
	background-position: -16.2em -5.4em;
}
.badge_medium_vote_l1 {
	background-position: -21.6em -5.4em;
}
.badge_medium_user_l1 {
	background-position: -27.1em -5.4em;
}
.badge_medium_place_l1 {
	background-position: -32.6em -5.4em;
}
.badge_medium_heart_l1 {
	background-position: -38.1em -5.4em;
}

.badge_medium_comment_l2 {
	background-position: 0em -10.68em;
}
.badge_medium_guide_l2 {
	background-position: -5.3em -10.68em;
}
.badge_medium_itinerary_l2 {
	background-position: -10.8em -10.68em;
}
.badge_medium_photo_l2 {
	background-position: -16.2em -10.68em;
}
.badge_medium_vote_l2 {
	background-position: -21.6em -10.68em;
}
.badge_medium_user_l2 {
	background-position: -27.1em -10.68em;
}
.badge_medium_place_l2 {
	background-position: -32.6em -10.68em;
}
.badge_medium_heart_l2 {
	background-position: -38.1em -10.68em;
}

.badge_medium_comment_l3 {
	background-position: 0em -15.9em;
}
.badge_medium_guide_l3 {
	background-position: -5.3em -15.9em;
}
.badge_medium_itinerary_l3 {
	background-position: -10.8em -15.9em;
}
.badge_medium_photo_l3 {
	background-position: -16.2em -15.9em;
}
.badge_medium_vote_l3 {
	background-position: -21.6em -15.9em;
}
.badge_medium_user_l3 {
	background-position: -27.1em -15.9em;
}
.badge_medium_place_l3 {
	background-position: -32.6em -15.9em;
}
.badge_medium_heart_l3 {
	background-position: -38.1em -15.9em;
}

.badge_medium_comment_l4 {
	background-position: 0em -21.1em;
}
.badge_medium_guide_l4 {
	background-position: -5.3em -21.1em;
}
.badge_medium_itinerary_l4 {
	background-position: -10.8em -21.1em;
}
.badge_medium_photo_l4 {
	background-position: -16.2em -21.1em;
}
.badge_medium_vote_l4 {
	background-position: -21.6em -21.1em;
}
.badge_medium_user_l4 {
	background-position: -27.1em -21.1em;
}
.badge_medium_place_l4 {
	background-position: -32.6em -21.1em;
}
.badge_medium_heart_l4 {
	background-position: -38.1em -21.1em;
}

.badge_medium_comment_l5 {
	background-position: 0em -26.33em;
}
.badge_medium_guide_l5 {
	background-position: -5.3em -26.33em;
}
.badge_medium_itinerary_l5 {
	background-position: -10.8em -26.33em;
}
.badge_medium_photo_l5 {
	background-position: -16.2em -26.33em;
}
.badge_medium_vote_l5 {
	background-position: -21.6em -26.33em;
}
.badge_medium_user_l5 {
	background-position: -27.1em -26.33em;
}
.badge_medium_place_l5 {
	background-position: -32.6em -26.33em;
}
.badge_medium_heart_l5 {
	background-position: -38.1em -26.33em;
}

.rating {
    --star-size: 3;  /* use CSS variables to calculate dependent dimensions later */
    padding: 0;  /* to prevent flicker when mousing over padding */
    border: none;  /* to prevent flicker when mousing over border */
    unicode-bidi: bidi-override; direction: rtl;  /* for CSS-only style change on hover */
    text-align: left;  /* revert the RTL direction */
    user-select: none;  /* disable mouse/touch selection */
    font-size: 3em;  /* fallback - IE doesn't support CSS variables */
    font-size: calc(var(--star-size) * 1em);  /* because `var(--star-size)em` would be too good to be true */
    cursor: pointer;
    /* disable touch feedback on cursor: pointer - http://stackoverflow.com/q/25704650/1269037 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
  }
  /* the stars */
  .rating > label {
    display: inline-block;
    position: relative;
    width: 1.1em;  /* magic number to overlap the radio buttons on top of the stars */
    width: calc(var(--star-size) / 3 * 1.1em);
  }
  .rating > *:hover,
  .rating > *:hover ~ label,
  .rating:not(:hover) > input:checked ~ label {
    color: transparent;  /* reveal the contour/white star from the HTML markup */
    cursor: inherit;  /* avoid a cursor transition from arrow/pointer to text selection */
  }
  .rating > *:hover:before,
  .rating > *:hover ~ label:before,
  .rating:not(:hover) > input:checked ~ label:before {
    content: "★";
    position: absolute;
    left: 0;
    color: gold;
  }
  .rating > input {
    position: relative;
    transform: scale(3);  /* make the radio buttons big; they don't inherit font-size */
    transform: scale(var(--star-size));
    /* the magic numbers below correlate with the font-size */
    top: -0.5em;  /* margin-top doesn't work */
    top: calc(var(--star-size) / 6 * -1em);
    margin-left: -2.5em;  /* overlap the radio buttons exactly under the stars */
    margin-left: calc(var(--star-size) / 6 * -5em);
    z-index: 2;  /* bring the button above the stars so it captures touches/clicks */
    opacity: 0;  /* comment to see where the radio buttons are */
    font-size: initial; /* reset to default */
  }
  form.amp-form-submit-error [submit-error] {
    color: red;
  }		  
  .favorite-button input[type=submit] {
	width: 48px;
	height: 48px;
	cursor: pointer;
	border: none;
	margin: 1px;
	transition: background 300ms ease-in-out;
  }
  .favorite-button amp-list {
	margin: var(--space-2);
  }

  .favorite-button .heart-fill, .favorite-button .heart-border:hover {
	background: url('data:image/svg+xml;utf8,<svg fill="red" height="48" viewBox="0 0 24 24" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
	scale:0.7;
  }
  .favorite-button .heart-border {
	background: url('data:image/svg+xml;utf8,<svg fill="gray" height="48" viewBox="0 0 24 24" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
	scale:0.7;
  }
  /* While the page loads we show a grey heart icon to indicate that the functionality is not yet available. */
  .favorite-button .heart-loading,
  .favorite-button .heart-loading[placeholder] {
	background: url('data:image/svg+xml;utf8,<svg fill="%23cccccc" height="48" viewBox="0 0 24 24" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"/></svg>');
	scale:0.7;
  }
  .favorite-button .favorite-container {
	display: flex;
	align-items: center;
	justify-content: center;

  }
  .favorite-button {
	background-color:#F3F3F3;
	margin:6px;
  }
  
  
#ModalForm .modal-content {
  width: 80%;
  margin: 0 auto;
}
#ModalForm .modal-body {
  padding: 0;
}
#ModalForm .btn-close {
  position: absolute;
  right: 0;
  padding: 1em;
}

#ModalForm .myform {
  padding: 2em;
  max-width: 100%;
  color: #fff;
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
}
@media (max-width: 576px) {
  #ModalForm .myform {
    max-width: 90%;
    margin: 0 auto;
  }
}
#ModalForm .form-control:focus {
  box-shadow: inset 0 -1px 0 #7e7e7e;
}
#ModalForm .form-control {
  background-color: inherit;
  color: #fff;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
#ModalForm .myform .btn {
  width: 100%;
  font-weight: 800;
  background-color: #fff;
  border-radius: 0;
  padding: 0.5em 0;
}
#ModalForm .myform .btn:hover {
  background-color: inherit;
  color: #fff;
  border-color: #fff;
}
#ModalForm p {
  text-align: center;
  padding-top: 2em;
  color: grey;
}
#ModalForm p a {
  color: #e1e1e1;
  text-decoration: none;
}
#ModalForm p a:hover {
  color: #fff;
}  


  :root {
    --color-primary: #005AF0;
    --color-secondary: #00DCC0;
    --color-text-light: #fff;

    --space-2: 1rem;   /* 16px */

    --box-shadow-1: 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 1px -1px rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  }
  .scrollToTop {
    color: var(--color-text-light);
    font-size: 1.4em;
    box-shadow: var(--box-shadow-1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: var(--color-primary);
    z-index: 9999;
    bottom: var(--space-2);
    right: var(--space-2);
    position: fixed;
    opacity: 0.7;
    visibility: visible;
  }
  .spacer {
    width: 100vw;
    max-width: 700px;
    height: 200vh;
    background-color: var(--color-secondary);
  }
  /* we move the anchor down to componsate the fixed header */
  .target {
    position: relative;
  }
  .target-anchor {
    position: absolute;
    top: -72px;
    left: 0;
  }
  
.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}
  
  
 /*nav bar */

#navigation.secondary-nav .scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

#navigation.secondary-nav .scroll::-webkit-scrollbar {
  display: none;
}

#navigation li{
	border-bottom: 5px solid #FFFFFF;
}
#navigation li.active, #navigation li:hover{
	border-bottom: 5px solid #00AEFF;
}


#navigation.secondary-nav .dropdown {position:inherit;}
#navigation.secondary-nav .dropdown-menu {margin-top:62px !important;}
#navigation.secondary-nav .dropdown-toggle.visible {background:#fbf7fc}
#navigation.secondary-nav .dropdown-item.active, #navigation.secondary-nav .dropdown-item:active, #navigation.secondary-nav .dropdown-item:hover  {background:#00AEFF; color:#6a2c79;}
*/
/*Don't Remove this give class/id if required*/
#navigation.secondary-nav, #navigation.secondary-nav nav {
  font-size: 0;
}



#navigation.secondary-nav .vam {
  display: inline-block;
  vertical-align: middle;
}

#navigation.secondary-nav .nav {
  width: 100%;
}

#navigation.secondary-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  // cursor: pointer;
}

#navigation.secondary-nav .nav-link{
  padding: 18px 14px;
  font-size: 0.82rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  #navigation.secondary-nav::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: linear-gradient(to left, #e3e3e3, rgba(37, 40, 61, 0));
    pointer-events: none;
    transition: opacity .2s;
  }
  #navigation.secondary-nav .nav-link {padding: 14px 10px;}
}

#navigation.secondary-nav .nav-link.active {color: #000; box-shadow: inset 0px -3px 0px 0px #fdac00;}


.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero {
  position: relative;
  padding: 10px 0 10px 0;
  display: flex;
  align-items: center;
  /*background: url(../img/hero-bg.png) top center no-repeat;*/
    background-size: auto;
  background-size: cover;
}

	.hero .hero-waves{
		display: block;
		width: 100%;
		height: 60px;
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 3;	
	}
.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: #3369E7;
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: #00AEFF;
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: #f9fcfd;
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


