body {
    background-color: #1c1a19;
    margin: 0;
    padding: 60px 0 0 0;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.content {
    padding: 15px 0
}

.container {
    width: 1030px;
    margin: auto;
    padding: 10px 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.img-responsive {
    width: 100%;
    height: auto
}

.bg-gray {
    background: rgb(55, 55, 55);
    background: linear-gradient(0deg, rgba(55, 55, 55, 1) 0%, rgba(28, 26, 25, 1) 100%);
}

.p10 {
    padding: 10px;
}

.text-center {
    text-align: center
}

.w40 {
    width: 45%;
    margin-left: 5%
}

header {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
    background: #1c1a19;
    border-bottom: 1px solid #373737;
}

header.sticky {
    position: fixed;
}

header a {
    color: #ff7000;
    text-decoration: none;
    font-weight: bold;
    line-height: 32px;
}

.app-icon {
    margin-top: 50px;
    box-shadow: 0px 0px 5px #fff;
    border-radius: 16px;
	    background: #3f3f3f;
}

h1 {
    font-size: 36px;
    letter-spacing: 0px;
    margin-top: 25px;
}

#how-to h1 {
    margin-top: 30px
}

.content-text {
    font-size: 18px;
    line-height: 18px
}

.scene {
    background: rgb(55, 55, 55);
    background: linear-gradient(0deg, rgba(55, 55, 55, 1) 0%, rgba(28, 26, 25, 1) 100%);
    width: 100%;
    padding: 15px 0;
}

.logo {
    background: url(../images/logolar/logo.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -99999px
}

.download-buttons a {
    background-color: #000;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    line-height: 16px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
        border: 1px solid rgb(255 112 0);
}

.download-buttons a:hover {
    background-color: rgba(28, 26, 25, 1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 1);
    border-color: #ff7000;
    border-bottom-width: 3px;
}

.download-buttons a small {
    font-size: 18px;
    display: block;
    color: #ff7000;
}

.download-buttons a.btn-iphone {
    background-image: url(../images/logolar/apple-logo.png);
    background-size: 30px auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.download-buttons a.btn-android {
    background-image: url(../images/logolar/playstore-logo.png);
    background-size: 30px auto;
    background-position: 10px center;
    background-repeat: no-repeat
}

#steps-btn {
    margin: 15px auto;
    display: block;
    text-align: center;
}

#steps-btn a {
    margin: 0;
    padding: 5px 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px
}

#steps-btn a.active {
    color: #f8c600;
    font-weight: bold;
    border-bottom: 3px solid #f8c600
}

.tabpanels ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.tabpanels ul li {
    list-style: none;
    margin: 10px;
    padding: 10px;
    width: 300px;
    min-height: 265px;
    float: left;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #605d5d;
}

.tabpanels ul li h3 {
    margin: 5px 0 15px 10px;
    color: #aaa;
}

.tabpanels ul li p {
    margin: 0 10px 15px 10px;
    line-height: 20px
}

.tabpanels ul li img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px
}

.tabpanels ul li span {
    color: #f8c600;
    font-weight: bold
}

.footnote {
    padding: 20px 0;
    color: #aaa;
    font-size: 15px;
}

.footnote a {
    color: #aaa;
}

.popup {
    display: none;
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.popup-content {
    background: #2b2b2b;
    max-width: 500px;
    width: 100%;
}

.close-btn {
    background: #5b5b5b;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        padding: 30px 0 0 0
    }

    .content {
        padding: 35px 0
    }

    .container {
        width: auto;
        padding: 20px 10px
    }

    .fl,
    .fr {
        float: none;
    }

    .w40,
    .w60 {
        width: auto
    }

    .img-responsive {
        width: 125%;
        height: auto;
        margin-left: -15%
    }

    header a.fl {
        float: left
    }

    header a.fr {
        float: right;
    }

    header .container {
        width: auto;
        padding: 10px 15px
    }

    .logo {
        width: 85px;
        height: 29px;
        margin-top: 8px;
    }

    .download-buttons img {
        width: 40%;
    }

    .app-icon {
        margin-top: 0
    }

    h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .w40 {
        text-align: center;
        margin-left: 0
    }

    .tabpanels ul li {
        width: 92%;
        padding: 4%;
        margin: 0 0 16px 0;
        min-height: auto
    }

    .content-text {
        width: 100%;
    }
}