/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #EFEFEF;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #b1b1b1;
    font-size: 11px;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 0px 0;
	color: #FFF;
}
.navbar-inverse {
    background-color: #000244;
    border-color: #00012B;
}
.navbar-inverse .navbar-brand {
    color: #EAAF00;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
}
.thumbnail .caption h4 a{
    color: #000494;
    text-decoration: none;
    font-size: 13px;
}
.thumbnail .caption p{
    font-size: 11px;
}
.thumbnail:hover {
    border: 1px solid #007EFF;
}
.sol-menu{
    margin-bottom: 0;
    border: 1px solid #000244;
    border-bottom: none;
    text-align: center;
    color: #EAAF0E;
    background-color: #000244;
    padding: 5px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.sol-menu-liste{

    border: 1px solid #ddd;
}
.sol-menu-liste a{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
}
.sol-menu-liste a:hover{
    padding-left: 20px;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px dashed #ddd;
}
.list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
}
.list-group-item {
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}
#map{
    height: 400px;
}
h3 small {
    font-size: 50%;
}
#altyeni {
	width:100%;
}
.social {
    position: fixed;
    top: 290px;
    right: 5px;
    z-index: 100;
}
.social a {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    display: block;
}
.facebook {
    background: url(../images/Social.png) no-repeat 0px 0px;
}
.twitter {
    background: url(../images/Social.png) no-repeat 0px -30px;
}
.instagram {
    background: url(../images/Social.png) no-repeat 0px -60px;
}
.google {
    background: url(../images/Social.png) no-repeat 0px -90px;
}