/* SAYFA DIŞ ARKA PLAN */
body{
background:#e9e9e9;
padding-top:20px;
}

/* SITE CONTAINER */
.pkp_structure_page{
max-width:1200px;
margin:auto;
background:#ffffff;
}

/* HEADER ARKA PLAN */
.pkp_structure_head{
background:#4a6578;
}

/* BANNER ÜST ALT BOŞLUK */
.pkp_site_name{
text-align:center;
}

/* BANNER */

.pkp_site_name img{
width:100%;
max-height:none !important;
height:auto;
}

/* MENÜ ARKA PLAN */
.pkp_navigation_primary_wrapper{
background:#4a6578;
}

/* MENÜ YAZILARI */
.pkp_navigation_primary > li > a{
color:#ffffff;
}

/* SEARCH */
.pkp_search{
color:#ffffff;
}

.pkp_brand_footer{
display:none;
}


.pkp_structure_footer{
background:#4a6578;
color:#ffffff;
text-align:center;
}

.pkp_structure_footer_wrapper {
    background:#4a6578;
}

@media (max-width:768px){

.pkp_site_name{
padding:0px;
}

.pkp_navigation_primary > li > a{
font-size:14px;
}

}


/* MOBILDE BANNER KAPAT */
@media (max-width:768px){

.pkp_site_name img{
width:auto !important;
max-width:260px !important;
max-height:40px !important;
height:auto !important;
}

.pkp_site_name{
text-align:left;
}

.pkp_structure_head {height:50px;}
}