@charset "UTF-8";
/* CSS Document */

/*SAMPLES AND TEMPLATES PAGE*/
.design-templates {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 2em !important;
}

.design-templates li {
    color: #cccccc;
    overflow: hidden;
    display: block;
    clear: both;
    float: none;
}

.design-templates li a {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    color: #1e98d5;
    display: block;
    overflow: hidden;
    border: 2px solid #cccccc;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.design-templates li a:hover {
    border: 2px solid #1e98d5;
}

.template-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    -webkit-transition: background-image .25s ease-in-out;
    -moz-transition: background-image .25s ease-in-out;
    -o-transition: background-image .25s ease-in-out;
    transition: background-image .25s ease-in-out;
    text-align: center;
}

.template-icon img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    /*	top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
        transform: translateY(-50%);	*/
}

.template-icon p {
    font-weight: 600;
    color: #1e98d5;
    font-size: 1em;
    margin-top: -12.5%;
    line-height: 1.5em;
}

@media screen and (max-width: 50em) {
    .design-templates {
        font-size: 1.125em;
    }

    .template-icon p {
        line-height: 1em;
        margin-top: -15%;
    }
}
