/************** IMPORT CSS RESET  *****************/
@import url("reset.css");

/********************************* GENERAL SETING *********************************/
html, body{
	height:100%;
	width:100%;
}
body{
	color: #666;
	line-height:20px;
	min-width:1024px;
	font-size:12px;
	font-family: 'Arial', bold;
	background:url("../example/art.jpg") no-repeat scroll center center #f5f5f5;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 4px;
}
::-ms-scrollbar {
    width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
    -ms-border-radius: 0px;
    border-radius: 0px;
}
::-ms-scrollbar-track {
    -ms-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #000000; 
}
::-ms-scrollbar-thumb {
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #FFFFFF;
}
::-webkit-scrollbar-thumb:window-inactive {
	 background: #FFFFFF; 
}
::-ms-scrollbar-thumb:window-inactive {
	 background: #A60101;  
}
a{
	color:#000000;
	text-decoration: none;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear; 
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;	
}
a:hover{color:#222;}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #666;
	line-height: 1.3em;
	font-weight: normal !important;
}

h1{
	font-size: 20px;
	margin-bottom: 15px;
}
h4.banner{
	color:#fff;
}
h2{
	font-size: 18px;
	margin-bottom:13px;
}
h3{
	font-size: 16px;
	margin-bottom:10px;
}
h4{
	font-size: 14px;
	margin-bottom:15px;
}
h5{
	font-size: 14px;
	margin-bottom:5px;
	line-height: 25px;
}
h6{
	font-size: 10px;
	margin-bottom:3px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:400;
	font-family: 'Arial', sans-serif;
}

p{margin-bottom: 10px;}

ul{list-style:none;}
ul li{margin-bottom:5px;}

input,
textarea{border:0;}

.alignleft{float: left;}
.alignright{float: right;}
.aligncenter{text-align:center;}

.last{
	margin-right: 0 !important;
	margin-bottom: 0 !important; 
}

.clearfix:after{
	content:  ".";
	display:  block;
	height:  0;
	clear:  both; 
	visibility:  hidden;
}
.clearfix{display:  inline-block;}
.clearfix{display:  block;} 
.clear{clear:both;}
.clear25{clear:both; height:259px;}

.scrol-page{
	position:relative;
	min-height:100%;
	padding-top:130px;
}
.scrol-home, .scrol-contact{
	height:100%;
	position:relative;
	min-height:100%;
}
.wrapper{
	width:960px;
	position:relative;
	margin:0 auto;
}
/***************************************************************************************/


/********************************* BEGIN: header *********************************/
#reklam{
	width:160px;
	height:40px;
	position:fixed;
	left:0px;
	bottom:5px;
	z-index:1002;
	color:#730000;
	font-size:14px;	
	line-height:40px;
	padding-left:30px;
}
#video{
	width:250px;
	height:80px;
	position:fixed;
	right:0;
	bottom:10px;
	z-index:1002;
	padding-right:190px;
}
#header{
	width:100%;
	height:130px;
	position:absolute;
	top:0;
	z-index:1000;
	background:url("../images/header-bg.png") no-repeat scroll center bottom;
	
}
.scrol-page #header{border-top:5px solid #000;}
	
	/*LOGO*/
	#logo{
		position:absolute;
		top:10px;
		left:30px;
	}
	
	/*MENU*/

/********************************* END: header *********************************/


/**************************************** BEGIN: slider *************************************************/
#slider {
width:960px;
height:370px;
margin:1px;
}
.slider{
	position:relative;
	height:100%;
}
#slidecounter,
#slidecaption{
	overflow:hidden;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	padding:10px 13px;
	line-height:15px;
	position:absolute;
	top:112px;
	right:25px;
	z-index:5;
	background-color:#fff;
	color:#565656;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.05em;
	border-bottom:2px solid #bdbdbd;
	display:block;
}
			
