/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    
}


#menu a{
    color: #f8f4d7;
    margin-top: 5px;
    font-weight: bold;
    text-shadow: 5px 10px 8px #000;
}

#menu li{
    text-align: center;
    margin: auto;
}
#menu a:hover{
    color: #ffff7a;
    margin-top: 6px;
    font-weight: bold;
    text-shadow: none;
    
}

.fluid {
    padding: 60px 50px !important;
}
#fejlec{
   background-color: #6f8115; 
}
#arajanlatlista{
    background-color: #ff0000;
    font-weight: bold;
    color: white;
    text-align: center;
}
#arajanlatlista:hover{
    background-color: #2e6da4;
    font-weight: bold;
    color: white;
    text-align: center;
}
body {
    width: 100%;
    padding-top: 90px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    line-height: 1.8;
    color: #818181;
	font: 400 15px Lato, sans-serif;
}
.slide-image {
    width: 100%;
}
.panel-heading{
    cursor: pointer;
}
#menusor{
    background: #6f8115;
    color: white;
text-shadow: 5px 10px 8px #000;
}
#cimsor{
    color: #6f8115;
	font-weight: bold;
text-shadow: 5px 10px 8px #000;
}
#page{
   
}
.carousel-holder {
   
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}


}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    width: 100%;
    height: auto;
   
}
#footerlist {
    padding: 5px;
}
#fb-page{
 background-color: white;   
}

    
}

@media screen and (max-width: 1200px){
    html{
        background: none;
    }
    body{
        
		
    }
    #menu a{
     font-size: 10px;   
    }
 
}


@media screen and (max-width: 991px){
    html{
        background: none;
    }
    body{
        
    }
    #menu a{
     font-size: 10px;   
    }
 
}
@media screen and (max-width: 767px){
    html{
        background: none;
        
    }
    body{
        background-image: none;
        
    }
    #menu{
        margin: 0;
    }
    #menu li{
        border-bottom: solid 1px white;
    }
    #menu a:hover{
    color: #ffff7a;
    margin-top: 5px;
    font-weight: bold;
}
    
}

