/* card shared
/* ------------------------ */
.card{
    margin: 0 0 16px;
}
.card .content{
    overflow: hidden;
}
.owl-carousel .card{
    margin: 1px !important;
}
.card .content > a{
    display: block;
}
.card .body{
    padding: 27px;
}
.card .title{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    margin: 0;
}
.card .image{
    display: block;
    float: right;
    max-width: 100%;
    height: auto;
    margin: 5px 5px 0;
}
.card .body, .card .body p{
    font-size: 13px;
    color: #6e7178;
    line-height: 20px;
    margin: 0;
}
.card .body b, .card .body strong{
    font-weight: 500;
}
/*.card .footer{
    overflow: hidden;
}*/
.card .footer:after{
    clear: both;
    content: '';
    display: table;
}
.card .footer, .card .footer a{
    font-size: 11px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}
.card .footer a{
    padding: 2px 4px;
}
.card .footer .icon{
    float: left;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.card .footer .icon.icon-blue{
    background: #008ecf;
}
@media (min-width: 992px){
    .card .body, .card .body p{
        font-size: 17px;
    }
}
/* large fonts
/* ------------------------ */
.card.cardLarge .title,
.card.cardLarge .title > a{
    font-size: 23px;
    line-height:1.1;
    font-weight: 600;
    color: #000;
    margin: 0 0 27px;
}
.card.cardLarge .body, .card.cardLarge .body p{
    font-size:19px;
    font-weight: 200;
    color: #6e7178;
    margin: 0;
}
.card.cardLarge .body b, .card.cardLarge .body strong{
    font-weight: 500;
}
.card.cardLarge .link{
    font-size: 19px;
}
/* small fonts
/* ------------------------ */

.card.cardSmall .title,
.card.cardSmall .title > a{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0 0 27px;
}
.card.cardSmall .body, .card.cardSmall .body p{
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #6e7178;
}
.card.cardSmall .body b, .card.cardSmall .body strong{
    font-weight: 500;
}
.card.cardSmall .link{
    font-size: 13px;
}
/* card grey styles
/* ------------------------ */

/* cardGrey variants
/* ------------------------ */

.card.cardNews, .card.cardGrey{
    border: 1px solid #e5e5e5;
    background: #fafafa;
}
.card.cardNews .content{
    min-height: 92px;
}
.card.cardNews .image{
    width: 31%;
    height: auto;
}
.card.cardNews:after{
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 31%;
    height: 24px;
    background: transparent url('/images/icone/diagonal-bot.png') no-repeat;
}
.card.cardPress{
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
}
.card.cardEvento, .card.cardEvent{
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
}
.card.cardEvento .content, .card.cardEvent .content{
    min-height: 119px;
}
.card.cardEvento .footer, .card.cardEvent .footer{ overflow: visible }
.card.cardEvento .footer:after, .card.cardEvent .footer:after{ clear: both; content: ''; display: table }
.card.cardNewsletter{
    background: #d8eef7;
}
/* card other styles
/* ------------------------ */

.card.cardWhite{
    border: 1px solid #e5e5e5;
    background: #fff;
}
.card.cardBlue{
    background: #008ecf;
}
.card.cardBlue.title{
    color: #000;
}
.card.cardBlue .body,
.card.cardBlue .body p{
    color: #fff;
}
.card.cardBlue .body b,
.card.cardBlue .body strong{
    font-weight: 600;
}
.card.cardBlue .link{
    color: #fff;
}
.card.cardBlue .slash{
    color: #fff;
    font-weight: bold;
}
.card.cardBlue .footer,
.card.cardBlue .footer a{
    color: #000;
    font-weight: 300;
}
.card a.btnBlue{
    background: #008ecf;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 7px 15px;
    transition: background-color .2s ease-in-out;
    text-decoration: none;
}
.card a.btnBlue:hover{
    background: #0072af;
}
/* diagonal option
/* ------------------------ */

.card.diagonal:after{
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 302px;
    height: 24px;
    background: transparent url('/images/icone/diagonal-bot.png') no-repeat;
}
.card.diagonal.diagonalW40:after{
    width: 40%;
}
.card.diagonal.diagonalW30:after{
    width: 30%;
}
/* card category
/* ------------------------ */

.card.cardCategory{
    height: 274px;
    border-bottom: 1px solid #f5f5f5;
    background-size: cover;
    background-position: center;
}
.card.cardCategory .content{
    height: 273px;
    width: 273px;
    overflow: hidden;
    background: rgba(0, 142, 206, .8);
    padding: 27px 37px 0 27px;
}
.card.cardCategory .title{
    position: relative;
    margin-bottom: 10px;
}
.card.cardCategory .title,
.card.cardCategory .title a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: color .2s ease-in-out;
}
.card.cardCategory .title a:hover{
    color: #222;
}
.card.cardCategory .title:after{
    font-family: 'FontAwesome', sans-serif;
    content: '\f105';
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
}
.card.cardCategory .list{
    list-style: none;
    padding: 0 0 0 10px;
}
.card.cardCategory .list > li,
.card.cardCategory .list a{
    color: #fff;
    font-size: 18px;
    transition: color .2s ease-in-out;
    position: relative;
}
.card.cardCategory .list a:before{
    font-family: 'FontAwesome', sans-serif;
    content: '\f105';
    font-size: 15px;
    color: #fff;
    padding-right: 4px;
    margin-left: -10px;
}
.card.cardCategory .list a:hover{
    color: #000;
}
/*.card.diagonal .footer{*/
/*clear: both;*/
/*}*/
/* card product
/* ------------------------ */
.card.cardProduct{
    height: 273px;
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
}
.card.cardProduct .content{
    padding: 27px;
}
.card.cardProduct .img{
    margin: 0 auto;
    max-height: 110px;
    max-width: none;
    width: auto;
}
.card.cardProduct .title{
    font-size: 20px;
    font-weight: 600;
    color: #6e7178;
    text-align: center;
    margin: 15px;
    transition: color .2s ease-in-out;
}
.card.cardProduct .title > a{
    color: inherit;
}
.card.cardProduct .desc,
.card.cardProduct .desc a{
    font-size: 14px;
    color: #6e7178;
}
.card.cardProduct .desc{
    text-align: center;
}
.card.cardProduct a{
    transition: color .2s ease-in-out;
}
.card.cardProduct a:hover .title{
    color: #000;
}
.card.cardProduct .footer{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding-right: 10px;
}
.card.cardProduct .footer span{
    font-size: 12px;
    font-weight: 200;
    line-height: 20px;
    color: #000;
    transition: color .2s ease-in-out;
}
.card.cardProduct a:hover .footer span{
    color: #6e7178;
}
/* aggiunto important nella icoSmall perchè se si trova dentro al owlcarousel necessita di avere important */
.card .icoSmall{
    width: 13px !important;
    display: inline-block !important;
    margin-left: 6px;
}
.card.cardStory{
    background-size: cover;
    background-position: center;
    height: 273px;
    margin: 0;
}
.card.cardStory .content{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 110px;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    padding: 15px 10px;
}
.card.cardStory.autoHeight .content{
    height:auto;
}
.card.cardStory .content.contentSmall{
    height: 80px;
}
.card.cardStory a .title{
    transition: color .2s ease-in-out;
}
.card.cardStory a:hover .title{
    color: #0072af;
}
.card.cardStory .content.rightArrow{
    padding-right: 40px;
}
.card.cardStory .content.rightArrow:after{
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: 'FontAwesome', sans-serif;
    color: #008ecf;
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
}
.card.cardStory .title,
.card.cardStory .title a{
    font-size: 18px;
    color: #fff;
}
.card.cardStory .links{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.card.cardStory .links .category{
    float: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #fff;
    padding: 7px 10px;
}
.card.cardStory .links .category .fa{
    color: #008ecf;
    font-weight: bold;
}
.card.cardStory.links{
    overflow: hidden;
}
.card.cardStory .links .related{
    float: right;
    background: #008ecf;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 7px 15px;
    transition: background-color .2s ease-in-out;
}
.card.cardStory .links .related:hover{
    background: #0072af;
    color: #fff;
}
.card.cardStory.cardStoryBlue .content{
    background: rgba(0, 142, 207, .8);
    height: 80px;
    display: table;
    transition: background-color .2s ease-in-out;
}
.card.cardStory.cardStoryBlue .content > h2{
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    transition: color .2s ease-in-out;
}
.card.cardStory.cardStoryBlue .content .fa{
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 1;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    font-weight: 600;
    margin-top: -15px;
}
.card.cardStory.cardStoryBlue .content:hover{
    background: #0072af;
}
/* card solution
/* ------------------------ */
.card.cardSolutions{
    height: 273px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card.cardSolutions .content{
    height: 100px;
    width: 273px;
    overflow: hidden;
    background: rgba(0, 142, 206, .8);
    padding: 27px 37px 0 27px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.card.cardSolutions .title{
    position: relative;
    margin-bottom: 10px;
}
.card.cardSolutions .title,
.card.cardSolutions .title a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: color .2s ease-in-out;
}
.card.cardSolutions .title a:hover{
    color: #222;
}
.card.cardSolutions .title:after{
    font-family: 'FontAwesome', sans-serif;
    content: '\f105';
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
}
/* white paper
/* ------------------------ */

.card.cardWhitePaper{
    border: 1px solid #008ecf;
    background: #fff url('/images/icone/white-paper-icona.svg') left 15px bottom 15px no-repeat;
    background-size: 25px auto;
    transition: all .2s ease-in-out;
}
.card.cardWhitePaper a{
    display: block;
    overflow: hidden;
    height: 273px;
    padding: 27px;
}
.card.cardWhitePaper .typeLabel{
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.card.cardWhitePaper .title{
    font-size: 18px;
    line-height: 20px;
    color: #008ecf;
    font-weight: 400;
    transition: color .2s ease-in-out;
}
.card.cardWhitePaper .title .fa{
    color: #000;
    font-size: 18px;
}
.card.cardWhitePaper:hover{
    border-color: #0072af;
    /*box-shadow: 0 0 3px rgba(0, 114, 175, .5);*/
    background-color: rgb(240, 243, 250);
}
.card.cardWhitePaper:hover .title{
    color: #0072af;
}
.card.cardWhitePaper .img-white-paper{
    border: 1px solid #e5e5e5;
}
/* MOBILE */
@media (max-width: 767px){
    .card.diagonal:after, .card.diagonal.diagonalW30:after{
        width: 30px
    }
    .card .body{ padding: 15px }
    .card.cardNews .content, .card.cardEvento .content{ min-height: 0 }
    .card.cardCategory .content, .card.cardSolutions .content{
        height: auto;
        width: 100%;
    }
    .card.cardSolutions .content{ padding: 15px }
    .card.cardSolutions .title{ margin: 0 }
    .card.cardSolutions .title:after{ right: 0 }
    .card.cardWhitePaper a{
        height: auto;
        padding: 15px 15px 50px;
    }
    .card.cardWhitePaper img{ margin-top: 15px}
    .card.cardLarge .title, .card.cardLarge .title > a{ font-size: 18px }
    .card.cardLarge .link, .card.cardStory .title, .card.cardStory .title a{ font-size: 15px }

}
