@charset "utf-8";

/*
	YAPISAN INSAAT - 02/08/2015
	Ferdi Tarakci - verabilisim.com
*/

@import url("settings.css");
@import url("slide_style.css");
@import url("../owl2/owl.carousel.css");

* {
	font-family: 'Open Sans', Arial, Tahoma;
}

html {
	background: #fff;
}

body {
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	color: #282828;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: 300;
}

b {
	font-weight: 700;
}

a {
	color: #333;
	-webkit-transition: color .3s ease;
       -moz-transition: color .3s ease;
            transition: color .3s ease;
}

a:hover {
	color: #000;
}

form {
	float: left;
	width: 100%;
}
form label,
form .label {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
input[type="text"],
input[type="password"],
select,
textarea {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 26px;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #acacac;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
	-webkit-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	   -moz-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	    -ms-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	     -o-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	        box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	color: #2f3032;
	border-color: #8bcdfb;
	background-color: #faffff;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	    -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	     -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
	        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(82, 168, 236, .6);
}
form input.error,
form select.error,
form textarea.error {
	color: #2f3032;
	border-color: #f00;
	background-color: #FFFAFA;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	    -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	     -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
	        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 8px rgba(236, 82, 82, 0.6);
}
textarea {
	height: 100px;
}
form button {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
form button span {
	display: block;
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 0px 20px;
	background-color: #0f4d9c;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	text-shadow: 1px 1px #7b9cc8;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
form button:hover span {
	background-color: #0d5276;
}
form button[disabled] span {
	cursor: default;
	background-color: #7c736c !important;
}
.placeholder {
	position: absolute;
	top: 10px;
	left: 11px;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	color: #c4c4c4;
	cursor: text;
	text-decoration: none !important;
}
textarea + .placeholder {
	top: 9px;
}
.placeholder.aktif {
	color: #969696;
}
form .not {
	float: left;
	font-size: 12px;
	color: #969696;
}
form select {
	color: #777;
}
form .file {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 10px;
	padding: 0;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: 400;
	color: #A9A9A9;
	background: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
	-webkit-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	   -moz-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	    -ms-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	     -o-box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
	        box-shadow: inset 0 1px 0 #eee, #fff 0 1px 0;
}
form .file s {
	float: right;
	width: 30%;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #626b77;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
form .file span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 70%;
	padding-left: 10px;
}
form .file input {
	display: none;
}












.fancybox-lock .fixed-fixes {
	margin-right: 17px !important;
}

.fancybox-margin {

}

/*
======================================================
	ÜST
======================================================
*/
#ust {
	position: relative;
	z-index: 999;
}

#ust .header-content {
	position: absolute;
	top: 0px;
	left: 0px;
    width: 287px;
    height: 800px;
	padding: 0 9px;
	background-color: #f8f8f8;
	background:url(../images/content-menu-bg.png) no-repeat 50% 100%;/*
	-webkit-box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.45);
	   -moz-box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.45);
            box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.45);*/
}
.ftIndex #ust .header-content {
    height: 667px;
	background-position: 50% 0;
}



#ust a.logo {
	float: left;
	width: 197px;
	height: 51px;
	margin: 30px 36px 40px;
	background: url(../images/logo.png) no-repeat;
}



#ust nav.ana-menu {
	position: relative;
	float: left;
	width: 100%;
}
#ust nav.ana-menu > button {
	display: none;
}
#ust nav.ana-menu > ul {
	float: left;
	width: 100%;
}
#ust nav.ana-menu > ul > li {
	position: relative;
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	margin-bottom: 1px;
}
#ust nav.ana-menu > ul > li:nth-child(even) {
	background-color: #ebebeb;
}
#ust nav.ana-menu > ul > li > a {
	position: relative;
	z-index: 1;
	display: block;
	line-height: 36px;
	padding-right: 20px;
	padding-left: 35px;
	font-size: 13px;
	font-weight: 400;
	color: #282828;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#ust nav.ana-menu > ul > li:hover > a,
