body {
	font-family: 'GothamRounded-Book';
	color: #333333;
	font-size: 14px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

@font-face {
	font-family: 'GothamRounded-Book';
	src: url('../font/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
		url('../font/GothamRounded-Book.woff') format('woff'),
		url('../font/GothamRounded-Book.ttf') format('truetype'),
		url('../font/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

.max-1280 {
	max-width: 1280px;
	margin: 0 auto;
	width: 98%;
}

.clearfix {
	width: 100%;
}

a,
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
	outline: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.logo a {
	display: block;
	margin-top: 10px;
	max-width: 220px;
}

.logo-border {
	background-color: rgb(187, 216, 107);
	left: 50%;
	width: 100vw;
	height: 1px;
	position: relative;
	transform: translateX(-50%);
	margin-top: 20px;
}

.header-wrapper {
	position: relative;
	z-index: 1000;
}

.header-holder {
	width: 100%;
}

.mainmenu {
	font-size: 18px;
	display: flex;
	justify-content: center;
}

.content-wrapper-main .blog-featured .page-header {
	width: 100%;
	display: block;
}

.mainbody a {
	color: #19322B;
	text-decoration: underline;
}

.content-holder_in>.mainbody>.blog>.row-fluid .item .page-header h2 {
	font-size: 15px;
}

.content-wrapper-main .blog-featured .row-fluid,
.content-holder_in>.mainbody>.blog>.row-fluid {
	position: relative;
	width: 30%;
	margin: 25px auto;
	min-width: 310px;
}

.content-holder_in>.mainbody>.blog>.row-fluid {
	overflow: hidden;
}

.content-holder_in ul {
	display: flex;
	flex-direction: column;
}

.menu-109 .content-holder_in>.mainbody>.blog>.row-fluid {
	width: 50%;
	margin: 4.5%;
	flex-grow: 1;
	max-width: 90px;
	min-width: unset;
}

.menu-109 .content-holder_in>.mainbody>.blog>.row-fluid .item .page-header,
.menu-124 .content-holder_in>.mainbody>.blog>.row-fluid .item .page-header,
.menu-123 .content-holder_in>.mainbody>.blog>.row-fluid .item .page-header {
	display: none;
}
.menu-124 .content-holder_in>.mainbody>.blog>.row-fluid .item dl.article-info {
	margin-bottom: 0;
}
.menu-124 .content-holder_in>.mainbody>.blog>.row-fluid .item dl.article-info dt {
	display: none;
}
.menu-124 .content-holder_in>.mainbody>.blog>.row-fluid .item dl.article-info dd.category-name {
	font-size: 15px;
	margin: 0;
}
.menu-109 .content-holder_in>.mainbody>.blog>.row-fluid .item>.page-header+div {
	height: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 100%;
}

.menu-109 .content-holder_in>.mainbody>.blog>.row-fluid .item>.page-header+div a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-125 .content-holder_in>.mainbody>.blog>.row-fluid,
.menu-126 .content-holder_in>.mainbody>.blog>.row-fluid,
.menu-167 .content-holder_in>.mainbody>.blog>.row-fluid,
.menu-167 .content-holder_in>.mainbody>.blog>.row-fluid  {
	max-width: 220px;
	min-width: 125px;
}


.content-holder_in>.mainbody>.blog>.row-fluid .item img {
	width: 100%;
	height: auto;
	margin: 0 !important;
}

.mainmenu ul {
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	justify-content: space-between;
	min-width: 100%;
	position: relative;
}

.mainmenu>ul>li>a {
	padding-bottom: 15px;
}

.mainmenu ul li {
	float: left;
	padding: 0;
}

.mainmenu ul li a {
	display: block;
	white-space: nowrap;
	position: relative;
}

.mainmenu ul .item-120 {
	padding: 0;
}

.mainmenu ul li:hover span {
	color: #bbd86b;
}

.mainmenu ul li a:hover,
.mainmenu ul li.active>a,
.mainmenu ul li.active>span {
	color: #bbd86b;
}

.mainmenu ul li ul {
	position: absolute;
}

.mainmenu ul.menu li.sfHover>ul.nav-child,
.mainmenu ul.menu>li.active>ul.nav-child,
.mainmenu ul.menu li.active .show-child {
	z-index: 999;
	visibility: visible;
	display: flex !important;
	flex-wrap: wrap;
}

.mainmenu ul.menu li.sfHover>ul.nav-child {
	z-index: 1000;
}

.mainmenu ul.menu li ul.nav-child {
	margin-top: 0;
	padding: 0;
	position: absolute;
	z-index: -999;
	visibility: hidden;
	top: 100%;
	left: 0;
	font-size: 14px;
	display: flex;
	background-color: #f5f5f5;
	transition-duration: unset !important;
	justify-content: flex-start;
}

.mainmenu ul.menu li ul.nav-child:before {
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: #f5f5f5;
	height: 80px;
}

.mainmenu ul.menu li ul.nav-child li a {
	padding: 8px 0;
}

.mainmenu ul.menu li ul.nav-child li {
	margin-right: 20px;
}

.mainmenu ul.menu li ul.nav-child li ul.nav-child {
	top: 100%;
	left: 0;
}

.mainmenu ul.menu li ul.nav-child li ul.nav-child:before {
	display: none;
}

.header-i {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.cevresel-marka-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
}
.cevresel-marka-wrapper  > div {
	width: 100%;
	max-width: 840px;
}
.cevresel-marka-wrapper a{
	background-repeat: no-repeat;
	background-position: center right;
	width: 100%;
	height: 205px;
	position: relative;
	display: block;
	border: none;
	text-decoration: none;
}
.cevresel-marka-wrapper .cevresel-faydalar a {
	background-image: url("../images/cevresel-faydalar.png");
}
.cevresel-marka-wrapper .marka-sozlesmeleri a {
	background-image: url("../images/marka-sozlesmeleri.png");
}
.cevresel-marka-wrapper a h3 {
	position: relative;
	top: 75px;
	display: flex;
	font-size: 25px;
	color: #00853e;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 20px;
	font-weight: bold;
	max-width: 50%;
}

.social-medya-akis {
	background: url(../images/social-medya-akis.jpg) repeat;
}

.social-media-cards {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

.alt-facebook {
	margin-left: 10%;
}

.social-media-cards>div {
	width: 33%;
	max-width: 300px;
	position: relative;
}

.alt-facebook h2,
.alt-twitter h2 {
	position: relative;
	left: -35px;
	top: 7px;
	padding: 10px 20px;
	margin: 0;
	color: #FFF;
	font-size: 22px;
	z-index: 66;
}

.alt-facebook h2 {
	background-color: #3b5997;
}

.alt-twitter h2 {
	background-color: #00acee;
}

.social {
	max-width: 200px;
	display: flex;
	flex-direction: column;
}

.social-title {
	font-size: 26px;
	padding-bottom: 10px;
	border-bottom: 2px solid currentColor;
	color: #173029;
	text-align: right;
}

.social-list {
	padding: 0;
	display: flex;
	width: 100%;
	justify-content: flex-end;
	list-style: none;
}

.social-list li {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-grow: 1;
	height: 30px;
	width: 25%;
	margin-right: 20px;
}

.social-list li a {
	width: 100%;
	height: 100%;
	display: block;
}

.social-list li:hover {
	opacity: .9;
	transform: scale(.92);
}

.social-list li.facebook {
	background-image: url(../images/icons/face.png);
}

.social-list li.twitter {
	background-image: url(../images/icons/twit.png);
}

.social-list li.instagram {
	background-image: url(../images/icons/inst.png);
}

.social-list li.youtube {
	background-image: url(../images/icons/you.png);
}

.social-list li.linkedin {
	background-image: url(../images/icons/link.png);
}

.allbody-in .footer-wrapper .copyright ul.social-list {
	align-self: baseline;
	max-width: 225px;
}

.allbody-in .content-holder_in .item-page ul.tablo {
	list-style: none;
}

/* haberler */
.haberler .nspArt img.nspImage {
	width: 100%;
	height: auto;
}
.nspArt img.nspImage {
	margin: 0 auto;
}

.haberler .nspArt h4.nspHeader {
	font-size: 16px;
	margin: 5px 0 5px 36px;
}

.haberler .nspArt .nspImageWrapper {
	height: 0;
	padding-bottom: 53%;
	overflow: hidden;
	width: 100%;
	max-width: 330px;
	margin: 0 auto !important;
}

.haberler .moduletable {
	position: relative;
}

.haberler .moduletable .nspMain .readon-button {
	bottom: -19px;
	right: 0;
	padding: 8px 0;
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	background-color: #173029;
	width: 300px;
	color: #ffffff;
	justify-content: space-around;
	font-size: 22px;
}

.haberler {
	width: 100%;
	margin-top: 50px;
}

.haberler .max-1280 {
	background-color: rgba(187, 216, 107, 1);
	padding-top: 25px;
}

.haberler .nspMain {
	overflow: unset;
	display: flex;
	overflow: hidden;
}

.haberler .nspMain .nspArts {
	overflow: unset;
}

.haberler .nspArt .fleft {
	float: none;
}

.haberler .nspMain .nspTopInterface {
	padding-right: 55px;
	padding-bottom: 10px;
}

/* yayinlar */

.mainbody .yayinlar {
	width: 100%;
	padding: 0;
	margin-top: 120px;
	position: relative;
}

.mainbody .yayinlar>.max-1280 {
	background-color: #333333;
	position: relative;
}

.yayinlar .max-1280:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background-color: #535353;
}

.yayinlar .yayin-list {
	display: flex;
	list-style: none;
	justify-content: space-around;
	padding: 0;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 6;
}

.yayin-list li {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	position: relative;
	min-height: 390px;
	padding: 65px 0;
	align-items: center;
	width: 100%;
	border-right: 1px solid #535353;
}

.yayin-list li:first-child {
	border-left: 1px solid #535353;
}

.yayin-list li>h1 {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	margin-top: 18px;
	font-size: 30px;
}

.yayin-list li>.moduletable {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.yayin-list li>.moduletable h3 {
	order: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #cfe872;
	font-size: 18px;
	margin: 14px 0;
}

.yayin-list .okuyun .nspImage {
	max-width: 165px;
}

/* logolar */

.logolar .max-1280 .moduletable>h3 {
	background-color: #19322b;
	max-width: 330px;
	height: auto;
	color: #fff;
	padding: 0 15px;
	margin: 0;
	display: flex;
	align-items: center;
}

.logolar .max-1280 .moduletable {
	display: flex;
	border: 1px solid;
	margin: 0;
	margin: 100px 0 100px 0;
}

.logolar .nspArtPage.active.nspCol1 {
	margin-left: 28px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

.header-wrapper .header-i .search-lang-links .header-links {
	margin-right: 25px;
}

.header-wrapper .header-i .search-lang-links .header-links a {
	border-bottom: 2px solid #bbd86b;
	padding: 0 0 0 40px;
	margin-left: 30px;
}

.content-wrapper-main .haberler .gkNspPM>figure figcaption .separator,
.content-wrapper-main .haberler .gkNspPM>figure figcaption time,
.content-wrapper-main .haberler .gkNspPM>figure figcaption p {
	display: none;
}

table {
	border-collapse: collapse;
	border: 1px solid #cecece;
}

table td {
	border: 1px solid #cecece;
	padding: 5px;
}

table th {
	background-color: #bbd86b;
	padding: 10px;
}
.menu-161 table tr td:nth-of-type(2n+1) {
	background-color: #f5f5f5;
	padding: 10px;
}
.date,
.location {
	background-color:#bbd86b;
	font-size: 16px;
	display: inline-block;
	padding: 12px;
	margin-right: 10px;
}
.allbody-in .mainbody .blog>h2 {
	font-size: 15px;
	width: 100%;
	flex-grow: 1;
}

.sitemap a {
	display: inline-block;
	font-size: 12px;
}

.sitemap a:hover {}

.sitemap {
	text-align: right;
}

.footer-wrapper {
	background-color: #333333;
	padding: 10px 0;
}

.footer-wrapper .footer-max-1280 {
	max-width: 1280px;
	margin: 0 auto;
	width: 98%;

}

.footer-wrapper .footer .copyright-wrapper {
	position: relative;
	width: 100%;
}

.footer-wrapper .copyright .footer-right .disual img:hover {
	border-bottom: 1px solid #bbd86b;
	padding-left: 20px;
}

.copyright {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #FFF;
}

.footer-left {
	display: flex;
	flex-direction: column;
}

.footer-left a {
	color: #FFF !important;
}

.footer-right {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.footer-right .tel p {
	background-color: #bbd86b;
	padding: 1px 15px;
	font-size: 20px;
	color: #173029;
}
.content-wrapper-in {
	padding-bottom: 200px;
	min-height: 120px;
	width: 100%;
	flex-grow: 1;
}
.content-wrapper-in p img {
	max-width: 100vw;
	height: auto;
}
.menu-158 .content-wrapper-in .item-page div[itemprop="articleBody"] > p img {
	width: 100%;
	height: auto;
	margin: 0 !important;
}
.menu-158 .item-page .moduletable form #bfPage1 section {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-self: center;
}
.menu-158 .item-page .moduletable form #bfPage1 section input[type="checkbox"] {
	position: relative;
	margin: 0;
}
.menu-158 .item-page .moduletable form #bfPage1 section#bfElemWrap191,
.menu-158 .item-page .moduletable form #bfPage1 section#bfElemWrap195 {
	background-color: transparent !important;
}
.menu-158 .item-page .moduletable form #bfPage1 section#bfElemWrap191 span,
.menu-158 .item-page .moduletable form #bfPage1 section#bfElemWrap195 span {
	display: none;
}
.menu-158 .item-page .moduletable form #bfPage1 section#bfElemWrap191 label,
.menu-158 .item-page .moduletable form #bfPage1 section#bfElemWrap195 label {
	width: 100%;
	font-size: 22px;
	margin-top: 20px;
	padding-left: 0;
}
.menu-158 .item-page .moduletable form #bfPage1 section#bfElemWrap70 {
	flex-direction: column;
	justify-content: center;
}
.search-lang-links {
	width: 98%;
	display: flex;
	justify-content: flex-end;
	height: 100%;
	position: relative;
	margin-top: 10px;
}

.search-lang-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.lang-wrapper {
	display: flex;
}

.lang-wrapper a {
	width: 37px;
	height: 37px;
	display: inline-block;
	overflow: hidden;
	border-bottom: 1px solid transparent;
}

.lang-wrapper a:hover {
	opacity: .7;
}

.search-wrapper {
	position: relative;
	margin-right: 15px;
}

.search-wrapper form label {
	width: 25px;
	height: 23px;
	display: inline-block;
	text-indent: -99999px;
	font-size: 0;
	top: 2px;
	z-index: 2;
	right: 0;
	cursor: pointer;
	background-image: url(../images/search.png);
	position: absolute;
	background-repeat: no-repeat;
}

.search-wrapper form input.search-query {
	width: 0px;
	padding: 5px 8px;
	text-indent: 13px;
	transition-duration: .7s;
	opacity: 0;
	position: absolute;
	right: 0;
	border: none;
	border-radius: .5px;
	border-bottom: 2px solid #bbd86b;
	outline: none;
}

.search-wrapper form input.search-query:focus {
	width: 200px;
	opacity: 1;
}

.content-holder_in .mainbody {
	display: flex;
	justify-content: center;
}

.content-holder_in .mainbody .item-page,
.content-holder_in .mainbody .blog,
.content-holder_in .mainbody .contentpane {
	max-width: 1280px;
	width: 98%;
	display: flex;
	flex-wrap: wrap;
}
iframe {
	border: none;
}
.mainbody .item-page>.page-header,
.content-holder_in .blog>h2 {
	position: relative;
	padding: 75px 0 15px 0;
	margin: 0;
	width: 100%;
}

.contentpane {
	width: 100%;
}

.allbody-in .mainbody .item-page div[itemprop="articleBody"],
.mainbody .blog .items-leading {
	width: 100%;
	padding: 40px 45px 0 45px;
}

.mainbody .blog .items-leading {
	display: flex;
	flex-direction: column;
}

.menu-107 .allbody-in .mainbody .item-page div[itemprop="articleBody"] {
	padding: 0;
}

.allbody-in .content-holder_in .blog .page-header h2 a {
	border-bottom: 2px solid #bbd86b;
}

.allbody-in .mainbody .item-page .mainbody .blog .articleBody {
	display: flex;
	flex-direction: inherit;
}

.mainbody .items-leading>div {
	position: relative;
}

.mainbody .items-leading .readmore {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
}

.mainbody .items-leading .readmore .btn {
	border-bottom: 2px solid #bbd86b;
	padding-left: 5px;
}

.mainbody .items-leading .readmore .btn:hover {
	padding-left: 30px;

}

.content-holder_in>.mainbody>.blog>.row-fluid .item {
	width: 100%;
}

.responsive-video-wrapper {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

.responsive-video {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	margin: 0;
}

.responsive-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.contentpane {
	margin-top: 100px;
}

.content-holder_in .mainbody .item-page>.page-header:after,
.content-holder_in .blog>h2:after {
	content: "";
	background-color: #f5f5f5;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	transform: translateX(50%);
	right: 50%;

}

.content-holder_in {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.blog .items-more .nav {
	list-style: none;
	margin-top: 50px;
	font-size: 16px;
}

.blog .items-more .nav li {
	margin-top: 18px;
	border-left: 5px solid #bbd86b;
	padding-left: 10px;
}

.blog .items-more .nav li:hover {
	padding-left: 15px;
}


.kurul {
	list-style: none;
	position: relative;
	margin-top: 30px;
	height: 260px;
	width: 100%;
}

.kurul span {
	position: absolute;
}

.kurul span a {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	font-size: 20px;
	display: inline-block;
	background-color: #333333;
	color: #ffffff;
	padding: 3px 10px;
	margin: 0;
	list-style: none !important;
}

._en .kurul span a {
	font-size: 17px;
}

.kurul span a:hover {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	background-color: #666666;
}

.dik {
	border-left: 2px solid #333333;
	display: inline-block;
	height: 50px;
	position: absolute;
	z-index: -1;
}

.yatay {
	border-top: 2px solid #333333;
	display: inline-block;
	width: 50px;
	position: absolute;
	height: 2px;
	z-index: -1;
}

.dik-bir {
	left: 332px;
	top: 28px;
}

._en .dik-bir {
	top: 25px;
	left: 352px;
}

.dik-iki {
	left: 332px;
	top: 106px;
}

._en .dik-iki {
	top: 100px;
	left: 352px;
}

.dik-uc {
	left: 332px;
	top: 180px;
}

._en .dik-uc {
	left: 352px;
	top: 174px;
}

.dik-dort {
	height: 26px;
	left: 332px;
	top: 256px;
}

._en .dik-dort {
	left: 352px;
	top: 250px;
	height: 30px;
}

.dik.dik-bes {
	left: 118px;
	top: 280px;
	height: 26px;
}

.dik.dik-alti {
	top: 280px;
	left: 548px;
	height: 26px;
}

.k-bir {
	left: 270px;
}

._en .k-bir {
	left: 276px;
}

.k-iki {
	left: 256px;
	top: 78px;
}

._en .k-iki {
	top: 75px;
	left: 276px;
}

.k-ikiiki {
	left: 462px;
	top: 39px;
}

._en .k-ikiiki {
	top: 37px;
	left: 482px;
}

.k-uc {
	left: 255px;
	top: 156px;
}

._en .k-uc {
	left: 265px;
	top: 148px;
}

.k-dort {
	left: 245px;
	top: 226px;
}

._en .k-dort {
	left: 236px;
	top: 224px;
}

.k-bes {
	left: 86px;
	top: 306px;
}

._en .k-bes {
	left: 64px;
	top: 306px;
}

.k-alti {
	left: 462px;
	top: 306px;
}

._en .k-alti {
	left: 402px;
	top: 306px;
}


.yatay-bir {
	left: 333px;
	top: 53px;
	width: 130px;
}

._en .yatay-bir {
	left: 353px;
	top: 49px;
}

.yatay-iki {
	left: 412px;
	top: 169px;
}

._en .yatay-iki {
	left: 446px;
	top: 159px;
	width: 22px;
}

.yatay-uc {
	left: 205px;
	top: 169px;
}

._en .yatay-uc {
	left: 243px;
	top: 160px;
	width: 22px;
}

.yatay-uzun {
	left: 119px;
	top: 280px;
	width: 430px;
}

._en .yatay-uzun {
	left: 119px;
	top: 280px;
}

a.site,
.jwts_slidecontent p a {
	background: url(../images/site-icon-green.png) no-repeat 115px center #8bc53f;
	border: 1px solid #4d7519;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration: none;
	text-shadow: 1px 1px #415d1e;
	width: 130px;
}

a.site:hover,
.jwts_slidecontent p a:hover {
	background-position: 118px center;
}
.wf_file {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color:	#bbd86b;
	font-size: 14px;
	padding: 4px 20px;
	width: max-content;
	text-decoration: none !important;
}
.wf_file_icon {
	max-width: 32px !important;
	height: auto;
	width: 100%;
	margin-right: 10px;
}

/* E-Bulten -> */
.bulten-modul .bfPageIntro p {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid currentColor;
	color: #173029;
	text-align: right;
	font-size: 26px;
}

.bulten-modul .bfElemWrap {
	position: relative;
	color: #19322b;
	font-size: 20px;
	padding: 0 !important;
	background: transparent !important;
}

.bulten-modul .bfElemWrap label {
	display: none;
}

.bulten-modul .ff_elem {
	width: 100% !important;
	background: #bbd86b;
	padding: 5px 12px;
	border: none;
	outline: none;
	margin-bottom: 5px !important;
	font-size: 18px;
}

.bulten-modul .bfQuickMode .bfSubmitButton,
p a.button {
	display: flex;
	width: 100%;
	font-size: 18px;
	background-color: #173029;
	border: none;
	outline: none;
	text-align: center;
	padding: 5px 10px;
	justify-content: center;
	align-items: center;
	color: #bbd86b;
}

p a.button {
	text-decoration: none;
}

.bulten-modul .bfQuickMode .bfSubmitButton:hover,
p a.button:hover {
	background-color: #173029af;
}

/* <- E-Bulten */


/*------------------middle fix------------------*/
@font-face {
	font-family: 'titillium';
	src: url('../font/webfont.eot');
	src: url('../font/webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/webfont.woff2') format('woff2'),
		url('../font/webfont.woff') format('woff'),
		url('../font/webfont.ttf') format('truetype'),
		url('../font/webfont.svg#titillium') format('svg');
	font-weight: normal;
	font-style: normal;
}

.content-holder_in>.mainbody .item-page>.page-header>h2>a,
.content-holder_in>.mainbody>.blog>h2>span,
.content-holder_in>.mainbody>.blog>.page-header>h1 {
	font-size: 30px;
	color: #373d41;
}

#layerslider {
	position: relative;
}

.slideshow-wrapper {
	margin: auto 0;
}

.ls-bottom-nav-wrapper {
	display: block;
}

.ls-bottom-slidebuttons {
	position: absolute;
	width: 100%;
	flex-direction: row;
	bottom: 0px;
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%);
	justify-content: flex-end;
	align-items: flex-end;
}

.ls-bottom-slidebuttons a {
	width: 50px;
	height: 8px;
	background: #383838;
	position: relative;
	margin: 0 10px;
	transition-duration: .3s;
}

.ls-bottom-slidebuttons a.ls-nav-active {
	height: 2px;
}

.ls-bottom-slidebuttons a:last-child {
	margin-right: 0;
}

.ls-bottom-slidebuttons a:hover {
	opacity: .8;
}

#layerslider>a {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	float: none;
	height: 15px;
	margin: 0 auto;
	position: relative;
	width: 60px;
	z-index: 20;
}