ul#slide-list{
	float:right; 
	height:25px; 
	bottom:25px; 
	right:25px; 
	z-index:9999999; 
	position:absolute;
}
ul#slide-list li{
	list-style:none; 
	width:15px; 
	height:15px; 
	float:left; 
	margin-left:5px;
}
ul#slide-list li:first-child{margin:0;}
ul#slide-list li.current-slide a, 
ul#slide-list li a:hover{background-color:#fff;}
ul#slide-list li a{
	display:block; 
	width:15px; 
	height:15px; 
	background-color:#eee; 
	background-color:rgba(255,255,255,0.6); 
	cursor:pointer;
}
				
#progress-back{
	z-index:5; 
	position:absolute; 
	bottom:0px; 
	left:0; 
	height:5px; 
	width:100%; 
	background:url(../images/progress-back.png) repeat-x;
}
#progress-bar{
	position:relative; 
	height:5px; 
	width:100%;
	background:#a60101;
}

#supersized-loader{
	position:absolute; 
	top:50%; 
	left:50%; 
	z-index:0; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	background:url(../images/progress.gif) no-repeat center center;
}
#supersized{
	display:block; 
	position:absolute; 
	left:0; top:0; 
	overflow:hidden; 
	z-index:1; 
	height:100%; 
	width:100%;
}
#supersized img{
	width:auto; 
	height:auto; 
	position:relative; 
	display:none; 
	outline:none; 
	border:none; 
}
#supersized.speed img{
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}
#supersized.quality img{
	-ms-interpolation-mode:bicubic; 
	image-rendering: optimizeQuality;
}
#supersized li{
	display:block; 
	list-style:none; 
	z-index:-30; 
	position:absolute; 
	overflow:hidden; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#111;
}
#supersized a{
	width:100%; 
	height:100%; 
	display:block; 
}
#supersized li.prevslide{z-index:-20;}
#supersized li.activeslide{z-index:-10;}
#supersized li.image-loading{
	background:#111 url(../images/progress.gif) no-repeat center center; 
	width:100%; 
	height:100%; 
}
#supersized li.image-loading img{visibility:hidden;}
#supersized li.prevslide img, #supersized li.activeslide img{display:inline;}

#prevslide, #nextslide{ position:absolute; height:45px; width:45px; top:50%; margin-top:-23px; opacity:0.3; z-index:2; }
#prevslide{ left:10px; background:url(../images/back.png); }
#nextslide{ right:10px; background:url(../images/forward.png); }
#prevslide:active, #nextslide:active{ margin-top:-19px; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; }
/**************************************** END: slider *************************************************/


/**************************************** BEGIN: welcome message *************************************************/
.welcome{
	padding:10px 0px 5px 0px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	width:100%;
}
.welcome h2{
	color:#c2b9b4;
	font-size:36px;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:0.05em;
	text-shadow:2px 2px 0 #555555;
}
.welcome p{
	color:#adadad;
	font-size:14px;
	line-height:24px;
	text-shadow:1px 1px 0 #11100f;
	text-align:right;
	padding:0 10px;	
}
/**************************************** END: welcome message *************************************************/

/**************************************** BEGIN: portfolio *************************************************/
#realisation{margin-top:-30px;}
li.realisation{
	overflow:hidden;
	line-height:0px;
	float:left;
	position:relative;
	margin-bottom:0 !important;
}
li.realisation p{
	color:#fff;
	font-size:11px;
	position:absolute;
	text-align:center;
	width:100%;
	top:50%;
	text-transform:uppercase;
	letter-spacing:0.09em;
	font-family: 'Oswald', sans-serif;
	display:none;
}
li.realisation a {
    display: block;
    height:62px;
	width: 62px;
    position: absolute;
    text-indent: -99999px;
    z-index:100;
}

li.realisation a.p-link{
	left:-62px;
	bottom:-62px;
	background:url(../images/p-link.png) no-repeat 0 -62px;
}
li.realisation a.p-img{
	right:-62px;
	top:-62px;
	background:url(../images/p-img.png) no-repeat 0 -62px;
}
li.realisation a.p-video{
	right:-62px;
	top:-62px;
	background:url(../images/p-video.png) no-repeat 0 -62px;
}
li.realisation a:hover {
	background-position:0 0;
}


