

@font-face {
    font-family: 'futuraextended';
    src: url('futuraextended-webfont.eot');
    src: url('futuraextended-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuraextended-webfont.woff') format('woff'),
         url('futuraextended-webfont.ttf') format('truetype'),
         url('futuraextended-webfont.svg#futuraextendedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_bold_condensed_bt_';
    src: url('futubcb-webfont.eot');
    src: url('futubcb-webfont.eot?#iefix') format('embedded-opentype'),
    url('futubcb-webfont.woff') format('woff'),
    url('futubcb-webfont.ttf') format('truetype'),
    url('futubcb-webfont.svg#futura_bold_condensed_bt_') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Futura Regular';
    src: url('futuralightcon-webfont.eot');
    src: url('futuralightcon-webfont.eot?#iefix') format('embedded-opentype'),
    url('futuralightcon-webfont.woff') format('woff'),
    url('futuralightcon-webfont.ttf') format('truetype'),
    url('futuralightcon-webfont.svg#futuralightcon-webfontRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}




	
.dafnigreen{ color:#59ba47}


a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	color:#000000;
	text-decoration:none;
}

  


body{}

	img { max-width: 100%; }
	
	#wraper{min-height:100%;position:relative;}
	
	#headbar{width:100%; margin:auto; max-width:1024px;float:left;}
	
		
		
		#dafnilogo{height:118px; width:214px; float:left; margin-top:-67px; cursor:pointer;  display:block;
		
		background: url('images/dafni-logo-01.png');
    background-image: url('images/dafni-logo-01.svg'), none;
	
	background-repeat:no-repeat; background-size:200px 110px;
	}
	
	.admin #dafnilogo{ margin-top: -53px;}
		
		#mainNav{display:block; width:100%; max-width:444px; float:right; padding:48px 0 0 0; font-family:'futuraextended' !important;  letter-spacing:3px;}
		body.tr #mainNav{max-width:505px;}
		
		#mainNav li{list-style:none; float:right; margin:0 24px 0 0; color:#000000; font-size:15px}
		#mainNav li:first-child{-webkit-transform: rotate(-90deg);transform: rotate(-90deg);font-size:12px; margin:0 0 0 16px;transform:-ms-transform: rotate(-90deg);}	
		#mainNav li:first-child a{font-size:12px;}	
			#mainNav li a.aktif{color:#33d622}
			#mainNav li a,
			#mainNav li a:visited{color:#000000; font-size:15px; font-family: 'futuraextended' !important; text-decoration:none}	
						
		#mainContent{width:100%;max-width: 1024px; padding-bottom:30px;}	
			
		.hakkimizda #mainContent, .about #mainContent{width:100%; padding-bottom:80px;}
		
		.project #mainContent{width:100%; padding-bottom:80px;min-height:100%;height:100%}
			
			/*index - projects cat nav*/
			#ipnav{display:none}
			#snav{display:block; padding:24px 0 0 40px;font-family: 'futuraextended' !important; float:left; line-height:20px;}
				#snav li{list-style:none; cursor:pointer}
				#snav li.green:before{color:#59ba47; content: ' \25CF';font-size: 12px; display:block; position:absolute; margin-left:-12px;
				 animation: fadein 2s;
				-moz-animation: fadein 2s; /* Firefox */
				-webkit-animation: fadein 2s; /* Safari and Chrome */
				-o-animation: fadein 2s; /* Opera */}
				
				#snav li input{font-family: 'futuraextended' !important;}
									
				@keyframes fadein {
					from { opacity: 0; }
					to   { opacity: 1; }
				}
				
				/* Firefox < 16 */
				@-moz-keyframes fadein {
					from { opacity: 0; }
					to   { opacity: 1; }
				}
				
				/* Safari, Chrome and Opera > 12.1 */
				@-webkit-keyframes fadein {
					from { opacity: 0; }
					to   { opacity: 1; }
				}
				
				/* Internet Explorer */
				@-ms-keyframes fadein {
					from { opacity: 0; }
					to   { opacity: 1; }
				}
				
				/* Opera < 12.1 */
				@-o-keyframes fadein {
					from { opacity: 0; }
					to   { opacity: 1; }
				}

				
				
				li.editble>div.catedit{}
				.catedit{
					font-family: FontAwesome;
					cursor:pointer !important; 
					
					padding:0 3px 0 0 !important; 
					background-color:#FFF; 
					width:80px;
					height:20px;
					float:left;
					z-index:999;
					visibility:hidden;}
					
				.catname{float:left;}
				
				#cateditbt{font-family: FontAwesome;font-size:17px; margin:0 3px 0 0;}
				.fa-times-circle{color:#C00;}
				.fa-check-circle{color:#3C0;}
				
				.addcat{border:1px solid !important}
			
				
				#mainscreen{width:72.65625%;min-height:650px; float:left; padding:0 0 0 auto; background-color:#00FF99}
					#calBlock{width:107px; height:130px; float:left; margin:0 4px 4px 0; text-align:left;}
					#_calBlock:nth-child(6){float:left; margin:0 0 4px 0;}		
					
				#calText, #calYear{width:97px; height:103px; padding:27px 5px 0 5px;cursor:default; }
				#calText{background-color:rgba(229,229,229,.9);}
				#calYear{text-shadow: 1px 0px 3px rgba(150, 150, 208, .5);}
				
				
			
				#calText:hover{background-color:rgba(229,229,229,.0); cursor:pointer;}
				
				.titleText,.detailText{opacity:1;}
				#calText:hover .detailText{opacity:0;}
				#calText:hover .titleText{opacity:0;}
					#calText .detailText{ position:relative; top:28px }
				
				.detailText, .titleText{
			   -webkit-transition: opacity .4s ease-out;
				  -moz-transition: opacity .4s ease-out;
					-o-transition: opacity .4s ease-out;
					   transition: opacity .4s ease-out;}
					   
				#calText, #calYear{
			   -webkit-transition: background .5s ease-out;
				  -moz-transition: background .5s ease-out;
					-o-transition: background .5s ease-out;
					   transition: background .5s ease-out;}
					   
					   
			.titleText{font-family: 'futura_bold_condensed_bt_' !important;}
			#calYear{font-family: 'futura_bold_condensed_bt_' !important;}
			.detailText{font-family: 'Futura Regular' !important;}
			
			
			.titleText{font-size:13px; color:#4a4848; display:block; height:29px; line-height: 15px; opacity:.9}
			.detailText{font-size:12px; display:block; margin-top:22px; color:#4a4848;}
			#calYear{font-size:14px; color:#FFF;}
			
			
			
			/*ABOUT*/
			#mainContent.abutaboy{width:100% }
			#abouttext{color:#000000; line-height: normal;}
				#abouttext h1{color:#000000; font-size:14px;letter-spacing:2px; margin:9px 0 13px 0; font-weight:normal;}
				#abouttext h2{color:#000000; font-size:13px;letter-spacing:1px; margin:9px 0 13px 0; font-weight:normal;}
				#abouttext p{color:#000000; font-size:13px;letter-spacing:1px; font-weight:normal;}
				#abouttext ul {margin-top:10px}
				#abouttext ul li{margin-left:18px}
			
			/*project-detail typo side*/
			#mainContent.project #mainNav ul{padding:54px 0 0 353px; font-family: 'futuraextended' !important;  letter-spacing:2px; }
			
			
			
			#projectwrapperA{padding:111px 55px 0 79px;padding: 10px 30px 0 39px; font-family: 'futuraextended' !important;}
			#projectwrapperB{padding:16px;font-family: 'futuraextended' !important; width:695px; overflow:hidden;margin:0 auto;}
				
			#projectwrapperA input[type=text], #projectwrapperB input[type=text] {font-family: 'futuraextended' !important;}
			
				#projecttag{color:#000; font-size:14px;letter-spacing:2px;}
				h1{color:#000000; font-size:25px;letter-spacing:1px; margin:9px 0 13px 0; font-weight:normal;}
				.hakkimizda #projecttag, .about #projecttag{display:none}
				
					#projectwrapperA h1 input[type=text]{color:#000000; font-size:25px;letter-spacing:1px; margin:-3px 0 -8px 0; font-weight:normal;font-family: 'futuraextended' !important;}
					#projectwrapperA h1 textarea{color:#000000; font-size:22px;letter-spacing:1px; margin:-3px 0 -8px 0; font-weight:normal;font-family: 'futuraextended' !important; overflow:hidden; resize:none; border:none}
				
				
				#projectdetail{color:#000000; font-size:15px;letter-spacing:2px; margin:0 0 13px 0;}
					#projectdetail input[type=text]{color:#000000; font-size:15px;letter-spacing:2px; margin:0 0 13px 0;}
					.tmp-element{ visibility: hidden; white-space: pre;font-size:15px;}
				#projectcat, #projectcat a{color:#000000; font-size:15px; line-height:30px;margin:0 0 13px 0;cursor:pointer; text-decoration:none}
					#catseperate:last-child{display:none !important; color:#00FF33}
					.catseperate:last-child{display:none !important; color:#00FF33}
					span.lastSeperater{display:none !important; color:#00FF33}
				#projecttext{font-size:13px;letter-spacing:1px;font-weight:normal; line-height:normal;}
				
					#projecttext textarea{font-size:13px;letter-spacing:1px;font-weight:normal;font-family: 'futuraextended' !important;outline: 0; border:0;width:100%;white-space:pre-wrap;}
				
				
				
						
					  
				
.paginate{position:relative; font-size:11px;font-family: 'futuraextended' !important;font-weight:normal;letter-spacing:2px; display:block;}
				.paginate a{ color:#000000; text-decoration:none}
				#prvshw,#nxtshw{ position:relative;font-family: 'futuraextended' !important;font-weight:normal;font-size:10px; display:inline-block; width:10px; opacity:0;}
					
					
					
					#p_prv{ position:relative; top:333px; left:-50px; width:45px;}
						
						#arrowanimL{position:relative;left:15px;}
							#p_prv:hover #arrowanimL{ left:0px;}
						
						#prvshw{ top:-10px;margin-left:0px;}
							#p_prv:hover #prvshw{ opacity:1;margin-left:0px;}
				
					
					
					
					#p_nxt{top:289px; left:664px;width:45px; bzorder:1px solid #000;}	
						
						#arrowanimR{position:relative;left:15px;}
							#p_nxt:hover #arrowanimR{left:30px}
					
							#nxtshw{top:-10px;margin-left:3px;}
							#p_nxt:hover #nxtshw{ opacity:1;margin-left:3px;}
					  
					  
					  
					  
					
					#arrowanimR, #arrowanimL{ 
								-webkit-transition: all .2s ease-out;
								  -moz-transition: all .2s ease-out;
									-o-transition: all .2s ease-out;
									   transition: all .2s ease-out;}
					
					#prvshw,#nxtshw{ 
								-webkit-transition: all .2s ease-out;
								  -moz-transition: all .2s ease-out;
									-o-transition: all .2s ease-out;
									   transition: all .2s ease-out;}
									   
					#farrowanimL{position:relative;left:15px;}
					#farrowanimR{position:relative;left:15px;}
					
					i#arrowanimR,
				i#arrowanimL,
				span#nxtshw,
				span#prvshw{color:#000 !important;border-color:#000 !important;}
				
				.cerceve8{padding:16px 8px;}
				.pgt652{width:652px}
				.pgt642{width:642px}
				.pgt90{width:90px}
				.pgt440{width:440px}
				
				
				
				
				
				
				
				
			.admin #projecttag{cursor:default}
			.admin #projectcat{cursor:pointer}
			
			#abouttext{font-size:13px;letter-spacing:1px;font-weight:normal;}
					#abouttext textarea{font-size:13px;letter-spacing:1px;font-weight:normal;font-family: 'futuraextended' !important;outline: 0; border:0;width:100%;}
					
					
		   /*M A I N  S L I D E R */
	
.rslides {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  
  }


.rslides_container {
  margin-bottom: 50px;
  max-width:620px;
  position: relative;
  margin: 0 auto; 
  }
  
body.index .rslides_container {
  
  max-width:620px;
  width: 100%;
  height:400px;
  position:relative;
  float: right;
  margin-top:43px;
 

  }
  
 
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  list-style:none;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  
  }

.rslides img {
  display: block;
  width: auto;
  float: left;
  border: 0;
  height: 400px;
  }
  
  
  
 .centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/themes.gif") no-repeat left top;
  margin-top: -25px;

  }
  
  
.rslides_container .centered-btns_nav  {opacity:.0}
.rslides_container:hover .centered-btns_nav  {opacity:.7}
.rslides_container .centered-btns_nav { 
								-webkit-transition: all .2s ease-out;
								  -moz-transition: all .2s ease-out;
									-o-transition: all .2s ease-out;
									   transition: all .2s ease-out;}

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("images/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs {
  margin-top: 4px;
  text-align: center;
  display:none;
  }
  


.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
	
	
	
	
			/*N E W S*/
			#newswrapper{padding:111px 0 0 30px; font-family: 'futuraextended' !important; margin:0px auto 0px auto; width:100%; max-width:1024px; min-width:680px}
				#newstag{color:#000000; font-size:14px;letter-spacing:2px; display:block; margin-bottom:20px; width:30%;}
				.newsBlock{
					width:30%;
					text-align:left;
					float:left; 
					-webkit-box-shadow:inset 0px 0px 0px 1px rgb(229,229,229);
					-moz-box-shadow:inset 0px 0px 0px 1px rgb(229,229,229);
					-o-box-shadow:inset 0px 0px 0px 1px rgb(229,229,229);
				    -ms-box-shadow:inset 0px 0px 0px 1px rgb(229,229,229);
					box-shadow:inset 0px 0px 0px 1px rgb(229,229,229);
					}
	
				
					.newsText{background-color:rgba(229,229,229,.9); cursor:pointer;display: table; overflow: hidden;width:100%;}
					.newsText{
			   -webkit-transition: background .4s ease-in-out;
				  -moz-transition: background .4s ease-in-out;
					-o-transition: background .4s ease-in-out;
					   transition: background .4s ease-in-out;}
					.newsBlock:hover .newsText{background-color:rgba(229,229,229,.0);}
					   
					   .newstextwrapper{display: table-cell; vertical-align: middle; text-align:center;opacity:1;}
					   .newstextwrapper{
			   -webkit-transition: opacity .3s ease-in-out;
				  -moz-transition: opacity .3s ease-in-out;
					-o-transition: opacity .3s ease-in-out;
					   transition: opacity .3s ease-in-out;}
					   .newsBlock:hover .newstextwrapper{opacity:0;}
					   
							.newstextwrapper span{display:block; padding:30px;}
							.newstitleText{font-family: 'futura_bold_condensed_bt_' !important; }
							.newsdetailText{font-family: 'Futura Regular' !important;}
							
					
					   
				
			
			/*NEWS D E T A I L*/	
			
			
			.newsdetail #projectwrapperA{padding:111px 0 0 79px; font-family: 'futuraextended' !important;}
			.newsdetail #projectwrapperB{padding:16px 0 0 45px;font-family: 'futuraextended' !important; width:695px;overflow:hidden;margin:0 auto;}
			
			#ebatlar{width:355px; height:179px; margin:10px 0 25px 0}
					
						#ebatlartextwrapper{display: table-cell; vertical-align: middle; text-align:center; font-size:10px;font-family: 'futuraextended' !important;}
				.border{-webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.14);
						-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.14);
						box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.14); color:#000 !important}
						
                    #ebatA{width:174px; height:179px; margin-right:7px; float:left; color:#e4e4e4;background-color:#e4e4e4;cursor:pointer;display: table; overflow: hidden;}
                    #ebatB{width:174px; height:86px; margin-bottom:7px; float:left;color:#e4e4e4;background-color:#e4e4e4;cursor:pointer;display: table; overflow: hidden;}
                        #ebatC{width:83px; height:86px; margin-right:8px; float:left;color:#e4e4e4;background-color:#e4e4e4;cursor:pointer;display: table; overflow: hidden;}
                        #ebatD{width:83px; height:86px; float:left;color:#e4e4e4;background-color:#e4e4e4;cursor:pointer;display: table; overflow: hidden;}
                  
				
			#spot,#text{white-space: normal;}	
			#newsdetailtextarea{font-size:13px;letter-spacing:1px;font-weight:normal;}
			#newsdetailtextarea textarea{font-size:13px;letter-spacing:1px;font-weight:normal;font-family: 'futuraextended' !important;outline: 0; border:0;width:100%;}	
			#newsYear{font-family: 'futura_bold_condensed_bt_' !important;}
			select#month{-webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: ''; font-size:12px; border:none;float:left; margin-right:3px; margin-top:2px;text-align:center}
			select#month:focus {outline: 0;}
		
			
			.newstitleText{font-size:15px; color:#4a4848; display:block; height:29px;}
			.newsdetailText{font-size:14px; display:block; margin-top:22px; color:#4a4848;}
			#newsYear{font-size:14px; color:#FFF;}


.gizle{ visibility:hidden}
.yoket{ display:none;}



	
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	

	#wraper,#mainContent{max-width:480px;}
	#headbar{max-width:480px;margin:0 auto 35px auto;}
	
		#zzdafnilogo{float:none; margin-left:65px;}
		
		#mainNav{padding:0; letter-spacing:1px;}
		body.tr #mainNav{max-width:534px;}
		
		
		#mainNav li{list-style:none; float:right; margin:0 8px 0 0; color:#000000;}
		#mainNav li:first-child{transform:-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);font-size:10px; margin:1px 0 0 8px;}	

			#mainNav li a.aktif{color:#33d622}
			#mainNav li a,
			#mainNav li a:visited{color:#000000; font-size:12px; font-family: 'futuraextended' !important; text-decoration:none}	
						
			
	
	}
	
	
	@media screen and (min-width: 1100px) {	#wraper{width:100%; max-width:1100px; margin:auto;}#snav li{ font-size:82%;}}
	
	

#footer{position:absolute;
   bottom:0;
   left:0;
   width:100%;
   max-width: 1024px !important;
   height:30px;
   padding-left:30px;}
   
#footer p{color: #000000;font-size: 12px;letter-spacing: 1px;font-weight: normal;font-family: 'futuraextended' !important;}
#shrbr{ float:right;margin-right:35px}


				.color1{background-color:#e6b6b2 !important;}
				.color2{background-color:#88b7b1 !important;}
				.color3{background-color:#9fd8f6 !important;}
				.color4{background-color:#e9c674 !important;}
				.color5{background-color:#a26260 !important;}
				.color6{background-color:#a6bb82 !important;}
				.color7{background-color:#c1b396 !important;}
				.color8{background-color:#f4f9c5 !important;}
				.color9{background-color:#8ab7b2 !important;}
				
				

#toggle, #mobileNav {
    display: none
}
/*iphone*/
@media screen and (max-width:640px) {
#wraper{
	height:auto !important;
}

#headbar{
	width:100%; margin:0; padding:0;
}

#mainContent{
	position: relative;width:100%; margin:0; padding:0 !important;overflow: hidden;-webkit-overflow-scrolling: auto;
   
}

	#mainNav, #projecttag, #p_prv, #a_nxt {
		display: none
	}
	#mobileNav {
		display: block
	}
	#dafnilogo{ margin:0; width:180px !important; height:99px !important; background-size: 180px 99px !important; }
	
	#toggle {
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			display: block;
			width: 60px;
			height: 60px;
			float: right;
			margin: 10px 10px 0 0;
			text-indent: -9999px;
			overflow: hidden;
			background:url("images/hamburger.png") no-repeat;
			background-position:0px 0px;
			background-size:60px 60px;
		}
	.span_1_of_3,.span_2_of_3{ width:100% !important;}
	#projectwrapperB, .rslides_container, .rslides{ width:auto !important;}
	
	ul#slider1.rslides.centered-btns.centered-btns1{max-width:680px}
	ul#slider1.rslides.centered-btns.centered-btns1 li{background-size: 100% 64.51612903225806%;}
	
		
		.col{padding:0 25px}
		.project .col{padding:0px;}
		.project #projectwrapperA{margin: -8px 0 0 0;}
		
		.projects .col{padding:7px 25px 0 25px;}
		
	#projectwrapperA{padding:0 25px; margin:100px 0 0 0;}
	.newsdetail #projectwrapperA{padding:0;margin: 0 120px 0 60px;}

	.about #projectwrapperA{padding: 0 25px;margin: 110px 0 64px 0;}
	
	#newswrapper{padding: 0 25px; width:100% !important;margin: 110px 0 70px 0;}
	.newsBlock,.newsText,newstextwrapper{padding:0;width:270px !important; height:270px !important;margin:0;float:none;}
	
	
		#abouttext img{ width:100% !important; height:auto !important; margin:0px auto 15px auto !important; clear:left;}
		
		
		
		
		#calBlock{
			width:127px;
			height: 180px !important;
			margin: 0 6px 6px 0;
			background-size:127px 180px !important;
			background-position:left top !important;
			background-repeat:no-repeat;}
			
		#calText, 
		#calYear{
			width:117px !important;
			height: 154px !important;}
		
		#pagiblock{  
			width:100%;
			height: 80px !important;
			margin: 0 6px 6px 0;
			z-index:99999;}
		
		
			
		.pgt652{width:100%;}
		.pgt642{
			width: 260px;
			height:40px !important;
			border: 1px solid #DDD;
			background: #F8F8F8;
			margin: 0 0 40px -7px;}
			
		.pgt90{width:0px;}
		.pgt440{
			width: 260px;
			height:20px !important;
			padding-top:20px !important}
		
	
		
		#ipnav{
			width: 260px;
			height:38px !important;
			display:block;
			border: 1px solid #DDD;
			background: #F8F8F8;
			position: relative;
			-webkit-appearance: none;
			-webkit-border-radius:0; 
			border-radius:0;
			font-size: 12px;
			text-overflow: ellipsis;
			white-space: nowrap;
			background-image:url(images/arrwdwn.png);
			background-repeat:no-repeat;
			background-position:bottom right;
			background-size:38px 38px;
			padding-left:9px;
			margin-bottom:10px;
			  }
			  
		#snav{ display:none}

				
				  
				#snav li.green:before{color:#59ba47; content: ' \25CF';font-size: 12px; display:block; position:absolute; margin-left:-12px;
				 animation: fadein 2s;
				-moz-animation: fadein 2s; /* Firefox */
				-webkit-animation: fadein 2s; /* Safari and Chrome */
				-o-animation: fadein 2s; /* Opera */}
				
				#snav li input{font-family: 'futuraextended' !important;}
	
.rslides_container {
	margin: 0 auto 50px auto;
  position: relative;
  
  }
.centered-btns_nav {
  top: 20px;
  left: 0;
  height: 100%;
  width: 50%;
  margin-top: -25px;
  }

  .centered-btns_nav.prev { background:none;}
  .centered-btns_nav.next{background:none;}
  
    .js .nav-collapse {
        clip: rect(0 0 0 0);
        max-height: 0;
        position: absolute;
        display: block;
        overflow: hidden;
		
    }

    .nav-collapse {
        width: 100%;
		background-color:rgba(0,0,0,1.00);
		text-align:right;
    }

    .nav-collapse.opened {
        max-height: 9999px;
		
    }
	
	.nav-collapse ul {
    display: block;
    width: 100%;
    list-style: none
}

.nav-collapse li {
    width: 100%;
    display: block
}

.nav-collapse a {
    color: #fff;
    font-family:'futuraextended' !important;
	letter-spacing:3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: block;
    padding: .6em 2em;
    width: 100%;
	padding-right: 20px;
}

.nav-collapse a:hover {
    background: rgba(255, 255, 255, .1)
}

.nav-collapse .active a {
    color: #fff;
    background: rgba(0, 0, 0, .3)
}

.nav-collapse li:first-child a {
    border-top: 0
}

.nav-collapse li:last-child a {
    border-bottom: 0
}

   
    
	
	
	

#footer{position:absolute;
		bottom:5px !important;
	    width:90%;
	    height:56px;
	    padding:0 0 0 25px;}
		
 .project #footer{}
   
   #footer p{font-size: 11px; float:none;  display:block; width:100%; margin:0 auto 0 auto; text-align:center; }
   #shrbr{ float:none; display:block; margin:20px auto 10px auto; width:130px;}
   #shrbr a i{ font-size:30px !important}
   
   body.index .span_1_of_3{ display:none;}
   body.index .rslides_container{ margin: 0 50px 50px 0px;}
   body.index .projects .col{padding: 7px 0px 0 15px;}
}