#layerslider a.ls-nav-prev {
	background-position: 0 0;
}

#layerslider a.ls-nav-next {
	background-position: 0 -15px;
}

.ls-thumbnail-hover {
	display: none !important;
}

.article_seperator {
	border-bottom: 2px solid #333B87;
	display: block;
	height: 2px;
	margin: 0 0 40px;
	width: 100%;
}

.footer-wrapper {
	position: relative;
	width: 100%;
}

.allbody {
	overflow: hidden;
}

.allbody-in {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}

.content-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}

.header-wrapper *,
.content-wrapper-main *,
.content-wrapper-in *,
.footer-wrapper * {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

.pagination {
	background-color: #dddddd;
	display: inline-block;
	margin-top: 30px;
	position: relative;
	width: 100%;
}

.pagination p {
	display: block;
	margin-left: 5px;
	position: absolute;
}

.pagination ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #FFFFFF;
}

.pagination ul li {
	list-style: none;
	float: left;
	display: inline-block;
	border-left: 1px solid #FFFFFF;
}

.pagination ul li>* {
	display: block;
}



.menu-106 .tablo {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}

.menu-106 .tablo>li {
	display: flex;
	align-self: flex-start;
	flex-basis: 100%;
	flex-direction: column;
	width: 50%;
	text-align: right;
	padding: 20px 15px 20px 0;
	position: relative;
}

