/*!
 * Start Bootstrap - Blog Post 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: 115px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0px 0px 0px;
}

.clear-right-padding {
    padding-right: 0px !important;
}

.clear-left-padding {
    padding-left: 0px !important;
}

.clear-padding {
    padding:0px !important;
}
.clear {
    clear:both !important;
}

.par {
    color: #666666;
    line-height: 1.6em;
}

.top-wether {
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 0px 5px 0px;
}

.top-wether > center > small {
    font-size: 10px;
    color: #B2B0B0;
}

.top-wether > center > span {
    /*font-family: alef;*/
    font-family: 'Alef', sans-serif;
    font-size: 27px;
    font-weight: bold;
}
.real-time {
    background-color: #449D44;
    color: #fff;
    padding: 10px 20px;
}
.copyright {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.quicklinks {
    float:  right;
}

.quicklinks > li > a {
    font-weight: bold;
    color: red;
    font-size: 12px;
}



@media (min-width: 768px) {
    .mid-img > div > img {
        width: 100%;
    }
}

.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.text-top-mar {
    margin-top: 10px;
}

.quotes {
    font-size: 80px;
    color: #4CB04D;
    /*7B7B7B*/
}

.impact-title {
    color: #7B7B7B;
    line-height: 42px;
    font-size: 35px;
}

.sidebar {
    background-color: #EEEEEE;
}

.mar_top_bot_15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar_ul {
    list-style: url("../farm_images/dot.png");
}