@media screen and (-webkit-min-device-pixel-ratio:1.3), screen and (min--moz-device-pixel-ratio:1.3), screen and (-o-min-device-pixel-ratio:2 / 1), screen and (min-device-pixel-ratio:1.3), screen and (min-resolution:192dpi), screen and (min-resolution:2dppx) {
  

    #toggle {
        background-image: url("images/hamburger-retina.png");
        -webkit-background-size: 60px 60px;
        -moz-background-size: 60px 60px;
        -o-background-size: 60px 60px;
        background-size: 60px 60px;
    }
}

@media screen and (min-width:1216px) {
   

  
}

#homaeadres{
	color: #000000;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'futuraextended' !important;
	line-height:normal;
	padding: 20px 0px 20px 35px;
	}
	
#map-canvas{
	color: #000000;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'futuraextended' !important;
	line-height:normal;
	margin-left: 30px;
	width: 300px;
	height: 300px;
	
	}
	
	

@media only screen and (max-width: 640px)  {

	#newswrapper{min-width: 680px !important;padding-left: 25%}
	
	
}	
	
/*iPhone 6+*/
@media only screen and (max-width: 414px)  {

	#newswrapper{min-width: 414px !important;padding-left: 15%}
	.newsdetail #projectwrapperA{padding:0;margin: 0 60px 0 10px;}
}

/*iPhone 6*/
@media only screen and (max-width: 375px)  {
	
	#newswrapper{min-width: 375px !important;padding-left: 13%}
	.newsdetail #projectwrapperA{padding:0;margin: 0 60px 0 10px;}
}



/*iPhone 5 ve 4*/
@media only screen and (max-width: 320px)  {

	#newswrapper{min-width: 320px !important;padding-left: 6%}
	.newsdetail #projectwrapperA{padding:0;margin: 0 50px 0 7px;}
}

