@font-face{
    font-family: sfuiReg;
    src: url(/assets/fonts/SF-UI-Text-Regular.otf);
}

@font-face{
    font-family: sfuiBold;
    src: url(/assets/fonts/SF-UI-Text-Bold.otf);
}

@font-face{
    font-family: displayReg;
    src: url(/assets/fonts/SF-UI-Display-Regular.otf);
}

@font-face{
    font-family: displaySemiBold;
    src: url(/assets/fonts/SF-UI-Display-Semibold.otf);
}

li, h1, h2, p{
    font-family: sfuiReg;
}

li{
    list-style-type: none;
}

body{
    margin: 0px !important;
}

.container{
    overflow: hidden;
}

.header{
    background-image: url(/assets/img/home/bg.png);
    width: 100%;
    height: 735px;
    background-size: 100%;
}

.header-container{
    display: table;
    margin: 0 auto;
}

.top-bar-container{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 9999;
    height: 100px;
    padding-top: 20px;
    transition: 0.4s all;
}

.top-bar-container.show{
    opacity: 1;
}

.top-bar-container.hide{
    opacity: 0;
}

.top-bar-container.initial{
    background-color: transparent;
    position: relative;
}

.top-bar{
    display: table;
    margin: 0 auto;
}

.globMed-logo{
    display: block;
    width: 128px;
    height: 70px;
    background-image: url(/assets/img/home/logo-black.png);
    float: left;
}

.initial .globMed-logo{
    width: 166px;
    height: 92px;
    background-image: url(/assets/img/home/globMed-logo.png);
}

.menu-bar{
    float: left;
    padding-left: 0px;
    margin-left: 120px;
    margin-top: 49px;
}

ul.menu-bar li{
    font-size: 18px;
    float: left;
    margin-right: 40px;
    color: #4c5269;
    cursor: pointer;
    padding: 3px 16px;
}

.initial ul.menu-bar li{
    color: #fff;
}

ul.menu-bar li:hover{
    color: #196fca;
    box-shadow: 0px 0px 1px 1px #196fca;
    border-radius: 15px;
}

.initial ul.menu-bar li:hover{
    color: #fff;
    box-shadow: 0px 0px 2px 2px #fff;
}

ul.menu-bar > li:last-child{
    margin-right: 0px;
}

.social-media-links{
    float: left;
    margin-top: 47px;
    margin-left: 50px;
}

.social-media-links  span{
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: 100%;
}

.fb{
    background-image: url(/assets/img/home/Facebook-Icon.png);
}

.initial .fb{
    background-image: url(/assets/img/home/facebook-link-initial.png);
}

.twitter{
    background-image: url(/assets/img/home/Twitter-Icon.png);
}

.initial .twitter{
    background-image: url(/assets/img/home/twitter-link-initial.png);
}

.insta{
    background-image: url(/assets/img/home/Youtube-Icon.png);
}

.initial .insta{
    background-image: url(/assets/img/home/youtube-link-initial.png);
}

.header-sub{
    max-width: 1500px;
    display: table;
    margin: 0 auto;
    float: none;
    margin-top: 140px;
}

.iphone{
    display: block;
    float: left;
    width: 415px;
    height: 716px;
    background-image: url(/assets/img/home/iPhone-1.png);
}   

.welcome{
    float: left;
    width: 491px;
    margin-top: 100px;
}

.welcome h1, .welcome p{
    color: white;
}

.welcome h1{
    font-size: 36px;
}

.welcome p{
    font-size: 18px;
    font-family: displayReg;
    color: rgba(255, 255, 255, 0.9);
}

.playIcon{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/home/playIcon.png);
}

.btn{
    cursor: pointer;
}

.welcome .btn{
    border: 2px solid white;
    float: left;
    padding: 10px 30px;
    border-radius: 21px;
    color: white;
    font-size: 15px;
    font-family: displayReg;
}

.watch-video-btn > span{
    float: left;
}

.watch-video-btn .btn-text{
    margin-left: 5px;
}

