﻿.inner {
    width: auto;
}

#header .inner {
    width: auto;
    height: 50px;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

a#logo {
    display: none;
}

#logo > img {
    width: 50px;
    height: 50px;
}

#logo div {
    margin-left: 60px;
}
#logo h2 {
    font-size: 14pt;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0;
}
#logo p {
    margin-bottom: 0;
}
.section-try-btns {
    display: block;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 20px;
}
    .section-try-btns a.btn.btn-try,
    .section-try-btns a.btn.btn-entry {
        line-height: 40px;
    }
#main {
    padding-bottom: 140px;
}
#footer .line-copy {
    text-align: center;
    font-size: 8pt;
}
#footer .line-copy .right-links {
    float: none;
    padding-top: 10px;
}
#footer .left h2 {
    font-size: 12pt;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#footer .left {
    margin: 0;
}
#footer .right {
    float: none;
    display: none;
}
#footer {
    height: auto;
}
#footer .left img {
    width: 40px;
    height: 40px;
}
#navs > li {
    padding: 0px;
    width: 20%;
    min-width: 70px;
}
#navs > li a {
    padding: 0px;
    line-height: 50px;
    text-align: center;
}
ul#navs {
    position: initial;
    height: 50px;
    min-width: 350px;
}
#navs li.selected a {
    border-bottom: 0;
}
#navLogin {
    display: none;
}
a#btnSwitchMenu {
    display: none;
    width: 60px;
    height: 65px;
    background: url("images/menu-48.png") center center no-repeat;
    background-size: 24px auto;
    transition: 0.5s;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}
a#btnSwitchMenu.open {
    background-image: url("images/menu-close-48.png");
}
#sectionTop .inner {
    padding-top: 65px;
    height: auto;
}
#sectionTop {
    height: 165px;
}
    #sectionTop h2 {
        font-size: 14pt;
        margin: 0;
        padding-top: 40px;
    }
