﻿@import url('./ada.css');
/* CSS Document */
body {  }

.container {
	margin:0 auto;
	width:1160px;
	position:relative;
	z-index:99;
}

/*------------- header start -------------*/

	/* menu start */
	.menu {
		position:fixed;
		float:left;
		width:302px;
		height:100%;
		z-index:99999;
		background-color:#cd2c34;
		border-right:2px solid #000;
		overflow-y: scroll;
		overflow-x: none;
		
		-moz-transform: translateX(-320px);
		-webkit-transform: translateX(-320px);
		transform: translateX(-320px);
		transition: all 0.4s;
	}
	.menu.active {
		box-shadow:10px 0px 10px rgba(0,0,0,0.5);
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		transition: all 0.4s;
	}
	.menu .menu-content {
		float:left;
		padding-bottom:50px;
	}
		.menu h3 {
			display:block;
			padding:28px;
			color:#FFF;
			font-size:18px;
		}
		.menu ul {
			position:relative;
			float:left;
		}
			.menu ul li {
				position:relative;
				float:left;
				width:302px;
				height:62px;
				overflow:hidden;
				background-color:#b9031e;
				margin-bottom:1px;
			}
					.menu ul li.active {
						/*height:237px;*/
						height:auto;
					}
						.menu ul li.active div {
							float: left;
							/*height: 175px;*/
							width:302pxğ;
							/*overflow-y: scroll;*/
							overflow-x:none;
						}
						@-moz-document url-prefix(http://),url-prefix(https://) {
							scrollbar {
							   -moz-appearance: none !important;
							   background: rgb(0,255,0) !important;
							}
							thumb,scrollbarbutton {
							   -moz-appearance: none !important;
							   background-color: rgb(0,0,255) !important;
							}
							thumb:hover,scrollbarbutton:hover {
							   -moz-appearance: none !important;
							   background-color: rgb(255,0,0) !important;
							}
							scrollbarbutton {
							   display: none !important;
							}
							scrollbar[orient="vertical"] {
							  min-width: 6px !important;
							}
						}
						#scroll{
							scrollbar-base-color: #cd2c34;
							scrollbar-base-color: #cd2c34;
							scrollbar-3dlight-color: #cd2c34;
							scrollbar-highlight-color: #cd2c34;
							scrollbar-track-color: #EBEBEB;
							scrollbar-arrow-color: black;
							scrollbar-shadow-color: #cd2c34;
							scrollbar-dark-shadow-color: #cd2c34;
							scrollbar-width:6px;
						}
						
							#scroll::-webkit-scrollbar-track
							{
								-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
								background-color: #F5F5F5;
							}
							#scroll::scrollbar-track
							{
								-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
								background-color: #F5F5F5;
							}
							
							#scroll::-webkit-scrollbar
							{
								width: 6px;
								background-color: #F5F5F5;
							}
							#scroll::scrollbar
							{
								width: 6px;
								background-color: #F5F5F5;
							}
							
							#scroll::-webkit-scrollbar-thumb
							{
								background-color: #cd2c34;
								border: 2px solid #cd2c34;
							}						
							#scroll::scrollbar-thumb
							{
								background-color: #cd2c34;
								border: 2px solid #cd2c34;
							}						
					.menu ul li.sub::after {
						content:"+";
						float:right;
						width:36px;
						height:36px;
						font-size:32px;
						color:#FFF;
						position:absolute;
						right:10px;
						top:12px;
						text-align:center;
						vertical-align:middle;
						-webkit-border-radius: 38px;
						-moz-border-radius: 38px;
						border-radius: 38px;
						overflow:hidden;
						border:2px solid rgba(255,255,255,0);
						
						-moz-transform: rotateZ(0deg);
						-webkit-transform: rotateZ(0deg);
						transform: rotateZ(0deg);
						transition: all 0.05s ease-out;
					}
					.menu ul li.active::after {
						width:36px;
						height:36px;
						border:2px solid rgba(255,255,255,0.6);
						color:rgba(255,255,255,0.6);
						line-height: 36px;
						-moz-transform: rotateZ(135deg);
						-webkit-transform: rotateZ(135deg);
						transform: rotateZ(135deg);
						transition: all 0.1s ease-in;
					}
				.menu ul li a {
					float:left;
					width:246px;
					height:18px;
					display:block;
					font-size:18px;
					color:#FFF;
					padding:22px 28px;
				}
				.menu ul li.active ul {
					display:block !important;
					background-color:#FFF;
				}
					.menu ul li.active ul li {
						width: 282px !important;
						height:auto;
						display:block !important;
						background:none !important;
						border-bottom:1px solid #f6f6f6;
					}
						.menu ul li.active ul li a {
							width:226px;
							height:auto;
							font-size:14px;
							color:#353132;
							padding:8px 38px;
						}
				.menu ul li ul {
					display:none;
				}
		.menu ul.other {
			margin-top:20px;
		}
			.menu ul.other:nth-child(4) li {
				margin-bottom:20px;
			}
			.menu ul.other li {
				width:312px;
				height:auto;
				background:none;
			}
				.menu ul.other li a {
					width:160px;
					height:auto;
					font-size:14px;
					color:#FFF;
					padding:0px 28px;
					font-weight:900;
				}
				.menu ul.other:nth-child(3) li a {
					font-weight:normal;
				}
				.menu ul.other:nth-child(3) li:first-child a {
					font-weight:900;
				}
				.menu ul.other li a span {
					float:left;
					width:100%;
					font-family:"Times New Roman", Times, serif;
					font-style:italic;
					font-size:14px;
					color:#FFF;
					font-weight:normal;
					line-height:18px;
				}
	/* menu end */

	.wrapper {
		/*display: flex;*/
		width: 100%;
		top: 0px;
		position: absolute;
		left: 0px;
		transition: 0.2s;
		background:url(../../images/main-bg.jpg) no-repeat center top #FFF;
	}
		.wrapper.active {
			left:312px;
			transition: 0.4s;
		}

	.header { float:left; position:relative; z-index:9999; width:100%; height:170px; }
		.header .site-tab {
			float:left;
			width:100%;
		}
			.header .site-tab ul {
				float:left;
			}
				.header .site-tab ul li {
					float:left;
				}
					.header .site-tab ul li::after {
						float:right;
						content:" ";
						width:1px;
						height: 10px;
						background-color: rgba(0,0,0,0.16);
						margin-top: 15px;
					}
					.header .site-tab ul li a {
						float:left;
						padding:12px 10px;
						font-size:12px;
						color:#1d1f20;
					}
					.header .site-tab ul li:first-child a {
						padding:12px 10px 12px 0px;
					}
					.header .site-tab ul li:last-child {
						border-right:0;
					}
		.header .site-top-bar {
			float:right;
			/*width:100%;*/
			margin-top: 2px;
		}
			.header .site-top-bar ul {
				float:left;
			}
				.header .site-top-bar ul li {
					float:left;
				}
					.header .site-top-bar ul li::after {
						float:right;
						content:" ";
						width:1px;
						height: 10px;
						background-color: rgba(0,0,0,0.16);
						margin-top: 14px;
					}
					.header .site-top-bar ul li.date::after {
						margin-left: 8px;
					}
					.header .site-top-bar ul li:last-child::after,
					.header .site-top-bar ul .web-applications.active li::after,
					.header .site-top-bar ul li.lang ul li::after,
					.header .site-tab ul li:last-child::after
					{
						display:none;
					}
				.header .site-top-bar ul li:hover {
					background-color:rgba(0,0,0,0.05);
				}
						.header .site-top-bar ul li:last-child {
							border-right:0px;
/*							overflow:hidden;*/
							height:35px;
						}
					.header .site-top-bar ul li a {
						float:left;
						height:35px;
						padding:0px 18px;
						font-size:12px;
						color:#74777a;
						line-height:35px;
						background-position:center center;
						background-repeat:no-repeat;
						position:relative;
					}
					.header .site-top-bar ul li.date {
						line-height:38px;
						color:#1d1f20;
					}
					.header .site-top-bar ul li.sitemap a {
						background-image:url(../../images/icons/sitemap.png);
					}
					.header .site-top-bar ul li.rss a {
						background-image:url(../../images/icons/rss.png);
					}
					.header .site-top-bar ul li.facebook a {
						background-image:url(../../images/icons/facebook.png);
					}
					.header .site-top-bar ul li.twitter a {
						background-image:url(../../images/icons/twitter.png);
					}
					.header .site-top-bar ul li.useful-information a {
						background-image:url(../../images/icons/useful-information.png);
					}
					.header .site-top-bar ul li.information a {
						background-image:url(../../images/icons/information.png);
					}
					.header .site-top-bar ul li.media a {
						background-image:url(../../images/icons/media.png);
					}
					.header .site-top-bar ul li.useful-links a {
						background-image:url(../../images/icons/eposta.png);
					}
					.header .site-top-bar ul li.web-applications a {
						background-image:url(../../images/icons/web-applications.png);
					}
					.header .site-top-bar ul li.lang a {
						padding:2px 8px;
						color:#1d1f20;
						font-size:10px;
						height:31px;
						/*font-weight:900;*/
					}
												a.tooltips span {
													position: absolute;
													width:120px;
													color: #FFFFFF;
													background: #000000;
													height: 17px;
													line-height: 17px;
													text-align: center;
													visibility: hidden;
													border-radius: 10px;
													font-size:9px;
												}
												a.tooltips span:after {
													content: '';
													position: absolute;
													bottom: 100%;
													left: 50%;
													margin-left: -2px;
													width: 0;
													height: 0;
													border-bottom: 8px solid #000000;
													border-right: 8px solid transparent;
													border-left: 8px solid transparent;
													z-index: 99;
												}
												a:hover.tooltips span {
													visibility: visible;
													opacity: 0.5;
													left: 50%;
													bottom:-15px;
													margin-left: -66px;
													z-index: 999;
												}
							.header .site-top-bar ul .web-applications.active a {
								position:relative;
								height:36px;
								color:#cd2c34;
								background-color:#FFF;
								background-image:url(../../images/icons/web-applications-r.png);
								/*border-top:1px solid #787575;
								border-left:1px solid #787575;
								border-right:1px solid #787575;*/
								z-index:99;
								padding:0px 7px 0px 29px;
								background-position:center center;
							}
							.header .site-top-bar ul .web-applications.active > .slider-controls {
								z-index:9;
							}
								.header .site-top-bar ul li.web-applications ul {
									float:left;
									position:absolute;
									right:0px;
									top:35px;
									width:768px;
									height:auto;
									background-color:#FFF;
									/*border:1px solid #787575;*/
									padding:40px;
									display:none;
									z-index:9;
									box-shadow:2px 2px 2px rgba(0,0,0,0.3);
								}
								.header .site-top-bar ul .web-applications.active ul {
									display:block;
								}
									.header .site-top-bar ul li.web-applications ul li {
										border:0px;
										width:256px;
										height:auto;
									}
										.header .site-top-bar ul li.web-applications ul li a {
											width:196px;
											padding:0px;
											background:none !important;
											padding:0px 20px;
											line-height:normal;
											color:#74777a !important;
											border:0px !important;
										}
										/*.header .site-top-bar ul li.web-applications ul li a span {
											clear:both;
										}*/
											.header .site-top-bar ul li.web-applications ul li a:hover {
												color:#cd2c34 !important;
											}
							.header .site-top-bar ul .useful-information {
								/*position:relative;*/
							}
							.header .site-top-bar ul .useful-information.active a {
								position:relative;
								height:36px;
								color:#FFF;
								background-color:#cd2c34;
								background-image:url(../../images/icons/useful-information-w.png);
								z-index:99;
							}
								.header .site-top-bar ul li.useful-information ul {
									float:left;
									position:absolute;
									right:0px;
									top:35px;
									width:782px;
									height:auto;
									background-color:#FFF;
									border:20px solid #cd2c34;
									display:none;
									z-index:9;
									box-shadow:2px 2px 2px rgba(0,0,0,0.3);
								}
								.header .site-top-bar ul .useful-information.active ul {
									display:block;
								}
									.header .site-top-bar ul li.useful-information ul li {
										border:0px;
										width:260px;
										height:164px;
										border-right:1px solid #dddddd;
										border-bottom:1px solid #dddddd;
									}
									.header .site-top-bar ul li.useful-information ul li:nth-child(3n+0) {
										border-right:0px;
									}
										.header .site-top-bar ul li.useful-information ul li a {
											width:220px;
											height:22px !important;
											padding:122px 20px 20px 20px;
											line-height:normal;
											color:#393535 !important;
											border:0px !important;
											text-align:center;
											background-position:center 30%;
											background-repeat:no-repeat;
											background-color:#FFF !important;
										}
											.header .site-top-bar ul li.useful-information ul li a:hover {
												background-color:#f9f9f9 !important;
											}
											.header .site-top-bar ul li.useful-information ul li.adult-physical-activity a {
												background-image:url(../../images/icons/adult-physical-activity.png);
											}
											.header .site-top-bar ul li.useful-information ul li.facts-physical-activity a {
												background-image:url(../../images/icons/facts-physical-activity.png);
											}
											.header .site-top-bar ul li.useful-information ul li.table-top-exercise a {
												background-image:url(../../images/icons/table-top-exercise.png);
											}
											.header .site-top-bar ul li.useful-information ul li.policies-and-strategies a {
												background-image:url(../../images/icons/policies-and-strategies.png);
											}
											.header .site-top-bar ul li.useful-information ul li.exercise-journey a {
												background-image:url(../../images/icons/exercise-journey.png);
											}
											.header .site-top-bar ul li.useful-information ul li.physical-activity-in-schools a {
												background-image:url(../../images/icons/physical-activity-in-schools.png);
											}
											.header .site-top-bar ul li.useful-information ul li.disease-physical-activity a {
												background-image:url(../../images/icons/disease-physical-activity.png);
											}
											.header .site-top-bar ul li.useful-information ul li.world-current-health-statistical-information a {
												background-image:url(../../images/icons/world-current-health-statistical-information.png);
											}
							.header .site-top-bar ul .lang {
								position:relative;
							}
							.header .site-top-bar ul .lang.active a {
								position:relative;
								height:36px;
								background-color:#cd2c34;
								z-index:99;
							}
								.header .site-top-bar ul li.lang ul {
									float:left;
									position:absolute;
									left:0px;
									top:30px;
									height:auto;
									background-color:#FFF;
									display:none;
									z-index:9;
								}
								.header .site-top-bar ul .lang.active ul {
									display:block;
								}
									.header .site-top-bar ul li.lang ul li {
										border:0px;
										width:100%;
										height:auto;
										border-bottom:1px solid #787575;
									}
										.header .site-top-bar ul li.lang ul li a {
											float:none !important;
											/*width:67% !important;*/
											display:inline-block !important;
											height:auto !important;
											background:none !important;
											padding:10px 20px !important;
											line-height:normal;
											color:#74777a !important;
											border:0px !important;
											text-align:center;
											font-weight:normal !important;
										}
											.header .site-top-bar ul li.lang ul li:hover {
												color:#FFF !important;
											}
											.header .site-top-bar ul li.lang ul li a:hover {
												color:#cd2c34 !important;
											}
			.header .site-top-bar .form1 {
				float:right;
				margin-top: 3px;
				/*position:absolute;
				right:82px;
				top:54px;*/
			}
			.sub-page .header .site-top-bar .form1 {
				right:0px;
			}
			.header .site-top-bar input[type=submit] {
				float:right;
				width:35px;
				height:31px;
				background:url(../../images/icons/search.png) no-repeat center center #FFF;
				border-right:1px solid rgba(0,0,0,0.16);
				border-top:1px solid rgba(0,0,0,0.16);
				border-bottom:1px solid rgba(0,0,0,0.16);
			}
			.header .site-top-bar input[type=text] {
				float:left;
				width:150px;
				height:27px;
				line-height:27px;
				background-color:#FFF;
				border-left:1px solid rgba(0,0,0,0.16);
				border-top:1px solid rgba(0,0,0,0.16);
				border-bottom:1px solid rgba(0,0,0,0.16);
			}
			
		.header .corporate-header {
			position:relative;
			z-index:9;
			text-align: center;
		}
		.header .corporate-header .logo {
			float:left;
			position:absolute;
			left:80px;
			top:55px;
		}
			.header .corporate-header .logo img {
				width: 130px;
				height: auto;
			}
		.header .corporate-header .menu-button {
			float:left;
			height:30px;
			margin-top:65px;
			line-height:30px;
			cursor:pointer;
			position:absolute;
			left:0px;
			top:0px;
		}
			.header .corporate-header .menu-button::before {
				float:left;
				content:" ";
				width:22px;
				height:30px;
				background:url(../../images/icons/menu.png) no-repeat center center;
				margin-right:10px;
			}
			/*.header .corporate-header .menu-button::after {
				float:right;
				content:" ";
				width:8px;
				height:30px;
				background:url(../../images/icons/arrow1.png) no-repeat center center;
				margin-left:4px;
				-moz-transform: rotateZ(-90deg);
				-webkit-transform: rotateZ(-90deg);
				transform: rotateZ(-90deg);
			}
			.header .corporate-header .menu-button.active::after {
				-moz-transform: rotateZ(90deg);
				-webkit-transform: rotateZ(90deg);
				transform: rotateZ(90deg);
			}*/
