*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: 'dosis', cursive;

}
h1{
	font-family: 'Bungee', cursive;
}
h2,h3{
	font-family: 'Yanone Kaffeesatz', cursive;
}
a {
	text-decoration:none;
	color:#000000;
}
ul{
	list-style-type:none;
}

@media screen and (min-width: 1366px){
	/* *** header başlangıcı *** */
	header#mainHeader {
		width: 100%;
		height: 750px;
		position: relative;
		background: url(../images/header2.jpg);
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	header#contentHeader{
		width:100%;
		height:400px;
		position:relative;
	}
	div#headerConteiner {
		width: 1346px;
		height: 750px;
		position:relative;
		margin: auto;
	}	
	div#contentHeaderConteiner {
		width: 1346px;
		height: 400px;
		position:relative;
		margin: auto;
	}	
	div#headerTop {
		width: 1346px;
		height: 50px;
		position: relative;
	}
	ul#ulTopLeft {
		list-style-type: none;
		display: inline-block;
		float: left;
	}
	ul#ulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #95a5a6;
		padding: 0 10px;
	}
	ul#ulTopLeft li:first-child {
		padding-left: 0;
	}
	ul#ulTopLeft li:last-child {
		border-right: 0;
	}
	ul#ulTopLeft li a {
		color: #95a5a6;
	}
	ul#ulTopLeft li a:hover {
		color: #ffffff;
	}
	div#topRight{
		height:50px;
		position:relative;
		float:right;
	}
	div.topContactLogo{
		width:25px;
		height:25px;
		margin-top:10px;
		float:left;
		margin-left:20px;
	}
	div.topContactText{
		height:50px;
		line-height:45px;
		float:left;
		margin-left:20px;
		color:#95a5a6;
	}
	/* *** nav başlangıcı *** */
	
	div#navMobileButton{
		display:none;
	}
	ul#ulNavMobile{
		display:none;
	}
	nav {
		width:100%;
		height:80px;
		position:absolute;
		background: rgba(0,0,0,0.6);
		top: 50px;
	}
	div#navContainer{
		width:1346px;
		height:80px;
		position:relative;
		margin:auto;
	}
	div#navLogo{
		font-family:'Bungee',cursive;
		color:#ffffff;
		font-size:30px;
		line-height:80px;
		display:inline;
		float:left;
	}
	ul#ulNavRight{
		list-style-type:none;
		display:inline-block;
		float:right;
	}
	ul#ulNavRight li{
		display:inline-block;
		line-height:80px;
		margin-left:35px;
		margin-right:35px;
	}
	ul#ulNavRight li a{
		color:#ffffff;
		text-decoration:none;
	}
	ul#ulNavRight li a:hover{
		color:#95a5a6;
	}
	div#headerText{
		margin-top:289px;
		color:#ffffff;
	}
	div#headerText h1{
		line-height:80px;
		font-size:40px;
		text-shadow:5px 5px 10px #000000;
	}
	div#headerText h2{
		line-height:60px;
		font-size:40px;
	}
	div#headerText p{
		line-height:40px;
		font-size:20px;
		display:inline-block;
		background: rgba(0,0,0,0.5);
		padding-right:20px;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons{
		margin-top:20px;
	}
	div#headerButtons a{
		line-height:60px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		padding:0 30px;
		transition:all .2s ease-out;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons a:last-child{
		margin-left:20px;
		background:#D03028;
		padding:0 35px;
	}
	div#headerButtons a:last-child:hover{
		background:transparent;
	}
	div#headerButtons a:first-child:hover{
		background:#D03028;
	}
	
	/* *** section başlangıcı *** */
	
	/* *** 1.section başlangıcı *** */
	
	section.limitedSec{
		width:1246px;
		position:relative;
		margin:auto;
		margin-top:50px;
	}
	section.limitedSec h1,section.limitedSec h2{
		text-align:center;
	
	}
	section.limitedSec img{
		width:600px;
		height:450px;
		margin-top:50px;
		border:0px solid #CCCCCC;
		padding:0px;
		box-sizing:border-box;
		float:left;
		transition:all .2s ease-in-out;
		margin-bottom:20px;
	}
	section.limitedSec img:hover{
		transform:scale(1.01)
	}
	section.limitedSec article{
		width:600px;
		float:right;
		margin-top:50px;
	}
	section.limitedSec article div.iconBox{
		width:100px;
		height:100px;
		margin:auto;
	}
	section.limitedSec article p{
		margin-top:20px;
		text-align:justify;
	}
	
	/* *** 2.section başlangıcı *** */
	
	section.unLimitedSec{
		width:100%;
		position:relative;
		background:#000000;
		margin-top:50px;
	}
	section.unLimitedSec div#menuContainer{
		width:1346px;
		height:640px;
		position:relative;
		margin:auto;
		display:flex;
		flex-direction: row;
		justify-content:center;
		flex-wrap:wrap;
		align-content:center;
	}
	section.unLimitedSec div#menuContainer img{
		width:300px;
		opacity:0.5;
		transition:all .2s ease-in-out;
	}
	section.unLimitedSec div#menuContainer img:hover{
		opacity:1;	
		transform:scale(1.01)
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer{
		width:900px;
		height:300px;
		position:absolute;
		border:1px solid #ffffff;
		margin-top:170px;
		text-align:center;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer h1{
		color:#ffffff;
		line-height:60px;
		margin-top:90px;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a{
		width:240px;
		height:60px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		line-height:60px;
		font-size:20px;
		transition:all .2s ease-in-out;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a:hover{
		background:#D03028;
	}
	/* *** 3.section başlangıcı *** */
	
	section.limitedSec div#teamContainer{
		width:1200px;
		position:relative;
		margin:auto;
		margin-bottom:70px;
	}
	section.limitedSec div#teamContainer div.teamTile{
		width:350px;
		position:relative;
		float:left;
		margin-left:37.5px;
		overflow:hidden;
	}
	section.limitedSec div#teamContainer div.teamTile img{
		width:350px;
		height:350px;
		padding:0px;
		transform:scale(1.01);
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover{
		width:350px;
		height:350px;
		background: rgba(0,0,0,0.4);
		position:absolute;
		top:50px;
		left:-350px;
		transition:all .5s ease;
	}
	section.limitedSec div#teamContainer div.teamTile:hover div.teamHover{
		left:0px;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText{
		color:#ffffff;
		height:60px;
		background: rgba(204,204,204,0.3);
		margin-top:145px;
		text-shadow:1px 1px 1px #000000;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText h2{
		line-height:60px;
		font-size:45px;
	}
	/* *** 4.section başlangıcı *** */
	
	section.unlimitedSec div.unlimitedSecContainer{
		width:1346px;
		height:600px;
		position:relative;
		margin:auto;
		margin-top:50px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft{
		width:650px;
		height:600px;
		position:relative;
		background: rgba(0,0,0,0.5);
		float:left;
		margin-left:50px;
		color:#ffffff;
		text-align:center;
		text-shadow:1px 1px 1px #000000;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h1{
		font-size:40px;
		line-height:80px;
		margin-top:120px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h2{
		font-size:30px;
		line-height:60px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft P{
		font-size:20px;
		line-height:32px;
		width:500px;
		margin:auto;
		margin-top:20px;
	}
	/* *** hakkımızda başlangıcı *** */
	section.contentContainer{
		width:1346px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer div.altcontentContainer{
		width:1250px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer p{
		margin:20px 0;
		line-height:25px;
		text-align:justify;
	}
	section.contentContainer h1{
		text-align:center;
	}
	section.contentContainer h2{
		text-align:center;
	}
	/* *** iletişim başlangıcı *** */
	section.contentContainer div.contactParts{
		width:600px;
		position:relative;
		float:left;
		margin-left:48px;
	}
	section.contentContainer div.contactParts input.input{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin-top:20px;
		text-align:center;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.inputLeft{
		float:left;
	}
	section.contentContainer div.contactParts input.inputRight{
		float:right;
	}
	section.contentContainer div.contactParts textarea{
		width:600px;
		height:320px;
		position:relative;
		border:1px solid #95a5a6;
		margin-top:20px;
		box-sizing:border-box;
		padding:15px;
		resize:none;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.submit{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin-top:20px;
		background:transparent;
		margin-left:155px;
		transition:all .2s ease;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.submit:hover{
		cursor:pointer;
		background:#D03028;
		color:#ffffff;
		border:1px solid #D03028;
	}
	section.contentContainer div.contactParts h2{
		text-align:left;
		margin-bottom:40px;
		margin-top:40px;
	}
	section.contentContainer div.contactParts p{
		margin-top:25px;
	}
	section.contentContainer div.contactParts img{
		float:left;
		margin-right:20px;
	}
	section.unlimitedSec iframe{
		width:100%;
		height:450px;
		position:relative;
	}
	
	/* *** ürünler başlangıcı *** */

	div.urunlermenu ul {
		list-style-type: none;
	
		margin: 0;
	
		padding: 0;
	
		width: 20%;
	
		background-color: transparent;
	
		position: relative;
	
		overflow: auto;
		
		line-height:30px;
		
		margin:20px 20px;
		
		margin-left:30px;
		
		margin-right:70px;
		
		float:left;
	}
	
	div.urunlermenu li a {
		display: block;
	
		color: black;
	
		padding: 8px 16px;
		
		border:2px solid  #666666;
			
		margin-bottom:10px;
		
		text-decoration: none;
		
		font-size:18px;
	}
	
	div.urunlermenu li a:hover{
		background-color: #D03028;
	
		color: white;
		
		border:2px solid  #D03028;
	}
	
	.urunler {
		height:750px;
		margin-top:20px;
		margin-left:60px;
		margin-right:60px;
		margin-bottom:20px;
	}
	div.urunleric {
		height:600px;
		width:850px;
		float:left;
	}
	.urunler1 {
		height:3900px;
		margin-top:20px;
		margin-left:60px;
		margin-right:60px;
		margin-bottom:20px;
	}
	div.urunleric1 {
		height:3900px;
		width:850px;
		float:left;
	}
	.urunler2 {
		height:7800px;
		margin-top:20px;
		margin-left:60px;
		margin-right:60px;
		margin-bottom:20px;
	}
	div.urunleric2 {
		height:7800px;
		width:850px;
		float:left;
	}
	.urunler3 {
		height:4600px;
		margin-top:20px;
		margin-left:60px;
		margin-right:60px;
		margin-bottom:20px;
	}
	div.urunleric3 {
		height:4600px;
		width:850px;
		float:left;
	}
	.urunler4 {
		height:6350px;
		margin-top:20px;
		margin-left:60px;
		margin-right:60px;
		margin-bottom:20px;
	}
	div.urunleric4 {
		height:6350px;
		width:850px;
		float:left;
	}
	.urunler5 {
		height:1100px;
		margin-top:20px;
		margin-left:60px;
		margin-right:60px;
		margin-bottom:20px;
	}
	div.urunleric5 {
		height:800px;
		width:850px;
		float:left;
	}
	.urunler6 {
		height:600px;
		margin-top:20px;
		margin-left:60px;
		margin-right:60px;
		margin-bottom:20px;
	}
	div.urunleric6 {
		height:600px;
		width:850px;
		float:left;
	}
	.urun {
		height:310px;
		width:245px;
		text-align:center;
		background: rgba(229,229,229,0.5);
		float:left;
		margin:20px 15px;
		border:1px solid rgba(229,229,229,0.5);
		transition:all .2s ease-in-out;
	}
	.urun:hover{
		transform:scale(1.05);
	}
	.urun:hover h2{
		color:#D03028;
	}
	.urun h2 {
		padding:5px;
		height:40px;
		line-height:40px;
		color:black;
		font-size:18px;
		font-weight:bold;
	}
	
	.urun img{
		width:245px;
		height:220px;
		float:left;
	}



	
	/* *** footer başlangıcı *** */
	footer{
		width:100%;
		position:relative;
		background:url(../images/footer11.png);
	}
	footer div#footerContainer{
		width:1200px;
		position:relative;
		margin:auto;
		padding:100px 0px;
	}
	footer div#footerContainer div.footerBox{
		width:550px;
		position:relative;
		float:left;
		text-align:center;
		color:#ffffff;
	}
	footer div#footerContainer div.footerBox h1{
		font-family:'Pacifico',cursive;
		font-size:50px;
	}
	footer div#footerContainer div.footerBox h2{
		font-size:30px;
		line-height:60px;
		border-bottom:2px solid #D03028;
		width:400px;
		float:right;
	}
	footer div#footerContainer div.footerBox p{
		text-align:left;
		line-height:30px;
		width:400px;
		float:right;
	}
	footer div#footerContainer div.footerBox img{
		margin-right:20px;
	}
	footer div#copyRight{
		width:100%;
		background:#000000;
		color:#ffffff;
		padding:18px 0px;
		text-align:center;
	}

}

@media screen and (min-width: 960px) and (max-width: 1365px){
	/* *** header başlangıcı *** */
	header#mainHeader {
		width: 100%;
		height: 750px;
		position: relative;
		background: url(../images/header2.jpg);
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	header#contentHeader{
		width:100%;
		height:400px;
		position:relative;
	}
	div#headerConteiner {
		width: 940px;
		height: 750px;
		position:relative;
		margin: auto;
	}	
	div#contentHeaderConteiner {
		width: 940px;
		height: 400px;
		position:relative;
		margin: auto;
	}	
	div#headerTop {
		width: 940px;
		height: 50px;
		position: relative;
	}
	ul#ulTopLeft {
		list-style-type: none;
		display: inline-block;
		float: left;
	}
	ul#ulTopLeft li {
		display: inline-block;
		line-height: 50px;
		border-right: 1px solid #95a5a6;
		padding: 0 10px;
	}
	ul#ulTopLeft li:first-child {
		padding-left: 0;
	}
	ul#ulTopLeft li:last-child {
		border-right: 0;
	}
	ul#ulTopLeft li a {
		color: #95a5a6;
	}
	ul#ulTopLeft li a:hover {
		color: #ffffff;
	}
	div#topRight{
		height:50px;
		position:relative;
		float:right;
	}
	div.topContactLogo{
		width:25px;
		height:25px;
		margin-top:10px;
		float:left;
		margin-left:20px;
	}
	div.topContactText{
		height:50px;
		line-height:45px;
		float:left;
		margin-left:20px;
		color:#95a5a6;
	}
	/* *** nav başlangıcı *** */
	
	div#navMobileButton{
		display:none;
	}
	ul#ulNavMobile{
		display:none;
	}
	nav {
		width:100%;
		height:80px;
		position:absolute;
		background: rgba(0,0,0,0.6);
		top: 50px;
	}
	div#navContainer{
		width:940px;
		height:80px;
		position:relative;
		margin:auto;
	}
	div#navLogo{
		font-family:'Bungee',cursive;
		color:#ffffff;
		font-size:30px;
		line-height:80px;
		display:inline;
		float:left;
	}
	ul#ulNavRight{
		list-style-type:none;
		display:inline-block;
		float:right;
	}
	ul#ulNavRight li{
		display:inline-block;
		line-height:80px;
		margin-left:30px;
	}
	ul#ulNavRight li a{
		color:#ffffff;
		text-decoration:none;
	}
	ul#ulNavRight li a:hover{
		color:#95a5a6;
	}
	div#headerText{
		margin-top:210px;
		color:#ffffff;
	}
	div#headerText h1{
		line-height:80px;
		font-size:40px;
		text-shadow:5px 5px 10px #000000;
	}
	div#headerText h2{
		line-height:60px;
		font-size:40px;
	}
	div#headerText p{
		line-height:40px;
		font-size:20px;
		display:inline-block;
		background: rgba(0,0,0,0.5);
		padding-right:20px;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons{
		margin-top:20px;
	}
	div#headerButtons a{
		line-height:60px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		padding:0 30px;
		transition:all .2s ease-out;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons a:last-child{
		margin-left:20px;
		background:#D03028;
		padding:0 35px;
	}
	div#headerButtons a:last-child:hover{
		background:transparent;
	}
	div#headerButtons a:first-child:hover{
		background:#D03028;
	}
	
	/* *** section başlangıcı *** */
	
	/* *** 1.section başlangıcı *** */
	
	section.limitedSec{
		width:940px;
		position:relative;
		margin:auto;
		margin-top:50px;
		text-align:center;
	}
	section.limitedSec h1,section.limitedSec h2{
		text-align:center;
	
	}
	section.limitedSec img{
		width:600px;
		height:450px;
		margin-top:50px;
		border:0px solid #CCCCCC;
		padding:0px;
		box-sizing:border-box;
		transition:all .2s ease-in-out;
		margin-bottom:20px;
	}
	section.limitedSec img:hover{
		transform:scale(1.01)
	}
	section.limitedSec article{
		width:600px;
		margin:auto;
		margin-top:50px;
	}
	section.limitedSec article div.iconBox{
		width:100px;
		height:100px;
		margin:auto;
	}
	section.limitedSec article p{
		margin-top:20px;
		text-align:justify;
	}
	
	/* *** 2.section başlangıcı *** */
	
	section.unLimitedSec{
		width:100%;
		position:relative;
		background:#000000;
		margin-top:50px;
	}
	section.unLimitedSec div#menuContainer{
		width:940px;
		height:640px;
		position:relative;
		margin:auto;
		display:flex;
		flex-direction: row;
		justify-content:center;
		flex-wrap:wrap;
		align-content:center;
	}
	section.unLimitedSec div#menuContainer img{
		width:235px;
		height:235px;
		opacity:0.5;
		transition:all .2s ease-in-out;
	}
	section.unLimitedSec div#menuContainer img:hover{
		opacity:1;	
		transform:scale(1.01)
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer{
		width:705px;
		height:300px;
		position:absolute;
		border:1px solid #ffffff;
		margin-top:170px;
		text-align:center;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer h1{
		color:#ffffff;
		line-height:60px;
		margin-top:100px;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a{
		width:240px;
		height:50px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		line-height:50px;
		font-size:20px;
		transition:all .2s ease-in-out;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a:hover{
		background:#D03028;
	}
	/* *** 3.section başlangıcı *** */
	
	section.limitedSec div#teamContainer{
		width:940px;
		position:relative;
		margin:auto;
		margin-bottom:70px;
	}
	section.limitedSec div#teamContainer div.teamTile{
		width:300px;
		position:relative;
		float:left;
		margin-left:10px;
		overflow:hidden;
	}
	section.limitedSec div#teamContainer div.teamTile img{
		width:300px;
		height:300px;
		padding:0px;
		transform:scale(1.01);
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover{
		width:300px;
		height:300px;
		background: rgba(0,0,0,0.4);
		position:absolute;
		top:50px;
		left:-300px;
		transition:all .5s ease;
	}
	section.limitedSec div#teamContainer div.teamTile:hover div.teamHover{
		left:0px;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText{
		color:#ffffff;
		height:50px;
		background: rgba(204,204,204,0.3);
		margin-top:125px;
		text-shadow:1px 1px 1px #000000;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText h2{
		line-height:60px;
		font-size:45px;
	}
	/* *** 4.section başlangıcı *** */
	
	section.unlimitedSec div.unlimitedSecContainer{
		width:940px;
		height:500px;
		position:relative;
		margin:auto;
		margin-top:50px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft{
		width:450px;
		height:500px;
		position:relative;
		background: rgba(0,0,0,0.5);
		float:left;
		margin-left:50px;
		color:#ffffff;
		text-align:center;
		text-shadow:1px 1px 1px #000000;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h1{
		font-size:35px;
		line-height:80px;
		margin-top:74px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h2{
		font-size:25px;
		line-height:90px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft P{
		font-size:18px;
		line-height:28px;
		width:430px;
		margin:auto;
		margin-top:20px;
	}
	/* *** hakkımızda başlangıcı *** */
	section.contentContainer{
		width:940px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer div.altcontentContainer{
		width:900px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer p{
		margin:20px 0;
		line-height:25px;
		text-align:justify;
	}
	section.contentContainer h1{
		text-align:center;
	}
	section.contentContainer h2{
		text-align:center;
	}
	/* *** iletişim başlangıcı *** */
	section.contentContainer div.contactParts{
		width:600px;
		position:relative;
		margin:auto;
	}
	section.contentContainer div.contactParts input.input{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin-top:20px;
		text-align:center;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.inputLeft{
		float:left;
	}
	section.contentContainer div.contactParts input.inputRight{
		float:right;
	}
	section.contentContainer div.contactParts textarea{
		width:600px;
		height:320px;
		position:relative;
		border:1px solid #95a5a6;
		margin-top:20px;
		box-sizing:border-box;
		padding:15px;
		resize:none;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.submit{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin-top:20px;
		background:transparent;
		margin-left:155px;
		transition:all .2s ease;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.submit:hover{
		cursor:pointer;
		background:#D03028;
		color:#ffffff;
		border:1px solid #D03028;
	}
	section.contentContainer div.contactParts h2{
		text-align:left;
		margin-bottom:40px;
		margin-top:40px;
	}
	section.contentContainer div.contactParts p{
		margin-top:25px;
	}
	section.contentContainer div.contactParts img{
		margin-right:20px;
		margin-bottom:20px;
	}
	section.unlimitedSec iframe{
		width:100%;
		height:350px;
		position:relative;
	}
	
	
	/* *** ürünler başlangıcı *** */


	div.urunlermenu ul {
		list-style-type: none;
	
		margin: 0;
	
		padding: 0;
	
		width: 20%;
	
		background-color: transparent;
	
		position: relative;
	
		overflow: auto;
		
		line-height:30px;
		
		margin-top:20px;
		
		margin-right:30px;
		
		float:left;
	}
	
	div.urunlermenu li a {
		display: block;
	
		color: black;
	
		padding: 8px 16px;
		
		border:2px solid  #666666;
			
		margin-bottom:10px;
		
		text-decoration: none;
	}
	
	div.urunlermenu li a:hover{
		background-color: #D03028;
	
		color: white;
		
		border:2px solid  #D03028;
	}
	
	.urunler {
		height:750px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric {
		height:600px;
		width:650px;
		float:left;
	}
	.urunler1 {
		height:3800px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric1 {
		height:3800px;
		width:650px;
		float:left;
	}
	.urunler2 {
		height:7600px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric2 {
		height:7600px;
		width:650px;
		float:left;
	}
	.urunler3 {
		height:4500px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric3 {
		height:4500px;
		width:650px;
		float:left;
	}
	.urunler4 {
		height:6150px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric4 {
		height:6150px;
		width:650px;
		float:left;
	}
	.urunler5 {
		height:1100px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric5 {
		height:1100px;
		width:650px;
		float:left;
	}
	.urun {
		height:310px;
		width:190px;
		text-align:center;
		background:rgba(229,229,229,0.5);
		float:left;
		margin:15px 10px;
		border:1px solid rgba(229,229,229,0.5);
		transition:all .2s ease-in-out;
	}
	.urun:hover{
		transform:scale(1.05);
	}
	.urun:hover h2{
		color:#D03028;
	}
	.urun h2 {
		padding:5px;
		height:40px;
		line-height:40px;
		font-size:15px;
		font-weight:bold;
	}
	
	.urun img{
		width:190px;
		height:220px;
		float:left;
	}

	
	/* *** footer başlangıcı *** */
	footer{
		width:100%;
		position:relative;
		background:url(../images/footer11.png);
	}
	footer div#footerContainer{
		width:940px;
		position:relative;
		margin:auto;
		padding:100px 0px;
	}
	footer div#footerContainer div.footerBox{
		width:450px;
		position:relative;
		float:left;
		margin-left:15px;
		text-align:center;
		color:#ffffff;
	}
	footer div#footerContainer div.footerBox h1{
		font-family:'Pacifico',cursive;
		font-size:50px;
	}
	footer div#footerContainer div.footerBox h2{
		font-size:30px;
		line-height:60px;
		border-bottom:2px solid #D03028;
		width:450px;
		float:right;
	}
	footer div#footerContainer div.footerBox p{
		text-align:left;
		line-height:30px;
		width:450px;
		float:right;
	}
	footer div#footerContainer div.footerBox img{
		margin-right:20px;
	}
	footer div#copyRight{
		width:100%;
		background:#000000;
		color:#ffffff;
		padding:18px 0px;
		text-align:center;
	}
	
}

@media screen and (min-width: 720px) and (max-width: 959px){
	/* *** header başlangıcı *** */
	header#mainHeader {
		width: 100%;
		height: 500px;
		position: relative;
		background: url(../images/header2.jpg);
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	header#contentHeader{
		width:100%;
		height:300px;
		position:relative;
	}
	div#headerConteiner {
		width: 700px;
		height: 500px;
		position:relative;
		margin: auto;
	}	
	div#contentHeaderConteiner {
		width: 700px;
		height: 300px;
		position:relative;
		margin: auto;
	}	
	div#headerTop {
		width: 700px;
		height: 40px;
		position: relative;
	}
	ul#ulTopLeft {
		list-style-type: none;
		display: inline-block;
		float: left;
	}
	ul#ulTopLeft li {
		display: inline-block;
		line-height: 40px;
		border-right: 1px solid #95a5a6;
		padding: 0 10px;
	}
	ul#ulTopLeft li:first-child {
		padding-left: 0;
	}
	ul#ulTopLeft li:last-child {
		border-right: 0;
	}
	ul#ulTopLeft li a {
		color: #95a5a6;
	}
	ul#ulTopLeft li a:hover {
		color: #ffffff;
	}
	div#topRight{
		height:40px;
		position:relative;
		float:right;
	}
	div.topContactLogo{
		width:25px;
		height:25px;
		margin-top:7px;
		float:left;
		margin-left:20px;
	}
	div.topContactText{
		height:40px;
		line-height:40px;
		float:left;
		margin-left:20px;
		color:#95a5a6;
	}
	/* *** nav başlangıcı *** */
	nav {
		width:100%;
		height:60px;
		position:absolute;
		background: rgba(0,0,0,0.6);
		top: 40px;
	}
	div#navContainer{
		width:700px;
		height:60px;
		position:relative;
		margin:auto;
	}
	div#navLogo{
		font-family:'Bungee',cursive;
		color:#ffffff;
		font-size:25px;
		line-height:60px;
		display:inline;
		float:left;
	}
	ul#ulNavRight{
		list-style-type:none;
		display:inline-block;
		float:right;
		display:none;
	}
	/* Desktop nav
	ul#ulNavRight li{
		display:inline-block;
		line-height:60px;
		margin-left:30px;
	}
	ul#ulNavRight li a{
		color:#ffffff;
		text-decoration:none;
	}
	ul#ulNavRight li a:hover{
		color:#95a5a6;
	}
	*/
	/* *** Nav Mobil *** */
	
	div#navMobileButton{
		width:30px;
		height:30px;
		position:relative;
		float:right;
		background:url(../images/menubutton.png);
		margin-top:15px;
		cursor:pointer;
	}
	ul#ulNavMobile{
		width:700px;
		position:absolute;
		top:60px;
		background:#D03028;
		display:none;
		z-index:1;
	}
	ul#ulNavMobile li{
		text-align:center;
		border-bottom:1px solid #ffffff;
	}
	ul#ulNavMobile li:last-child{
		border:0;
	}
	ul#ulNavMobile li a:hover{
		background:#ffffff;
		color:#D03028;
	}
	ul#ulNavMobile a{
		width:700px;
		line-height:45px;
		color:#ffffff;
		display:block;
	}
	div#headerText{
		margin-top:100px;
		color:#ffffff;
	}
	div#headerText h1{
		line-height:80px;
		font-size:30px;
		text-shadow:5px 5px 10px #000000;
	}
	div#headerText h2{
		line-height:60px;
		font-size:30px;
	}
	div#headerText p{
		line-height:40px;
		font-size:18px;
		display:inline-block;
		background: rgba(0,0,0,0.5);
		padding-right:20px;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons{
		margin-top:20px;
	}
	div#headerButtons a{
		line-height:50px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		padding:0 30px;
		transition:all .2s ease-out;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons a:last-child{
		margin-left:20px;
		background:#D03028;
		padding:0 35px;
	}
	div#headerButtons a:last-child:hover{
		background:transparent;
	}
	div#headerButtons a:first-child:hover{
		background:#D03028;
	}
	
	/* *** section başlangıcı *** */
	
	/* *** 1.section başlangıcı *** */
	
	section.limitedSec{
		width:700px;
		position:relative;
		margin:auto;
		margin-top:50px;
		text-align:center;
	}
	section.limitedSec h1,section.limitedSec h2{
		text-align:center;
	}
	section.limitedSec img{
		width:600px;
		height:450px;
		margin-top:50px;
		border:0px solid #CCCCCC;
		padding:0px;
		box-sizing:border-box;
		transition:all .2s ease-in-out;
		margin-bottom:20px;
	}
	section.limitedSec img:hover{
		transform:scale(1.01)
	}
	section.limitedSec article{
		width:600px;
		margin:auto;
		margin-top:50px;
	}
	section.limitedSec article div.iconBox{
		width:100px;
		height:100px;
		margin:auto;
	}
	section.limitedSec article p{
		margin-top:20px;
		text-align:justify;
	}
	
	/* *** 2.section başlangıcı *** */
	
	section.unLimitedSec{
		width:100%;
		position:relative;
		background:#000000;
		margin-top:50px;
	}
	section.unLimitedSec div#menuContainer{
		width:700px;
		height:500px;
		position:relative;
		margin:auto;
		display:flex;
		flex-direction: row;
		justify-content:center;
		flex-wrap:wrap;
		align-content:center;
	}
	section.unLimitedSec div#menuContainer img{
		width:175px;
		height:175px;
		opacity:0.5;
		transition:all .2s ease-in-out;
	}
	section.unLimitedSec div#menuContainer img:hover{
		opacity:1;	
		transform:scale(1.01)
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer{
		width:525px;
		height:175px;
		position:absolute;
		border:1px solid #ffffff;
		margin-top:170px;
		text-align:center;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer h1{
		color:#ffffff;
		margin-top:44px;
		font-size:18px;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a{
		width:220px;
		height:40px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		line-height:40px;
		transition:all .2s ease-in-out;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a:hover{
		background:#D03028;
	}
	/* *** 3.section başlangıcı *** */
	
	section.limitedSec div#teamContainer{
		width:700px;
		position:relative;
		margin:auto;
		margin-bottom:70px;
	}
	section.limitedSec div#teamContainer div.teamTile{
		width:220px;
		position:relative;
		float:left;
		margin-left:10px;
		overflow:hidden;
	}
	section.limitedSec div#teamContainer div.teamTile img{
		width:220px;
		height:220px;
		padding:0px;
		transform:scale(1.01);
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover{
		width:220px;
		height:220px;
		background: rgba(0,0,0,0.4);
		position:absolute;
		top:50px;
		left:-220px;
		transition:all .5s ease;
	}
	section.limitedSec div#teamContainer div.teamTile:hover div.teamHover{
		left:0px;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText{
		color:#ffffff;
		height:50px;
		background: rgba(204,204,204,0.3);
		margin-top:85px;
		text-shadow:1px 1px 1px #000000;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText h2{
		line-height:60px;
		font-size:45px;
	}
	/* *** 4.section başlangıcı *** */
	
	section.unlimitedSec div.unlimitedSecContainer{
		width:700px;
		height:350px;
		position:relative;
		margin:auto;
		margin-top:50px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft{
		width:700px;
		height:350px;
		position:relative;
		background: rgba(0,0,0,0.5);
		color:#ffffff;
		text-align:center;
		text-shadow:1px 1px 1px #000000;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h1{
		font-size:30px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h2{
		font-size:22px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft P{
		font-size:18px;
		line-height:28px;
		width:430px;
		margin:auto;
		margin-top:20px;
	}
	/* *** hakkımızda başlangıcı *** */
	section.contentContainer{
		width:700px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer div.altcontentContainer{
		width:600px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer p{
		margin:20px 0;
		line-height:25px;
		text-align:justify;
	}
	section.contentContainer h1{
		text-align:center;
	}
	section.contentContainer h2{
		text-align:center;
	}
	/* *** iletişim başlangıcı *** */
	section.contentContainer div.contactParts{
		width:600px;
		position:relative;
		margin:auto;
	}
	section.contentContainer div.contactParts input.input{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin-top:20px;
		text-align:center;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.inputLeft{
		float:left;
	}
	section.contentContainer div.contactParts input.inputRight{
		float:right;
	}
	section.contentContainer div.contactParts textarea{
		width:600px;
		height:320px;
		position:relative;
		border:1px solid #95a5a6;
		margin-top:20px;
		box-sizing:border-box;
		padding:15px;
		resize:none;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.submit{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin-top:20px;
		background:transparent;
		margin-left:155px;
		transition:all .2s ease;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.submit:hover{
		cursor:pointer;
		background:#D03028;
		color:#ffffff;
		border:1px solid #D03028;
	}
	section.contentContainer div.contactParts h2{
		text-align:left;
		margin-bottom:40px;
		margin-top:40px;
	}
	section.contentContainer div.contactParts p{
		margin-top:25px;
	}
	section.contentContainer div.contactParts img{
		margin-right:20px;
		margin-bottom:20px;
	}
	section.unlimitedSec iframe{
		width:100%;
		height:350px;
		position:relative;
	}
	
	
	
	/* *** ürünler başlangıcı *** */


	div.urunlermenu ul {
		list-style-type: none;
	
		margin: 0;
	
		padding: 0;
	
		width: 32%;
	
		background-color: transparent;
	
		position: relative;
	
		overflow: auto;
		
		line-height:30px;
		
		margin-top:20px;
		
		margin-left:10px;
		
		margin-right:30px;
		
		float:left;
	}
	
	div.urunlermenu li a {
		display: block;
	
		color: black;
	
		padding: 6px 14px;
		
		border:2px solid  #666666;
			
		margin-bottom:10px;
		
		text-decoration: none;
	}
	
	div.urunlermenu li a:hover{
		background-color: #D03028;
	
		color: white;
		
		border:2px solid  #D03028;
	}
	
	.urunler {
		height:1000px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric {
		height:600px;
		width:650px;
		float:left;
	}
	.urunler1 {
		height:4080px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric1 {
		height:3950px;
		width:650px;
		float:left;
	}
	.urunler2 {
		height:7850px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric2 {
		height:7850px;
		width:650px;
		float:left;
	}
	.urunler3 {
		height:4750px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric3 {
		height:4600px;
		width:650px;
		float:left;
	}
	.urunler4 {
		height:6450px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric4 {
		height:6450px;
		width:650px;
		float:left;
	}
	.urunler5 {
		height:1350px;
		margin-top:20px;
		margin-left:50px;
		margin-right:40px;
		margin-bottom:20px;
	}
	div.urunleric5 {
		height:1100px;
		width:650px;
		float:left;
	}
	.urun {
		height:310px;
		width:190px;
		text-align:center;
		background:rgba(229,229,229,0.5);
		float:left;
		margin:15px 10px;
		border:1px solid rgba(229,229,229,0.5);
		transition:all .2s ease-in-out;
	}
	.urun:hover{
		transform:scale(1.05);
	}
	.urun:hover h2{
		color:#D03028;
	}
	.urun h2 {
		padding:5px;
		height:40px;
		line-height:40px;
		font-size:15px;
		font-weight:bold;
	}
	
	.urun img{
		width:190px;
		height:220px;
		float:left;
	}

	
	/* *** footer başlangıcı *** */
	footer{
		width:100%;
		position:relative;
		background:url(../images/footer11.png);
	}
	footer div#footerContainer{
		width:700px;
		position:relative;
		margin:auto;
		padding:100px 0px;
	}
	footer div#footerContainer div.footerBox{
		width:335px;
		position:relative;
		float:left;
		margin-left:10px;
		text-align:center;
		color:#ffffff;
	}
	footer div#footerContainer div.footerBox h1{
		font-family:'Pacifico',cursive;
		font-size:35px;
	}
	footer div#footerContainer div.footerBox h2{
		font-size:30px;
		line-height:60px;
		border-bottom:2px solid #D03028;
		width:335px;
		float:right;
	}
	footer div#footerContainer div.footerBox p{
		text-align:left;
		line-height:30px;
		width:335px;
		float:right;
	}
	footer div#copyRight{
		width:100%;
		background:#000000;
		color:#ffffff;
		padding:18px 0px;
		text-align:center;
	}
	
}

@media screen and (min-width: 480px) and (max-width: 719px){
	/* *** header başlangıcı *** */
	header#mainHeader {
		width: 100%;
		height: 400px;
		position: relative;
		background: url(../images/header2.jpg);
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	header#contentHeader{
		width:100%;
		height:300px;
		position:relative;
	}
	div#headerConteiner {
		width: 460px;
		height: 500px;
		position:relative;
		margin: auto;
	}	
	div#contentHeaderConteiner {
		width: 460px;
		height: 300px;
		position:relative;
		margin: auto;
	}	
	div#headerTop {
		width: 460px;
		height: 40px;
		position: relative;
	}
	ul#ulTopLeft {
		display:none;
	}
	div#topRight{
		display:none;
	}
	
	/* *** nav başlangıcı *** */
	nav {
		width:100%;
		height:60px;
		position:absolute;
		background: rgba(0,0,0,0.6);
		top: 40px;
	}
	div#navContainer{
		width:460px;
		height:60px;
		position:relative;
		margin:auto;
	}
	div#navLogo{
		font-family:'Bungee',cursive;
		color:#ffffff;
		font-size:25px;
		line-height:60px;
		display:inline;
		float:left;
	}
	ul#ulNavRight{
		list-style-type:none;
		display:inline-block;
		float:right;
		display:none;
	}
	/* Desktop nav
	ul#ulNavRight li{
		display:inline-block;
		line-height:60px;
		margin-left:30px;
	}
	ul#ulNavRight li a{
		color:#ffffff;
		text-decoration:none;
	}
	ul#ulNavRight li a:hover{
		color:#95a5a6;
	}
	*/
	/* *** Nav Mobil *** */
	
	div#navMobileButton{
		width:30px;
		height:30px;
		position:relative;
		float:right;
		background:url(../images/menubutton.png);
		margin-top:15px;
		cursor:pointer;
	}
	ul#ulNavMobile{
		width:460px;
		position:absolute;
		top:60px;
		background:#D03028;
		display:none;
		z-index:1;
	}
	ul#ulNavMobile li{
		text-align:center;
		border-bottom:1px solid #ffffff;
	}
	ul#ulNavMobile li:last-child{
		border:0;
	}
	ul#ulNavMobile li a:hover{
		background:#ffffff;
		color:#D03028;
	}
	ul#ulNavMobile a{
		width:460px;
		line-height:39px;
		color:#ffffff;
		display:block;
	}
	div#headerText{
		margin-top:100px;
		color:#ffffff;
	}
	div#headerText h1{
		line-height:50px;
		font-size:25px;
		text-shadow:5px 5px 10px #000000;
	}
	div#headerText h2{
		line-height:50px;
		font-size:25px;
	}
	div#headerText p{
		line-height:32px;
		display:inline-block;
		background: rgba(0,0,0,0.5);
		padding-right:20px;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons{
		margin-top:20px;
	}
	div#headerButtons a{
		line-height:40px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		padding:0 25px;
		transition:all .2s ease-out;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons a:last-child{
		margin-left:20px;
		background:#D03028;
		padding:0 35px;
	}
	div#headerButtons a:last-child:hover{
		background:transparent;
	}
	div#headerButtons a:first-child:hover{
		background:#D03028;
	}
	
	/* *** section başlangıcı *** */
	
	/* *** 1.section başlangıcı *** */
	
	section.limitedSec{
		width:460px;
		position:relative;
		margin:auto;
		margin-top:50px;
		text-align:center;
	}
	section.limitedSec h1,section.limitedSec h2{
		text-align:center;
	}
	section.limitedSec img{
		width:400px;
		height:350px;
		margin-top:50px;
		border:0px solid #CCCCCC;
		padding:0px;
		box-sizing:border-box;
		transition:all .2s ease-in-out;
		margin-bottom:20px;
	}
	section.limitedSec img:hover{
		transform:scale(1.01)
	}
	section.limitedSec article{
		width:460px;
		margin:auto;
		margin-top:50px;
	}
	section.limitedSec article div.iconBox{
		width:100px;
		height:100px;
		margin:auto;
	}
	section.limitedSec article p{
		margin-top:20px;
		text-align:justify;
	}
	
	/* *** 2.section başlangıcı *** */
	
	section.unLimitedSec{
		width:100%;
		position:relative;
		background:#000000;
		margin-top:50px;
	}
	section.unLimitedSec div#menuContainer{
		width:460px;
		height:300px;
		position:relative;
		margin:auto;
		display:flex;
		flex-direction: row;
		justify-content:center;
		flex-wrap:wrap;
		align-content:center;
	}
	section.unLimitedSec div#menuContainer img{
		width:115px;
		height:115px;
		opacity:0.5;
		transition:all .2s ease-in-out;
	}
	section.unLimitedSec div#menuContainer img:hover{
		opacity:1;	
		transform:scale(1.01)
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer{
		width:345px;
		height:115px;
		position:absolute;
		border:1px solid #ffffff;
		margin-top:90px;
		text-align:center;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer h1{
		color:#ffffff;
		margin-top:20px;
		font-size:12px;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a{
		width:160px;
		height:30px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		line-height:30px;
		transition:all .2s ease-in-out;
		font-size:15px;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a:hover{
		background:#D03028;
	}
	/* *** 3.section başlangıcı *** */
	
	section.limitedSec div#teamContainer{
		width:460px;
		position:relative;
		margin:auto;
		margin-bottom:70px;
	}
	section.limitedSec div#teamContainer div.teamTile{
		width:220px;
		position:relative;
		margin:auto;
		overflow:hidden;
	}
	section.limitedSec div#teamContainer div.teamTile img{
		width:220px;
		height:220px;
		padding:0px;
		transform:scale(1.01);
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover{
		width:220px;
		height:220px;
		background: rgba(0,0,0,0.4);
		position:absolute;
		top:50px;
		left:-220px;
		transition:all .5s ease;
	}
	section.limitedSec div#teamContainer div.teamTile:hover div.teamHover{
		left:0px;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText{
		color:#ffffff;
		height:50px;
		background: rgba(204,204,204,0.3);
		margin-top:85px;
		text-shadow:1px 1px 1px #000000;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText h2{
		line-height:60px;
		font-size:45px;
	}
	/* *** 4.section başlangıcı *** */
	
	section.unlimitedSec div.unlimitedSecContainer{
		width:460px;
		height:300px;
		position:relative;
		margin:auto;
		margin-top:50px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft{
		width:460px;
		height:300px;
		position:relative;
		background: rgba(0,0,0,0.5);
		color:#ffffff;
		text-align:center;
		text-shadow:1px 1px 1px #000000;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h1{
		font-size:25px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h2{
		font-size:22px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft P{
		font-size:18px;
		line-height:28px;
		width:430px;
		margin:auto;
		margin-top:10px;
	}
	/* *** hakkımızda başlangıcı *** */
	section.contentContainer{
		width:460px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer div.altcontentContainer{
		width:450px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer p{
		margin:20px 0;
		text-align:justify;
	}
	section.contentContainer h1{
		text-align:center;
	}
	section.contentContainer h2{
		text-align:center;
	}
	/* *** iletişim başlangıcı *** */
	section.contentContainer div.contactParts{
		width:460px;
		position:relative;
		margin:auto;
	}
	section.contentContainer div.contactParts input.input{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin:25px auto 0;
		text-align:center;
		border-radius:10px;
		display:block;
	}
	section.contentContainer div.contactParts input.inputLeft{
		margin:auto;
		display:block;
		margin:25px auto 0;
	}
	section.contentContainer div.contactParts input.inputRight{
		margin:auto;
		display:block;
		margin:25px auto 0;
	}
	section.contentContainer div.contactParts textarea{
		width:460px;
		height:230px;
		position:relative;
		border:1px solid #95a5a6;
		margin-top:20px;
		box-sizing:border-box;
		padding:15px;
		resize:none;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.submit{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin-top:20px;
		background:transparent;
		margin:25px auto 0;
		transition:all .2s ease;
		border-radius:10px;
		display:block;
	}
	section.contentContainer div.contactParts input.submit:hover{
		cursor:pointer;
		background:#D03028;
		color:#ffffff;
		border:1px solid #D03028;
	}
	section.contentContainer div.contactParts h2{
		text-align:left;
		margin-bottom:40px;
		margin-top:40px;
	}
	section.contentContainer div.contactParts p{
		margin-top:25px;
	}
	section.contentContainer div.contactParts img{
		margin-right:20px;
		margin-bottom:20px;
	}
	section.unlimitedSec iframe{
		width:100%;
		height:250px;
		position:relative;
	}
	
	
	
	
	/* *** ürünler başlangıcı *** */


	div.urunlermenu ul {
		list-style-type: none;
	
		margin: 0;
	
		padding: 0;
	
		width: 40%;
	
		background-color: transparent;
	
		position: relative;
	
		overflow: auto;
		
		line-height:30px;
		
		margin-left:10px;
		
		margin-right:30px;
		
		float:left;
	}
	
	div.urunlermenu li a {
		display: block;
	
		color: black;
	
		padding: 6px 14px;
		
		border:2px solid  #666666;
			
		margin-bottom:10px;
		
		text-decoration: none;
	}
	
	div.urunlermenu li a:hover{
		background-color: #D03028;
	
		color: white;
		
		border:2px solid  #D03028;
	}
	
	.urunler {
		height:1300px;
		margin-top:20px;
		margin-left:15px;
		margin-bottom:20px;
	}
	div.urunleric {
		height:600px;
		width:450px;
		float:left;
	}
	.urunler1 {
		height:5750px;
		margin-top:20px;
		margin-left:10px;
		margin-right:30px;
		margin-bottom:20px;
	}
	div.urunleric1 {
		height:5600px;
		width:450px;
		float:left;
	}
	.urunler2 {
		height:11600px;
		margin-top:20px;
		margin-left:10px;
		margin-right:30px;
		margin-bottom:20px;
	}
	div.urunleric2 {
		height:11600px;
		width:450px;
		float:left;
	}
	.urunler3 {
		height:6800px;
		margin-top:20px;
		margin-left:10px;
		margin-right:30px;
		margin-bottom:20px;
	}
	div.urunleric3 {
		height:6400px;
		width:450px;
		float:left;
	}
	.urunler4 {
		height:9500px;
		margin-top:20px;
		margin-left:10px;
		margin-right:30px;
		margin-bottom:20px;
	}
	div.urunleric4 {
		height:9500px;
		width:450px;
		float:left;
	}
	.urunler5 {
		height:2000px;
		margin-top:20px;
		margin-left:10px;
		margin-right:30px;
		margin-bottom:20px;
	}
	div.urunleric5 {
		height:1800px;
		width:450px;
		float:left;
	}
	.urun {
		height:310px;
		width:190px;
		text-align:center;
		background:rgba(229,229,229,0.5);
		float:left;
		margin:15px 10px;
		border:1px solid rgba(229,229,229,0.5);
		transition:all .2s ease-in-out;
	}
	.urun:hover{
		transform:scale(1.05);
	}
	.urun:hover h2{
		color:#D03028;
	}
	.urun h2 {
		padding:5px;
		height:40px;
		line-height:40px;
		font-size:15px;
		font-weight:bold;
	}
	
	.urun img{
		width:190px;
		height:220px;
		float:left;
	}

	
	
	/* *** footer başlangıcı *** */
	footer{
		width:100%;
		position:relative;
		background:url(../images/footer11.png);
	}
	footer div#footerContainer{
		width:460px;
		position:relative;
		margin:auto;
		padding:50px 0px;
	}
	footer div#footerContainer div.footerBox{
		width:300px;
		position:relative;
		margin:auto;
		text-align:center;
		color:#ffffff;
	}
	footer div#footerContainer div.footerBox h1{
		font-family:'Pacifico',cursive;
		font-size:35px;
	}
	footer div#footerContainer div.footerBox h2{
		font-size:30px;
		line-height:60px;
		border-bottom:2px solid #D03028;
		width:300px;
		float:right;
		margin:25px auto 0;
	}
	footer div#footerContainer div.footerBox p{
		text-align:left;
		line-height:30px;
		width:300px;
		margin:auto;
	}
	footer div#copyRight{
		width:100%;
		background:#000000;
		color:#ffffff;
		padding:18px 0px;
		text-align:center;
	}
	
}