.download-btn{
    margin-right: 20px;
}

.welcome-buttons{
    display: table;
    margin-top: 35px;
}

.tips{
    display: table;
    margin: 0 auto;
    margin-top: 200px;
}

.tip{
    float: left;
    width: 270px;
    height: 180px;
    text-align: center;
    margin-right: 85px;
    margin-bottom: 40px;
    display: table;
}

.tips > .tip:nth-child(3n){
    margin-right: 0px;
}

.tip .tip-logo{
    display: block;
    width: 57px;
    height: 56px;
    /*border: 2px solid #ae7cf6;*/
    margin: 0 auto;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.tip.first .tip-logo{
    background-image: url(/assets/img/home/Fitness-Icon.png);
}


.tip.second .tip-logo{
    background-image: url(/assets/img/home/Nutrition-website.png);
}

.tip.third .tip-logo{
    background-image: url(/assets/img/home/Health-Icon.png);
}

.tip.fourth .tip-logo{
    background-image: url(/assets/img/home/tip4.png);
}

.tip.fifth .tip-logo{
    background-image: url(/assets/img/home/Achievements-Icon.png);
}

.tip.sixth .tip-logo{
    background-image: url(/assets/img/home/tip6-new.png);
}

.tip-title{
    font-size: 17px;
    font-family: displaySemiBold;
    color: #4c5269;
}

.tip-text{
    font-size: 14px;
    font-family: displayReg;
    color: #9599a5;
    margin-bottom: 18px;
}

.gallery{
    background-color: #f9f9f9;
    overflow: auto;
    border-top: 1px solid #eaeaea;
    display: table;
    width: 100%;
}

.gallery > h1, .download > h1, .contact-us  h1{
    display: table;
    margin: 0 auto;
    color: #4c5269;
    font-size: 36px;
    font-family: displayReg;
}

.gallery > h1{
    margin-top: 60px;
    margin-bottom: 60px;
}

.gallery-slider{
    width: 1141px;
    margin: 0 auto;
    margin-bottom: 103px;
}

.flex-control-paging li a.flex-active{
    background: #196fca !important;
}

.flex-control-paging li a{
    background-color: #d6d9ea !important;
}

.flex-control-nav{
    bottom: -60px !important;
}

.download{
    margin-top: 60px;
}

.download > h1, .contact-us  h1{
    margin-bottom: 40px;
}

.download p, .contact-us p{
    font-size: 18px;
    color: #4c5269;
    font-family: displayReg;
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 500px;
    line-height: 32px;
}

.iphone-dow{
    display: block;
    width: 990px;
    height: 228;
    background-image: url(/assets/img/home/iphone-dow.png);
    margin: 0 auto;
    margin-top: 50px;
}

.download-btns{
    display: table;
    margin: 0 auto;
}

.download-btns .btn{
    display: block;
    width: 196px;
    height: 59px;
    float: left;
    margin-top: 60px;
    margin-bottom: 60px;
}

.app-store{
    background-image: url(/assets/img/home/appStore.png);
    margin-right: 30px;
}

.google-play{
    background-image: url(/assets/img/home/googlePlay.png);
}

.contact-us{
    background-color: #f9f9f9;
    border-top: 1px solid #eaeaea;
    padding-bottom: 60px;
}

.contact-us  h1{
    margin-top: 40px;
}

.contact-form{
    display: table;
    width: 362px;
    margin: 0 auto;
    margin-top: 55px;
}

.contact-input{
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #f2f2f3;
    font-size: 14px;
    color: #b0b2ba;
    font-family: displayReg;
    padding-left: 10px;
}

textarea.contact-input{
    height: 150px;
}

.contact-input.submit{
    background-color: #196fca;
    color: white;
    border-radius: 22px;
}

.footer{
    width: 100%;
    height: 180px;
    background-image: url(/assets/img/home/footer-bg.png);
    background-size: cover;
    overflow: auto;
}

.footer p{
    font-size: 14px;
}

.social-media-links-footer{
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}

.mobile-social-links{
    display: none;
}

.social-media-links-footer span{
    width: 36px;
    height: 36px;
    border: 1px solid #f7d7e1;
    border-radius: 20px;
    display: block;
    float: left;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.social-media-links-footer span.fb-insta{
    margin-right: 0px;
}

.fb-footer{
    background-image: url(/assets/img/home/fb-footer.png);
}

.fb-twitter{
    background-image: url(/assets/img/home/twitter-footer.png);
}

.fb-insta{
    background-image: url(/assets/img/home/Youtube_Footer.png);
}

.mobile-social-links{
    margin-top: 20px;
    margin-left: 20px;
}

.mobile-social-links span{
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: none;
    background-size: cover;
    float: left;
    margin-right: 10px;
}

.fb-mob{
    background-image: url(/assets/img/home/facebook-mob.png);
}

.twitter-mob{
    background-image: url(/assets/img/home/twitter-mob.png);
}

.insta-mob{
    background-image: url(/assets/img/home/Youtube_Mobile.png);
}

.footer p{
    display: table;
    margin: 0 auto;
    color: white;
    font-size: 14px;
    font-family: displayReg;
    color: #f7d7e1;
    margin-top: 40px;
}

.menu-icon-mobile{
    width: 40px;
    height: 40px;
    background-image: url('/assets/img/home/Menu_Open.png');
    display: none;
    position: fixed;
    top: 17px;
    left: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .8s ease;
    z-index: 9999;
}

.menu-icon-mobile.swift{
    background-image: url('/assets/img/home/Menu_Closed.png')
}

.form-response{
    display: table;
    margin: 0 auto;
    font-family: displayReg;
}

.youtube-video{
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.video-frame{
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/home/youtube-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.video-frame.disappear{
    opacity: 0;
}

.video-frame.display-none{
    display: none;
}

.play-youtube-btn{
    width: 175;
    height: 90;
    background-image: url(/assets/img/home/play_video_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -87px;
    cursor: pointer;
}


#slider{
    width: 263px;
    height: 469px;
}

.swift{
    margin-left:250px;
}


.for-swift{
    margin-left:0px;
    transition: all .8s ease;
}

.second-line{
    display: table;
    margin: 0 auto;
}

.clear{
    clear: both;
    width: 215px;
    display: block;
    height: 40px;
    float: left;
}

.youtube-video video{
    display: table;
    margin: 0 auto;
}

/* tablet layout */
@media (max-width: 1300px){

    .top-bar-container.initial{
        display: none;
    }

    .top-bar-container.fixed{
        opacity: 1 !important;
    }

    .globMed-logo{
        float: right;
    }

    .social-media-links{
        display: none;
    }


    ul.menu-bar li{
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }


    .menu-icon-mobile{
        display: block;
    }

    .mobile-social-links{
        display: block
    }

    .header{
        height: 1300px;
        background-image: url(/assets/img/home/Mobile-Background.jpg);
        background-size: cover;
        transition: all .8s ease;
        position: relative;
    }

    .swift{
        margin-left:250px;
    }

    .globMed-logo{
        float: none;
        margin: 0 auto;
    }

    .menu-bar{
        overflow: hidden;
        background: #fff;
        margin-left: 0px;
        margin-right: 0px;
        z-index: 999;
        margin-top: 0px;
        margin-left: 12px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 250px;
        transition:all .8s ease;
        margin-left: -250px;
        height: 100%;
    }

    .menu-bar.show{
        margin-left: 0px;
    }

    ul.menu-bar li{
        float: none;
        margin: 0 auto;
        text-align: left;
        padding-left: 25px;
        height: 60px;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        color: #4c5269;
        line-height: 60px;
        border-bottom: 1px solid #ededed;
        box-shadow: none !important;
        border-radius: 0 !important;
    }


    ul.menu-bar li:hover{
        color: #fff;
        background-color: #b077f8;
    }

    .social-media-links{
        display: none;
    }

    .iphone{
        margin: 0 auto;
        float: none;
    }

    .welcome{
        text-align: center;
    }

    .welcome-buttons{
        margin-top: 35px;
        margin: 0 auto;
    }

    .container{
        background-color: #fff;
    }

    .tips{
        float: none;
        margin-top: 30px;
    }


    .tips, .gallery-slider , .download, .contact-us-inner, .footer-inner{
        width: 628px;
        margin: 0 auto !important;
    }

    .tips, .gallery, .youtube-video, .download, .contact-us{
        margin-top: 40px !important;
    }

    .tip{
        margin-right: 75px !important;
    }
    
    .tips > .tip:nth-child(2n){
        margin-right: 0px !important
    } 

    .gallery-slider{
    }


    .iphone-dow{
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .gallery{
        width: 100%;
    }

    .clear{
        display: none;
    }

    .tips > .tip.fifth{
        margin-right: 176px !important;
        float: right;
    }

    .tips > .tip.sixth{
        margin: 0 auto !important;
        float: none;
    }

}


/* Mobile layout */
@media (max-width:480px){

    .top-bar-container.initial{
        display: none;
    }

    .top-bar-container.fixed{
        opacity: 1 !important;
    }

    .mobile-social-links{
        display: block
    }

    .header{
        height: 1300px;
        background-image: url(/assets/img/home/Mobile-Background.jpg);
        background-size: cover;
        transition: all .8s ease;
        position: relative;
    }


    .globMed-logo{
        float: none;
        margin: 0 auto;
    }

    .menu-bar{
        overflow: hidden;
        background: #fff;
        margin-left: 0px;
        margin-right: 0px;
        z-index: 999;
        margin-top: 0px;
        margin-left: 12px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 250px;
        transition:all .8s ease;
        margin-left: -250px;
        height: 100%;
    }

    .menu-bar.show{
        margin-left: 0px;
    }

    ul.menu-bar li{
        float: none;
        margin: 0 auto;
        text-align: left;
        padding-left: 25px;
        height: 60px;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        color: #4c5269;
        line-height: 60px;
        border-bottom: 1px solid #ededed;
    }


    ul.menu-bar li:hover{
        color: #fff;
        background-color: #b077f8;
    }

    .social-media-links{
        display: none;
    }

    .header-sub{
        width: 100%;
    }

    .iphone{
        margin-left: 0px;
        width: 100%;
        height: 620px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .welcome{
        width: 90%;
        margin-left: 0px;
        margin-top: 0px;
        margin: 0 auto;
        float: none;
    }

    .welcome h1, .welcome p{
        text-align: center;
    }

    .download-btn{
        margin-right: 0px;
        margin-bottom: 20px !important;
    }

    .welcome-buttons{
        width: 100%;
    }

    .welcome .btn{
        float: none;
        margin: 0 auto;
        display: table;
        width: 172px;
        text-align: center;
    }

    .playIcon{
        margin-left: 29px;
    }

    .tips, .gallery-slider, .download, .contact-us-inner, .footer-inner{
        width: 300px;
        margin: 0 auto !important;
    }

    .tips, .gallery, .youtube-video, .download, .contact-us{
        margin-top: 40px !important;
    }

    .tips > .tip:nth-child(2n) {
        margin-right: auto !important;
    }

    .tip{
        float: none;
        margin: 0 auto !important;
        margin-bottom: 40px;
    }


    .flexslider .slides img {
        width: 100% !important;
        height: auto !important;
    }


    .download p, .contact-us p{
        width: 90%;
    }

    .iphone-dow{
        display: none;
    }

    .download-btns .btn{
        margin-top: 0px;
        margin-bottom: 0px;
        margin: 0 auto;
        float: none;
    }

    .app-store{
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .contact-us{
        margin-top: 60px;
    }


    .contact-form{
        width: 90%;
    }

    .tips  .tip.fifth{
        margin: 0 auto !important;
        float: none;
    }
}
