.header .navbar-brand img.logo-transparent {
	 height: 55px;
    border-radius: 10px;
    border-left: 4px solid #FFF;
    border-right: 4px solid #FFF;
	
	}
	
	img.img-fluid.logo-normal {
    max-height: 60px;
}

.gizli {
    display: none;
}

.bluebg {
    background: #0652DD !important;
    border: 1px solid #0652DD;
    box-shadow: 0 15px 30px 0 rgba(6, 82, 221, 0.15);
	color:#FFF;
	font-weight:bold
}

.btnsmall {
    padding: 5px 10px !important;
}

.item-detail {
    margin-bottom: 30px;
    background: #fff;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
	color: #000;
    padding: 30px 60px 30px 30px;
    display: block;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}