/* One css file to rule them all
Put your css code here that you want tı override everything else, ie. bootstrap, default theme, additional theme, extensions whatever
*/

.thumbnail .thumbnail {
    margin: 0;
    padding: 0;
}

.carousel {
    background-color:  #EEE;
    padding-top: 10px;
}
.carousel-caption {
    bottom: 20px;
    color: #34495e;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}
.carousel-caption p {
    font-weight: 200;
}

.carousel-caption h3 {
    color:  #a73d7e;
}

.carousel-control .glyphicon {
    opacity: 0.2;
}

.carousel-control:hover .glyphicon {
    opacity: 0.6;
}

.carousel-indicators {
    width: 10%;
    top: 10px;
    right: 10px;
    left: inherit;
    position: absolute;
    margin-left: 0;
    height: 10px;
}

#wrap > header {
/*
    margin-bottom: 16px;
*/
}

a {
    text-decoration: none;
    transition: all 0.25s ease 0s;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: inherit;
    color: #1abc9c;
}
.navbabbbr, .navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a, .dropdown-menu > li > a {
    font-weight: 700;
}

.navbar {
    box-shadow: none;
    border-radius: 0;
/*
    border: none;
*/
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-default .navbar-form .form-control:focus {
    border-color: #1abc9c;
    color:  #1abc9c;
}

.navbar-default .navbar-form .form-control {
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s,  width 0.5s ease-out 0s;
    border-radius: 4px;
}

.navbar-nav > li > a {
    padding-right: 1em;
}

.home .navbar-nav > li > a {
    line-height: 33px;
}

body:not(.home) .navbar-header, body:not(.home) #topmenuwrap {
    margin-top: 5px;
}

.btn-info, .btn-info:hover {
    background-image: linear-gradient(#1abc9c, #1abc9c 6%, #1abc9c);
    background-repeat: no-repeat;
    border: 1px solid #1abc9c;
    filter: none;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: none;
}

#widget-footer {
    border-bottom: none;
}

.form-group.focus .form-control, .form-control:focus {
    border-color: #1abc9c;
    box-shadow: none;
    outline: 0 none;
}

.form-control {
    border-width: 2px;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    opacity: 0.7;
}
.lead {
    margin-top: 1em;
    font-size: 26px;
    font-weight: 200;
}

article footer {
    margin-top: 1em;
}

#main article {
    border-bottom: solid 15px #edeff1;
}

/* fixes UL and float images overlap */
ul { overflow: hidden; }

code, kbd, pre, samp {
    font-family: monospace;
}

pre.prettyprint {
    font-size: 15px;
}

ol.linenums {
    color: #aaa;
    padding-left: 40px;
}

.post_meta {
    color: #aaa;
    font-size: smaller;
    margin: 10px 0;
}

.post_content h2 {
    clear: both;
}

ul, ol {
    padding-left: 25px;
}
ul.polyglot {
    margin-bottom: 0;
    font-size: smaller;
}

ul.polyglot li a {
    padding: 5px 5px;
}

ul.polyglot li {
    display: inline;
    font-size: smaller;
    line-height: 1.3em;
}

#searchformtop {
    margin-top: 0;
}

.home #menu-main {
    margin-top: 10px;
}

h1, .h1 {
    font-size: 40px;
}

.pagination {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    color: #1abc9c;
}

.pagination > li > span.current {
    color: #fff;
    background-color: #1abc9c;
}

#all_comments .media {
    border: none;
    background-color: #ecf0f1;
}
#all_comments .bypostauthor .media {
    background-color: #AFBFC4;
}

#widget-footer {
    border-bottom: none;
}

#content img {
    display: inline;
}

.alignright {
    float: right;
}

.wp-caption{
    margin: 5px;
    font-size: smaller;
    text-align: center;
}


.thumbnail {
    text-align: center;
}

@media (min-width:992px) {
    .carousel {
        min-height: 340px;
    }
}

/* ABP: override */
#all_comments .bypostauthor .media {
    background-color: #EFEFEF;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
