html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.container  {
	width: 96%;
	margin: 0 auto;
	max-width: 1440px;
}

.container-sm {
	max-width: 840px;
}

.p-wrapper {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 700px;
}

.row {
	display: flex;
	flex-direction: row;
}

.row-main {
	flex-direction: column;
}

.row-responsive {
	flex-direction: column;
}

.row-full {
	justify-content: space-between;
}

.row-inline {
	flex-direction: row;
}


ul {
	padding: 0;
	margin: 0;
}

.sr-only {
	display: none;
}


/*Typography*/

/*
h1, h2, h3, h4 {
	font-family: 'Red Hat Display', sans-serif;
}
*/

.inline li{
	display: inline;
}


/*Local Tasks*/

.tabs ul {
	display: flex;
}

.tabs li {
	list-style: none;
	display: inline-block;
	padding: 5px;
}


.breadcrumb {
	font-size: 14px;
	opacity: 0.5;
}

/*Grid*/

	.grid, .view-grid > .view-content  {
		display: grid;
	    grid-gap: 0 1rem;
	    gap: 0 1rem;
	    grid-template-columns: repeat(6,1fr);
	    grid-auto-flow: row dense;
	}

@media (min-width: 767px) {
	.grid, .view-grid > .view-content  {
		display: grid;
	    grid-gap: 0 1rem;
	    gap: 0 1rem;
	    grid-template-columns: repeat(12,1fr);
	    grid-auto-flow: row dense;
	}

}



/*Buttons*/
/*
.flag a {
	display: inline-block;
	padding: 0.5rem 1rem;
	border: 1px solid #333;
	background: #fff;
	position: relative;
	margin-bottom: 1rem;
}
.flag a:hover {
	border: 1px solid #333;
	transform: translateY(-3px);
}

.flag a:before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    right: 0;
    bottom: 0;
    border: 1px solid #333;
    background: #fff;
    z-index: -1;
}*/

/*.btn, .btns a {
	display: inline-block;
    background: #fff;
    border: 1px solid #999;
    color: #000;
    padding: 0.4em 1em;
    border-radius: 0;
    font-weight: bold;
}
.btn:hover, .btns a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}*/

.btn, .btns a, .more-link a {
    display: inline-block;
    padding: 0.2rem 1.2rem;
    border: 1px solid #000;
    text-align: center;
    transition: background-color .15s ease-out,color .15s ease-out;
    font-size: 1.125rem;
    line-height: 180%;
    background: #fff;
    color: #000;
    border-radius: 30px;
    white-space: nowrap;
}

.more-link a {
	font-size: 1.35rem;
    padding: 0.3rem 1.4rem;
}

.btn:hover, .btns a:hover, .more-link a:hover {
    border: 1px solid #4EAC66;
    background: #4EAC66;
    color: #fff;
}

.btns-links li {
	list-style: none;
	display: inline-block;
}

.btns-links a {
	display: inline-block;
	border: 0;
	line-height: 1.35;
	color: #666;
	font-weight: normal;
	margin-right: 0.5rem;/*
	border-bottom: 2px solid #4EAC66;*/
	padding: 0 1px;
/*  background-image: -o-linear-gradient(330deg, #4EAC66 0, #4EAC66 100%);
  background-image: -o-linear-gradient(330deg, #4EAC66, #4EAC66);
  background-image: linear-gradient(120deg, #4EAC66, #4EAC66);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 0;
  -webkit-transition: background-size .125s ease-in;
  -o-transition: background-size .125s ease-in;
  transition: background-size .125s ease-in*/
}

.btns-links a:hover {
	background-size: 100% 100%;
  border-color: #4EAC66;
  color: #000
}

/*Map*/

.leaflet-container {
	filter: grayscale(100%) brightness(110%);
}


/*Tabs*/

#block-voyage-primary-local-tasks {
	    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #eee;
}

/*pages*/

.view-header {
	margin-bottom: 1rem;
}

.view-header .view-content {
	margin-bottom: 2rem;
}

.main {
	margin-top: 20px;
}

.grid .view-header,
.grid .view-footer,
.grid .pager {
	grid-column: span 12;
}

.grid > article{
	grid-column: span 3;
}

/*Places*/


/*Info*/

.row-main  {
	flex-direction: row;
	position: relative;
}


.view-articles-navigation ul {
	margin: 0;
	padding: 0;
}

.view-articles-navigation li {
	list-style: none;
	margin: 0;
}

/*Region Content*/

.region-content .block--title, .path-frontpage .page-title {
	font-size:3rem;
	font-weight: bold;
	margin-top: 3rem;
	margin-bottom: 2rem;
}


.links--taxonomy {
	font-size: 1.25rem;
}

/*Breadcrumbs*/


.breadcrumb li:not(:first-child):before {
   content: "/"
}


#block-voyage-breadcrumbs {
	position: absolute;
	top: 1rem;
	color: #666;
    background: #eee;
    padding: 0 1rem 0 2rem;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 0.9rem;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    background: #eee url(../img/back.svg) 10px center no-repeat;
    background-size: 16px;
    z-index: 999;
}

/*Flag Popup*/

.ui-dialog.ui-widget, .ui-dialog:not(.ui-dialog-off-canvas) {
	background: #fff!important;
	padding: 0rem!important;
	color: #000!important;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #333!important;
    border-radius: 20px!important;
}

.ui-dialog-titlebar {
	background: transparent!important;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    background: #000!important;
}