/*
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 : 14/06/2016, 4:50:31 PM
    Author     : duncanc
*/

/*-----------------------------*/
/* @feature-tile-item */
/*-----------------------------*/
.feature-tile-wrapper {
    position: relative;
    z-index: 1000;
    background-color: #000;
}
.feature-tile-wrapper>.container-fluid {
    padding: 0;
}



.feature-tile-item {
    position: relative;
    padding: 0;
}

.feature-tile-item:hover {
    z-index: 999;
}


.feature-tile-background {
    display: block;
    padding-bottom: 100%;
    background-position: center center;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-left: 1px solid rgba(255,255,255,0.15);
    border-top: 1px solid rgba(255,255,255,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}


@media screen and (min-width: 0) {
    .feature-tile-background {
        padding-bottom: 75%;
    }
}
@media screen and (min-width: 992px) {
    .feature-tile-background {
        padding-bottom: 100%;
    }
}



.feature-tile-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;

    -ms-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;

    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;



    -o-align-content: center;
    -ms-align-content: center;
    -moz-align-content: center;
    -webkit-align-content: center;
    align-content: center;

    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;

    border: #201a70 10px solid;

}


@media screen and (min-width: 768px) {
    .feature-tile-content {
        padding-top: 20px;
        -o-justify-content:  flex-start;
        -ms-justify-content:  flex-start;
        -moz-justify-content:  flex-start;
        -webkit-justify-content:  flex-start;
        justify-content: flex-start;
    }
}


@media screen and (min-width: 1200px) {
    .feature-tile-content {
        padding-top: 40px;
    }
}

.feature-tile-background:focus .feature-tile-content,
.feature-tile-background:hover .feature-tile-content {
    border-color: #8E9Ec5;
    border-color: rgba(255,255,255,0.25);
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


h4.feature-tile-title {
 letter-spacing: 1px;
    font-size: 1.3em;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 1ex 15px;
}


.id-custom-feature-pages-widget-class p {
    color: #8E9Ec5;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    font-size: 0.8em;
}
.id-custom-feature-pages-widget-class .fa {
    color: white;
    font-size: 2.3em;
}