﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27-mag-2015, 15.16.41
    Author     : marco.buccio
*/

#formazione_linea_tempo{
    width: 948px;
	height: 210px;
    display: block;
}
#formazione_linea_tempo .control{
    display:block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
    margin-top: 110px;
}
#formazione_linea_tempo .next{
    float:right;
    background-image: url("img/Freccia-dx.png");
}
#formazione_linea_tempo .prev{
    float:left;
    background-image: url("img/Freccia-sx.png");
}
#formazione_linea_tempo .corsi_window{
    width: 870px;
    margin-left: 40px;
}
.slider_container{
    width: 15000px;
    height: 250px;
    /* margin-top: 30px; */
}
.corsi_window{
    overflow: hidden;
}
a.corso{
    width: 210px;
    display: inline-block;
	height: 220px;
    text-decoration: none;
    color: black;
    background-size: cover;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    margin-right: 9px;
    position: relative;
}
.corso_header{
    padding: 10px 10px 10px 10px;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.corso:hover .corso_header{
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.corso_type{
    margin:  0px 0px 0px 0px;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;
		color: black;
}
.corso_title{
    margin: 2px 0px 0px 0px;
	font-style:normal;
	font-weight:bold;
    font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	line-height:100%;
	color: black;
}
.corso_date{
    margin: 5px 0px 0px 0px;
	font-style:normal;
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
		color: black;
}
.corso_canale{
    position: absolute;
    bottom: 8px;
    left: 10px;
}
.corso_canale img{
    width: 40px;
}

.formazione_titolo{
margin: 0px 0px 10px 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: SourceSansPro, Calibri, Arial, Helvetica, sans-serif;
  line-height: 100%;
  color: #757575;
}