/* GRID BASED ([{"device":"mobile","options":{"gutter":"15","columns":12,"width":"100%"}},{"device":"tablet","options":{"gutter":"15","columns":12,"width":"90%"}},{"device":"desktop","options":{"gutter":"15","columns":12,"width":"80%","maxWidth":"1232px"}}]) */
 .sidebar {
    float: none;
    min-height: 200px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
}
.sidebar a {
    color:#666666;
    line-height: 200%;
}
.sidebar a:visited {
    color: #0088ff;
}
.sidebar a:hover {
    color: #4562D6;
}
.widget > ul {
    list-style-image:none;
    list-style-type:none;
    padding-left:0px;
    min-height: 70px;
}
.widget > .widgettitle {
    font-size: 18px;
}
@media only screen and (min-width : 768px) {
    .sidebar {
        float: left;
        min-height: 700px;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
    }
}
@media only screen and (min-width : 1024px) {
    .sidebar {
        float: left;
        min-height: 700px;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
}