@charset "utf-8";

/*!@copyright 2014 Sigma Informatics*/
/************************************************************
 * @author Sigma Informatics http://www.sinf.gr
 * created with: "Sigma Informatics Site Builder v. 3.50.3"
 * date: 4/10/2014
 * slider.css
************************************************************/

.slider-container{

/*  height:360px;  */
 width:960px;
 padding:4px 10px 4px 10px;
 background:#fff;
}

.slider-container-inner{
/*  height:360px;   */
 width:100%;
overflow: hidden;
background: #444;
}

.slider-container-inner img:hover{
opacity:0.95;
}

.slider-text{
   float:left;
   height:160px;
   width:100px;
}


.slider-text {
padding-left: 15px;
background: url('../assets/bg/rombo.png') bottom left no-repeat;    /*  work-of-week    */
margin-left: 5px;
}

.slider-text-inner {
width: 210px;
margin-top: 20px;
margin-right: 5px;
/* min-height: 140px;     */
background: #fff;
border-right: 5px solid #529bce;   /*  #00aed3     */
}

.slider-link{
   float:left;
}

.slider-text-inner h2{
padding: 11px 10px 0 10px !important;
font-weight: normal;
font-size: 1.2em!important;
}

a.slider_msg {
color: #444;
border-bottom: 1px solid #00aed3;
float: none;
text-decoration:none;
}

.slider-main-text{
  padding: 11px 10px 16px 10px !important;
  line-height: 1.75em;
  min-height:80px;
}

.slider-main-text div{
   padding:!important;
}

.slider-read-more{

}



