/*!--------------------------------------------------------------------
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: 100%;
	text-align: center;
	text-transform: uppercase;
	z-index: 150000;
	background-color: rgba(53,53,53,0.8);
	color: #ffffff;
}
* html #outdated {
	position: absolute;
}
#outdated h6 {
	font-size: 35px;
	line-height: 35px;
	font-weight: 500;
	margin: 30px 0 10px;
	letter-spacing: 0.075em;
}
#outdated p {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.075em;
	margin: 0;
}
#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	padding: 15px 25px;
	margin: 30px auto 0;
	width: 100%; /*need for IE*/
	max-width:280px;
	color: #ffffff;
	font-weight:500;
	text-decoration: none;
	border: 1px solid #ffffff;
	cursor: pointer;
}
#outdated #btnUpdateBrowser:hover {
	color: #353535;
	background-color: #ffffff;
}
#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px;
}
#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important;
}
#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
}
