	section.general {
		height:100%;
	}

		/* Logo */
		
		.logo img {
			max-width:175px;
		}

		/* Bilgi */

		.bilgi {
			margin-top:20px;
			color:#fff;
			font-size:12px;
		}

		.bilgi ul {
			margin:0;
			padding:10px 0;
			list-style:none;
		}

		.bilgi ul li:first-child {
			color:#efefef;
		}

		.bilgi ul li:last-child {
			color:#cfcfcf;
		}
		
		/* Con */
		
		.con {
			height:auto;
		}
		
			/* Nav */
			
			nav {
				color:#f0f0f0;
				font-size:20px;
				overflow:hidden;
				height:110px;
				margin-bottom:50px;
			}
			
			nav ul {
				overflow:hidden;
				list-style:none;
				margin:0 0 15px 15px;
				padding:0;
				height:200px;
			}
			
			nav ul li {
				float:left;
				margin-right:15px;
			}
			
			nav ul li ul {
				position:absolute;
				width:100%;
				margin-top:35px;
				left:15px;
				font-size:16px;
			}
			
			nav ul li ul li ul {
				left:-15px;
				font-size:10px;
				margin-top:15px;
			}
			
			/* List */
			
			.list article {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:5px;
	left: 0;
			}
			
			.list article img {
				width:100%;
				height:auto;
				opacity:1;
			}
			
			.list article:hover img {
				opacity:0.7;
			}

			.list article:hover img.none {
				opacity:1;
			}
			
			.list article img.logo {
				position:absolute;
				top:-150%;
				left:50%;
				width:90px;
				margin-top:-46px;
				margin-left:-50px;
				transition:top 0.7s;
			}
			
			.list article:hover img.logo {
				top:50%;
			}
			
			.list .title {
				position:absolute;
				top:247px;
				width:100%;
				text-align:center;
				font-size:13px;
				z-index:2;
				transition:top 0.7s;
			}
			
			.list article:hover .title {
				top:47px;
			}
			
			.list .article {
				position:absolute;
				background:none;
				color:#fff;
				top:258px;
				width:96.5%;
				text-align:center;
				font-size:12px;
				z-index:2;
				transition:top 0.7s;
			}
			
			.list article:hover .article {
				top:64px;
			}
			
			.list a {
				color:#fff !important;
			}

			.list ul#slider {
				list-style:none;
				margin:0;
				padding:0;
			}

			.list ul#buton {
				overflow:hidden;
				list-style:none;
				margin:15px 0 0 0;
				padding:0;
			}

			.list ul#buton li {
				float:left;
				width:15px;
				height:15px;
				margin:0 10px 0 0;
				background: #FF0000 ;
			}

			.list ul#buton li.aktif {
				background:#999;

			}
		
		/* Social */
		
		.social ul {
			list-style:none;
			overflow:hidden;
			margin: 0px 0 0 17px;
			padding: 0;
		}
		
		.social ul li {
			float:left;
			margin:5px;
		}

		/* Article */

		.article {
			background:rgba(0, 0, 0, 0.8);
			color:#999;
		}

		.article h1 {
			font-size:24px;
			margin:0;
		}

		ul.adres {
			list-style:none;
			color:#eee;
			margin:0;
			padding:0;
		}

		ul.adres li {
			margin-top:10px;
		}

		.article .form-control {
			background:none !important;
			border:none;
			border-radius:0;
			margin:20px 0;
		}

		.article form input, .article form textarea {
			width:100%;
			color:#fff;
			padding:10px;
			background:#8d8d8d;
			border:none;
		}

		::-webkit-input-placeholder {
		   color: #fff;
		}

		:-moz-placeholder { /* Firefox 18- */
		   color: #fff;  
		}

		::-moz-placeholder {  /* Firefox 19+ */
		   color: #fff;  
		}

		:-ms-input-placeholder {  
		   color: #fff;  
		}

		.article form button {
			margin-top:19px;
			color:#fff;
			background:#8d8d8d;
			border:none;
			font-weight:normal;
		}

		.article h2 {
			color:#fff;
			margin:0 0 0 10px;
			padding:0;
			font-size:18px;
		}

		iframe.map {
			margin-top:45px;
		}

		iframe.video {
			padding:20px;
			background:rgba(255,255,255,0.3);
		}
