@import url("normalize.css");
/* Medium Devices, Desktops */

/*
@media only screen and (min-width : 480px) 
{
	/*.banner_iconlar	{padding-right: 30px;}*/

}

@media only screen and (min-width : 992px) 
{
	.header
	{
		position: absolute;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) 
{
	.logo_container
	{	
		display: flex;
		display: -webkit-flex;
	}
	.alan1{width:40%;}
	.alan2{width:60%;justify-content: flex-end;}
	
}
@media only screen and (max-width : 1024px) 
{
	.logo
	{
		position: relative;
	}
	.logo_alani
	{
		justify-content: center;
		
	}
	.header
	{
		position:relative;
	}
 
	.yoket
	{
		display:none!important;
	}
	.alan1{width:100%;margin-bottom: 10px;} .alan2{width:100%;}
	.banner_iconlar{justify-content: center;text-align: center;}
}
    /* Medium Devices, Desktops */
@media only screen and (max-width : 992px) 
{
	.header
	{
		position: relative;
	}
	
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) 
{
	
	.manset_logo_container
	{display: none;}
	.logo_alani { flex-flow: row wrap;}
	.banner_iconlar {  width: 100%;} /*margin-bottom: 10px;*/
	.alan2 {padding: 10px;}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) 
{
}

/* genel olan kullanimlar */
*,*:before,*:after {
	box-sizing:border-box;
}

.header
{
	width:100%;
	z-index:1000;
}
.logo
{

	/*padding-left: 20px;*/
}
.logo_container
{	
	width: 100%;
	justify-content: space-between;
	align-items: center;
	/*border-bottom: 1px solid #fff;*/
	padding: 20px 0px;
	max-width: 1024px;
	margin: 0 auto;
}
.logo_alani
{
	display: flex;
	align-items: center;
	display: -webkit-flex;
}
.menu_alani
{
	/*padding: 35px 0px 10px 0px;*/
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
}
.banner_iconlar
{
	display: flex;
	flex-flow: row wrap;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	align-items: center;
}
.menu_hizalama
{
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
}
