body.page-template-course_demo {
    /*padding-top: 60px*/
}

@media all and (min-width: 992px) {
    body.page-template-course_demo {
        min-height: 100vh;
        overflow-y: hidden
    }
}

/*@media all and (max-width: 1023px) {
    body.page-template-course_demo {
        padding-top: 44px
    }
}*/

body.page-template-course_demo .iframe-container.desktop {
    position: relative;
    height: calc(100vh - 110px)
}

@media all and (max-width: 1023px) {
    body.page-template-course_demo .iframe-container.desktop {
        height: calc(100vh - 90px)
    }
}

body.page-template-course_demo .iframe-container.desktop iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

body.page-template-course_demo .iframe-container.desktop img {
    display: none
}

body.page-template-course_demo .iframe-container.mobile {
    position: relative;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto
}

body.page-template-course_demo .iframe-container.mobile > img {
    margin: 0;
    max-width: 365px
}

body.page-template-course_demo .iframe-container.mobile > img.tablet {
    display: none
}

body.page-template-course_demo .iframe-container.mobile iframe {
    max-width: none;
    width: 408px;
    height: 784px;
    position: absolute;
    top: -49px;
    left: -22px;
    border: 0;
    transform: scale(0.7)
}

body.page-template-course_demo .iframe-container.tablet {
    position: relative;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    transform: scale(0.7);
    margin-top: -150px
}

body.page-template-course_demo .iframe-container.tablet > img {
    margin: 0;
    max-width: 768px
}

body.page-template-course_demo .iframe-container.tablet > img.phone {
    display: none
}

body.page-template-course_demo .iframe-container.tablet iframe {
    max-width: none;
    width: 859px;
    height: 1117px;
    position: absolute;
    top: -43px;
    left: -46px;
    border: 0;
    transform: scale(0.7)
}

@media all and (min-width: 1024px) {
    body.page-template-course_demo.has-submenu {
        padding-top: 84px
    }

    body.page-template-course_demo.has-submenu .iframe-container.desktop {
        height: calc(100vh - 135px)
    }
}

body.page-template-course_demo .demo-view-switcher {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #eee
}

body.page-template-course_demo .demo-view-switcher .switch-container {
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    position: relative
}

body.page-template-course_demo .demo-view-switcher .switch-container i {
    cursor: pointer
}

body.page-template-course_demo .demo-view-switcher .switch-container i:not(:last-child) {
    margin-right: 12px
}

body.page-template-course_demo .demo-view-switcher .switch-container i.active {
    color: #05bbe5
}

body.page-template-course_demo .demo-view-switcher .demo-notice {
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 13px;
    line-height: 50px
}

@media (max-width: 410px) {
    body.page-template-course_demo .demo-view-switcher .demo-notice {
        left: 0;
        line-height: 20px;
        margin-top: 5px;
        padding-left: 12px;
        padding-right: 12px
    }
}

body.page-template-course_demo .mobile-demo-container {
    margin-top: 56px;
    color: #474747;
    font-family: "Open Sans", sans-serif
}

body.page-template-course_demo .mobile-demo-container .running-header {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

body.page-template-course_demo .mobile-demo-container .mobile-button {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px 35px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    background-color: #363636;
    margin-bottom: 30px
}

body.page-template-course_demo .mobile-demo-container .demo-mobile-header {
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 30px
}

body.page-template-course_demo .mobile-demo-container .demo-mobile-description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
    font-weight: 300;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 550px) {
    body.page-template-course_demo .mobile-demo-container .demo-mobile-description {
        max-width: 100%
    }
}

body.page-template-course_demo .mobile-demo-container img {
    margin: 0;
    max-width: 50%
}

@media (max-width: 550px) {
    body.page-template-course_demo .mobile-demo-container img {
        max-width: 100%
    }
}

#header {
    height: 120px;
    background: #172e36;
}

#header img {
    max-height: 50px;
}

/*@media (max-width: 885px) {
    .switch-container {
        display: none;
    }

    .demo-notice.mobile {
        display: block;
    }
}*/

/*
@media (min-width: 886px) {
    .switch-container {
        display: block;
    }

    .demo-notice.mobile {
        display: none;
    }
}*/