.filter{
	position:absolute;
	z-index:1000;
	top:10px;
	left:0;
	display:inline-block; 
	padding:15px 0 15px 15px;
	background-color:#292929;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px; 
}
.filter .portfolio-cat li{
	float:left; 
	margin-right:15px;
	display:none;
	font-family: 'Oswald', sans-serif;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.09em;
}
.filter .portfolio-cat li a{color:#fff;}
.filter .portfolio-cat li a.active{color:#c2b9b4;}

/*PORTFOLIO SINGE PAGE NAVIGATION*/
.next-project, .prev-project{
	display:block;
	position:absolute;
	top:50%;
	margin-bottom:-25px;
	display:block;
	width:30px;
	height:51px;
	text-indent:-99999px;
}
.next-project{
	right:40px;
	background:url(../images/p-forward.html) no-repeat;
}
.prev-project{
	left:40px;
	background:url(../images/p-back.html) no-repeat;
}
.next-project:hover, .prev-project:hover{background-position:0 -51px;}

/*SLIDER PROJECT*/
.sliderContent {
float:left;
width:720px;
height:600px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../images/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:800px;
height:350px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:25px;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../images/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}
/**************************************** END: portfolio *************************************************/
.geri{
	text-align:left;
	padding:0 0 1px 0;
	}

/**************************************** BEGIN: page *************************************************/
.page-title{
	text-align:right;
	margin-bottom:15px;
	padding:0 0 1px 0;
	background:url(../images/divider.png) repeat-x bottom;
}
.page-sayfa{
	text-align:right;
	margin-bottom:3px;
	padding:0 0 1px 0;
	background:url(../images/divider.png) repeat-x bottom;
}
.page-title h3{
	font-weight:bold;
	font-size:26px;
	color:#98c83b;
	margin-bottom:5px !important;
	font-family: 'Oswald', sans-serif;
}
.page-title span{
	color:#666;
	font-weight:200;
	font-size:12px;
	letter-spacing:0.05em;
}
/**************************************** END: page *************************************************/


/**************************************** BEGIN: services page *************************************************/
.s-block{
	padding:15px;
	background-color:#262525;
}
.s-block h3{
	font-size:14px !important;
	letter-spacing:0.09em;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #292828;
}
.s-icon{
	float:left;
	margin-right:15px;
}
/**************************************** END: services page *************************************************/


/**************************************** BEGIN: contact page *************************************************/
.contact-page{
	width:435px;
	height:315px;
	position:absolute;
	right:-495px;
	padding:30px;
	top:60%;
	margin-top:-220px;
	z-index:100;
	background:#FFF;
	border: 1px solid #98C83B;
}

.close-page, .open-page{
	display:block;
	position:absolute;
	z-index:99999999;
	top:50%;
	margin-top:-20px;
	left:-41px;
	width:41px;
	height:41px;
}
.close-page{background:url(../images/open-close.jpg) 0 -41px;}
.open-page{background:url(../images/open-close.jpg) 0 0px;}
.scrol-contact{overflow:hidden;}

	/*CONTACT FORM*/
	#contact-form textarea{
		padding:10px; 
		width:94%; 
		height:120px;
		background-color: #EEEEEE;
		border: 1px solid #DDDDDD;
		color: #666666;
		font-size:11px; 
		
	}
	#contact-form input[type = "text"]{ 
		font-size:10px; 
		width:200px; 
		padding:5px;
		margin-right:10px;
		background-color: #EEEEEE;
		border: 1px solid #DDDDDD;
		color: #666666;
	}
	#contact-form p{margin-bottom:10px !important;}	
	#contact-form .error{
		color:#ff3f3f;
		padding-right:10px;
		font-size:11px;
	}
	.form-bt{
		text-align:center;
		line-height:20px;
		padding:5px 25px;
		background-color: #D9D9D9;
		border: 1px solid #DDDDDD;
		color: #666666;
	}
	#progress{
		padding:10px;
		border:1px solid #4eaa77;
	}
	#progress p{margin-bottom:0 !important;}
	#contact-form .form-bt{float:none;}
