/*
a,button {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

a.highlight:active,
a.highlight:focus,
a.highlight:hover {
	outline-color: #333333;
}

button {
	outline-color: #333333;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}
*/
#unsupported-browser-mask {
	background: #000000;
	position: fixed;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	height: 100%;
	width: 100%;
	z-index: 999990;
}

.unsupported-browser {
	background: #FFFFFF;
	border: 10px solid #333333;
	color: #333;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	padding: 10px;
	position: fixed;
	width: 600px;
	height: 320px;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -300px;
	z-index: 999999;
}

.unsupported-browser p {
	margin-bottom: 10px;
	margin-top: 0;
}

.unsupported-browser a {
	color: #000000;
}

.unsupported-browser table {
	width: 100%;
}

.unsupported-browser table tr td {
	text-align: center;
}

.unsupported-browser table tr td a {
	color: #303030;
}

.unsupported-browser table tr td img {
	background: #F5F5F5;
	border: 1px solid #e3e3e3;
	padding: 5px;
}

.unsupported-browser button {
	background: none;
	border: 0;
	margin-top: 10px;
}

noscript {
	background: #FF0000;
	color: #FFFFFF;
	position: fixed;
	text-align: center;
	font-size: 24px;
	top: 100px;
	width: 100%;
	z-index: 999999;
}

.mtop-6 {
	margin-top: 60px;
}

.mtop-1 {
	margin-top: 15px;
}