/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/

#outdated {
    display: none;
    position: fixed;
    padding: 10px;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    z-index: 1500;
    background-color: #f25648;
    color: #fff
}

#desktop, #iOS, #android {
	display: none;
}

* 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 .btnUpdate {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer
}

#outdated .btnUpdate:hover {
    color: #f25648;
    background-color: #fff
}

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

#outdated #btnCloseUpdateBrowser {
    display: block;
	position: relative;
	width: 4px;
	height: 37px;
	text-decoration: none;
	background: transparent;
	color: #fff;
	font-size: 36px;
	border: 0;
	-webkit-appearance: unset;
	/* line-height: 36px; */
}