/*------------- header end -------------*/


/*------------- slider start -------------*/
.slider-cont {
	z-index:9;
	position:relative;
}		
.slider {
	float:left;
	width:1150px;
	height:345px;
	position:relative;
	overflow:hidden !important;
	z-index:9;
	background-color:#000;
	border:5px solid #FFF;
}		
.slider-cont:hover {
	z-index:999;
}		
	#news-slider {
		position:absolute;
		float:left;
		height:345px;
		z-index:9999;
		left:0%;
		top:0px;
	}
		#news-slider li {
			float:left;
			height:345px;
			position:absolute;
		}
		#news-slider li .item-bg {
			float:left;
			width:880px;
			height:345px;
			position:absolute;
			left:0px;
			top:0px;
			z-index:9;
			background-size:100% auto !important;
		}
		#news-slider .screen
		{
			float:left;
			width:880px;
			height:345px;
			z-index:99999999;
			position:relative;
			background:url(../../images/news-bottom-shadow.png) no-repeat left bottom;
		}
			#news-slider .screen div
			{
				float:left;
				position:absolute;
				left:0px;
				top:160px;
				display:none;
			}
				#news-slider .screen div a
				{
					float:left;
				}
			#news-slider .screen div.tag
			{
				font-size:12px;
				color:#cd2c34;
			}
			#news-slider .screen div.video-tag
			{
				width:98px;
				height:48px;
				background:url(../../images/icons/video-tag.png) no-repeat left top;
			}
			#news-slider .screen div.title
			{
				width:582px;
				font-size:24px;
				color:#FFF;
			}
					/*#news-slider .screen div.title::before
					{
						content:" ";
						float:left;
						width:0px;
						height:3px;
						background-color:#FFF;
						position:absolute;
						left:0px;
						top:-12px;
						transition: all 0.5s ease-in;
					}*/
					#news-slider .screen .active.title::before
					{
						width:40px;
						transition: all 0.5s ease-out;
					}
				#news-slider .screen div a
				{
					float:left;
					width: 880px;
					height: 345px;
					/*height:30px;
					padding:0px 22px 0px 22px;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
					border:1px solid rgba(255,255,255,0.3);
					font-size:11px;
					font-family:Helvetica Neue LT W1G 77 Bold Condensed;
					color:#FFF;
					font-weight:900;
					line-height:30px;
					margin-right:3px;*/
				}
					#news-slider .screen div a img
					{
						float:left;
						width: 880px;
					}
				#news-slider .screen div a sup
				{
					font-size:6px;
					line-height:14px;
				}

	.slider .slider-item-point {
		float:left;
		width:272px;
		height:435px;
		position:absolute;
		right:0px;
		top:0px;
		z-index:99999;
		overflow:hidden;
		box-shadow: 0px 0px 80px rgba(0,0,0,0.8);
		border-left: 1px solid #000;
	}
		.slider .slider-item-point ul {
			float:left;
			/*width:342px;*/
			position:absolute;
			left:0px;
		}
			.slider .slider-item-point li {
				/*float:left;*/
				/*width:342px;*/
				height:86.25px;
				cursor:pointer;
				vertical-align:middle;
				display:flex;
				position:relative;
				background-color:#000 !important;
			}
				.slider .slider-item-point li .image {
					display:block;
					float:left;
					width:272px;
					height:86.25px;
					overflow:hidden;
					position:absolute;
					left:0px;
					top:0px;
					z-index:9;
				}
					.slider .slider-item-point li .image img {
						float:left;
						height:175px;
						opacity:0.2;
						/* -webkit-filter: blur(5px) grayscale(1); 
						-moz-filter: blur(5px) grayscale(1); 
						filter: blur(5px) grayscale(1); */
						margin-left:-10px;
						margin-top:-10px;
					}
				.slider .slider-item-point li span {
					float:left;
					width:192px;
					/*height:162.3px;*/
					text-align:center;
					display: inline-block;
					margin: auto 0px;
					vertical-align:middle;
					-webkit-padding-before: 30px;
					padding:20px 40px;
					position:relative;
					z-index:99;
					font-size:11px;
					color:#FFF;
					color:rgba(255,255,255,0.8);
					font-weight:900;
				}
			.slider .slider-item-point li.active {
				background:none !important;
				background-color:#FFF !important;
				 -webkit-filter: blur(0px) grayscale(1) brightness(1); 
				-moz-filter: blur(0px) grayscale(1) brightness(1); 
				filter: blur(0px) grayscale(1) brightness(1);
			}
			.slider .slider-item-point li.active::before {
				float:left;
				content:" ";
				width:9px;
				height:17px;
				background:url(../../images/icons/arrow2.png) no-repeat left center;
				position:absolute;
				left:13px;
				top:50%;
				margin-top:-8.5px;
			}
				.slider .slider-item-point li.active .image {
					display:none;
				}
				.slider .slider-item-point li.active span {
					width:202px;
					-webkit-padding-before: 30px;
					padding:20px 35px;
					font-size:12px;
					color:#1d1f20;
					text-align:left;
					font-weight:100;
				}
	.slider-controls,
	.spots .controls
	{
		float:left;
		width:70px;
		height:44px;
		position:absolute;
		left:50%;
		top:131px;
		margin-left:505px;
		background-color:#000;
		z-index:9999;
	}
		.slider-controls .top,
		.slider-controls .bottom,
		
		.spots .controls .top,
		.spots .controls .bottom
		{
			float:left;
			width:35px;
			height:44px;
			cursor:pointer;
			background:url(../../images/icons/arrow3.png) no-repeat 14px center;
		}
		.slider-controls .bottom,
		.spots .controls .bottom
		{
			background:url(../../images/icons/arrow4.png) no-repeat 5px center;
		}
/*------------- slider end -------------*/


