/*
	Carousel20.css
	TemplateName: ObjectWeb-Base
	Copyright (c) 2012, ObjectWeb Srl. All rights reserved.
	Version: 2.0.0
*/



/* Carousel
------------------------------------------------------------------------------------------------- */
/*.jcarousel-wrapper {
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    margin: 0 10px;
    position: relative;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 2px #999;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
}*/

/** Carousel **/

.jcarousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.jcarousel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}

.jcarousel li {
    border: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    height: auto;
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.jcarousel img {
    display: block;
    height: auto !important;
    margin: 0 auto;
    max-width: 100%;
    
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    /*background: #4E443C;*/
    box-shadow: 0 0 4px #F0EFE7;
    border-radius: 30px;
    color: #fff;
    font: 24px/27px Arial, sans-serif;
    height: 30px;
    margin-top: -15px;
    opacity: 0.0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    top: 50%;
    width: 30px;
    -moz-border-radius: 30px;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    -webkit-border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
}



.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

.vertical .jcarousel-control-prev {
    left:auto;
    right:48%;
    top: 95%;
    transform: rotate(-90deg);
}

.vertical .jcarousel-control-next {
    right:48%;
    top: 5%;
    transform: rotate(-90deg);
}

.jcarousel-wrapper:hover .jcarousel-control-prev,
.jcarousel-wrapper:hover .jcarousel-control-next {
    background: #DBDBDB;
    opacity: 0.5;
}

.jcarousel-wrapper:hover .jcarousel-control-prev:hover,
.jcarousel-wrapper:hover .jcarousel-control-next:hover,
.jcarousel-wrapper:hover .jcarousel-control-prev:focus,
.jcarousel-wrapper:hover .jcarousel-control-next:focus,
.jcarousel-wrapper:hover .jcarousel-control-prev:active,
.jcarousel-wrapper:hover .jcarousel-control-next:active {
   background-color: #4E443C;
   color: #ffffff;
   opacity: 0.7;
   outline: none;
   text-decoration: none;
}
/** Carousel Pagination **/

.jcarousel-pagination {
    bottom: -40px;
    margin: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.tabledatacarousel .jcarousel-pagination {
    bottom: -50px;
}

.jcarousel-pagination a {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px #4E443C;
    color: #4E443C;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    line-height: 10px;
    margin-right: 7px;
    text-decoration: none;
    text-indent: -9999px;
    width: 10px;
    -moz-box-shadow: 0 0 2px #4E443C;
    -webkit-box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    box-shadow: 0 0 2px #F0EFE7;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
}

.jcarousel-pagination a:focus{
   outline: none;
}
/*--------------------------------------------------------------------------------------------------*/



/*ArticlesCarousel
/*--------------------------------------------------------------------------------------------------*/
.jcarousel li a:hover {
   text-decoration: none;
}

.article-container {
   height: auto;
}

.article-container img {
   float: left;
   margin-right: 8px;
}

.article-container .news-date-online {
   font-size: small;
   font-style: oblique;
}

.article-container .news-title {
   color: #2A6496;
   font-weight: bold;
}