/*
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 : 21.1.2016, 13:35:37
    Author     : Weby
*/
.tile
{
    position: relative;
    min-height: 320px!important;
    padding:1%;
}

.tile:hover
{
    cursor: pointer;
 -webkit-box-shadow: inset 0px 0px 10px -6px rgba(0,0,0,0.83);
-moz-box-shadow: inset 0px 0px 10px -6px rgba(0,0,0,0.83);
box-shadow: inset 0px 0px 10px -6px rgba(0,0,0,0.83);
}

.tile h3
{
    color: #FFF;
    font-weight: 300;
    font-size: 2.6rem;
    text-transform: uppercase;
    
    
}

.tile p
{
    color: #FFF;
}

.tile_urls{
   bottom: 10px;
    display: none;
    height: 150px;
    left: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9%;
    padding-top: 15px;
    position: absolute;
    text-align: left;
    width: 94%;
    z-index: 2;
}

.tile_urls a
{
   display: block;
   width: 100%;
   
   color: #FFF;
   font-size: 2.0rem;
   font-weight: 400;
}

.no_underline
{
    text-decoration: none!important;
}