.fa_custom {  
    color: #0099CC;  
}
.fa_custom_instagram {  
    color: red;

}
.fa_custom_contact {  
    color: grey;

}
.edu-card {
    margin: 60px auto;
    height: 400px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.edu-card .top {
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
    background: url("../img/yat.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.edu-card .top .wrapper {
    padding: 30px;
    position: relative;
    z-index: 1;
}
.edu-card .top .wrapper .mynav {
    height: 20px;
}
.edu-card .top .wrapper .mynav .lnr {
    color: #fff;
    font-size: 20px;
}
.edu-card .top .wrapper .mynav .lnr-chevron-left {
    display: inline-block;
    float: left;
}
.edu-card .top .wrapper .mynav .lnr-cog {
    display: inline-block;
    float: right;
}
.edu-card .top .wrapper .heading {
    margin-top: 20px;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}
.edu-card .top .wrapper .location {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.edu-card .top .wrapper .temp {
    margin-top: 20px;
}
.edu-card .top .wrapper .temp a {
    text-decoration: none;
    color: #fff;
}
.edu-card .top .wrapper .temp a .temp-type {
    font-size: 85px;
}
.edu-card .top .wrapper .temp .temp-value {
    display: inline-block;
    font-size: 85px;
    font-weight: 600;
    color: #fff;
}
.edu-card .top .wrapper .temp .deg {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    vertical-align: top;
    margin-top: 10px;
}
.edu-card .top:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.edu-card .bottom {
    padding: 0 30px;
    background: #fff;
}
.edu-card .bottom .wrapper .forecast {
    overflow: hidden;
    margin: 0;
    font-size: 0;
    padding: 0;
    padding-top: 20px;
    max-height: 155px;
}
.edu-card .bottom .wrapper .forecast a {
    text-decoration: none;
    color: #000;
}
.edu-card .bottom .wrapper .forecast .go-up {
    text-align: center;
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}
.edu-card .bottom .wrapper .forecast li {
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1em;
    margin-bottom: 30px;
}
.edu-card .bottom .wrapper .forecast li .date {
    display: inline-block;
}
.edu-card .bottom .wrapper .forecast li .condition {
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-size: 25px;
}
.edu-card .bottom .wrapper .forecast li .condition .temp {
    display: inline-block;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-top: 2px;
}
.edu-card .bottom .wrapper .forecast li .condition .temp .deg {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    margin-left: 3px;
    vertical-align: top;
}
.edu-card .bottom .wrapper .forecast li .condition .temp .temp-type {
    font-size: 20px;
}
.edu-card .bottom .wrapper .forecast li.active {
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}
.edu-card.rain .top {
    background: url("../img/yat.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .edu-card {
        margin: 24px auto;
        height: 280px;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
        overflow: hidden;
    }
    .edu-card .top {
        position: relative;
        height: 200px;
        width: 100%;
        overflow: hidden;
        background: url("../img/yat.jpg") no-repeat;
        background-size: cover;
        background-position: center center;
        text-align: center;
    }
    .edu-card .top .wrapper .heading {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
    }
.edu-card .top .wrapper .location {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.edu-card .bottom .wrapper .forecast li {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1em;
    margin-bottom: 30px;
}
}

.img-responsive{max-width: 100%;}