.no-cssgradients .jplist-panel button:hover {
    background: #f4f4f4
}

.jplist-ios-button {
    display: none
}

.jplist-panel {
    color: #27252a
}

.jplist-panel button {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    margin: 10px 10px 0 0
}

.jplist-panel button:hover {
    color: #0381bb;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -o-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #ededed 100%);
    background: linear-gradient(to bottom, #fafafa 0, #ededed 100%)
}

.jplist-panel button.jplist-disabled {
    background: #e3e3e3;
    color: #6c6c6c;
    cursor: default
}

.jplist-panel button.jplist-selected {
    color: #f03800
}

.jplist-panel input[type="text"] {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    width: 150px;
    text-indent: 5px;
    background: #fff
}

.jplist-panel input[type="checkbox"], .jplist-panel input[type="radio"] {
    float: left;
    display: inline-block;
    height: 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #27252a
}

.jplist-panel label {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #27252a;
    cursor: pointer
}

.jplist-panel .text-filter-box {
    height: 30px;
    float: left;
    margin: 10px 10px 0 0
}

.jplist-panel .text-filter-box .jplist-icon {
    background: #e8eff9
}

.jplist-panel .text-filter-box .jplist-label {
    margin: 0;
    border-right: 0;
    background: #f1f1f1
}

.jplist-panel .text-filter-box button {
    margin: 0;
    border-left: 0;
    padding: 0 10px
}

.jplist-panel .jplist-group {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    margin: 10px 10px 0 0;
    padding: 0 0 0 5px;
    height: auto
}

.jplist-panel .jplist-group input, .jplist-panel .jplist-group label {
    height: 28px;
    line-height: 30px
}

.jplist-panel .jplist-group ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    line-height: 28px
}

.jplist-panel .jplist-group ul li {
    float: left;
    margin-right: 15px;
    overflow: hidden;
    height: 28px;
    line-height: 30px
}

.jplist-empty {
    display: none
}

.jplist-icon {
    display: none
}

.jplist-icon:hover {
    color: #0381bb
}

.jplist-label {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 10px 0 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%)
}

.jplist-selected {
    color: #ca3f1a
}

