/*HEADER*/
#jd-headerWrapper,
#jd-itemsWrapper {
    position: relative;
    margin: 0;
    padding: 0;
}
#jd-headerWrapper label:after {
    content: ": ";
}
#jd-itemsWrapper .jd-itemsMapBox {
    margin: 25px 0;
    border: 1px solid #DDD;
}
#jd-itemsWrapper .jd-itemsBody {
    margin: 0;
    padding: 0;
    /*border: 1px solid #DDD;*/
}
#jd-itemsWrapper .jd-box {
    float: left;
    position: relative;
    width: 33.3333%;
    padding-bottom: 43%;
    cursor: pointer;
	overflow: hidden;
}
#jd-itemsWrapper .jd-boxInner {
    position: absolute;
	border: 1px solid #ccc;
	padding: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
	top: 0;
    /*-webkit-box-shadow: 0 4px 2px -2px grey;
    -moz-box-shadow: 0 4px 2px -2px grey;
    box-shadow: 0 4px 2px -2px grey;*/
}
#jd-itemsWrapper .jd-itemMapNumber {
    float: left;
    margin-right: 10px;
    font-size: 11px;
    width: 20px;
    text-align: center;
    background: #333;
    border: 1px solid #333333;
}
#jd-itemsWrapper .jd-itemTags a {
    background: none;
}
#jd-itemsWrapper .jd-itemTopRow,
#jd-itemsWrapper .jd-itemBottomRow { 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#jd-itemsWrapper .jd-itemTopRow {
    position: absolute;
    bottom: 0;
    width: 100%;
    display:block;
    /*padding: 10px;*/
    /*text-align: right;*/
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(237,237,237,0.7) 0%, rgba(246,246,246,0.7) 53%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0.7)), color-stop(53%,rgba(246,246,246,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(237,237,237,0.7) 0%,rgba(246,246,246,0.7) 53%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(237,237,237,0.7) 0%,rgba(246,246,246,0.7) 53%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(237,237,237,0.7) 0%,rgba(246,246,246,0.7) 53%,rgba(255,255,255,0.7) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(237,237,237,0.7) 0%,rgba(246,246,246,0.7) 53%,rgba(255,255,255,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#jd-itemsWrapper .jd-itemTopRow .jd-itemTtile {
    font-size: 18px;
}
#jd-itemsWrapper .jd-itemBottomRow { 
    display: none;	position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #ccc;
    text-transform: uppercase;
    padding: 10px 10px 0px 5px;
    background: rgb(109,0,25); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(109,0,25,1) 0%, rgba(220,85,55,1) 10%, rgba(220,85,55,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,0,25,1)), color-stop(10%,rgba(220,85,55,1)), color-stop(100%,rgba(220,85,55,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(109,0,25,1) 0%,rgba(220,85,55,1) 10%,rgba(220,85,55,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(109,0,25,1) 0%,rgba(220,85,55,1) 10%,rgba(220,85,55,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(109,0,25,1) 0%,rgba(220,85,55,1) 10%,rgba(220,85,55,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(109,0,25,1) 0%,rgba(220,85,55,1) 10%,rgba(220,85,55,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#dc5537',GradientType=0 ); /* IE6-9 */
}
#jd-itemsWrapper  .jd-itemDescrBox {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    /*display: block;*/
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    transition: all 0.3s ease-out 0s;	display: none;
}
#jd-itemsWrapper  .jd-boxInner:hover .jd-itemDescrBox  {
    opacity: 1;
    height: 100%;
}
#jd-itemsWrapper .jd-itemCustomFileds ul label {
    font-size: 12px;
}
#jd-itemsWrapper .jd-itemCustomFileds ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#jd-itemsWrapper .jd-itemScore {
    float: right;
    min-width: 140px;
}
#jd-itemsWrapper .jd-scoreDescr {
    float: right; 
    margin-left: 5px;
    padding-top: 5px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #555
}
#jd-itemsWrapper .jd-itemLogo {
    opacity: 1;
	height: 200px;
}
@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    #jd-itemsWrapper .jd-box {
        width: 100%;
        padding-bottom: 100%;
		min-height: 100px;
    }
    #jd-itemsWrapper  .jd-itemDescrBox {
        font-size: 11px;
    }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    #jd-itemsWrapper .jd-box {
        width: 50%;
        padding-bottom: 50%;
		min-height: 150px;
    }
}
.collection {

}

.collection a {
	color: #000;
}