﻿.products {
	margin-top: 15px;
}

.jplist-box
{
    margin:0 0 10px;
    /*float:right;
    width: 99%;*/
}
.no-cssgradients .jplist-panel button:hover {
    background: none repeat scroll 0 0 #f4f4f4;
}
.jplist-ios-button {
    display: none;
}
.jplist-panel {
    color: #27252a;
    font-size:12px;
	min-height: 65px;
	padding: 20px 20px 30px;
	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.16);
	border-radius: 3px;
	transition: all .3s ease;
	background-color: #ffffff;

}
.jplist-panel button {
    background: linear-gradient(to bottom, #fff 0px, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    /*float: right;*/
    height: 30px;
    margin: 10px 0px 0 0;
    text-shadow: 1px 1px 1px #fff;    
}
#price-search-button
{
    width:100%;
}
.jplist-no-results
{
   margin-right:15px;
}
.jplist-panel button:hover {
    background: linear-gradient(to bottom, #fafafa 0px, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #0381bb;
}
.jplist-panel button.jplist-disabled {
    background: none repeat scroll 0 0 #e3e3e3;
    color: #6c6c6c;
    cursor: default;
}
.jplist-panel button.jplist-selected {
    color: #f03800;
}
.text-filter-box
{
     margin-bottom: 10px;
}
.jplist-panel input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    
    height: 30px;
    text-indent: 5px;
    text-shadow: 1px 1px 1px #fff;
    width: 100%;
   
}
.jplist-panel input[type="checkbox"], .jplist-panel input[type="radio"] {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    color: #27252a;
    display: inline-block;
    
}
.jplist-panel label {
    box-sizing: border-box;
    color: #27252a;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    padding: 0 2px;
}
.jplist-panel .text-filter-box {
    /*float: right;
    height: 30px;
    margin: 10px 0px 0 0;*/
}
.jplist-panel .text-filter-box .jplist-icon {
    background: none repeat scroll 0 0 #e8eff9;
}
.jplist-panel .text-filter-box .jplist-label {
    background: none repeat scroll 0 0 #f1f1f1;
    border-right: 0 none;
    margin: 0;
}
.jplist-panel .text-filter-box button {
    /*border-right: 0 none;
    margin: 0;
    padding: 0 10px;*/
}
.jplist-panel .jplist-group {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    float: right;
    height: auto;
    margin: 10px 10px 0 0;
    padding: 0 0 0 5px;
    text-shadow: 1px 1px 1px #fff;
}
.jplist-panel .jplist-group input, .jplist-panel .jplist-group label {
    height: 28px;
    line-height: 30px;
}
.jplist-panel .jplist-group ul {
    line-height: 28px;
    list-style: none outside none;
    margin: 0 0 0 10px;
    padding: 0;
}
.jplist-panel .jplist-group ul li {
    float: right;
    height: 28px;
    line-height: 30px;
    margin-right: 15px;
    overflow: hidden;
}
.jplist-empty {
    display: none;
}
.jplist-icon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #dbdbdb -moz-use-text-color #dbdbdb #dbdbdb;
    border-image: none;
    border-radius: 3px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #fff;
}
.jplist-icon:hover {
    color: #0381bb;
}
.jplist-label {
    background: linear-gradient(to bottom, #fff 0px, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 10px 0px 0 0;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #fff;
    text-align:center;
}
.jplist-selected {
    color: #ca3f1a;
}
.searchterm {
	margin-top: 80px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
    .searchtermjoda {
	position: absolute;
	top: -70px;
	left: -189%;
	right: 112%;
    min-width:700px;
}
    .searchtermjoda .form-control {
	font-size: 1.2em;
	height: 40px !important;
}
    .searchtermjoda .fa-search {
	font-size: 2em;
}
}
@media only screen and (max-width: 600px) {
/*.jplist-panel {
    display: none;
}*/
.hiddenfilter {
    display: none;
}
.jplist-ios-show .hiddenfilter {
    display: block;
}

.jplist-ios-button {
    background: linear-gradient(to bottom, #fff 0px, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    width: 100%;
}
.jplist-ios-button:hover {
    background: linear-gradient(to bottom, #fafafa 0px, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.jplist-ios-show {
    display: block;  
	position: absolute;
	top: 0;
    right:0;
	z-index: 10000;
}
}
.jplist-drop-down {
    background: linear-gradient(to bottom, #fff 0px, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    float: right;
    height: 30px;
    margin: 10px 0px 0 0;
    text-shadow: 1px 1px 1px #fff;
    width: 100%;
}
.red{    
    border: 1px solid red;    
}
.jplist-drop-down .jplist-dd-panel {
    cursor: pointer;
    float: right;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 10px;
    width: 100%;
}
.jplist-drop-down .jplist-dd-panel:after {
    color: #111;
    content: "▼";
    display: inline-block;
    float: left;
    margin: 0 10px;
}
.jplist-drop-down ul {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 6px #bbb;
    box-sizing: border-box;
    display: none;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.jplist-drop-down ul li {
    cursor: pointer;
    float: right;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    width: 100%;
}
.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: right;
    line-height: 30px;
}
.jplist-panel .jplist-pagination button {
    color: #0381bb;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.jplist-panel .jplist-pagination .jplist-current {
    color: #f03800;
    font-weight: bold;
}
.jplist-panel .jplist-pagination .jplist-pagingprev, .jplist-panel .jplist-pagination .jplist-pagingmid, .jplist-panel .jplist-pagination .jplist-pagingnext {
    float: right;
}
.jplist-panel .jplist-pagination .jplist-pagingprev button, .jplist-panel .jplist-pagination .jplist-pagingnext button {
    font-family: "Courier New",Courier,monospace;
    font-size: 20px;
}
.jplist-one-page {
    display: none;
}
.jplist-reset-btn {
    width: 75px;
}
.radio-filters {
    float: right;
    margin: 5px 15px 0 0;
}
.radio-filters input {
    vertical-align: baseline;
}
.radio-filters label {
    margin-right: 10px;
}
.radio {
    float: right;
}
.jplist-select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    float: right;
    height: 30px;
    margin: 10px 0px 0 0;
    padding: 5px;
    text-shadow: 1px 1px 1px #fff;
}
.jplist-range-slider {
    float: right;
    margin-top: 15px;
}
.jplist-range-slider .value {
    float: right;
    font-size: 12px;
    margin: 0 15px;
}
.jplist-range-slider .ui-slider {
    float: right;
    width: 100%;
}
.ui-slider {
    margin-top: 5px;
}
.jplist-date-picker-range {
    float: right;
    margin-top: 10px;
}
.jplist-date-picker-range .gap {
    display: block;
    float: right;
    margin-right: 5px;
}
.date-picker {
    border: 1px solid #dbdbdb;
    float: right;
    margin-right: 5px;
    width: 100px;
}
.jplist-panel .jplist-views {
    float: right;
}
.jplist-panel .jplist-views .jplist-view {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    cursor: pointer;
    float: right;
    height: 30px;
    text-shadow: 1px 1px 1px #fff;
    width: 32px;
}
.jplist-panel .jplist-views .jplist-list-view {
    background: url("img/icons/list-btn.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-panel .jplist-views .jplist-grid-view {
    background: url("img/icons/grid-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-panel .jplist-views .jplist-thumbs-view {
    background: url("img/icons/thumbs-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-grid-view .jplist-panel .jplist-views .jplist-list-view {
    background: url("img/icons/list-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-grid-view .jplist-panel .jplist-views .jplist-grid-view {
    background: url("img/icons/grid-btn.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-grid-view .jplist-panel .jplist-views .jplist-thumbs-view {
    background: url("img/icons/thumbs-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-thumbs-view .jplist-panel .jplist-views .jplist-list-view {
    background: url("img/icons/list-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-thumbs-view .jplist-panel .jplist-views .jplist-grid-view {
    background: url("img/icons/grid-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-thumbs-view .jplist-panel .jplist-views .jplist-thumbs-view {
    background: url("img/icons/thumbs-btn.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-grid-view .list-item {
    margin: 20px 0;
    overflow: hidden;
    width: 20%;
}
.jplist-grid-view .list-item .img {
    margin: 0;
    text-align: center;
    width: 100%;
}
.jplist-grid-view .list-item .desc {
    /*display: none;*/
}
.jplist-grid-view .list-item .block {
    text-align: center;
    width: 100%;
}
.jplist-grid-view .list-item .block p {
    padding: 0.3em 0 0;
}
.jplist-grid-view .list-item .block .title {
    font-size: 1em;
    line-height: 1.5em;
}
.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 {
    margin: 0 5%;
    width: 90%;
}
}
@media only screen and (max-width: 600px) {
.jplist-grid-view .list-item {
    width: 100%;
}
.jplist-grid-view .list-item .img {
    margin: 0 5%;
    width: 90%;
}
}
.jplist-hide-preloader {
    display: none;
}
.jplist-preloader {
	height: 30px;
	line-height: 30px;
	/* margin: 10px 10px 0 10px; */
	position: fixed;
	z-index: 10001;
	top: 0;
	background-color: rgba(74, 48, 11,0.4);
	height: 100%;
	width: 100%;
	right: 0;
}
.block {
    width: 840px;
	margin-bottom:5px;
}
.right
{text-align:right;
}
.title {
	/* color: #f03800; */
	font-size: 16px;
	margin: 0 0 15px 0;
}
.date {
    color: #440e00;
    float: right;
}
.like, .keywords {
    color: #440e00;
}
.price {
    color: #17161b;
}
.list {
    /*background: none repeat scroll 0 0 #fff;*/
    margin: 5px 0;
}
.list .img {
    float: right;
    font-size: 0;
    margin: 0 1%;
    text-align: center;
    width: 15%;
}/*
.list .thumbnail{
border: 8px solid #cccccc;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    box-sizing: content-box;
    display: inline-block;
    float: none;
    margin: 0 0 12px;
    width: auto;
	}*/
.list .img img {
    border: 2px solid #ccc;
    border-radius: 50%;
    max-width: 90%;
    padding: 10px;
	
}
.list .block {
    float: right;
    margin-right: 1%;
    width: 82%;
}
.list .block p {
    margin: 0;
    padding: 0 15px 5px 0;
}
.list .list-item {
    float: right;
    margin-top: 15px;
}
.box-header {
    background: none repeat scroll 0 0 #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 {
    margin: 0 5%;
    width: 90%;
}
.list .img {
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
    padding: 15px 0;
}
.list .img img {
    border: 1px solid #27252a;
    border-radius: 3px;
    max-width: 100%;
}
}
.jplist-panel .jplist-views {
    float: right;
}
.jplist-panel .jplist-views .jplist-view {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    cursor: pointer;
    float: right;
    height: 30px;
    text-shadow: 1px 1px 1px #fff;
    width: 32px;
}
.jplist-panel .jplist-views .jplist-list-view {
    background: url("img/icons/list-btn.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-panel .jplist-views .jplist-grid-view {
    background: url("img/icons/grid-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-panel .jplist-views .jplist-thumbs-view {
    background: url("img/icons/thumbs-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-grid-view .jplist-panel .jplist-views .jplist-list-view {
    background: url("img/icons/list-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-grid-view .jplist-panel .jplist-views .jplist-grid-view {
    background: url("img/icons/grid-btn.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-grid-view .jplist-panel .jplist-views .jplist-thumbs-view {
    background: url("img/icons/thumbs-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-thumbs-view .jplist-panel .jplist-views .jplist-list-view {
    background: url("img/icons/list-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-thumbs-view .jplist-panel .jplist-views .jplist-grid-view {
    background: url("img/icons/grid-btn-disabled.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-thumbs-view .jplist-panel .jplist-views .jplist-thumbs-view {
    background: url("img/icons/thumbs-btn.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.jplist-grid-view .list-item {
    margin: 20px 0;
    overflow: hidden;
    width: 25%;
	height:215px;
}
.jplist-grid-view .list-item .img {
    margin: 0;
    text-align: center;
    width: 100%;
}
.jplist-grid-view .list-item .desc {
    /*display: none;*/
     font-size: 0.9em;
}
.jplist-grid-view .list-item .block {
    text-align: center;
    width: 100%;
}
.jplist-grid-view .list-item .block p {
    padding: 0.3em 0 0;
}
.jplist-grid-view .list-item .block .title {
    font-size: 1.1em;
    line-height: 1.5em;
}
.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 {
    margin: 0 5%;
    width: 90%;
}
}
@media only screen and (max-width: 600px) {
.jplist-grid-view .list-item {
    width: 100%;
}
.jplist-grid-view .list-item .img {
    margin: 0 5%;
    width: 90%;
}
}
.jplist-thumbs-view .list-item {
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.jplist-thumbs-view .list-item .img {
    text-align: center;
    vertical-align: bottom;
    width: 100%;
}
.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 {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    width: 100%;
}
.jplist-thumbs-view .list-item .block p {
    font-weight: bold;
    padding: 0.3em 0 0;
}
.jplist-thumbs-view .list-item .block .title {
    font-size: 1em;
    line-height: 1.5em;
}
.jplist-thumbs-view .list-item .date {
    float: none;
}
@media only screen and (max-width: 800px) {
.jplist-thumbs-view .list .img {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    margin: 0 5%;
    overflow: hidden;
    padding: 0;
    width: 90%;
}
.jplist-thumbs-view .list .img img {
    border: 0 none;
    border-radius: 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: none repeat scroll 0 0 #fff;
    margin: 20px 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.ul-li-list .list-item {
    float: right;
    width: 100%;
}
.ul-li-list .list-box {
    float: right;
    width: 100%;
}
.ul-li-list .img {
    float: right;
    margin-right: 20px;
    width: 15%;
}
.ul-li-list .img img {
    border-radius: 3px;
    max-width: 90%;
}
.ul-li-list .block {
    float: right;
    margin-right: 1%;
    width: 82%;
}
.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 outside none;
    margin: 20px 0;
    padding: 0;
}
.ul-li-list .block, .ul-li-list .img {
    margin: 0 5%;
    width: 90%;
}
.ul-li-list .img {
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
}
.ul-li-list .img img {
    max-width: 100%;
}
}
.jplist-grid-view .ul-li-list {
    list-style: none outside none;
    margin: 20px 0;
    padding: 0;
}
.jplist-grid-view .ul-li-list .list-item {
    margin: 20px 0;
    overflow: hidden;
    width: 20%;
}
.jplist-grid-view .ul-li-list .list-item .img {
    margin: 0;
    text-align: center;
    width: 100%;
}
.jplist-grid-view .ul-li-list .list-item .desc {
    display: none;
}
.jplist-grid-view .ul-li-list .list-item .block {
    text-align: center;
    width: 100%;
}
.jplist-grid-view .ul-li-list .list-item .block p {
    padding: 0.3em 0 0;
}
.jplist-grid-view .ul-li-list .list-item .block .title {
    font-size: 1em;
    line-height: 1.5em;
}
.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 {
    margin: 0 5%;
    width: 90%;
}
}
@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 {
    margin: 0 5%;
    width: 90%;
}
}
.jplist-thumbs-view .ul-li-list {
    list-style: none outside none;
    margin: 20px 0;
    padding: 0;
}
.jplist-thumbs-view .list-item {
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.jplist-thumbs-view .list-item .img {
    text-align: center;
    vertical-align: bottom;
    width: 100%;
}
.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 {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    width: 100%;
}
.jplist-thumbs-view .list-item .block p {
    font-weight: bold;
    padding: 0.3em 0 0;
}
.jplist-thumbs-view .list-item .block .title {
    font-size: 1em;
    line-height: 1.5em;
}
.jplist-thumbs-view .list-item .date {
    float: none;
}
@media only screen and (max-width: 800px) {
.jplist-thumbs-view .ul-li-list .img {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    margin: 0 5%;
    overflow: hidden;
    padding: 0;
    width: 90%;
}
.jplist-thumbs-view .ul-li-list .img img {
    border: 0 none;
    border-radius: 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: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #dbdbdb;
    border-collapse: collapse;
    border-right: 1px solid #dbdbdb;
    float: right;
    margin: 30px 0;
    width: 100%;
}
.demo-tbl td, .demo-tbl th {
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding: 15px;
    vertical-align: top;
}
.demo-tbl p {
    margin: 0;
    padding: 0 15px 5px 0;
}
.demo-tbl .odd {
    background: none repeat scroll 0 0 #e8eff9;
}
.demo-tbl .even {
    background: none repeat scroll 0 0 #f4f4f4;
}
.double-sort .list {
    float: right;
    padding: 1.25em 0;
    width: 100%;
}
.double-sort .list .list-item {
    clear: both;
    float: right;
    margin: 0 2% 1em;
    width: 96%;
}
.subject {
    color: #444;
    font-family: verdana;
    font-size: 14px;
    line-height: 24px;
}
.course {
    color: #8e3d3d;
    font-family: verdana;
    font-size: 12px;
    line-height: 24px;
}
.jplist-sticky {
    background: none repeat scroll 0 0 #f1f1f1;
    left: 0;
    padding-bottom: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.sticky-demo .panel > .center {
    max-width: 100%;
}
.sticky-demo .jplist-sticky > .center {
    max-width: 95%;
}
.panel-group {
	margin-bottom: 10px;
}
#minPrice
{
	margin-top: 10px;
    margin-bottom: 5px;
}
.compareButton {
	left: 150px;
	position: absolute;
	z-index: 1000;
	padding: 10px 10px;
    box-shadow: 0 3px 3px rgba(0,0,0,.29) !important;	
}
.fixed-top {
	position: fixed;
	-webkit-animation: fadeInDownPerso;
	animation: fadeInDownPerso;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	box-shadow: 0 3px 3px rgba(0,0,0,.29);
	margin-top: -1px;
	left: 240px;
	top: 1px;
	padding: 12px;
}
@media (max-width: 767px) {
.products {
	margin-top: 10px;
}
.compareButton {
	left: 0;
	position: relative;
	padding: 5px;
     box-shadow:none;
}
}
.panel-body {
	padding: 10px 10px 10px;
}
.grouptilte {
	font-weight: bold;	
	font-size: 1.2em;
    margin-right:-15px;
}
.ddl {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 3px 6px #bbb;
	box-sizing: border-box;
	list-style: none outside none;
	margin: 10px 10px 0 0;
	overflow: hidden;
	padding: 0;
	float: right;
	height: 30px;
	width: 100%;
	z-index: 1000;
}
.ddMin
{
    width:150px;
    margin-left:10px;
    text-align:center;
}
.ms-preload {
 z-index:50000;
 height:100%;
 width:100%
}
.spinner {
 width:60px;
 height:60px;
 margin:auto;
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0;
 text-align:center;
 -webkit-animation:sk-rotate 2.0s infinite linear;
 animation:sk-rotate 2.0s infinite linear;
}
.dot1,.dot2 {
 width:60%;
 height:60%;
 display:inline-block;
 position:absolute;
 top:0;
 background-color:#607d8b;
 border-radius:100%;
 -webkit-animation:sk-bounce 2.0s infinite ease-in-out;
 animation:sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
 top:auto;
 bottom:0;
 -webkit-animation-delay:-1.0s;
 animation-delay:-1.0s
}
.gotodanger .panel-heading ,.gotodanger .panel-primary {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.acidjs-css3-treeview ul
{
    padding-right: 20px;
}
.acidjs-css3-treeview,
.acidjs-css3-treeview *
{
    list-style: none;
}


.acidjs-css3-treeview *
{
    vertical-align: middle;
}

.acidjs-css3-treeview li
{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.acidjs-css3-treeview input[type="checkbox"]
{
    margin:0;
}

.acidjs-css3-treeview label
{
    cursor: pointer;
}



.acidjs-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul
{
    display: none;
}

.acidjs-css3-treeview label:not([for])
{

}


@-webkit-keyframes sk-rotate {
 100% {
  -webkit-transform:rotate(360deg)
 }
}
@keyframes sk-rotate {
 100% {
  transform:rotate(360deg);
  -webkit-transform:rotate(360deg)
 }
}
@-webkit-keyframes sk-bounce {
 0%,100% {
  -webkit-transform:scale(0)
 }
 50% {
  -webkit-transform:scale(1)
 }
}
@keyframes sk-bounce {
 0%,100% {
  transform:scale(0);
  -webkit-transform:scale(0)
 }
 50% {
  transform:scale(1);
  -webkit-transform:scale(1)
 }
}
.panel-bottom {
	display: block;
	padding: 10px 5px;
}