/** BOOTSTRAP **/

.img-thumbnail { border-radius: 0px; }
.btn { border-radius: 0px; } 
.form-control { border-radius: 0px; }

#sharer .btn {
    border-radius: 0;
    height: 30px;
    margin-right: 5px;
    padding: 0;
    width: 30px;
    border: none;
}

#sharer i {
    height: 100%;
    line-height: 30px;
    width: 100%;
    color: #fff;
}

#sharer i.fa-facebook {
    background-color: #3b5998
}

#sharer i.fa-twitter {
    background-color: #00aced
}

#sharer i.fa-google-plus {
    background-color: #dd4b39
}

.navbar-brand {
    height: auto;
    padding: 15px;
}

.navbar-default {
    background-color: #eeecea;
    border-color: #eeecea;
}

.carousel-control i {
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.carousel-control {
    width: 10%;
}

.carousel-control .left {
    left: 30%;
}

.carousel-control .right {
    right: 30%;
}

.carousel-caption {
    left: 10%;
    padding-bottom: 30px;
    right: 10%;
}

.carousel-indicators {
    bottom: 10px;
}

.breadcrumb {
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    font-size: 0.9rem;
    padding: 5px 0;
}

.breadcrumb li,.breadcrumb li a{
    color: #fff
}

.breadcrumb li.active {
    color: #acca3c 
}

.navbar {
    margin-bottom: 0px;
}

img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: #000
}

.pagination .pages {
    display: none;
}

.widget ul {
    padding-left: 0px;
    list-style: none;
}

#searchform .screen-reader-text {
    display: none;
}

#searchform #searchsubmit {
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    padding: 3px 10px;
}

#searchform #s {
    width: 169px;
    padding: 1px 5px
}

#sidebar h2 {
    margin-top:0px;
    font-size: 21px;
}

#sidebar .widget {
    margin-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 25px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #a0c02c
}

.dropdown-menu {
    min-width: 200px !important;
    border-radius: 0px;
}

.navbar-right .dropdown-menu {
    left: 0 !important;
    right: unset !important;
}

.dropdown-menu > li > a {
    padding: 20px;
}

/* < Medium */
@media(max-width:991px) {
    .navbar-brand {
        height: 50px;
        padding: 5px;
    }    

    .icon-bar {
        background-color: #fff !important
    }

    .navbar-brand img {
        height: 40px;
    }

    .navbar-toggle {
        background-color: #acca3c;
        border-color: #999 !important;
        border-radius: 0px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: #acca3c;
        color: #555555;
    }

}


.navbar {
    border-radius: 0px;
}

#menu-main {
    margin-top: 30px;
}