body {
    font-size: 10pt;
}

#header-wrap {
    height: 115px;
}

#header {
    width: 280px;
    height: 115px;
}

#header-slider .slider {
    background-size: 700px auto !important;
}

#menu {
    bottom: -55px;
    width: 750px;
    display: none;
}

#menu ul li {
    width: 100px;
    height: 100px;
    background-size: 100% 200% !important;
    margin-right: 7px;
}

#menu ul li:hover, #menu ul li.current-menu-item {
    background-position: 0px -100px !important;
}

#menu ul li a {
    font-size: 11pt;
    padding: 0px 18px;
}

#content {
    width: 280px;
    padding-right: 0px;
    margin: 100px auto 0px;
}

.column_content td {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 15px;
    display: block !important;
}

#sidebar {
    width: 216px;
    right: -251px;
    top: 5px;
    padding: 50px 20px 0px;
}

#sidebar.visible {
    right: 0;
}

#sidebar-expand {
    display: block;
}

h1 {
    font-size: 17pt;
    line-height: 22px;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 17pt;
}

h4 {
    font-size: 16pt;
}

.form-title {
    font-size: 15pt;
}

.form-text, .form-area {
    font-size: 13pt;
    width: 218px;
}

#sidebar .infolinia-title {
    font-size: 14pt;
}

#sidebar .number {
    font-size: 25pt;
}

#sidebar .stat-counter {
    font-size: 13pt;
}

#sidebar .stat-counter .green {
    font-size: 24pt;
}

.form-desc {
    font-size: 9pt;
    width: 218px;
    padding-bottom: 8px;
}

.subpage-content {
    width: 280px;
    margin-top: 15px;
}

.subpage-title {
    width: 280px;
    float: none;
    font-size: 13pt;
    margin-right: 0px;
    background-position: 200px center;
}

#drop-nav {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -28px;
    z-index: 999;
    height: 45px;
    border: 2px dashed #FFF;
    background: none repeat scroll 0% 0% #68A23A;
    color: #FFF;
    border-radius: 6px;
    text-align: center;
    font-family: Museo900;
    font-size: 12pt;
    line-height: 45px;
}