.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.tile {
    display: block;
    cursor: pointer;
    -webkit-perspective: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .2s;
    float: left;
    min-width: 75px;
    min-height: 75px;
    text-align: center;
    opacity: .75;
    background-color: #2e8bcc;
    z-index: 1;
    border: 4px #fff solid;
    color: #fff;
    padding: 10px
}

.tile h1,.tile h2,.tile h3,.tile h4,.tile h5,.tile h6 {
    color: #fff;
    -webkit-user-select: none
}

.tile h2 {
    font-size: 1.75em;
    margin-top: 20px;
    margin-left: 0
}

.tile h3,.tile h4 {
    margin-top: 5px
}

.tile h1.tile-text,.tile h2.tile-text,.tile h3.tile-text,.tile h4.tile-text {
    margin-top: 20px
}

.tile a:hover {
    text-decoration: none
}

.tile img {
    border: 0
}

.tile:hover {
    opacity: 1
}

.tile .tile-label {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 14px;
    color: #fff
}

.tile .tile-content .tile-icon-large {
    margin-left: 0;
    vertical-align: middle!important;
    text-align: center
}

.tile .tile-content {
    padding-top: 20px;
    line-height: normal;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tile .tile-content-small {
    padding-top: 5px;
    line-height: normal;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tile.tile-blue {
    background-color: #2e8bcc
}

.tile.tile-green {
    background-color: #393
}

.tile.tile-green1 {
    background-color: #8ED68E
}
.tile.tile-orange {
    background-color: #FFA100
}


.tile.tile-red {
    background-color: #e51400
}

.tile.tile-yellow {
    background-color: #ffc40d
}

.tile.tile-orange {
    background-color: #f39c12
}

.tile.tile-pink {
    background-color: #e671b8
}

.tile.tile-purple {
    background-color: #7b4f9d
}

.tile.tile-lime {
    background-color: #8cbf26
}

.tile.tile-magenta {
    background-color: #ff0097
}

.tile.tile-teal {
    background-color: #00aba9
}

.tile.tile-turquoise {
    background-color: #1abc9c
}

.tile.tile-green-sea {
    background-color: #16a085
}

.tile.tile-emerald {
    background-color: #2ecc71
}

.tile.tile-nephritis {
    background-color: #27ae60
}

.tile.tile-peter-river {
    background-color: #3498db
}

.tile.tile-belize-hole {
    background-color: #2980b9
}

.tile.tile-amethyst {
    background-color: #9b59b6
}

.tile.tile-wisteria {
    background-color: #8e44ad
}

.tile.tile-wet-asphalt {
    background-color: #34495e
}

.tile.tile-midnight-blue {
    background-color: #2c3e50
}

.tile.tile-sun-flower {
    background-color: #f1c40f
}

.tile.tile-carrot {
    background-color: #e67e22
}

.tile.tile-pumpkin {
    background-color: #d35400
}

.tile.tile-alizarin {
    background-color: #e74c3c
}

.tile.tile-pomegranate {
    background-color: #c0392b
}

.tile.tile-clouds {
    background-color: #ecf0f1
}

.tile.tile-clouds h1,.tile.tile-clouds h2,.tile.tile-clouds h3,.tile.tile-clouds h4,.tile.tile-clouds h5,.tile.tile-clouds h6 {
    color: #34495e
}

.tile.tile-clouds .tile-label {
    color: #34495e
}

.tile.tile-silver {
    background-color: #bdc3c7
}

.tile.tile-concrete {
    background-color: #95a5a6
}

.tile.tile-asbestos {
    background-color: #7f8c8d
}

.tile.tile-info {
    background-color: #3498db
}

.tile.tile-danger {
    background-color: #e74c3c
}

.tile.tile-warning {
    background-color: #f1c40f
}

.tile.tile-success {
    background-color: #2ecc71
}

a.fa-links {
    color: #fff
}

a.fa-links:hover,a.fa-links:focus {
    color: #fff
}

.tile.tile-small {
    height: 70px;
    width: 70px
}

.tile.tile-medium {
    height: 150px;
    width: 150px
}

.tile.tile-wide,.tile.tile-double {
    height: 150px;
    width: 290px
}

@media(max-width: 768px){
    .tile.tile-large {
        height: auto;
        width: 100%
    }

    .tile h2, .tile .tile-content{
        margin-top: 0;
    }
    
    .tile.tile-wide{
        width: 100%;
    }
}

@media(min-width: 768px){
    .tile.tile-large {
        height: 250px;
        width: 180px
    }

    .tile h2, .tile .tile-content{
        margin-top: -10px;
    }
    
    .tile.tile-wide{
        width: 240px;
    }
}

@media(min-width: 992px){
    .tile.tile-large {
        height: 240px;
        width: 240px
    }
    
    .tile.tile-wide{
        width: 240px;
    }
}

@media(min-width: 1200px){
    .tile.tile-large {
        height: 290px;
        width: 290px
    }
    
    .tile.tile-wide{
        width: 290px;
    }

    .tile h2, .tile .tile-content{
        margin-top: 10px;
    }
}

.tile.tile-xl{
    height: 310px;
    width: 310px
}

.tile .tile-items{
    margin: 0;
    line-height: 30px;
    font-weight: 500
}