.menu-106 .tablo>li:before {
	content: "";
	position: absolute;
	right: -1px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #CCC;
}

.menu-106 .tablo>li:after {
	content: "";
	position: absolute;
	left: auto;
	right: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #CCC;
	border: 1px solid #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.menu-106 .tablo>li:nth-child(odd):after {
	right: auto;
	left: -5px;
}

.menu-106 .tablo>li:nth-child(odd):before {
	right: auto;
	left: -1px;
}

.menu-106 .tablo>li:nth-child(odd) {
	align-self: flex-end;
	padding-left: 15px;
	text-align: left;
}

.menu-106 .tablo>li>b {
	margin-bottom: 20px;
	font-size: 18px;
}

.menu-106 .tablo>li>b:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #CCC;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*------------------contact fix------------------*/
.content-holder_in>.mainbody>.contact a.accordion-toggle {
	position: relative;
	font-family: 'museo_sans100';
	font-size: 26px;
	margin-top: 40px;
	display: block;
}

.content-holder_in>.mainbody>.contact #basic-details {
	opacity: 0;
}

.content-holder_in>.mainbody>.contact #basic-details.in {
	opacity: 1 !important;
}

.content-holder_in>.mainbody>.contact #display-form {
	opacity: 0;
}

.content-holder_in>.mainbody>.contact #display-form.in {
	opacity: 1;
}

