﻿/* ==========================================================================
   Menu
   ========================================================================== */
.menu-head {
    margin-top: 25px;
}
.menu-container {
    min-height: 450px;
}
.menu-block {
    margin-top: 10px;
}
.menu-colmn {
    -moz-min-width: 190px;
    -ms-min-width: 190px;
    -o-min-width: 190px;
    -webkit-min-width: 190px;
    min-width: 190px;
}
.menu-block .col-md-2 {
    margin: -7px;
    margin-top: 10px;
}
.sub-tile-a {
    background: #6266B0;
    -ms-border-radius: 2%;
    border-radius: 2%;
    border: 2px solid #2A2D33;
    margin: 3px;
    color: #ffffff;
    text-align: center;
}
.st-h-1 {
    min-height: 277px;
    -moz-min-width: 170px;
    -ms-min-width: 170px;
    -o-min-width: 170px;
    -webkit-min-width: 170px;
    min-width: 170px;
    background: #6266B0;
}
.st-h-2 {
    min-height: 165px;
    -moz-min-width: 170px;
    -ms-min-width: 170px;
    -o-min-width: 170px;
    -webkit-min-width: 170px;
    min-width: 170px;
    background: #706A91;
}
.st-h-3 {
    min-height: 100px;
    -moz-min-width: 170px;
    -ms-min-width: 170px;
    -o-min-width: 170px;
    -webkit-min-width: 170px;
    min-width: 170px;
    background: #494A6F;
}
.st-h-4 {
    min-height: 100px;
    -moz-min-width: 170px;
    -ms-min-width: 170px;
    -o-min-width: 170px;
    -webkit-min-width: 170px;
    min-width: 170px;
    background: #535252;
    color: #ffffff;
}
.sub-tile-a:hover {
    -ms-opacity: .8;
    opacity: .8;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-filter: alpha(opacity=80);
    -moz-filter: alpha(opacity=80);
    -o-filter: alpha(opacity=80);
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.tile-img {
    -ms-opacity: .7;
    opacity: .7;
}
.img-pad-sm {
    height: 50px;
}
.img-pad-0 {
    padding-top: 0px;
}
.img-pad-10 {
    padding-top: 10px;
}
.img-pad-20 {
    padding-top: 20px;
}
.img-pad-30 {
    padding-top: 30px;
}