/**************************************** END: contact page *************************************************/


/**************************************** BEGIN: single popup page *************************************************/
/*SINGLE POPUP PAGE*/
.single-page{
	position:fixed;
	top:0;
	margin:0 auto;
	height:100%;
	width:100%;
	display:none;
	z-index:100000;
	color:#f2f2f2;
	text-shadow:none;
}

.single-page h1{
	font-size:20px;
	text-shadow:none;
	padding-top:5px;
	text-transform:uppercase;
	letter-spacing:0.09em;
}

.single-wraper{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	opacity: 0.95; 
	filter: alpha(opacity=95);
	background:url(../images/single-bg.jpg) no-repeat center center;
}

.loading2{
	background:url(images/loader2.html) no-repeat center center;
}

.close{
	position:absolute;
	width:29px;
	height:29px;
	left:0px;
	top:0px;
	z-index:10000;
	display:block;
	background-image:url(../images/close.html);
}

/*Single Scroll*/	
.scroll{
	width: 720px;
	height:100%;
	clear: both; 
	padding:30px;
	display:none;
	margin:0 auto;
}
.scroll .viewport {
	width: 720px;
	height:94%;
	overflow: hidden;
	position: relative;
}
.scroll .overview {
	width:720px; 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
}
.scroll .thumb .end,
.scroll .thumb {background-color: #35080f; }
.scroll .scrollbar {
	position: relative; 
	float: right; 
	width: 0;
}
.scroll .track {
	background-color: #4d0d18;
	height: 100%;
	width:1px; 
	position: relative; 
	margin-left:25px;
}
.scroll .thumb {
	height: 20px; 
	width: 3px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0;
	margin-left:-1px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
.scroll .thumb .end {
	overflow: hidden; 
	height: 5px; 
	width: 13px;
}
.scroll .disable{ display: none; }	
/**************************************** END: single popup page *************************************************/


/**************************************** BEGIN: blog page *************************************************/
.wrapper2{padding:0 30px 300px 30px;}

ul.blog-post{width: 100%;}
ul.blog-post li {
    float: left;
    width: 250px;
    margin: 5px 0;
}
ul.blog-post .block {
    font-size: 1em;
    margin-right: 10px;
    padding: 20px;
    background: #262525;
}
ul.blog-post .block h2 {
}
ul.blog-post .block img {
    width: 100%;
    background:#fff;
    -ms-interpolation-mode: bicubic;
	-webkit-box-shadow: 0px 1px 2px 0px #1C1C1C;
	-moz-box-shadow: 0px 1px 2px 0px #1C1C1C;
	box-shadow: 0px 1px 2px 0px #1C1C1C; 
}
ul.blog-post h2 a{
	font-size:12px;
	letter-spacing:0.09em;
	text-transform:uppercase;
}
ul.blog-post .meta{
	font-size:10px;
	font-style:italic;
	color:#c4c4c4;
	margin-bottom:0px;
}
/**************************************** END: blog page *************************************************/



/**************************************** BEGIN: single post *************************************************/
.single{
	width:720px;
	position:relative;
	margin:0 auto;
	padding:112px 0 50px 0;
}
.single img{
	margin-bottom:5px;
	-webkit-box-shadow: 0px 1px 2px 0px #101010;
	-moz-box-shadow: 0px 1px 2px 0px #101010;
	box-shadow: 0px 1px 2px 0px #101010; 
}


/*COMMENTS*/
.comments, .single-post{
	margin-bottom:37px;
	padding-bottom:40px;
	background:url(../images/divider.png) repeat-x bottom;
}
.comments ul{padding-top:20px;}
.comments li{margin-bottom:30px;}
.avatar{
	float:left;
	margin-right:15px;
}
.comm-content{
	width:620px;
	float:right;
}
.comm-meta{
	font-size:12px;
	
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #262626;
}
.comm-meta span{padding-right:10px;}
.comments ul.reply{padding:30px 0 0 50px;}
.comments ul.reply li{margin-bottom:0 !important;}
/**************************************** END: single post *************************************************/


/**************************************** BEGIN: shortcode *************************************************/
/* Column*/
.one-two,
.one-third,
.one-four,
.one-five,
.one-six{
	margin-right: 30px; 
	float: left; 
}

.one-two{width:465px;}
.one-third{width:300px;}
.one-four{width:217px;}
.one-five{width:168px;}
.one-six{width:135px;}



.bt{
	padding:5px 15px;
	background-color:#1C1C1C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
}

/*divider*/
.divider{
	height:5px;
	background:url(../images/divider.png);
	margin:25px 0;
}
.spacer{height:30px;}


/*Blockquote*/
blockquote, q{quotes:"""";}
blockquote p{
	padding-left:20px; 
	font-size:14px; 
	font-style:italic; 
	color:#fff; 
	margin:15px 0;
	border-left:3px solid #009cff;
}


/*Accordion*/
.acc-header{
	cursor:pointer; 
	position:relative; 
	color:#009cff;
	line-height:14px;
	margin-bottom:10px;
	font-size:14px;
	font-family: 'Oswald', sans-serif;
	background:#ddd;
	  padding: 5px;
}
.acc-box{
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
}
.acc-header span{
	position:absolute; 
	top:-13px; 
	right:0px; 
	display:block; 
}
.acc-header.active span img{
	opacity: 0.2; 
	filter: alpha(opacity=20);
}
.acc-block p{padding-right:50px;}
.acc-block p strong{color:#adadad;}



/*Togle*/
.toggle{
	cursor:pointer; 
	position:relative; 
	padding:10px;
	color:#c4c4c4;
	border:1px solid #e7e7e7;
	margin-bottom:5px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
}
.toggle span{
	position:absolute; 
	top:11px; 
	right:5px; 
	display:block; 
	width:20px; 
	height:20px; 
	background:url(../images/toggle.html) no-repeat 0 0;
}
.toggle.active span{background-position:0 -20px;}
.toggle-block{padding:0 10px;}
/**************************************** END: shortcode *************************************************/

a#visit {
    -moz-transition: all 0.3s ease 0s;
    background: url("../images/visit-arrow-right.png") no-repeat scroll 235px center #A60101;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    color: #FFFFFF;
    display: block;
    font-size: 1.3em;
    font-style: normal;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-indent: -180px;
    text-transform: uppercase;
    bottom: 90px;
    width: 100px;
    z-index: 10000;
}

a#visit img {
    left: 10px;
    position: absolute;
    top: 8px;
    z-index: 1;
}
a#visit:hover, a#visit:active {
    padding-left: 82px;
    padding-right: 10px;
    right: 0;
    text-indent: 0;
    width: 180px;
}

a#sosyal {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 10000;
	width:120px; 
}

#solaltart{
    background: none repeat scroll 0 0 #FFFFFF;

    height: 90px;
    padding: 0 30px;
    text-align: center;
    width: 385px;
	right:0;
	bottom:5px;
	z-index:1001;	
	position: fixed;	
	opacity:0.87;
}
#solart{
    background: url("../images/solart.png") no-repeat top right;
    height: 100%;
    text-align: center;
    width: 400px;
	left:0;
	z-index:999;	
	position: fixed;	
}
#adresbilgi {
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 10000;
	width:316px; 
	padding:30px;
	text-align: left;
}

.videoekran{
	width:980px;
	position:relative;
	margin:0 auto;
}
.videoekransol{
	width:485px;
	position:relative;
	float: left;
}
.videoekransag{
	width:460px;
	position:relative;
	float: right;
}

.videoekransol1{
	width:685px;
	position:relative;
	float: left;
}
.videoekransag1{
	width:275px;
	position:relative;
	float: right;
}

.videoekransag1ic{
    border: 1px solid #EEEEEE;
    float: left;
    margin: 0px 1px 7px;
    padding: 4px;
    position: relative;
    width: 120px;
	height: 155px;
}

.videoekranalt{
	width:980px;
	position:relative;
	margin:0 auto;
}

.videoekranaltic{
    border: 1px solid #EEEEEE;
    float: left;
    margin: 15px;
    position: relative;
    width: 285px;
	height: 340px;
}
.videoekranaltic img{
	width:286px;
	height:341px;
		border:5px #000 solid; 
		padding:3px
}
.videoekranaltic img:hover{
		border:5px #a60101 solid; 
		padding:3px
}
.ic
{
	position: absolute;
	top: 278px;
	left: 8px;
	width: 100%;
	height:34px;
	color: #000000;
	text-align:center;
	line-height:34px;
	font-weight:bold;
	background: #FFFFFF;
	font-family: Tahoma;
	font-size: 15px;
	opacity: 0.8;
	filter: alpha(opacity=60);
}
.sosyalicon {
    float: left;
    height: 30px;
    padding: 10px;
    text-align: left;
    width: 140px;
}
.sosyalicon1 {
    float: left;
    height: 30px;
    padding: 10px;
    text-align: left;
    width: 90px;
}
.altek {
    height: 30px;
    padding: 10px;
    text-align: center;
    width: 960px;
	position:relative;
	margin:20px auto;
}

*{margin: 0;    padding: 0;    border: 0;    outline: 0;    list-style:none; text-decoration:none;}
.header-menu{
	width: 704px;
	height: 35px;
	float: right;
	background: #000000;
	position: relative;
	margin-top: 38px;
    }

.header-menu a{
    width:auto;
    height:35px;
    float:left;
    font-size:12px;
    color:white;
    padding-left:18px;
    padding-right:18px;
    border-right:solid 1px white;
    line-height:35px;
    }

.header-menu a:hover{
    background: #a60101;
    }

.header-menu  li{
    width:auto;
    height:46px;
    float:left;
    position:relative;
    }

.header-menu  ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#000000;
    top:35px;
    left:1px;
    z-index:1;
    display:none;
    }

.header-menu  ul li ul a{
    width:163px;
    height:35px;
    line-height:30px;
    float:left;
    padding:0 0 0 17px;
    border-top: dashed 1px gray;
    background:none;
    }

.header-menu  ul li ul li {
    height:30px;
    line-height:30px;
    }

.header-menu  li:hover >  ul{
    display: block;
    }

.header-menu  ul li ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#6c6b6b;
    top:0px;
    left:180px;
    z-index:1;
    display:none;
    }
	
	
	.bolumbaslik {
    background: none repeat scroll 0 0 gray;
    border: 1px dashed #DDDDDD;
    float: left;
    margin: 6px;
    padding: 6px;
    text-align: center;
}

#harita {
float: left;
  height: 100%;
    left: 0;
    position: fixed;
margin-top:110px;
    width: 968px;
	margin-left:400px;
}
.pagination {
    margin: 5px auto;
    padding: 12px 0;
    text-align: center;
}
.pagination a {
    border: 1px solid #D2D2D2;
    color: #444444;
    margin-right: 2px;
}
.pagination span {
    border: 1px solid #DDDDDD;
    margin-right: 2px;
    color: #B6B6B6;
    padding: 6px 10px;
    text-decoration: none;
}
.pagination .activ {
    border: 1px solid #E0E0E0;
    color: #FFFFFF;
    font-weight: bold;
	background-color:#333;
}
.pagination a:link, .pagination a:visited {
    padding: 6px 10px;
    text-decoration: none;
}
.pagination a:hover {
	color: #FFFFFF;
	background-color:#333;
    border: 1px solid #333;
}