#ust nav.ana-menu > ul > li.selected > a {
	color: #fff;
	background-color: #074c84;
}


#ust nav.ana-menu > ul > li > a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	content: "";
	background-color: #6D6D6D;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#ust nav.ana-menu > ul > li:hover > a:before,
#ust nav.ana-menu > ul > li.selected > a:before {
	background-color: #fff;
}



#ust nav.ana-menu > ul > li.dropdown > a {
	padding-right: 25px;
}
#ust nav.ana-menu > ul > li.dropdown > a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	content: "";
	background: url(../images/dropdown1.png) no-repeat 50% 50%;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#ust nav.ana-menu > ul > li.dropdown:hover > a:after,
#ust nav.ana-menu > ul > li.dropdown.selected > a:after {
	background-image: url(../images/dropdown2.png);
}



#ust nav.ana-menu > ul > li > ul,
#ust nav.ana-menu > ul > li > ul ul {
	overflow: hidden;
	display: none;
	position: relative;
	white-space: nowrap;
	z-index: 0;
	max-height: 145px;
	background: #fff url(../images/blank.gif);
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#ust nav.ana-menu > ul > li > ul ul {
	top: 5px;
	left: 98%;
}
#ust nav.ana-menu > ul > li:hover ul {}
#ust nav.ana-menu > ul > li > ul li {
	position: relative;
	float: none;
	display: block;
}
#ust nav.ana-menu > ul > li > ul > li:last-child {
	border-bottom: 1px solid #D8E1ED;
}
#ust nav.ana-menu > ul > li > ul li.dropdown:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 3px;
	height: 6px;
	margin-top: -3px;
	margin-left: 8px;
	content: "";
	background: url(../images/sprite.png) no-repeat -186px -23px;
}
#ust nav.ana-menu > ul > li > ul li.dropdown:hover:after {
	right: -15px;
	-webkit-transition: right .3s ease;
       -moz-transition: right .3s ease;
            transition: right .3s ease;
}
#ust nav.ana-menu > ul > li > ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width: 250px;
	line-height: 36px;
	padding: 0 20px 0 35px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.25px;
	text-decoration: none;
	border-bottom: 0;
	background-color: #F8F8F8;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
            transition: all .3s ease;
}
#ust nav.ana-menu > ul > li > ul li:nth-child(2n+0) > a {
	background-color: #276592;
}
#ust nav.ana-menu > ul > li > ul li:nth-child(2n+1) > a {
	background-color: #095898;
}
#ust nav.ana-menu > ul > li > ul li:nth-child(2n+2) > a {
	background-color: #08508b;
}
#ust nav.ana-menu > ul > li > ul li:nth-child(2n+3) > a {
	background-color: #06477d;
}
#ust nav.ana-menu > ul > li > ul li:hover > a,
#ust nav.ana-menu > ul > li > ul li.selected > a {
	
}
/*
======================================================
	// ÜST
======================================================
*/














/*
======================================================
	SLAYT
======================================================
*/
#slayt {
	position: relative;
	z-index: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 3px solid #054a82;
}
.ftIndex #slayt {
	margin-bottom: 0px;
}

#slayt .tp-pattern {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: url(../images/pattern.png);
}

#slayt .tp-custom-text {
	white-space: normal;
	/*width: 550px;
	min-height: 200px;
	padding: 20px 20px 50px 40px;*/
	padding: 20px;
	background: rgba(5, 74, 130, 0.88);
}
#slayt .tp-custom-text .__title {
	line-height: 42px;
	margin: 0;
	font-size: 36px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
}
#slayt .tp-custom-text .__text {
	line-height: 18px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
#slayt .tp-custom-text .__text p {
	margin-bottom: 0;
}
#slayt .tp-custom-text a.proje-detay {
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 36px;
	padding: 0px 30px 0px 20px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	background: url(../images/arrow1.png) no-repeat 90% 54%;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
            transition: all .3s linear;
}
#slayt .tp-custom-text a.proje-detay:hover {
	background-color: #054a82;
}






.tp-bullets.simplebullets.round {}