.content-holder_in>.mainbody>.contact #basic-details dl {
	font-family: 'museo_sans100';
	font-size: 14px;
}

.content-holder_in>.mainbody>.contact #basic-details dt span {
	font-family: 'ico';
	font-size: 30px;
	color: #fd075e;
}

.content-holder_in>.mainbody>.contact #basic-details dt {
	display: block;
	float: left;
}

.content-holder_in>.mainbody>.contact #basic-details dd .contact-country {
	display: inline-block;
	margin-bottom: 10px;
}

.content-holder_in>.mainbody>.contact form {
	width: 100%;
}

.content-holder_in>.mainbody>.contact fieldset {
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 30px;
}

.content-holder_in>.mainbody>.contact fieldset legend {
	color: #FD075E;
}

.content-holder_in>.mainbody>.contact input,
.content-holder_in>.mainbody>.contact textarea {
	border: 1px solid transparent;
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.content-holder_in>.mainbody>.contact input:hover,
.content-holder_in>.mainbody>.contact textarea:hover {
	background-color: #dddddd;
}

.content-holder_in>.mainbody>.contact input:focus,
.content-holder_in>.mainbody>.contact textarea:focus {
	border: 1px solid #92c949;
	background-color: #dddddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.content-holder_in>.mainbody>.contact label {
	font-family: 'museo_sans100';
	font-size: 20px;
	margin-top: 10px;
	display: block;
}

.content-holder_in>.mainbody>.contact input#jform_contact_email_copy {
	width: auto;
}

