/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 2.0.5
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
@media screen and (min-width: 900px) {
    .front-slideshow{
        visibility:visible;
        position: absolute;
        bottom: -23.5%;
        left: 0.5%;
        width: 99%;
        height: 20%;
        font-size: 18px;
        z-index: 100;
    }
    .box-front-slideshow{
        visibility:visible;
        float: left;
        width: 33%;
        height: 100%;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background:rgba(20,20,20,0.7);
        -webkit-box-shadow: #B3B3B3 7px 7px 7px;-moz-box-shadow: #B3B3B3 7px 7px 7px; box-shadow: #B3B3B3 7px 7px 7px;
    }

    .box-front-slideshow a:link, .box-front-slideshow a:active, .box-front-slideshow a:hover, .box-front-slideshow a:visited{
        top:15%;
        position: relative;
        visibility:visible;
        color:#FFF;
        font-size: 2em;
        text-decoration: none;
        /*vertical-align: middle;*/
    }
}