@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dimmed';
    src: url('fonts/DIMMed.eot');
    src: url('fonts/DIMMed.eot?#iefix') format('embedded-opentype'),
         url('fonts/DIMMed.woff') format('woff'),
         url('fonts/DIMMed.ttf') format('truetype'),
         url('fonts/DIMMed.svg#Dimmed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Conv_DIMMed';
	src: url('fonts/DIMMed.eot');
	src: local('☺'), url('fonts/DIMMed.woff') format('woff'), url('fonts/DIMMed.ttf') format('truetype'), url('fonts/DIMMed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'dimlig';
    src: url('dimlig.eot');
    src: url('dimlig.eot?#iefix') format('embedded-opentype'),
         url('dimlig.woff') format('woff'),
         url('dimlig.ttf') format('truetype'),
         url('dimlig.svg#DIMLigRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
.blackupback {
	border: 0px;
	width: 100%;
	height: 60px;
	position: relative;
	background-color: #000;
	z-index: 1;
	opacity: 0.7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	.ortala {
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}
.karacalogo {
	float:left;
	}
.usttelefon {
	float: right;
	height: 10px;
	margin-right: 0px;
	}
.usttelefon img{
	float: left;
	color: #000;
	margin-right: 10px;
	}
.usttelefonnumarasi {
	float: right;
	font-family: 'Dimmed', Sans-Serif;
	color: #000;
	font-size: 20px;
	vertical-align: bottom;
	line-height: 0px;
	margin-top: 30px;
	}
	.usttelefonnumarasi span{
	font-family:'Dimmed',Sans-Serif;
	color: #000;
	font-size: 50px;
	line-height: 0px;
	}
	
	.butonlar {
	float: right;
	margin-top: 10px;
	z-index: 2;
	position: relative;
	}
	
	.butonlar li {
	float: left;
	font-family: 'dimlig',Sans-Serif;
	font-size: 14px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 24px;
		}
.butonlar ul ul{
	position: absolute;
	display: none;
	margin-top: 15px;
		}
.butonlar ul li ul li{
	font-family: 'dimlig',Sans-Serif;
	font-size: 14px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 18px;
	float: none;
		}
		.butonlar li a{
	font-family: 'dimlig', Sans-Serif;
	color: #FFF;
	text-decoration: none;
	margin-top: 0px;
		}
/* Media Queries */
@media screen and (max-width: 767px) {


	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
.icerikkapa  {
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	overflow: hidden;
}
#icerikhakkimizda  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
#icerikBitenProjelerimiz  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
#icerikBitenProjelerimizBir  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
#icerikDevamEdenProjelerimiz  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
#icerikReferanslarimiz  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 300px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
#icerikIletisim  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 1;
	top: 220px;
	display:none;
}
#icerikBasinOdasi  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
#icerikKarcaInsaat  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
#icerikKarcaYapi  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
#icerikKarcaMimarlik  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
#icerikBilgiFormu  {
	color:#000;
	font-family: 'Dimmed',Sans-Serif;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
	top: 220px;
	display:none;
}
.icerikortala  {
	color: #000;
	font-family: 'Dimmed',Sans-Serif;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 960px;
	position: relative;
}
.icerikortalabaslik  {
	color: #000;
	font-family: 'Dimmed', Sans-Serif;
	height: 180px;
	position: relative;
	font-size: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	float: left;
	vertical-align: bottom;
	padding-right: 30px;
	margin-top: 10px;
	line-height: 60px;
}
.icerikortalabaslikhakkimizda  {
	color: #000;
	font-family: 'Dimmed', Sans-Serif;
	height: 180px;
	position: relative;
	font-size: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	float: left;
	vertical-align: bottom;
	padding-right: 30px;
	margin-top: 10px;
	line-height: 60px;
}
.icerikortalabaslikreferanslar  {
	color: #000;
	font-family: 'Dimmed', Sans-Serif;
	height: 70px;
	position: relative;
	font-size: 30px;
	float: left;
	padding-right: 0px;
	margin-top: 10px;
	line-height: 40px;

}
.icerikortalayazi  {
	color: #000;
	font-family: 'Dimmed', Sans-Serif;
	margin-right: auto;
	margin-left: 30px;
	height: 180px;
	position: relative;
	margin-top: 10px;
	font-size: 12px;
	float: left;
	width: 450px;
	padding-top: 10px;
}
.icerikortalayazihakkimizda  {
	color: #000;
	font-family: 'Dimmed', Sans-Serif;
	margin-right: auto;
	margin-left: 30px;
	height: 180px;
	position: relative;
	margin-top: 10px;
	font-size: 13px;
	float: left;
	width: 600px;
	padding-top: 10px;
}
.icerikortalayaziiletisim {
	color: #000;
	font-family: 'Dimmed', Sans-Serif;
	margin-right: auto;
	margin-left: 30px;
	height: 180px;
	position: relative;
	margin-top: 10px;
	font-size: 13px;
	float: left;
	width: 680px;
	padding-top: 10px;
	
}
.icerikortalayazireferans  {
	color: #000;
	font-family: 'Dimmed', Sans-Serif;
	margin-right: auto;
	margin-left: 30px;
	height: 280px;
	position: relative;
	margin-top: 10px;
	font-size: 12px;
	float: left;
	width: 800px;
	padding-top: 10px;
}
.icerikortalayazireferans ul  {
	color: #000;
	font-family: 'Dimmed', Sans-Serif;
	height: 280px;
	position: relative;
	font-size: 12px;
	float: left;
}
.icerikortalayazireferans ul li  {
	color: #000;
	font-family: 'Dimmed', Sans-Serif;
	position: relative;
	font-size: 12px;
	float: left;
	width: 200px;
	line-height: 14px;
}
.icerikortalayazi  label{
	float: left;
	height: 15px;
	width: 100px;
}
.icerikortalayazi  input{
	float: left;
	height: 15px;
	width: 150px;
}
#tweet  {
	bottom: 30px;
	height: 120px;
	width: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.7;
}
#tweetorta  {
	bottom: 30px;
	height: 120px;
	width: 100%;
	position: absolute;
}
.tweetortala{
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position: relative;
	display: block;
}
#tweet  #tweetyazialani{
	margin-top: 125px;
	margin-right: 10px;
	float: right;
	font-family: 'Dimmed',Sans-Serif;
	font-size: 25px;
	color: #FFF;
	text-align: right;
	width: 500px;
}
#tweet  #tweetyazialani span{
	color: rgb(0, 136, 201);
	display:block;
	
}
#tweet .tweetalani {
	float: left;
	background-color: rgb(0, 136, 201);
	width: 400px;
	height: 180px;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	border: 1px solid #FFF;
	font-family: 'Dimmed',Sans-Serif;
	}