.content-holder_in>.mainbody>.contact button {
	font-family: 'museo_sans100';
	font-size: 30px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	border: none;
	padding: 10px;
	background-color: #8bc53f;
	color: #373d41;
	cursor: pointer;
	float: right;
	margin-right: -19px;
}

.content-holder_in>.mainbody>.contact button:hover {
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

/*------------------left-menu fix------------------*/
.content-holder_in .left_menu {
	position: relative;
	opacity: 1;
}

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

.left_menu>ul,
.left_menu>.gkNspPM {
	margin: 0;
}

.left_menu>ul>li,
.left_menu>.gkNspPM>div {
	margin-bottom: 30px;
}

.left_menu a {
	font-size: 18px;
	display: block;
	text-align: right;
}

.left_menu a:hover {}

.left_menu>ul>li>a {
	margin-bottom: 5px;
}

.left_menu>ul ul {
	padding-right: 10px;
	border-right: 1px solid #7e7e7e;
}

.left_menu>ul ul a {
	font-size: 15px;
	margin-bottom: 5px;
}

.left_menu>ul ul li {
	margin-bottom: 10px;
}

.left_menu>ul ul ul {
	padding-right: 10px;
}

.left_menu>ul ul ul a {
	font-size: 12px;
	margin-bottom: 0;
}

.left_menu>ul ul ul li {
	margin-bottom: 0px;
}

.content-holder_in>.left_menu>.gkNspPM>div>div>h3 {
	margin: 0;
	padding: 0;
}

.content-holder_in .bfClearfix form {
	font-family: 'GothamRounded-Book';
	font-size: 18px;
	font-weight: normal;
}

.content-holder_in .bfClearfix form input[type="text"],
.content-holder_in .bfClearfix form textarea {
	font-family: 'GothamRounded-Book';
	margin: 0;
	padding: 10px 20px;
	border: none;
	background-color: #bbd86b;
	font-size: 18px;
}

.content-holder_in .bfClearfix form span,
.content-holder_in .bfClearfix form section {
	position: relative;
	min-height: 40px;
}

.content-holder_in .bfClearfix form label {
	display: block !important;
	padding-left: 20px;
}

.content-holder_in .bfClearfix form input[type=checkbox] {
	position: absolute;
	margin-top: 4px;
}

.content-holder_in .bfClearfix form #bfElemWrap64,
.content-holder_in .bfClearfix form #bfElemWrap69 {
	width: 100%;
	font-size: 14px;
}

