#hide-chat {
	display: none !important;
}

.gezer-header .logo {
	display: none;
}

@media (max-width: 1199px) {
	.gezer-header .logo {
		display: block;
	}
}

.gezer-header.scrolled .logo {
	display: block;
}

body {
	padding-top: 78px;
	padding-top: 100px;
	background: #fff;
}

@media (max-width: 991px) {
	body {
		padding-top: 80px;
	}
	.cover {
		display: flex;
        flex-flow: column-reverse;
	}
}

@media (min-width: 992px) {
	.cover {
		display: flex;
	}
	
	.cover .main {
		width: 37%;
		text-align: center;
		padding: 50px;
	}

	.cover .main img {
		width: 80%;
	}

	.cover .pictures {
		width: 63%;
		position: relative;
	}
}

@media (max-width: 991px) {
	.cover .main img {
		display: none;
	}
}

@media (max-width: 991px) {
	.primary-categories {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		padding: 20px;
	}
}

.cover .primary-categories-contents > div {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 30px 50px;
	font-size: 1.2rem;
	
	color: #fff;
	
	background: #ef8260;
	background: rgb(239 130 96 / 90%);
    backdrop-filter: blur(5px);
    overflow-y: auto;
    box-sizing: border-box; 
    z-index: 1000; 
}

.cover .primary-categories-contents > div.toshav-service {
	background: rgb(42 143 120 / 90%);
}
.cover .primary-categories-contents > div.contact-us {
	background: rgb(201 30 92 / 90%);
}

.cover .primary-categories-contents .btn-close {
	background: none;
    border: 0;
    font-size: 40px;
    color: inherit;
    position: absolute;
    top: 36px;
    left: 50px;
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover .primary-categories-contents h2 {
	font-weight: bold;
	font-size: 4rem;
	margin-bottom: 20px;
}

.cover .primary-categories-contents ul {
	list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
}

.cover .primary-categories-contents ul ul {
	display: none;
}

.cover .primary-categories-contents ul > li:first-child {
	
}

.cover .primary-categories-contents ul > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	break-inside: avoid;
}
@media (max-width: 768px) {
    .cover .primary-categories-contents > div {
        padding: 20px;
    }
    
    .cover .primary-categories-contents .btn-close {
        top: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    .cover .primary-categories-contents h2 {
        font-size: 2.5rem; 
        margin-top: 40px; 
    }
}
@media (max-width: 768px) {
	.cover .primary-categories-contents ul>li {
		width: 100%;
	}
}

.cover .primary-categories-contents a {
	display: block;
    color: inherit;
    font-size: 1.3rem;
    padding: 3px 0;
}

.cover .primary-categories-contents nav a img {
	display: none;
}

.cover .primary-categories-contents .arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	color: inherit;
}

.cover .primary-categories-contents .arrow:before {
	content: '\f104';
}

.cover .chat {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

@media (max-width: 991px) {
	.cover .chat {
		width: calc(100% - 30px);
	}
}

.cover .chat .add-msg {
	position: relative;
}

.cover .chat .ai-credit {
	color: #fff;
    text-shadow: 1px 0 2px black;
    line-height: 1rem;
    padding: 5px 15px;
	font-size: .875rem;
}
.cover .chat .ai-credit a {
	color: #fff;
	text-decoration: underline;
}

.cover .chat .add-msg textarea {
	width: 100%;
	border-radius: 30px 0 0 30px;
	border: 0;
	padding: 15px;
}

.cover .chat .add-msg button {
	position: absolute;
    bottom: 14px;
    left: 8px;
    width: 40px;
    height: 40px;
    background: none;
    border: 0;
    color: #2e8f78;
    font-size: 24px;
}


.cover .chat .msgs {
	display: grid;
	align-items: end;
    height: 80%;
	overflow: auto;
	padding-left: 10px;
}

@media (max-width: 1500px) {
	.cover .chat .msgs {
		height: 70%;
	}
}

.cover .chat .msgs {
	--sb-track-color: transparent;
	--sb-thumb-color: rgb(255 255 255 / 50%);
	--sb-size: 5px;
}

.cover .chat .msgs::-webkit-scrollbar {
	width: var(--sb-size)
}

.cover .chat .msgs::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 3px;
}

