html {
	float:left;
	margin: 0px;
	padding:0px;
	width:100%;
	min-height:100%;
}
body {
	float:left;
	margin: 0px;
	padding:0px;
	width:100%;
	min-height:100%;
	font-family: 'Nunito Sans', sans-serif;
	color:#2c1400;
	font-size:14px;
	line-height:18px;
	background-color:#fff;
}
img {border:0px;}
*:focus {outline:0;}
a {	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	cursor:pointer;
	display:inline-block;
}
#videopen {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	opacity:0;
	display:none;
	z-index:-1;
}
#videopenic {
	position:fixed;
	float:left;
	display:none;
	z-index:9999;
}
#videopenic .kapat {
	color:#FFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:right;
	text-decoration:none;
	display:inline;
	cursor: pointer;
}
.orta {
	width:1140px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.ustalan {
	float:left;
	width:100%;
	height:140px;
	position:relative;
	background: rgba(25,154,130,1);
	background: -moz-linear-gradient(left, rgba(25,154,130,1) 0%, rgba(27,63,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,154,130,1)), color-stop(100%, rgba(27,63,114,1)));
	background: -webkit-linear-gradient(left, rgba(25,154,130,1) 0%, rgba(27,63,114,1) 100%);
	background: -o-linear-gradient(left, rgba(25,154,130,1) 0%, rgba(27,63,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(25,154,130,1) 0%, rgba(27,63,114,1) 100%);
	background: linear-gradient(to right, rgba(25,154,130,1) 0%, rgba(27,63,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199a82', endColorstr='#1b3f72', GradientType=1 );
}
.ustalan .cizgi1, .ustalan .cizgi2 {
	float:left;
	display:inline;
	height:1px;
	margin-top:35px;
	background-color:rgba(255, 255, 255, 0.5);
	margin-left:40px;
	margin-right:0px;
}
.ustalan .cizgi2 {
	margin-top:40px;
}
.ustalan .logo {
	float: left;
	display: inline;
	height: 48px;
	margin-top:20px;
	padding-left:140px;
	padding-top:4px;
	font-size:17px;
	line-height:18px;
	font-weight:800;
	text-decoration:none;
	color:#FFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position:left center;
}
.ustalan .logo span {
	font-size:16px;
	font-weight:300;
}
.ustalan .dilbar {
	float:right;
	display:inline;
	margin-top:26px;
}
.ustalan .dilbar a {
	float:left; 
	text-decoration:none; 
	font-size:13px;
	line-height:15px;
	font-weight:600; 
	color:#ffffff;
	margin-left:10px;
	padding-bottom:2px;
}
.ustalan .dilbar a:hover, .ustalan .dilbar .secili {
	border-bottom:2px solid #f2f2f2;
}
.ustalan .menu {
	float:right;
	display:inline;
	margin-top:30px;
}
.ustalan .menu .menuic {
	float:left;
}
.ustalan .menu a {
	float:left;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	padding-bottom:17px;
	margin-left:20px;
    color: #ffffff;
    text-decoration: none;
}
.ustalan .menu a:hover, .ustalan .menu .secili {
	border-bottom:5px solid #f2f2f2;
}
.ustalan .home {
	clear:left;
	float:left;
	margin-top:30px;
	width:16px;
	height:16px;
	padding-bottom:17px;
	background-image: url(../images/home_icon.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size:14px;
}
.ustalan .home:hover, .ustalan .home.secili {
	border-bottom:5px solid #f2f2f2;
}
.banneralan {
	float:left;
	display:block;
	width: 100%;
	height:510px;
	position:relative;
}
.owl-carousel.banner {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:100%;
	height:510px;
	position:relative;
}
.banner .owl-wrapper-outer, .banner .owl-wrapper, .banner .owl-item {
	height:100%;
}
.banner .bannerres {
	float:left;
	display:inline;
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bannerspot {
	float:left;
	display:inline;
	position:absolute;
	z-index:2;
	left:0px;
	top:100px;
	width:100%;
}
.bannerspot .spot {
	float:left;
	display:inline;
	width:100%;
	position:relative;
	color:#000;
	font-size:46px;
	line-height:54px;
	font-weight:700;
	margin-bottom:20px;
}
.bannerspot .spot h6 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
}

.bannerspot .spot .spotkucuk {
	float:left;
	display:inline;
	width:100%;
	font-size:20px;
	line-height:24px;
	font-weight:400;
	margin-top: -50px;

}
.bannerspot .spot span {
	font-size:40px;
	line-height:45px;
}
.bannerspot  a {
    border: 1px solid #199a83;
    background-color: #199a83;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    margin-top: 10px;
}
.bannerspot a:hover {
	background-color:#FFF;
	color:#199a83;
}
.banner.owl-theme .owl-controls {
	width:1140px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:-44px;
}
.banner.owl-theme .owl-pagination, .banner.owl-theme .owl-controls .owl-page {
	float:left;
	display:inline;
}
.banner.owl-theme .owl-controls .owl-page {
	width:12px;
	height:12px;
	margin:5px;
	position:relative;
}
.banner.owl-theme .owl-controls .owl-page span {
	position:absolute;
	width:6px;
	height:6px;
	margin:0px;
	top:2px;
	left:2px;
	background-color:#a9a9a9;
	border:1px solid #a9a9a9;
}
.banner.owl-theme .owl-controls .owl-page.active span, .banner.owl-theme .owl-controls.clickable .owl-page:hover span {
	width:10px;
	height:10px;
	top:0px;
	left:0px;
	background-color:transparent;
	border:1px solid #a9a9a9;
}
.banneralan .cizgi3 {
	position:absolute;
	right:0px;
	top:-34px;
	width:100%;
	height:1px;
	background-color:rgba(0, 0, 0, 0.1);
	z-index:100;
}
.anabaslik {
	float:left;
	width:1140px;
	font-size:30px;
	line-height:30px;
	font-weight:800;
	color:#000;
	padding-bottom:50px;
}
.anahaberler {
	float:left;
	width:100%;
	padding-top:30px;
}
.anahaberler .haberbar {
	float:left;
	width:340px;
	height:auto;
	padding:0px;
	padding-bottom:30px;
	background-image: url(../images/habercizgi.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.anahaberler .haberbar1 {
	margin-left:0px;
	padding-right:30px;
}
.anahaberler .haberbar2 {
	margin-left:30px;
	padding-right:30px;
}
.anahaberler .haberbar3 {
	margin-left:30px;
	padding-right:0px;
	background-image:none;
}
.anahaberler .haberbar .resim {
	float:left;
	width:100%;
	height:173px;
	overflow:hidden;
}
.anahaberler .haberbar .resim img {
	float:left;
	width:100%;	
}
.anahaberler .haberbar .baslik {
	float:left;
	width:100%;
	height:48px;
	overflow:hidden;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color:#000000;
	margin-top:10px;
}
.anahaberler .haberbar .tarih {
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	color:#199a83;
	margin-top:10px;
}
.anahaberler .duyururesim {
	float:left;
	clear:left;
	width:340px;
	margin-top:30px;
}
.anahaberler .duyururesim img {
	float:left;
	width:100%;
}
.anahaberler .duyurubilgiler {
	float:left;
	width:710px;
	margin-left:60px;
	margin-top:130px;
}
.anahaberler .duyurubaslik {
	float:left;
	width:200px;
	font-size:30px;
	line-height:34px;
	font-weight:800;
	color:#000000;
}
.anahaberler .duyurutarih {
	float:left;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	color:#199a83;
	border:1px solid #d9d9d9;
	margin-top:20px;
	padding:10px;
	padding-left:7px;
	padding-right:7px;
}
.anahaberler .duyurubilgi {
	float:right;
	width:340px;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color:#000000;
	margin-top:20px;
}
.anahaberler .duyurubilgiler .devam {
	margin-left:370px;
}
.anahaberler .devam {
	float:left;
	clear:left;
	display:inline;
	border:1px solid #222;
	color:#222;
	text-decoration:none;
	padding:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:12px;
	line-height:12px;
	font-weight:600;
	margin-top:20px;
}
.anahaberler .devam:hover {
	background-color:#222;
	color:#FFF;
}
.anatablolar {
	float:left;
	width:100%;
	padding:50px;
	background-color:#f2f2f2;
	background-image: url(../images/anatablolarkoyu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 100%;
	box-sizing:border-box;
}
.anatablolar .anabaslik {
    width:100%;
    font-size:24px;
    line-height:30px;
}
.anatablolar .anaratingler, .anatablolar .anaratingler.owl-carousel {
	float:left;
	width:100%;
	position:relative;
}
.anatablolar .cizgialan {
	float:left;
	width:100%;
	height:1px;
	margin-top:5px;
	position:relative;
}
.anatablolar .cizgi4 {
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:1px;
	background-color:rgba(0, 0, 0, 0.1);
	z-index:100;
}
.olcumbut {
	float:left;
	margin-top:10px;
    background-color: #199a83;
    color: #FFF;
	padding: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
	font-weight:900;
	border: 1px solid #199a83;
	text-decoration:none;
}
.olcumbut:hover {
    background-color: #FFF;
    color: #199a83;
}
.tablobaslik {
	float:left;
	font-style:italic;
	width:100%;
	margin-top:-20px;
	padding-bottom:10px;
	font-size:18px;
	line-height:24px;
	font-weight:700;
}
.anaratingler.owl-theme .owl-controls {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:20px;
}
.anaratingler.owl-theme .owl-pagination, .anaratingler.owl-theme .owl-controls .owl-page {
	float:left;
	display:inline;
}
.anaratingler.owl-theme .owl-controls .owl-page {
	width:12px;
	height:12px;
	margin:5px;
	position:relative;
}
.anaratingler.owl-theme .owl-controls .owl-page span {
	position:absolute;
	width:6px;
	height:6px;
	margin:0px;
	top:2px;
	left:2px;
	background-color:#a9a9a9;
	border:1px solid #a9a9a9;
}
.anaratingler.owl-theme .owl-controls .owl-page.active span, .anaratingler.owl-theme .owl-controls.clickable .owl-page:hover span {
	width:10px;
	height:10px;
	top:0px;
	left:0px;
	background-color:transparent;
	border:1px solid #a9a9a9;
}
.anatablolar .tablobar {
	float:left;
	width:100%;
}
.anatablolar .tablobar .ratingbar {
	float:left;
	width:70px;
	height:240px;
	background-color:#e6e6e6;
	position:relative;
}
.anatablolar .tablobar .ratingbar .bar {
	display:inline-table;
	position:absolute;
	left:0px;
	bottom:0px;
	width:70px;
	height:auto;
	background-color:#199a83;
	color:#FFF;
}
.anatablolar .tablobar .ratingbar .bar .yazi {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.anatablolar .tablobar .kanal {
	float:left;
	clear:left;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin-top:10px;
}
.anatablolar .tablobar .program {
	float:left;
	clear:left;
	margin-top:3px;
	font-weight:bold;
	color:#199a83;
	font-size:11px;
	line-heigt:15px;
}
.anatablolar .tablobar .tarih {
	float:left;
	clear:left;
	margin-top:3px;
	color:#199a83;
	font-size:12px;
}
.anatablolar .devam {
	float:left;
	clear:left;
	display:inline;
	border:1px solid #222;
	color:#222;
	text-decoration:none;
	padding:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:14px;
	line-height:14px;
	font-weight:600;
	margin-top:20px;
}
.anatablolar .devam:hover {
	background-color:#222;
	color:#FFF;
}
.anahakkimizda {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:280px;
	background-color:#0d0d0d;
	background-image: url(../images/anahakkimizda.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
.anahakkimizda .anabaslik {
	color:#ffffff;
	font-weight:600;
}
.anahakkimizda .anahakkimizdasol {
	float:left;
	width:50%;
	font-size:60px;
	line-height:70px;
	color:#ffffff;
}
.anahakkimizda .anahakkimizdasag {
	float:left;
	width:50%;
	font-size:25px;
	line-height:30px;
	color:#ffffff;
}
.anahakkimizda .anahakkimizdasag .devam {
	float:left;
	clear:left;
	display:inline;
	border:1px solid #2a2a2a;
	color:#ffffff;
	text-decoration:none;
	padding:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:14px;
	line-height:14px;
	font-weight:600;
	margin-top:20px;
}
.anahakkimizda .anahakkimizdasag .devam:hover {
	background-color:#ffffff;
	color:#2a2a2a;
}
.anakanallar {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden;
}
.anakanallar .anakanallaranm, .anakanallar .anakanallaranm.owl-carousel {
	float:left;
	width:100%;
	position:relative;
}
.anakanallaranm.owl-theme .owl-controls {
	width:1140px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:20px;
}
.anakanallaranm.owl-theme .owl-pagination, .anakanallaranm.owl-theme .owl-controls .owl-page {
	float:left;
	display:inline;
}
.anakanallaranm.owl-theme .owl-controls .owl-page {
	width:12px;
	height:12px;
	margin:5px;
	position:relative;
}
.anakanallaranm.owl-theme .owl-controls .owl-page span {
	position:absolute;
	width:6px;
	height:6px;
	margin:0px;
	top:2px;
	left:2px;
	background-color:#a9a9a9;
	border:1px solid #a9a9a9;
}
.anakanallaranm.owl-theme .owl-controls .owl-page.active span, .anakanallaranm.owl-theme .owl-controls.clickable .owl-page:hover span {
	width:10px;
	height:10px;
	top:0px;
	left:0px;
	background-color:transparent;
	border:1px solid #a9a9a9;
}
.anakanallar .anakanallaranm .kanal {
	float:left;
}
.anakanallar .anakanallaranm .kanal img {
	float:left;
	max-width:100%;
}
.anakanallar .cizgialan2 {
	float:left;
	width:1140px;
	height:1px;
	margin-top:-10px;
	position:relative;
}
.anakanallar .cizgi5 {
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:1px;
	background-color:rgba(0, 0, 0, 0.1);
	z-index:100;
}
.anakanallar .devam {
	float:left;
	clear:left;
	display:inline;
	border:1px solid #222;
	color:#222;
	text-decoration:none;
	padding:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:14px;
	line-height:14px;
	font-weight:600;
	margin-top:20px;
}
.anakanallar .devam:hover {
	background-color:#222;
	color:#FFF;
}
.altbanner {
	float:left;
	width:100%;
	background-color:#f2f2f2;
}
h1 {
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	font-weight:800;
	border-bottom:1px solid #d9d9d9;
	padding:0px;
	margin:0px;
	padding-bottom:30px;
	margin-top:40px;
}
.spotalan {
	float:left;
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}
.spotalan .spotsol {
	float:left;
	width:40%;
	font-size:60px;
	line-height:70px;
	font-weight:800;
}
.spotalan .spotsag {
	float:right;
	width:58%;
	font-size:24px;
	line-height:30px;
	font-weight:400;
}
.misyonumuz {
	float:left;
	width:100%;
	background-color:#f2f2f2;
	background-image: url(../images/misyonback.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:130px;
}
.misyonumuz .maddebar {
	float:left;
	width:25%;
	padding-right:30px;
	box-sizing:border-box;
}
.misyonumuz .maddebar .resim {
	float:left;
	width:100%;
}
.misyonumuz .maddebar .resim img {
	float:left;
	max-width:100%;
}
.misyonumuz .maddebar .yazi {
	float:left;
	width:100%;
	margin-top:20px;
	font-size:14px;
	line-height:20px;
	font-weight:600;
}
.hissedarlar {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
.hissedarlar .hissedarbar {
	float:left;
	width:25%;
	padding-right:30px;
	box-sizing:border-box;
}
.hissedarlar .hissedarbar .baslik {
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	font-weight:600;
}
.hissedarlar .hissedarbar .yazi {
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	font-weight:600;
	color:#199a83;
	margin-top:10px;
}
.hissedarlar .hissedarbar3 .yazi, .hissedarlar .hissedarbar4 .yazi {
	width:50%;
}
.uyeliklerimiz {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
.uyeliklerimiz .uyelikbar {
	float:left;
	width:50%;
	margin-bottom:40px;
	padding-right:30px;
	box-sizing:border-box;
	border:1px solid #efefef;
	padding:10px;
}
.uyeliklerimiz .uyelikbar .baslik {
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	height:60px;
	font-weight:600;
}
.uyeliklerimiz .uyelikbar .logo {
	float:left;
	max-width:100%;
}
.uyeliklerimiz .devam {
	float:left;
	clear:left;
	display:inline;
	border:1px solid #199a83;
	background-color:#199a83;
	color:#ffffff;
	text-decoration:none;
	padding:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:12px;
	line-height:12px;
	font-weight:600;
	margin-top:10px;
}
.uyeliklerimiz .devam:hover {
	background-color:#ffffff;
	color:#199a83;
}
.videopanel {
	float:left;
	width:50%;
	height:0px;
	padding-bottom:30%;
	position:relative;
}
.hisseyapi {
	float:left;
	width:100%;
	height:186px;
	background-color:#0d0d0d;
	background-image: url(../images/hisseyapiback.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top:80px;
	padding-bottom:250px;
	color:#FFF;
	position:relative;
}
.hisseyapi .anabaslik {
	color:#FFF;
}
.hisseyapi .cizgiyatay {
	float:left;
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,0.2);
	position:relative;
	z-index:10;
}
.hisseyapi .cizgidikey {
	float:left;
	width:1px;
	height:186px;
	background-color:rgba(255,255,255,0.2);
	position:relative;
	z-index:10;
	position:absolute;
	left:calc(50% - 1px);
	top:80px;
}
.hisseyapi .baslikalan {
	float:left;
	width:186px;
	height:186px;
	background-color:#199a83;
	position:absolute;
	left:calc(50% - 93px);
	top:100px;
}
.hisseyapi .baslikalan .abaslik {
	float:left;
	width:186px;
	text-align:center;
	font-size:14px;
	line-height:14px;
	font-weight:800;
	color:#199a83;
	margin-top:-30px;
}
.hisseyapi .baslikalan .baslik {
	float:left;
	width:93px;
	height:93px;
	text-align:center;
	font-size:30px;
	line-height:93px;
	color:#FFF;
}
.hisseyapi .yazialan {
	float:left;
	width:100%;
	margin-top:40px;
	font-size:20px;
	line-height:53px;
}
.hisseyapi .yazialan .yazi1 {
	float:left;
	width:calc(50% - 93px);
	text-align:right;
	box-sizing:border-box;
	padding-right:50px;
	padding-bottom:20px;
}
.hisseyapi .yazialan .yazi2 {
	float:right;
	width:calc(50% - 93px);
	box-sizing:border-box;
	padding-left:50px;
	padding-bottom:20px;
}
.hisseyapi .yazialan .yazi3 {
	float:left;
	width:calc(50% - 93px);
	box-sizing:border-box;
	text-align:right;
	padding-right:50px;
	padding-top:20px;
}
.hisseyapi .yazialan .yazi4 {
	float:right;
	width:calc(50% - 93px);
	box-sizing:border-box;
	padding-left:50px;
	padding-top:20px;
}
.yonetim {
	float:left;
	width:100%;
	background-color:#f2f2f2;
	padding-top:50px;
	padding-bottom:50px;
}
.yonetim .anabaslik, .yonetimkurulu .anabaslik {
	padding-bottom:30px;
}
.yonetim .yonetimbar {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding-right:30px;
}
.yonetim .yonetimbar .resim {
	float:left;
	width:100%;
	background-image: url(../images/yonetimback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.yonetim .yonetimbar .resim img {
	float:left;
	width:100%;
	opacity:0.4;
}
.yonetim .yonetimbar .adsoyad {
	font-size:16px;
	line-height:20px;
	font-weight:800;
	float:left;
	width:100%;
	margin-top:10px;
}
.yonetim .yonetimbar .spot {
	float:left;
	width:100%;
	margin-top:5px;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	color:#199a83;
}
.yonetimkurulu {
	float:left;
	width:100%;
	background-color:#f2f2f2;
	padding-top:50px;
	padding-bottom:50px;
}
.yonetimkurulu .yonetimkurulubar {
	float:left;
	width:100%;
	border-bottom:1px solid #d9d9d9;
	padding-top:5px;
	padding-bottom:5px;
}
.yonetimkurulu .yonetimkurulubar .adsoyad {
	font-size:16px;
	line-height:20px;
	font-weight:800;
	float:left;
	width:22%;
	margin-top:10px;
}
.yonetimkurulu .yonetimkurulubar .spot {
	float:left;
	width:78%;
	margin-top:5px;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	color:#199a83;
}
.icerik {
	float:left;
	width:100%;
	background-color:#f2f2f2;
	padding-top:50px;
	padding-bottom:50px;
}
.icerik .solmenu {
	float:left;
	width:300px;
}
.icerik .solmenu a {
	float:left;
	width:100%;
	box-sizing:border-box;
	font-size:14px;
	line-height:18px;
	font-weight:600;
	color:#000;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #d9d9d9;
}
.icerik .solmenu a:hover, .icerik .solmenu .secili {
	padding-left:20px;
	background-color:#FFF;
}
.icerik .sagalan {
	float:right;
	width:800px;
}
.icerik .sagalan .resim {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.icerik .sagalan .resim img {
	float:left;
	width:100%;
}
.icerik .sagalan .baslik {
	float:left;
	width:100%;
	font-size:30px;
	line-height:40px;
	font-weight:800;
	margin-bottom:20px;
}
.icerik .sagalan .bilgi {
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
}
.kanallarimiz {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
.kanallarimiz .kanalbar {
	float:left;
	width:16.666666%;
}
.kanallarimiz .kanalbar .resim {
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
}
.kanallarimiz .kanalbar .resim img {
	max-width:100%;
}
.evrendegerbar {
	float:left;
	display:inline;
	width:33.333333%;
	padding:20px;
	box-sizing:border-box;
}
.evrendegerbar img {
	float:left;
	width:100%;
}
.evrendegerbar .baslik {
	margin-top:10px;
	font-weight:bold;
}
.tablolar {
	float:left;
	width:100%;
	background-color:#f2f2f2;
	padding-top:20px;
	padding-bottom:40px;
}
.tablolar .anabaslik {
	margin-top:20px;
	margin-bottom:30px;
	padding-bottom:0px;
	padding:12px;
	padding-top:8px;
	padding-bottom:8px;
	width:auto;
	margin-right:10px;
	background-color:#199a83;
	color:#FFF;
	border:1px solid #199a83;
	font-weight:700;
	font-size:20px;
	line-height:20px;
	cursor:pointer;
}
.tablolar .anabaslik:hover, .tablolar .anabaslik.anasecili {
	background-color:#FFF;
	color:#199a83;
}
.tablolar .ayliktablo, .tablolar .yilliktablo {
	display:none;
}
.tablolar .secalan {
	float:left;
	width:100%;
}
.tablolar .secalan span {
	float:left;
	margin-top:10px;
	margin-right:10px;
	font-weight:600;
}
.tablolar #datepicker {
	float:left;
	width:84px;
	height:24px;
	padding:5px;
	font-size:16px;
	line-height:24px;
	background-color:#199a83;
	color:#FFF;
	cursor:pointer;
}
.tablolar #datepicker:hover {
	background-color:#FFF;
	color:#199a83;
}
.tablolar select {
	float:left;
	width:120px;
	height:36px;
	padding:5px;
	font-size:16px;
	line-height:30px;
	margin-left:10px;
}
.tablo {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:50px;
	background-color:#f2f2f2;
	font-family: 'Roboto Condensed', sans-serif;
	overflow-x:auto;
}
.tablo .tablobaslik {
	margin-top:10px;
}
.tablo .tablobar {
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.tablo .tablobar .kanal {
	float:left;
	width:100px;
}
.tablo .tablobar .kanal img {
	float:left;
	width:100%;
}
.tablo .tablobar .ratbar {
	float:right;
	width:calc(100% - 120px);
}
.tablo .tablobar .program {
	float:left;
	clear:left;
	margin-top:0px;
	font-weight:bold;
	color:#000000;
}
.tablo .tablobar .tarih {
	float:left;
	clear:left;
	margin-top:2px;
	color:#199a83;
}
.tablo .tablobar .ratingbar {
	float:left;
	clear:left;
	width:calc(100% - 130px);
	height:20px;
	margin-top:2px;
	background-color:#e6e6e6;
	position:relative;
}
.tablo .tablobar .ratingbar .bar {
	float:left;
	display:inline;
	position:absolute;
	left:0px;
	bottom:0px;
	height:20px;
	width:auto;
	background-color:#199a83;
	color:#FFF;
}
.tablo .tablobar .ratbar .rating {
	float:right;
	margin-left:10px;
	font-size:14px;
	line-height:20px;
	color:#808080;
}
.tablo .tablobar .ratbar .rating span {
	float:right;
	text-align:right;
	font-size:20px;
	line-height:20px;
	font-weight:800;
	width:60px;
	color:#000000;
}
.gunbutlar {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.gunbutlar .gunbut {
	float:left;
	margin-right:10px;
	font-size:14px;
	line-height:14px;
	font-weight:800;
	color:#FFF;
	padding:12px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#199a83;
	border:1px solid #199a83;
}
.gunbutlar .gunbut:hover, .gunbutlar .secili {
	background-color:#FFF;
	color:#199a83;
}
.yilbutlar {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.yilbutlar .yilbut {
	float:left;
	margin-right:20px;
	font-size:14px;
	line-height:14px;
	font-weight:800;
	color:#FFF;
	padding:12px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#199a83;
	border:1px solid #199a83;
}
.yilbutlar .yilbut:hover, .yilbutlar .secili {
	background-color:#FFF;
	color:#199a83;
}
.tabbilgi {
	float:left;
	width:100%;
	display:none;
	padding-bottom:50px;
}
.aytablo {
	float:left;
	padding:10px;
}
.aytablo .ay {
	float:left;
	width:150px;
	font-size:14px;
	line-height:14px;
	font-weight:700;
}
.aytablo .link {
	float:left;
	width:250px;
	color:#199a83;
}
.haberler {
	float:left;
	width:100%;
	box-sizing:border-box;
}
.haberbar {
	float:left;
	width:33.333333%;
	padding-right:60px;
	padding-bottom:30px;
	margin-top:30px;
	box-sizing: border-box;
	border-bottom:1px solid #d9d9d9;
}
.haberbar .resim {
	float:left;
	width:100%;
	height:184px;
	overflow:hidden;
}
.haberbar .resim img {
	float:left;
	width:100%;
}
.haberbar .tarih {
	float:left;
	width:100%;
	font-size:12px;
	line-height:12px;
	font-weight:700;
	color:#199a83;
	margin-top:10px;
}
.haberbar .baslik {
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	height:44px;
	overflow:hidden;
	font-weight:700;
	margin-top:10px;
}
.haberbar .devam {
	float:left;
	clear:left;
	display:inline;
	border:1px solid #199a83;
	background-color:#199a83;
	color:#ffffff;
	text-decoration:none;
	padding:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:12px;
	line-height:12px;
	font-weight:600;
	margin-top:10px;
}
.haberbar .devam:hover {
	background-color:#ffffff;
	color:#199a83;
}
.haberler .anabaslik, .duyurular .anabaslik {
	width:100%;
	padding:0px;
	padding-bottom:0px;
}
.nolar {
	float: left;
	display: inline;
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:50px;
}
.nolar a {
	margin:0px;
	padding:0px;
	display:inline-block;
	font-size: 14px;
    line-height: 30px;
	font-weight:800;
    color: #199a83;
	margin-right:2px;
	margin-left:2px;
	text-align:center;
	text-decoration: none;
	width:30px;
	height:30px;
	border:1px solid #199a83;
	background-color:#ffffff;
}
.nolar a:hover, .nolar .thumbActive {
	color:#ffffff;
	background-color:#199a83;
}
.nolar .nok {
	width:30px;
	height:30px;
}
.gerialan {
	float:left;
	width:100%;
}
.gerialan .geri {
	float:right;
	display:inline;
	border:1px solid #199a83;
	background-color:#199a83;
	color:#ffffff;
	text-decoration:none;
	padding:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:12px;
	line-height:12px;
	font-weight:600;
	margin-top:10px;
}
.gerialan .geri:hover {
	background-color:#ffffff;
	color:#199a83;
}
.htarih {
	font-size:14px;
	line-height:14px;
	font-weight:700;
	color:#199a83;
}
.hbaslik {
	font-size:20px;
	line-height:24px;
	font-weight:700;
	color:#000000;
	margin-top:5px;
	padding-bottom:10px;
}
.bilgi {
	float:left;
	width:100%;
}
.soru {
	font-weight:bold;
	background-color: #eee;
   	color: #199a83;
   	cursor: pointer;
   	padding: 20px;
   	width: 100%;
   	text-align: left;
   	border: none;
   	outline: none;
   	transition: 0.4s;
	box-sizing:border-box;
	border-bottom:1px solid #d9d9d9;
}
.soru.active, .soru:hover {
    background-color: #ddd;
}
.soru:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
    font-size: 18px;
    color: #199a83;
    float: right;
    margin-left: 5px;
	box-sizing: inherit;
}
.soru.active:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
}
.cevap {
    padding-left: 20px;
    padding-right: 20px;
   	background-color: white;
   	max-height: 0;
   	overflow: hidden;
   	transition: max-height 0.2s ease-out;
	box-sizing:border-box;
	background-color:#e5e5e5;
}
.harfler {
	float:left;
	width:100%;
	padding-bottom:10px;
}
.harf {
	float:left;
	font-weight:bold;
	margin-right:5px;
	padding:10px;
	padding-top:6px;
	padding-bottom:6px;
	color:#199a83;
	background-color:#FFF;
	border:1px solid #199a83;
}
.harf:hover, .harf.secili {
	background-color:#199a83;
	color:#fff;
}
.tab {
	float:left;
	width:100%;
	display:none;
}
.tab table, .tab table tbody, .tab table tbody tr {
	float:left;
	display:inline;
	width:100%;
}
.tab table tbody tr ul {
	float:left;
	width:100%;
	box-sizing:border-box;
}
.resimler {
	float:left;
	width:30%;
	margin-right:20px;
}
.resimler .resim {
	float:left;
	display:inline;
	width:100%;
}
.resimler .resim img {
	width:100%;
}
.resimler .owl-wrapper, .resimler .owl-item, .resimler .owl-item .item, .resimler .owl-wrapper-outer {
	height:100%;
}
.resimler .owl-controls {
	float:left;
	display:inline;
	position:absolute;
	top: 10px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.resimler .owl-buttons {
	float:left;
	display:inline;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.resimler.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 2px solid #dde5ea;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.resimler.owl-theme .owl-controls .owl-page.active span, .resimler.owl-theme .owl-controls .owl-page:hover span {
	background-color: #50b9ce !important;
    border: 2px solid #50b9ce;
}
.iletisim {
	float:left;
	width:100%;
	background-color:#f2f2f2;
	background-image: url(../images/iletisimback.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:180px;
}
.iletisim .adreslogo {
	float: left;
	display: inline;
	height:38px;
	background-image: url(../images/altlogo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;
	padding-left:100px;
	font-size:15px;
	line-height:17px;
	font-weight:800;
	text-decoration:none;
	color:#000000;
	margin-top:80px;
}
.iletisim .adreslogo span {
	font-size:13px;
	font-weight:400;
}
.iletisim .adres {
	float:left;
	width:600px;
	margin-left:100px;
	margin-top:80px;
	font-size:25px;
	line-height:30px;
	font-weight:700;
}
.iletisim .telefon {
	float:left;
	width:33.333333%;
	background-image: url(../images/tel_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;
	padding-left:80px;
	font-size:25px;
	line-height:60px;
	color:#000;
	margin-top:80px;
	text-decoration:none;
	box-sizing:border-box;
}
.iletisim .faks {
	float:left;
	width:33.333333%;
	background-image: url(../images/faks_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;
	padding-left:80px;
	font-size:25px;
	line-height:60px;
	color:#000;
	margin-top:80px;
	text-decoration:none;
	box-sizing:border-box;
}
.iletisim .email {
	float:left;
	width:33.333333%;
	background-image: url(../images/email_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;
	padding-left:80px;
	font-size:25px;
	line-height:60px;
	color:#000;
	margin-top:80px;
	text-decoration:none;
	box-sizing:border-box;
}
.harita {
	float:left;
	width:100%;
	height:500px;
}
.altbar {
	float:left;
	width:100%;
	padding-top:50px;
	position:relative;
}
.altbar .altlogo {
	float: left;
	display: inline;
	height:38px;
	background-image: url(../images/altlogo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 100%;
	padding-left:100px;
	font-size:15px;
	line-height:17px;
	font-weight:800;
	text-decoration:none;
	color:#000000;
}
.altbar .altlogo span {
	font-size:13px;
	font-weight:400;
}
.altbar .altmenuler {
	float:left;
	width:100%;
	margin-top:50px;
}
.altbar .altmenu {
	float:left;
	max-width:20%;
	margin-right:50px;
}
.altbar .altmenu.altmenub {
	max-width:25%;
}
.altbar .altmenu .baslik {
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	font-weight:700;
}
.altbar .altmenu a {
	float:left;
	clear:left;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#000;
	margin-top:8px;
}
.altbar .altmenu a:hover, .altbar .altmenu .secili {
	text-decoration:underline;
}
.altbar .altmenua {
	width:25%;
	float:right;
	margin-right:0px;
}
.altbar .altmenu .adres {
	float:left;
	clear:left;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#808080;
	margin-top:8px;
}
.altbar .altmenu .tel, .altbar .altmenu .email {
	float:left;
	clear:left;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#199a83;
	margin-top:8px;
}
.altbar .altbilgi {
	font-size:14px;
	line-height:20px;
	color:#808080;
	float:left;
	width:100%;
	margin-top:30px;
	border-top:1px solid #e5e5e5;
	padding-top:20px;
	padding-bottom:20px;
}
.altbar .altbilgi .maya{margin:0px;padding:0px;float:right;display:inline;background-image:url(../images/maya_logo.png);background-repeat:no-repeat;background-position:center center;background-size:contain;width:42px;height:33px;}