/* style.css */

body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Verdana;
    background: #fff6cc;
    color: #333;
}

img {
    border: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
}

/* TOP */

.topline {
    height: 72px;

    background: #ffb700;

    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr='#ffcc00',
    endColorstr='#ff9900');

    border-bottom: 1px solid #cc8500;
}

.top-logo {
    float: left;

    font-size: 36px;

    font-weight: bold;

    color: #2d2d2d;

    padding-top: 16px;
}

.top-user-links {
    float: right;

    padding-top: 28px;
}

.top-user-links a {
    color: #4d3900;
    text-decoration: none;
    font-size: 18px;
}

/* HERO */

.hero-header {
    height: 470px;

    background: #ffd43b;

    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr='#ffe88b',
    endColorstr='#ffd03f');
}

.hero-left {
    width: 520px;
    float: left;
    padding-top: 70px;
}

.hero-right {
    width: 320px;
    float: right;
    padding-top: 90px;
}

.promo-badge {
    width: 110px;

    background: #ff9900;

    color: white;

    text-align: center;

    padding: 8px;

    font-size: 14px;

    font-weight: bold;
}

.hero-left h1 {
    font-size: 58px;
    line-height: 66px;
    margin: 20px 0;
    color: #2d2d2d;
}

.hero-left p {
    font-size: 24px;
    line-height: 34px;
    color: #5c4700;
}

.main-connect-btn {
    display: inline-block;

    background: #ff9900;

    border: 1px solid #cc7a00;

    color: white;

    padding: 14px 28px;

    text-decoration: none;

    font-size: 20px;

    font-weight: bold;

    margin-top: 30px;
}

/* SPEED */

.speed-box {
    width: 260px;
    height: 260px;

    background: #ffcc00;

    border: 6px solid #ffea8a;

    text-align: center;
}

.speed-title {
    padding-top: 50px;
    font-size: 24px;
    color: #6d4f00;
}

.speed-value {
    font-size: 84px;
    font-weight: bold;
}

.speed-unit {
    font-size: 28px;
}

/* MENU */

.main-menu {
    height: 56px;
    background: #2f2f2f;
}

.main-menu a {
    display: inline-block;

    color: white;

    text-decoration: none;

    padding: 19px 22px;

    font-size: 15px;
}

.main-menu a:hover {
    background: #444;
}

/* SERVICES */

.services-section {
    padding: 50px 0;
}

.service-card {
    width: 280px;

    float: left;

    margin-right: 20px;

    background: #fff4b3;

    border: 1px solid #dcb100;

    padding: 20px;

    min-height: 230px;
}

.last-card {
    margin-right: 0;
}

.service-icon {
    height: 64px;
}

.service-card h2 {
    color: #6f5000;
}

.yellow-btn {
    display: inline-block;

    background: #ff9900;

    border: 1px solid #cc7a00;

    color: white;

    padding: 10px 20px;

    text-decoration: none;

    font-size: 15px;

    font-weight: bold;

    margin-top: 15px;
}

/* STATUS */

.status-section {
    padding-bottom: 40px;
}

.status-panel {
    background: #ffe486;

    border: 1px solid #dcb100;

    padding: 20px;
}

.status-circle {
    width: 18px;
    height: 18px;

    background: #2dbb2d;

    float: left;

    margin-top: 14px;
    margin-right: 15px;
}

.status-info h3 {
    margin: 0;
}

/* FOOTER */

.footer {
    height: 90px;
    background: #2f2f2f;
    color: white;
}

.footer-logo {
    float: left;

    font-size: 30px;

    font-weight: bold;

    padding-top: 24px;
}

.footer-copy {
    float: right;

    padding-top: 38px;
}

/* CABINET */

.cabinet-body {
    background: #ffe082;
}

.lk-top {
    height: 70px;

    background: #ffb700;

    border-bottom: 1px solid #cc8500;
}

.lk-logo {
    float: left;

    font-size: 34px;

    font-weight: bold;

    padding: 18px 25px;
}

.lk-user {
    float: right;

    padding: 28px;

    color: #4b3b00;
}

.lk-wrapper {
    width: 1000px;
    margin: 30px auto;
}

.sidebar {
    width: 220px;

    float: left;

    background: #fff1a8;

    border: 1px solid #dcb100;
}

.menu-title {
    background: #ff9900;

    color: white;

    font-weight: bold;

    padding: 16px;
}

.sidebar a {
    display: block;

    padding: 14px 16px;

    text-decoration: none;

    color: #4b3b00;

    border-bottom: 1px solid #e6cf67;
}

.sidebar a:hover {
    background: #fff4c9;
}

.content {
    width: 740px;
    float: right;
}

.balance-box {
    background: #fff1a8;

    border: 1px solid #dcb100;

    padding: 25px;

    margin-bottom: 20px;
}

.balance-title {
    font-size: 20px;
}

.balance-money {
    font-size: 56px;
    font-weight: bold;
    margin: 10px 0;
}

.info-card {
    width: 210px;

    float: left;

    margin-right: 20px;

    background: #fff1a8;

    border: 1px solid #dcb100;

    padding: 18px;

    min-height: 220px;
}

.big-text {
    font-size: 28px;
    font-weight: bold;
}

.status-ok {
    color: green;
    font-size: 22px;
    font-weight: bold;
}