/* 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:209px;
	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 */

#middle_back{
	width:100%;
	height:auto;
	background-color:#201B19;
	position:relative;
	margin:0 auto;
	margin-top:0px;
	padding-top:10px;
	font-family:Helvetica;
	z-index:1;
	}
#mid1_b{
	width:912px;
	height:38px;
	margin:0 auto;
	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);
	color:#fff;
	font-size:16px;
	padding-left:38px;
	padding-top:22px;
	text-shadow:5px 5px 4px #000000;
	z-index:3;
	font-size:16px;
	}
#mid1{
	width:882px;
	background-color:#201B19;
	margin:0 auto;
	margin-top:5px;
 	box-shadow: 0px -20px 25px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px -20px 25px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px -20px 25px rgba(0, 0, 0, 0.36);
	padding-left:38px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:70px;
	color:#FFF;
	font-size:16px;
	line-height:30px;
	text-align:justify;
	}
#mid1:before{
    position:absolute;
    width: 100%;
    height: 50px;
	  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);
    }
#mid1 .foto_about1{
	width:200px;
	height:300px;
	float:right;
	margin-left:30px;
	margin-top:10px;
	}
#mid1 .foto_about2{
	width:400px;
	height:200px;
	float:left;
	margin-top:10px;
	margin-right:30px;
	}
#mid1 .foto_mine1{
	width:200px;
	height:103px;
	float:right;
	margin-left:20px;
	margin-top:10px;
	}
#mid1 .foto_mine2{
	width:175px;
	height:200px;
	float:left;
	margin-right:20px;
	}
#mid1 .foto_mine3{
	width:200px;
	height:143px;
	float:right;
	margin-left:20px;
	margin-top:10px;
	}
#mid1 .foto_mine4{
	width:270px;
	height:180px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
	}
#mid1 .foto_oilgas1{
	width:181px;
	height:200px;
	float:right;
	margin-left:30px;
	margin-top:-15px;
	}
#mid1 .foto_oilgas2{
	width:181px;
	height:200px;
	float:right;
	margin-left:30px;
	margin-bottom:10px;
	margin-top:20px;
	}
#mid1 .foto_oilgas3{
	width:181px;
	height:121px;
	float:right;
	margin-left:30px;
	margin-top:10px;
	}
#mid1 .foto_pandrill1{
	width:303px;
	height:60px;
	float:left;
	margin-top:40px;
	margin-right:30px;
	margin-bottom:60px;
	}
#mid1 .foto_pandrill2{
	width:200px;
	height:227px;
	float:right;
	margin-top:10px;
	margin-left:30px;
	}
#footer1_back{
	width:100%;
	height:100px;
	background-color:#13100F;
	position:relative;
	margin:0 auto;
	margin-top:0px;
	z-index:2;
	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:45px;
	text-align:center;
	color:#999;
	z-index:3;
	}
#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:2;
	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%;
	}
.yazi_clicktopdf {
	color: #999;
	font-size: 70%;
	}
.baslik{
	color:#5AADE4;
	font-size:18px;
	}
.baslik2{
	color:#5AADE4;
	font-size:14px;
	text-align:left;
	}
#harita{
	width:400px;
	height:500px;
	padding-bottom:40px;
	font-size:14px;
	margin-right:20px;
	float:left;
	text-align:left;
	}
#form{
	width:400px;
	height:500px;
	float:right;
	margin-right:20px;
	text-align:center;
	}
#form table{
	background-color:#201B19;
	padding:3px;
	margin:3px;
	vertical-align:top;
	}
#form table input{
	background-color:#333;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	color:#FFF;
	padding:5px;
	margin:5px;
	width:230px;
	display: table-cell;
    vertical-align: middle;
	}

#form #reset{
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#2198E7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	padding:0px 0px;
	text-decoration:none;
	text-shadow:0px 2px 2px #000;
}
#form #reset:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
	background-color:#468ccf;
}
#form #reset:active{
	position:relative;
	top:1px;
}
#form #send{
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	padding:0px 0px;
	text-decoration:none;
	text-shadow:0px 2px 2px #000;
}
#form #send:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
	background-color:#468ccf;
}
#form #send:active{
	position:relative;
	top:1px;
}

#form table textarea{
	background-color:#333;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
	color:#FFF;
	padding:5px;
	width:230px;
	}
#clear{
	clear:both;
	}
#uyari{
	width:950px;
	height:400px;
	text-decoration:none;
	}
#uyari a{
	color:#5AADE4;
}
#map{
	width:890px;
	margin:0 auto;
	padding-left:330px;
	}