@media screen and (min-width: 320px) and (max-width: 479px){
	/* *** header başlangıcı *** */
	header#mainHeader {
		width: 100%;
		height: 400px;
		position: relative;
		background: url(../images/header2.jpg);
		background-size:cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	header#contentHeader{
		width:100%;
		height:300px;
		position:relative;
	}
	div#headerConteiner {
		width: 300px;
		height: 500px;
		position:relative;
		margin: auto;
	}	
	div#contentHeaderConteiner {
		width: 300px;
		height: 300px;
		position:relative;
		margin: auto;
	}	
	div#headerTop {
		width: 300px;
		height: 40px;
		position: relative;
	}
	ul#ulTopLeft {
		display:none;
	}
	div#topRight{
		display:none;
	}
	
	/* *** nav başlangıcı *** */
	nav {
		width:100%;
		height:50px;
		position:absolute;
		background: rgba(0,0,0,0.6);
		top: 40px;
	}
	div#navContainer{
		width:300px;
		height:50px;
		position:relative;
		margin:auto;
	}
	div#navLogo{
		font-family:'Bungee',cursive;
		color:#ffffff;
		font-size:25px;
		line-height:50px;
		display:inline;
		float:left;
	}
	ul#ulNavRight{
		list-style-type:none;
		display:inline-block;
		float:right;
		display:none;
	}
	/* Desktop nav
	ul#ulNavRight li{
		display:inline-block;
		line-height:60px;
		margin-left:30px;
	}
	ul#ulNavRight li a{
		color:#ffffff;
		text-decoration:none;
	}
	ul#ulNavRight li a:hover{
		color:#95a5a6;
	}
	*/
	/* *** Nav Mobil *** */
	
	div#navMobileButton{
		width:30px;
		height:30px;
		position:relative;
		float:right;
		background:url(../images/menubutton.png);
		margin-top:10px;
		cursor:pointer;
	}
	ul#ulNavMobile{
		width:300px;
		position:absolute;
		top:50px;
		background:#D03028;
		display:none;
		z-index:1;
	}
	ul#ulNavMobile li{
		text-align:center;
		border-bottom:1px solid #ffffff;
	}
	ul#ulNavMobile li:last-child{
		border:0;
	}
	ul#ulNavMobile li a:hover{
		background:#ffffff;
		color:#D03028;
	}
	ul#ulNavMobile a{
		width:300px;
		line-height:39px;
		color:#ffffff;
		display:block;
	}
	div#headerText{
		margin-top:100px;
		color:#ffffff;
	}
	div#headerText h1{
		line-height:40px;
		font-size:18px;
		text-shadow:5px 5px 10px #000000;
	}
	div#headerText h2{
		line-height:40px;
		font-size:20px;
	}
	div#headerText p{
		display:inline-block;
		background: rgba(0,0,0,0.5);
		padding-right:20px;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons{
		margin-top:20px;
	}
	div#headerButtons a{
		line-height:35px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		padding:0 25px;
		transition:all .2s ease-out;
		text-shadow:1px 1px 1px #000000;
	}
	div#headerButtons a:last-child{
		margin-left:20px;
		background:#D03028;
		padding:0 35px;
	}
	div#headerButtons a:last-child:hover{
		background:transparent;
	}
	div#headerButtons a:first-child:hover{
		background:#D03028;
	}
	
	/* *** section başlangıcı *** */
	
	/* *** 1.section başlangıcı *** */
	
	section.limitedSec{
		width:300px;
		position:relative;
		margin:auto;
		margin-top:50px;
		text-align:center;
	}
	section.limitedSec h1,section.limitedSec h2{
		text-align:center;
		font-size:20px;
		line-height:40px;
	}
	section.limitedSec img{
		width:300px;
		height:250px;
		margin-top:50px;
		border:0px solid #CCCCCC;
		padding:0px;
		box-sizing:border-box;
		transition:all .2s ease-in-out;
		margin-bottom:20px;
	}
	section.limitedSec img:hover{
		transform:scale(1.01)
	}
	section.limitedSec article{
		width:300px;
		margin:auto;
		margin-top:50px;
	}
	section.limitedSec article div.iconBox{
		width:100px;
		height:100px;
		margin:auto;
	}
	section.limitedSec article p{
		margin-top:20px;
		text-align:justify;
	}
	
	/* *** 2.section başlangıcı *** */
	
	section.unLimitedSec{
		width:100%;
		position:relative;
		background:#000000;
		margin-top:50px;
	}
	section.unLimitedSec div#menuContainer img{
		width:150px;
		height:150px;
		opacity:0.5;
		transition:all .2s ease-in-out;
	}
	section.unLimitedSec div#menuContainer img:hover{
		opacity:1;	
		transform:scale(1.01)
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer{
		width:300px;
		position:absolute;
		text-align:center;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer h1{
		color:#ffffff;
		margin-top:20px;
		font-size:12px;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a{
		width:160px;
		height:30px;
		border:1px solid #ffffff;
		display:inline-block;
		color:#ffffff;
		line-height:30px;
		transition:all .2s ease-in-out;
		font-size:15px;
	}
	section.unLimitedSec div#menuContainer div#menuLinkContainer a:hover{
		background:#D03028;
	}
	/* *** 3.section başlangıcı *** */
	
	section.limitedSec div#teamContainer{
		width:300px;
		position:relative;
		margin:auto;
		margin-bottom:70px;
	}
	section.limitedSec div#teamContainer div.teamTile{
		width:220px;
		position:relative;
		margin:auto;
		overflow:hidden;
	}
	section.limitedSec div#teamContainer div.teamTile img{
		width:220px;
		height:220px;
		padding:0px;
		transform:scale(1.01);
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover{
		width:220px;
		height:220px;
		background: rgba(0,0,0,0.4);
		position:absolute;
		top:50px;
		left:-220px;
		transition:all .5s ease;
	}
	section.limitedSec div#teamContainer div.teamTile:hover div.teamHover{
		left:0px;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText{
		color:#ffffff;
		height:50px;
		background: rgba(204,204,204,0.3);
		margin-top:85px;
		text-shadow:1px 1px 1px #000000;
	}
	section.limitedSec div#teamContainer div.teamTile div.teamHover div.teamText h2{
		line-height:60px;
		font-size:45px;
	}
	/* *** 4.section başlangıcı *** */
	
	section.unlimitedSec div.unlimitedSecContainer{
		width:300px;
		position:relative;
		margin:auto;
		margin-top:50px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft{
		width:300px;
		position:relative;
		background: rgba(0,0,0,0.5);
		color:#ffffff;
		text-align:center;
		text-shadow:1px 1px 1px #000000;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h1{
		font-size:25px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft h2{
		font-size:22px;
	}
	section.unlimitedSec div.unlimitedSecContainer div.unlimitedSecLeft P{
		font-size:18px;
		line-height:28px;
		width:290px;
		margin:auto;
		margin-top:10px;
	}
	/* *** hakkımızda başlangıcı *** */
	section.contentContainer{
		width:300px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer div.altcontentContainer{
		width:290px;
		position:relative;
		margin:50px auto;
		margin-bottom:60px;
	}
	section.contentContainer p{
		margin:20px 0;
		text-align:justify;
	}
	section.contentContainer h1{
		text-align:center;
	}
	section.contentContainer h2{
		text-align:center;
	}
	/* *** iletişim başlangıcı *** */
	section.contentContainer div.contactParts{
		width:300px;
		position:relative;
		margin:auto;
	}
	section.contentContainer div.contactParts input.input{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin:25px auto 0;
		text-align:center;
		border-radius:10px;
		display:block;
	}
	section.contentContainer div.contactParts input.inputLeft{
		margin:auto;
		display:block;
		margin:25px auto 0;
	}
	section.contentContainer div.contactParts input.inputRight{
		margin:auto;
		display:block;
		margin:25px auto 0;
	}
	section.contentContainer div.contactParts textarea{
		width:300px;
		height:230px;
		position:relative;
		border:1px solid #95a5a6;
		margin-top:20px;
		box-sizing:border-box;
		padding:15px;
		resize:none;
		border-radius:10px;
	}
	section.contentContainer div.contactParts input.submit{
		width:290px;
		height:40px;
		position:relative;
		border:1px solid #95a5a6;
		box-sizing:border-box;
		margin-top:20px;
		background:transparent;
		margin:25px auto 0;
		transition:all .2s ease;
		border-radius:10px;
		display:block;
	}
	section.contentContainer div.contactParts input.submit:hover{
		cursor:pointer;
		background:#D03028;
		color:#ffffff;
		border:1px solid #D03028;
	}
	section.contentContainer div.contactParts h2{
		text-align:left;
		margin-bottom:40px;
		margin-top:40px;
	}
	section.contentContainer div.contactParts p{
		margin-top:25px;
	}
	section.contentContainer div.contactParts img{
		margin-right:20px;
		margin-bottom:20px;
	}
	section.unlimitedSec iframe{
		width:100%;
		height:250px;
		position:relative;
	}
	
	
	/* *** ürünler başlangıcı *** */


	div.urunlermenu ul {
		list-style-type: none;
	
		margin: 0;
	
		padding: 0;
	
		width: 140px;
	
		background-color: transparent;
	
		position: relative;
	
		overflow: auto;
		
		line-height:30px;
		
		margin-top:20px;
		
		margin-left:25px;
		
		margin-right:30px;
		
		float:left;
	}
	
	div.urunlermenu li a {
		display: block;
	
		color: black;
	
		padding: 8px 16px;
		
		border:2px solid  #666666;
			
		margin-bottom:10px;
		
		text-decoration: none;
		
		font-size:15px;
	}
	
	div.urunlermenu li a:hover{
		background-color: #D03028;
	
		color: white;
		
		border:2px solid  #D03028;
	}
	
	.urunler {
		height:1350px;
		margin-top:10px;
		margin-bottom:10px;
	}
	div.urunleric {
		height:1150px;
		width:290px;
		float:left;
	}
	.urunler1 {
		height:6580px;
		margin-top:10px;
		margin-bottom:10px;
	}
	div.urunleric1 {
		height:6380px;
		width:290px;
		float:left;
	}
	.urunler2 {
		height:13650px;
		margin-top:10px;
		margin-bottom:10px;
	}
	div.urunleric2 {
		height:13650px;
		width:290px;
		float:left;
	}
	.urunler3 {
		height:8000px;
		margin-top:20px;
		margin-bottom:20px;
	}
	div.urunleric3 {
		height:7800px;
		width:290px;
		float:left;
	}
	.urunler4 {
		height:11200px;
		margin-top:20px;
		margin-bottom:20px;
	}
	div.urunleric4 {
		height:11200px;
		width:290px;
		float:left;
	}
	.urunler5 {
		height:2150px;
		margin-top:20px;
		margin-bottom:20px;
	}
	div.urunleric5 {
		height:1950px;
		width:290px;
		float:left;
	}
	.urun {
		height:185px;
		width:250px;
		text-align:center;
		background:rgba(229,229,229,0.5);
		margin:15px 25px;
		border:1px solid rgba(229,229,229,0.5);
		transition:all .2s ease-in-out;
	}
	.urun:hover{
		transform:scale(1.05);
	}
	.urun:hover h2{
		color:#D03028;
	}
	.urun h2 {
		padding:5px;
		height:25px;
		line-height:30px;
		font-size:16px;
		font-weight:bold;
	}
	
	.urun img{
		width:250px;
		height:120px;
		float:left;
	}

	
	
	/* *** footer başlangıcı *** */
	footer{
		width:100%;
		position:relative;
		background:url(../images/footer11.png);
	}
	footer div#footerContainer{
		width:300px;
		position:relative;
		margin:auto;
		padding:50px 0px;
	}
	footer div#footerContainer div.footerBox{
		width:300px;
		position:relative;
		margin:auto;
		text-align:center;
		color:#ffffff;
	}
	footer div#footerContainer div.footerBox h1{
		font-family:'Pacifico',cursive;
		font-size:35px;
	}
	footer div#footerContainer div.footerBox h2{
		font-size:30px;
		line-height:60px;
		border-bottom:2px solid #D03028;
		width:300px;
		float:right;
		margin:25px auto 0;
	}
	footer div#footerContainer div.footerBox p{
		text-align:left;
		line-height:30px;
		width:300px;
		margin:auto;
	}
	footer div#copyRight{
		width:100%;
		background:#000000;
		color:#ffffff;
		padding:18px 0px;
		text-align:center;
	}
	
}

