@import url(/fonts_googleapis_com/css/index.html);
body {
    border-top: 5px solid #69D2E7;
    font-size: 16px;
font-family: 'Dosis', sans-serif;
}

body > header .navbar {
    margin-bottom: 0;
}

.logo {
    padding: 10px 0;
}

.logo img {
    
}

.headbuttons {
    padding-top: 15px;
}

body > section {
    padding-top: 30px;
    position: relative;
    min-height: 700px;
}

body > section .slider {
    position: absolute;
    top: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    body > section {
        padding-top: 6px;
    }
}

body > footer > .container{
    padding: 20px 0;
}

.copyright {
    background-color: #e5e6e6;
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
}

.container-brand .well img {
    height: 165px;
}

.container-newusers .well img {
    height: 65px;
}

.categoryselect {
    position: relative;
}

.categoryselect > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.section-search {
    background: url("/assets/images/arkaplan.jpg") center center no-repeat #efefef;
    padding-bottom: 50px;
    min-height: auto !important;
}

body > footer {
    background-color: #efefef;
    border-top: 1px solid silver;
}

