#jv-mod-default .uk-overlay-panel {
    padding: 15px;
}
#jv-mod-default .jv-mod-title-wrapper {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
#jv-mod-default .jv-mod-title-wrapper h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: white;
}
#jv-mod-default .jv-mod-top {
    padding: 15px;
    background: rgba(0,131,203, 0.7);
    color: white;
}

#jv-mod-default .jv-mod-footer {
    padding: 15px;
    /*background: #222;*/
    color: #fff;
    margin-top: -5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 50px;
    background: #0083cb; /* Old browsers */
    background: -moz-linear-gradient(top,  #01302f 0%,#0083cb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #01302f 0%,#0083cb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #01302f 0%,#0083cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01302f', endColorstr='#0083cb',GradientType=0 ); /* IE6-9 */


}

#jv-mod-default .jv-mod-footer a {
    color: #fff;
}

/*LIST*/
#jv-mod-list .jv-mod-date-wrapper {
    background: url("/modules/mod_jomevents_items/images/date.png");
    display: block;
    width: 73px;
    height: 73px;
}

#jv-mod-list .jv-mod-date {
    display: block;
    width: 73px;
    height: 73px;
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    font-family: 'Quantico';
}

#jv-mod-list .jv-mod-date-month {
    font-size: 16px;
} 

#jv-mod-list .jv-mod-date-link {
    background: #cdcdcd; 
    height:1px; 
    margin-top:34px;
    width: 95%;
    margin-left: 2%;
    position: absolute;
    top: 0;
}

#jv-mod-list .jv-mod-title h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#jv-mod-list .jv-mod-title {
    border-bottom: 1px solid #efefef
}


#jv-mod-list .jv-mod-address-wrapper {
    font-size: 16px;
}

#jv-mod-list .jv-mod-address-wrapper .jv-mod-hour {
    font-size: 20xp;
    color: #c62b02;
    font-weight: bold;
}

#jv-mod-list .jv-mod-object {
    color: #6b92bd
}

/* Slideshow */

.jc-slideshow .jv-caption {
    background: #000;
    opacity: 0.5;
} 


.jc-slideshow .jv-caption h3, 
.jc-slideshow .mod-jv-slide-address {
    padding: 5px;
    margin: 5px;
    color: #fff!important
}

.jc-slider-arrow-left, .jc-slider-arrow-right, .jssora03ldn, .jssora03rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(/modules/mod_jomevents_items/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;
}

/* for 700px or less */
@media screen and (max-width: 600px) {

    .mod-jv-item-cell-first {
        width: auto!important;
        float: none;
    }

    .mod-jv-item-cell-middle {
        width: auto!important;
        float: none;
        margin-left: 0px;
    }
	
	.mod-jv-item-cell-last {
        width: auto!important;
        float: none;
    }

}