#tweet .tweetalani li{
	width: 380px;
	float: left;
	}
	#tweet .tweetalani span {
	color: #FFF;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	font-family: 'Dimmed', Sans-Serif;
	font-size: 14px;
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}
		#tweet .tweetalani a {
	color: #FFF;
	float: left;
	margin-top: 10px;
	position: relative;
	font-family: Arial;
	font-size: 11px;
	}
#tweet .tweetalani img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	}
	
#footer  {
	background-color: #000;
	bottom: 0px;
	height: 30px;
	width: 100%;
	position: absolute;
	opacity: 0.7;
}
#footer  .footerortala{
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	width: 960px;
	margin-bottom: 0px;
	position: relative;
}
#footer  .footerortala span{
	font-family: 'dimlig', Sans-Serif;
	font-size: 10px;
	color: #fff;
	margin-top: 4px;
	padding: 0px;
	float: right;
	text-align: right;
	line-height: 11px;
}


/* saat */

div#clock {
	margin-top: 10px;
	position: relative;
	display: block;
	width: 65px;
	height: 65px; /* keep square */
	border-radius: 50%; /* All round */
	transition: all 250ms linear; /* for mouseover effect */
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	background: #000;
    
	float: left;
	margin-left: 10px;
    }
              
div.innerCenter {
    position:absolute;
    z-index:0;
    top:50%; left:50%;
    width:60px; height:60px; /* diameter */
    margin:-30px 0 0 -30px; /* centered with half diameter */
    border-radius:50%;
}
div.sec, div.min, div.hour {
    position:absolute;
    top:0px;
    left:30px; /* half #clock width */
    height:70px; /* #clock height */
}
    div.sec {
        width:1px;
        z-index:10;
    }
    div.min {
        width:2px;
        left:30px; /* half #clock width minus half this width (-1px) */
        z-index:11;
    }
    div.hour {
        width:2px;
        left:30px;
        z-index:12;
    }