/*------------- main start -------------*/
.main {
	position: relative;
	z-index: 999;
}
	.main .banner {
		float:left;
		background-position:left top;
		background-repeat:no-repeat;
		position:relative;
	}
		.main .banner.organ-bagisi {
			width:198px;
			height:277px;
			background-image:url(../../images/content/organ-bagisi-banner.jpg);
			border:10px solid #6cc1bd;
			margin:10px 10px 0px 0px;
		}
			.main .banner.organ-bagisi .count {
				float:left;
				width:178px;
				font-size:28px;
				color:#1d1f20;
				letter-spacing:-0.06em;
				margin:140px 10px 0px 13px;
			}
				.main .banner.organ-bagisi .count cufon {
					float:left;
					margin-bottom: -4px;
				}
			.main .banner.organ-bagisi .futura-light-bt {
				float:left;
				font-size:9.6px;
				color:#1d1f20;
				letter-spacing:0.2em;
				position:absolute;
				left:14px;
				top:195px;
			}
			.main .banner.organ-bagisi a {
				float:left;
				font-size:10px;
				color:#FFF;
				letter-spacing:-0.06em;
				position:absolute;
				right:16px;
				bottom:25px;
				z-index:99;
				background-color:#cd2c34;
				padding:9px 7px;
			}
				.main .banner.organ-bagisi a::before {
					float:left;
					content:"+";
					width:30px;
					height:30px;
					background-color:#980e23;
					font-size:24px;
					color:#FFF;
					font-weight:bold;
					text-align:center;
					margin:-9px 8px -9px -16px;
					line-height:30px;
				}
		.main .banner.press-room {
			width:198px;
			height:276px;
			background-image:url(../../images/content/basin-odasi-banner.jpg);
			margin:10px 10px 0px 0px;
			border:10px solid #cd2c34;
		}
			.main .banner.press-room a {
				float:left;
				width:198px;
				line-height:296px;
				text-align:center;
				font-size:14px;
				color:#FFF;
				letter-spacing:0.3em;
				position:relative;
			}
				.main .banner.press-room a::before,
				.main .banner.press-room a::after
				{
					float:left;
					content:" ";
					width:65px;
					height:1px;
					background-color:#FFF;
					position:absolute;
					left:50%;
					top:50%;
					margin-left:-32.5px;
					margin-top:-20px;
				}
				.main .banner.press-room a::after
				{
					margin-top:20px;
				}
		.main .banner.minister {
			float:right;
			width:234px;
			height:66px;
			background-image:url(../../images/content/dr-mehmet-muezzinoglu-banner.jpg);
			margin:5px 0px 0px 0px;
			padding:196px 24px 24px 14px;
			background-position: left -70px;
			border: 5px solid #FFF;
			background-size: 324px auto;
		}
			.main .banner.minister .kathleeniefont {
				float:left;
				width:100%;
				font-size:24px;
				color:#FFF;
				font-family: 'Kaushan Script', cursive;
				font-weight:100;
			}
			.main .banner.minister .futura-md-bt-bold {
				float:left;
				width:100%;
				font-size:16px;
				color:#FFF;
				letter-spacing:-0.06em;
				margin-bottom:10px;
			}
			.main .banner.minister a {
				float:left;
				width:auto !important;
				border:1px solid rgba(255,255,255,0.5);
				font-size:12px !important;
				padding:8px 20px;
			}
				.main .banner.minister a:hover {
					background-color:#cd2c34;
					border:1px solid #cd2c34;
				}
			.main .banner.minister a.twitter {
				width:36px !important;
				height:31px !important;
				padding:0px;
				background:url(../../images/icons/twitter-w.png) no-repeat center center;
				margin-left:3px;
			}
				.main .banner.minister a.twitter:hover {
					background:url(../../images/icons/twitter-w.png) no-repeat center center #5ea9dd;
					border:1px solid #5ea9dd;
				}
		.main .banner.pulse,
		.main .banner.obesity,
		.main .banner.cloud,
		.main .banner.health
		{
			float:left;
			width:245.5px;
			height:135.5px;
			/*background-image:url(../../images/icons/pulse.png);
			background-color:#acbfc6;*/
			background-image:url(../../images/icons/pulse2.png);
			background-position: 90% 20px;
			margin:5px 5px 0px 0px;
			padding:0px;
			/*background-position: right 0px;*/
			border:5px solid #FFF;
		}
		.main .banner.pulse:hover,
		.main .banner.obesity:hover,
		.main .banner.cloud:hover,
		.main .banner.health:hover
		{
			background-color:#dfdfdf;
		}
		.main .banner.pulse:hover a,
		.main .banner.obesity:hover a,
		.main .banner.cloud:hover a,
		.main .banner.health:hover a
		{
			/*background-color:rgba(255,255,255,0.5);*/
		}

		.main .banner.obesity {
			/*background-image:url(../../images/icons/obesity.png);
			background-color:#77bdc1;*/
			background-image:url(../../images/icons/obesity2.png);
			background-position: 90% 20px;
		}
		.main .banner.cloud {
			/*background-image:url(../../images/icons/cloud.png);
			background-color:#cd2c34;*/
			background-image:url(../../images/icons/cloud2.png);
			background-position: 90% 20px;
		}
		.main .banner.health {
			/*background-image:url(../../images/icons/health.png);
			background-color:#9d9d9d;*/
			background-image:url(../../images/icons/health2.png);
			background-position: 90% 20px;
		}
					.main .banner.pulse span,
					.main .banner.obesity span,
					.main .banner.cloud span,
					.main .banner.health span
					{
						float:left;
						width:130px;
						padding:20px 15px 0px 20px;
						/*color:#FFF;*/
						font-size:18px;
					}
					.main .banner.pulse span.futura-light-bt,
					.main .banner.obesity span.futura-light-bt,
					.main .banner.cloud span.futura-light-bt,
					.main .banner.health span.futura-light-bt
					{
						padding:0px 15px 15px 20px;
						font-size:12px;
					}
						.main .banner.pulse a,
						.main .banner.obesity a,
						.main .banner.cloud a,
						.main .banner.health a
						{
							float:left;
							padding:8px 16px 6px 16px;
							color:#1d1f20;
							font-size:10px;
							border:1px solid rgba(0,0,0,0.3);
							margin:5px 20px;
						}
			.four-banners { float:left; width:521px; height:296px; margin-top:0px; }
		.main .projects {
			float:left;
			width:342px;
			height:286px;
			margin:5px 5px 0px 0px;
			border:5px solid #FFF;
			overflow:hidden;
			background-color:rgba(255,255,255,0.3);
		}
			.main .projects ul {
				float:left;
			}
			.main .projects ul li a ul {
				width: 100%;
				height: 30px;
				overflow: hidden;
			}
				.main .projects ul li {
					float:left;
					width:342px;
					height:70.5px;
					border-bottom:1px solid #FFF;
					position:relative;
				}
				.main .projects ul li:hover {
					background-color:#dfdfdf;
				}
						.main .projects ul li:last-child {
							border-bottom:0px;
						}
					.main .projects ul li a {
						float:left;
						width:262px;
						height:17.85px;
						font-size:18px;
						color:#1d1f20;
						letter-spacing:-0.06em;
						padding:26.325px 20px 26.325px 60px;
						background-position:16px center;
						background-repeat:no-repeat;
						position:relative;
						z-index:99;
					}
					.main .projects ul li a li {
						width:282px;
						height:30px;
						font-size:11px;
						letter-spacing:normal;
						padding:0px;
					}
						.main .projects ul li.pulse a {
							height:40.3px;
							padding:14px 20px 14px 60px;
							background-image:url(../../images/icons/e-nabiz-icon.png);
						}
							.main .projects ul li.pulse a span {
								float:left;
								width:100%;
								position:relative;
							}
							.main .projects ul li.pulse a span:last-child {
								font-size:10px;
								letter-spacing:normal;
							}
						.main .projects ul li.obesity a {
							background-image:url(../../images/icons/obezite-ve-beslenme-icon.png);
							background-position:18px center;
						}
						.main .projects ul li.cloud a {
							background-image:url(../../images/icons/havani-koru-icon.png);
						}
						.main .projects ul li.health a {
							background-image:url(../../images/icons/saglik-turizmi-icon.png);
						}
						
						.main .projects ul li.press-room a {
							background-image:url(../../images/icons/press-icon.png);
							/*background-color:rgba(255,255,255,0.6);*/
						}
						.main .projects ul li.info a {
							background-image:url(../../images/icons/info.png);
							/*background-color:rgba(255,255,255,0.6);*/
						}
						.main .projects ul li.press-announcements a {
							height:44.3px;
							padding:12px 20px 12px 60px;
							background-image:url(../../images/icons/press-news-icon.png);
							/*background-color:rgba(255,255,255,0.6);*/
						}
						.main .projects ul li.mhrs a {
							height:36.3px;
							padding:18px 20px 14px 60px;
							background-image:url(../../images/icons/mhrs-icon.png);
						}
							.main .projects ul li.mhrs a span,
							.main .projects ul li.press-announcements a span
							{
								float:left;
								width:100%;
								position:relative;
							}
							.main .projects ul li.mhrs a span:last-child {
								font-size:10px;
								letter-spacing:normal;
							}
						.main .projects ul li.organ a {
							background-image:url(../../images/icons/organ-icon.png);
						}
						.main .projects ul li.sabim a {
							height:36.3px;
							padding:18px 20px 14px 60px;
							background-image:url(../../images/icons/saglik-turizmi-icon.png);
						}
							.main .projects ul li.sabim a span {
								float:left;
								width:100%;
								position:relative;
							}
							.main .projects ul li.sabim a span:last-child {
								font-size:10px;
								letter-spacing:normal;
							}
					.main .projects ul li a:hover,
					.main .projects ul li.active a
					{
						float:left;
						width:312px;
						height:17.85px;
						/*border:10px solid #6cc1bd;*/
						background-color:#6cc1bd;
						padding:26.325px 10px 26.325px 15px;
						background-position:6px center;
						background:none;
						transition: all 0.2s ease-out;
					}
						.main .projects ul li.pulse a:hover,
						.main .projects ul li.active.pulse a
						{
							height:36.3px;
							padding:4px 20px 4px 60px;
							transition: all 0.2s ease-out;
						}
						.main .projects ul li.mhrs a:hover,
						.main .projects ul li.press-announcements a:hover,
						.main .projects ul li.sabim a:hover,
						.main .projects ul li.active.mhrs a,
						.main .projects ul li.active.sabim a
						{
							height:33.3px;
							padding:18px 15px 18px 15px;
							transition: all 0.2s ease-out;
						}
						.main .projects ul li.press-announcements a:hover
						{
							height:44.3px;
							padding:12px 20px 12px 15px;
						}
								.main .projects ul li::before
								{
									float:left;
									content:" ";
									position:absolute;
									z-index:999;
									right:10px;
									top:-28px;
									opacity:0;
									background-position:left top;
									background-color:transparent;
									background-repeat:no-repeat;
									-moz-transform: translateY(30px);
									-webkit-transform: translateY(30px);
									transform: translateY(30px);
								}
									.main .projects ul li.pulse::before
									{
										right:50px;
										top:10px;
									}
								.main .projects ul li::after
								{
									float:left;
									content:" ";
									width:372px;
									height:48.25px;
									position:absolute;
									z-index:9;
									left:10px;
									top:10px;
									opacity:0;
									background-position:left top;
									background-color:#6cc1bd;
									background-repeat:no-repeat;
								}
									.main .projects ul li:hover::before,
									.main .projects ul li.active::before
									{
										opacity:1;
										-moz-transform: translateY(0px);
										-webkit-transform: translateY(0px);
										transform: translateY(0px);
										transition: all 0.3s ease-in;
									}
											.main .projects ul li.pulse:hover::before,
											.main .projects ul li.active.pulse::before
											{
												width:82px;
												height:91px;
												right:50px;
												top:10px;
												background-image:url(../../images/icons/e-nabiz-logo.png);
												opacity:1;
												transition: all 0.5s ease-in;
											}
											.main .projects ul li.pulse:hover::after,
											.main .projects ul li.active.pulse::after
											{
												background-image:url(../../images/icons/e-nabiz-light-bg.png);
												opacity:1;
												transition: all 0.5s ease-in;
											}
											.main .projects ul li.cloud:hover::before,
											.main .projects ul li.active.cloud::before
											{
												width:148px;
												height:113px;
												background-image:url(../../images/icons/havani-koru-cloud.png);
												opacity:1;
												transition: all 0.5s ease-in;
											}
											.main .projects ul li.cloud:hover::after,
											.main .projects ul li.active.cloud::after
											{
												background-image:url(../../images/icons/havani-koru-light-bg.png);
												opacity:1;
												transition: all 0.5s ease-in;
											}
												.main .projects ul li.cloud.icon::selection
												{
													float:left;
													content:" ";
													width:74px;
													height:74px;
													position:absolute;
													z-index:9;
													right:20px;
													top:10px;
													background-image:url(../../images/icons/havani-koru-logo.png);
													opacity:1;
													transition: all 0.5s ease-in;
												}
	.main .main-tabs,
	.sub-page .news-tab,
	.sub-page .press-desc-tab,
	.sub-page .press-news .press-news-tabs
	{
		float:left;
		width:100%;
		/*height:342px;*/
		position:relative;
		margin-top:42px;
		/*padding-bottom:25px;*/
	}
	.sub-page .news-tab
	{
		width:830px;
		height:auto;
		margin:5px;
	}
	.sub-page .press-desc-tab,
	.sub-page .press-news .press-news-tabs
	{
		width:778px;
		height:auto;
		margin:20px 10px 10px 0px;
	}
						.sub-page .press-news .press-news-tabs
						{
							width: 638px;
							padding: 10px 0px 0px 20px;
							margin:0px;
						}
			.main .main-tabs .tabs ul,
			.sub-page .news-tab .tabs ul,
			.sub-page .press-desc-tab .tabs ul,
			.sub-page .press-news .press-news-tabs ul
			{
				display:table;
				margin:0 auto;
				/*width:1160px;*/
				height:33px;
				margin-bottom:-1px;
			}
						.sub-page .news-tab .tabs ul,
						.sub-page .main-tabs .tabs ul
						{
							width:1150px;
							padding: 0px 5px;
						}
						.sub-page .press-desc-tab .tabs ul,
						.sub-page .main-tabs .tabs ul,
						.sub-page .press-news .press-news-tabs ul
						{
							width:778px;
							height:32px;
							padding: 0px;
						}
						.sub-page .main-tabs .tabs ul
						{
							width:1160px;
							height:32px;
							padding: 0px;
						}
				.main .main-tabs .tabs ul li,
				.sub-page .news-tab .tabs ul li,
				.sub-page .press-desc-tab .tabs ul li,
				.sub-page .press-news .press-news-tabs ul li
				{
					float:left;
					height:32px;
					line-height:32px;
					margin-bottom:-1px;
					padding:0px 20px;
					font-size:14px;
					color:#1d1f20;
					cursor:pointer;
					letter-spacing:-0.06em;
				}
					.main .main-tabs .tabs ul li.active,
					.sub-page .news-tab .tabs ul li.active,
					.sub-page .press-desc-tab .tabs ul li.active,
					.sub-page .press-news .press-news-tabs ul li.active
					{
						background-color:#FFF;
						border-top:1px solid #cd2c34;
					}
					.sub-page .main-tabs .tabs ul li.active,
					.sub-page .press-news .press-news-tabs ul li.active
					{
						background-color:#cf2a2f;
						color: #FFF;
						border-top:0px;
					}
					.sub-page .press-desc-tab .tabs ul li.active,
					.sub-page .press-news .press-news-tabs ul li.active
					{
						/*background-color:#cf2a2f;
						color: #FFF;
						border-top:0px;
						position: relative;*/
						background-color: #FFF;
						color: #1d1f20;
						position: relative;
						border-left: 1px solid #cf2a2f !important;
						border-top: 1px solid #cf2a2f !important;
						border-right: 1px solid #cf2a2f !important;
						margin-bottom: 0px;
					}
						/*.sub-page .press-desc-tab .tabs ul li.active::after,
						.sub-page .main .most-shared h3::after,
						.sub-page .main-tabs .tabs ul li.active::after
						{
							float: left;
							content: "";
							width: 13px;
							height: 6px;
							position: absolute;
							left: 17px;
							bottom: -6px;
							z-index: 1;
							background: url(../../images/icons/arrow13.png) no-repeat left top;
						}*/
					.main .main-tabs .tabs ul li.active cufon,
					.sub-page .news-tab .tabs ul li.active cufon,
					.sub-page .press-news .press-news-tabs ul li.active cufon
					{
						opacity:0.3;
					}
					.main .main-tabs .tabs ul li.active cufon,
					.sub-page .press-news .press-news-tabs ul li.active cufon
					{
						opacity:1;
					}
		.main .main-tabs .tab-contents,
		.sub-page .news-tab .tab-contents,
		.sub-page .press-desc-tab .tab-contents
		{
			height:272px;
			background-color:#FFF;
			border-top:1px solid #cd2c34;
			overflow:hidden;
		}
		.sub-page .press-news .news-list
		{
			background-color:#FFF;
			border-top:1px solid #cd2c34;
		}
		.sub-page .news-tab .tab-contents,
		.sub-page .press-desc-tab .tab-contents,
		.sub-page .press-news .news-list
		{
			height:auto;
			overflow:auto;
		}
			.main .main-tabs .tab-contents .content,
			.sub-page .news-tab .tab-contents .content,
			.sub-page .press-desc-tab .tab-contents .content,
			.sub-page .press-news .news-list
			{
				display:none;
			}
			.main .main-tabs .tab-contents .content.active,
			.sub-page .news-tab .tab-contents .content.active,
			.sub-page .press-desc-tab .tab-contents .content.active,
			.sub-page .press-news .news-list.active
			{
				display:block;
			}
			.sub-page .press-desc-tab .tab-contents .content.active,
			.sub-page .press-news .news-list.active
			{
				width: 658px;
			}
			.sub-page .press-news .news-list.active
			{
				width: 618px;
				margin: 0px 10px;
				padding: 10px;
			}
	.main .main-tabs .timeline-content,
	.sub-page .news-tab #content-data,
	.sub-page .press-desc-tab #content-data
	{
		float:left;
		width:1160px;
		height:80px;
		margin:25px 0px;
	}
		.main .main-tabs .timeline-content .content-container,
		.sub-page .news-tab #content-data .content-container,
		.sub-page .press-desc-tab #content-data .content-container
		{
			margin: 0 auto;
			display: table;
		}
			.main .main-tabs .timeline-content .content-container li,
			.sub-page .news-tab #content-data .content-container li,
			.sub-page .press-desc-tab #content-data .content-container li
			{
				float:left;
				width:294px;
				height:75px;
				border-right:1px solid #f2f2f2;
			}
						.main .main-tabs .timeline-content .content-container li:last-child,
						.sub-page .news-tab #content-data .content-container li:last-child,
						.sub-page .press-desc-tab #content-data .content-container li:last-child
						{
							border-right:0px;
						}
				.main .main-tabs .timeline-content .content-container li a,
				.sub-page .news-tab #content-data .content-container li a,
				.sub-page .press-desc-tab #content-data .content-container li a
				{
					float:left;
					width:262px;
					height:35px;
					padding:10px 16px;
					color:#1d1f20;
					text-align: center;
				}
					.main .main-tabs .timeline-content .content-container li a .image,
					.sub-page .news-tab #content-data .content-container li a .image,
					.sub-page .press-desc-tab #content-data .content-container li a .image
					{
						float:left;
						width:95px;
						height:95px;
						overflow:hidden;
						text-align:center;
						-webkit-border-radius:95px;
						-moz-border-radius: 95px;
						border-radius: 95px;
						position:relative;
						margin-top:-20px;
					}
					/*.main .main-tabs .timeline-content.content-container li:nth-child(2n+0) a .image {
									width:70px;
									height:70px;
									-webkit-border-radius:0px;
									-moz-border-radius: 0px;
									border-radius: 0px;
									-moz-transform: rotateZ(45deg);
									-webkit-transform: rotateZ(45deg);
									transform: rotateZ(45deg);
									margin-top:-8px;
									margin-left:14px;
								}*/
						.main .main-tabs .timeline-content .content-container li a .image img,
						.sub-page .news-tab #content-data .content-container li a .image img,
						.sub-page .press-desc-tab #content-data .content-container li a .image img
						{
							height:95px;
						}
						/*		.main .main-tabs .timeline-content .content-container li:nth-child(2n+0) a .image img {
									-moz-transform: translateX(-85px) translateY(-12px) rotateZ(-45deg);
									-webkit-transform: translateX(-85px) translateY(-12px) rotateZ(-45deg);
									transform: translateX(-85px) translateY(-12px) rotateZ(-45deg);
								}*/
					.main .main-tabs .timeline-content .content-container li a span {
						float: left;
						width: 157px;
						/* width: 100%; */
						padding-left: 10px;
						text-align: left;
						}

					.main .main-tabs .timeline-content .content-container li.noimage a span {
						width:262px;
						padding-left:0px;
					}
						.main .main-tabs .timeline-content .content-container li a span.futura-light-bt {
							font-size:10px;
							color:#cd2c34;
						}
					/*.main .main-tabs .timeline-content .content-container li:nth-child(2n+0) a span {
						width:147px;
						padding-left:30px;
					}
					.main .main-tabs .timeline-content .content-container li.noimage:nth-child(2n+0) a span {
						width:262px;
						padding-left:0px;
					}*/
		
		.main .main-tabs .date,
		.main .main-tabs .bottom-bar,
		.sub-page .news-tab .date,
		.sub-page .press-desc-tab .date
		{
			width:1160px;
			border-top:1px solid #c3c3c4;
			display:table;
			position:relative;
		}
			.main .main-tabs .date .month,
			.main .main-tabs .date .year,
			.sub-page .news-tab .date .month,
			.sub-page .news-tab .date .year,
			.sub-page .press-desc-tab .date .month,
			.sub-page .press-desc-tab .date .year,			
			.main .main-tabs .bottom-bar .more
			{
				float:left;
				width:114px;
				height:32px;
				border-left:1px solid #c3c3c4;
				border-right:1px solid #c3c3c4;
				border-bottom:1px solid #c3c3c4;
				position:absolute;
				overflow:hidden;
				left:50%;
				top:-5px;
				margin-left:-121px;
				cursor:pointer;
				background:url(../../images/icons/arrow6.png) no-repeat 80% center #FFF;
				font-weight: 900;
				background-color: #FFF;
				border-radius: 0px;
			}
			.main .main-tabs .date .month.active,
			.main .main-tabs .date .year.active,

			.sub-page .news-tab .date .month.active,
			.sub-page .news-tab .date .year.active,

			.sub-page .press-desc-tab .date .month.active,
			.sub-page .press-desc-tab .date .year.active
			{
				height:200px;
				border:1px solid #c3c3c4;
				overflow:auto;
				top:-129px;
				cursor:default;
				background: none;
				background-color: #FFF;
			}
							.sub-page .news-tab .date .month,
							.sub-page .news-tab .date .year,

							.sub-page .press-desc-tab .date .month,
							.sub-page .press-desc-tab .date .year
							{
								padding: 0px;
							}
					.main .main-tabs .bottom-bar .more
					{
						width:114px;
						height:14px;
						font-size:12px;
						color:#1d1f20;
						padding:9px 15px;
						margin-left:-58px;
						background-position:90% center;
					}
			.main .main-tabs .date .year,
			.sub-page .news-tab .date .year,
			.sub-page .press-desc-tab .date .year
			{
				margin-left:5px;
			}
				.main .main-tabs .date .month li,
				.main .main-tabs .date .year li,

				.sub-page .news-tab .date .month li,
				.sub-page .news-tab .date .year li,

				.sub-page .press-desc-tab .date .month li,
				.sub-page .press-desc-tab .date .year li
				{
					float:left;
					width:84px;
					height:14px;
					font-size:12px;
					color:#1d1f20;
					padding:9px 15px;
					position:relative;
					display:none;
				}
				.main .main-tabs .date .month.active li,
				.main .main-tabs .date .year.active li,

				.sub-page .news-tab .date .month.active li,
				.sub-page .news-tab .date .year.active li,

				.sub-page .press-desc-tab .date .month.active li,
				.sub-page .press-desc-tab .date .year.active li
				{
					display:block;
					position: relative !important;
				}
				.main .main-tabs .date .month li.active,
				.main .main-tabs .date .year li.active,

				.sub-page .news-tab .date .month li.active,
				.sub-page .news-tab .date .year li.active,

				.sub-page .press-desc-tab .date .month li.active,
				.sub-page .press-desc-tab .date .year li.active
				{
					display:block;
					position:absolute;
					left:0px;
					top:0px;
				}
	.main .main-tabs .timeline::before,
	.main .main-tabs .timeline::after
	{
		float:left;
		content:" ";
		position:absolute;
		width:150px;
		height:1px;
		left:-150px;
		top:50%;
		background-color:#e5e5e5;
		margin-top: -0.5px;
	}
		.main .main-tabs .timeline::after
		{
			/*height:3px;
			left:auto;
			right:-150px;
			margin-top: -1.5px;
			background-color:#1d1f20;*/
		}
	.main .main-tabs .timeline {
		float:left;
		position:relative;
		width:860px;
		margin-left:150px;
		margin-top:60px;
	}
		.main .main-tabs .timeline li {
			float:left;
			width:17px;
			height:17px;
			position:relative;
			-webkit-border-radius: 21px;
			-moz-border-radius: 21px;
			border-radius: 21px;
			border:4px solid #FFF;
			background-color:#e5e5e5;
			z-index:99;
			cursor:pointer;
		}
			.main .main-tabs .timeline li span {
				float:left;
				position:absolute;
				width:22px;
				height:18px;
				text-align:center;
				color:#e5e5e5;
				top:-20px;
				left:50%;
				margin-left:-11px;
				font-size:14px;
				font-style:italic;
				
				 -moz-transition: all 0.2s ease-out;
				/* WebKit */
				-webkit-transition: all 0.2s ease-out;
				/* Opera */
				-o-transition: all 0.2s ease-out;
				/* Standard */
				transition: all 0.2s ease-out;
			}
			.main .main-tabs .timeline li.active span {
				height:22px;
				font-size:16px;
				color:#cd2c34;
				top:-32px;
				font-weight:900;
			}
					.main .main-tabs .timeline li.full {
						width:21px;
						height:21px;
						position:relative;
						-webkit-border-radius: 19px;
						-moz-border-radius: 19px;
						border-radius: 19px;
						border:2px solid #1d1f20;
						background:none;
						font-weight:bold;
						/*margin-top:0px !important;*/
					}
						.main .main-tabs .timeline li.full span {
							color:#1d1f20;
							font-weight:900;
						}
					.main .main-tabs .timeline li.active {
						width:9px;
						height:9px;
						background-color:transparent;
						border:8px solid #cd2c34;
						/*margin-top:0px !important;*/
					}
					.main .main-tabs .timeline li.active::before {
						margin-left:-6px;
					}
					.main .main-tabs .timeline li.active::after {
						margin-right:-6px;
					}
			.main .main-tabs .timeline li::before,
			.main .main-tabs .timeline li::after
			{
				float:left;
				position:absolute;
				left:0px;
				top:50%;
				content:" ";
				height:1px;
				margin-top:-0.5px;
				background:#e5e5e5;
				z-index:9;
			}
			.main .main-tabs .timeline li::after
			{
				left:auto;
				right:0px;
			}
							.main .main-tabs .timeline li.full::before,
							.main .main-tabs .timeline li.full::after,
							.main .main-tabs .timeline li.active::after
							{
								height:3px;
								margin-top:-1.5px;
								background:#1d1f20;
							}
							.main .main-tabs .timeline li.first::before
							{
								height:1px !important;
								margin-top:-0.5px !important;
								background:#e5e5e5 !important;
							}
							.main .main-tabs .timeline li.emp::after
							{
								height:1px !important;
								margin-top:-0.5px !important;
								background:#e5e5e5 !important;
							}
				.main .main-tabs .timeline li.active::before {
				}
		
		.main .main-tabs .announcements,
		.main .main-tabs .staff-news,
		.sub-page .news-tab .news-list,
		.sub-page .news-tab .video-list,
		.sub-page .press-desc-tab .press-description,
		.sub-page .press-desc-tab .announcements
		{
			width:100%;
			margin: 0 auto;
			display: table;
		}
		.sub-page .news-tab .news-list,
		.sub-page .news-tab .video-list,
		.sub-page .press-desc-tab .press-description,
		.sub-page .press-desc-tab .announcements
		{
			width:830px;
		}
			.main .main-tabs .announcements ul,
			.main .main-tabs .staff-news ul,
			.sub-page .news-tab .news-list ul,
			.sub-page .news-tab .video-list ul,
			.sub-page .press-desc-tab .press-description ul,
			.sub-page .press-desc-tab .announcements ul
			{
				width:100%;
				padding:25px 0px;
			}
			.sub-page .news-tab .news-list ul,
			.sub-page .news-tab .video-list ul
			{
				width:830px;
			}
			.sub-page .press-desc-tab .press-description ul,
			.sub-page .press-desc-tab .announcements ul
			{
				width:658px;
				padding: 0px 0px;
			}
				.main .main-tabs .announcements ul li,
				.main .main-tabs .staff-news ul li,
				.sub-page .news-tab .news-list ul li,
				.sub-page .news-tab .video-list ul li,
				.sub-page .press-desc-tab .press-description ul li,
				.sub-page .press-desc-tab .announcements ul li,
				.sub-page .press-news .written-press ul li,
				.sub-page .press-news .tv-press ul li
				{
					float:left;
					width:1160px;
					padding:5px 0px;
					min-height:15px;
					border-bottom:1px solid #e8e8e8;
					position:relative;
				}
				.sub-page .news-tab .news-list ul li,
				.sub-page .news-tab .video-list ul li
				{
					width:830px;
					height:auto;
				}
				.sub-page .press-desc-tab .press-description ul li,
				.sub-page .press-desc-tab .announcements ul li,
				.sub-page .press-news .written-press ul li,
				.sub-page .press-news .tv-press ul li
				{
					width:658px;
					height:auto;
				}
				.sub-page .press-news .written-press ul li,
				.sub-page .press-news .tv-press ul li
				{
					width:618px;
				}
				.main .main-tabs .announcements ul li:last-child,
				.main .main-tabs .staff-news ul li:last-child,
				.sub-page .news-tab .news-list ul li:last-child,
				.sub-page .news-tab .video-list ul li:last-child,
				.sub-page .press-desc-tab .press-description ul li:last-child,
				.sub-page .press-desc-tab .announcements ul li:last-child,
				.sub-page .press-news .written-press ul li:last-child,
				.sub-page .press-news .tv-press ul li:last-child
				{
					border-bottom:0px;
				}
							.main .main-tabs .announcements ul li.new::before,
							.main .main-tabs .staff-news ul li.new::before,
							.sub-page .news-tab .news-list ul li.new::before,
							.sub-page .news-tab .video-list ul li.new::before,
							.sub-page .press-desc-tab .press-description ul li.new::before,
							.sub-page .press-desc-tab .announcements ul li.new::before,
							.sub-page .press-news .written-press ul li.new::before,
							.sub-page .press-news .tv-press ul li.new::before
							{
								float:left;
								content:"YENİ";
								/*height:14px;*/
								font-size:10px;
								/*line-height:14px;*/
								color:#FFF;
								background-color:#cd2c34;
								position:absolute;
								left:40px;
								top:8px;
								letter-spacing:normal;
								-webkit-border-radius: 6px;
								-moz-border-radius: 6px;
								border-radius: 6px;
								padding:2px 6px;
							}
							.sub-page .news-tab .news-list ul li.new::before,
							.sub-page .news-tab .video-list ul li.new::before,
							.sub-page .press-desc-tab .press-description ul li.new::before,
							.sub-page .press-desc-tab .announcements ul li.new::before,
							.sub-page .press-news .written-press ul li.new::before,
							.sub-page .press-news .tv-press ul li.new::before
							{
								left:auto;
								right: 40px;
								top:8px;
							}
							.sub-page .press-desc-tab .press-description ul li.new::before,
							.sub-page .press-desc-tab .announcements ul li.new::before,
							.sub-page .press-news .written-press ul li.new::before,
							.sub-page .press-news .tv-press ul li.new::before
							{
								right: 20px;
								top:20px;
							}
					.main .main-tabs .announcements ul li a,
					.main .main-tabs .staff-news ul li a,
					.sub-page .news-tab .news-list ul li a,
					.sub-page .news-tab .video-list ul li a,
					.sub-page .press-desc-tab .press-description ul li a,
					.sub-page .press-desc-tab .announcements ul li a,
					.sub-page .press-news .written-press ul li a,
					.sub-page .press-news .tv-press ul li a
					{
						  float: left;
						  width: 970px;
						  height: auto;
						  padding: 5px 95px;
						  font-size: 12px;
						  color: #1d1f20;
						  background: url(../../images/icons/arrow7.png) no-repeat 85px 8px;
					}
					.sub-page .news-tab .news-list ul li a,
					.sub-page .news-tab .video-list ul li a,
					.sub-page .press-desc-tab .press-description ul li a,
					.sub-page .press-desc-tab .announcements ul li a,
					.sub-page .press-news .written-press ul li a,
					.sub-page .press-news .tv-press ul li a
					{
						width:740px;
						height:auto;
						line-height:normal;
						padding:5px 90px 5px 15px;
						font-size:12px;
						color:#1d1f20;
						background:none;
					}
					.sub-page .press-desc-tab .press-description ul li a,
					.sub-page .press-desc-tab .announcements ul li a,
					.sub-page .press-news .written-press ul li a,
					.sub-page .press-news .tv-press ul li a
					{
						width:553px;
						/*padding:20px 90px 20px 15px;*/
						padding: 15px 90px 15px 15px;
					}
					.sub-page .press-news .written-press ul li a,
					.sub-page .press-news .tv-press ul li a
					{
						width:513px;
						padding:20px 90px 20px 15px; 
					}
						.sub-page .news-tab .news-list ul li a span,
						.sub-page .news-tab .video-list ul li a span,
						.sub-page .press-desc-tab .press-description ul li a span,
						.sub-page .press-desc-tab .announcements ul li a span,
						.sub-page .press-news .written-press ul li a span,
						.sub-page .press-news .tv-press ul li a span
						{
							display: block;
						}
						.sub-page .news-tab .news-list ul li a .image,
						.sub-page .news-tab .video-list ul li a .image,
						.sub-page .press-desc-tab .press-description ul li a .image,
						.sub-page .press-desc-tab .announcements ul li a .image,
						.sub-page .press-news .written-press ul li a .image,
						.sub-page .press-news .tv-press ul li a .image
						{
							float:left;
							width:176px;
							height:90px;
							position: relative;
							overflow: hidden;
							margin-right: 15px;
						}
							.sub-page .news-tab .news-list ul li a .image img,
							.sub-page .news-tab .video-list ul li a .image img,
							.sub-page .press-desc-tab .press-description ul li a .image img,
							.sub-page .press-desc-tab .announcements ul li a .image img,
							.sub-page .press-news .written-press ul li a .image img,
							.sub-page .press-news .tv-press ul li a .image img
							{
								width:206px;
								/*height:90px;*/
							}
					.main .main-tabs .announcements ul li a .futura-light-bt,
					.main .main-tabs .staff-news ul li a .futura-light-bt,
					.sub-page .news-tab .news-list ul li a .futura-light-bt,
					.sub-page .news-tab .video-list ul li a .futura-light-bt,
					.sub-page .press-desc-tab .press-description ul li a .futura-light-bt,
					.sub-page .press-desc-tab .announcements ul li a .futura-light-bt,
					.sub-page .press-desc-tab .announcements ul li a .futura-light-bt,
					.sub-page .press-desc-tab .announcements ul li a .futura-light-bt,
					.sub-page .press-news .written-press ul li a .futura-light-bt,
					.sub-page .press-news .tv-press ul li a .futura-light-bt
					{
						color:#a3a0a0;
					}
					.main .main-tabs .announcements ul li:hover a span,
					.main .main-tabs .staff-news ul li:hover a span,
					.sub-page .news-tab .news-list ul li:hover a span,
					.sub-page .news-tab .video-list ul li:hover a span,
					.sub-page .press-desc-tab .press-description ul li:hover a span,
					.sub-page .press-desc-tab .announcements ul li:hover a span,
					.sub-page .press-news .written-press ul li:hover a span,
					.sub-page .press-news .written-press ul li:hover a span
					{
						color:#cd2c34 !important;
					}
					
	.main .spots {
		float:left;
		width:100%;
		height:395px;
		position:relative;
	}
		.main .spots .spot-container {
			float:left;
			width:100%;
			height:395px;
			position:relative;
			overflow:hidden;
		}
			.main .spots .spot-container ul {
				float:left;
				width:100%;
				position:absolute;
				left:0px;
			}
				.main .spots .spot-container ul li {
					float:left;
					width:100%;
					height:395px;
					position:absolute;
					left:0px;
					text-align:center;
					overflow:hidden;
				}
					.main .spots .spot-container ul li a {
						margin:0 auto;
						float:none;
					}
					.main .spots .spot-container ul li a img {
						float:left;
					}
		.spots .controls
		{
			right:auto;
			left:50%;
			top:auto;
			bottom:0px;
			margin-left:-579px;
		}