.cover .chat .msgs::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
	.cover .chat .msgs {
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}
}

.cover .chat .msg {
	display: flex;
	margin-right: 50px;
	flex-direction: row-reverse;
	gap: 10px;
	margin-bottom: 20px;
}

.cover .chat .msg.user {
	flex-direction: row;
}

.cover .chat .msg .icon {
	width: 50px;
	height: 50px;
	background-image: url(images/2025/b.png);
	background-size: 100%;
}

.cover .chat .msg.user .icon {
	background-image: url(images/2025/a.png);
}

.cover .chat .msg .bubble {
	background: rgb(46 143 120 / 80%);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0 20px 20px 20px;
	padding: 10px 15px;
}

.cover .chat .msg.user .bubble {
	background: rgb(255 255 255 / 80%);
	color: #000;
	border-radius: 20px 0 20px 20px;
}

.cover .chat .msg .bubble a {
	color: inherit;
	text-decoration: underline;
}

.cover .chat .msg .bubble a:hover {
	color: inherit;
	text-decoration: none;
}

.cover .chat .msg .bubble p {
	margin-bottom: 5px;
}

.cover .chat .msg .bubble p:last-child {
	margin-bottom: 0;
}

.add-msg button:focus-visible,
#chat-msg:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.cover-slick-holder {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

@media (max-width: 991px) {
	.cover-slick-holder {
		aspect-ratio: 1 / 1;
	}
}

.cover-slick {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}



@media (min-width: 992px) {
	.primary-categories {
		text-align: left;
		position: relative;
		margin-top: 140px;
		float: left;
		width: 380px;
		height: 380px;
		z-index: 2;
	}
	.primary-categories:before {
		display: block;
		content: '';
		width: 380px;
		height: 380px;
		border-radius: 50%;
		border: 1px solid #ddd;
		position: absolute;
		z-index: -1;
		right: 60%;
		top: 0;
		background: #fff;
	}
}
@media (min-width: 1200px) {
	.primary-categories {
		transform: scale(1.2);
	}
}

@media (min-width: 992px) and (max-width: 1500px) {
	.primary-categories {
		margin-top: 20px;
        margin-left: -60px;
        transform: scale(.85);
		text-align: left;
	}
}


@media (min-width: 992px) {
	.primary-categories a {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		width: fit-content;
		font-size: 1.2rem;
		color: #000;
	}
}

@media (max-width: 991px) {
	.primary-categories a {
		border: 1px solid #ddd;
		background: #fff;
		border-radius: 20px;
		display: block;
		display: flex;
		gap: 10px;
		align-items: center;
		padding: 10px;
		color: #000;
		font-size: 1rem;
	}
	
	.primary-categories a .text {
		flex-grow: 1;
	}
}

.primary-categories a .circle {
	display: block;
	width: 37px;
	height: 37px;
	border: 2px solid #fff;
	background: #ef8260;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 1px #ddd;
}

@media (max-width: 991px) {
	.primary-categories a .circle {
		width: 20px;
		height: 20px;
	}
}

@media (min-width: 992px) {
	.primary-categories > div:nth-child(1) a {
		margin-top: 40px;
		margin-left: 80px;
	}

	.primary-categories > div:nth-child(2) a {
		margin-top: 50px;
		margin-left: 127px;
	}

	.primary-categories > div:nth-child(3) a {
		margin-top: 50px;
		margin-left: 125px;
	}

	.primary-categories > div:nth-child(4) a {
		margin-top: 50px;
		margin-left: 79px;
	}
}


.primary-categories > div:nth-child(2) a .circle {
	background: #2a8f78;
}
.primary-categories > div:nth-child(3) a .circle {
	background: #c7d64e;
}
.primary-categories > div:nth-child(4) a .circle {
	background: #c91e5c;
}

