* { margin: 0; padding: 0; }



/* Remove the nasty colourations from our hyperlinks */
a:visited, a:active, a:hover, a:link {
	color: #FFF;
	text-decoration: none;
}

/* Clear floats using this class */
.clear { clear: both;}

/* Our radio button, unseen but used for the tab itself */
.tabs input[type=radio] {
	 position: absolute;
	 top: -9999px;
	 left: -9999px;
	      }

/* The whole items settings, tabs and content */
.tabs {
	width: 730px;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

/* Each li is a tab, configure here */
.tabs li{
	float: left;
	margin-right: 12px;
}

/* The label for the tab */
.tabs label {
	display: block;
	height: 93px;
	width: 130px;
	color: #FFF;
	font-size: 34px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-top: 55px;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
}
[id^=tab1]:checked + label {
	color: #000;
	background-color: #FBB017;
}
[id^=tab2]:checked + label {
	background-image: url(../images/team/alisezgin.jpg);
	background-repeat: no-repeat;
}

/* This happens when you hover over the tab */


/* If the tab is the active tab, change the background color */
[id^=tab3]:checked + label {
	background-image: url(../images/team/nicklima.jpg);
	background-repeat: no-repeat;
}
[id^=tab4]:checked + label {
	background-image: url(../images/team/ebrukilicarslan.jpg);
	background-repeat: no-repeat;
}
[id^=tab5]:checked + label {
	background-image: url(../images/team/trevorjohnson.jpg);
	background-repeat: no-repeat;
}
[id^=tab6]:checked + label {
	background-image: url(../images/team/nailemuslu.jpg);
	background-repeat: no-repeat;
}

/* Display the content for the active tab */
[id^=tab]:checked ~ [id^=tab-content] {
	  display: block;
}

/* Customise how the content appears here */
.tab-content{
	z-index: 2;
	display: none;
	min-height: 100px;
	text-align: left;
	width: 535px;
	top: 178px;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	position: absolute;
	background-color: #FBB017;
	height: 345px;
	left: 0px;
}

/* The text below the icon gets styled here */
span.subtext {
	font-size: 17px;
	display: block;
	font-family: Helvetica;
	padding-top: 10px;
	line-height: 1.7em;
}
.metin {
	margin-right: 20px;
	font-size: 25px;
	line-height: 1.6em;
	margin-top: 65px;
	margin-bottom: 35px;
	margin-left: 40px;
}
.metin3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6em;
}
.metin2 {
	font-family: Helvetica;
	margin-right: 30px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 35px;
}
.it {
	font-family: Helvetica;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
}
.name {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.baslik {
	font-size: 25px;
	font-family: Helvetica;
	font-weight: bold;
}
.baslik3 {
	font-size: 34px;
	font-family: Helvetica;
	font-weight: bold;
}
.baslik2 {
	font-size: 15px;
	font-family: Helvetica;
	font-weight: bold;
}

/* These are the colours for each menu item, change the colours or add more as you wish */
.block-1 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000;
}
.block-1:hover {
	background-color: #000000;
}

.block-2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: url(../images/team/ali_sezgin.jpg);
	background-repeat: no-repeat;
}
.block-2:hover {
	background-image: url(../images/team/ali_sezgin.jpg);
	background-repeat: no-repeat;
}
.block-3 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: url(../images/team/nick_lima.jpg);
	background-repeat: no-repeat;
}
.block-3:hover {
	background-image: url(../images/team/nick_lima.jpg);
	background-repeat: no-repeat;
}
.block-4 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: url(../images/team/ebru_kilicarslan.jpg);
	background-repeat: no-repeat;
}
.block-4:hover {
	background-image: url(../images/team/ebru_kilicarslan.jpg);
	background-repeat: no-repeat;
}
.block-5 {
	margin-top: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: url(../images/team/trevor_johnson.jpg);
	background-repeat: no-repeat;
	margin-left: 547px;
}
.block-5:hover {
	background-image: url(../images/team/trevor_johnson.jpg);
	background-repeat: no-repeat;
}
.block-6 {
	margin-top: 12px;
	margin-left: 547px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: url(../images/team/naile_muslu.jpg);
	background-repeat: no-repeat;
}
.block-6:hover {
	background-image: url(../images/team/naile_muslu.jpg);
	background-repeat: no-repeat;
}
.block-7 {background-color: #E51400;}
.block-8 {background-color: #339933;}

/****************************************************/
/* This is for my landing page, ingnore/delete this */
.menu {
	 width: 690px;
	 list-style: none;
	 position: relative;
	 padding: 0;
	 margin: 60px auto;
}

.menu h2 { padding-top: 50px;}

.menu li{
	  float: left;
	  margin-right: 12px;
	  margin-top: 5px;
	  background-color: #404040;
}


.menu li:hover {background-color: #292929;}


.menu label {
	display: block;
	margin: 0px auto;
	padding: 12px 20px;
	width: 120px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	list-style: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

span.menu-subtext {font-size: 16px; font-family: 'Lato', sans-serif;}

.seemore { background-color: #339933; width: 120px; color: #fff; margin: 400px auto; padding: 10px;}
.seemore:hover {background-color: #292929;}
