/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 380%;
    text-align: center;
    text-transform: uppercase;
    z-index: 99999;
    background-image: url('/images/bg_ie.png');
    background-size: 100% 100%;
    background-position: 50% 50%;
    color: #fff;
    overflow: hidden;
}

#outdated img.bg_ie_img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}
#outdated .outdated-content-wrapper {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #333;
    position: relative;
    z-index: 1;
}
* html #outdated {
    position: absolute;
}

#outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px
}

#outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0
}

#outdated p.warn_info {
    color: white;
}

#outdated .btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 10px auto 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer
}

#outdated .btnUpdateBrowser:hover {
    color: #333333;
    background-color: #fff
}

#outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px
}

#outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 36px
}

#browsers {
    margin-top: 10px;
}

#browsers .browser {
    display: inline-block;
    width: 32.333%;
}

#browsers .browser .bg {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-image: url(./browsers-bg.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

#browsers .browser .bg.chrome {
    background-position: 0 0;
}

#browsers .browser .bg.firefox {
    background-position: -200px 0;
}

#browsers .browser .bg.edge {
    background-position: -400px 0;
}

#browser_lt9_wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/images/bg_ie.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
}