div.clockwise {
    position:absolute;
    left:0; right:0;
    bottom:49%; /* center of the #clock inside hour,min,sec */
    background:#FFF;
    border-radius:2px;
}
    div.sec div.clockwise { top:18px; } /* dist from clock border */
    div.min div.clockwise { top:24px; }
    div.hour div.clockwise { top:28px; }
    div.digit, div.time {
    position:absolute;
    z-index:5;
    width:18px; height:18px;
    font:10px/18px 'Orbitron', arial,verdana,sans-serif;
    text-align:center;
    color:#FFF;
    color:#000;
    text-shadow:0 0 2px #000; 
}
    div.digit span {
        color:#000; /* 12, 3, 6 and 9 */
    }
div.time {
    top:68%; left:50%;
    width:65px; /* clock width */
    height:12px; /* diameter */
    margin:-30px 0 0 -30px; /* centered with half width*/
    font:10px/12px 'Courrier New', 'Courier', serif;
    text-align:center;
    color:#FFF;
}

.zamantarih {
	font-family: 'dimlig', Sans-Serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 90px;
	text-align: center;
	margin-top: 10px;
	float: left;
}
.harita {
	margin-top: 10px;
	float: left;
}
.bizsiziarayalim {
	margin-top: 10px;
	float: left;
	width: 300px;
	margin-left: 430px;
}
.ekatalog {
	float: right;
	margin-top: 10px;
}
.slidedemo li {
	float: left;
	margin-left: 5px;
}
.duyuru  {
	float: left;
	margin-left: -40px;
	background-image: url(../images/duyurualt.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 315px;
	margin-top: 10px;
	font-family: 'dimlig', Sans-Serif;
	color: #FFF;
	font-size: 12px;
}
.duyuru  span{
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	width: 250px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.duyuru  h1{
	font-size: 12px;
	display: block;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	width: 250px;
	margin-top: 5px;
}
.duyuru  a{
	color: #FFF;
	text-decoration: none;
}
.bilgialani {
	height: 75px;
	width: 360px;
	margin-top: 20px;
	margin-left:20px;
	float: left;
	border-bottom-left-radius: 20px;
	border: 1px solid #FFFFFF;
}
.iletisimegeciniz {
	float:left;
	width:160px;
	border-right:solid 1px #FFFFFF;
	margin-left:10px;
	margin-top:10px;
	height:50px;
	
}
.iletisimegeciniz span {
	width: 160px;
	float: left;
	font-family: 'dimlig', Sans-Serif;
	color: #FFF;
	font-size: 16px;
}
.iletisimegeciniz span img{
	float: left;
	margin-right: 5px;
	margin-top:2px;
}
.iletisimegeciniz strong {
	width: 160px;
	float: left;
	font-family: 'dimlig', Sans-Serif;
	color: #FFF;
	font-size: 11px;
}
.ontalep {
	float:left;
	width:150px;
	margin-left:20px;
	margin-top:10px;
	height:50px;
	
}
.ontalep span {
	width: 20px;
	float: left;
	font-family: 'dimlig', Sans-Serif;
	color: #FFF;
	font-size: 16px;
}
.ontalep strong {
	width: 120px;
	float: left;
	font-family: 'dimlig', Sans-Serif;
	color: #FFF;
	font-size: 11px;
}
.ontalep span img{
	float: left;
	margin-right: 5px;
	margin-top:2px;
}
.haberalani {
	height: 75px;
	width: 360px;
	margin-top: 20px;
	margin-left:20px;
	float: left;
	border-bottom-right-radius: 20px;
	border: 1px solid #FFFFFF;
}
.haberalani span {
	width: 300px;
	float: left;
	font-family: 'dimlig', Sans-Serif;
	color: #FFF;
	font-size: 12px;
	border-bottom:solid 1px #fff;
	padding-bottom:5px;
	margin-left:10px;
	margin-top:10px;
}

#haberduyurular_slide {
	margin:0px;
}
.haberduyurular_slide {
	height:20px;
	width:300px;
	overflow:hidden;
	
}
.haberduyurular_slide ul {
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.haberduyurular_slide ul li {
	height:20px;
	width:300px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
.duyuruicerik {
	font-family: 'dimlig', Sans-Serif;
	color: #FFF;
	font-size: 11px;
	border:0px;
	margin:0px;
}

.brosuralani {
	height: 90px;
	width: 77px;
	margin-top: 20px;
	margin-left:20px;
	float: left;
}
 #map {
     height: 160px;
     width: 400px;
     position: relative;
     float: left;
 }