* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
}

.b {
	border:1px solid red;
}
html,body {
	height: 100%;
}
body {
	font-family: 'klavikalight';
	color: #acacac;
}

a {
	color:inherit;
	text-decoration: none;
}

h1 {
	color: #282b74;
	font-size: 24px;
}

hr {
	border:none;
	border-top:1px solid #282b74;
	margin-top: 26px;
	padding-bottom: 15px;
}

p {
	text-align: justify;
}
.clear {
	clear:both;
}
.topbar {
	background-color: #f6f6f6;
	height:10px;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

.navigation {
	height:140px;
	padding: 24px;
	position: relative;
}

.menu {
	font-family: 'klavikalight';
	color: #555555;
}
	.menu ul{
		position: absolute;
		right:0;
		bottom:10px;
	}

	.menu ul li {
		list-style-type: none;
		float:left;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 14px;
	}

	.menu ul li:hover {
		background-color: #282b74;
		color:white;
		cursor: pointer;
			-webkit-animation: flash 2s infinite; /* Safari 4+ */
		    -moz-animation:    flash 2s infinite; /* Fx 5+ */
		    -o-animation:      flash 2s infinite; /* Opera 12+ */
		    animation:         flash 2s infinite; /* IE 10+ */
	}

.slider {
	position:relative;

	height:629px;

}
.slide {
		height:629px;
		overflow: hidden;
		background-image: url('../img/slide2.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		display: none;
		/*background-size: cover !important;*/

}

.slide2 {
		height:629px;

		background-image: url('../img/slide3.jpg');
		background-repeat: no-repeat;

		top:0;
		left:0;
		position:absolute;
		z-index:4;
}

.holder {
	position: relative;
	min-height:93%;
	padding-bottom: 100px;
}

.columnholder {
	margin-top: -80px;
	margin-bottom: 120px;
}
.column {
	width:32%;
	float:left;
	margin-right: 19px;
	background-color: white;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	min-height: 465px;
	border-bottom:10px solid #282b74;
}

	.column:last-child{
		margin-right: 0;
	}

	h3 {
		color: #282b74;
		font-size: 16px;
		font-family: "klavikalight";
		padding-bottom: 17px;
		padding-top: 10px;
	}

	h2 {
		color: #f0bc73;
		font-size: 18px;
		font-family: "klavikalight";
	}

	.arrow {
		position: absolute;
		right:0;
		bottom: 10px;
	}


.footer {
	height:100px;
	border-top: 1px solid #a9a9a9;
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
}

	.footercontent {
		width:600px;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		left:0;
		right:0;
		top:-20px;
		background-color: white;
	}

	.yellowcolor {
		color: #f0bf7c;
		font-size: 14px;
	}

	.darkcolor {
		color: #cfcfcf;;
		font-size: 14px;
	}

	.blueishcolor {
		color: #282b74;
	}

.yeniproje {
	background-color: #ff9500;
	height: 50px;
	width: 100px;
	position: absolute;
	top: 0;
	right: 12px;
	color: white;
	padding-top: 25px;
	padding-left: 10px;
}

.icerik {
	margin-top: -40px;
}

.purpleheader {
	height:179px;
	width: 100%;
	background-color: #282b74;
	position: relative;
	margin-top: -35px;
}
	.imgheader {
		position: absolute;
		right: 0;
		top:16px;
		z-index: 2;
	}

	.whitebox {
		width: 50%;
		position: absolute;
		height: 60px;
		background-color: white;
		bottom:0;
		z-index: 0;
	}

	.wrap h4 {
		padding-top: 50px;
		color:#ffffff;
		padding-left:24px;
		font-size: 22px;
		font-weight: lighter;
	}

	.leftcontent {
		width: 22.5%;
		float:left;
	}

	.rightcontent {
		width: 77.5%;
		float:left;
		padding-top: 60px;
		padding-left: 20px;
		padding-bottom: 100px;
	}

	.rightcontent p {
		text-align: justify;
		padding-right: 20px;
	}


ul.leftmenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.leftmenu li {
	background-color: #282b74;
	margin-bottom: 2px;
	height:40px;
	color:white;
	padding-top: 10px;
	padding-left: 18px;
}

ul.leftmenu li:hover {
	-webkit-animation: flashleft 2s infinite; /* Safari 4+ */
		    -moz-animation:    flashleft 2s infinite; /* Fx 5+ */
		    -o-animation:      flashleft 2s infinite; /* Opera 12+ */
		    animation:         flashleft 2s infinite; /* IE 10+ */

}
.active {
	background-color: #979797 !important;
}

.proje {
	list-style-type: none;
}


/*** Animation ****/

@-webkit-keyframes flash {
  0%   { background-color: #ffffff; }

  100%  { background-color: #282b74; }
}
@-moz-keyframes flash {
  0%   { background-color: #ffffff; }

  100%  { background-color: #282b74; }
}
@-o-keyframes flash {
  0%   { background-color: #ffffff; }
  100%  { background-color: #282b74; }
}
@keyframes flash {
  0%   { background-color: #ffffff; }
  100%  { background-color: #282b74; }
}

@-webkit-keyframes flashleft {
  0%   { background-color: #b6b6b6; }

  100%  { background-color: #979797; }
}
@-moz-keyframes flashleft {
  0%   { background-color: #b6b6b6; }

  100%  { background-color: #979797; }
}
@-o-keyframes flashleft {
  0%   { background-color: #b6b6b6; }
  100%  { background-color: #979797; }
}
@keyframes flashleft {
  0%   { background-color: #b6b6b6; }
  100%  { background-color: #979797; }
}



#page {
	display: none;
}


/**** Form *****/

/**** Form ****/

form {
	padding-left: 20px;
	/* margin-top: 20px; */
	display: block;
	padding-bottom: 15px;
	padding-top: 20px;
	float:right;
}

input,textarea{
	border:none;
	display: block;
	background-color: #fcfdfd; 
	margin-bottom: 10px;
	height:40px;
	width: 330px;
	padding-left: 10px;
	border:1px solid #282b74;
	margin-right: 1px;
}

textarea {
	height: 100px;
}

input[type="submit"] {
	background-color: #282b74;
}

input[type="file"] {
	padding-top: 7px;
}

.banner {
	position: absolute;
	top:260px;
	left:100px;
	transition: left 1s; /* BYO prefixes */
	display: none;
}

.banner2 {
	position: absolute;
	top:260px;
	right:500px;
	transition: left 1s; /* BYO prefixes */
	display: none;
}


.banneranimate {
	left:200px;
}

.banneranimate2 {
	left:400px;
}

.loader {
position: relative;
left: 0;
right: 0;
text-align: center;
height: 629px;
/* top: 0; */
/* bottom: 0; */
padding-top: 300px;

}

@media all and (min-width: 1000px) {
	.banner {
	position: absolute;
	top:260px;
	left:200px;
	transition: left 1s; /* BYO prefixes */
}
	.banneranimate {
		left:200px;
	}

	.banner2 {
		right:100px;
	}

}

@media all and (min-width: 1200px) {



	.banner2 {
		right:200px;
	}

}

@media all and (min-width: 1400px) {
	.banneranimate {
	left:350px;
	}

	.banner2{
	right:250px;
}
}	



@media all and (min-width: 1600px) {
	.banneranimate {
	left:550px;
}	

	.banner2{
	right:500px;
}
}