/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
	width:100%;
}

.carousel-inner {
    height: 100%;
}
.navbar-inverse .navbar-brand{color:#fff;}
.navbar-inverse .navbar-nav>li>a{color:#fff;}
.navbar-inverse{background-color: #D9534F;border-color:#000 }
.eczane {position:absolute;top:280px;padding:10px;width:400px;text-align:center;background: rgba(255, 255, 255, 0.97);border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,0.1), 0 3px 2px rgba(0,0,0,0.1);margin-left:20px;}
.eczane h1{font-size:16px;padding:5px;margin:5px;}
.eczane h2{font-size:10px;padding:5px;border-bottom:2px solid #1996e6;margin:5px;}
.eczane form{padding:3px;}
.eczane form select{outline:none;font-size:12px;}
.eczane form select:focus,select:hover{outline:none;}
.eczane form input[type=submit]{outline:none;}
.gizle{margin: 0;font-size: 13px;text-align: center;background-color: #1996e6;padding: 10px;color: white;}
.gizle em{margin:5px;}

.liste {overflow: visible; }
.liste h3{font-size:18px;}
.liste .e{border-bottom:1px dotted #ccc; padding-top:10px; padding-bottom:10px;}
.list-group-item{padding:5px 15px}
.list-group{ }
.thumbnail{min-height:150px;}
.adres{font-size:12px;}
.tel{font-size:12px;}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


footer {
    margin: 50px 0;
}
@media screen and (max-width:780px){
    
	.eczane {width:93%; margin-left:auto; margin-right:auto; margin-top:200px;}
	.carousel,
    .item,
    .active {
    height: 100%;
	width:100%;
}
	.eczane select{width:100%;margin-bottom:5px;}
	.eczane input{width:100%;margin-bottom:5px}
	.list-group{ height:350px;overflow:auto;}
.list-group::-webkit-scrollbar {
    width: 1em;
	
}
 
.list-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
	border-radius:5px;
}
 
.list-group::-webkit-scrollbar-thumb {
    background-color: #ccc; 
    border-radius:5px;
}

}