/* CSS Document */
/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
:focus {
    outline: 0;
}
/* RESET CSS Kapat */
/* MEDIA CODES */
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
/* MEDIA KAPAT */

#content{
	width:100%;
	margin:0 auto;
	}
#header1{
	width:100%;
	height:5px;
	background-image:url(../images/brick-wall-dark.png);
	background-repeat:repeat-x;
	}
#header2{
	width:100%;
	height:300px;
	background-color:#FFF;
	/*background-image:url(../images/bg.png);
	background-repeat:repeat-x;*/
	margin-left:auto;
	margin-right:auto;
	}
#logo{
	width:950px;
	height:100px;
	margin:0 auto;
	padding-top:20px;
	}
#logo img{
	height:100px;
	}
#menu{
	width:950px;
	height:35px;
	margin:0 auto;
	margin-top:20px;
	font-family:"Lucida Sans Unicode";
	}
#menu img{
	height:40px;
	width:26px;
	}
/*MENU*/
nav { margin-top: 10px; }
nav ul { list-style: none; background: #292929; border-radius: 5px 5px 0px 0px; padding: 10px 0px; }
nav ul:after { content: '.'; clear: both; visibility: hidden; display: block; height: 0px; }

nav ul li { float: left; position: relative; line-height: 20px; padding-left:22px;}
nav ul li a { display: block; color: #fff; text-decoration: none; padding: 14px 15px 15px; font-size: 14px; -webkit-transition: 0.25s ease-out; }
nav ul li:hover > a { color: #3498DB; }
nav ul li.active > a { color: #2980B9; }


/* SUB MENU */
nav ul li > ul:before {
	content: "";
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #2C3E50 transparent;
	width: 0;
	height: 0;
	position: absolute;
	left: 55px;
	top: 5px;
}

nav ul li > ul { position: absolute; left: 14px; top: 80%; padding-top: 13px; background: none; width: 150px; z-index: -9999; opacity: 0; -webkit-transition: 0.3s ease-out; }
nav ul li:hover > ul { display: block; z-index: 100; opacity: 1; top: 95%; }

nav ul li > ul li:first-child { border-radius: 4px 4px 0 0; padding-top: 3px; }
nav ul li > ul li:last-child { border-radius: 0 0 4px 4px; }
nav ul li > ul li { padding: 0 3px 3px; background: #292929; width: 100%; }
nav ul li > ul li a { display: block; padding: 6px 9px; border-radius: 2px; font-size: 14px; }
nav ul li > ul li:hover > a { color: #FFF; background: #3498DB; }
nav ul li > ul li.active > a { color: #FFF; background: #2980B9; }

/* SUB SUB MENU */
nav ul li > ul li > ul:before {
	content: "";
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #2C3E50 transparent;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 15px;
	-webkit-transform: rotate(270deg);
}

nav ul li > ul li > ul { top: 0; left: 90%; padding: 0; padding-left: 13px; -webkit-transition: 0.3s ease-out; }
nav ul li > ul li:hover > ul { display: block; opacity: 1; z-index: 100; top: 0; left: 100%; }
/* MENU KAPAT */

#slider1{
	width:950px;
	height:400px;
	background-color:#000;
	clear:both;
	position:relative;
	margin:0 auto;
	margin-top:-91px;
	z-index:2;
	}
#slider1 img{
	width:950px;
	height:400px;
	}
#images{
	width:950px;
	height:400px;
	overflow:hidden;
	}
#butonzemin{
	width:950px;
	height:30px;
	background-color:rgba(0,0,0,0.2);
	position:relative;
	top:-30px;
}
#buton {
	float:left;
	position:relative;
	top:-48px;
	left:415px;
}
#buton li{
	float:left;
	width:15px;
	height:10px;
	background-color:rgba(153,153,153,0.9);
	border-radius:5px;
	margin-right:10px;
}
#buton li:hover{
	float:left;
	width:15px;
	height:10px;
	background-color:rgba(255,255,38,0.6);
	border-radius:5px;
	margin-right:10px;
}
#buton li.aktif{
	background-color:#292C82;
}
#buton li.pasif{
	background-color:rgba(125,199,242,0.9);
}
#middle_back{
	width:100%;
	height:820px;
	background-color:#201B19;
	position:relative;
	margin:0 auto;
	margin-top:-330px;
	z-index:1;
	border-top-style:double;
	border-top-color:#999;
	border-top-width:2px;
	}
#middle{
	width:950px;
	background-color:#201B19;
	margin:0 auto;
	position:relative;
	margin-top:310px;
	padding-top:30px;
	font-family:Helvetica;
	}
