﻿.am-g-fixed {
    max-width: 1200px;
}

.tlw-btn-group {
    background-color: #39e3f4;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin: 0 2px;
    display: inline-block;
}


.tlw-btn {
    display: block;
    padding: 5px;
}

    .tlw-btn div {
        height: 117px;
        width: 117px;
    }

    .tlw-btn p {
        margin-top: 5px;
        text-overflow: ellipsis;
        color: #515254;
        text-align: center;
    }

    .tlw-btn:hover {
        background: url('/Content/imgs/btn_hover.png') no-repeat;
        -ms-background-size: 100%;
        background-size: 100% 100%;
    }

[class*="am-u-"] + [class*="am-u-"]:last-child {
    float: left;
}

body {
    background: url("/Content/imgs/bg.png") no-repeat;
    -ms-background-size: 100%;
    background-size: 100% 100%;
}

.home-title {
}

    .home-title nav {
        height: 70px;
    }


.footer {
    margin-top: 100px;
    color: white;
}