.tp-bullets.simplebullets.round .bullet {
	width: 12px;
	height: 12px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 5px;
	border: 2px solid transparent;
	background: #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.tp-bullets.simplebullets.round .bullet.selected {
	border: 2px solid #fff;
	background: transparent;
}



.tp-leftarrow.default,
.tp-rightarrow.default {
	width: 31px;
	height: 44px;
	opacity: 0.3;
	background: url(../images/slider-arrow-prev.png) no-repeat 50% 50%;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.tp-rightarrow.default {
	background-image: url(../images/slider-arrow-next.png);
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
	opacity: 1;
}

/*
======================================================
	// SLAYT
======================================================
*/






/*
======================================================
	SCROLL BAR
======================================================
*/
.kaydirmaca {
	float: left;
	width: 100%;
}
.tinyscroll {
	position: relative;
}
.tinyscroll .viewport {
	overflow: hidden;
	position: relative;
	clear: both;
	height: 145px;
	max-height: 145px;
}
.tinyscroll .overview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.tinyscroll .scrollbar {
	position: absolute;
	right: 12px;
	top: 5px;
	z-index: 1;
	width: 6px;
	background: rgba(255,255,255,0.30);
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.tinyscroll .track {
	position: relative;
	width: 6px;
	height: 100%;
	padding: 0;
	background: transparent;
}
.tinyscroll .thumb {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 36px;
	cursor: pointer;
	background: rgba(255, 250, 250, 0.5);
	background: #eaf1f6;
	-webkit-box-shadow: 16px 16px 29px -6px rgba(0,0,0,0.45);
	   -moz-box-shadow: 16px 16px 29px -6px rgba(0,0,0,0.45);
			box-shadow: 16px 16px 29px -6px rgba(0,0,0,0.45);
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
.tinyscroll .end {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0px;
	width: 6px;
	background: transparent;
}
.tinyscroll .disable {
	display: none;
}
/*
======================================================
	// SCROLL BAR
======================================================
*/















.icerik {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}


/*
======================================================
	ANA SAYFA
======================================================
*/
.ana-sayfa .txt {

}
.ana-sayfa .txt header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.ana-sayfa .txt header h1 {
	line-height: 32px;
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	color: #282828;
}
.ana-sayfa .txt._t2 {
	padding-top: 42px;
}
.ana-sayfa .img {
	padding-top: 8px;
}

.ana-sayfa .txt a.proje-detay {
	position: relative;
	float: right;
	line-height: 42px;
	margin: 22px auto 0;
	padding: 0px 40px 0px 30px;
	font-size: 16px;
	border: 1px solid #898989;
	text-decoration: none;
	background: url(../images/arrow2.png) no-repeat 90% 54%;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
            transition: all .3s linear;
}
.ana-sayfa .txt a.proje-detay:hover {
	background-color: #E4E4E4;
}
/*
======================================================
	// ANA SAYFA
======================================================
*/



















/*
======================================================
	ALT SAYFA
======================================================
*/
.sayfa-gorseli {
	position: relative;
	z-index: 0;
	min-height: 120px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 3px solid #054a82;
}
.sayfa-gorseli figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../images/blank.gif) no-repeat 50% 0px;
}
.sayfa-gorseli img {
	visibility: hidden;
	display: block;
}


.alt-sayfa {
	min-height: 450px;
	margin-bottom: 20px;
}
.alt-sayfa aside nav {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.alt-sayfa aside nav > ul {
	float: left;
	width: 100%;
	border-top: 1px solid #e3e3e3;
}
.alt-sayfa aside nav > ul > li {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #D7DCE2;
	background-color: #f0f3f6;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li:hover,
.alt-sayfa aside nav > ul > li.selected {
	border-top: 1px solid #2C92C8;
	border-bottom: 1px solid #135E84;
}
.alt-sayfa aside nav a {
	overflow: hidden;
	position: relative;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.alt-sayfa aside nav > ul > li > a {
	line-height: 48px;
	padding: 0 30px 0 20px;
	font-size: 15px;
	font-weight: 400;
	color: #475055;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li:hover > a,
.alt-sayfa aside nav > ul > li.selected > a {
	color: #fff;
	background-color: #1471A2;
}

.alt-sayfa aside nav > ul > li > a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	content: "";
	background: url(../images/nav-arrow.png) no-repeat -48px 0px;
	-webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
            transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li:hover > a:after,
.alt-sayfa aside nav > ul > li.selected > a:after {
	background-position: 0px 0px;
}
.alt-sayfa aside nav > ul > li > ul {
	overflow: hidden;
	display: none;
}
.alt-sayfa aside nav > ul > li.selected > ul {}
.alt-sayfa aside nav > ul > li > ul > li {
	position: relative;
	float: none;
	display: block;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}

.alt-sayfa aside nav > ul > li > ul > li > a {
	line-height: 36px;
	border-bottom: 1px solid #CFCFCF;
	padding: 0 10px 0 40px;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}



.alt-sayfa aside nav > ul > li > ul > li {
	background-color: #f1f1f1;
}
.alt-sayfa aside nav > ul > li > ul > li:nth-child(even) > a {
	background-color: #eaeaea;
}


.alt-sayfa aside nav > ul > li > ul > li:hover,
.alt-sayfa aside nav > ul > li > ul > li.selected {

}
.alt-sayfa aside nav > ul > li > ul > li:hover > a,
.alt-sayfa aside nav > ul > li > ul > li.selected > a {
	border-bottom-color: #fff;
	background-color: #FCFCFC;
}


.alt-sayfa aside nav > ul > li > ul > li > a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 4px;
	height: 7px;
	margin: -3px 0 0 0;
	opacity: .7;
	content: "";
	background: url(../images/sprite.png) no-repeat -312px -3px;
	-webkit-transition: all .3s linear .3s;
	   -moz-transition: all .3s linear .3s;
	        transition: all .3s linear .3s;
}
.alt-sayfa aside nav > ul > li > ul > li:hover > a:before,
.alt-sayfa aside nav > ul > li > ul > li.selected > a:before {
	left: 25px;
}









.alt-sayfa aside nav > ul > li > ul > li > ul > li {
	position: relative;
	float: none;
	display: block;
	padding-left: 20px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li {
	background-color: #B3B3B3;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li:nth-child(2n) {
	background-color: #FDFDFD;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li > a {
	line-height: 40px;
	padding: 0 10px 0 70px;
	font-size: 14px;
	font-weight: 400;
	color: #4e4e4e;
	letter-spacing: -0.25px;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	        transition: all .3s linear;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li:hover,
.alt-sayfa aside nav > ul > li > ul > li > ul > li.selected {
	background-color: #E7E7E7;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li:hover > a,
.alt-sayfa aside nav > ul > li > ul > li > ul > li.selected > a {
	color: #000;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li > a:before {
	position: absolute;
	left: 50px;
	line-height: 38px;
	font-size: 100%;
	content: "o";
	-webkit-transition: all .3s linear .3s;
	   -moz-transition: all .3s linear .3s;
	        transition: all .3s linear .3s;
}
.alt-sayfa aside nav > ul > li > ul > li > ul > li:hover > a:before,
.alt-sayfa aside nav > ul > li > ul > li > ul > li.selected > a:before {
	left: 55px;
}














.alt-sayfa header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.alt-sayfa header h1 {
	line-height: 26px;
	margin: 0;
	font-size: 22px;
	font-weight: 300;
	color: #282828;
}
.alt-sayfa header em {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #282828;
}
.alt-sayfa article {
	float: left;
	width: 100%;
	color: #282828;
	text-align: justify;
}
.alt-sayfa article h1 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
	color: #282828;
}
.alt-sayfa article h2 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
	color: #282828;
}
.alt-sayfa article h3 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #282828;
}
/*
======================================================
	// ALT SAYFA
======================================================
*/





















/*
======================================================
	YONETIM
======================================================
*/
.yonetim-liste {
	float: left;
	width: 104%;
	margin-left: -4%;
}
.yonetim-liste figure {
	float: left;
	width: 46%;
	margin-left: 4%;
}
.yonetim-liste figure img {
	display: block;
	width: 100%;
}
.yonetim-liste figcaption {
	line-height: 26px;
	font-size: 18px;
	font-weight: 300;
}
/*
======================================================
	YONETIM
======================================================
*/

























/*
======================================================
	PROJE DETAY
======================================================
*/
.proje-detay header {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.proje-detay header h1 {
	line-height: 26px;
	margin: 0;
	font-size: 22px;
	font-weight: 300;
	color: #282828;
}
.proje-detay .proje-bilgileri {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.proje-detay dl {
	float: left;
	display: table;
	width: 100%;
	line-height: 16px;
	margin-bottom: 10px;
}
.proje-detay dl dt {
	display: table-cell;
	width: 20%;
	padding-right: 10px;
	font-weight: 600;
	color: #004277;
	border-right: 1px solid #dedede;
}/*
.proje-detay dl dt:after {
	float: right;
	content: ":";
	color: #000;
}*/
.proje-detay dl dd {
	display: table-cell;
	width: 80%;
	padding-left: 10px;
}

#proje-galeri .slides li {

}
#proje-thumb-carousel {
	margin-bottom: 20px;
}
#proje-thumb-carousel .slides li {
	overflow: hidden;
	width: 72px;
	margin-top: 5px;
	margin-right: 6px;
	cursor: pointer;
}
#proje-thumb-carousel .slides li.flex-active-slide {
	border: 1px solid #fff;
}


.flex-direction-nav a:before {
	background: url(../images/slider-prev.png) no-repeat 50% 50%;
}
.flex-direction-nav a.flex-next:before {
	background: url(../images/slider-next.png) no-repeat 50% 50%;
}
#proje-thumb-carousel .flex-direction-nav a {
	width: 20px;
	height: 25px;
	margin-top: -13px;
}
#proje-thumb-carousel .flex-direction-nav a:before {
	width: 20px;
	height: 25px;
}
#proje-thumb-carousel .flex-direction-nav .flex-prev {
	left: -30px;
}
#proje-thumb-carousel .flex-direction-nav .flex-next {
	right: -30px;
}
#proje-thumb-carousel:hover .flex-direction-nav .flex-prev {
	left: -10px;
}
#proje-thumb-carousel:hover .flex-direction-nav .flex-next {
	right: -10px;
}