.content-holder_in .bfClearfix form #bfElemWrap64 label,
.content-holder_in .bfClearfix form #bfElemWrap69 label {
	width: 100%;
	font-size: 14px;
}

.content-holder_in .bfClearfix form .bfSubmitButton {
	display: flex;
	width: 100%;
	font-size: 18px;
	background-color: #173029;
	border: none;
	outline: none;
	text-align: center;
	padding: 5px 10px;
	justify-content: center;
	align-items: center;
	color: #bbd86b;
}

.content-holder_in .bfClearfix form .bfSubmitButton:hover {
	background-color: #173029af;
}

.content-holder_in .bfClearfix form button span {
	min-height: auto;
}
.allbody-main .logolar .nspMain {
	width: 100%;
}
.menu-165 .blog .item table {
	width: 100% !important;
	height: auto !important;
}
.menu-165 .blog .item table tr:nth-of-type(n+2) {
	display:none;
}
.menu-165 .blog .item table tr:nth-of-type(1) a {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
}
.menu-165 .blog .item table tr:nth-of-type(1) a img {
	width: 100%;
}
/**** Here is the MessageBox ****/
.message-box {
	position: relative;
	width: 100%;
	z-index: 100;
}

.message-box * {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

.message-box a.close {
	cursor: pointer;
	width: 20px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.60);
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 12px;
	line-height: 48px;
}

.message-box h4 {
	background-color: rgba(0, 0, 0, 0.20);
	float: left;
	margin: 0;
	color: #ffffff;
	width: -o-calc(100% - 24px);
	width: calc(100% - 24px);
}

.message-box .alert {
	display: inline-block;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
}

.message-box .alert>div {
	width: -o-calc(100% - 24px);
	width: calc(100% - 24px);
	float: left;
	color: #ffffff;
}

.message-box p {
	margin: 0 auto;
	max-width: 1024px;
}

.message-box .alert>* {
	padding: 12px;
}

.message-box div.alert-error {
	background-color: #A32326;
}

.message-box div.alert-warning {
	background-color: #C5B129;
}

.message-box div.alert-notice {
	background-color: #629B2D;
}

.message-box div.alert-message {
	background-color: #3B759F;
}

/*--- Here is the MessageBox ---*/