﻿/**
        * Copyright 2015 Google Inc. All Rights Reserved.
        *
        * Licensed under the Apache License, Version 2.0 (the "License");
        * you may not use this file except in compliance with the License.
        * You may obtain a copy of the License at
        *
        *      http://www.apache.org/licenses/LICENSE-2.0
        *
        * Unless required by applicable law or agreed to in writing, software
        * distributed under the License is distributed on an "AS IS" BASIS,
        * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        * See the License for the specific language governing permissions and
        * limitations under the License.
        */

html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
}

.mdl-albany .mdl-layout__header-row {
    padding-left: 140px;
}

.mdl-albany .mdl-layout__tab-bar-button {
    display: none;
}

.mdl-albany .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
    display: none;
}

.mdl-albany .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-albany .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
    overflow: visible;
}

.mdl-albany .mdl-layout__tab-bar-container {
    height: 64px;
}

.mdl-albany .mdl-layout__tab-bar {
    padding: 0;
    padding-left: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

    .mdl-albany .mdl-layout__tab-bar .mdl-layout__tab {
        height: 64px;
        line-height: 64px;
    }

        .mdl-albany .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
            background-color: white;
            height: 4px;
        }

.mdl-albany main > .mdl-layout__tab-panel {
    padding: 8px;
    padding-top: 10px;
}

.mdl-albany .mdl-card {
    height: auto;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .mdl-albany .mdl-card > * {
        height: auto;
    }

    .mdl-albany .mdl-card .mdl-card__supporting-text {
        margin: 40px;
        flex-grow: 1;
        padding: 0;
        color: inherit;
        width: calc(100% - 80px);
    }

.mdl-albany.mdl-albany .mdl-card__supporting-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.mdl-albany .mdl-card__actions {
    margin: 0;
    padding: 4px 40px;
    color: inherit;
}

    .mdl-albany .mdl-card__actions a {
        color: #00BCD4;
        margin: 0;
    }

        .mdl-albany .mdl-card__actions a:hover,
        .mdl-albany .mdl-card__actions a:active {
            color: inherit;
            background-color: transparent;
        }

.mdl-albany .mdl-card__supporting-text + .mdl-card__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-albany #add {
    position: absolute;
    right: 40px;
    top: 36px;
    z-index: 999;
}

.mdl-albany .mdl-layout__content section:not(:last-of-type) {
    position: relative;
    margin-bottom: 48px;
}

.mdl-albany section > header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mdl-albany section > .section__play-btn {
    min-height: 200px;
}

.mdl-albany section > header > .material-icons {
    font-size: 3rem;
}

.mdl-albany section > button {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
}

.mdl-albany section .section__circle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 0;
    flex-shrink: 1;
}

.mdl-albany section .section__text {
    flex-grow: 1;
    flex-shrink: 0;
    padding-top: 8px;
}

    .mdl-albany section .section__text h5 {
        font-size: inherit;
        margin: 0;
        margin-bottom: 0.5em;
    }

    .mdl-albany section .section__text a {
        text-decoration: none;
    }

.mdl-albany section .section__circle-container > .section__circle-container__circle {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: 8px 0;
}

.mdl-albany section.section--footer .section__circle--big {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 8px 32px;
}

.mdl-albany .is-small-screen section.section--footer .section__circle--big {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 8px 16px;
}

.mdl-albany section.section--footer {
    padding: 64px 0;
    margin: 0 -8px -8px -8px;
}

.mdl-albany section.section--center .section__text:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.13);
}

.mdl-albany .mdl-card .mdl-card__supporting-text > h3:first-child {
    margin-bottom: 24px;
}

.mdl-albany .mdl-layout__tab-panel:not(#overview) {
    background-color: white;
}

.mdl-albany #features section {
    margin-bottom: 72px;
}

.mdl-albany #features h4, #features h5 {
    margin-bottom: 16px;
}

.mdl-albany .toc {
    border-left: 4px solid #C1EEF4;
    margin: 24px;
    padding: 0;
    padding-left: 8px;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .mdl-albany .toc h4 {
        font-size: 0.9rem;
        margin-top: 0;
    }

    .mdl-albany .toc a {
        color: #4DD0E1;
        text-decoration: none;
        font-size: 16px;
        line-height: 28px;
        display: block;
    }

.mdl-albany .mdl-menu__container {
    z-index: 99;
}

#view-source {
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 900;
}


.switchmobi {
    display: none;
}
.welcmmes {
    display: block;
}
.welcmmes2 {
    display: none;
}
.mdl-mega-footer--drop-down-section {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

@media only screen and (max-width: 760px) {
    .switchmobi {
        display:block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1;
        width:100%;
        text-align:center;
        padding: 10px 0px;
        background-color:#333;
    }
    .welcmmes {
        display: none;
    }
    .welcmmes2 {
        display: block;
    }

    .mdl-layout__header-row{
        width:100%;
    }

    .nav-tabs >li{
        width:100%;
    }

    .mdl-mega-footer--drop-down-section {
        padding:5px 3px 30px 3px;
        width: 100%;
    }

    .albim{
        max-width:100%;
    }

}