.owlCarousel {
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.owlCarousel .owl-carousel .owl-prev,
.owlCarousel .owl-carousel .owl-next {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 40px;
	height: 46px;
	opacity: 0.5;
	font-size: 0;
	background: #000 url(../images/slider-prev.png) no-repeat 50% 50%;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
.owlCarousel .owl-carousel .owl-next {
	left: auto;
	right: 0;
	background: #000 url(../images/slider-next.png) no-repeat 50% 50%;
}
.owlCarousel .owl-carousel .owl-prev:hover,
.owlCarousel .owl-carousel .owl-next:hover {
	opacity: 1;
}







.proje-detay a.proje-plan-buton {display: none;
	position: relative;
	float: left;
	width: 47%;
	line-height: 42px;
	margin-right: 3%;
	padding: 0px 40px 0px 30px;
	font-size: 14px;
	border: 1px solid #898989;
	text-decoration: none;
	background: url(../images/arrow2.png) no-repeat 90% 54%;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
            transition: all .3s linear;
}
.proje-detay a.proje-plan-buton._b2 {
	margin-left: 3%;
	margin-right: 0;
}
.proje-detay a.proje-plan-buton:hover {
	background-color: #E4E4E4;
}

/*
======================================================
	// PROJE DETAY
======================================================
*/













/*
======================================================
	TABLO
======================================================
*/
.tablo {
	clear: both;
	float: left;
	width: 100%;
}
.tablo table {
	width: 100%;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}
.tablo th {
	font-weight: 700;
	color: #fff;
	background-color: #78c9bb;
}
.tablo th,
.tablo td {
	position: relative;
	line-height: 32px;
	padding: 0 10px;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
}
.tablo tbody tr {
	background-color: #fff;
}
.tablo tbody tr:nth-child(even) {
	background-color: #F9F9F9;
}
/*
======================================================
	// TABLO
======================================================
*/







/*
======================================================
	ILETISIM
======================================================
*/
.harita {
	position: relative;
	z-index: 0;
	height: 325px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 3px solid #054a82;
}
.harita .map {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.iletisim a.map-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 72px;
	height: 72px;
	padding-top: 70px;
	line-height: 14px;
    font-size: 12px;
    text-align: center;
	text-decoration: none !important;
	background: url(../images/google-maps.png) no-repeat;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
	-webkit-filter: grayscale(1);
	   -moz-filter: grayscale(1);
	    -ms-filter: grayscale(1);
	     -o-filter: grayscale(1);
	        filter: grayscale(1);
	        filter: gray;
}
.iletisim a.map-button.active {
	text-decoration: none;
	-webkit-filter: grayscale(0);
	   -moz-filter: grayscale(0);
	    -ms-filter: grayscale(0);
	     -o-filter: grayscale(0);
	        filter: grayscale(0);
}



.iletisim .adres-bilgi {
	position: relative;
	float: left;
	width: 100%;
	min-height: 140px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.iletisim .adres-bilgi:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.iletisim .adres-bilgi > div {
	position: relative;
	float: left;
	width: 100%;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 25px;
}
.iletisim .adres-bilgi > div:before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	content: "";
	background: url(../images/blank.gif) no-repeat 0 50%;
}
.iletisim .adres-bilgi > div.address:before {
	background-image: url(../images/icon-address.png);
}
.iletisim .adres-bilgi > div.phone:before {
	background-image: url(../images/icon-phone.png);
}
.iletisim .adres-bilgi > div.fax:before {
	background-image: url(../images/icon-fax.png);
}
.iletisim .adres-bilgi > div.email:before {
	background-image: url(../images/icon-email.png);
}
.iletisim .adres-bilgi h6 {
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #797979;
	background: url(../images/border.png) no-repeat 100% 50%;
}
.iletisim .adres-bilgi a {
	color: #7e7e7e;
	text-decoration: none;
}
.iletisim .adres-bilgi a:hover {
	text-decoration: underline;
}





.iletisim .grid_4 {
	color: #4f4e4e;
	padding: 0;
}
.iletisim .grid_4 p {
	color: #4f4e4e;
}
.iletisim .grid_4 hr {
	border: none;
	border-bottom: 1px solid #acacac;
}
.iletisim .form {
	float: left;
	width: 100%;
}
.iletisim .form h6 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
	text-align: right;
}
.iletisim > .form > span {
	color: #4f4e4e;
}
.iletisim .form button {
	float: left;
	width: 100%;
	margin-top: 10px;
}
/*
======================================================
	// ILETISIM
======================================================
*/











/*
======================================================
	ALT
======================================================
*/
#alt {
	position: relative;
	z-index: 0;
	background-color: #fff;
}/*
.ftIndex #alt {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}*/
#alt .ustbant {
	height: 58px;
	padding: 14px 0;
	background-color: #67b863;
}
#alt nav {
	float: left;
	width: 100%;
}
#alt nav ul {
	float: left;
}
#alt nav li {
	float: left;
	line-height: 30px;
	margin-right: 5px;
}
#alt nav li:last-child {
	margin-right: 0;
}
#alt nav a {
	position: relative;
	display: block;
	padding: 0 12px 0 0;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#alt nav a:hover {
	text-decoration: underline;
}
#alt nav a:after {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFFFFF;
	content: "|";
}
#alt nav li:last-child a:after {
	content: none;
}
#alt .sosyal h6 {
	line-height: 25px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px dashed #FFCFCF;
}
#alt .sosyal {
	float: left;
	width: 100%;
	text-align: right;
}
#alt .sosyal a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 5px;
	opacity: .6;
	background: url(../images/footer-sosyal.png) no-repeat;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#alt .sosyal a:hover {
	opacity: 1;
}
#alt .sosyal a.fb {}

