/*
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 : 23-mar-2016, 14.16.08
    Author     : giuseppe
*/

.thumbbox {
    position: relative;
}
.thumbbox img {
    width: 100%;
}
.boxdesc {
    background: rgba(4, 54, 89, 0.75) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
    height: 30%;
    word-wrap:break-word;
    padding-bottom:2%;
    
}
div.boxdesc h3 {
    padding: 1% 4% 4% 1%;
    margin-left:2%;
}
div.boxdesc h3 a {
    color: #fff;
    font-family: trebuchet ms;
    font-size: 1.2em;
    font-weight: normal !important;
   
    /*min-height: 50px;*/
    opacity: 1 !important;

    
    text-transform: none;
}

/*
@media (min-width: 450px) {
    .boxdesc {
        background: rgba(4, 54, 89, 0.75) none repeat scroll 0 0;
    }
}
@media (max-width: 449px) {
    .boxdesc {
        background: rgba(46, 10, 50, 0.75) none repeat scroll 0 0;
    }
}*/