.section {
	margin-top: 100px;
	position: relative;
}

@media (max-width: 991px) {
	.section {
		margin-top: 60px;
		padding: 10px;
	}
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
	color: #2a8f78;
	font-size: 2.5rem;
}

.services-top-grid {
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	padding: 15px;
}

@media (min-width: 1200px) {
	.services-top-grid {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.services-top-grid > div:first-child {
		grid-area: 1 / 1 / 2 / 2;
	}
	.services-top-grid > div:last-child {
		grid-area: 1 / 2 / 2 / 7;
	}
}


.services .banner {
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
}

@media (max-width: 991px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.services-grid > div {
	
}

.services-grid .service {
	border: 1px solid #ddd;
    border-radius: 20px;
    display: flex;
    min-height: 196px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
	background: #fff;
}

.services-grid .service.igezer {
	border: 1px solid #f8b137;
	font-weight: bold;
}

.services-grid .service:hover, .services-grid .service:focus {
	box-shadow: 0 0 30px rgb(46 143 120 / 20%);
    text-decoration: none;
    transform: scale(1.05);
}

.services-grid .service img {
	height: 100px;
}

@media (max-width: 991px) {
	.services-grid .service img {
		height: 60px;
	}
	
	.services-grid .service {
		padding: 20px;
		min-height: 120px;
		font-size: 1rem;
		line-height: 1rem;
	}
}


.event {
	display: flex;
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
	padding-right: 120px;
}

.event:before {
	content: '\f104';
	font-family: 'FontAwesome';
    position: absolute;
    left: 25px;
    top: 15px;
    width: 50px;
    height: calc(100% - 30px);
    background: #ef8260;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.event:hover:before {
	opacity: 1;
	left: 15px;
}

.event:hover, .event:focus {
    border: 1px solid #ddd;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
	text-decoration: none;
	color: #000;
}

.event:after {
	content: '';
	display: block;
	position: absolute;
	top: 66px;
	right: 30px;
	width: 70px;
	height: 1px;
	background: #ddd;
}

@media (min-width: 1700px) {
	.event:after {
		width: calc(100% - 60px);
	}
}

.event .date {
	color: #2a8f78;
	position: absolute;
	top: 26px;
    right: 30px;
}

.event .date span {
	display: block;
}

.event .date .day {
	font-size: 60px;
    line-height: 40px;
	font-weight: bold;
}

.event .date .month {
	background: #fff;
    display: block;
    position: relative;
	padding-top: 3px;
}

.event h3 {
	font-size: 1.4rem;
    margin-bottom: 19px !important;
}

.event em {
	color: #91c253;
}

.events-pic {
	border: 1px solid #ddd;
	border-radius: 30px;
	padding: 15px;
	background: #fff;
}

@media (max-width: 991px) {
	.events-pic {
		display: none;
	}
}

.events-pic img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 25px;
}

.events-read-more {
	margin-top: 15px;
}

@media (max-width: 991px) {
	.events-read-more {
		text-align: center;
	}
}

/**/

.main-article {
	color: #000;
	display: block;
	margin-bottom: 30px;
}

.main-article:hover, .main-article:focus {
	color: #000;
	text-decoration: none;
}

.main-article .row {
	align-items: center;
}

.main-article .pic {
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 40px;
	overflow: hidden;
	background: #fff;
}

.main-article .pic img {
	width: 100%;
	border-radius: 30px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-article:hover .pic img, .main-article:focus .pic img {
	transform: scale(1.01);
}

.main-article h3 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.main-article {
		margin-bottom: 30px;
		display: block;
	}
}

@media (min-width: 992px) {
	.main-article h3 {
		max-width: 80%;
	}
}

.main-article h3:after {
	content: '';
	display: block;
	height: 3px;
	background: #c7d64e;
	width: 10%;
	margin-top: 25px;
}

.main-article .read-more {
	color: #2a8f78;
}

@media (min-width: 992px) {
	.more-articles {
		border: 1px solid #ddd;
		border-radius: 30px;
		padding: 15px;
	}
}

.article {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	display: block;
}

@media (max-width: 991px) {
	.article {
		margin-bottom: 30px;
	}
}

.article img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.article:hover img, .article:focus img {
	transform: scale(1.1)
}

.article .info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 15px;
	
	background: #2A8F78;
	background: linear-gradient(0deg, rgba(42, 143, 120, 1) 0%, rgba(42, 143, 120, 0) 100%);
	padding-top: 30%;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}