#alt .sosyal a.tw {
	background-position: -28px 0;
}
#alt .sosyal a.gp {
	background-position: -56px 0;
}
#alt .sosyal a.in {
	background-position: -84px 0;
}
#alt .sosyal a.pi {
	background-position: -112px 0;
}
#alt .sosyal a.li {
	background-position: -140px 0;
}
#alt .sosyal a.yt {
	background-position: -168px 0;
}



#alt .altbant {
	position: relative;
	z-index: 0;
	line-height: 20px;
	padding: 11px 0;
	color: #676767;
	background-color: #fff;
}
#alt .altbant a.web-tasarim {
	float: right;
	width: 41px;
	height: 20px;
	margin-top: 0px;
	text-indent: -9999px;
	opacity: .6;
	background: url(../images/vera.png) no-repeat;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}
#alt .altbant a.web-tasarim:hover {
	opacity: 1;
}
/*
======================================================
	// ALT - 2
======================================================
*/
















/*
======================================================
	SISTEM MESAJ
======================================================
*/
.ft-form-mesaj {
	overflow: hidden;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.ft-form-mesaj > div {
	margin: 1px;
	padding: 12px 0 12px 37px;
	font-size: 12px;
	font-weight: 400;
	color: #2b2b2b;
	text-align: left;
	background-color: #f2bba0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.ft-form-mesaj.error {
	color: #833;
	border: 1px solid #F6988F;
}
.ft-form-mesaj.error > div {
	background: #FDD2D1 url(../images/ft-form-mesaj/error.png) no-repeat 10px 10px;
}
.ft-form-mesaj.success {
	color: #398B03;
	border: 1px solid #50C602;
}
.ft-form-mesaj.success > div {
	background: #e9ffda url(../images/ft-form-mesaj/success.png) no-repeat 10px 10px;
}
.ft-form-mesaj.warning {
	color: #B17A01;
	border: 1px solid #FFE072;
}
.ft-form-mesaj.warning > div {
	background: #FDFAED url(../images/ft-form-mesaj/warning.png) no-repeat 10px 10px;
}
.ft-form-mesaj.info {
	color: #1A4773;
	border: 1px solid #79AAD9;
}
.ft-form-mesaj.info > div {
	background: #dde9f4 url(../images/ft-form-mesaj/info.png) no-repeat 10px 10px;
}
.ft-form-mesaj.loading {
	color: #1A4773;
	border: 1px solid #79AAD9;
}
.ft-form-mesaj.loading > div {
	background: #dde9f4 url(../images/ft-form-mesaj/loading.gif) no-repeat 10px 15px;
}
/*
======================================================
	// SISTEM MESAJ
======================================================
*/





















/*
======================================================
	TARAYICI BAZLI DÜZELTMELER
======================================================
*/
.ie9m * {
	filter: none !important;
}
/*
======================================================
	// TARAYICI BAZLI DÜZELTMELER
======================================================
*/










/*
======================================================
	YAZICIYA GONDERIRKEN
======================================================
*/
@media print {

}
/*
======================================================
	// YAZICIYA GONDERIRKEN
======================================================
*/












/*
======================================================
	Global Clear Style
======================================================
*/

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http: //sonspring.com/journal/clearing-floats */

.clr, .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http: //www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.container_12:before,
.container_12:after,
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.container_12:after,
.clearfix:after {
	clear: both;
}

.container_12,
.clearfix {
	display: inline-block;
}

* html .container_12,
* html .clearfix {
	height: 1%;
}

.container_12,
.clearfix {
	display: block;
}

/*
	The following zoom: 1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

.container_12,
.clearfix {
	zoom: 1;
}

.first, .alpha {
	margin-left: 0 !important;
}

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

.hide, .hidden {
	display: none;
}

/*
======================================================
	End Global Clear Style
======================================================
*/