.main_banner .box-full{
    margin-top: 50px;
}
.main_banner .box-full h1{
    font-size: 3em;
    color: #444;
    margin-bottom: 30px;
    font-weight: bolder;
    line-height: 1.2;
}
.blog{
    border: 2px solid #ddd;
    min-height: 150px;
    padding: 10px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.blog h1{
    margin-bottom: 20px;
    padding: 0px;
    margin-top: 15px;
    min-height: 70px;
}
.blog h2{
    padding: 0px;
    margin-bottom: 5px;
}
.blog a{
    color: #007FFF;
    font-weight: bolder;
    padding: 0px;
}
.blog a:hover{
    color: #444;
    text-decoration: underline;
}
.right h1{
    font-weight: bolder;
    margin-bottom: 15px;
}
.right h2{
    padding: 15px;
    margin-bottom: 5px;
    font-weight: bolder;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
.right h2:hover{
    font-weight: bolder;
    background-color: #ddd;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    text-decoration: underline;
}
@media (min-width: 881px){
    .left{
        float: left;
        width: 80%;
    }
    .left .content{
        padding-right: 0px;
        margin-right: 0px;
    }
    .right{
        float: right;
        width: 20%;
    }
    .right .content{
        padding: 0px;
        margin: 0px;
    }
}