.article:hover .info, .article:focus .info {
	padding-top: 50%;
}

.article .info h3 {
	font-weight: bold;
	color: #fff;
	font-size: 1.3rem;
}

.article .info h3:before {
	content: '';
	display: block;
	height: 3px;
	background: #ee8164;
	width: 20%;
	margin-bottom: 15px;
}



/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
	.news {
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.news {
		width: 100%;
		float: left;
		background: none;
		border-top: 0;
		padding: 10px 0;
		margin: 0;
		position: relative;
        z-index: 1;
	}
}

.news .content {
    position: relative;
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news h2 {
	background: #fff;
    color: #2a8f78;
	border-left: 2px solid #2a8f78;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: .219rem 0 .219rem 1rem;
    margin: 0;
    z-index: 5;
}

.news h2 a {
	color: inherit;
}

@media (max-width: 991px) {
	.news h2 {
		display: none;
	}
}

@media (min-width: 992px) {
	.bn-news {
		padding-right: 100px;
	}
}

.bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: inherit;
}

.bn-news ul li a:after {
	content: "\2022";
    color: #2a8f78;
	margin: 0 10px 0 15px;
}

.bn-news ul li a:hover, .bn-news ul li a:focus {
	color: #2a8f78;
	text-decoration: underline;
}


.news .date {
	font-weight: bold;
}



.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #111;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
	width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #ffffff;
    color: #2a8f78;
    padding: 0;
    margin-right: 5px;
    border: 0 !important;
}

.bn-arrow {
    top: -1px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #2a8f78;
}

.bn-play::after {
    border-left-color: #2a8f78;
}

.bn-controls button:hover {
    background-color: #2a8f78;
	color: #fff;
	box-shadow: 0 0 5px rgb(255 255 0 / 90%);
}

.bn-controls button:hover .bn-pause::before, .bn-controls button:hover .bn-pause::after {
    background-color: #fff;
}

.bn-controls button:hover .bn-play::after {
    border-left-color: #fff;
}

/**/

.news-marquee {
	height: 300px;
	overflow: hidden;
}



.services:before {
	position: absolute;
	top: -160px;
    right: -30px;
	display: block;
	content: '';
	width: 400px;
	height: 400px;
	background-image: url(images/2025/deco-star.svg);
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
	z-index: -1;
}


@media (max-width: 991px) {
	.services:before {
		top: -169px;
		right: 0;
		width: 100%;
		height: 400px;
	}
}


@media (min-width: 992px) {
	.services:after {
		position: absolute;
		top: -70px;
		left: 0;
		display: block;
		content: '';
		width: 730px;
		height: 730px;
		background: url(images/2025/deco-circle.svg?v=4);
		background-size: contain;
		box-sizing: border-box;
		background-position: -170px 0;
		background-repeat: no-repeat;
		z-index: -1;
	}
}

@media (min-width: 992px) and (max-width: 1500px) {
	.services:before {
		transform: scale(.7);
		transform-origin: right;
	}
	
	.services:after {
		transform: scale(.8);
		transform-origin: left;
	}
	
	.cover .main {
		margin-bottom: -140px;
	}
}


.events:before {
	position: absolute;
    bottom: -340px;
    left: 120px;
    display: block;
    content: '';
    width: 400px;
    height: 400px;
    background: url(images/2025/deco-star.svg);
    background-size: contain;
    box-sizing: border-box;
    z-index: -1;
}