@media only screen and (max-width: 600px) {
    .jplist-panel {
        display: none
    }

    .jplist-ios-button {
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        font-size: 15px;
        line-height: 30px;
        float: left;
        height: 30px;
        box-shadow: 0 0 1px #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        text-shadow: 1px 1px 1px #fff;
        color: #27252a;
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
        background: -o-linear-gradient(top, #fff 0, #efefef 100%);
        background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
        background: linear-gradient(to bottom, #fff 0, #efefef 100%)
    }

    .jplist-ios-button:hover {
        background: #f2f2f2;
        background: -moz-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: -o-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: -ms-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: linear-gradient(to bottom, #fafafa 0, #ededed 100%)
    }

    .jplist-ios-show {
        display: block
    }
}

.jplist-drop-down {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    width: 130px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    margin: 10px 10px 0 0
}

.jplist-drop-down .jplist-dd-panel {
    float: left;
    width: 130px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 10px;
    cursor: pointer
}

.jplist-drop-down .jplist-dd-panel:after {
    content: '\25BC';
    color: #111;
    display: inline-block;
    float: right;
    margin: 0 10px
}

.jplist-drop-down ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 3px 3px;
    position: relative;
    top: 0;
    z-index: 1000;
    width: 128px;
    display: none;
    overflow: hidden;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 6px #bbb
}

.jplist-drop-down ul li {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    cursor: pointer
}

.jplist-drop-down ul li:hover {
    background-color: #ececec
}

.jplist-drop-down:hover .jplist-dd-panel {
    color: #0381bb
}

.jplist-drop-down:hover .jplist-dd-panel:after {
    color: #0381bb
}

.jplist-panel .jplist-pagination {
    cursor: pointer;
    float: left;
    line-height: 30px
}

.jplist-panel .jplist-pagination button {
    display: inline-block;
    color: #0381bb;
    height: 30px;
    line-height: 30px;
    padding: 0 10px
}

.jplist-panel .jplist-pagination .jplist-current {
    font-weight: bold;
    color: #f03800
}

.jplist-panel .jplist-pagination .jplist-pagingprev, .jplist-panel .jplist-pagination .jplist-pagingmid, .jplist-panel .jplist-pagination .jplist-pagingnext {
    float: left
}

.jplist-panel .jplist-pagination .jplist-pagingprev button, .jplist-panel .jplist-pagination .jplist-pagingnext button {
    font-size: 20px;
    font-family: "Courier New", Courier, monospace
}

.jplist-one-page {
    display: none
}

.jplist-reset-btn {
    width: 75px
}

.radio-filters {
    float: left;
    margin: 5px 15px 0 0
}

.radio-filters input {
    vertical-align: baseline
}

.radio-filters label {
    margin-right: 10px
}

.radio {
    float: left
}

.jplist-select {
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    float: left;
    margin: 10px 10px 0 0;
    padding: 5px
}

.jplist-range-slider {
    float: left;
    margin-top: 15px
}

.jplist-range-slider .value {
    float: left;
    margin: 0 15px;
    font-size: 12px
}

.jplist-range-slider .ui-slider {
    float: left;
    width: 130px
}

.ui-slider {
    margin-top: 5px
}

.jplist-date-picker-range {
    float: left;
    margin-top: 10px
}

.jplist-date-picker-range .gap {
    float: left;
    display: block;
    margin-right: 5px
}

.date-picker {
    float: left;
    border: 1px solid #dbdbdb;
    margin-right: 5px;
    width: 100px
}

.jplist-panel .jplist-views {
    float: left
}

.jplist-panel .jplist-views .jplist-view {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    cursor: pointer;
    width: 32px
}

.jplist-panel .jplist-views .jplist-list-view {
    background: url('img/icons/list-btn.png') no-repeat 50% 50%
}

.jplist-panel .jplist-views .jplist-grid-view {
    background: url('img/icons/grid-btn-disabled.png') no-repeat 50% 50%
}

.jplist-panel .jplist-views .jplist-thumbs-view {
    background: url('img/icons/thumbs-btn-disabled.png') no-repeat 50% 50%
}

.jplist-grid-view .jplist-panel .jplist-views .jplist-list-view {
    background: url('img/icons/list-btn-disabled.png') no-repeat 50% 50%
}

.jplist-grid-view .jplist-panel .jplist-views .jplist-grid-view {
    background: url('img/icons/grid-btn.png') no-repeat 50% 50%
}

.jplist-grid-view .jplist-panel .jplist-views .jplist-thumbs-view {
    background: url('img/icons/thumbs-btn-disabled.png') no-repeat 50% 50%
}

.jplist-thumbs-view .jplist-panel .jplist-views .jplist-list-view {
    background: url('img/icons/list-btn-disabled.png') no-repeat 50% 50%
}

.jplist-thumbs-view .jplist-panel .jplist-views .jplist-grid-view {
    background: url('img/icons/grid-btn-disabled.png') no-repeat 50% 50%
}

.jplist-thumbs-view .jplist-panel .jplist-views .jplist-thumbs-view {
    background: url('img/icons/thumbs-btn.png') no-repeat 50% 50%
}

.jplist-grid-view .list-item {
    width: 20%;
    overflow: hidden;
    margin: 20px 0
}

.jplist-grid-view .list-item .img {
    width: 100%;
    text-align: center;
    margin: 0
}

.jplist-grid-view .list-item .desc {
    display: none
}

.jplist-grid-view .list-item .block {
    width: 100%;
    text-align: center
}

.jplist-grid-view .list-item .block p {
    padding: .3em 0 0 0
}

.jplist-grid-view .list-item .block .title {
    line-height: 1.5em;
    font-size: 1em
}

.jplist-grid-view .list-item .date {
    float: none
}

.theme {
    color: #005BA0;
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    .jplist-grid-view .list-item .img {
        width: 90%;
        margin: 0 5%
    }
}

@media only screen and (max-width: 600px) {
    .jplist-grid-view .list-item {
        width: 100%
    }

    .jplist-grid-view .list-item .img {
        width: 90%;
        margin: 0 5%
    }
}

.jplist-hide-preloader {
    display: none
}

.jplist-preloader {
    height: 30px;
    line-height: 30px;
    margin: 10px 10px 0 0;
    float: right
}

.block {
    width: 840px
}

.title {
    font-size: 16px;
    color: #EE6600
}

.date {
    float: right;
    color: #440e00
}

.like, .keywords {
    color: #440e00
}

.price {
    color: #17161b
}

.list {
    background: #fff;
    margin: 30px 0
}

.list .img {
    width: 15%;
    margin: 0 1%;
    float: left;
    font-size: 0;
    text-align: center
}

.list .img img {
    max-width: 90%;
    border-radius: 3px
}

.list .block {
    margin-right: 1%
}

.list .block p {
    margin: 0;
}

.list .list-item {
    float: left;
    margin-bottom: -15px;
}

.box-header {
    background: #e0d7c5;
    border-bottom: 1px solid #ccbda1;
    border-radius: 3px 3px 0;
    margin-top: 20px;
    padding: 5px 0
}

@media only screen and (max-width: 800px) {
    .list .block, .list .img {
        width: 90%;
        margin: 0 5%
    }

    .list .img {
        border-radius: 3px;
        font-size: 0;
        line-height: 0;
        padding: 15px 0;
        margin-bottom: 10px
    }

    .list .img img {
        max-width: 100%;
        border-radius: 3px;
        border: 1px solid #27252a
    }
}

.jplist-panel .jplist-views {
    float: left
}

.jplist-panel .jplist-views .jplist-view {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    cursor: pointer;
    width: 32px
}

.jplist-panel .jplist-views .jplist-list-view {
    background: url('img/icons/list-btn.png') no-repeat 50% 50%
}

.jplist-panel .jplist-views .jplist-grid-view {
    background: url('img/icons/grid-btn-disabled.png') no-repeat 50% 50%
}

.jplist-panel .jplist-views .jplist-thumbs-view {
    background: url('img/icons/thumbs-btn-disabled.png') no-repeat 50% 50%
}

.jplist-grid-view .jplist-panel .jplist-views .jplist-list-view {
    background: url('img/icons/list-btn-disabled.png') no-repeat 50% 50%
}

.jplist-grid-view .jplist-panel .jplist-views .jplist-grid-view {
    background: url('img/icons/grid-btn.png') no-repeat 50% 50%
}

.jplist-grid-view .jplist-panel .jplist-views .jplist-thumbs-view {
    background: url('img/icons/thumbs-btn-disabled.png') no-repeat 50% 50%
}

.jplist-thumbs-view .jplist-panel .jplist-views .jplist-list-view {
    background: url('img/icons/list-btn-disabled.png') no-repeat 50% 50%
}

.jplist-thumbs-view .jplist-panel .jplist-views .jplist-grid-view {
    background: url('img/icons/grid-btn-disabled.png') no-repeat 50% 50%
}

.jplist-thumbs-view .jplist-panel .jplist-views .jplist-thumbs-view {
    background: url('img/icons/thumbs-btn.png') no-repeat 50% 50%
}

.jplist-grid-view .list-item {
    width: 20%;
    overflow: hidden;
    margin: 20px 0
}

.jplist-grid-view .list-item .img {
    width: 100%;
    text-align: center;
    margin: 0
}

.jplist-grid-view .list-item .desc {
    display: none
}

.jplist-grid-view .list-item .block {
    width: 100%;
    text-align: center
}

.jplist-grid-view .list-item .block p {
    padding: .3em 0 0 0
}

.jplist-grid-view .list-item .block .title {
    line-height: 1.5em;
    font-size: 1em
}

.jplist-grid-view .list-item .date {
    float: none
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    .jplist-grid-view .list-item .img {
        width: 90%;
        margin: 0 5%
    }
}

@media only screen and (max-width: 600px) {
    .jplist-grid-view .list-item {
        width: 100%
    }

    .jplist-grid-view .list-item .img {
        width: 90%;
        margin: 0 5%
    }
}

.jplist-thumbs-view .list-item {
    width: 50%;
    overflow: hidden;
    margin: 20px 0;
    position: relative
}

.jplist-thumbs-view .list-item .img {
    width: 100%;
    text-align: center;
    vertical-align: bottom
}

.jplist-thumbs-view .list-item .img img {
    min-width: 90%;
    vertical-align: bottom
}

.jplist-thumbs-view .list-item .desc {
    display: none
}

.jplist-thumbs-view .list-item .block {
    width: 100%;
    text-align: center;
    position: absolute;
    background: #fff;
    opacity: .6;
    bottom: 0
}

.jplist-thumbs-view .list-item .block p {
    padding: .3em 0 0 0;
    font-weight: bold
}

.jplist-thumbs-view .list-item .block .title {
    line-height: 1.5em;
    font-size: 1em
}

.jplist-thumbs-view .list-item .date {
    float: none
}

@media only screen and (max-width: 800px) {
    .jplist-thumbs-view .list .img {
        background: #fff;
        border: 0;
        padding: 0;
        margin: 0 5%;
        width: 90%;
        overflow: hidden
    }

    .jplist-thumbs-view .list .img img {
        border-radius: 0;
        border: 0
    }

    .jplist-thumbs-view .list .block {
        margin: 0 5%;
        width: 90%
    }

    .jplist-thumbs-view .list .block p {
        padding: 0;
        text-align: center
    }
}

@media only screen and (max-width: 600px) {
    .jplist-thumbs-view .list .date, .jplist-thumbs-view .list .like {
        display: none
    }
}

.ul-li-list {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 20px 0
}

.ul-li-list .list-item {
    float: left;
    width: 100%
}

.ul-li-list .list-box {
    width: 100%;
    float: right
}

.ul-li-list .img {
    float: left;
    margin-right: 20px;
    width: 15%
}

.ul-li-list .img img {
    max-width: 90%;
    border-radius: 3px
}

.ul-li-list .block {
    float: right;
    width: 82%;
    margin-right: 1%
}

.ul-li-list .desc {
    text-align: justify
}

.ul-li-list p {
    margin: 0;
    padding: 0 25px 5px 0
}

@media only screen and (max-width: 800px) {
    .ul-li-list {
        list-style: none;
        padding: 0;
        margin: 20px 0
    }

    .ul-li-list .block, .ul-li-list .img {
        width: 90%;
        margin: 0 5%
    }

    .ul-li-list .img {
        border-radius: 3px;
        font-size: 0;
        line-height: 0;
        padding: 15px 0;
        margin-bottom: 10px;
        text-align: center
    }

    .ul-li-list .img img {
        max-width: 100%
    }
}

.jplist-grid-view .ul-li-list {
    padding: 0;
    margin: 20px 0;
    list-style: none
}

.jplist-grid-view .ul-li-list .list-item {
    width: 20%;
    overflow: hidden;
    margin: 20px 0
}

.jplist-grid-view .ul-li-list .list-item .img {
    width: 100%;
    text-align: center;
    margin: 0
}

.jplist-grid-view .ul-li-list .list-item .desc {
    display: none
}

.jplist-grid-view .ul-li-list .list-item .block {
    width: 100%;
    text-align: center
}

.jplist-grid-view .ul-li-list .list-item .block p {
    padding: .3em 0 0 0
}

.jplist-grid-view .ul-li-list .list-item .block .title {
    line-height: 1.5em;
    font-size: 1em
}

.jplist-grid-view .ul-li-list .list-item .date {
    float: none
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    .jplist-grid-view .ul-li-list .list-item .img {
        width: 90%;
        margin: 0 5%
    }
}

@media only screen and (max-width: 600px) {
    .jplist-grid-view .ul-li-list .list-item {
        width: 100%
    }

    .jplist-grid-view .ul-li-list .list-item .img {
        width: 90%;
        margin: 0 5%
    }
}

.jplist-thumbs-view .ul-li-list {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.jplist-thumbs-view .list-item {
    width: 50%;
    overflow: hidden;
    margin: 20px 0;
    position: relative
}

.jplist-thumbs-view .list-item .img {
    width: 100%;
    text-align: center;
    vertical-align: bottom
}

.jplist-thumbs-view .list-item .img img {
    min-width: 90%;
    vertical-align: bottom
}

.jplist-thumbs-view .list-item .desc {
    display: none
}

.jplist-thumbs-view .list-item .block {
    width: 100%;
    text-align: center;
    position: absolute;
    background: #fff;
    opacity: .6;
    bottom: 0
}

.jplist-thumbs-view .list-item .block p {
    padding: .3em 0 0 0;
    font-weight: bold
}

.jplist-thumbs-view .list-item .block .title {
    line-height: 1.5em;
    font-size: 1em
}

.jplist-thumbs-view .list-item .date {
    float: none
}

@media only screen and (max-width: 800px) {
    .jplist-thumbs-view .ul-li-list .img {
        background: #fff;
        border: 0;
        padding: 0;
        margin: 0 5%;
        width: 90%;
        overflow: hidden
    }

    .jplist-thumbs-view .ul-li-list .img img {
        border-radius: 0;
        border: 0
    }

    .jplist-thumbs-view .ul-li-list .block {
        margin: 0 5%;
        width: 90%
    }

    .jplist-thumbs-view .ul-li-list .block p {
        padding: 0;
        text-align: center
    }
}

@media only screen and (max-width: 600px) {
    .jplist-thumbs-view .ul-li-list .date, .jplist-thumbs-view .ul-li-list .like {
        display: none
    }
}

.jplist-hidden {
    display: none
}

.demo-tbl {
    background: #fff;
    width: 100%;
    float: left;
    border-collapse: collapse;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin: 30px 0
}

.demo-tbl td, .demo-tbl th {
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    vertical-align: top;
    padding: 15px
}

.demo-tbl p {
    margin: 0;
    padding: 0 15px 5px 0
}

.demo-tbl .odd {
    background: #e8eff9
}

.demo-tbl .even {
    background: #f4f4f4
}

.double-sort .list {
    float: left;
    width: 100%;
    padding: 1.25em 0
}

.double-sort .list .list-item {
    float: left;
    width: 96%;
    margin: 0 2% 1em 2%;
    clear: both
}

.subject {
    font-family: verdana;
    font-size: 14px;
    line-height: 24px;
    color: #444
}

.course {
    font-family: verdana;
    font-size: 12px;
    line-height: 24px;
    color: #8e3d3d
}

.jplist-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #f1f1f1;
    padding-bottom: 5px
}

.sticky-demo .panel > .center {
    max-width: 100%
}

.sticky-demo .jplist-sticky > .center {
    max-width: 95%
}

div.textimage ul {
    margin-left: 130px;
}
::-moz-selection {
    background: #ffd800;
    text-shadow: none
}

::selection {
    background: #ffd800;
    text-shadow: none
}

.cq-data-grid-item {
    min-height: auto;
    float: left;
    width: 100%;
}

.cq-jplist-panel {
    min-height: auto;
    float: left;
    width: 100%;
}

.grid-text-shadow {
    text-shadow: 1px 1px 1px #fff
}

.grid-item {
    width: 300px;
    margin: 0 50px 30px 0
}

.grid-item .title-15 p {
    margin-bottom: 0
}

.grid-item .links a {
    font-size: 12px
}

.grid-item-last {
    margin-right: 0
}

.grid-box {
    float: left;
    width: 100%
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.align-middle {
    vertical-align: middle
}

.left {
    float: left
}

.right {
    float: right
}

.block {
    display: block
}

.left-block {
    display: block;
    float: left
}

.hidden {
    display: none
}

.fa-list-styles .fa {
    font-size: 18px;
    color: #243d99;
    margin: 0 5px
}

.grid-menu-row {
    margin-bottom: 20px;
    line-height: 30px
}

.grid-menu-row .grid-menu-cell {
    width: 30%
}

.grid-menu-row .grid-menu-cell ul {
    width: 80%;
    background: #f9f9f9;
    border-radius: 2px;
    padding-top: 15px;
    padding-bottom: 15px
}

.grid-menu-row h2 {
    transition: all .25s ease 0s;
    text-shadow: 1px 1px 10px #999;
    font-weight: normal;
    font-family: 'Lato', sans-serif
}

.grid-menu-row h2:hover {
    color: #27252a;
    text-shadow: 1px 1px 10px #27252a
}

div.grid-box img {
    margin: 0 20px 8px 0!important;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: \201C \201D \2018 \2019;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type=button], /* 1 */
input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, figure {
    margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
