.form-control{
padding: 6px 10px;
border-radius: 1px;
}
.navbar-form {
width: 400px;
}
.navbar-form .input-group{
width: 100%;
}
@media (min-width: 768px){
.navbar-nav{
float: left;
}

}
.nav .open>a{
color: #c03;
}

.navbar{
position: fixed;
left:0;
top:0;
width:100%;
transition: top .5s;
z-index: 999;
}
.gizle {
top: -90px;
}
.sabit {
top:0;
z-index: 999;
}
#lipsum{width:100%; margin:0px auto; margin-top:86px;color:#34495e;text-align:justify;}
.row{
margin-right: 0;
margin-left: 0;
}
.img h4{
width: 100%;
text-align: center;
position: relative;
height: 50px;
line-height: 50px;
}
.img h4:before{
content: '';
position: absolute;
height: 1px;
background: #ccc;
top: 24px;
left: 0;
width: 40%;
}
.img h4:after{
content: '';
position: absolute;
height: 1px;
background: #ccc;
top: 24px;
right: 0;
width: 40%;
}
.img h5{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
main h6{
padding: 10px 0;

}
h4, .h5, .h6, h4, h5, h6 {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
main h5{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
}
main h5 a{
color: #333;
}
main h5 a :hover{
color: #333 !important;
}