/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
	font-family:Arial, Helvetica, sans-serif;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #fff
}
* html #outdated {
	position: absolute
}
#outdated h6 {
	font-size: 26px;
	line-height: 25px;
	margin: 30px 0 20px
}
#outdated p {
	font-size: 13px;
	line-height: 12px;
	margin: 0
}
#outdated #btnUpdateBrowser {
	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 #btnUpdateBrowser:hover {
	color: #f25648;
	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
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.browser_box {
	width: 750px;
	height: 100px;
	margin-top: 40px;
	z-index: 999;
}
.browser_box h3 {
	font-family:Arial, Helvetica, sans-serif;
	width: 150px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	margin: 0px;
}
#chrome {
	width: 150px;
	height: 100px;
	float: left;
}
#chrome a {
	outline: none;
	height: 70px;
	width: 70px;
	float: left;
	background: url("../images/browser_update/chrome.png") no-repeat;
	transition: all 0.5s ease-in-out 5s;
	margin-left: 40px;
	margin-right: 40px;
}
#chrome a:hover {
	outline: none;
	background: url("../images/browser_update/chrome_hover.png") no-repeat;
}
#firefox {
	width: 150px;
	height: 100px;
	float: left;
}
#firefox a {
	outline: none;
	height: 70px;
	width: 70px;
	float: left;
	background: url("../images/browser_update/firefox.png") no-repeat;
	transition: all 0.5s ease-in-out 5s;
	margin-left: 40px;
	margin-right: 40px;
}
#firefox a:hover {
	outline: none;
	background: url("../images/browser_update/firefox_hover.png") no-repeat;
}
#explorer {
	width: 150px;
	height: 100px;
	float: left;
}
#explorer a {
	outline: none;
	height: 70px;
	width: 70px;
	float: left;
	background: url("../images/browser_update/explorer.png") no-repeat;
	transition: all 0.5s ease-in-out 5s;
	margin-left: 40px;
	margin-right: 40px;
}
#explorer a:hover {
	outline: none;
	background: url("../images/browser_update/explorer_hover.png") no-repeat;
}
#safari {
	width: 150px;
	height: 100px;
	float: left;
}
#safari a {
	outline: none;
	height: 70px;
	width: 70px;
	float: left;
	background: url("../images/browser_update/safari.png") no-repeat;
	transition: all 0.5s ease-in-out 5s;
	margin-left: 40px;
	margin-right: 40px;
}
#safari a:hover {
	outline: none;
	background: url("../images/browser_update/safari_hover.png") no-repeat;
}
#opera {
	width: 150px;
	height: 100px;
	float: left;
}
#opera a {
	outline: none;
	height: 70px;
	width: 70px;
	float: left;
	background: url("../images/browser_update/opera.png") no-repeat;
	transition: all 0.5s ease-in-out 5s;
	margin-left: 40px;
	margin-right: 40px;
}
#opera a:hover {
	outline: none;
	background: url("../images/browser_update/opera_hover.png") no-repeat;
}