.sub-page {
	background-image:url(../../images/sub-main-bg.jpg);
	background-position: center 13px;
}
	.sub-page .main {
		float:left;
		width:100%;
		z-index:9;
		position:relative;
	}
		/*
		###old sitemap css
		.sub-page .main .sitemap {
			float:left;
			width:100%;
			background-color:#FFF;
		}
			.sub-page .main .sitemap li {
				float:left;
				background-color:#FFF;
			}
			.sub-page .main .sitemap li {
				float:left;
				background-color:#FFF;
			}
				.sub-page .main .sitemap li a {
					float:left;
					height:15px;
					padding:5px 10px 5px 10px;
					font-size:12px;
					color:#FFF;
					background-color:#737575;
				}
					.sub-page .main .sitemap li a::before,
					.sub-page .main .sitemap li:last-child a::after
					{
						float:right;
						content:" ";
						width:22px;
						height:25px;
						background:url(../../images/icons/sitemap-arrow-grey.jpg) no-repeat left center;
						margin-top:-5px;
					}
						.sub-page .main .sitemap li:last-child a::after
						{
							background:url(../../images/icons/sitemap-arrow-light-grey.jpg) no-repeat left center;
							width: 23px;
							background-color: #FFF;
							margin-right: -10px;
						}
					.sub-page .main .sitemap li:last-child a::before {
						float:left;
						background:url(../../images/icons/sitemap-arrow-light-and-grey.jpg) no-repeat left center;
						margin-left: -33px;
						width: 23px;
					}
					.sub-page .main .sitemap li:last-child a {
						background-color:#eeeeee;
						color:#1d1f20;
					}
		*/
		.sub-page .main .sitemap {
			float:left;
			width:100%;
			border-top: 1px solid rgba(29,31,32,0.18);
			padding: 5px 0px;
		}
			.sub-page .main .sitemap h6 {
				float:left;
				font-size:10px;
				color:#262829;
				padding: 5px 0px;
			}
			.sub-page .main .sitemap li {
				float:left;
			}
			.sub-page .main .sitemap li {
				float:left;
			}
				.sub-page .main .sitemap li a {
					float:left;
					padding:5px 13px 5px 5px;
					font-size:10px;
					color:#262829;
					background:url(../../images/icons/star.png) no-repeat right center;
				}
					.sub-page .main .sitemap li:last-child a {
						background: none;
						padding-right: 0px;
					}


		.sub-page .main .content {
			float: left;
			/*width: 886px;
			margin-right: 10px;*/
			background-color: #FFF;
		}

		.sub-page .main .press-reports {
			float: right;
			width: 264px;
			/*height: 613px;*/
			margin-left: 10px;
			/*display:none;*/
		}
			.sub-page .main .press-reports .item {
				float: left;
				width: 254px;
				height: 291.5px;
				margin-bottom: 10px;
				background-color: #FFF;
				border:5px solid #cf2a2f;
				position: relative;
			}
			.sub-page .main .press-reports .item.tv {
				/*border:5px solid #969b9b;*/
			}
			.sub-page .main .press-reports .item:last-child {
				margin-bottom: 0px;
			}
			.sub-page .main .press-reports .item h2 {
				float: left;
				width: 254px;
				font-size: 14px;
				color: #1d1f20;
				text-align: center;
				padding: 12px 0px 12px 0px;
				background: url(../../images/icons/arrow10.png) no-repeat center bottom;
			}
			.sub-page .main .press-reports .item .slide-container {
				float: left;
				width: 214px;
				height: 166px;
				margin: 25px 20px;
				overflow: hidden;
				position: relative;
			}
				.sub-page .main .press-reports .item.tv .slide-container {
					height: 206px;
				}
			.sub-page .main .press-reports .item ul {
				float: left;
				width: auto;
				height: 166px;
				position: absolute;
				left: 0px;
				top: 0px;
			}
				.sub-page .main .press-reports .item.tv ul {
					height: 206px;
				}
			.sub-page .main .press-reports .item.written::before,
			.sub-page .main .press-reports .item.written::after
			{
				float: left;
				content: "\"";
				color: #cf2a2f;
				font-size: 60px;
				font-family: "Times New Roman", Times, serif;
				font-style: italic;
				position: absolute;
				left: 10px;
				top: 60px;
				z-index: 9;
				margin-top: -13px;
			}
			.sub-page .main .press-reports .item.written .controls,
			.sub-page .main .press-reports .item.tv .controls
			{
				float: left;
			}
				.sub-page .main .press-reports .item.written .controls .left,
				.sub-page .main .press-reports .item.written .controls .right,

				.sub-page .main .press-reports .item.tv .controls .left,
				.sub-page .main .press-reports .item.tv .controls .right
				{
					position: absolute;
					left: -5px;
					top: 50%;
					float: left;
					width: 33px !important;
					height: 54px !important;
					background: url(../../images/icons/arrow11.png) no-repeat left top;
					cursor: pointer;
					min-height: 54px !important;
				}
				.sub-page .main .press-reports .item.tv .controls .left,
				.sub-page .main .press-reports .item.tv .controls .right
				{
					/*background: url(../../images/icons/arrow12.png) no-repeat left top;*/
				}
				.sub-page .main .press-reports .item.written .controls .right,
				.sub-page .main .press-reports .item.tv .controls .right
				{
					left: auto;
					right: -5px;
					-moz-transform: rotateZ(180deg);
					-webkit-transform: rotateZ(180deg);
					transform: rotateZ(180deg);
				}
			.sub-page .main .press-reports .item.written::after
			{
				left: auto;
				top: auto;
				right: 20px;
				bottom: 0px;
			}
				.sub-page .main .press-reports .item ul li {
					/*float: left;*/
					width: 144px;
					height: 186px;
					padding: 0px 35px;
					font-family: "Times New Roman", Times, serif;
					font-size: 18px;
					color: #1d1f20;
					font-style: italic;
					text-align: center;
					display: flex;
					vertical-align: middle;
				}
				.sub-page .main .press-reports .item ul li span {
					width: auto;
					height: auto;
					margin: auto 0;
					display: inline;
				}
				.sub-page .main .press-reports .item.tv ul li .image {
					float: left;
					width: 100px;
					height: 100px;
					overflow: hidden;
					-webkit-border-radius: 100px;
					-moz-border-radius: 100px;
					border-radius: 100px;
					position: absolute;
					left: 50%;
					top: 0px;
					margin-left: -50px;
				}
					.sub-page .main .press-reports .item.tv ul li .image img {
						height: 100px;
					}
				.sub-page .main .press-reports .tv ul li {
					display: block;
					padding-top: 102px;
					height: 84px;
				}
				.sub-page .main .press-reports .tv ul li span {
					float: left;
					width: 144px !important;
					position: relative;
					font-size: 16px;
				}
				.sub-page .main .press-reports .tv ul li span:last-child {
					font-size: 14px;
					color: #cf292e;
				}


			.sub-page .main .news-detail {
				float: left;
				width: 886px;
				min-height:980px;
				background-color:#FFF;
			}
				.sub-page .main .news-detail .main-page-button {
					float: left;
					width: 760px;
					padding: 35px 35px 10px 50px;
					font-size: 14px;
					color: #393434;
					background:url(../../images/icons/arrow14.png) no-repeat 35px 38px;
				}
					.sub-page .main .news-detail ul.bbNodes {
					/*width: 816px !important;*/
					float: left;
					padding: 0px 35px 20px 35px;
				}
				.sub-page .main .news-detail ul.bbNodes li {
					float: left;
					border-bottom: 1px dotted #CCC;
				    width: 100%;
				}
					.sub-page .main .news-detail ul.bbNodes li a {
						font-size: 14px;
						color: #393434;						
						padding: 10px 12px;
					    display: block;						
						background: url(../../images/icons/arrow7.png) no-repeat 4px 14px;
					}
				.sub-page .main .news-detail h1 {
					float: left;
					width: 760px;
					padding: 0px 35px 0px 35px;
					font-size: 24px;
					color: #393434;
					font-weight: bold;
				}
				.sub-page .main .news-detail .date {
					float: left;
					width: 760px;
					padding: 0px 35px 15px 35px;
					font-size: 12px;
					color: #393434;
				}
				.sub-page .main .news-detail .gallery {
					float: left;
					width: 876px;
					height: 550px;
					margin: 0px 5px 0px 5px;
					position: relative;
					overflow: hidden;
					border-bottom: 1px solid #d9d9d9;
				}
					.sub-page .main .news-detail .gallery li {
						float: left;
						width: 876px;
						height: 550px;
					}
						.sub-page .main .news-detail .gallery li .image {
							float: left;
							width: 806px;
							height: 480px;
							overflow: hidden;
							position: relative;
						}
							.sub-page .main .news-detail .gallery li .image img {
								height: 480px;
							}
						.sub-page .main .news-detail .gallery li .note {
							float: left;
							width: 816px;
							padding: 20px 30px;
							font-style: italic;
						}
				.sub-page .main .news-detail .tags {
					float: left;
					width: 760px;
					padding: 5px 35px 20px 35px;
					font-size: 14px;
					color: #393434;
				}
					.sub-page .main .news-detail .tags h4 {
						float: left;
						font-size: 12px;
						color: #393434;
						margin-right: 4px;
					}
					.sub-page .main .news-detail .tags a {
						float: left;
						font-size: 12px;
						color: #cd2c34;
					}
					.sub-page .main .news-detail .tags a::after {
						float: right;
						content:", ";
						font-size: 12px;
						color: #cd2c34;
					}
					.sub-page .main .news-detail .tags a:last-child::after {
						content:"";
					}
				.sub-page .main .news-detail p {
					/*float: left;*/
					padding: 10px 35px 10px 35px !important;
					font-size: 18px;
					color: #393434;
					font-family:"Times New Roman", Times, serif;
					line-height: 20px !important;
					text-align: justify !important;
				}
				.sub-page .main .news-detail img,
				.sub-page .main .news-detail p img
				{
					
					height: auto !important;
				}
				.sub-page .main .news-detail .addthis_sharing_toolbox {
					float: left;
					padding: 20px 35px 5px 35px;
				}
				.sub-page .main .news-detail .editor {
					float:right;
					margin: 10px 35px 0px 0px;
				}
					.sub-page .main .news-detail .editor div {
						float:left;
						width:35px;
						height:35px;
						cursor:pointer;
						position:relative;
					}
					.sub-page .main .news-detail .editor div.minimize {
						background:url(../../images/icons/font-size-shrink.png) no-repeat center center;
					}
					.sub-page .main .news-detail .editor div.enlarge {
						background:url(../../images/icons/font-size-enlarge.png) no-repeat center center;
					}
					.sub-page .main .news-detail .editor div.print {
						background:url(../../images/icons/print.png) no-repeat center center;
					}
		/*.sub-page .main .left {
			float:left;
			width:840px;
			height:100%;
			background-color:#eeeeee;
			padding-bottom:160px;
		}
			.sub-page .main .news-detail {
				float: left;
				width: 830px;
				margin: 5px;
				background-color:#FFF;
			}
				.sub-page .main .news-detail h1 {
					float: left;
					width: 760px;
					padding: 35px 35px 0px 35px;
					font-size: 24px;
					color: #393434;
					font-weight: bold;
				}
				.sub-page .main .news-detail .date {
					float: left;
					width: 760px;
					padding: 0px 35px 35px 35px;
					font-size: 12px;
					color: #393434;
				}
				.sub-page .main .news-detail .gallery {
					float: left;
					width: 820px;
					height: 550px;
					margin: 0px 5px 0px 5px;
					position: relative;
					overflow: hidden;
					border-bottom: 1px solid #d9d9d9;
				}
					.sub-page .main .news-detail .gallery li {
						float: left;
						width: 820px;
						height: 550px;
					}
						.sub-page .main .news-detail .gallery li .image {
							float: left;
							width: 820px;
							height: 480px;
							overflow: hidden;
							position: relative;
						}
							.sub-page .main .news-detail .gallery li .image img {
								height: 480px;
							}
						.sub-page .main .news-detail .gallery li .note {
							float: left;
							width: 760px;
							padding: 20px 30px;
							font-style: italic;
						}
				.sub-page .main .news-detail .tags {
					float: left;
					width: 760px;
					padding: 5px 35px 20px 35px;
					font-size: 14px;
					color: #393434;
				}
					.sub-page .main .news-detail .tags h4 {
						float: left;
						font-size: 12px;
						color: #393434;
						margin-right: 4px;
					}
					.sub-page .main .news-detail .tags a {
						float: left;
						font-size: 12px;
						color: #cd2c34;
					}
					.sub-page .main .news-detail .tags a::after {
						float: right;
						content:", ";
						font-size: 12px;
						color: #cd2c34;
					}
					.sub-page .main .news-detail .tags a:last-child::after {
						content:"";
					}
				.sub-page .main .news-detail p {
					float: left;
					width: 760px;
					padding: 30px 35px 120px 35px;
					font-size: 18px;
					color: #393434;
					font-family:"Times New Roman", Times, serif;
					line-height: 22px;
				}
				.sub-page .main .news-detail .addthis_sharing_toolbox {
					float: left;
					width: 760px;
					padding: 20px 35px 5px 35px;
				}
			*/
			/*
			.sub-page .main .slider {
				width: 830px;
				height: 575px;
				overflow: hidden !important;
				border:0px;
				margin: 5px;
			}		
			.sub-page .main #news-slider {
				height: 575px;
			}
				.sub-page .main #news-slider li {
					height: 575px;
				}
					.sub-page #news-slider .screen {
						width: 560px;
						height: 575px;
					}
					.sub-page #news-slider li .item-bg {
						width:560px;
						height: 575px;
						background-size:auto 575px !important;
					}
			.news .slider .slider-item-point {
				width: 270px;
				height: 575px;
			}		
				.news .slider .slider-item-point ul,
				.news .slider .slider-item-point ul li
				{
					width: 270px;
				}
				.news .slider .slider-item-point ul li
				{
					height:95.83px;
				}
					.news .slider .slider-item-point li .image {
						height:95.83px;
					}
					.news .slider .slider-item-point li span {
						width:190px;
						font-weight:900;
						padding:0px 40px;
						padding:24px 80px\9;
					}
					.news .slider .slider-item-point li.active::before {
						left: 20px;
					}
					.news .slider .slider-item-point li.active span {
						left: 20px;
						font-weight:100;
					}
			*/
			.sub-page .main .slider {
				width: 876px;
				height: 603px;
				overflow: hidden !important;
				border:5px solid #FFF;
			}		
			.sub-page .main #news-slider {
				height: 603px;
			}
				.sub-page .main #news-slider li {
					height: 603px;
				}
					.sub-page #news-slider .screen {
						width: 886px;
						height: 603px;
					}
					.sub-page #news-slider li .item-bg {
						width:886px;
						height: 603px;
						background-size:auto 603px;
					}
			.news .slider .slider-item-point {
				width: auto !important;
				height: 12px !important;
				overflow: visible;
				right: 50px;
				top: auto;
				bottom: 70px;
			}		
				.news .slider .slider-item-point ul
				{
					position: relative !important;
					width: auto !important;
					height: 12px !important;
					top:0px !important;
				}
				.news .slider .slider-item-point ul li
				{
					width: 10px;
					height:10px;
					background: none !important;
					-webkit-border-radius: 12px;
					-moz-border-radius: 12px;
					border-radius: 12px;
					border: 1px solid #FFF;
					position: relative !important;
					float: left;
					display: block;
					margin-left: 2px;
				}
					.news .slider .slider-item-point li.active {
						background-color: #FFF !important;
					}
					.news .slider .slider-item-point li .image {
						display: none;
					}
					.news .slider .slider-item-point li span {
						display: none;
					}
					.news .slider .slider-item-point li.active::before {
						display: none;
					}
					.news .slider .slider-item-point li.active span {
						display:none;
					}

		/*
		.sub-page .main .right {
			float:right;
			width:320px;
			background-color:#FFF;
			padding-bottom:335px;
		}
			.sub-page .main .right .contact {
				float:left;
				width:190px;
				padding:15px 100px 15px 25px;
				background-color:#eeeeee;
				margin:0px 0px 5px 5px;
			}
				.sub-page .main .right .contact h3 {
					float:left;
					width:100%;
					font-size:12px;
					color:#1d1f20;
					margin-bottom:22px;
					font-weight:900;
				}
				.sub-page .main .right .contact span {
					float:left;
					width:100%;
					font-size:12px;
					color:#1d1f20;
				}
				.sub-page .main .right .contact p {
					float:left;
					width:100%;
					font-size:12px;
					line-height:14px;
					color:#1d1f20;
					font-style:italic;
				}
				.sub-page .main .right .contact a {
					color:#cd2c34;
					font-weight:900;
				}
			.sub-page .main .right .actual {
				float:left;
				width:265px;
				padding:15px 25px;
				background:url(../../images/grid.png) repeat left top;
				margin:0px 0px 5px 5px;
			}
				.sub-page .main .right .actual h3 {
					float:left;
					width:265px;
					font-size:12px;
					color:#1d1f20;
					margin-bottom:22px;
					font-weight:900;
				}
				.sub-page .main .right .actual ul {
					float:left;
				}
					.sub-page .main .right .actual ul li {
						float:left;
					}
						.sub-page .main .right .actual ul li a {
							float:left;
							width:265px;
							padding:0px 0px 10px 0px;
							font-size:12px;
							color:#1d1f20;
						}
			.sub-page .main .right .most-shared {
				float:left;
				width:265px;
				padding:15px 25px;
				background:url(../../images/grid.png) repeat left top;
				margin:0px 0px 5px 5px;
			}
				.sub-page .main .right .most-shared h3 {
					float:left;
					width:auto;
					font-size:12px;
					color:#FFF;
					font-weight:900;
					background-color:#cd2c34;
					padding:6px 10px;
				}
				.sub-page .main .right .most-shared ul {
					float:left;
					background-color:#FFF;
					border-top:2px solid #cd2c34;
				}
					.sub-page .main .right .most-shared ul li {
						float:left;
						border-bottom:1px solid #e0e0e0;
					}
					.sub-page .main .right .most-shared ul li:hover {
						background-color:#eeeeee !important;
					}
						.sub-page .main .right .most-shared ul li a {
							float:left;
							width:235px;
							padding:15px 15px;
						}
							.sub-page .main .right .most-shared ul li a span {
								float:left;
								width:235px;
								font-weight:900;
								font-size:12px;
								color:#1d1f20;
							}
							.sub-page .main .right .most-shared ul li a span:last-child {
								margin-top:10px;
								font-weight:300;
								font-size:12px;
								color:#cd2c34;
							}
			.sub-page .main .right .projects {
				width:315px;
				margin:0px 0px 5px 5px;
				background-color:#f1f1f1;
				border:0px;
			}
					.sub-page .main .right .projects ul li {
						width:315px;
						height:68.25px;
					}
						.sub-page .main .right .projects ul li a {
							width:225px;
						}
						.sub-page .main .right .projects ul li a:hover,
						.sub-page .main .right .projects ul li.active a
						{
							width:263px;
						}
		*/
		/*
		.sub-page .main .banner.organ-bagisi {
			float:right;
			width:768px;
			height:149px;
			background-image:url(../../images/content/organ-bagisi-banner-horizental.jpg);
			margin:62px 0px 0px 0px;
		}
			.sub-page .main .banner.organ-bagisi .count {
				width:234px;
				font-size:48px;
				letter-spacing:-0.06em;
				margin:24px 0px 0px 46px;
			}
			.sub-page .main .banner.organ-bagisi .futura-light-bt {
				letter-spacing:0.3em;
				left:49px;
				bottom:17px;
				top:auto;
			}
			.sub-page .main .banner.organ-bagisi a {
				font-size:12px;
				letter-spacing:-0.06em;
				right:10px;
				bottom:-10px;
				padding:9px 16px;
			}
				.sub-page .main .banner.organ-bagisi a::before {
					width:33px;
					height:33px;
					font-size:24px;
					margin:-9px 16px -9px -16px;
					line-height:33px;
				}
		*/
		.sub-page .main .most-shared,
		.sub-page .main .twitter-feed
		{
			float:right;
			width:264px;
			margin:10px 0px 20px 0px;
		}
		#twitter-widget-0 { height: 393px; }
				.sub-page .main .twitter-feed #scroll,
				.news-detail .main .twitter-feed #scroll
				{
					float:left;
					width:264px;
					height: 394px;
					overflow-x:hidden; 
						scrollbar-base-color: #019cc1;
						scrollbar-base-color: #019cc1;
						scrollbar-3dlight-color: #019cc1;
						scrollbar-highlight-color: #019cc1;
						scrollbar-track-color: #EBEBEB;
						scrollbar-arrow-color: black;
						scrollbar-shadow-color: #019cc1;
						scrollbar-dark-shadow-color: #019cc1;
						scrollbar-width:6px;
				}
				.news-detail .main .twitter-feed #scroll
				{
					height: 530px;
				}
							.sub-page .main .twitter-feed #scroll::-webkit-scrollbar-thumb
							{
								background-color: #019cc1;
								border: 2px solid #019cc1;
							}						
							.sub-page .main .twitter-feed #scroll::scrollbar-thumb
							{
								background-color: #019cc1;
								border: 2px solid #019cc1;
							}						
		.news-detail .main .most-shared,
		.news-detail .main .twitter-feed
		{
			margin:0px 0px 0px 10px;
			float:right;
		}
		.news-detail .main .twitter-feed
		{
			margin:10px 0px 10px 10px;
		}
			.sub-page .main .most-shared h3,
			.sub-page .main .twitter-feed h3
			{
				float:left;
				width:auto;
				height: 32px;
				line-height: 32px;
				font-size:12px;
				color:#FFF;
				font-weight:900;
				background-color:#cd2c34;
				padding:0px 20px;
				position: relative;
			}
			.sub-page .main .most-shared h3 a,
			.sub-page .main .twitter-feed h3 a
			{
				color:#FFF;
			}
			.sub-page .main .twitter-feed h3
			{
				background:url(../../images/icons/twitter-feed.png) no-repeat 10px center #019cc1;
				padding-left: 33px;
			}
			.sub-page .main .most-shared ul,
			.sub-page .main .twitter-feed ul
			{
				float:left;
				background-color:#FFF;
				border-top:1px solid #cd2c34;
			}
			.sub-page .main .twitter-feed ul
			{
				border-top:1px solid #019cc1;
			}
				.sub-page .main .most-shared ul li,
				.sub-page .main .twitter-feed ul li
				{
					float:left;
					border-bottom:1px solid #e0e0e0;
				}
				.sub-page .main .most-shared ul li:last-child,
				.sub-page .main .twitter-feed ul li:last-child
				{
					border-bottom:0px;
				}
				.sub-page .main .most-shared ul li:hover,
				.sub-page .main .twitter-feed ul li:hover 
				{
					background-color:#eeeeee !important;
				}
					.sub-page .main .most-shared ul li a,
					.sub-page .main .twitter-feed ul li
					{
						float:left;
						width:234px;
						padding:11.4px 15px;
					}
								.sub-page .main .twitter-feed ul li
								{
									text-align: center;
									padding: 20px 15px;
								}
						.sub-page .main .most-shared ul li a span,
						.sub-page .main .twitter-feed ul li span
						{
							float:left;
							width:235px;
							font-weight:900;
							font-size:12px;
							color:#1d1f20;
						}
								.sub-page .main .twitter-feed ul li span.image
								{
									float: left;
									width: 110px;
									height: 110px;
									position: relative;
									-webkit-border-radius: 110px;
									-moz-border-radius: 110px;
									border-radius: 110px;
									overflow: hidden;
									margin-left: 62.5px;
								}
								.sub-page .main .twitter-feed ul li span.image img
								{
									float: left;
									width: 110px;
								}
								.sub-page .main .twitter-feed ul li span
								{
									color:#1d1f20;
								}
						.sub-page .main .most-shared ul li a span:last-child,
						.sub-page .main .twitter-feed ul li span:last-child
						{
							margin-top:10px;
							font-weight:300;
							font-size:12px;
							/*color:#cd2c34;*/
						}
						.sub-page .main .twitter-feed ul li span:last-child
						{
							color:#1d1f20;
							font-weight: 900;
							font-size: 14px;
						}
						.sub-page .main .twitter-feed ul li span.date
						{
							margin-top:10px;
							font-weight:300;
							font-size:12px;
							color:#8a8a8d;
							font-style: italic;
						}
						.sub-page .main .twitter-feed ul li div.actionButton
						{
							float: left;
							width: 100%;
							padding: 20px 72px 0px 72px;
						}
						.sub-page .main .twitter-feed ul li div.actionButton a
						{
							float: left;
							width: 24px;
							height: 24px;
							margin: 0px 5px;
						}
						.sub-page .main .twitter-feed ul li div.actionButton a.reply
						{
							background:url(../../images/icons/reply.png) no-repeat center center;
						}
						.sub-page .main .twitter-feed ul li div.actionButton a.retweet
						{
							background:url(../../images/icons/retweet.png) no-repeat center center;
						}
						.sub-page .main .twitter-feed ul li div.actionButton a.favorite
						{
							background:url(../../images/icons/favorite.png) no-repeat center center;
						}
		.sub-page .main .banner.organ-bagisi {
			float:left;
			width:208px;
			height:414px;
			background-image:url(../../images/content/organ-bagisi-banner-vertical.jpg);
			margin:20px 10px 0px 0px;
			border: 5px solid #6cc1bd;
			background-position: -1px top;
		}
			.sub-page .main .banner.organ-bagisi .count {
				width:208px;
				font-size:32px;
				letter-spacing:-0.06em;
				margin:274px 0px 0px 18px;
			}
			.sub-page .main .banner.organ-bagisi .futura-light-bt {
				letter-spacing:0.2em;
				left:20px;
				bottom:66px;
				top:auto;
			}
			.sub-page .main .banner.organ-bagisi a {
				font-size:10px;
				letter-spacing:-0.06em;
				right:18px;
				bottom:18px;
				padding:9px 8px;
			}
				.sub-page .main .banner.organ-bagisi a::before {
					width:33px;
					height:32px;
					font-size:24px;
					margin:-10px 8px -12px -16px;
					line-height:31px;
				}
		.sub-page .main .banner.mhrs {
			float:left;
			width:372px;
			height:169px;
			background:url(../../images/content/mhrs-banner.jpg) no-repeat left top;
			margin:62px 0px 0px 0px;
		}
		.sub-page .main .multimedia-gallery {
			float:left;
			width:1160px;
			margin: 0px 0px 20px 0px;
		}
			.sub-page .main .multimedia-gallery h3 {
				float:left;
				width:auto;
				height: 32px;
				line-height: 32px;
				font-size:14px;
				color:##1d1f20;
				padding:0px;
			}
			.sub-page .main .multimedia-gallery ul {
				float:left;
			}
				.sub-page .main .multimedia-gallery ul li {
					float:left;
					width: 383.3px;
					height: 153px;
					overflow: hidden;
					position: relative;
					margin-right: 5px;
				}
						.sub-page .main .multimedia-gallery ul li.photo::before,
						.sub-page .main .multimedia-gallery ul li.video::before
						{
							float:left;
							content:"FOTOĞRAF";
							position: absolute;
							right: 10px;
							bottom: 10px;
							background-color: #cf2a2f;
							padding:2px 5px; 
							font-size: 10px;
							color: #FFF;
							z-index: 9;
						}
						.sub-page .main .multimedia-gallery ul li.photo::after,
						.sub-page .main .multimedia-gallery ul li.video::after
						{
							float: left;
							content: "";
							width: 2px;
							height: 8px;
							position: absolute;
							right: 70px;
							bottom: 12px;
							background-color: #cf2a2f;
							padding: 2px 5px;
							font-size: 10px;
							color: #FFF;
							-moz-transform: rotateZ(45deg);
							-webkit-transform: rotateZ(45deg);
							transform: rotateZ(45deg);
							z-index: 1;
						}
						.sub-page .main .multimedia-gallery ul li.video::after
						{
							right: 44px;
						}
						.sub-page .main .multimedia-gallery ul li.video::before
						{
							content:"VİDEO";
						}
				.sub-page .main .multimedia-gallery ul li:last-child {
					margin-right: 0px;
				}
					.sub-page .main .multimedia-gallery ul li img {
						width: 383.3px;
					}

	.sub-page .main .main-tabs {
		height:auto;
		margin-top:0px;
		z-index:99;
	}
	.sub-page .main-tabs .tab-contents {
		/*height:490px;*/
	}