#mid1_b{
	width:283px;
	height:38px;
	background-color:#201B19;
	margin-left:0px;
	margin-right:21px;
	float:left;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
	position:relative;
	z-index:2;
	color:#fff;
	font-size:16px;
	padding-left:20px;
	padding-top:22px;
	text-shadow:5px 5px 4px #000000;
	}
#mid2_b{
	width:283px;
	height:38px;
	background-color:#201B19;
	float:left;
	margin-right:20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
	position:relative;
	z-index:2;
	color:#fff;
	font-size:16px;
	padding-left:20px;
	padding-top:22px;
	text-shadow:5px 5px 4px #000000;
	}
#mid3_b{
	width:233px;
	height:60px;
	float:left;
	background-color:#201B19;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
	position:relative;
	z-index:2;
	color:#fff;
	font-size:16px;
	padding-left:0px;
	padding-top:0px;
	text-shadow:5px 5px 4px #000000;
	
	}
#mid1{
	width:263px;
	height:420px;
	background-color:#201B19;
	margin-left:0px;
	margin-right:21px;
	margin-top:3px;
	float:left;
 	box-shadow: 0px -70px 15px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px -70px 15px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px -70px 15px rgba(0, 0, 0, 0.36);
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	color:#FFF;
	font-size:14px;
	line-height:25px;
	text-align:justify;
	}
#mid1:before{
    position: absolute;
    width: 100%;
    height: 10px;
	  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);	
    }
#mid2{
	width:273px;
	height:420px;
	background-color:#201B19;
	margin-left:0px;
	margin-right:20px;
	margin-top:3px;
	float:left;
	padding-left:20px;
	padding-right:10px;
	padding-top:20px;
	color:#FFF;
	font-size:14px;
	line-height:25px;
    box-shadow: 0px -70px 25px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px -70px 25px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px -70px 25px rgba(0, 0, 0, 0.36);
	}
#mid2:before{
    position: absolute;
    width: 100%;
    height: 80%;
	  box-shadow: 0px -11px 5px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px -11px 5px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px -11px 5px rgba(0, 0, 0, 0.36);
    }
#mid2 img{
	float:left;
	margin:0 20px 10px 0px;
	}
#mid3{
	width:263px;
	height:420px;
	background-color:#201B19;
	margin-left:0px;
	margin-top:3px;
	float:left;
	  box-shadow: 0px -70px 25px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px -70px 25px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px -70px 25px rgba(0, 0, 0, 0.36);
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	color:#FFF;
	font-size:14px;
	line-height:25px;
	text-align:justify;
	}
#mid3:before{
    position: absolute;
    width: 10%;
    height: 10%;
	  box-shadow: 0px -11px 5px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px -11px 5px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px -11px 5px rgba(0, 0, 0, 0.36);
    }
#mid3 img{
	width:260px;
	height:135px;
	}
#footer1_back{
	width:100%;
	height:100px;
	background-color:#13100F;
	position:relative;
	margin:0 auto;
	margin-top:0px;
	z-index:1;
	border-top-style:double;
	border-top-color:#333;
	border-top-width:1px;
	}
#footer1{
	width:950px;
	margin:0 auto;
	font-family:Helvetica;
	font-size:12px;
	padding-top:40px;
	text-align:center;
	color:#999;
	}
#footer1 a{
	color:#999;
	vertical-align:super;
	}
#footer2_back{
	width:100%;
	height:50px;
	background-image:url(../images/bg.png);
	position:relative;
	margin:0 auto;
	margin-top:0px;
	z-index:1;
	border-top-style:double;
	border-top-color:#444;
	border-top-width:1px;
	}
#footer2{
	width:950px;
	margin:0 auto;
	font-family:Helvetica;
	font-size:12px;
	font-style:italic;
	padding-top:25px;
	text-align:center;
	color:#999;
	}
.yazi {
	color: #C7C7C7;
	font-size: 100%;
	text-align:center;
}
.readmore {
	color: #5AADE4;
	font-size: 70%;
}
.readmore:hover {
	color: #5AADE4;
	font-size: 80%;
}
hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #333;
    margin: 1em 0;
    padding: 0;
	width:90%;
 }
#news{
	width:950px;
	height:20px;
	background-color:#201B19;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.99);
	position:absolute;
	top:480px;
	margin-right:100px;
	font-family:"Lucida Sans Unicode";
	font-size:14px;
	padding-top:10px;
	}
#news a{
	margin-right:100px;
	color:#D3E9F8;
	}