@media (min-width: 992px) and (max-width: 1500px) {
	.events:before {
		transform: scale(.7);
		transform-origin: left top;
	}
}


@media (max-width: 991px) {
	.events:before {
		width: 100%;
        height: 400px;
        left: 0;
	}
}



.stations-overflow {
	overflow-x: hidden;
}


@media (min-width: 992px) {
	.events-scroll {
		overflow-y: auto;
		height: 810px;
	}
}

/**/

.hot-subjects {
    text-align: center;
    margin-top: 80px;
}

.hot-subjects ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hot-subjects ul li {
	display: inline-block;
	margin: 15px;
}

.hot-subjects a {
	display: block;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px 25px;
	font-size: 1.3rem;
	color: #000;
	position: relative;
}


.hot-subjects a:before {
	content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    margin-right: -15px;
    background: url(images/2025/star.png);
    background-size: contain;
}

.hot-subjects a:hover, .hot-subjects a:focus {
    box-shadow: 0 0 30px rgb(46 143 120 / 20%);
    text-decoration: none;
    transform: scale(1.05);
}


@media (max-width: 991px) {
	.hot-subjects {
		text-align: center;
		background: #d2dd78;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		padding: 20px;
		margin-top: 10px;
	}

	.hot-subjects ul li {
		margin: 5px;
	}

	.hot-subjects a {
		font-size: 1rem;
		padding: 5px 15px;
		background: #fff;
	}
	.hot-subjects a:before {
		right: 3px;
		top: 6px;
	}
}

/**/

.stations-grid {
	display: flex;
	justify-content: center;
}

@media (max-width: 991px) {
	.stations-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

.stations-grid img {
	width: 100%;
}

.stations-grid .item {
	text-align: center;
}

.stations-grid .item h3 {
	color: #2a8f78;
	font-size: 1.5rem;
}

.stations-grid .sub-menu {
	display: none;
}

.stations-grid .stations-grid-col {
	position: relative;
}

.stations-grid .item {
	position: relative;
}

.stations-grid .item:after {
	content: '';
    display: block;
    width: 1px;
    background: #ddd;
    position: absolute;
    bottom: -20px;
    left: -1px;
    height: 60%;
}

@media (max-width: 991px) {
	.stations-grid .stations-grid-col:nth-child(2n) .item:after {
		content: none;
	}
}

.stations-grid .stations-grid-col:last-child .item:after {
	content: none;
}

.stations-grid .stations-grid-col:hover .sub-menu {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	z-index: 9;
	border-right: 1px solid #2a8f78;
	border-bottom: 1px solid #2a8f78;
	border-left: 1px solid #2a8f78;
	border-radius: 0 0 20px 20px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 35px 30px rgba(0, 0, 0, 0.1);
}

.stations-grid .stations-grid-col:hover .sub-menu:after {
	content: '';
    display: block;
    width: 1px;
    background: #2a8f78;
    position: absolute;
    bottom: 20px;
    left: -1px;
    height: 150%;
}

.stations-grid .stations-grid-col:hover .sub-menu:before {
	content: '';
    display: block;
    width: 1px;
    background: #2a8f78;
    position: absolute;
    bottom: 20px;
    right: -1px;
    height: 150%;
}

@media (max-width: 991px) {
	.stations-grid .stations-grid-col:hover .sub-menu:after,
	.stations-grid .stations-grid-col:hover .sub-menu:before	{
		height: 150%;
	}
}

.stations-grid .stations-grid-col:hover h3 {
	font-weight: bold;
}

.stations-grid .stations-grid-col:hover .sub-menu > div {
	margin-top: 5px;
}

.stations-grid .stations-grid-col:hover .sub-menu a {
	color: #000;
	font-size: 1.2rem;
}

.stations-grid .stations-grid-col:hover .sub-menu a:hover {
	color: #2a8f78;
}

.stations-grid .stations-grid-col:hover .sub-menu a:before {
	content: "\f104";
	color: #2a8f78;
	padding-left: 5px;
	font-family: 'FontAwesome';
}