@media screen and (max-width: 1000px) {
	.usm_bar_wrapper {
		display: none;
	}

	.usm_open {
		display: none;
	}
}

.usm_bar input[type="text"] {
	border-radius: 3px;
	border: 1px solid #bbb;
	margin-top: -3px !important;
	outline: none;
	margin-right: 10px;
}

.usm_bar img {
	max-height: 40px;
	vertical-align: middle;
}

div.usm_bar_wrapper {
	height: 40px;
}

.usm_message_list {
	margin: 0px;
	padding: 0;
	list-style: none;
}

.dark div.usm_bar {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 1001;
	background: #1980CF;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}

.light div.usm_bar {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 1000;
	background: #cf4f00; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmNGYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzQxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cf4f00 0%, #b34100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf4f00), color-stop(100%,#b34100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cf4f00 0%,#b34100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cf4f00 0%,#b34100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cf4f00 0%,#b34100 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cf4f00 0%,#b34100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4f00', endColorstr='#b34100',GradientType=0 ); /* IE6-8 */
	line-height: 40px;
	text-align: center;
}

div.usm_bar li {
	color: white;
	font-family: Sintony, Arial,Helvetica,sans-serif;
	font-size: 14px;
	display: none;
}

div.usm_bar li:nth-child(1) {
	display: block;
}

.dark div.usm_bar li a {
	--moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#17330A;
	font-family:arial;
	font-size:15px;
	padding:2px 20px;
	text-decoration:none;
	line-height: 18px;
	margin-left: 14px;
	vertical-align: middle;
	margin-top: -3px;
}
.dark div.usm_bar li a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}
.dark div.usm_bar li a:active {
	position:relative;
	top:1px;
}

.light div.usm_bar li a {
	-moz-box-shadow:inset 0px 1px 0px 0px #a3a0a3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a3a0a3;
	box-shadow:inset 0px 1px 0px 0px #a3a0a3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #707070) );
	background:-moz-linear-gradient( center top, #424242 5%, #707070 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#707070');
	background-color:#424242;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #4d4d4d;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #333333;
	line-height: 18px;
}
.light div.usm_bar li a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #707070), color-stop(1, #424242) );
	background:-moz-linear-gradient( center top, #707070 5%, #424242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#424242');
	background-color:#707070;
}
.light div.usm_bar li a:active {
	position:relative;
	top:1px;
}

.light a#usm_close {
	background-image: url(imageslight/arrowtop.png);
	background-position: -4px 0px;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 24px 0 0 0;
	position: absolute;
	right: 20px;
	top: 6px;
	width: 18px;
	z-index: 10;
	border: none;
}

.dark a#usm_close {
	background-image: url(imagesdark/arrowup.png);
	background-position: -4px 0px;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 24px 0 0 0;
	position: absolute;
	right: 20px;
	top: 6px;
	width: 18px;
	z-index: 10;
	border: none;
}

div.usm_open {
	position: absolute;
	right: 21px;
	top: 10px;
	z-index: 1000;
}

div.usm_open a#usm_close {
	background-image: url(imageslight/arrowdown.png);
	background-position: -3px 0px;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 23px 0 0 0;
	width: 18px;
	z-index: 10;
	border: none;
	-webkit-background-size: 24px;
	background-size: 24px;
}

div.usm_bar_shadow {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	overflow: hidden;
}
