.q_image_with_text_over:hover .shader_hover[style] {
    background: rgb(135,181,219);
    background: -moz-linear-gradient(top,  rgba(135,181,219,1) 0%, rgba(17,108,185,1) 50%, rgba(7,49,83,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(135,181,219,1) 0%,rgba(17,108,185,1) 50%,rgba(7,49,83,1) 100%);
    background: linear-gradient(to bottom,  rgba(135,181,219,1) 0%,rgba(17,108,185,1) 50%,rgba(7,49,83,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b5db', endColorstr='#073153',GradientType=0 ); 
    opacity: .75;
    -webkit-filter: blur(2px) !important;
}
.q_image_with_text_over.q_iwto_hover:hover img {
    -webkit-filter: blur(2px) !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.q_image_with_text_over.q_iwto_hover img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.q_image_with_text_over .desc h6 span {
    text-shadow: rgb(0, 0, 0) 2px 1px 10px;
    padding: 31.5% 0% 35%!important;
    margin-left: 3%;
    width: 100%;
    display: block;
}
.q_image_with_text_over .desc h6 a {
  display: block;
}
.q_image_with_text_over .desc h6 span {
    font-weight: 700;
}
.q_image_with_text_over .caption.no_icon {
    font-weight: 700;
    text-shadow: rgb(0, 0, 0) 2px 1px 10px;
}
.q_image_with_text_over .desc h6 span:after {
    content: '\f054';
    font-family: FontAwesome;
    font-weight: 300 !important;
    font-size: .7em;
    margin-left: .5em;
    top: -.1em;
    position: relative;
}