.sub-page .main .rc {
	float:left;
	position:absolute;
	height:24px;
	background-color:#FFF;
	right:0px;
	top:0px;
}
/*------------- main end -------------*/


/*------------- footer -------------*/
.footer {
	float:left;
	width:100%;
	height:24px;
	background-color:#FFF;
	z-index:999;
	position:relative;
	/*-moz-transform: translateY(0px) rotateZ(0deg);
	-webkit-transform: translateY(0px) rotateZ(0deg);
	transform: translateY(0px) rotateZ(0deg);
	 -moz-transition: all 0.4s ease-in;*/
	/* WebKit */
	/*-webkit-transition: all 0.4s ease-in;*/
	/* Opera */
	/*-o-transition: all 0.4s ease-in;*/
	/* Standard */
	/*transition: all 0.4s ease-in;*/
	/*margin-top:-222px;*/
}
.footer .rc {
	float:left;
	position:absolute;
	height:24px;
	background-color:#e0e0e0;
	right:0px;
	top:0px;
}
	.footer.active .rc {
		height:544px;
	}
.footer .container {
	height:24px;
	padding-top:60px;
	overflow:hidden;
	z-index:99;
}
			.footer.active {
				/*-moz-transform: translateY(0px) rotateZ(0deg);
				-webkit-transform: translateY(0px) rotateZ(0deg);
				transform: translateY(0px) rotateZ(0deg);
				 -moz-transition: all 0.2s ease-in;
				/* WebKit */
				/*-webkit-transition: all 0.2s ease-in;*/
				/* Opera */
				/*-o-transition: all 0.2s ease-in;*/
				/* Standard */
				/*transition: all 0.2s ease-in;*/
				height:544px;
				margin-top:0px;
			}
			.footer.active .container {
				height:544px;
			}
			.footer.active > .spots .controls {
				z-index:99;
			}
	.footer .footer-button {
		position:absolute;
		top:0px;
		left:50%;
		float:left;
		width:33px;
		height:33px;
		margin:-16.5px 0px 0px 0px;
		background:url(../../images/icons/footer-button.png) no-repeat center center #FFF;
		-webkit-border-radius: 33px;
		-moz-border-radius: 33px;
		border-radius: 33px;
		overflow:hidden;
		cursor:pointer;
		z-index:9999;
		-moz-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
		 -moz-transition: all 0.2s ease-out;
		/* WebKit */
		-webkit-transition: all 0.2s ease-out;
		/* Opera */
		-o-transition: all 0.2s ease-out;
		/* Standard */
		transition: all 0.2s ease-out;
	}
		.footer.active .footer-button {
			-moz-transform: rotateZ(180deg);
			-webkit-transform: rotateZ(180deg);
			transform: rotateZ(180deg);
			transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		}
		
	.footer .item {
		float:left;
		width: 177.5px;
		margin-right:30px;
	}
	.footer.active .item {

	}
			.footer .item h3 {
				float:left;
				width:100%;
				font-size:14px;
				color:#1d1f20;
				letter-spacing:0.3em;
				padding-bottom:28px;
			}
			.footer .item ul {
				float:left;
			}
				.footer .item ul li {
					float:left;
					width:100%;
					border-bottom:1px solid #ececec;
				}
				.footer .item ul li:last-child {
					border-bottom:0px;
				}
				.footer .item ul li.other {
					margin-top:15px;
				}
					.footer .item ul li a {
						float:left;
						width:100%;
						color:#1d1f20;
						font-size:12px;
						padding:6px 0px;
						font-family:"Times New Roman", Times, serif;
						font-style:italic;
					}
						.footer .item ul li a span {
							float:left;
							width:100%;
							font-size:12px;
						}
						.footer .item ul li a img {
							margin: 15px 0px;
						}
		.footer .sitemap {
			/*width:154px;*/
		}
			.footer .sitemap ul {
				/*width:157px;*/
				margin-right:10px;
			}
			.footer .sitemap ul:last-child {
				margin-right:0px;
			}
		.footer .services {
			/*width:192px;*/
		}
				.footer .services ul li a {
					width:162px;
					padding-left:0px;
					background-position:6px 5px;
					background-repeat:no-repeat;
				}
				.footer .services ul li a.email {
					background-image:url(../../images/icons/email.png);
				}
				.footer .services ul li a.ebys {
					background-image:url(../../images/icons/ebys.png);
				}
				.footer .services ul li a.alo114 {
					background-image:url(../../images/icons/alo-114.png);
				}
				.footer .services ul li a.alo113 {
					background-image:url(../../images/icons/alo-113.png);
				}
				.footer .services ul li a.alo184 {
					background-image:url(../../images/icons/alo-184.png);
				}
				.footer .services ul li a.alo171 {
					background-image:url(../../images/icons/alo-171.png);
				}
				.footer .services ul li a.alo182 {
					background-image:url(../../images/icons/alo-182.png);
				}
				.footer .services ul li a.information-security {
					background-image:url(../../images/icons/information-security.png);
				}
				.footer .services ul li a.family-health {
					background-image:url(../../images/icons/family-health.png);
				}
				.footer .services ul li a.karar-destek-sistemi {
					background-image:url(../../images/icons/karar-destek-sistemi.png);
				}
				.footer .services ul li a.e-library {
					background-image:url(../../images/icons/e-library.png);
				}
		.footer .links {
			/*width:192px;*/
		}
		.footer .contact {
			width:240px;
			height:272px;
			position:absolute;
			right:0px;
			top:0px;
			padding:60px 45px 0px 45px;
			background-color:#f2f2f2;
			margin-right:0px;
		}
			.footer .contact span {
				float:left;
				width:100%;
				color:#1d1f20;
				font-size:16px;
				padding-bottom:6px;
				font-family:"Times New Roman", Times, serif;
				font-style:italic;
			}
			.footer .contact a {
				float:left;
				width:233px;
				color:#cd2c34;
				font-size:12px;
				margin-top:25px;
				padding-left:7px;
				background:url(../../images/icons/arrow8.png) no-repeat left center;
				letter-spacing:-0.04em;
			}
		.footer .social {
			width:240px;
			height:172px;
			position:absolute;
			right:0px;
			top:332px;
			border:20px solid #cd2c34;
			padding:0px 25px;
			margin-right:0px;
		}
			.footer .social h3 {
				position:absolute;
				left:20px;
				top:-50px;
			}
			.footer .social ul {
				position:absolute;
				left:0px;
				top:0px;
				width:222px;
				margin:0 auto;
				padding:24px 34px;
				border-bottom:1px solid #dcdbdb;
			}
				.footer .social ul li {
					float:left;
					width:22px;
					height:22px;
					border:2px solid #d6d6db;
					-webkit-border-radius: 26px;
					-moz-border-radius: 26px;
					border-radius: 26px;
					overflow:hidden;
					position:relative;
					margin-right:2px;
					background-color:#e8e7e7;
					background-position:center center;
					background-repeat:no-repeat;
				}
						.footer .social ul li:last-child {
							margin-right:0px;
						}
				.footer .social ul li.email {
					background-image:url(../../images/icons/email2.png);
				}
				.footer .social ul li.facebook {
					background-image:url(../../images/icons/facebook2.png);
				}
				.footer .social ul li.twitter {
					background-image:url(../../images/icons/twitter2.png);
				}
				.footer .social ul li.linkedin {
					background-image:url(../../images/icons/linkedin.png);
				}
				.footer .social ul li.google-plus {
					background-image:url(../../images/icons/google-plus.png);
				}
				.footer .social ul li.youtube {
					background-image:url(../../images/icons/youtube.png);
				}
				.footer .social ul li.rss {
					background-image:url(../../images/icons/rss2.png);
				}
				.footer .social ul li.email-second {
					background-image:url(../../images/icons/email3.png);
				}
			.footer .content {
				position:absolute;
				left:0px;
				top:76px;
				width:222px;
				margin:0 auto;
				padding:32px 34px;
			}

.copyright {
	position:relative;
	float:left;
	width:100%;
	padding:24px 0px;
	background-color:#4d4d4d;
	font-size:12px;
	color:#FFF;
	z-index:999;
}
/*------------- footer -------------*/


















