/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600");*/
/*@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Montserrat:400,500,600,700,800,900&display=swap&subset=latin-ext");*/
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap&subset=latin-ext");
/*
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Lora', serif;
font-family: 'Merriweather', serif;
*/
body {
	background-color: #fff;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #0F1F2D;
}
@media (max-width: 991.98px) {
	body {
		font-size: 14px;
		line-height: 1.35;
	}
}
@media (max-width: 767.98px) {
	body {
		font-size: 12px;
		line-height: 1.2;
	}
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	font-family: 'Merriweather', serif;
}

input[type="button"]:focus, button:focus{
   outline:none;
}
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
   border: 0;
}

/*h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}*/


a {
	color: #3F86C6;
}
a:hover {
	color: #0056b3;
	text-decoration: none;
}


.container-main {
	width: 100%;
	margin: 0 auto;
}
.wrapper {
	margin: 0 auto;
}


// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { }


.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
@media (max-width: 767.98px) {
	.img-responsive {
		width: 100%;
	}
}


.bg__grey1 {background-color: #e9e9e9;}
.bg__grey2 {background-color: #F4F6F6;}
.bg__blue1 {background-color: #3F86C6;}
.bg__red1 {background-color: #F14F48;}
.bg__green1 {background-color: #0E9560;}


.breadcrumb-wrap {
	border-bottom: 4px solid #767575;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	font-family: 'Merriweather', serif;
	font-size: .85rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #3F86C6;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb a {
	color:#3F86C6;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb span {
	display: inline-block;
	padding: 0 6px;
}
.breadcrumb .active {
	color:#F14F48;
}


.pagination {
	border-radius: 0;
	margin-bottom: 0;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}
.pagination .page-link {
	color: #3F86C6;
}
.page-link:focus {
	box-shadow: none;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color:#3F86C6;
	border-color:#3F86C6;
}


.header {
	font-family: 'Merriweather', serif;
}
.header-top {
	background-color:#fff;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	width: 100%;
	z-index: 50;
	transition: .4s;
	padding: 12px 0;
}
.header-top__slogan-box {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	height: 100%;
	transition: .4s;
}
.header-top__slogan {
	font-weight: 600;
}
.header-top__slogan a {
	color :#0F1F2D;
}
.header-top__slogan a:hover {
	color:#3F86C6
}
.header-top__logo-box {
	position: relative;
}
.header-top__logo {
	position: absolute;
	z-index: 20;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 20%);
}
.header-top__logo a {
	display: inline-block;
}
.header-top__logo img {
	width: 100%;
}
.header-top__right {
	display: flex;
	display: -ms-flexbox;
}
.header-top__menu-lang {
	flex:70%;
	height: 100%;
	display: flex;
	justify-content: right;
}
.header-top__menu-lang .navbar-nav {
	height: 100%;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
}
.header-top__menu-lang .menu-item {
	margin-right: 8px;
}
.header-top__menu-lang a {
	font-weight: 600;
	color: #0F1F2D;
}
.header-top__menu-lang a:hover {
	color:#3F86C6;
}
.header-top__search {
	flex:30%;
}
.header-top__search-box {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
@media (max-width: 991.98px) {
	.header-top__logo {
		transform: translate(-50%, 15%);
	}
	.header-top__logo .logo-lg {
		width: 80px;
	}
}
@media (max-width: 767.98px) {
	.header-top__slogan {
		font-size: .80rem;
	}
	.header-top {
		font-size: 12px;
	}
	.header-top__logo {
		transform: translate(-50%, 30%);
	}
	.header-top__logo .logo-xs {
		width: 24px;
	}
}
.header-middle {
}
.header-middle__background {
	border-bottom: .5rem solid #0F1F2D;
}
.header-middle__background-image {
	padding: 190px 0;
	min-height: 30px;
	background-size: cover;
	background-position: center 0;
	transition: .4s;
}
@media (max-width: 991.98px) {
	.header-middle__background-image {
		padding: 100px;
	}
}
.header-middle__txt-c {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%);
	width: 100%;
}
.header-middle__txt1 {
	font-family: 'Lora', serif;
	font-size:1.4rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0.4rem;
	text-align: center;
}
.header-middle__txt1 span {
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
.header-middle__txt1 span:before,
.header-middle__txt1 span:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 3rem;
}
.header-middle__txt1 span:before {
	right: 0.5em;
	margin-left: -50%;
}
.header-middle__txt1 span:after {
	left: 0.5em;
	margin-right: -50%;
}
.header-middle__txt2 {
	font-size:3.8rem;
	font-weight: 700;
	line-height: 1;
}
@media (max-width: 991.98px) {
	.header-middle__txt2 {
		font-size:2rem;
	}
}


.header-top.is-sticky {
	padding: 4px;
	font-size: .86rem;
}
.header-top__logo .logo-xs {
	display: none;
}
.header-top.is-sticky .header-top__logo {
	top:-8px;
}
.header-top.is-sticky .header-top__logo .logo-xs {
	display: inline-block;
}
.header-top.is-sticky .header-top__logo .logo-lg {
	display: none;
}
.below-sticky{}
.sticky.is-sticky {
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.97);
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
	animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

@keyframes fadeInDown {
  from {
	opacity: 0;
	transform: translate3d(0, -100%, 0);
  } to {
	opacity: 1;
	transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}


.scroll-top {
    bottom: 40px;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 4px;
    background-color: #3F86C6;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.scroll-top.not-visible {
	bottom: -50px;
	visibility: hidden;
	opacity: 0;
}
.scroll-top i {
	line-height: 40px;
	color: #fff;
	font-size: 25px;
}


.footer {
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: 0.75rem;
}
.footer__c {
	background: #0F1F2D;
}
.footer .logo .img-responsive {
	margin: 0;
}
.footer__text-contact {
	margin-bottom: 1rem;
}
.footer .social {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: right;
	-webkit-justify-content: right;
}
.footer .social ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .social li {
	list-style: none;
	float: left;
	margin-right: 15px;
}
.footer .social li a {
	display: inline-block;
	background-color: #3F86C6;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	width: 60px;
	height: 60px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
}
@media (max-width: 991.98px) {
	.footer .social {
		justify-content: center;
	}
	.footer .social li a {
		font-size: 24px;
		width: 48px;
		height: 48px;
	}
}


.menu-footer {
}
.menu-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
.menu-footer li {
	list-style: none;
}
.menu-footer a {
	padding: 8px 0;
	color: #fff;
}
.menu-footer a:hover {
	text-decoration: underline;
}
@media (max-width: 991.98px) {
	.menu-footer a {
		font-size: 14px;
	}	
}


.section-title {
	line-height: 1;
	width: 100%;
	position: relative;
	text-align: center;
	font-family: 'Merriweather', serif;
}
.section-title__c {
	background: transparent;
	display: inline-block;
}
.section-title__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}


.section-htitle {
	padding-bottom: 15px;
	border-bottom: .44444444444rem solid #0F1F2D;
}
.section-htitle__title {
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
}


.section-icn__c {
	text-align: center;
	background-color: #fff;
}
.section-icn__c.hvr {
	cursor: pointer;
	transition: 0.2s;
}
.section-icn__c.hvr:hover {
	background-color: #3F86C6;
}
.section-icn__c .icnh-sm,
.section-icn__c .icnh-md {
	margin: 0 auto;
}
.section-icn__title {
	font-weight: 600;
	margin-top: 20px;
	height: 48px;
}
.section-icn__title.fnt {
	font-family: 'Merriweather', serif;
}
.section-icn__c a:hover .section-icn__title.fnt {
	text-decoration: underline;
}
.section-icn__c.hvr .section-icn__title {
	font-weight: 700;
	font-style: italic;
}
.section-icn__c.hvr:hover .section-icn__title {
	color:#fff;
}
.section-icn__desc {
	margin-top: 10px;
	font-style: italic;
	color: #0F1F2D;
	text-decoration: none;
}


.section-topic__item-row {
	margin-right: -4px;
	margin-left: -4px;
}
.section-topic__item-col {
	padding-right: 4px;
	padding-left: 4px;
}
.section-topic__item-box {
	height: 100%;
	*width: 100%;
	*height: 0;
	*padding-bottom: 100%
}
.section-topic__item {
	padding: 1rem;
	height: 100%;
	transition: 0.2s;
}
.section-topic__nr {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 2rem;
	height: 2rem;
	color:#0F1F2D;
	background-color: transparent;
	border: 2px solid #0F1F2D;
	border-radius: 50%;
	font-family: 'Merriweather', serif;
	font-weight: 600;
}
.section-topic__txt1 {
	color:#0F1F2D;
	padding-top:2rem;
}
.section-topic__txt2 {
	color:#fff;
	font-family: 'Merriweather', serif;
	font-weight: 800;
	font-size: 1.4rem;
}


.section-topic__item.style__blue {
	background-color:#3F86C6;
}
.section-topic__item.style__blue:hover {
	background-color:#0F1F2D;
}
.section-topic__item.style__blue:hover .section-topic__nr {
	color:#F14F48;
	border: 1px solid #F14F48;
}
.section-topic__item.style__blue:hover .section-topic__txt1 {
	color:#F14F48;
}


.section-topic__item.style__black {
	background-color:#0F1F2D;
}
.section-topic__item.style__black .section-topic__nr {
	color:#F14F48;
	border: 1px solid #F14F48;
}
.section-topic__item.style__black .section-topic__txt1 {
	color:#F14F48;
}
.section-topic__item.style__black:hover {
	background-color:#F14F48;
}
.section-topic__item.style__black:hover .section-topic__nr {
	color:#0F1F2D;
	border: 1px solid #0F1F2D;
}
.section-topic__item.style__black:hover .section-topic__txt1 {
	color:#0F1F2D;
}


.section-topic__item.style__red {
	background-color:#F14F48;
}
.section-topic__item.style__red:hover {
	background-color:#0F1F2D;
}
.section-topic__item.style__red:hover .section-topic__nr {
	color:#F14F48;
	border: 1px solid #F14F48;
}
.section-topic__item.style__red:hover .section-topic__txt1 {
	color:#F14F48;
}



.searchbox__c {
	position: relative;
	background-size: cover;
	background-position: center 0;
	color:#0F1F2D;
}
.searchbox__form {
	*margin:5rem 0 5rem 5rem;
	border-top:8px solid #0F1F2D;
	background-color: #00ADEE;
	padding: 1rem;
}
.searchbox__form-title {
	font-family: 'Merriweather', serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1;
	text-transform: uppercase;
}
.searchbox__form-c {
	margin-top: 1rem;
}
.searchbox__form-label {
	font-size: .90rem;
	line-height: 1.5rem;
}
.searchbox__form-hint {
	font-size: .80rem;
}
.searchbox__form-input {
	background-color: #fff;
	padding: .4rem;
	line-height: 1;
	position: relative;
}
.searchbox__form-input input {
	border: 0;
	padding: 0;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	height: 1.5rem;
}
.searchbox__form-input button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: 0;
	line-height: 1;
	background-color: #fff;
}
.searchbox__form-input button i {
	font-size: 1rem;
}

@media (max-width: 991.98px) {
		
}
@media (max-width: 767.98px) {
		
}
@media (max-width: 575.98px) {
		
}



.mapsearch {}
.eventsearch {}

.eventsearch .searchbox__form {
	background-color: #FFF;
}
.eventsearch .searchbox__form-label {
	color: #3F86C6;
}
.eventsearch .searchbox__form-hint {
	color: #767575;
}
.eventsearch .searchbox__form-input {
	background-color: #BEBCBB;
}
.eventsearch .searchbox__form-input button {
	background-color: #BEBCBB;
}


.postbox__c {
	background-color: #0F1F2D;
	color: #fff;
	*padding: 1.5rem 5rem;
}
.postbox__title {
	display: inline-block;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 4px solid #fff;
	*margin-bottom: 1.5rem;
	*padding-bottom: .5rem;
}
.postbox__item-c {
	height: 100%;
	background-color: #fff;
}
.postbox__item-img {}
.postbox__item-content {
	padding: .75rem;
}
.postbox__item-title {
	color: #3F86C6;
	font-size: .9rem;
	line-height: 1.25;
}
.postbox__item-c a:hover .postbox__item-title {
	color:#0056b3;
}
.postbox__item-txt {
	color: #767575;
	font-size: .8rem;
	line-height: 1.25;
	margin-top: 1rem;
}

.visit{}
.gastro{}

.gastro .postbox__c {
	background-color: #F14F48;
}


.tlinks {
	font-family: 'Merriweather', serif;
}
.tlinks__items {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.tlinks__items ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tlinks__items li {
	list-style: none;
	*float: left;	
}
.tlinks__item {
	line-height: 1;
	font-size: .8rem;
	color:#3F86C6;
	font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.tlinks__item {
		font-size: .6rem;
	}
}
.tlinks__item-spacer {
	padding: 0 1rem;
}


.bannersection__c {
	position: relative;
	background-size: cover;
	background-position: center 0;
	color:#0F1F2D;
}
.bannersection__box {
	border-top:8px solid #0F1F2D;
	background-color: #FFF;
	padding: 1rem;
}
.bannersection__title {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1.1;
}
.bannersection__txt {
	color: #3F86C6;
	line-height: 1.2;
	margin-top: 1rem;
}
.bannersection__btn {
	font-family: 'Merriweather', serif;
	background-color: #00ADEE;
	padding: .5rem;
	margin-top: 1rem;
}
.bannersection__btn-txt {
	font-size: .8rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
}


.post__image {
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
	margin: auto;
}
.post__image img {
	width: 100%;
	height: 100%;
}
.post__content_wrap {
	padding-left: 18px;
}
@media (max-width: 991.98px) {
	.post__content_wrap {
		padding-left: 0;
	}
}
.post__title {
	font-family: 'Merriweather', serif;
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	word-wrap: break-word;
	border-bottom: 4px solid #f14f48;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}
.post__title-subinfo {
	font-size: 1.4rem;
	font-style: italic;
}
@media (max-width: 991.98px) {
	.post__title {
		font-size: 2.4rem;
	}
}
.post__content {
	color: #737476;
	font-size: 1.2rem;
	text-align: justify;
}

.post__fields {
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
}
.post__fields ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post__fields li {
	list-style: none;
	margin-top: .5rem;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: left;
	justify-content: left;
	-webkit-justify-content: left;
}
.post__fields li:first-child {
	margin-top: 0;
}
.post__field-icon {
	font-size: 2rem;
	width: 48px;
	height: 48px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-shrink: 0;
}
.post__field-icon.__round {
	color: #fff;
	background-color: #0F1944;
	border-radius: 50%;
	font-size: 1.64rem;
}
.post__field-text {
	font-size: .64rem;
	margin-left: 16px;
	color: #3F86C6;
	word-break:break-all;
}
.post__fields li.post__field-project.__text-column {
	flex-direction: column;
	align-items: flex-start;
	justify-content: left;
}
.post__field-project.__text-column .post__field-title {
	font-size: 1.48rem;
	font-weight: 600;
}
.post__field-project.__text-column .post__field-text {
	font-size: 1.48rem;
	font-weight: 600;
	margin-left: 0;
}



.posts__c {
	background-color: #0F1F2D;
	padding: 1.89rem;
}
.posts__c a {
	display: inline-block;
	width: 100%;
}
.posts__col {
	padding-top: 1.89rem;
}
.posts__cattitle {
	color:#fff;
	font-family: 'Merriweather', serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 8px solid #fff;
	padding-bottom: 8px;
}
.posts__post {
	text-align: center;
	background-color: #fff;
	transition: .2s;
}
.posts__post-image {
	display: inline-block;
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	margin: 15px auto;
}
.posts__post-image img {
	width: 200px;
}
.posts__post-content {
	padding: 1rem;
	height: 8rem;
	line-height: 1.2;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.posts__post-title {
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	font-size: .9rem;
	font-weight: 700;
}
.posts__post-desc {
	margin-top: .5rem;
	color: #0F1F2D;
	font-size: .8rem;
	font-style: italic;
}
.posts__post-btn {
	background-color: #3F86C6;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: .9rem;
	font-weight: 700;
	padding: 1rem;
}

.posts__post:hover {
	background-color: #3F86C6;
	color: #fff;
}
.posts__post:hover .posts__post-title {
	color: #fff;
}
.posts__post:hover .posts__post-btn {
	background-color: #fff;
	color: #3F86C6;
}

.posts__pagination {
	font-family: 'Merriweather', serif;
	font-size: .9rem;
	font-weight: 700;
}
.posts__pagination .pagination-wrap {
	padding-top: 1.89rem;
}
.posts__pagination a {
	transition: .2s;
}
.posts__c .alert {
	font-family: 'Merriweather', serif;
	font-size: .9rem;
	font-weight: 700;
	margin: 0;
}
.posts__c .alert p {
	margin: 0;
}


/*
.section_news-list {
	border-top:10px solid #fff;
	border-bottom: 10px solid #fff;
}
.news-list__post {
	margin-top: 30px;
	background-color: #fff;
}
.news-list__image-col {
	padding-right: 0;
}
.news-list__image {
	position: relative;
	overflow: hidden;
}
.news-list__date {
	
}
.news-list__content {
	padding: 15px 15px 15px 0;
	display: flex; 
	flex-direction: column;
	height: 100%;
}
@media (max-width: 991.98px) {
	.news-list__content {
		padding: 10px 10px 10px 0;
	}
}
.news-list__title,
.news-list__title a {
	color:#3F86C6;
	margin: 0px;
}
.news-list__title a:hover {
	text-decoration: underline;
}
.news-list__intro {
	color:#737476;
	padding-top: 10px;
	margin: 0px;
}
.news-list__content.is_featured .news-list__title {
	font-size: 1.3rem;
}
.news-list__content.is_featured .news-list__intro {
	font-size: 1.1rem;
}
.news-list__tag {
	color:#737476;
	font-size: 0.75rem;
	font-family: 'Merriweather', serif;
	font-weight: 600;
	padding-top: 10px;
	margin-top: auto;
}
.news-list__tag a {
	color:#737476;
	display: inline-block;
}
.news-list__tag a:hover {
	text-decoration: underline;
}
*/

/*
	SIDEBAR
*/
/*
.sidebar_categories {
	margin-top: 30px;
	font-size: 0.75rem;
	font-weight: 500;
	font-family: 'Merriweather', serif;
}
.sidebar_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar_categories li {
	list-style: none;
	margin-top:.5rem;
}
.sidebar_categories li:first-child {
	margin-top:0;
}
.sidebar_categories a {
	
}
.sidebar_categories a:hover {	
}
*/

/*
	Icon sprite: icnh
	sm (x/y): 0 100 200 300 400 / 0
	md (x/y): 0 100 200 300 400 / 80 180
*/
.icnh-sm {
	width: 60px;
	height: 60px;
	background-image: url(../images/icnh.png);
	background-repeat: no-repeat;
}
.icnh-md {
	width: 80px;
	height: 80px; 
	background-image: url(../images/icnh.png);
	background-repeat: no-repeat;
}
/* md */
.icnh-app{
	background-position: 0px 0px;
}
.icnh-ski{
	background-position: -100px 0px;
}
.icnh-bike{
	background-position: -200px 0px;
}
.icnh-route{
	background-position: -300px 0px;
}
.icnh-emergency{
	background-position: -400px 0px;
}