/* Common styles for all menus */
.menu {
	line-height: 1;
	margin: 0 auto 3em;
}

.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}

.menu__item__current { border-bottom: 6px solid #75b63e !important; }

/* Stack items for smaller screens */
@media screen and (max-width:55em) {
	.menu__list {
		display: block;
		margin: 0 auto;
	}
}

.nav li.nav__active a, .nav a:hover {
    border-color: #75b63e ;
    color: #373f45;
}

.nav a {
    display: block;
    float: left;
    font-size: 12px;
    color: #676767;
    padding-bottom: 1.6875rem;
    padding-top: 2rem;
    border-bottom: 6px solid #f1f1f1;
}
.img-thumbnail
{
border: 1px solid #d4da2e;
}

.anabanner { margin-left:50%; left:-485px; position:relative; margin-bottom: 10px; /*width:100%;*/ }

@media screen and (max-width:55em) {
	.anabanner { margin-left:0; left:0; position:relative; margin-bottom: 10px; }
	.anabanner img { max-width:100%; }
}

.referanskutu { margin-bottom: 20px; min-height: 275px; }