/* Default */
#jd-mod-items-default,
#jd-mod-items-clean {
    position: relative;
    padding: 0;
}

#jd-mod-items-default .jd-mod-body {
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#jd-mod-items-default .jd-mod-logo-container {
    bottom: 90px;
    right: 20px;
    border-radius: 100%;
    background: #f1f1f1;
    padding: 3px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    color: #ccc;
}

#jd-mod-items-default .jd-mod-logo {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    background: #FFF;
}

#jd-mod-items-default .jd-mod-address-container {
    bottom: 50px;
    height: 80px;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(28,28,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(28,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(28,28,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(28,28,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(28,28,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
}

#jd-mod-items-default .jd-mod-address {
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    bottom: 0;
}

#jd-mod-items-default .jd-mod-title {
    background: #fff;
    bottom: 0;
    height: 50px;
    left: 0;
    line-height: 50px;
    width: 100%;
}

#jd-mod-items-default .jd-mod-title h2 {
     font-size: 16px;
     margin: 0;
     font-weight: normal;
     line-height: 50px;
}

#jd-mod-items-default .jd-mod-address,
#jd-mod-items-default .jd-mod-title h2 {
    padding-left: 15px;
}

#jd-mod-items-default .jd-mod-category {
    top: -1px;
    right: 40px;
    padding: 5px 15px;
    font-size: 12px;
    background: #fff;
    border-radius: 2px;
    text-transform: uppercase;
}

#jd-mod-items-default .jd-mod-image {
    text-align: center
}

#jd-mod-items-default .jd-mod-body:hover .jd-mod-image img{
    background: #000;
   -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}

#jd-mod-items-default .jd-mod-image img {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.jd-mod-featured {
    color: #fff;
    font-weight: 700;
    left: -44px;
    padding: 4px 45px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(-45deg);
    background: #ee413c;
    z-index: 10;
}

/* Slider */
/*=============================================================================*/


.jc-slider-arrow-left, .jc-slider-arrow-right, .jssora03ldn, .jssora03rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(images/a03.png) no-repeat;
    overflow: hidden;
}

.jc-slider-arrow-left {
    background-position: -11px -41px;
}

.jc-slider-arrow-right {
    background-position: -71px -41px;
}

.jc-slider-arrow-left:hover {
    background-position: -131px -41px;
}

.jc-slider-arrow-right:hover {
    background-position: -191px -41px;
}

.jc-slideshow .jd-caption {
    background: #fff;
    opacity: 0.5;
} 

.jc-slideshow .jd-caption h3 {
    padding: 5px;
    margin: 5px;
}

/* Clean Layout
 ===============================================================================*/

#jd-mod-items-clean .jd-mod-box {
    overflow: hidden
}

#jd-mod-items-clean .jd-mod-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 300;
    left: 0;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding: 5px 0;
    transition: all 0.2s ease 0s;
    width: 100%;
}


#jd-mod-items-clean .jd-mod-box:hover .jd-mod-descr  {
    opacity: 1;
    height: 100%;
}

#jd-mod-items-clean .jd-mod-cat {
    text-transform: uppercase
}

#jd-mod-items-clean .jd-mod-descr {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition:all 0.3s ease;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    font-size: 20px;
}

#jd-mod-items-clean .jd-mod-logo {
    width: 100%
}

#jd-mod-items-clean .jd-mod-logo img {
    max-width: 100px;
}