.slider {
	position: relative;
	z-index: 1;
	background: #fff;
	padding-bottom: 10px;
	border-radius: 25px;
}

.slides_container {
	display: none;
	z-index: 2;
	width: 100%;
	border-radius: 25px;

	max-height: {
		heroheight
	}

	px
}

.caption-container {
	text-align: left;
	background-color: orange;
	padding: 1px 0px;
	color: white;
}

.caption-container p {
	margin: 0px;
	margin: 0px;
	color: orange;
	font-size: 12px;
	padding: 26px 0px;
	position: absolute;
	top: 0;
	writing-mode: vertical-lr;
	right: -18px;
}

.slider ul.pagination {
	position: absolute;

		{
		template_textalignment_alt
	}

	:0;
	bottom:17px;
	z-index:3;

	float: {
		template_textalignment_alt
	}

	;
}

.colx .pic .slider ul.pagination {
	position: absolute;

		{
		template_textalignment_alt
	}

	:0;
	bottom:17px;
	z-index:3;

	float: {
		template_textalignment_alt
	}

	;
	display:none;
}

.slider ul.pagination li {
	border: 1px solid #ddd;
	background: #fff;
	width: 17px;
	height: 21px;

	float: {
		template_textalignment
	}

	;

	margin- {
		template_textalignment_alt
	}

	:5px;
	text-align:center;
}

.slider ul.pagination li a {
	display: block;
	color: #333;
	line-height: 21px;
}

.slider ul.pagination li:hover,
.slider ul.pagination li.current {
	border: 1px solid #bcbcbc;
	background: #ddd;
}

.slider a.prev,
.slider a.next {
	background:url(/application/assets/images/v5/sprite_nav_hero.png) no-repeat;
	width: 65px;
	height: 80px;
	text-align: center;

	float: {
		template_textalignment
	}

	;
	text-indent:-9999px;
	position:absolute;
	top:72px;
	z-index:5;
	/*visibility:hidden;*/
}

.row .slider a.prev,
.row .slider a.next {
	display: none;
	background: none;
	color: black;
	width: 40px;
	font-weight: bold;
	font-size: 0px;
	height: 25px;
	text-align: center;

	float: {
		template_textalignment
	}

	;
	text-indent:0px;
	position:absolute;
	top:72px;
	z-index:5;
	/*visibility:hidden;*/
}

.colx a.prev-btn,
.colx a.next-btn {
	color: black;
	width: auto;
	font-weight: bold;
	padding: 16px;
	font-size: 20px;
	height: 25px;
	text-align: center;

	float: {
		template_textalignment
	}

	;
	text-indent:0px;
	position:absolute;
	top:185px;
	z-index:5;
	/*visibility:hidden;*/
}

.colx a.prev-btn {
	border-radius: 0px 3px 3px 0;
}

.colx a.next-btn {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.slider .home a.prev:after {
	font-size: 20px;
	content: "<";
}

.colx a.prev-btn:hover {
	background-color: rgba(255, 145, 0, 0.8);
	cursor: pointer;
	text-decoration: none;
}

.slider .home a.next:after {
	font-size: 20px;
	content: ">";
}

.colx a.next-btn:hover {
	background-color: rgba(255, 145, 0, 0.8);
	cursor: pointer;
	text-decoration: none;
}

.slider a.prev {
	background-position: {
		template_textalignment_alt
	}

	top;

		{
		template_textalignment
	}

	:0;
}

.slider a.next {
	background-position: {
		template_textalignment
	}

	top;

		{
		template_textalignment_alt
	}

	:0;
}

.slider:hover a.prev,
.slider:hover a.next {
	visibility: visible;
	text-decoration: none;
}

img.slide-image {
	position: relative;
	height: auto;
	display: block;
	margin: auto;
}

.cur {
	overflow: auto;
	white-space: nowrap;
	height: 56px;
	border-radius: 0px 0px 20px 20px;
}

.cur::-webkit-scrollbar {
	width: 3px;
}

.cur::-webkit-scrollbar-thumb {
	background: rgb(161, 110, 0);
	border-radius: 3px;
	background-clip: padding-box;
}

.cur .column {
	display: inline-block;
	width: 25%;
	float: left;
	margin: 0;
}

.cur .column img {
	margin: auto;
	object-fit: cover;
	height: 56px;
}

.numbertext {
	color: orange;
	font-size: 14px;
	padding: 26px 12px;
	position: absolute;
	top: 83%;
	right: 2%;
}

.home_slider {
	padding-top: 35px;
}

@media handheld,
only screen and (max-width: 767px) {
	.cur .column {
		width: 25% !important;
	}
}/* 2.3.3 Thumbnails */
.product {
	width:100%;
	padding:0 0 10px 0;
	margin-bottom:20px;
	position:relative;
	z-index:1;
	overflow:hidden
}
.product .side-corner-tag p {
	line-height: 17px;
	font-size: 12px
}
.product h3 {
	font-size: 21px;
	font-weight: normal;
	color:#666;
	padding-bottom:14px;
	border-bottom:1px solid #ececec;
	margin-bottom:20px
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.product h3 {
		font-size:18px;
	}
}
.product li {
	width:130px;
	height:216px;
	float:left
}
.product li .imgb {
	vertical-align: middle;
	padding: 1px;
	display: table-cell;
	text-align: center;
	font-size: 1px;
	background-color: #fff;
	/*box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
	border: 1px solid #e2e2e2;*/
}
.product li .drop-area.imgb {
	border: 1px dashed #e2e2e2
}
.product li img {
	border: 0 solid
}
.product li a {
	color:#1346BE;
	display: block
}
.product li span a {
	padding-top:10px;
	height:35px;
	display:block;
	overflow:hidden;
	line-height:18px;
	text-decoration:none;
	font-size:13px
}
.product li a:hover {
	color:#E71;
}
.product li strong {
	display:block;
	padding-top:11px;
	font-size:13px;
}
.product li .timeleft {
	font-size: 10px;
	color: #777;
}
/*slider widget next/prev controls*/
.product a.prev-wrapper, .product a.next-wrapper {
	position: absolute;
	top: 105px;
	background-color: #fff;
	height: 100px;
	line-height: 100px;
	width: 45px;
	text-align: center;
	box-shadow: 0 1px 3px #888;
}
.product a span.prev, .product a span.next {
	background:url(/application/assets/images/v5/sprite_nav_slider.png) no-repeat;
	width:9px;
	height:20px;
	float:left ;
	text-indent:-9999px;
	position:absolute;
	top:140px;
	z-index:3;
}
.product a.prev-wrapper {
	left: -1px;
	z-index:2;
	box-shadow: 0 1px 3px #888;
}
.product a.next-wrapper {
	right: 0;
	z-index:2;
	box-shadow: 0 1px 3px #888;
}
.product a span.prev {
	background-position:left top;
	left:15px;
	top: 40px;
}
.product a span.prev:hover {
	background-position:left bottom;
}
.product a span.next {
	background-position:right top;
	right:15px;
	top: 40px;
}
.product a span.next:hover {
	background-position:right bottom;
}
.product a.next-wrapper.disabled {
	cursor: not-allowed;
	opacity:0.6
}
.product a span.next.disabled {
	cursor: not-allowed;
	opacity:0.6
}
.product a.prev-wrapper.disabled {
	cursor: not-allowed;
	opacity:0.6
}
.product a span.prev.disabled {
	cursor: not-allowed;
	opacity:0.6
}
.product-1col {
	border-bottom: 0;
	width: 180px;

	float: {
		template_textalignment
	}

	;
	position:relative;
	z-index:1;
}

.product-1col li {
	width: 130px;
	height: 198px;

	float: {
		template_textalignment
	}

	;
}

.product-1col li a {
	padding-top: 5px;
	color: #1346BE;
	display: block;
	font-family: verdana, arial, sans-serif;
}

.product-1col li span a {
	text-transform: uppercase;
	height: 35px;
	display: block;
	overflow: hidden;
	line-height: 17px;
	text-decoration: none;
}

.product-1col li strong {
	padding-top: 8px;
	color: #333;
}

.column2 .product-1col li strong span {
	color: #333;
	font-size: 13px;
}

.product-1col a.prev,
.product-1col a.next {
	width: 9px;
	height: 20px;

	float: {
		template_textalignment
	}

	;
	text-indent:-9999px;
	position:absolute;
	top:67px;
	z-index:5;
}

.product-1col li .timeleft {
	padding-top: 4px;
	font-size: 10px;
	color: #777;
}

/* 2.3.2 Feature */
.feature {
	width: 100%;
	padding-bottom: 15px;
}

.feature-box {
	background: #eeeeee;
	width: 675px;
	padding: 5px;
	font-size: 12px;
	color: #555;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature {
		display: none;
	}
}

.feature h3 {
	padding-bottom: 8px;
	font-size: 15px;
	color: #000;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature h3 {
		font-size: 18px;
		text-align: center;
	}
}

.feature p {
	line-height: 18px;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature p {
		font-size: 14px;
	}
}

.feature ul.link li {
	color: #555;
	line-height: 22px;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature ul.link {
		text-align: center;
	}

	.feature ul.link li {
		font-size: 17px;
		line-height: 2.1em;
	}
}

.feature ul.link li a {
	color: #1346BE;
}

.feature ul.link li a:hover {
	color: #E71;
}

.feature .column1 {
	background: #fff;
	width: 185px;
	min-height: 223px;
	padding-top: 15px;

	padding- {
		template_textalignment_alt
	}

	:10px;
	padding-bottom:10px;

	padding- {
		template_textalignment
	}

	:10px;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature .column1 {
		min-height: 150px;
		width: 100%;
		margin: 0 auto;
		border-bottom: none;
		padding: 0;
	}
}

.feature .column2 {
	background: #fff;
	width: 200px;
	min-height: 223px;
	padding-top: 15px;

	padding- {
		template_textalignment_alt
	}

	:10px;
	padding-bottom:10px;

	padding- {
		template_textalignment
	}

	:10px;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature .column2 {
		display: none
	}
}

.feature .column2 span {
	clear: both;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature .column2 span {
		font-size: 12px
	}
}

.feature .column2 span a {
	color: #1346BE;
}

.feature .column2 span a:hover {
	color: #E71;
}

.feature a {
	color: #0066CC;
}

.feature a:hover {
	color: #0456a8;
}

.feature .column2 a.button {
	margin: 20px 0 16px 0;
}

.feature a.button {
	background:url(/application/assets/images/v5/bg_button1.png) repeat-x {
		template_textalignment
	}

	top;
	width:178px;
	height:26px;

	float: {
		template_textalignment
	}

	;
	text-align:center;
	font-size:13px;
	color:#fff;
	line-height:26px;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
	text-decoration:none;
	border: 1px solid #2164b3;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature a.button {
		width: 100%;
	}
}

.feature a.button:hover {
	background-position: {
		template_textalignment
	}

	bottom;
}

.feature .column3 {
	width: 220px;

	margin- {
		template_textalignment_alt
	}

	:0;
	background:#fff;
	min-height:223px;
	padding-top:15px;

	padding- {
		template_textalignment_alt
	}

	:10px;
	padding-bottom:10px;

	padding- {
		template_textalignment
	}

	:10px;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature .column3 {
		min-height: 250px;
		width: 100%;
		margin: 0 auto;
		border-bottom: none;
		padding: 0 0 15px 0;
	}
}

.feature ul.link2 li {
	background:url(/application/assets/images/v5/sprite_ico_feature.png) no-repeat;

	padding- {
		template_textalignment
	}

	:50px;
	color:#555;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature ul.link2 li {
		padding-bottom: 12px
	}
}

.feature ul.link2 li:first-child {
	margin-top: 6px;
}

.feature ul.link2 li p {
	line-height: 16px;
	font-size: 11px;
	color: #545454;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature ul.link2 li p {
		font-size: 12px;
	}
}

.feature ul.link2 li.guaranteed-shipping {
	background-position: 0 -1px;
}

.feature ul.link2 li.premium-user {
	background-position: 0 -63px;
}

.feature ul.link2 li.rating-system {
	background-position: 0 -145px;
}

.feature ul.link2 li a {
	display: inline-block;
	padding-bottom: 4px;
	color: #1346BE;
	font-weight: bold;
}

.feature ul.link2 li a:hover {
	color: #E71;
}

.feature .column4 {
	width: 300px;
	height: 258px;

	float: {
		template_textalignment
	}

	;
	overflow: hidden;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.feature .column4 {
		width: 100%;
		float: none;
		margin: 0 auto;
		border-bottom: none;
		text-align: center;
	}
}

.catmapflyout {
	position: absolute;

		{
		template_textalignment
	}

	:210px;
	top: 0;
	background: white;
	border: 1px solid #ccc;
	z-index: 2;
	padding: 10px 20px 25px 20px;
	border-radius: 3px;
	white-space: nowrap;
	max-width:740px;
	min-height: 250px;
	opacity: 0.98;
	overflow-y: scroll;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.catmapflyout {
		display: block;
		position: inherit;

			{
			template_textalignment
		}

		:20px;
		min-height: 150px;
	}
}

.catmapflyout-ul {
	display: inline-block !important;
	display: inline;
	zoom: 1;
	vertical-align: top;
	width: 284px;
	line-height: 19px;
	padding-top: 12px;
}

.catmapflyout h3 a {
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;

	padding- {
		template_textalignment_alt
	}

	:15px;
	padding-bottom:6px;

	padding- {
		template_textalignment
	}

	:0px;
	width: 165px !important;
	display: block;
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.catmapflyout-ul {
		display: inline !important
	}
}

@media only screen and (min-width : 150px) and (max-width : 500px) {
	.catmapflyout {
		background: none;
	}

	.catmapflyout.bs-5-5-5-0 {
		box-shadow: none;
		border: none;
		max-height: 163px;
		overflow: scroll;
	}

	.catmapflyout-ul li {
		border-bottom: 1px solid #ddd;
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.catmapflyout h3 a {
		font-size: 14px;
		font-weight: normal;
	}

}

.newArrivals {
	width: 100%;
	height: 430px;
	overflow: hidden;
}

.newArrival-left {
	margin- {
		template_textalignment_alt
	}

	: 10px;

	margin- {
		template_textalignment
	}

	: 10px;
	margin-top: 10px;

	float: {
		template_textalignment
	}

	;
	width: 280px;
	height: 390px;
	border: solid 10px #e8e8e8;
}

.newArrival-right {
	float: {
		template_textalignment_alt
	}

	;
	max-width: 850px;
	overflow: hidden;
	padding-top: 10px
}

@media only screen and (min-width : 150px) and (max-width : {
		box2
	}

	px) {
	.newArrival-right {
		max-width: 650px;
	}
}

@media only screen and (min-width : 150px) and (max-width : 1300px) {
	.newArrival-right {
		max-width: 550px;
	}
}

.newArrival-right ul {
	width: 100%;
	list-style: none
}

.newArrival-right li {
	float: {
		template_textalignment
	}

	;
	padding: 5px 5px 10px 5px;

	margin- {
		template_textalignment_alt
	}

	: 20px;
	width: 178px;
	height: 197px
}

.newArrival-right li .na-pro-name {
	height: 21px;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-size: 15px
}

.newArrival-right li .na-pro-name a:active,
.newArrival-right li .na-pro-name a:visited {
	color: #103898
}

.newArrival-right li .na-pro-name a:hover {
	color: #e71
}

.newArrival-right li .na-pro-img {
	margin: 0 auto;
	width: 170px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle
}

.newArrival-right li .na-pro-img img {
	max-width: 170px;
	max-height: 170px
}

.newArrival-right li a {
	display: block;
	color: #111
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.newArrivals {
		height: 100%
	}

	.newArrival-left {
		border: none;
		margin: 0 auto;
		height: none;
		text-align: center;
		display: table-cell;
		width: 100%;
		border-bottom: 1px solid #eeeeee
	}

	.newArrival-right {
		float: {
			template_textalignment
		}

		;
		width: 100%;
		overflow: hidden
	}

	.newArrival-right li {
		text-align: center;
		display: table-cell;
		width: 100%;
		border-bottom: 1px dotted #eeeeee
	}

	.newArrival-right ul {
		width: 100%
	}

	.newArrival-right li:hover {
		width: 100%
	}

	.Featured-Sellers dl {
		width: 100%;
		text-align: center
	}

	.Featured-Sellers a {
		margin- {
			template_textalignment
		}

		:0
	}

	.Featured-Sellers {
		width: 100%;
		height: 100%
	}
}

@media only screen and (min-width : 150px) and (max-width : 500px) {
	.Featured-Sellers a {
		margin- {
			template_textalignment
		}

		:0
	}

	.Featured-Sellers {
		width: 100%;
		height: 100%
	}
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.Featured-Sellers {
	width: 100%;
	height: 515px;
	overflow: hidden
}

.Featured-Sellers a {
	display: block;

	float: {
		template_textalignment
	}

	;

	margin- {
		template_textalignment_alt
	}

	: 19px;
	width: 311px;
	cursor: pointer;
	text-decoration:none
}

@media only screen and (min-width : 150px) and (max-width : {
		box
	}

	px) {
	.Featured-Sellers a {
		float: none;

		margin- {
			template_textalignment
		}

		:25px;

		margin- {
			template_textalignment_alt
		}

		:0px
	}
}

.Featured-Sellers dl {
	padding: 10px;
	margin-bottom: 20px;
	width: 291px;
	background: #fff;
	border: solid 1px #ececec;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}

.Featured-Sellers dt {
	height: 170px;
}

.Featured-Sellers dd {
	position: relative;
	padding-top: 10px;
	height: 43px;
	text-align: center
}

.Featured-Sellers dd .point {
	position: absolute;
	left: 10px;
	top: -27px;
	padding: 2px;
	width: 50px;
	height: 50px;
	background: #fff;
	border: solid 1px #dfdfdf;
	border-radius: 75px;
	box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.1)
}

.Featured-Sellers dd .point img {
	border-radius: 75px
}

.Featured-Sellers dd .seller-description {
	margin-top: 5px;
	color: #999;
	height: 18px;
	overflow: hidden;
	text-decoration: none
}

.dropnote {
	width: 195px;
	height: 81px;
	float: left;
	margin-top: -180px;
	margin-left:50px;
	z-index: 5;
	position: relative
}

.dropnote:hover,
.dropnote img:hover {
	background: url(/application/assets/images/v5/bg_upload_hover.png) no-repeat 50% 50%;
	display: inline-block;
	float: left;
	margin-top: -180px;
	margin-left:50px;
	z-index: 5;
	position: relative;
}

.drop-area-active:hover img,
.dropnote:hover img {
	opacity: 0.2 !important
}
/* #htmlcontainer {
	width: 91% !important;
} */

.body-bg {
	/* background: url(/application/uploads/attachments/meta/grad_ornament.webp) repeat-x,
	url(/application/uploads/attachments/meta/black_ornament.webp) repeat !important; */
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1252%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1253%26quot%3b)'%3e%3c/rect%3e%3cpath d='M655.4007417763931 273.44141588157686L774.5097858491707 267.1991753891966 768.2675453567905 148.09013131641905 649.1585012840129 154.33237180879925z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1437.9003010743543 292.4487509007791L1352.9056419805288 207.45409180695367 1267.9109828867036 292.4487509007791 1352.9056419805288 377.4434099946045z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M999.1991022025614 119.41064008960248L1029.4584132094324 40.582439880434464 950.6302130002643 10.323128873563604 920.3709019933934 89.15132908273162z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M699.5063035209062 489.8269142931792L687.8647212904739 323.3445321156994 521.382339112994 334.9861143461317 533.0239213434264 501.46849652361146z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M945.420356820213 8.675093295900776L862.7168429616115-26.430465549117567 827.6112841165932 56.2730483094839 910.3147979751947 91.37860715450225z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M374.6124601473874 41.50411471349534L362.78996413986835 153.98765048762309 475.27349991399615 165.81014649514213 487.09599592151517 53.3266107210144z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M912.7300450097389 218.29317386332465L1047.986594911892 278.51326975562876 1108.2066908041961 143.25671985347563 972.950140902043 83.03662396117153z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1431.0499899230008 318.037217951349L1299.3047812297402 247.98704791293258 1229.2546111913239 379.7322566061932 1360.9998198845844 449.7824266446096z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1350.3206920123057 360.525980197533L1233.9788001405143 320.46625424371484 1193.9190741866962 436.80814611550613 1310.2609660584876 476.8678720693243z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M458.4069662513151 400.66589660733854L468.9168310840855 250.36782723073458 318.61876170748155 239.85796239796417 308.10889687471115 390.15603177456813z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M99.06156304898873 261.44276476206574L109.5887675014597 161.28310491714188 9.429107656535834 150.75590046467093-1.0980967959351204 250.91556030959478z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M810.5361382940868 113.94438829769871L854.3858006411381-0.28788757312022994 740.1535247703191-44.13754992017158 696.3038624232678 70.09472595064736z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M497.5094004421608 256.8260538394131L330.16865587743064 265.5960106456213 338.9386126836388 432.9367552103514 506.279357248369 424.16679840414326z' fill='rgba(207%2c 133%2c 0%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1252'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='50%25' y1='0%25' x2='50%25' y2='100%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1253'%3e%3cstop stop-color='rgba(207%2c 133%2c 0%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(0%2c 0%2c 0%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e") !important;
	background-repeat: repeat-x !important; */
    /* background-color: black !important; */
    background-color: rgb(255, 255, 255) !important;
}

.JokerboxUntertitel {
	color: #00BFFF;
	font-size: 16px;
}

.JokerboxUntertitel:hover {
	color: blue;
	text-decoration: none;
}

#KruemelmonsterKlein {
	font-size: 12px;
	color: white;
}

.Jokerbox {
	width: 400px;
	border-radius: 6px 6px 6px 6px;
	display: flex;
	flex-direction: column;
	box-shadow: 1.5px 1.5px 1.5px 1.5px;
}

.Jkbox {
	border: 2px solid orange;
    border-radius: 1em;
}

.imgJokerbox {
	height: 220px;
	width: 100%;
	float: left;
	border-radius: 0.8em 0 0 0.8em;
}

.details-link {
	color: #60a4dd;
	font: 14px/11px "Verdana";
	padding-right: 15px;
	background: url("/application/uploads/attachments/meta/details.webp") no-repeat right 2px;
	float: left;
	text-decoration: none;
}

.details-links a,
.details-links a:visited,
.details-links a:link {
	color: #60a4dd;
}
.details-links{
	position: absolute;
	bottom: 0;
	/* padding-top: 20px; */
}

.front {
	border: 2px solid orange;
	border-radius: 1em;
	position: inherit !important;
}

.back {
	border: 2px solid orange;
	border-radius: 6px 6px 6px 6px;
	position: absolute !important;
	background-color: #fff;
	border-radius: 1em;
}


.listing .cta {
	border-top: 2px solid lightgrey;
	padding: 6px;
	text-align: center;
	text-decoration: none !important;
}

.listing .body {
	height: 30px;
	padding: 4px;
}

.listing {
	list-style: none;
	margin: auto;
	padding: 0px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(380px, auto));
	padding: 20px 0px;
	/*width: 98.5%;*/
	margin: 0 auto;
}

@media(max-width:1350px) {
	.listing {
		width: 864px;
	}
}

@media(max-width:915px) {
	.listing {
		width: 425px;
	}
}

.flex-container, .flex-container-last, .flex-container-middle {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	height: 220px;
	border-radius: 1em;
}

.flex-container {
	background: black;
	background: url("/application/uploads/attachments/meta/product_skins_brownnew.webp") right;
}

.flex-container-middle {
	background: black;
	background: url("/application/uploads/attachments/meta/product_skins_bluenew.webp") left;
}

.flex-container-middle .imgJokerbox {
    border-radius: 0 0.8em 0.8em 0;
	height: 220px;
	width: 100%;
	float: right;
}

.flex-container-last {
	background: black;
	background: url("/application/uploads/attachments/meta/product_skins_blue2new.webp") right;
}

.jb_image {
	/* width: 239px; */
	flex-shrink: 2;
}

.flip-pad {
	display: block;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 5px;
	padding: 0 8px;
	z-index: 2;
}

.flex-container-middle .flip-pad {
	display: block;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 5px;
	padding: 0 8px;
	z-index: 2;
}

.flip-pad a {
	display: block;
	width: 19px;
	height: 19px;
	background: url("/application/uploads/attachments/meta/controls.webp") no-repeat left top;
	cursor: pointer;
	text-decoration: none;
}

.jb-inner {
	width: 147px;
	margin: 0 5px;
	padding: 0 10px;
	text-align: left;
	float: right;
}

.Jokerbox .body.jb-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.Jokerbox .body.jb-inner ul {
	flex-grow: 2;
	flex-shrink: 2;
}

.jb-inner.big-box .details-links {
	float: right;
}

.big-box-container {
	display: flex;
    flex-wrap: nowrap;
    height: 372px;
}

.big-box-img {
	width: 100%;
	flex-grow: 2;
}
.big-box-img img {
	max-width: 100%;
	width: 100%;
	height: 368px;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	object-fit: cover;
}

.big-box-right {
	width: 170px;
	margin: 0;
	display: flex;
    flex-direction: column;
    background: #51433A right;
	border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.big-box-right ul {
	flex-grow: 2;
}

@media only screen and (max-width: 450px) {
	.colx.big-box {
		padding: 0;
		margin-bottom: 20px;
	}
}

.jb-title {
	color: #ffce7b;
	font: 16px/18px "Verdana";
	/* height: 62px; */
	padding-top: 22px;
}

.JokerboxTitel {
	color: #00BFFF;
	font-size: 14px;
}

.JokerboxTitel:link {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

.JokerboxSmall {
	color: #bcbec0;
	font: 12px/18px "Verdana";
	height: 94px;
	margin-top: 12px !important;
	padding-bottom: 10px;
}

.JokerboxTitel:visited {
	color: blue;
	background-color: transparent;
}

.JokerboxTitel:hover {
	color: lightblue;
	background-color: transparent;
	/* text-decoration: !important; */
}

.JokerboxTitel:active {
	color: lightblue;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#produkt {
	border-right: 2px solid lightgrey;
	border-radius: 15px 0px 0px 0px;
}

.JokerboxRahmenForEveryOne {
	border: 3px solid lightgrey;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 1.5px 1.5px 1.5px 1.5px grey;
}

.os-title {
	height: 40px;
	margin: 0;
	padding-top: 16px;
}

.os-title,
.os-title .os-link {
	text-align: center;
	color: #666666;
	font: bold 17px/21px "Verdana";
	text-decoration: underline;
}

.os-gallery {
	height: 100px;
	position: relative;
}

.os-bottom-panel {
	border-top: 1px solid #a5a5a5;
	padding: 0 8px;
}

.os-bottom-panel .details-link {
	color: #0066cc;
	background-position: right -17px;
	float: left;
	margin-top: 15px;
}

.os-gallery .jcarousel-list li,
.os-gallery .jcarousel-item {
	width: 46px;
	height: 80px;
}

.osgi-wide {
	background-position: -100px bottom !important;
	padding-bottom: 18px !important;

}

.jcarousel-list li,
.jcarousel-item {
	overflow: hidden;
	float: left;
	list-style: none;
	line-height: 16px;
}

.osg-thumbnail {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.cblock {
	width: 98%;
	margin: auto;
	color: #bcbec0;
	margin-top: 40px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.cblock h1,
.cblock h2,
.cblock h3,
.cblock h4 {
	color: #FFCE7B;
	margin-top: 20px;
	margin-bottom: 10px;
}

.cblock h1 {
	font-size: 36px;
	font-weight: 500;
}

.cblock h2 {
	font-size: 30px;
	font-weight: 500;
}

.cblock h3 {
	font-size: 24px;
	font-weight: 500;
}

.cblock h4 {
	font-size: 18px;
	font-weight: 500;
}

.cblock p {
	margin: 0 0 1em;
	font-size: 14px;
	font-weight: 500;
}

.cblock ul {

}

.cblock ul li {
	margin: 0 0 1em;
	font-size: 14px;
	font-weight: 500;
}

.os-gallery .jcarousel-prev-disabled {
	background-position: 0 -38px;
}

.os-gallery .jcarousel-next-disabled {
	background-position: 0 -57px !important;
}

.os-gallery .jcarousel-prev,
.os-gallery .jcarousel-next {
	display: block;
	width: 19px;
	height: 19px;
	background: url("/application/uploads/attachments/meta/controls.webp") no-repeat;
	position: absolute;
	cursor: pointer;
}

.os-gallery .jcarousel-clip {
	width: 320px;
	height: 100px;
	margin: 0 auto;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.osg-item {
	float: left;
	width: 46px;
	height: 62px;
	margin: 0 3px;
	padding-bottom: 6px;
	background: url("/application/uploads/attachments/meta/th_shadow.webp") no-repeat 5px bottom;
}

.os-gallery .jcarousel-prev {
	left: 10px;
	top: 35px;
	background-position: 0 -95px;
}

.os-gallery .jcarousel-next {
	right: 10px;
	top: 35px;
	background-position: 0 -76px;
}

.flip-pad .revert {
	background-position: 0 -19px;
}

.os-bottom-panel .wide-button-black {
	float: right;
	margin-top: 7px;
}

.wide-button-black {
	display: block;
	width: auto !important;
	height: 23px;
	background: url("/application/uploads/attachments//meta/bagobag_button.webp") no-repeat right -46px;
	padding: 0 13px 0 0 !important;
	text-decoration: none;
	cursor: pointer;
}

.wide-button-black {
	width: 116px;
	height: 30px;
	background-position: right -168px;
}

.wbb-inner {
	display: block;
	height: 23px;
	background: url("/application/uploads/attachments//meta/bagobag_button.webp") no-repeat left top;
	height: 30px;
	background-position: 2px -138px;
	font: 12px/30px "Verdana";
	color: #ff9000;
	font-weight: bold;
	padding: 0 0 0 13px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

.jcarousel ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#jokerlink{
	 cursor: pointer;
}

.os-gallery .jcarousel-prev-disabled {
	background-position: 0 -38px;
}

.cust_fixed_grid>div,
#htmlcontainer .cust_side_gird {
	background: transparent !important;
}

.cust_grid_col .product h3,
.cust_grid_col .product li span a,
.cust_grid_col .product li .timeleft,
.cust_grid_col .product li strong {
	color: #fff;
}

.cust_grid_col .product li span a {
	height: 28px;
}

.cust_grid_col .product li {
	margin-right: 14px !important;
}

.fixed-left-grid-col.col-left.custom_sidelft {
	margin-left: 0px !important;
}

.cust_list {
	width: 1235px;
	margin: auto;
}

@media only screen and (min-width: 600px) {
	.cust_list {
		width: 100%
	}
}
@media only screen and (min-width: 760px) {
	.cust_list {
		width: 100%
	}
}
@media only screen and (min-width: 962px) {
	.cust_list {
		width: 100%
	}
}
@media only screen and (min-width: 1200px) {
	.cust_list {
		width: 1235px;
	}
}
@media only screen and (max-width: 600px) {
	#private-messaging {
		display: none;
	}
	.cust_list {
		width: 100%
	}
	.bot-nav-fill .top-nav-left {
		display: block;
	}
	.jb-title {
		font-size: 12px;
		padding: 18px 0px 5px 0px;
		height: auto;
	}
	.JokerboxSmall {
		font-size: 11px;
		margin-top: 0px !important;
		height: auto
	}
	.details-link {
		font-size: 11px;
	}
	.listing,
	.jb_image,
	.Jokerbox {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.flex-container-middle .imgJokerbox {
		margin-right: 0;
	}
	.listing {
		display: unset !important;
	}
}/* Breadcrumb Navigation Styles */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    line-height: 1.5;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: var(--font-size-sm);
    line-height: 1.5;
    background: transparent;
    color: var(--color-foreground-secondary);
}

/* Target the existing breadcrumb structure */
.breadcrumb .breadcrumb {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.breadcrumb a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--btn-transition);
}

.breadcrumb a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* Style the container for each breadcrumb item */
.breadcrumb .prl-5 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Simple delimiter styling */
.breadcrumb-delimiter {
    width: 16px;
    height: 1px;
    background-color: #666;
    margin: 0 8px;
    display: inline-block;
}

.breadcrumb-item + .breadcrumb-item {
    margin-left: 0;
    padding-left: 0 !important;
}

/* Breadcrumb item styles */
.breadcrumb-item + .breadcrumb-item::before {
    content: "—";
    color: var(--badge-neutral-text);
    margin: 0 0.5rem 0 0;
    padding-right: 0 !important;
    font-weight: 300;
}

.breadcrumb-item a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--btn-transition);
}

.breadcrumb-item a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--badge-neutral-text);
    font-weight: var(--font-weight-medium);
}

/* Container for breadcrumb */
.breadcrumb-container,
.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 1.5rem;
}

/* Breadcrumb with background */
.breadcrumb-with-bg {
    background: var(--color-background-secondary);
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    border: 1px solid var(--color-border);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .breadcrumb {
        font-size: 0.8rem;
        gap: 0.25rem;
    }
    
    .breadcrumb .prl-5 {
        gap: 0.25rem;
    }
    
    .breadcrumb-delimiter {
        width: auto;
        height: auto;
        background: none;
        margin: 0 5px;
        font-size: 0.75rem;
        color: #666;
    }
    
    .breadcrumb-delimiter::before {
        content: "·";
    }
}

/* Very small screens - hide entire breadcrumb */
@media (max-width: 425px) {
    .breadcrumbs {
        display: none;
    }
}.slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slide {
	float:left ;
	width:150px;
	height:auto;
	min-height:250px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{
	.bx-wrapper
	{
		max-width: 190px;
	}
}
@media only screen and (min-width : 150px) and (max-width : 1224px)
{
	.bx-wrapper
	{
		max-width: 1134px;
	}
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.bx-wrapper
	{
		max-width: 1410px;
	}
}
.bx-wrapper img {
	display:block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.bx-wrapper .bx-viewport {
	direction: ltr; /*rtl fix*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/application/assets/images/v5/ico_working.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/application/assets/images/v5/sprite_nav_bxslider.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(/application/assets/images/v5/sprite_nav_bxslider.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/application/assets/images/v5/sprite_nav_bxslider.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/application/assets/images/v5/sprite_nav_bxslider.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: verdana, arial, sans-serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}
/**/
.i-carousel-container {
     position: relative;
     overflow: hidden
}
 .i-carousel-row-inner {
     position: relative;
     height: 100%
}
 .i-row:after, .i-row:before {
     display: table;
     content: "";
     line-height: 0;
     font-size: 0
}
 .i-row:after {
     clear:both
}
 .i-carousel-row-inner:after, .i-carousel-row-inner:before {
     display: table;
     content: "";
     line-height: 0;
     font-size: 0
}
 .i-carousel-row-inner:after {
     clear: both
}
 .i-row {
     width: 100%
}
 .i-carousel-col.i-carousel-left {
     height: 270px;
     visibility: visible;
}
 .i-carousel-left, .i-carousel-right {
     width: 40px;
     height: 100%;
     position: absolute;
     top: 0;
     z-index: 1
}
 .i-carousel-left {
     left: 0;
     padding-left: 3px
}
 .i-carousel-col {
     overflow: visible;
     min-height: 1px;
     position: relative;
     zoom: 1;
}
 .i-carousel-button {
     position: relative;
     top: 40%;
     margin-top: -16px
}
 .i-button-image {
     height: auto
}
 .i-button {
     background: #e7e9ec;
     border-radius: 3px;
     border-color: #ADB1B8 #A2A6AC #8D9096;
     border-style: solid;
     border-width: 1px;
     cursor: pointer;
     display: inline-block;
     padding: 0;
     text-align: center;
     text-decoration: none !important;
     vertical-align: middle
}
 .i-button-image .i-button-inner {
     padding: 6px;
     line-height: 0;
     height: auto
}
 .i-button .i-button-inner {
     background: #eff1f3;
     background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
     background: linear-gradient(to bottom, #f7f8fa, #e7e9ec)
}
 .i-button-inner {
     display: block;
     position: relative;
     overflow: hidden;
     height: 29px;
     box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
     border-radius: 2px
}
 .i-button .i-icon-previous {
     margin: 5px 6px 5px 5px
}
 .i-icon-previous {
     width: 11px;
     height: 15px;
     background-position: -123px -7px
}
 .i-icon, .i-link-emphasis:after {
     background-image: url(/application/assets/images/v5/sprite_widgets.png);
     -webkit-background-size: 400px 900px;
     background-size: 400px 900px;
     background-repeat: no-repeat;
     display: inline-block;
     vertical-align: top
}
 .i-icon-alt {
     position: absolute;
     left: -9999px;
     top: auto;
     display: block;
     width: 1px;
     height: 1px;
     line-height: 1px;
     font-size: 1px;
     overflow: hidden;
}
 .i-carousel-has-buttons .i-carousel-center {
     margin: 0 40px
}
 .i-carousel-center {
     overflow: hidden
}
 .i-carousel-col {
     overflow: visible;
     min-height: 1px;
     position: relative;
     zoom: 1;
}
 .i-carousel-viewport {
     width: 100%;
     overflow: hidden;
}
 ol.i-carousel {
     margin: 0;
     list-style-type: none;
     height: 100%;
     white-space: nowrap;
     overflow-x: visible;
     color: #111;
     letter-spacing: -4px
}
 .i-ordered-list, .i-unordered-list, ol, ul {
     padding: 0
}
 .i-ordered-list, ol {
     margin: 0 0 0 20px;
     color: #767676;
}
 li.i-carousel-card.i-widget-carousel__card {
     max-width: 230px;
     margin-left: 17px;
}
 html:not(.i-mobile) .i-widget .i-carousel-card:first-child {
     margin-left: 5px !important
}
 .i-widget .i-widget-carousel__carousel-container li {
     position: relative
}
 .i-carousel-card {
     vertical-align: top;
     text-align: left;
     overflow: hidden;
     margin-left: 16px;
     width: 160px;
     min-height: 100%;
     list-style-type: none;
     display: inline-block;
     white-space: normal;
     letter-spacing: normal
}
 .i-ordered-list li, .i-unordered-list li, ol li, ul li {
     word-wrap: break-word;
     margin: 0
}
 .i-ordered-list li, ol li {
     list-style: decimal
}
 a.iok-block.iok-nowrap.iok-hide-text.i_product-image {
     vertical-align: middle;
     height: 150px;
}
 .i-hide-text, .iok-hide-text {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0
}
 .i-nowrap, .iok-nowrap {
     white-space: nowrap
}
 .i-block, .iok-block {
     display: block;
     position: relative
}
 .i-align-center, .iok-align-center {
     vertical-align: middle !important
}
 .i-spacing-top-micro {
     margin-top: 4px !important
}
 .i-size-small {
     font-size: 12px !important;
     line-height: 1.5 !important
}
 .i-icon-row.i-spacing-none {
     padding-bottom: 0
}
 .i-icon-row {
     padding-top: 1px;
     padding-bottom: 1px;
     display: block;
     line-height: 0
}
 .i-spacing-none, .i-ws .i-ws-spacing-none {
     margin-bottom: 0 !important
}
 .i-text-strike {
     text-decoration: line-through !important
}
 .i-size-mini {
     font-size: 11px !important;
     line-height: 1.465 !important
}
 .i-color-secondary {
     color: #555 !important
}
 .i-color-price {
     color: #B12704 !important
}
 .i-carousel-col.i-carousel-right {
     height: 270px;
     visibility: visible;
}
 .i-carousel-left, .i-carousel-right {
     width: 40px;
     height: 100%;
     position: absolute;
     top: 0;
     z-index: 1
}
 .i-carousel-right {
     text-align: right;
     right: 0;
     padding-right: 3px
}
 .i-button .i-icon-next {
     margin: 5px 5px 5px 6px
}
 .i-icon-next {
     width: 11px;
     height: 15px;
     background-position: -105px -7px
}
.i-card-empty {
	max-height: 175px;
	height: 100%;
	background: url(/application/assets/images/v5/img_spinner.gif) 50% 50% no-repeat
}
#full-container {
	padding: 0;
	margin: 0;
}
.full-dialog-overlay {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10000;
	width: 100%;
	min-height: 3500px;
}
.full-dialog-side-control {
	border: 1px solid #666 !important;
	padding: 0 0 0 40px !important;
	background: url(/application/assets/images/v5/bg_slidein.png) repeat-y 0 0 !important;
	left: auto !important;
	right: 0 !important;
	overflow: hidden !important;
	margin-top: 0 !important;
	height: 100% !important
}
/*footer mobile menu also visible at 80px height*/
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.full-dialog-side-control {
		/*margin-top: -90px !important;*/
		/*margin-top: -180px !important;*/

	}
	.header-container {
		margin-top: 0px;
	}
}
#full-dialog-container-js.full-dialog-container.full-dialog-side-control {
	position: fixed;
	width: 0;
	margin-top: 10px;
	z-index: 10001;
}
.full-dialog-close {
	cursor: pointer;
	position: absolute;
	right: -11px;
	top: -11px;
	width: 26px;
	height: 26px;
}
.full-dialog-side-control .full-dialog-body {
	float: right;
	width:100%;
	height: 100%;
	/*overflow: hidden;
	overflow-y: scroll;*/
	margin-top: 0;
	-webkit-overflow-scrolling: touch;
	background: url(/application/assets/images/v5/ico_working.gif) center center no-repeat #f5f5f5;
}
.full-dialog-side-control iframe {
	border: 0;
	background: #f7f9fb;
	overflow: scroll;
	/*background: url(/application/assets/images/v5/ico_working.gif) center center no-repeat #f5f5f5;*/
}
.full-dialog-side-control .full-dialog-close {
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(/application/assets/images/v5/ico_close_white.png) no-repeat 50% 50%;
	cursor: pointer;
	text-indent: -3000px;
	top: 10px;
	left: 10px;
	right: auto;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.full-dialog-side-control .full-dialog-close {
		/*top: 100px;*/
	}
	.full-dialog-side-control .full-dialog-body {
		/*margin-top:90px;*/
	}
}
.footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 99999999;
	border-top: 1px solid #E6E6E6;
	background: #f4f4f4;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 )";
	/* IE6-9 */
	background: #fff;
	transition: all 0.5s ease-in-out;
}

.btn2 {
	display: table;
	background: #fff;
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #eee;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.11);
}

.btn2 li {
	display: block;
	padding: 10px;
	float: left;
	width: 50%;
	text-align: center;
}

.btn2 li:first-child {
	border-right: 1px solid #eee;
}

.btn2 li a {
	text-decoration: none;
	color: #1088d4;
	font-weight: lighter;
}

.btn2 li a:hover {
	color: #000;
}

.buy_sell {
	padding: 15px;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 )";
	/* IE6-9 */
	position: static !important;
}

.buy_sell p {
	font-size: 14px;
}

.buy_sell ul li {
	margin: -15px !important;
}

#footer a {
    /* padding: 10px 0; */
	line-height: 130%;
} 

@media (max-width: 1024px) {
	#footer a {
		padding: 10px 0;
	} 
}

#footer-mobileonly {
	height: 80px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease
}

#footer-mobileonly.closed {
	height: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease
}

.footer ul {
	display: table;
	width: 100%;
}

.footer ul li {
	display: block;
	float: left;
	cursor: pointer;
	width: 20%;
	color: #787d83;
	text-align: center;
	border: 1px solid #eee;
	padding: 15px 5px;
	text-align: center;
}

.footer ul li:hover {
	color: #5a5a5a;
}

.footer ul li a {
	color: #787d83;
}

.footer ul li a:hover {
	text-decoration: none;
}

.footer ul li span {
	font-size: 25px;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
}

.footer ul li span i.pop {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #EC1D24;
	color: #fff;
	font-size: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
}

.footer ul li p {
	font-size: 11px;
	margin: 0px;
}

.absolute_div {
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
}

.absolute_div.active {
	visibility: visible;
	overflow-y: scroll;
	z-index: 999999;
	background: #fff
}

.more_menu {
	position: absolute;
	top: 100%;
	width: 100%;
}

.absolute_div.active .more_menu {
	top: 0px;
}

.more_menu .more {
	padding: 10px 0;
	padding-top: 20px;
	text-align: center;
}

.more_menu ul li p a {
	color: #787d83
}

.more_menu ul li p a:hover {
	text-decoration: none;
}

.more_menu .more h2 {
	font-size: 25px;
}

.more_menu .blue_bg {
	background: #1088d4;
	color: #fff;
	text-align: left;
	padding: 10px;
	font-size: 18px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.46) inset;
}

.more_menu ul {
	padding: 0px;
	margin: 0px;
	color: #5a5a5a;
	padding-bottom: 80px;
}

.more_menu ul li {
	display: block;
	padding: 20px 15px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.more_menu ul li.section {
	background: #f1f1f1;
	height: 20px;
	padding: 12px 15px;
	cursor: default;
}

.more_menu ul li.section h2 {
	font-size: 15px
}

.more_menu ul li p {
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
}

.left_icon {
	float: left;
	margin-right: 10px;
	font-size: 25px;
}

.right_arrow {
	float: right;
	font-size: 25px;
	color: #ccc;
}

.more_menu ul li:hover * {
	color: #444 !important;
}

.footer * {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footer-container .locale-tools,
.footer2 .locale-tools {
	padding: 13px 0 13px 0;
}

.footer-container .locale-tools .select,
.footer2 .locale-tools .select {
	border: 1px solid #b6b6b6;
	width: 161px;
	height: 26px;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

.footer-container .copyright {
	/*color: #fff;*/
	float: right;
	font-size: 14px;
	text-align: right;
}
.body-bg .footer-container .copyright {
	color: #fff;
}

.footer-container .powered-by {
	padding: 9px 0 3px 0;
	color: #fff;
	clear: both;
	font-size: 11px;
}

.footer-container .powered-by a {
	color: #0066CC;
}

.footer-container .powered-by a:hover {
	color: #E71;
}

.footer-container {
	padding-top: 3em;
	font-family: Verdana;
	font-size: 14px;
	/* background: url("../../uploads/footer_grad.jpg") center no-repeat, url("../../uploads/black_ornament.jpg") repeat; */
	/* width: auto; */
	/* padding: 40px 35px 40px 13px; */
	width: 91%;
	padding: 40px 0px 40px 0px;
	margin: auto;
}

.footer-container .footer-wd {
	width: 100%;
	margin: auto;
}

.footer-container .fl-item a {
	color: #fff;
}

.footer-container .box2 {
	width: auto;
	margin: 0 auto;
}

.footer-container .footer-list {
	float: left;	
	width: 25%;	
	/* margin-right: 50px; */	
	/*color: white;*/
}


.footer-container .footer-list a,
.footer-container .copyright a{
	color: #ff6600;
}


.body-bg .footer-container .footer-list {
	color: #ffffff;
}
.footer-container .fl-title {
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-container .fl-sep {
	margin-bottom: 10px;
}

.footer-container .onlydesktop {
	display: grid !important;

}

/*.footer-container .copyright a:link,
.footer-container .copyright .a_link {
	color: #ff6600;

}*/

@media only screen and (min-width : 769px) and (max-width : 1200px) {
	.footer-container .box2 {
		float: left;
		width: 17% !important;
	}

	.footer-container .footer-list {
		width: 24%;
		margin-right: 15px;
	}
}
	.footer-container .box2 {	
     width: 25%!important;	
    float: left;	
}	
@media (max-width: 768px) {	
	.footer-container .box2{	
	width: 91%!important;	
	float:none;	
}	
}
@media (max-width: 991px) {
	.footer-container .footer-list {
		float: none;
		width: 100%;
		text-align: center;
		margin-right: 0px !important;
		color: black;
		display: inline-block;
		vertical-align: middle;
	}
	.footer-container .box2{	
	width: 91%!important;	
	float:none;	
}
	.footer-container .copyright {
		float: none;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 10px;
		width: 100%;
	}

	.footer-container .right {
		float: none;
	}

}

@media only screen and (min-width : 150px) and (max-width : 500px) {
	.footer-container {
		/* padding: 1em 1em 0 1em; */
		width: auto;
	}
}

.rv-footer {
	padding-top: 40px;
	/* background: url("../../uploads/black_ornament.jpg"); */
}
	#footer1{	
padding-left:0px!important;	
}
.rv-container {
	/*height: 50px;	
	overflow: hidden;*/	
	/* padding: 0 10px; */	
	width:91%!important;	
    text-align: center;	
    margin: auto;
}

.rv-edit {
	/*float: left;
	padding-left: 80px;*/
	float: right;
	/* padding-left: 40px;
	padding-right: 40px; */
}

.rv-edit .rv-edit-arrow {
	color: #c90;
	font-size: 11px;
	margin-top: -2px;
    /*padding: 8px;
    float: left;*/
	padding-right: 8px;
	float:left ;
}

.rv-edit .rv-edit-link {
	font-size: 10px;
	width: 80px;
	color: #000;
	display: inline-block;
}

.rv-container .rv-recentview {
	/*width: 60px;*/
	/*width: 100px;*/
	/* width: 115px; */
	/*float: left;
	text-align: right;
	font-size:13px;*/
	float:left ;
	text-align:right ;
	font-size:13px;
}

.rv-container .rv-image {
	display: inline-block;
	padding: 0 10px 0 10px;
	vertical-align: middle;
}

.rv-container .rv-image a img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.bottom-fixed {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1020;
}

.notices {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-top-color: #dfdfdf;
	border-right-color: #d8d8d8;
	border-bottom-color: #cbcbcb;
	border-left-color: #d8d8d8;
}

.notices .notice--primary {
	color: #141414;
	background: rgba(255, 251, 246, 0.80)
}

.notice-content {
	padding: 10px
}

.notice-content a {
	margin-right: 7px
}

@media only screen and (min-width : 150px) and (max-width : 500px) {
	.notices .notice--primary {
		padding-bottom: 80px
	}
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
address {
	font-style:normal
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
* {
	outline:none
}
.rte ul {
	list-style: none;
	list-style-type: disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 25px
}
.rte ol {
	list-style: none;
	list-style-type: decimal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 25px
}
.rte li {
	word-wrap: break-word;
	margin: 0;
	padding: 3px 0 3px 0;
}
.rte p {
	padding-bottom:20px
}
.rte h1, .rte h2, .rte h3, .rte h4 {
	padding-bottom:20px
}
.rte code {
	background: #ebeef0;
	padding: 2px
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold
}
i, em {
	font-style:italic
}
p {
	padding-bottom:12px
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: -1px;
	overflow: visible
}
h2 {
	color: #333;
	font-size:17px
}
h3 {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 13px
}
fieldset {
	border: 1px solid #d7d7d7;
	border-radius: 4px 4px 4px 4px;
	padding: 10px
}
fieldset legend {
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	color:#333
}
table {
	width:100%;
	border-spacing:0;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
}
table td, table th {
	border:none
}
textarea {
	overflow:auto;
	font-family: verdana, arial, sans-serif
}
a {
	color:#333;
	text-decoration:none
}
a:hover {
	color:#000
}
body {
	background:#fff;
	font: 16px/1.2 Arial,sans-serif;
	color:#000
}
/*select {
        -moz-appearance: none;
        -webkit-appearance:none;
}*/
select::-ms-expand {
    display: none;
}
body.modal-open {
    overflow: hidden;
}
.body-bg, .bg-upload-profile {
	background:#fff;
	background-color:#fff
}
.bg-upload-pm {
	background-color:#ebebeb
}
.left {
	float:left
}
.right {
	float:right
}
.right-w100pct-mt-4 {
	float:right
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.right-w100pct-mt-4 {
		float:none;
		margin-top:4px
	}
}
.clear {
	clear:both;
	line-height:1px;
	height:1px
}
.clear-0 {
	clear: both;
	height: 0px;
}
.box {
	width: 1224px;
	margin:0 auto
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.box {
		width:100%;
		max-width:97%
	}
}
.box2 {
	/* width: 1500px; */
	margin:0 auto
}
@media only screen and (min-width : 150px) and (max-width : 1500px) {
	.box2 {
		width:100%;
	}
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.box2 {
		width:100%;
	}
}
.box-fluid {
	width:100%
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.box-fluid {
		width:100%;
	}
}
.box.box-fluid, .box2.box-fluid {
	width:100%;
	overflow-wrap: break-word;
}
.leftcol-pm {
	margin-right:30px;
	float: left;
	position: relative
}
.rightcol-pm {
	width: 740px;
	float: left
}
.draw-select-smallest {
	padding: 3px;
	border: 1px solid #888
}
.draw-select {
	border:none;
	height:37px;
	line-height:31px;
	padding-top:2px;
	padding-left:5px;
	padding-bottom:0;
	padding-right:35px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
	font-size:12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	box-sizing: border-box;
	max-width: none;
	display: block;
	color: #31373d;
	width:100%
}
.draw-select-small {
	border:none;
	height:29px;
	line-height:26px;
	padding-top:2px;
	padding-left:5px;
	padding-bottom:0;
	padding-right:35px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
	font-size:12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	box-sizing: border-box;
	max-width: none;
	display: block;
	color: #31373d;
	width:100%
}
.draw-select input:matches([type="button"], [type="submit"], [type="reset"]):disabled, input[type="radio"]:disabled, input[type="file"]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled, select[disabled] > option
{
	color:#777;
	cursor: not-allowed
}
.draw-select-small input:matches([type="button"], [type="submit"], [type="reset"]):disabled, input[type="radio"]:disabled, input[type="file"]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled, select[disabled] > option
{
	color:#777;
	cursor: not-allowed
}
.input:disabled, .input:read-only
{
	color:#777;
	cursor: not-allowed
}
.input:read-only
{
	background-color:#fafafa
}
.select {
	border:1px solid #b6b6b6;
	width:150px;
	height:29px;
	line-height:29px;
	padding:3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:2px;
	position:relative;
	font-size:12px
}
.draw-select__button {
	border: 1px solid #ccc;
	width: 31px;
	height: 37px;
	position: relative;
	float: right;
	margin-right:-16px;
	margin-top:-39px;
	background: #f1f1f1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.draw-input__button {
	border: 1px solid #ccc;
	width: 31px;
	height: 37px;
	position: relative;
	float: right;
	margin-right: -16px;
	margin-top: -39px;
	background: #f1f1f1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.draw-input__lastbutton {
	border: 1px solid #ccc;
	width: 31px;
	height: 37px;
	position: relative;
	float: right;
	margin-right: -16px;
	margin-top: -39px;
	background: #f1f1f1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.draw-select__wrapper, .draw-multiselect__wrapper {
 border: 1px solid #c8c8c8;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    vertical-align: bottom;
    border-radius: 4px;
}
.draw-select__wrapper:after {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    pointer-events: none
}
@supports (-moz-appearance: meterbar) {
    .draw-select__wrapper, .draw-multiselect__wrapper {
        overflow: hidden
    }
}
.inlineblock {
	display:inline-block;
}
.draw-select__wrapper:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2Cellipse%2Cline%2Cpath%2Cpolygon%2Cpolyline%2Crect%2Ctext%7Bfill%3A%23798c9c%20%21important%3B%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23329ECC%22%20d%3D%22M24.5%2C6.2L13.9%2C16.8L3.5%2C6.2L0.8%2C9l13.2%2C13.3L27.2%2C9L24.5%2C6.2z%22%2F%3E%3C%2Fsvg%3E)
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.draw-select__wrapper, .draw-multiselect__wrapper, .draw-select__wrapper.w-355, .draw-multiselect__wrapper.w-355, .draw-select__wrapper.w-300, .draw-select__wrapper.w-200, .draw-select__wrapper.w-250, .draw-select__wrapper.w-150 {
		width:100%;
		margin-bottom:9px
	}
	.seller-form .draw-select__wrapper.w-200 {
		width:200px !important;
	}
	.seller-form .input.w-160 {
		width:160px !important;
	}
}
.draw-select__wrapper:hover {
	border: 1px solid #479ccf
}
.box .autocompletev4 {
	margin-left:0;
	border-top:1px solid #fff
}
.box2 .autocompletev4 {
	margin-left:0;
	border-top:1px solid #fff
}
.separator {
	overflow: hidden;
	font-size: 1.3em;
	line-height: 42px;
	padding: 0 10px 0 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #d6d6d6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: -moz-linear-gradient(top, #fefefe, #f3f3f3);
	background: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
	background: -o-linear-gradient(top, #fefefe, #f3f3f3);
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.separator-white {
	overflow: hidden;
	font-size: 1.3em;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #d6d6d6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: #fff;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.separator .title, .separator-white .title {
	display: inline-block;
	line-height: 1.5;
	max-width: 76%;
	padding-bottom: 5px;
	padding-top: 5px
}
.separator .date, .separator-white .date {
	float:right ;
	font-size: 12px;
	font-weight: normal
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.separator .select, .separator-white .select {
		width:100%
	}
}
.separator-widget {
	background:#ebebeb;
	height:0px;
	width:100%
}
.separator-widget.open {
	height:50px;
	padding:12px;
	transition: 0.5s;
}
.bulk-actions-widget {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	width: 100%;
	border-top: 0;
	font-family: verdana, arial, sans-serif;
	z-index: 10000;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1;
	transition: 0.5s;

}
.bulk-actions-widget > div {
	display: inline-block;
	text-align: left;
	background: #fff;
	width:65%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height:450px;
	padding:14px;
	border:5px solid #dfdfdf
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.bulk-actions-widget > div {
		width:90%;
		overflow-y: scroll
	}
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	#bulk-actions-widget .draw-select__button {
		margin-top:-48px;
	}
}
.bulk-actions-widget-minimized {

}
.bulk-actions-widget-body {
	height: 0px;
	transition: 0.5s;
}
#place_bid_modal.bulk-actions-widget.open {
	height: 345px;
	transition: 0.2s
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	#place_bid_modal.bulk-actions-widget.open {
		height: 500px;
		transition: 0.2s
	}
}
#localpickuplocation.bulk-actions-widget.open {
	height: 225px;
	transition: 0.5s
}
#markfulfillment.bulk-actions-widget.open, #auctionbroadcast.bulk-actions-widget.open {
	height: 255px;
	transition: 0.5s
}
#deleteconfirmation.bulk-actions-widget.open, #auctiongoingonce.bulk-actions-widget.open {
	height: 205px;
	transition: 0.5s
}
#confirmdelist.bulk-actions-widget.open, #confirmdelete.bulk-actions-widget.open, #confirmarchive.bulk-actions-widget.open {
	height: 165px;
	transition: 0.2s
}
#confirmrelistevent.bulk-actions-widget.open {
	height: 370px;
	transition: 0.5s
}
.bulk-actions-widget.open {
	height: 145px; /*355px;*/
	transition: 0.5s;
	z-index:99999
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.bulk-actions-widget.open {
		height: 225px;
		transition: 0.5s;
	}
}
.bulk-actions-widget .draw-select__button .button, .draw-select__button .button {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDAwNTNFN0E0QjZBMTFFNjg1MkNGRkFGOUNFQUU0OUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDAwNTNFNzk0QjZBMTFFNjg1MkNGRkFGOUNFQUU0OUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODNERURFNDkwNDAxMUU1QkJEOUYyNUZERDFBRTU0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODNERURFNTkwNDAxMUU1QkJEOUYyNUZERDFBRTU0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph4Fvs4AAACjSURBVHja7JPBCYQwEEX/hIRYTeItLXixkGA3FmA7CYIFpJEgIswS7+qSlb3sfvi34TPzH0PMjCck8JB+NajrOg4hvEejUDtz27bsnON5nvlqrvhyo33fkXPGMAxYloU/6oiIjjDvPVJKXBWklMK2bWiaBkIIrOtat1E5TWt9dDCOI6y1dDYr70BIKTFNE4wxVE2t73uOMd4SK6b/034v6CXAAJ9nmZj4rHC9AAAAAElFTkSuQmCC') no-repeat left top;
    border: none;
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 9px;
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 0;
    cursor: pointer;
    text-indent: -9999px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	#button-combo.draw-select__button
	{
		margin-right: -29px;
		margin-top: -48px;
	}
	#itemlocation.bulk-actions-widget.open, #promotionalshipping.bulk-actions-widget.open, #deleteconfirmation.bulk-actions-widget.open, #pointsrestrictions.bulk-actions-widget.open, #buyerrestrictions.bulk-actions-widget.open, #localpickuplocation.bulk-actions-widget.open, #localpickuplocation.bulk-actions-widget.open, #markfulfillment.bulk-actions-widget.open, #auctionbroadcast.bulk-actions-widget.open, #auctiongoingonce.bulk-actions-widget.open, #newsletter-widget.bulk-actions-widget.open {
		height: 450px;
		transition: 0.5s;
	}
}
.bold {
	font-weight:bold
}
.normal {
	font-weight:normal
}
/*my account landing*/
.column-holder {
	position: relative;
	min-width: 895px
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.column-holder {
		min-width: 100%
	}
}
.primary {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:227px;
	padding: 0;
	display: block;
	position: relative
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.primary {
		margin-right:0
	}
}
/*buttons*/
.blue-button {
	background:#184da5;
	border: 1px solid #184da5;
	min-width:120px !important;
	height:27px !important;
	float:left ;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative
}
.blue-button-disabled {
	opacity: .40;
	-ms-filter: "alpha(opacity=40)";
	-khtml-opacity: .40;
	cursor: not-allowed
}
.blue-button-nwh {
	background:#184da5;
	border: 1px solid #184da5;
	float:left ;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative
}
.blue-button:hover, .blue-button-nwh:hover {
	background-position:left bottom
}
.cart-button {
	background:url(/application/assets/images/v5/ico_addcart.png) no-repeat left top;
	width:13px !important;
	height:14px !important;
	float:left ;
	text-align:center;
	position:relative
}
.cart-button:hover {
	background:url(/application/assets/images/v5/ico_addcart_active.png) no-repeat left top;
	width:13px !important;
	height:14px !important;
	float:left ;
	text-align:center;
	position:relative
}
.cart-button.added {
	background:url(/application/assets/images/v5/ico_addcart_added.png) no-repeat left top;
	width:13px !important;
	height:14px !important;
	float:left ;
	text-align:center;
	position:relative
}
.cart-button.error {
	background:url(/application/assets/images/v5/ico_addcart_error.png) no-repeat left top;
	width:13px !important;
	height:14px !important;
	float:left ;
	text-align:center;
	position:relative
}
.button-button {
	background: #4d9ad2; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d9ad2 0%, #2989d8 24%, #207cca 42%, #2466b4 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d9ad2), color-stop(24%,#2989d8), color-stop(42%,#207cca), color-stop(70%,#2466b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d9ad2 0%,#2989d8 24%,#207cca 42%,#2466b4 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d9ad2 0%,#2989d8 24%,#207cca 42%,#2466b4 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d9ad2 0%,#2989d8 24%,#207cca 42%,#2466b4 70%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d9ad2 0%,#2989d8 24%,#207cca 42%,#2466b4 70%); /* W3C */
	width: 178px;
	height: 35px !important;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	text-decoration: none;
	border:1px solid #2466b4
}
.button-button:hover {
	cursor:pointer
}
.button-button:hover {
	background: #2466b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #2466b4 30%, #207cca 58%, #2989d8 76%, #4d9ad2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#2466b4), color-stop(58%,#207cca), color-stop(76%,#2989d8), color-stop(100%,#4d9ad2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2466b4 30%,#207cca 58%,#2989d8 76%,#4d9ad2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2466b4 30%,#207cca 58%,#2989d8 76%,#4d9ad2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2466b4 30%,#207cca 58%,#2989d8 76%,#4d9ad2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2466b4 30%,#207cca 58%,#2989d8 76%,#4d9ad2 100%); /* W3C */
	color:#fff;
	text-decoration: none
}
.button-button-cancel {
	background: rgb(232,232,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(232,232,232,1) 14%, rgba(168,168,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(14%,rgba(232,232,232,1)), color-stop(100%,rgba(168,168,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 14%,rgba(168,168,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 14%,rgba(168,168,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 14%,rgba(168,168,168,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 14%,rgba(168,168,168,1) 100%); /* W3C */
	width: 178px !important;
	height: 35px !important;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #333;
	line-height: 22px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	text-decoration: none;
	border:1px solid #bbb
}
.button-button-cancel:hover {
	cursor:pointer
}
.button-button-cancel:hover {
	background: rgb(168,168,168); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(168,168,168,1) 0%, rgba(232,232,232,1) 86%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,168,168,1)), color-stop(86%,rgba(232,232,232,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(232,232,232,1) 86%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(232,232,232,1) 86%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(168,168,168,1) 0%,rgba(232,232,232,1) 86%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(168,168,168,1) 0%,rgba(232,232,232,1) 86%,rgba(232,232,232,1) 100%); /* W3C */
	color:#333;
	text-decoration: none
}
.button-button-green {
	background: #aae11d; /* Old browsers */
	background: -moz-linear-gradient(top,  #aae11d 0%, #95d014 24%, #84be10 42%, #6cac12 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aae11d), color-stop(24%,#95d014), color-stop(42%,#84be10), color-stop(70%,#6cac12)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aae11d 0%,#95d014 24%,#84be10 42%,#6cac12 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aae11d 0%,#95d014 24%,#84be10 42%,#6cac12 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aae11d 0%,#95d014 24%,#84be10 42%,#6cac12 70%); /* IE10+ */
	background: linear-gradient(to bottom,  #aae11d 0%,#95d014 24%,#84be10 42%,#6cac12 70%); /* W3C */
	width: 178px !important;
	height: 35px !important;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	text-decoration: none;
	border:1px solid #6cac12
}
.button-button-green:hover {
	cursor:pointer
}
.button-button-green:hover {
	background: #6cac12; /* Old browsers */
	background: -moz-linear-gradient(top,  #6cac12 30%, #84be10 58%, #95d014 76%, #aae11d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#6cac12), color-stop(58%,#84be10), color-stop(76%,#95d014), color-stop(100%,#aae11d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6cac12 30%,#84be10 58%,#95d014 76%,#aae11d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6cac12 30%,#84be10 58%,#95d014 76%,#aae11d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6cac12 30%,#84be10 58%,#95d014 76%,#aae11d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6cac12 30%,#84be10 58%,#95d014 76%,#aae11d 100%); /* W3C */
	color:#fff;
	text-decoration: none
}
.button-button-yellow {
	background: #fee9be; /* Old browsers */
	background: -moz-linear-gradient(top,  #fee9be 0%, #ecbf61 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee9be), color-stop(100%,#ecbf61)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fee9be 0%,#ecbf61 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fee9be 0%,#ecbf61 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fee9be 0%,#ecbf61 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fee9be 0%,#ecbf61 100%); /* W3C */
	width: 178px !important;
	height: 35px !important;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #111;
	line-height: 22px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	text-decoration: none;
	border:1px solid #bca783;
	text-shadow: 0 1px 0 #fff
}
.button-button-yellow:hover {
	cursor:pointer
}
.button-button-yellow:hover {
	background: #ecbf61; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecbf61 0%, #fee9be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecbf61), color-stop(100%,#fee9be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ecbf61 0%,#fee9be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ecbf61 0%,#fee9be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ecbf61 0%,#fee9be 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ecbf61 0%,#fee9be 100%); /* W3C */
	color:#111;
	text-decoration: none
}
a:link, .a_link {
	color: #004b91;
	text-decoration: none
}
a:visited, .a_visited {
	color: #004b91;
	text-decoration: none
}
a:hover, a:active, .a_active {
	color: #c45500; /*#e71;*/
	text-decoration: underline
}
.a_active {
	text-decoration: none
}
.tinyfont {
	font: 9px/1.2 arial,sans-serif
}
.smallfont {
	font: 10px/1.2 arial,sans-serif
}
.normalfont {
	font: 16px/1.2 arial,sans-serif
}
.bigfont {
	font: 15px/1.2 arial,sans-serif
}
.clear {
	font-size: 1px;
	height: 1px
}
.photo {
	text-align: center;
	vertical-align: middle
}
.imgb-in .photo {
	display:table-cell
}
.photo img {
	border: 1px solid lightgray;
	/* border: none; */
	border-radius: 8px;
}
.border {
	display:inline-block;
	position:relative;
	background-color: #fff;
	overflow:hidden;
}
.noborder {
	border:0 solid #fff
}
.nooverflow {
	overflow:hidden
}
.photo_wrapper {
	z-index:0;
	text-align: center
}
.ilance_wysiwyg {
	padding: 0
}
.wysiwyg {
	background: #FFFFFF;
	color: #000000;
	font: 10pt verdana;
	border: 1px inset
}
.wysiwygbutton {
	padding: 1px;
	left: 0;
	top: 0
}
.wysiwygbutton .border {
	border: 1px solid #ccc
}
.wysiwyg_itextarea {
	background: #fff;
	border: 1px solid #6593CF
}
.wysiwyg_popuplayer {
	background: #fff;
	color: #000000;
	font: bold 10px verdana, tahoma, arial, sans-serif;
	height: 25px;
	background-position: top;
	background-repeat: repeat-x;
	border: 2px solid #ccc;
	box-shadow: 0 4px 11px rgba(50, 50, 50, 0.63);
	-webkit-box-shadow: 0 4px 11px rgba(50, 50, 50, 0.63)
}
.wysiwyg_popuplayer_title {
	background: #fff;
	color: #000000;
	font: bold 10px verdana, tahoma, arial, sans-serif;
	height: 25px;
	background-position: top;
	background-repeat: repeat-x
}
.wysiwyg_select {
	background-color: #fff;
	color: #000000;
	font-size: 11px;
	border-collapse: collapse
}
.wysiwyg_select_over {
	background-color: #FCEEC1;
	color: #03568C;
	font-size: 11px;
	border: 1px solid #FFBD69
}
.wysiwygbutton_over {
	background: #FCEEC1;
	border: 1px solid #FFBD69;
	cursor: pointer
}
.wysiwygbutton_out {
	border: 1px solid transparent
}
.wysiwyg_wrapper {
	padding: 0
}
/*font colors*/
.blackonly {
	color: #000
}
.blackonly a:link {
	color: #000
}
.blackonly a:visited {
	color: #000
}
.blackonly a:hover, .blackonly a:active {
	color: #000
}
.darkgray {
	color: #999
}
.darkgray a:link {
	color: #999
}
.darkgray a:visited {
	color: #999
}
.darkgray a:hover, .darkgray a:active {
	color: #999
}
.blueonly {
	color: #004b91
}
.blueonly a:link {
	color: #004b91
}
.blueonly a:visited {
	color: #004b91
}
.blueonly a:hover, .blueonly a:active {
	color: #004b91
}
.litegray {
	color: #aaa
}
.litegray a:link {
	color: #aaa
}
.litegray a:visited {
	color: #aaa
}
.litegray a:hover, .litegray a:active {
	color: #aaa
}
.darkgray {
	color: #666
}
.darkgray a:link {
	color: #666
}
.darkgray a:visited {
	color: #666
}
.darkgray a:hover, .darkgray a:active {
	color: #666
}
.blue {
	color: #004b91
}
.blue a:link {
	color: #004b91
}
.blue a:visited {
	color: #004b91
}
.blue a:hover, .blue a:active {
	color: #7A007A
}
.gray {
	color: #777
}
.gray a:link {
	color: #777
}
.gray a:visited {
	color: #777
}
.gray a:hover, .litegray a:active {
	color: #e71
}
.red {
	color: #900
}
.red a:link {
	color: #900
}
.red a:visited {
	color: #900
}
.red a:hover, .red a:active {
	color: #900
}
.redbright {
	color: #ce0023
}
.bigredcountdown {
	color:#FF0000;
	font-size:15px;
	font-weight:bold
}
.bigblackcountdown {
	color:#000;
	font-size:15px;
	font-weight:bold
}
.redcountdown {
	color:#FF0000;
	font-weight:bold
}
.blackcountdown {
	color:#000;
	font-weight:bold
}
.green {
	color: #4D9B08
}
.green a:link {
	color: #4D9B08
}
.green a:visited {
	color: #4D9B08
}
.green a:hover, .green a:active {
	color: #4D9B08
}
.black {
	color: #000
}
.blur {
	-webkit-filter: blur(4px);
	opacity: 0.3
}
.noclick {
	pointer-events:none
}
.overflow-hidden {
	overflow-x: hidden;
	overflow-y: hidden
}
.blurry {
	display: inline-block;
	text-decoration: none;
	color: transparent;
	text-shadow: 0 0 5px #000
}
.alt_top {
	background: #fff;
	background-image: url(/application/assets/images/v5/bg_alt_top.gif);
	background-repeat: repeat-x;
	background-position: top
}
.alt2_top {
	background: #EEEEEE;
	background-image: url(/application/assets/images/v5/bg_alt2_top.gif);
	background-repeat: repeat-x;
	background-position: top
}
.alt3 {
	background: #D9E6F8;
	color: #000;
	background-image: url(/application/assets/images/v5/bg_alt3.gif);
	background-repeat: repeat-x;
	background-position: bottom
}
.page {
	background: #fff;
	color: #000
}
.alt1 {
	background: transparent;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom:1px solid #e5e5e5;
}
.alt1_left {
	border-left: 1px solid;
	border-left-color: #e5e5e5
}
.alt1_right {
	border-right: 1px solid;
	border-right-color: #e5e5e5
}
.alt2 {
	background: #e1e1e1;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom:1px solid #e5e5e5;
}
a.buttons, input.buttons {
	background: #184da5;
	border: 0;
	width: 73px;
	height: 32px;
	text-align: center;
	color: #fff;
	font-size: 1em;
	margin-right: 3px;
	margin-left: 3px;
	padding:3px;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
button[disabled]:active, button[disabled], input[type=button][disabled]:active, input[type=button][disabled], input[type=submit][disabled]:active, input[type=submit][disabled] {
	opacity: .40;
	-ms-filter: "alpha(opacity=40)";
	-khtml-opacity: .40;
	cursor: not-allowed
}
a.buttons2, input.buttons2 {
	background:url(/application/assets/images/v5/bg_button1.png) repeat-x left top;
	border:0;
	width:178px;
	height:32px;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:28px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
	text-decoration:none
}
a.buttons2:hover, input.buttons2:hover {
	background-position:left bottom;
	cursor:pointer
}
.buttons_smaller {
	color: #333333;
	font: bold 10px arial, helvetica, verdana, sans-serif
}
.tableborder {
	background: #E5E5E5;
	color: #000;
	border: 1px solid #AAAAAA
}
.smaller {
	font: 11px Arial
}
.bluehlite {
	background: #FCFDFF;
	padding-right: 4px;
	border-top: #5a7edc 2px solid;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: #5a7edc 2px solid;
	margin-bottom: 4px
}
.errormessage {
	background: #ffffe1;
	border: 0 #CFCFCF;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
	line-height: 8px
}
.input {
	height: 31px;
	margin-top:0;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:5px;
	line-height: normal;
	font: 12px arial, verdana, helvetica, sans-serif;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	color:#333;
}
.input-dark {
	background-color:#f1f1f1;
	height: 31px;
	margin-top:0;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:5px;
	line-height: normal;
	font: 12px arial, verdana, helvetica, sans-serif;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	color:#333;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.input, .input-dark {
		width:100%
	}
}
input#search_keywords_id.input, input#store_search_keywords_id.input {
	box-shadow: none
}
input#search_keywords_id.input:focus, input#store_search_keywords_id.input:focus {
	border: none
}
.input:focus {
	border: 1px solid #479ccf
}
.textarea, textarea {
	font: 12px arial, verdana, helvetica, sans-serif;
	background: #fff;
	color:#333;
	height:54px;
	line-height:18px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.textarea, textarea {
		width:100%;
		resize:none
	}
}
.pulldown {
	color: #444444;
	font: 13px arial, helvetica, verdana, sans-serif;
	width: 198px;
	height: 24px
}
.code {
	background: #fafafa;
	color: #000000;
	font: 9pt monospace;
	margin: 0 0 0 0;
	width: 100%;
	cursor: crosshair;
	line-height: 1.8em
}
.featured_highlight {
	background: #f2f8fe;
	background-repeat: repeat-x;
	background-position: bottom;
}
.grayborder {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 12px 12px 12px 12px;
	clear: both;
	margin-bottom:12px;
	background:#fff;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.star {
	cursor: pointer;
}
.success {
	color: #3c763d;
	border:2px solid #d6e9c6;
	border-radius:6px;
	background-color:#fff;/*#dff0d8;*/
	padding:15px;
	margin-top:15px;
	min-height:25px;
}
.warning {
	color:#31708f;
	border:2px solid #bce8f1;
	border-radius:6px;
	background-color:#fff;/*#d9edf7;*/
	padding:15px;
	margin-top:15px;
	min-height:25px;
}
.failed {
	color: #a94442;
	border:1px solid #a94442;
	border-radius:6px;
	background-color:#fff;/*#f2dede;*/
	padding:15px;
	margin-top:15px;
	min-height:25px;
}
.notice {
	color:#ec1d24; /*#8a6d3b;*/
	border:1px solid #ffdd95; /*#faebcc;*/
	border-radius:6px;
	background-color:#ffecc4; /*#fff*/
	padding:15px;
	margin-top:15px
}
.success span, .warning span, .failed span, .notice span {
	float:left ;
	margin-right:10px;
	margin-top:-6px
}
.ts-w {
	text-shadow: 0 1px 0 #fff
}
.block-wrapper {
	padding-bottom: 15px
}
.blocks {
	position:relative;
	z-index: 0;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius:  5px 5px 5px 5px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-width: 1px;
	padding-bottom:10px;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
	background:#fff
}
.blocks .blocks-header {
	position:relative;
	z-index: 0;
	padding:12px;
	color: #5d5d5d;
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3f3f3), to(#d1d1d1) left top #6E89A4);
	background: -webkit-linear-gradient(#f3f3f3, #d1d1d1) left top #6E89A4;
	background: -moz-linear-gradient(#f3f3f3, #d1d1d1) left top #6E89A4;
	background: -ms-linear-gradient(#f3f3f3, #d1d1d1) left top #6E89A4;
	background: -o-linear-gradient(#f3f3f3, #d1d1d1) left top #6E89A4;
	background: linear-gradient(#f3f3f3, #d1d1d1) left top #6E89A4;
	-pie-background: linear-gradient(#f3f3f3, #d1d1d1) left top #6E89A4;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius:  5px 5px 0 0
}
.blocks .blocks-header-plain {
	position:relative;
	z-index: 0;
	padding:5px;
	color: #5d5d5d;
	background: #fff;
	border-top: 1px solid #ccc;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius:  5px 5px 0 0
}
.blocks .blocks-content {
	position: relative;
	background-color: #fff
}
#blocks-content-head {
	min-height:20px;
	border-bottom:1px solid #0000CC;
	background-color:#ccc;
	border-color: #bbb;
	display: block;
	padding:12px 12px 6px 12px;
	text-decoration: none;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	text-shadow: 0 1px 0 #ebebeb
}
#blocks-content-text {
	font: 10pt arial,helvetica,verdana,sans-serif;
	padding:10px;
	line-height: 1.5em;
	text-decoration: none;
	margin: 0
}
#infobar {
	overflow: hidden;
	font: message-box;
	font-size:11px;
	width:100%
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
	background: InfoBackground;
	color: InfoText;
	margin: 0 0 0 0;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 4px;
	text-decoration: none;
	cursor: default;
	border-top:1px solid #ccc
}
#infobar a:hover {
	background: Highlight;
	color: HighlightText;
	overflow: hidden;
	cursor: pointer
}
#search_autocomplete {
	border: 1px solid #ccc;
	background-color: #fff;
	padding:5px 0 5px 0;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
	display: none;
	position: absolute;
	z-index: 1200;
	width: 420px;
	text-decoration: none;
	-webkit-box-shadow: #bbb 3px 3px 6px
}
#search_autocomplete a {
	text-decoration: none;
	color:#000
}
#search_autocomplete a:hover {
	background: #ebebeb;
	text-decoration: none;
	color: #000
}
#search_autocomplete a:hover strong {
	color: #000;
}
#search_autocomplete a:active {
	background: #ebebeb;
	text-decoration: none;
	color: #000
}
#search_autocomplete .selected {
	background-color: #ebebeb;
	color: #000;
	text-decoration: none;
	cursor: pointer
}
.search_autocomplete_label {
	padding:5px 10px 5px 10px;
	cursor:hand;
	font-size:15px
}
.search_autocomplete_separator {
	border-bottom: 1px dotted #ddd;
	height: 1px;
	font-size: 1;
	margin: 15px 0 15px 0
}
.search_autocomplete_separator span {
	float: right;
	background: white;
	color: #ccc;
	font-size: 11px;
	padding-top:0px;
	padding-right:17px;
	padding-bottom:0px;
	padding-left:7px;
	margin-top: -6px
}
#overlay img {
	border: none
}
#overlay {
	background-image: url(/application/assets/images/v5/bg_overlay.png)
}
* html #overlay {
	background-color: transparent;
	background-image: url(/application/assets/images/v5/ico_spacer.gif)
}
.hide {
	display:none
}
.hide-ni {
	display:none !important;
}
.modal_window {
	position: fixed;
	width: 35%;
	min-width:613px;
	height: 310px;
	top: 20%;
	left: 32.5%;
	background-color: #fff;
	color: #444;
	-webkit-border-radius: 6px;
	z-index: 9004;
	cursor: default;
	box-shadow: 0 4px 11px rgba(50, 50, 50, 0.63);
	-webkit-box-shadow: 0 4px 11px rgba(50, 50, 50, 0.63);
	padding: 15px 15px 15px 15px;
	overflow:scroll;
	margin:auto
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.modal_window {
		width: 89%;
		min-width:80%;
		top: 22%;
		left: 2.5%;
		box-shadow: 0 4px 11px rgba(50, 50, 50, 0.63);
		-webkit-box-shadow: 0 4px 11px rgba(50, 50, 50, 0.63);
		padding: 3%;
	}
}
.jqmOverlay {
	background: url(/application/assets/images/v5/bg_overlay.png);
	background-color: #222
}
.modal_window a.close, .enlarge_picture_modal a.close, .bulk-actions-widget a.close, .profile-left-column a.close, .jobprofile-left-column a.close {
	background:url(/application/assets/images/v5/ico_close.png) no-repeat left top;
	width:15px;
	height:14px;
	display:block;
	float:right ;
	margin:0;
	text-indent:-9999px
}
.modal_window .close:hover, .enlarge_picture_modal .close:hover, .bulk-actions-widget .close:hover, .profile-left-column .close:hover, .jobprofile-left-column .close:hover  {
	background-position:left bottom;
}
.nav_top {
	background: url(/application/assets/images/v5/ico_menu_open.gif);
	color: #000;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center
}
.listcolumnwrapper {
	margin-bottom:1em;
	margin-left:16px
}
.listcolumn {
	float:left ;
	width:25%
}
.listcolumn:nth-child(4n+1) {
	clear: left
}
.listcolumnhead {
	font-size:14px;
	padding-bottom:12px;
	margin-top:16px
}
.listcolumn ol {
	margin:0;
	padding:0
}
.listcolumn ol li {
	list-style-type:none;
	margin-left:15px;
	margin-bottom:3px
}
.listcolumn ol li:before {
	margin-bottom:25px
}
.clearleft {
	clear: left
}
.side-corner-tag {
	position: relative;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	font-weight: 900
}
.side-corner-tag p {
	display: inline
}
.side-corner-tag p span {
	position: absolute;
	display: inline-block;
	right: -25px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	top: 22px;
	background: #ec1d24;
	width: 100px;
	padding-top:3px;
	padding-bottom:0;
	padding-left:0;
	padding-right:10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}
.side-corner-tag p:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -17px;
	right: 65px;
	z-index: -1;
	border: 17px solid;
	border-color: transparent transparent #662121 transparent
}
.side-corner-tag p:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 74px;
	z-index: -1;
	right: -10px;
	border: 17px solid;
	border-color: #662121 transparent transparent transparent
}
.tac {
	text-align: center
}
.vam {
	vertical-align: middle
}
.vat {
	vertical-align: top
}
.dtc {
	display: table-cell
}
.fade-40 {
	opacity: .40;
	-ms-filter: "alpha(opacity=40)";
	-khtml-opacity: .40
}
.fade-20 {
	opacity: .20;
	-ms-filter: "alpha(opacity=20)";
	-khtml-opacity: .20
}
.ul-specifics {
	display: inline-block;
	padding-right: 40px;
	vertical-align: top
}
.ul-specifics li {
	padding: 0 0 15px;
	font-size: 13px;
	float: left;
	height: 40px
}
.ul-specifics li div {
	width: 120px;
	color: #8c8c8c;
	line-height: 1.4;
	vertical-align: top
}
.ul-specifics li div+div {
	width: 200px;
	color: #000;
	font-weight: bold
}
.spent-progress {
	clear: left;
	margin-top:4px;
	margin-right:6px;
	margin-bottom:0px;
	margin-left:0px;
	height: 13px;
	padding: 3px;
	background: #ebebeb;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px white;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px white;
	display:inline-block;
	width:75px;
	float:left
}
.spent-progress-bar {
	height: 100%;
	background: #73c822;
	border: 1px solid;
	border-color: #6eb626 #62a21f #5a9122;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(top, #73c822, #67aa24);
	background-image: -moz-linear-gradient(top, #73c822, #67aa24);
	background-image: -o-linear-gradient(top, #73c822, #67aa24);
	background-image: linear-gradient(to bottom, #73c822, #67aa24);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.15)
}
/*profile pages*/
.fb-response {
	padding: 10px 0 0 0;
	border-top: 1px dotted #D7D7D7
}
.profile-border {
	min-height: 125px;
	display: inline-block;
	border: 1px solid #DFDFDF;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
	float:left
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.profile-border {
		width: 99.5%;
		overflow: hidden;
		text-align: center;
	}
}
.profile-description-centered {
	text-align: left;
	margin: 0 auto
}
.profile-left-column, .profile-left-column.storenav {
	min-width:21.8%;
	width:21.8%;
	font-size:13px;
	overflow-y: auto;
	height:100%;
	/*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/
}
.profile-left-column.br {
	border-right:1px solid #eee;
}
.profile-left-column.storenav {
	min-width:24%;
	width:24%;
}
.profile-right-column, .profile-right-column.storenav {
	width:78%;
	font-size:13px;
}
.profile-right-column.storenav {
	width: 76%;
}
.profile-right-column, .profile-left-column, .profile-column-inline {
	float: left;
	display: inline
}
.profile-left-column .widget2-header {
	display: none;
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{
	.widget2 {
		margin-bottom:130px;
	}
	.profile-left-column.open .widget2-header {
		background-color: #eaeaea;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		width: 80%;
		height: 40px;
		position: fixed;
		top: 0px;
		z-index: 4001;
		display: block;
	}
	.profile-left-column.open .widget2-header .wtitle {
		padding-top:12px;
		padding-left:15px;
		padding-right:15px;
		font-size:14px;
		font-weight: bold;
	}
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.profile-left-column.open .coverp {
		z-index:2;
		visibility: visible;
		margin-top: 20px;
		max-width: 190px;
	}
	.profile-left-column.opentb .coverp {
		z-index:2;
		visibility: hidden;
	}
	.profile-left-column {
		z-index: 1;
		width: 0;
		min-width:0;
		overflow-y: hidden;
		border-color: transparent;
		height:100%;
	}
	.profile-right-column {
		width:100%;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		font-size:12px;
	}
	.profile-left-column.open {
		width:80%;
		position: fixed;
		border-right: solid 1px #ccc;
		overflow-y: auto;
		top:0;
		bottom:0;
		left:0;
		padding-top:20px;
		box-shadow: 3px 0 9px 0 rgba(0,0,0,0.4);
		background-color:#fff;
		height:100%;
		z-index:4001;
	}
	.profile-left-column.coverp {
		z-index:2;
		visibility: hidden;
	}
	.profile-left-column #attachmentpane {
		max-width:100%
	}
	.profile-left-column #uploadbutton {
		text-align: center
	}
}
.pm-left-column {
	width:65%
}
.pm-right-column {
	width:30%
}
@media only screen and (min-width : 150px) and (max-width : 530px) {
	.pm-left-column {
		width:100%
	}
	.pm-right-column {
		display:none
	}
}
.pm-right-column, .pm-left-column, .pm-column-inline {
	float: left
}
#profile-content {
    border-left: dotted 1px #d7d7d7;
    padding-left: 0;
    padding-right: 0
}
#bb-d {
	border-bottom: dotted 1px #d7d7d7;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:25px;
	min-height: 100px;
	position: relative
}
#bb-d-mh50 {
	border-bottom: dotted 1px #d7d7d7;
	padding-top:0;
	padding-right:25px;
	padding-bottom:0;
	padding-left:25px;
	min-height: 50px;
	position: relative;
	background: #eeeeee
}
#bb-n {
	border-bottom: none;
	border-left: none;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:25px;
	position: relative
}
#bb-n .draw-select__single-pulldown, #bb-d-mh50 .draw-select__single-pulldown {
	min-width:96% !important;
}
#bb-n .draw-input__button, #bb-d-mh50 .draw-input__button, .profile-list .draw-input__button {
	float: right;
	top: 0;
	left: 14px;
}
#bb-n .draw-input__button .button, #bb-d-mh50 .draw-input__button .button, .profile-list .button {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDAwNTNFN0E0QjZBMTFFNjg1MkNGRkFGOUNFQUU0OUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDAwNTNFNzk0QjZBMTFFNjg1MkNGRkFGOUNFQUU0OUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODNERURFNDkwNDAxMUU1QkJEOUYyNUZERDFBRTU0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODNERURFNTkwNDAxMUU1QkJEOUYyNUZERDFBRTU0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph4Fvs4AAACjSURBVHja7JPBCYQwEEX/hIRYTeItLXixkGA3FmA7CYIFpJEgIswS7+qSlb3sfvi34TPzH0PMjCck8JB+NajrOg4hvEejUDtz27bsnON5nvlqrvhyo33fkXPGMAxYloU/6oiIjjDvPVJKXBWklMK2bWiaBkIIrOtat1E5TWt9dDCOI6y1dDYr70BIKTFNE4wxVE2t73uOMd4SK6b/034v6CXAAJ9nmZj4rHC9AAAAAElFTkSuQmCC') no-repeat left top;
	border:none;
	width:18px;
	height:18px;
	float:left ;
	margin-top: 9px;
	margin-bottom:0;
	margin-left:6px;
	margin-right:0;
	cursor:pointer;
	text-indent:-9999px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	#profile-content {
		border-left:none
	}
	#bb-d-mh50 {
		min-height: 90px;
		padding:0 0 0 0;
		line-height: 25px
	}
	#bb-d-mh50 select {
		max-width: 175px
	}
	#bb-n .draw-select__single-pulldown, #bb-d-mh50 .draw-select__single-pulldown {
		min-width:95% !important;
	}
	#bb-n .draw-input__button, #bb-d-mh50 .draw-input__button, .profile-list .draw-input__button
	{
		top: -9px;
		left: 13px;
	}
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	#bb-n .draw-select__single-pulldown, #bb-d-mh50 .draw-select__single-pulldown {
		min-width:92% !important;
	}
}
.bb-n {
	border-bottom:none
}
.bb-g {
	border-bottom: dotted 1px #d7d7d7;
	min-height: 100px;
	position: relative
}
.bb-g-mh20 {
	border-bottom: dotted 1px #d7d7d7;
	min-height: 20px;
	position: relative
}
.bb-lg {
	border-bottom:1px dotted #e5e5e5
}
.bb-d-grey {
	border-bottom:1px dotted #ccc
}
.nav-left {
	margin-top: 20px
}
.nav-left li.active {
	font-weight:bold;
	background-color:#e5e5e5;
	text-decoration: none
}
.nav-left li a.nav-left-item {
	display: block;
	color: #333;
	text-decoration: none;
	outline: none;
	padding-left: 4px;
	padding-bottom: 3px
}
.nav-left li a.nav-left-item:hover {
	color: #fff;
	background-color: #004b91;
	text-decoration: none
}
.nav-left li a.nav-left-item span.span-item {
	padding: 7px 6px;
	cursor: pointer;
	height: 16px;
	display: block;
	overflow: hidden;
	line-height: 19px
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.nav-left {
		margin-bottom:30px
	}
	.nav-left ul li span {
		width:100%;
		display:block
	}
}
.nav-left-section {
	padding-top:15px;
	padding-right:0;
	padding-bottom:15px;
	padding-left:10px;
	position: relative;
	margin-left: -10px;
	width: 100%
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.nav-left-section h2 {
		padding-left:10px;
	}
}

.nbt {
	border-top:none
}
.skill-tags, .variant-tags {
	list-style: none;
	margin: 10px 0 0 0 !important
}
.skill-tag {
	background: none repeat scroll 0 0 #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	padding: 6px;
	float: left;
	margin-top:4px;
	margin-right:4px;
	margin-bottom:4px;
	margin-left:0;
	color: #555;
	font-size: 12px
}
.variant-tag {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	padding: 6px;
	float: left;
	margin-top:4px;
	margin-right:6px;
	margin-bottom:4px;
	margin-left:0;
	color: #000;
	font-size: 10px;
	border: 1px solid #ccc
}
#shopping-cart .cart-list li
{
	padding: 5px 5px 5px 5px;
	margin-right:5px;
	float: left;
}
#shopping-cart .cart-list ul
{
	padding: 0;
}
.edit-bg {
	background-color:#d5edfe;
	padding:4px 9px 4px 9px;
	border-radius:5px
}
/*Responsive youtube embed*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.w-310 {
	width:310px
}
.w-70 {
	width:70px
}
.w-40 {
	width:40px
}
.w-90 {
	width:90px
}
.mh-150 {
	min-height:150px;
}
.mh-185 {
	min-height:185px;
}
.mh-20 {
	max-height:20px
}
.mb-0 {
	margin-bottom:0px
}
.mb-20 {
	margin-bottom:20px;
	clear: both;
}
.mb-2em {
	margin-bottom:2em
}
.mb-30 {
	margin-bottom:30px
}
.mb-50 {
	margin-bottom:50px
}
.mb-60 {
	margin-bottom:60px
}
.mb-90 {
	margin-bottom:90px
}
.mb-100 {
	margin-bottom:100px
}
.mb-4 {
	margin-bottom:4px
}
.mb-4em {
	margin-bottom:4em
}
.mt-0 {
	margin-top:0px
}
.mt-1 {
	margin-top:1px
}
.mt-4 {
	margin-top:4px
}
.mb-5 {
	margin-bottom:5px
}
.mt-2 {
	margin-top:2px
}
.mb-2 {
	margin-bottom:2px
}
.mt-5 {
	margin-top:5px
}
.mt-n5 {
	margin-top:-5px
}
.mt-n7 {
	margin-top:-7px
}
.mt-n25 {
	margin-top:-25px
}
.mt-n28 {
	margin-top:-28px
}
.mt-n30 {
	margin-top:-30px
}
.mt-n50 {
	margin-top:-50px
}
.mt-n200 {
	margin-top:-200px
}
.mt-n3 {
	margin-top:-3px
}
.mt-n4 {
	margin-top:-4px
}
.mt-n45 {
	margin-top:-45px
}
.mt-n48 {
	margin-top:-48px
}
.mt-7 {
	margin-top:7px
}
.mt-9 {
	margin-top:9px
}
.mb-9 {
	margin-bottom:9px
}
.mt-20 {
	margin-top:20px
}
.mt-10 {
	margin-top:10px
}
.mb-10 {
	margin-bottom:10px
}
.mt-12 {
	margin-top:12px
}
.mb-12 {
	margin-bottom:12px
}
.mb-14 {
	margin-bottom:14px
}
.mt-14 {
	margin-top:14px
}
.mt-16 {
	margin-top:16px
}
.mb-7 {
	margin-bottom:7px
}
.mt-7 {
	margin-top:7px
}
.mb-25 {
	margin-bottom:25px
}
.mt-25 {
	margin-top:25px
}
.mr-10 {
	margin-right:10px
}
.ml-10 {
	margin-left:10px
}
.mx-0 {
	margin-left:0px
}
.mx-n10 {
	margin-left:-10px
}
.ml-15 {
	margin-left:15px
}
.mr-20 {
	margin-right:20px
}
.ml-20 {
	margin-left:20px
}
.mr-5 {
	margin-right:5px
}
.ml-5 {
	margin-left:5px
}
.ml-3 {
	margin-left:3px
}
.mr-3 {
	margin-right:3px
}
.mlr-6 {
	margin-right:6px
}
.mlr-8 {
	margin-right:8px
}
.mlr-10 {
	margin-right:10px
}
.mlr-12 {
	margin-right:12px
}
.mrl-12 {
	margin-left:12px
}
.mlr-15 {
	margin-right:15px
}
.mlr-16 {
	margin-right:16px
}
.mlr-20 {
	margin-right:20px
}
.mrl-20 {
	margin-left:20px
}
.mlr-n60 {
	margin-left: -60px;
}
.m-2-8-0-0 {
	margin:2px 8px 0 0
}
.m-2-0-0-8 {
	margin:2px 0 0 8px
}
.m-11-8-0-0 {
	margin: 11px 8px 0 0;
}
.m-11-0-0-8 {
	margin: 11px 0 0 8px;
}
.m-15-17-0-0 {
	margin:15px 17px 0 0
}
.m-15-0-0-17 {
	margin:15px 0 0 17px
}
.m-0-9-0-20 {
	margin:0 9px 0 20px
}
.m-0-20-0-9 {
	margin:0 20px 0 9px
}
.m-0-15-0-0 {
	margin:0 15px 0 0
}
.m-0-0-0-15 {
	margin:0 0 0 15px
}
.m-14-20-0-1 {
	margin:14px 20px 0 1px
}
.m-14-1-0-20 {
	margin:14px 1px 0 20px
}
.m-0-10-0-10 {
	margin:0 10px 0 10px
}
.m-2-10-0-0 {
	margin:2px 10px 0 0
}
.m-2-0-0-10 {
	margin:2px 0 0 10px
}
.pt-9 {
	padding-top:9px
}
.pb-9 {
	padding-bottom:9px
}
.pt-8 {
	padding-top:8px
}
.pt-3 {
	padding-top:3px
}
.pb-3 {
	padding-bottom:3px
}
.pb-4em {
	padding-bottom:4em
}
.pb-8 {
	padding-bottom:8px
}
.pt-7 {
	padding-top:7px
}
.pt-0 {
	padding-top:0
}
.pb-7 {
	padding-bottom:7px
}
.pr-7 {
	padding-right:7px
}
.pr-20 {
	padding-right:20px
}
.pl-0 {
	padding-left:0
}
.pl-10 {
	padding-left:10px
}
.pl-15 {
	padding-left:15px
}
.pl-20 {
	padding-left:20px
}
.pl-30 {
	padding-left:30px
}
.pl-40 {
	padding-left:40px
}
.pl-45 {
	padding-left:45px
}
.pl-50 {
	padding-left:50px
}
.pl-60 {
	padding-left:60px
}
.pl-75 {
	padding-left:75px
}
.plr-3 {
	padding-left:3px
}
.plr-5 {
	padding-left:5px
}
.prl-5 {
	padding-right:5px
}
.plr-7 {
	padding-right:7px
}
.prl-7 {
	padding-right:7px
}
.plr-6 {
	padding-left:6px
}
.plr-9 {
	padding-left:9px
}
.prl-9 {
	padding-right:9px
}
.plr-10 {
	padding-left:10px !important
}
.prl-10 {
	padding-right:10px !important
}
.plr-35 {
	padding-left:35px
}
.plr-95 {
	padding-left:95px
}
.prl-3 {
	padding-right:3px
}
.prl-6 {
	padding-right:6px
}
.plr-10 {
	padding-left:10px
}
.prl-10 {
	padding-right:10px
}
.plr-20 {
	padding-left:20px
}
.prl-20 {
	padding-right:20px
}
.plr-30 {
	padding-left:30px
}
.prl-30 {
	padding-right:30px
}
.plr-15 {
	padding-left:15px
}
.prl-15 {
	padding-right:15px
}
.plr-23 {
	padding-left:23px
}
.plr-50 {
	padding-left:50px
}
.pl-3 {
	padding-left:3px
}
.pr-3 {
	padding-right:3px
}
.pl-7 {
	padding-left:7px
}
.pb-6 {
	padding-bottom:6px
}
.pt-6 {
	padding-top:6px
}
.pb-5 {
	padding-bottom:5px
}
.pt-5 {
	padding-top:5px
}
.pt-4 {
	padding-top:4px
}
.pb-4 {
	padding-bottom:4px
}
.pt-2 {
	padding-top:2px
}
.pb-2 {
	padding-bottom:2px
}
.pt-12 {
	padding-top:12px
}
.pb-12 {
	padding-bottom:12px
}
.pt-14 {
	padding-top:14px
}
.pt-20 {
	padding-top:20px
}
.pb-20 {
	padding-bottom:20px
}
.pb-25 {
	padding-bottom:25px
}
.pb-14 {
	padding-bottom:14px
}
.pt-16 {
	padding-top:16px
}
.pb-16 {
	padding-bottom:16px
}
.pb-40 {
	padding-bottom:40px
}
.plr-12 {
	padding-left:12px
}
.plr-14 {
	padding-left:14px
}
.plr-15 {
	padding-left:15px
}
.plr-18 {
	padding-left:18px
}
.p-0-10 {
	padding:0 10px
}
.p-0-15 {
	padding:0 15px
}
.p-0-10-0-10 {
	padding:0 10px 0 10px
}
.p-0-17-0-0 {
	padding: 0 17px 0 0
}
.p-0-0-0-17 {
	padding: 0 0 0 17px
}
.p-15-10-0-15 {
	padding:15px 10px 0 15px
}
.p-15-15-0-10 {
	padding:15px 15px 0 10px
}
.p-20-20-10-30 {
	padding:20px 20px 10px 30px
}
.p-20-30-10-20 {
	padding:20px 30px 10px 20px
}
.p-0-0-0-25 {
	padding:0 0 0 25px
}
.p-0-25-0-0 {
	padding:0 25px 0 0
}
.p-0-11-0-0 {
	padding:0 11px 0 0
}
.p-0-0-0-11 {
	padding:0 0 0 11px
}
.p-15-0-12-15 {
	padding:15px 0 12px 15px
}
.p-15-15-12-0 {
	padding:15px 15px 12px 0
}
.fr {
	float:right
}
.fl {
	float:left
}
.p0 {
	padding:0
}
.p2 {
	padding:2px
}
.p3 {
	padding:3px
}
.p4 {
	padding:4px
}
.p6 {
	padding:6px
}
.p9 {
	padding:9px
}
.p10 {
	padding:10px
}
.p12 {
	padding:12px
}
.p14 {
	padding:14px
}
.p16 {
	padding:16px
}
.pr-4 {
	padding-right:4px
}
.pl-4 {
	padding-left:4px
}
.attachment-mime {
	max-width:32px;
	max-height:32px
}
.i20x20 {
	width:20px;height:20px
}
.i30x30 {
	width:30px;height:30px
}
.i40x40 {
	width:40px;height:40px
}
.i50x50 {
	width:50px;height:50px
}
.i60x60 {
	width:60px;height:60px
}
.i62x62 {
	width:62px;height:62px
}
.i64x64 {
	width:64px;height:64px
}
.i80x80 {
	width:80px;height:80px
}
.i100x100 {
	width:100px;height:100px
}
.i108x108 {
	width:108px;height:108px
}
.i108x108 .photo img {
	max-width:108px;max-height:108px
}
.i120x120 {
	width:120px;height:120px
}
.i150x150 {
	width:150px;height:150px
}
.i150x150 .photo img {
	max-width:150px;max-height:150px
}
.i160x160 {
	width:160px;height:160px
}
.i160x160 .photo img {
	max-width:160px;max-height:160px
}
.i170x170 {
	width:170px;height:170px
}
.i180x180 {
	width:180px;height:180px
}
.i190x190 {
	width:190px;height:190px
}
.i200x200 {
	width:200px;height:200px
}
.i208x208 {
	width:208px;height:208px
}
.i208x208 .photo img {
	max-width:208px;max-height:208px
}
.i260x260 {
	width:260px;height:260px
}
.i280x280 {
	width:280px;height:280px
}
.i300x300 {
	width:300px;height:300px
}
.i310x310 {
	width:310px;height:310px
}
.i400x400 {
	width:400px;height:400px
}
.i500x500 {
	width:500px;height:500px
}
.i600x600 {
	width:600px;height:600px
}
.i700x700 {
	width:700px;height:700px
}
.i800x600 {
	width:80px;height:600px
}
.i800x800 {
	width:800px;height:800px
}
.i1024x768 {
	width:1024px;height:768px
}
.mw20x20 {
	max-width:20px
}
.mw30x30 {
	max-width:30px
}
.mw40x40 {
	max-width:40px
}
.mw50x50 {
	max-width:50px
}
.mw60x60 {
	max-width:60px
}
.mw62x62 {
	max-width:62px
}
.mw64x64 {
	max-width:64px
}
.mw80x80 {
	max-width:80px
}
.mw100x100 {
	max-width:100px
}
.mw108x108 {
	max-width:108px
}
.mw120x120 {
	max-width:120px
}
.mw150x150 {
	max-width:150px
}
.mw160x160 {
	max-width:160px
}
.mw200x200 {
	max-width:200px
}
.mw208x208 {
	max-width:208px
}
.mw260x260 {
	max-width:260px
}
.mw280x280 {
	max-width:280px
}
.mw300x300 {
	max-width:300px
}
.mw310x310 {
	max-width:310px
}
.mw400x400 {
	max-width:400px
}
.mw500x500 {
	max-width:500px
}
.mw600x600 {
	max-width:600px
}
.mw700x700 {
	max-width:700px
}
.mw800x600 {
	max-width:80px
}
.mw800x800 {
	max-width:800px
}
.mw1024x768 {
	max-width:1024px
}
.bs-5-5-5-0 {
	/* box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15) */
    box-shadow: 0 5px 7px 0 #aaa;
}
.bs-n5-5-5-0 {
	box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.15)
}
.br-5-0-0-5 {
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px
}
.br-0-5-5-0 {
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0
}
.br-5 {
	border-radius:5px
}
.bb-0 {
	border-bottom:none
}
.bb-1-s-ddd {
	border-bottom:1px solid #ddd;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bb-1-d-dcd {
	border-bottom:1px dotted #dcdcdc
}
.featured-product-bg {
	/*position: relative;*/
	border: 1px solid #CEE7FF;
	background: #F0F8FF;
	border-radius: 4px
}
.fs-8 {
	font-size:8px
}
.fs-9 {
	font-size:9px
}
.fs-10 {
	font-size:10px
}
.fs-11 {
	font-size:11px
}
.fs-12 {
	font-size:12px
}
.fs-12p5 {
	font-size:12.5px
}
.fs-13 {
	font-size:13px
}
.fs-14 {
	font-size:14px
}
.fs-15 {
	font-size:15px
}
.fs-16 {
	font-size:16px
}
.fs-17 {
	font-size:17px
}
.fs-18 {
	font-size:18px
}
.fs-19 {
	font-size:19px
}
.fs-20 {
	font-size:20px
}
.fs-21 {
	font-size:21px
}
.fs-22 {
	font-size:22px
}
.lh-14 {
	line-height: 1.4em
}
.lh-15 {
	line-height: 1.5em
}
.lh-17 {
	line-height: 1.7em
}
.lh-25 {
	line-height: 25px
}
.td-n {
	text-decoration: none !important
}
.td-u {
	text-decoration: underline !important
}
.hr-20-0-20-0 {
	height:1px;
	width:100%;
	background-color:#ececec;
	margin:20px 0 20px 0
}
.hr-20-0-20-0-ccc {
	height:1px;
	width:100%;
	background-color:#ccc;
	margin:20px 0 20px 0
}
.hr-20-0-20-0-h4 {
	height:4px;
	width:100%;
	background-color:#ececec;
	margin:20px 0 20px 0
}
.hr-12-0-12-0 {
	height:1px;
	width:100%;
	background-color:#ececec;
	margin:12px 0 12px 0
}
.hr-12-0-12-0-ccc {
	height:1px;
	width:100%;
	background-color:#ccc;
	margin:12px 0 12px 0
}
.hr-6-0-6-0 {
	height:1px;
	width:100%;
	background-color:#ececec;
	margin:6px 0 6px 0
}
.hr-6-0-6-0-ccc {
	height:1px;
	width:100%;
	background-color:#ccc;
	margin:6px 0 6px 0
}
.uc {
	text-transform: uppercase
}
.lc {
	text-transform: none
}
.w-1pct {
	width:1% !important
}
.w-99pct {
	width:99% !important
}
.w-98pct {
	width:98%
}
.w-100pct {
	width:100% !important
}
.w-65pct {
	width:65%
}
.w-30pct {
	width:30%
}
.w-33pct {
	width:33.3%
}
.w-35pct {
	width:35%
}
.w-60pct {
	width:60%
}
.w-40pct {
	width:40%
}
.w-50pct {
	width:50%
}
.w-64 {
	width:64px
}
.w-70pct {
	width:70%
}
.w-80pct {
	width:80%
}
.w-95pct {
	width:95%
}
.w-20pct {
	width:20%
}
.w-270 {
	width:270px
}
.w-30 {
	width:30px
}
.w-40 {
	width:40px
}
.w-50 {
	width:50px
}
.w-60 {
	width:60px
}
.w-75 {
	width:75px
}
.w-80 {
	width:80px
}
.w-100 {
	width:100px
}
.w-125 {
	width:125px
}
.w-300 {
	width:300px
}
.w-350 {
	width:350px
}
.w-355 {
	width:355px
}
.w-355-ni {
	width:355px !important
}
.w-400 {
	width:400px
}
.w-140 {
	width:140px
}
.w-150 {
	width:150px
}
.w-160 {
	width:160px
}
.w-165 {
	width:165px
}
.w-170 {
	width:170px
}
.w-180 {
	width:180px
}
.w-185 {
	width:185px
}
.minw-100 {
	min-width:100px
}
.minw-160 {
	min-width:160px
}
.minw-185 {
	min-width:185px
}
.minw-200 {
	min-width:200px
}
.minw-220 {
	min-width:220px
}
.w-194 {
	width:194px
}
.w-200 {
	width:200px
}
.w-214 {
	width:214px
}
.w-240 {
	width:240px
}
.w-250 {
	width:250px
}
.w-254 {
	width:254px
}
.h-100 {
	height:100px
}
.h-150 {
	height:150px
}
.h-16 {
	height:16px
}
.h-20 {
	height:20px
}
.h-25 {
	height:25px
}
.h-33 {
	height:33px
}
.minh-35 {
	min-height:35px
}
.h-30 {
	height:30px
}
.h-40 {
	height:40px
}
.h-44 {
	height:44px
}
.h-45 {
	height:45px
}
.h-65 {
	height:65px
}
.h-70 {
	height:70px
}
.h-85 {
	height:85px
}
.h-180 {
	height:180px
}
.h-225 {
	height:225px
}
.h-240 {
	height:240px
}
.h-350 {
	height:350px
}
.w-346 {
	width:346px
}
.w-198 {
	width:198px
}
.w-195 {
	width:195px
}
.mw-40 {
	max-width:40px
}
.mw-60 {
	max-width:60px
}
.mw-180 {
	max-width:180px
}
.mw-300 {
	min-width:300px
}
.mw-440 {
	max-width:440px
}
.mw-760 {
	max-width:760px
}
.mw-1110 {
	max-width:1110px
}
.mw-100pct {
	max-width:100%
}
.minh-33 {
	min-height:33px
}
.minh-37 {
	min-height:37px
}
.minh-85 {
	min-height:85px
}
.minh-95 {
	min-height:95px
}
.minh-100 {
	min-height:100px
}
.minh-100--ni {
	min-height:100px !important
}
.minh-125 {
	min-height:125px
}
.minh-130 {
	min-height:130px
}
.minh-40 {
	min-height:40px
}
.minh-44 {
	min-height:44px
}
.minh-43 {
	min-height:43px
}
.minh-50 {
	min-height:50px
}
#bb-d.minh-50 {
	min-height:50px
}
.minh-60 {
	min-height:60px
}
.minh-65 {
	min-height:65px
}
.minh-300 {
	min-height:300px
}
.minh-395 {
	min-height:395px
}
.h-0 {
	height:0px
}
.h-26 {
	height:26px
}
.h-126 {
	height:126px
}
.h-150 {
	height:150px
}
.h-190 {
	height:190px
}
.h-210 {
	height: 210px
}
.h-250 {
	height: 250px
}
.va-m {
	vertical-align:middle
}
.bidi {
	direction:ltr ;
	unicode-bidi:embed
}
.whereto {
	font-size:15px;
	padding-bottom:7px
}
.search-column-nav {
	float: left;
	margin-right: 15px;
	width: 220px
}
.search-column-content {
	margin-left:15px !important;
	position: relative;
	float: left
}
.search-column-content-cat {
	width:725px !important;
	position: relative;
	float: right
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.search-column-nav, .search-column-content {
		width:100%;
		margin-right: 0;
		margin-left: 0 !important
	}
	.search-column-content {
		margin-left:0px
	}
}
.search-column-ul {
	position: relative;
	font-size:14px;
	color:#444;
	padding:10px;
}
.search-column-ul-stores {
	position: relative;
	font-size:14px;
	color:#444;
	padding:10px;
	max-height:270px;
	overflow:scroll;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.search-column-ul-stores {
		max-height:155px;
		overflow:scroll;
	}
}
.search-column-ul-stores a {
	display:block
}
.search-column-nav .arrow {
	display:none;
	background:url(/application/assets/images/v5/bg_arrow2.png) no-repeat left top;
	width:9px;
	height:20px;
	float:right ;
	position:relative;
	left:1px;
	margin-top:3px;
	z-index:98
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.search-column-nav .arrow {
		display:none;
		margin-right:-1000px;
	}
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.search-column-nav .arrow {
		display:none;
		margin-right:-1000px;
	}
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.search-column-nav li h2 {
		display:none
	}
	.search-column-nav li h3 {
		font-size:13px
	}
}
.pmf {
	font-family: Verdana
}
.herowrapper {
	border-radius:5px;
	border: 1px solid #ccc;
	width: 1500px;
	height: 300px;
	background-color:#fff;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.herowrapper span {
	margin-top:100px;
	margin-left:100px;
	float:left
}
.orderrow.blueborder {
	padding-top:13px;
	padding-bottom:13px;
	padding-left:13px;
	padding-right:0;
	background: rgba(217, 234, 255, 0.3)
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.orderrow h2.red.bold, .orderrow h2.gray.bold {
		line-height:30px;
		padding-left:100px
	}
	.orderrow .tf {
		padding-left:100px
	}
}
.container-wrapper {
	overflow: hidden;
	margin-bottom:15px
}
.box-wrapper-column {
	float:left ;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.box-wrapper-column {
		float:none;
		width:100%;
		clear:both
	}
}
.box-wrapper-column.shipping-last {
	max-width: 50%;
}
.box-wrapper-column.last {
	width: 50%
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.box-wrapper-column.last {
		display:none
	}
	.box-wrapper-column.shipping-last {
		padding-top:20px
	}
}
.box-wrapper.nudge {
	width: 80%;
	padding-right:3%;
	float: left;
}
.box-wrapper {
	width: 70%;
	float: left;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.box-wrapper, .box-wrapper.nudge {
		float:none;
		padding-right:0;
		width:100%;
	}
}
#shoppingcart .box-wrapper.last {
	width: 17%
}
.box-wrapper.last {
	width: 30%
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	#shoppingcart .box-wrapper.last, .box-wrapper.last {
		width:100%
	}
	#shoppingcart .box-wrapper.last {
		padding-top:30px
	}
}
.box-wrapper .box-content {
	margin-right: 15px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.box-wrapper .box-content {
		margin-right: 0
	}
}
.box-wrapper.last .box-content {
	margin-right: 0
}
.gb-r0-wrapper {
	margin-top:15px;
	border: 1px solid #ddd;
	background-color:#fff;
	box-shadow: rgb(238, 238, 238) 4px 4px 1px;
}
.gb-r5-wrapper {
	margin-top:15px;
	border-radius:5px;
	border: 1px solid #ddd;
	background-color:#fff;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
#shoppingcart .gb-r5-wrapper {
	margin-top:0px;
}
.gb-r8-wrapper {
	margin-top:15px;
	border-radius:5px;
	border: 1px solid #ddd;
	background-color:#f8f8f8;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.wb-r5-wrapper {
	margin-top:15px;
	border-radius:5px;
	border: 1px solid #fff;
	background-color:#fff;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.nofloat {
	float:none
}
.linkarrow {
	padding-right:15px;
	background: url(/application/assets/images/v5/sprite_arrow_links.png) right 6px no-repeat
}
.redborder {
	border: 1px solid #b22811 !important
}
.greenborder {
	border: 1px solid #4D9B08
}
.mw-470 {
	max-width:470px
}
.tf {
	padding-right:3px;
	padding-left:1px;
	margin-right:6px;
	position:relative;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.mw-470 {
		max-width:none
	}
}
.hascurrency {
	text-indent:0.1em;
	max-width:309px
}
#ico_role {
	display:inline-block;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	#ico_role {
		display:none
	}
}
input.requiredfield {
	background: none;
	background-color: #fff
}
input.requiredfield.show {
	background: white url(/application/assets/images/v5/ico_field_empty.gif) right no-repeat
}
input.requiredfield.show_checkmark {
	background: white url(/application/assets/images/v5/ico_checkmark.png) right no-repeat
}
.xsmall {
	font-size: x-small
}
.pwd-strength-wrapper {
	float:right ;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:10px;
	display:block
}
.pwd-strength {
	background: none repeat scroll 0 0 #c9c9c9;
	border: 0 none;
	border-radius: 3px 3px 3px 3px;
	height: 9px;
	width: 90px;
	margin: 1px 0 0 0
}
.pwd-icons {
	background-image: url(/application/assets/images/v5/bg_password_strength.png);
	display: inline-block
}
.pwd-short {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 31px;
	height: 13px
}
.pwd-weak {
	background-position: -30px 0;
	background-repeat: no-repeat;
	width: 56px;
	height: 13px
}
.pwd-medium {
	background-position: -86px 0;
	background-repeat: no-repeat;
	width: 77px;
	height: 13px
}
.pwd-strong {
	background-position: -165px 0;
	background-repeat: no-repeat;
	width: 89px;
	height: 13px
}
/*! Bootstrap .nav base for tabs*/
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav > li {
	position: relative;
	display: block
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee
}
.nav > li.disabled > a {
	color: #777
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eee;
	border-color: #428bca
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav > li > a > img {
	max-width: none
}
.nav-tabs {
	min-height:37px
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs > li > a {
	line-height: 1.42857143;
	border-radius: 4px 4px 0 0
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	cursor: default;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,253,254,1) 33%, rgba(247,249,251,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,253,254,1) 33%,rgba(247,249,251,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(252,253,254,1) 33%,rgba(247,249,251,0) 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00f7f9fb',GradientType=0);";
	border: 1px solid #ddd;
	border-bottom:none;
	font-weight:bold
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.nav-tabs > li {
		float:none;
		border:1px solid #ddd;
		margin:0 0 14px 0;
		border-radius:5px;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 254, 1) 33%, rgba(247, 249, 251, 0) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 254, 1) 33%, rgba(247, 249, 251, 0) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(252, 253, 254, 1) 33%, rgba(247, 249, 251, 0) 100%);
		filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00f7f9fb', GradientType=0);";
		box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
	}
	.nav-tabs > li.active > a {
		border:none
	}
	.nav > li > a:hover, .nav > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		background: #45484d;
		background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
		background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
		background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
		background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
		background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
		color:#fff;
		border:none;
		border-radius:4px
	}
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.nav-tabs {
		/*display:none*/
	}
}
.ajax-categories {
	height:240px
}
/*responsive image grid*/
ul.grid-nav {
	list-style: none;
	font-size: .85em;
	font-weight: 200;
	text-align: center
}
ul.grid-nav li {
	display: inline-block
}
ul.grid-nav li a {
	display: inline-block;
	background: #999;
	color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}
ul.grid-nav li a:hover {
	background: #7b0
}
ul.grid-nav li a.active {
	background: #333
}
/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0;
	margin-left: -2.5%;
	margin-top:12px
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2%;
	margin-left: 2.5%;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.rig li.active {
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd
}
ul.rig li .icon img {
	max-width: 100%;
	max-height: 14px;
}
ul.rig li img {
	max-width: 100%;
	height: auto
}
ul.rig li h2 {
	margin-top:0;
	margin-right:0;
	margin-bottom:5px;
	font-size:15px
}
ul.rig li span {
	display:block;
}
ul.rig li span+span {
	display:block;
}
ul.rig li span span {
	display:inline-block;
}
ul.rig li span span.label {
	color: #777;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%
}
ul.rig.columns-5 li {
	width: 17.5%
}
ul.rig.columns-6 li {
	width: 14%
}
.rigbg {
	background: #fff;
	padding:0px;
	border:1px solid #dfdfdf;
	-moz-box-shadow: 3px 3px 3px #e6e6e6;
	-webkit-box-shadow: 3px 3px 3px #e6e6e6;
	box-shadow: 3px 3px 3px #e6e6e6;
	display:table-cell;
}
@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin-top:0;
		margin-right:0;
		margin-bottom:5px
	}
	ul.grid-nav li a {
		display: block
	}
	ul.rig {
		margin-left: 0
	}
	ul.rig li {
		width: 100% !important;
		margin-top:0;
		margin-right:0;
		margin-left:0;
		margin-bottom:20px;
		text-align: center;
	}
	.rig-content {
		text-align: left;
	}
	.rigbg {
		display:inline-block;
		width:100%
	}
	ul.rig.columns-3 li {
		width: 100%
	}
}
.no-overflow {
	overflow:hidden
}
.label-payment-radios {
	padding: 9px;
	border: 1px solid #ccc;
	border-radius: 4px;
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 9px;
	margin-left: 0;
	background-color: #fff;
	min-width: 168px;
	cursor: pointer;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.label-payment-radios:hover {
	background-color: #f8f8f8
}
.label-payment-radios-selected {
	padding:9px;
	border-radius: 4px;
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 9px;
	margin-left: 0;
	min-width: 168px;
	border: 1px solid #00509d;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
	background-color: #00509d;
	font-weight: bold
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.label-payment-radios {
		margin-top: 0;
		margin-right: 15px;
		margin-bottom: 12px;
		margin-left: 0;
	}
	.label-payment-radios-selected {
		margin-top: 0;
		margin-right: 15px;
		margin-bottom: 12px;
		margin-left: 0;
	}
}
.closep {
	display:none;
}
.optionsp {
	display:none;
}
.coverp {
	z-index:2;
	visibility: visible;
}
.app-widget {
	background: #f0f0f0;
	width: 100%;
	height: 0px;
}
.app-widget.open {
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
	transition: 0.8s;
	height: 150px;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.app-widget.open {

		box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
		transition: 0.8s;
	}
	.open {
		height: 150px;
	}
}
.onlydesktop {
	display:inline-block;
}
.onlydesktoplarge {
	display:inline-block;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.onlydesktoplarge {
		display:none;
	}
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	input[type=text], input[type=password] {
		width:100%;
		margin-bottom:9px
	}
	input[type=submit] {
		width:100% !important;
		margin: 0 0 6px 0
	}
	input[type=button] {
		width:100% !important;
		margin: 0 0 6px 0
	}
	input[type=text]:focus, textarea:focus {
		border-color: #abadb3
	}
	#current_picture {
		text-align:center
	}
	#bb-d, #bb-n {
		padding:0 0 0 0
	}
	#selectinvoicetype {
		display:none
	}
	#selectperpage {
		display:none
	}
	/*#selectactionbp {
		width:100%;
		margin-bottom:9px
	}*/
	.transaction-title {
		font-size:15px
	}
	.transaction-cost {
		font-size:15px;
		font-weight:bold
	}
	.footer-link .column h4, .footer-link-slim .column h4 {
		font-size:13px
	}
	.closep {
		display:inline;
		-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		transition:all 0.2s ease-in-out;
	}
	.optionsp {
		display:inline;
		z-index: 2;
	}
	.optionsp a:hover {
		text-decoration: none;
	}
	.opentb {
		top:0;
		bottom:0;
		position: fixed;
		left:0;
		padding-left:0;
		padding-top:20px;
		box-shadow: 3px 0 9px 0 rgba(0,0,0,0.4);
	}
	.w0plr0 {
		width:0;
		padding-left:0;
	}
	.onlydesktop {
		display:inline-block;
	}
}
.onlymobile {
	display:none;
}
.nopadding {
	padding:0 0 0 0;
}
.attach-filelist {
	list-style-type:decimal;
	margin-left:15px;
}
@media only screen and (min-width : 150px) and (max-width : 1186px) {
	.onlymobile {
		display:inline-block;
	}
	.onlydesktop {
		display:none;
	}
}
.tal {
	text-align:left ;
}
.borderdash:hover {
	border-bottom: 1px dashed #004b91;
	text-decoration: none;
}
.dib {
	display:inline-block;
}
.closeb {
	height:0px;
	transition: 0.3s
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	body {
		margin-bottom:80px
	}
}
.bigtitle-nb {
	font-size: 21px;
	font-weight: normal;
	color:#666;
	padding-bottom:14px;
}
.bigtitle {
	font-size: 21px;
	font-weight: normal;
	color:#666;
	padding-bottom:14px;
	border-bottom:1px solid #ddd;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.bigtitle, .bigtitle-nb {
		font-size:20px
	}
}

.t-h-0 {
	transition: 0.8s;padding: 0;margin: 0;border: 0;min-height: 0;z-index: -1;
}
.bgf1f1f1 {
	background: #f1f1f1
}
.bg-grey {
	background-color:#ccc
}
.bg-white {
	background-color:#fff
}
.br-1-grey {
	border-right:1px solid #dbdbdb
}
#feescart.fixed { top: 0; min-width: 266px;}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	#feescart.fixed {
		z-index: -1
	}
}
.popinput {
	min-width: 130px;
	min-height: 30px;
	background: #e1e1e1;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 14px;
	margin-top: -10px;
	padding:10px;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.login.or-line {
	padding: 0;
	border: 1px solid #ccc;
	border-bottom:none;
	color: #999;
	max-height: 0;
	text-align: center;
}
.login.or-line:after {
	content: attr(data-symbol);
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.2em;
	padding: 0 0.35em;
	background: #fff;
}
.iframe-category {
	height:240px;
	border:1px solid #fff
}
.iframe {
	min-width: 100%;
        width: 100px;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.search-column-nav ul li a.nav-menu-link-left {
		background:url(/application/assets/images/v5/arrow1.png) no-repeat 100% -16px;
	}
	.search-column-nav ul li a.nav-menu-link-right {
		background:url(/application/assets/images/v5/arrow1_r.png) no-repeat 1px -16px;
	}
	.iframe {
		min-height:400px;
	}
}
.badge {
    border-radius: 3px;
    background-color: #c3cfd8;
    color: #272c30;
    padding: 5px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
    font-size: 10px
}
.badge+.badge {
    margin-left: 10px
}
.badge--critical {
    background-color: #c00;
    color: #fff
}
.badge--promocode {
	background-color: #cdedbf
}
.badge--promocode-expires {
	background-color: #ede17d
}
.watchlist-menu {
	position:absolute;
	z-index:5000;
	background-color:#fff;
	margin-top:-5px;
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow: #ddd 3px 3px 6px;
	-moz-box-shadow: #ddd 3px 3px 6px;
	width:100%;
	margin-left:-10px
}
.terms-box {
	border:1px solid #ccc;
	padding:6px;
	height:175px;
	background-color: #fff;
	overflow:auto;
	line-height:18px
}
.report-box {
	padding:12px;
	background-color:#ebebeb;
	border-radius:8px;
	border:1px dotted #ccc;
	float: left;
	width: 95%;
}
.card-box {
	min-height:40px;
	padding:12px;
	background-color:#ebebeb;
	border-radius:8px;
	border:1px dotted #ccc;
	margin-bottom:14px
}
.message-box {
	min-height:130px;
	padding:12px;
	background-color:#ebebeb;
	border-radius:8px;
	border:1px dotted #ccc
}
.bulk-csv-preview-box {
	height:280px;
	border-color:#fff;
	overflow:auto;
	width:100%;
	border-bottom:1px solid #ccc
}
.location-remember-box {
	border:2px solid #a6cc98;
	border-radius:6px;
	background-color:#d0f2c4;
	padding:15px;
	margin-bottom:12px;
	margin-top:12px
}
.location-remember-box span {
	float:left ;
	margin-right:10px;
	margin-top:-11px
}
.login-box {
	max-width:400px;
	min-width:150px;
	margin:0 auto
}
.cart-summary-box {
	background-color:#fff;
	border-bottom:1px solid #ddd
}
.register-terms-box {
	border:1px solid #ccc;
	padding:6px;
	height:175px;
	background-color: #fff;
	overflow:auto;
	border-radius:4px
}
.oh {
	overflow:hidden
}
.wa {
	width:auto
}
.pos-rel {
	position:relative
}
.ls-none {
	list-style:none
}
.ls-none li {
	list-style:none
}
.ls-disc {
	list-style-type:disc
}
.counter {
	color:black
}
.title-ts {
	height:65px;
	overflow:hidden;
	font-size:11px;
	text-shadow: 0px 1px 0px #f1f1f1;
	max-height: 65px
}
.inline-noresult {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 12px
}
.tt-n {
	text-transform:none
}
.tt-u {
	text-transform:uppercase
}
.x-auto {
	right:auto
}
.shipping-calculator-modal {
	cursor: default;
	width: 610px;
	height: 470px
}
#uploader {
	cursor:pointer
}
.ed {
	top: 2px;
	left: 0;
	position: absolute;
	height: 14px;
	margin: 0;
	font: normal x-small verdana;
	text-align: right;
	z-index: 900
}
.profile-preview {
	position:relative;
	display:table-cell
}
img.avatar {
	border-radius: 50%
}
.msg-slim {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 15px;
	border-bottom: 1px solid #d8d8d8;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	clear: both
}
.msg-slim-inline {
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px solid #d8d8d8;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	clear: both
}
.msg-slim.green, .msg-slim-inline.green {
	background-color: #bbe7a1
}
.msg-slim.grey, .msg-slim-inline.grey {
	background-color: #9d9d9d
}
.msg-slim.yellow, .msg-slim-inline.yellow {
	background-color: #fbe39e
}
.msg-slim.red, .msg-slim-inline.red {
	background-color: #ffc0ba
}
.msg-slim .content, .msg-slim-inline .content {
	display: block
}
.msg,
.msg-success,
.msg-warning,
.msg-info {
	position: relative;
	z-index: 1;
	padding: 17px 15px;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:20px
}
.msg:before,
.msg-success:before,
.msg-warning:before,
.msg-info:before,
.msg:after,
.msg-success:after,
.msg-warning:after,
.msg-info:after {
	content: '';
	position: absolute
}
.msg:before,
.msg-success:before,
.msg-warning:before,
.msg-info:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #df263a;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #df263a), color-stop(1, #d91a2b));
	background-image: -ms-linear-gradient(bottom, #df263a, #d91a2b);
	background-image: -moz-linear-gradient(center bottom, #df263a 0, #d91a2b 100%);
	background-image: -o-linear-gradient(#d91a2b, #df263a);
	background-image: linear-gradient(to top, #df263a, #d91a2b);
	filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91a2b', endColorstr='#df263a', GradientType=0)"
}
.msg>h2,
.msg-success>h2,
.msg-warning>h2,
.msg-info>h2 {
	color: #d11421;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 10px 0px;
	margin: 0
}

.msg.small>h2,
.msg-success.small>h2,
.msg-warning.small>h2,
.msg-info.small>h2 {
	font-size: 14px;
	padding: 3px 0 3px 50px
}
.msg-success:before {
	background-color: #64ad23;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #64ad23), color-stop(1, #539f18));
	background-image: -ms-linear-gradient(bottom, #64ad23, #539f18);
	background-image: -moz-linear-gradient(center bottom, #64ad23 0, #539f18 100%);
	background-image: -o-linear-gradient(#539f18, #64ad23);
	background-image: linear-gradient(to top, #64ad23, #539f18);
	filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#539f18', endColorstr='#64ad23', GradientType=0)"
}
.msg-success>h2 {
	color: #5ba71b
}
.msg-warning:before {
	background-color: #f29500;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f29500), color-stop(1, #ef8500));
	background-image: -ms-linear-gradient(bottom, #f29500, #ef8500);
	background-image: -moz-linear-gradient(center bottom, #f29500 0, #ef8500 100%);
	background-image: -o-linear-gradient(#ef8500, #f29500);
	background-image: linear-gradient(to top, #f29500, #ef8500);
	filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#ef8500', endColorstr='#f29500', GradientType=0)"
}
.msg-warning>h2 {
	color: #f18e00
}
.msg-info:before {
	background-color: #0064d2;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0064d2), color-stop(1, #0064d2));
	background-image: -ms-linear-gradient(bottom, #0064d2, #0064d2);
	background-image: -moz-linear-gradient(center bottom, #0064d2 0, #0064d2 100%);
	background-image: -o-linear-gradient(#0064d2, #0064d2);
	background-image: linear-gradient(to top, #0064d2, #0064d2);
	filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#0064d2', endColorstr='#0064d2', GradientType=0)"
}
.msg-info>h2 {
	color: #0064d2
}
.btn,
.btn-prim {
	display: inline-block;
	padding: 10px 20px;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.btn-prim:visited,
.btn-prim:link,
.btn-prim a:visited,
.btn-prim a:link {
	color: #fff;
	text-decoration: none
}
.btn:hover,
.btn-prim:hover {
	cursor: pointer;
	text-decoration: none
}
.btn-prim.brown {
	background-color: #C45500;
	border-color: #C45500
}
.btn-warn {
	background-color: #f29500 !important;
	border-color: #f29500 !important;
}
.btn {
	font-size: 14px;
	font-weight: bold;
	color: #4886E2;
	text-decoration: none;
	background-color: #fefefe;
	box-shadow: 3px 6px 6px -3px rgba(200, 213, 234, 0.4);
}
.btn {
	border: 1px solid #ddd;
	box-shadow: 3px 6px 6px -3px rgba(200, 213, 234, 0.4);
}
.btn a {
	text-decoration: none
}
[disabled].btn,
.disabled.btn,
[disabled].btn-prim,
.disabled.btn-prim {
	user-select: none;
	cursor: default;
	-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	filter: "alpha(opacity=50)"
}
.btn[disabled],
.disabled.btn {
	background-color: #dadada;
	background-image: none;
	color: #555;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}
.btn.large,
.btn-prim.large {
	padding: 12px 20px;
	font-size: 16px
}
.btn.small,
.btn-prim.small {
	padding: 7px 15px;
	font-size: 12px
}

[disabled].btn-prim,
.disabled.btn-prim {
	border: 0;
	background-color: #dadada;
	background-image: none;
	color: #555;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}
.gray-box [disabled].btn-prim,
.gray-box .disabled.btn-prim {
	border: 0;
	background-color: #bcbcbc;
	background-image: none;
	color: #555;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}
.btn-prim {
	border: 1px solid #00509d;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
	background-color: #00509d;
	font-weight: bold;
	cursor: pointer
}
.btn-prim:visited {
	color: #fff;
	text-decoration: none
}
.btn-prim span, .btn span, .btn-prim .currency-hover, .btn .currency-hover {
	display:inline-block
}
.cart-item-title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
/*grid+sidebar*/
.fixed-grid-right {
	position: relative
}
.fixed-grid-right-inner {
	position: relative;
	padding: 0;
	padding-right:310px
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.fixed-grid-right-inner {
		padding-right:0px
	}
}
.fixed-grid-right-inner:before {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0
}
.fixed-grid-right-inner:after {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
	clear:both
}
.fixed-grid-right .grid-col-left {
	width: 100%;
	padding-right: 0%;
	float: left
}
.fixed-grid-right-col {
	position: relative;
	overflow: visible;
	zoom: 1;
	min-height: 1px;
}
#htmlcontainer .sidebar-right {
	position: relative;
	background: #fff
}
#htmlcontainer .sidebar-right::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .025);
	z-index: 2;
	pointer-events: none
}
#htmlcontainer .sidebar-right {
	float: right !important
}
#sidebar-grid.fixed-grid-right-col.sidebar-right.grid-col-right {
	width: 310px;
	margin-right: -310px;
	float: left;
}
#content-grid>div {
	background: linear-gradient(to left, rgba(0, 0, 0, .025), rgba(0, 0, 0, .025) 310px, #fff 310px);
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	#content-grid>div {
		background:none
	}
}
.grid-content {
	padding: 5px 20px 0 0
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.grid-content {
		padding: 5px 0 0 0
	}
}
#htmlcontainer .sidebar-right .ads-container {
	padding: 5px 10px 10px 5px;
}
/**/
.padding-right-small {
	padding-right: 0px
}
.padding-left-small {
	padding-left: 10px
}
.span-page {
	/*min-width: 1000px*/
}
.spacing-top-small {
	margin-top: 10px !important
}
.border-bottom {
	border-bottom: 1px solid #ddd
}
.spacing-micro {
	margin-bottom: 4px !important
}
.fixed-left-grid-inner {
	position: relative;
	padding: 0;
	padding-left: 200px;
}
.fixed-left-grid-inner:after {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
	clear:both
}
.fixed-left-grid-col {
	position: relative;
	overflow: visible;
	zoom: 1;
	min-height: 1px
}
.fixed-left-grid-col.col-right {
	padding-left:0;
	width:100%;
	float:right ;
}
.fixed-left-grid-col.col-left {
	width:200px;
	margin-left:-200px;
	float:none;/*left;*/
}
.border-right {
	border-right: 1px solid #ddd;
}
.border-left {
	border-left: 1px solid #ddd;
}
.padding-right-mini {
	padding-right: 6px;
}
.text-normal {
	font-weight: 400 !important;
	font-style: normal !important;
	text-transform: none !important;
	text-decoration: none !important
}
.size-small {
	text-rendering: optimizeLegibility;
	font-size: 11px !important;
	line-height: 1.155 !important
}
.size-normal {
	text-rendering: optimizeLegibility;
	font-size: 13px !important;
	line-height: 18px !important
}
.size-medium {
	text-rendering: optimizeLegibility;
	font-size: 17px !important;
	line-height: 1.255 !important
}
.spacing-base {
	margin-bottom: 14px !important
}
.unordered-list.nostyle, ul.nostyle {
	margin-left: 0;
	color: #111;
	padding: 0
}
.unordered-list {
	margin: 0 0 0 18px;
	color: #949494
}
.unordered-list.nostyle li, ul.nostyle li {
	list-style: none;
}
.unordered-list li, ul li {
	word-wrap: break-word;
	margin: 0
}
.unordered-list .list-item, ul .list-item {
	color: #111
}
h4.size-small {
	padding-bottom: 0
}
h4:last-child {
	padding-bottom: 0
}
.text-bold {
	font-weight: 700 !important
}
.size-small {
	font-size: 12px !important;
	line-height: 1.5 !important
}
.spacing-top-mini {
	margin-top: 6px !important
}
#left-nav {
	padding-bottom: 20px /*90px*/
}
#left-nav .indent-one {
	margin-left: 10px
}
.profile-left-column.open #left-nav {
	padding-top:35px;
	padding-bottom:115px
}
#store-nav .profile-left-column.open #left-nav, #search-nav .profile-left-column.open #left-nav {
	padding-top:0px;
}
a.link-normal {
	color:#111
}
a.link-normal:hover {
	color:#e71
}
.spacing-large {
	margin-bottom: 22px !important
}
.spacing-top-base {
	margin-top: 14px !important
}
.image-wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
.slides_control img {
	/*display:block;*/
	max-width: 100% !important;
	/*height: auto;*/
}
.single-image {
	width: 1500px;
	height: 300px;
	margin-right: 0px;
	margin-left: 0px;
}
/*grid slots*/
.i-section {
	margin-bottom: 22px
}
.spacing-none {
	margin-bottom: 0 !important;
	list-style: none;
}
.spacing-mini {
	margin-bottom: 6px !important
}
.spacing-medium {
	margin-bottom: 18px !important
}
.size-mini {
	font-size: 11px !important;
	line-height: 1.465 !important
}
.size-base {
	font-size: 13px !important;
	line-height: 19px !important
}
.tall-cell {
	border-color: #ddd;
	height: 500px !important;
	min-width: 237px;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	float: left;
	padding-bottom: 1px;
	padding-top: 2px;
}
.tiny-cell {
	border-color: #ddd;
	height: 365px !important;
	min-width: 237px;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	float: left;
	padding-bottom: 12px;
	padding-top: 2px;
}
.small-cell {
	border-color: #ddd;
	height: 430px !important;
	min-width: 237px;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	float: left;
	padding-bottom: 12px;
	padding-top: 2px;
}
.small-cell:first-child, .tiny-cell:first-child, .tall-cell:first-child {
	border-left: 0
}
.single-cell.grid-col-8 {
	width: 12%
}
.single-cell.grid-col-7 {
	width: 14.2%
}
.single-cell.grid-col-6 {
	width: 16.5%
}
.single-cell.grid-col-5 {
	width: 19.8%
}
.single-cell.grid-col-4 {
	width: 24.7%
}
.single-cell.grid-col-3 {
	width: 32.8%
}
.single-cell.grid-col-2 {
	width: 48.8%
}
.single-cell.grid-col-1 {
	width: 100%
}
.grid-slot-container {
	height: 100%;
	position: relative
}
.grid-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.grid-tile {
	width: 210px;
	margin-left: auto;
	margin-right: auto
}
.grid-image-block {
	width: 210px;
	height: 210px;
	margin-left: auto;
	margin-right: auto
}
.grid-image-block-small {
	width: 150px;
	height: 210px;
	margin-left: auto;
	margin-right: auto
}
.anchor-badge {
	font-size: 11px !important;
	color: #FFF !important;
	font-weight: 700 !important;
	background: #C45500;
	height: 18px;
	max-width: 90%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 5px;
	float: left;
	overflow: hidden;
}
.anchor-badge+.anchor-badge-skew {
	border-right: 4px solid transparent;
	border-top: 18px solid #C45500;
	float: left;
}
.grid-price-block {
	width: 100%
}
.grid-unit-line-height {
	line-height: 1 !important
}
.text-strike {
	text-decoration: line-through !important
}
.auto-height {
	height: auto !important
}
#grid-item-title {
	overflow: hidden
}
.grid-single-cell-title {
	display: block;
	width: 210px
}
.grid-title-two-line {
	display: block;
	height: 40px
}
.grid-stack-bottom {
	position: absolute;
	bottom: 0
}
.grid-col-right-most {
	border-right: 1px solid #ddd;
	padding-right: 1px
}
.grid-col-right-most + div {
	border-left:0
}
.i-row-bt {
	border-top: 1px solid #e7e7e7
}
#left-nav .closep {
	background: url(/application/assets/images/v5/ico_close.png) no-repeat left top;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/application/assets/images/v5/ico_close.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: left;
	background-position-y: top;
	background-size: auto auto;
	width: 15px;
	height: 14px;
	display: block;
	float: right;
	margin: 0;
	text-indent: -9999px;
	cursor:pointer
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	#column-fill {
		padding-left:0px
	}
	#border-left {
		border-left:0
	}
	#border-right {
		border-right:0
	}
	.size-medium {
		text-rendering: optimizeLegibility;
		font-size: 14px !important;
		line-height: 1.155 !important
	}
}


.billboard-row {
  	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2N8/vz5fwAJKAO2z0UyAQAAAABJRU5ErkJggg==) center center repeat-y;
}
.img-responsive {
	display: block;
	max-width: 98%;
	height: auto;
}
.i-column {
	margin-right: 2%;
	float: left;
	min-height: 1px;
	overflow-y: visible;
	overflow-x: visible
}
.i-row .i-span6 {
	width: 48.95%
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.i-row .i-span6 {
          width:100%
        }
}
.i-column.i-span-last {
	margin-right: 0px;
	float: right
}
.no-overflow {
	overflow:hidden
}
.border-left {
	border-left: 1px solid #ddd
}
.border-right {
	border-right: 1px solid #ddd
}
.border-nav {
	border-right: 1px solid #DDD;
	border-radius: 4px 0;
	border-bottom: 1px solid #DDD;
}
.i-container {
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.i-right-column {
	float: right;
	width: 244px;
	margin-left: 20px
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.i-right-column {
		width:100%;
	}
}
.i-left-column {
	float: left;
	width: 29.5%
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.i-left-column {
		width:100%;
	}
}
.i-center-column {
/* 	margin-left: 31%;
	margin-right: 270px; */
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.i-center-column {
		margin-left: 0%;
		margin-right: 0px;
	}
}
.row.bg-white {
	background-color:#fff
}
.row.bg-grey {
	background-color: #f0f0f0
}
.i-box {
	display: block;
	border-radius: 4px;
	border: 1px #ddd solid;
	background-color: #fff
}
.i-box-inner {
	border-radius: 4px;
	position: relative;
	padding: 14px 18px
}
#close-nav-menu {
	float:right ;
	padding-right:12px

}
/*pm*/
.msg-overlay-container {
	position: fixed;
	z-index: 8000;
	bottom: 0;
	right: 8px;
	height: 0;
	overflow: visible;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-items: flex-end;
}
.msg-overlay-list-bubble {
	display: flex;
	flex-direction: column;
	height: 400px;
	flex: 0 0 264px;
	width: 264px;
	background: #fff;
	transform: translateY(0);
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
	transition-duration: 167ms;
	animation: fade-in 167ms cubic-bezier(.4, 0, 1, 1);
}
.msg-overlay-conversation-bubble, .msg-overlay-list-bubble {
	border-radius: 2px 2px 0 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .2)
}
.mh4, .mr4 {
	margin-right: 16px
}
.mh4, .ml4 {
	margin-left: 16px
}
.msg-overlay-bubble-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 12px;
	min-height: 43px;
	position: relative;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2px 2px 0 0;
	cursor: pointer;
}
.msg-overlay-bubble-header__details {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 8px
}
.flex-start-10 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .flex-start-10 {
	  display: contents;
  }
}
.flex-row {
	flex-direction: row
}
.align-items-center {
	align-items: center
}
.presence-indicator--is-online {
	background: #469a1f
}
.presence-indicator--size-1, .presence-indicator--size-2 {
	width: 8px;
	height: 8px
}
.presence-indicator {
	border-radius: 50%;
	flex-shrink: 0;
	transition: background 167ms ease-in-out;
	box-sizing: border-box;
	animation: fade-in 167ms ease-in
}
.mh2, .mr2 {
	margin-right: 8px
}
.mh2, .ml2 {
	margin-left: 8px
}
.msg-overlay-bubble-header__primary-text {
	max-width: 230px
}
.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.msg-overlay-bubble-header__controls {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 167ms;
	margin-left: auto;
	flex-shrink: 0;
	opacity: 1
}
.msg-overlay-bubble-header__control {
	background-color: transparent;
	border: 0;
	color: rgba(0, 0, 0, .6);
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	font-weight: 600;
	height: 24px;
	outline-width: 2px;
	padding: 0;
	position: relative;
	transition-duration: 167ms;
	transition-property: background-color, box-shadow, color;
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
	vertical-align: middle;
	border-radius: 12px;
	width: 24px;
}
.msg-overlay-bubble-header__control:before {
	transition-duration: .5s
}
.msg-overlay-bubble-header--inverse .msg-overlay-bubble-header__control, .msg-overlay-bubble-header__control {
	box-sizing: border-box;
	font-family: inherit;
	line-height: 24px;
	overflow: hidden;
	text-decoration: none;
	z-index: 0;
	text-indent: -999px;
	text-align: center
}
.msg-overlay-list-bubble__content--scrollable {
	overflow-y: auto
}
.msg-overlay-list-bubble__content {
	position: relative;
	height: 357px;
	width: 264px;
}
.msg-conversations-container__conversations-list {
	flex: 1
}
.msg-conversations-container__conversations-list {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
.msg-overlay-list-bubble__conversations-list {
	background-color: transparent;
	flex: 1
}
.msg-conversations-container__conversations-list {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
.msg-conversations-container__convo-item {
	position: relative;
	display: block;
	width: 100%
}
.msg-overlay-list-bubble__convo-item, .msg-overlay-list-bubble__convo-item-link {
	height: auto
}
.msg-overlay-list-bubble__convo-item:hover, .msg-overlay-list-bubble__convo-item-link:hover {
	background-color:#fafafa
}
.msg-conversations-container__convo-item-link {
	display: block;
	height: 100%
}
.msg-conversation-card {
	transition-duration: 83ms;
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	padding-left: 12px;
	cursor: pointer;
	overflow: hidden;
	left: 0;
}
.msg-compose-container__add-group-name, .msg-compose-container__form-wrapper, .msg-compose-container__spacer, .msg-conversation-card {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.msg-conversation-card .msg-conversation-card__presence-entity {
	display: table-cell;
	vertical-align: middle
}
.presence-entity--size-2 {
	width: 40px;
	height: 40px
}
.presence-entity {
	display: flex;
	position: relative
}
.presence-entity__image {
	background-size: cover
}
.EntityPhoto-circle-2 {
	border-radius: 49.9%;
	border:1px solid #d1d1d1
}
.EntityPhoto-circle-2, .EntityPhoto-circle-2-ghost-person {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	background-clip: content-box
}
.msg-conversation-card .msg-conversation-card__presence-entity .presence-indicator--size-2 {
	bottom: 11px
}
.presence-indicator--is-reachable.presence-indicator--size-1, .presence-indicator--is-reachable.presence-indicator--size-2 {
	border-width: 2px
}
.presence-indicator--is-reachable {
	border: 2px solid #469a1f
}
.presence-indicator--is-unreachable {
	border: 2px solid #c5c5c5
}
.presence-indicator--size-1, .presence-indicator--size-2 {
	width: 8px;
	height: 8px
}
.msg-conversation-listitem__link .msg-overlay-list-bubble__convo-card-content {
	height: auto;
	padding: 8px 20px 8px 8px;
	margin-left: 4px;
}
.msg-conversation-card__content {
	width: 100%;
	height: 92px;
	padding: 12px 8px;
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #e6e9ec
}
.msg-conversation-card__content {
	width: 100%;
	height: 92px;
	padding: 12px 8px;
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #e6e9ec
}
.overflow-hidden {
	overflow: hidden
}
.msg-overlay-list-bubble__convo-card-content-wrapper--narrow {
	max-width: 160px
}
.msg-overlay-list-bubble__convo-card-content-wrapper {
	width: 100%;
	flex-grow: 2
}
.msg-conversation-card__row {
	display: flex;
	flex-wrap: wrap
}
.msg-conversation-card__participant-names {
	flex: 1
}
.msg-conversation-card__row {
	display: flex;
	flex-wrap: wrap
}
.msg-overlay-list-bubble__message-snippet {
	flex: 1;
	-webkit-font-smoothing: antialiased
}
.m0 {
	margin: 0
}
.msg-overlay-list-bubble__message-snippet .msg-conversation-card__message-snippet-body {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.msg-conversation-card__message-snippet-body {
	display: block
}
.text-align-center {
	text-align: center
}
.msg-conversation-card__conversation-status {
	display: flex;
	margin-right: auto;
	text-align: right;
}
.flex-grow-1 {
	flex-grow: 1
}
.ph2, .pl2 {
	padding-left: 8px
}
.msg-conversation-card__unread-count {
	height: 16px;
	line-height: 16px;
	min-width: 10px;
	padding: 0 4px;
	margin-left: 4px;
	border-radius: 16px;
	background-color: #ff9229;
	color:#fff
}
input.msg-overlay-list-bubble-search__search-typeahead-input {
	width: calc(100% - 24px);
	margin: 8px 12px;
	padding-right: 28px
}
input.msg-overlay-list-bubble-search__search-typeahead-input:focus {
	border-color: #ff9229;
	box-shadow: 0 0 0 1px #ff9229
}
input.msg-overlay-list-bubble-search__search-typeahead-input {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	transition-duration: 334ms;
	transition-property: border-color, box-shadow;
	box-shadow: none;
	border-radius: 2px;
	padding: 0 10px 0 33px;
	outline: 0;
	height: 32px;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .9);
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: #f3f6f8;
	background-image: url(/application/assets/images/v5/ico_zoom.jpg);
	background-position: 8px 9px;
	background-repeat: no-repeat;
}
.a11y-text {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px !important;
	overflow: hidden;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}
.msg-overlay-list-bubble .msg-facepile-grid {
	width: 40px;
	height: 40px
}
.msg-facepile-grid {
	width: 58px;
	height: 58px;
	position: relative;
	display: table-cell;
	vertical-align: middle
}
.msg-overlay-list-bubble .msg-facepile-grid.msg-facepile-grid--no-facepile .msg-facepile-grid__img {
	box-sizing: border-box;
	background-clip: content-box;
	border-radius: 49.9%;
	width: 40px;
	height: 40px;
	border: none;
}
.msg-overlay-list-bubble .msg-facepile-grid .msg-facepile-grid__img {
	border-width: 1px
}
.msg-facepile-grid__img {
	box-sizing: border-box;
	background-clip: content-box;
	border: 3px solid transparent;
	border-radius: 49.9%;
	float: left;
	position: relative;
	width: 28px;
	height: 28px;
	border-width: 1px;
	background-size: cover;
}
.visually-hidden {
	display: block;
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px
}
.presence-entity__indicator--size-2 {
	bottom: 3px;
	right: 3px;
}
.presence-entity__indicator {
	position: absolute;
	box-shadow: 0 0 0 2px #fff
}
.msg-overlay-list-bubble--is-minimized {
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
	transition-duration: 167ms;
	transform: translateY(357px);
	width: 264px;
	flex-basis: 264px;
}
#show_permissions table th strong {
	float: left
}
.social-btn-icon {
	max-height:25px;
	margin-top:-5px
}
.social-btn-fb {
	line-height:15px;
	background-color:#3B5998;
	color:#fff
}
.social-btn-tw {
	line-height:15px;
	background-color:#1DA1F2;
	color:#fff
}
.social-btn-gp {
	line-height:15px;
	background-color:#DB4437;
	color:#fff
}
.social-btn-li {
	line-height:15px;
	background-color:#0077B5;
	color:#fff
}
#qty-action .input.qty, #qty-action input {
        -webkit-appearance: none;
        border: none;
        text-align: center;
        width: 50px;
        font-size: 16px;
        color: #43484D;
        font-weight: 300;
	background-color: transparent;
}
#qty-sub, #qty-add, .add_qty,.sub_qty{
        width: 35px;
        height: 35px;
        background-color: #E1E8EE;
        border-radius: 6px;
        border: none;
        font-size: 19px;
        color: #727578;
        cursor: pointer;
}
#qty-sub.disabled, #qty-add.disabled {
	cursor: not-allowed
}
/**/

.currency_right {
    padding: 0 !important;
}

.add-on, .add-on-static {
    background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 13px;
    line-height: 31px;
    height: 31px;
    padding: 4px
}
.add-on input, .add-on-static input {
    margin-left: 0;
    margin-right: 0
}
.add-on.before, .add-on-static.before {
    position: relative;
    margin-right: -5px; /*-3*/
    border-radius: 4px 0 0 4px
}
.add-on.before.is-connected, .add-on-static.before.is-connected {
    margin: 0;
    border-right: none
}
.add-on-static.after {
    position: relative!important;
    left: -9px!important;
    top: 4.5px!important;
    height: 31px!important;
    border-radius: 0 4px 4px 0 !important;
    width: 31px !important;
}
.add-on.before, .add-on-static.before {
    position: relative;
    border-radius: 4px 0 0 4px
}
.ins_tab .alt1 span{
	display: block;
	padding: 3px 0px;
}


.custom-add-on{
	position: relative;
    top: 1px !important;
    display: inline-block;
    padding: 2px 4px 4px;
    background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 25px;
    height: 31px;
    right: 7px !important;
	border-radius: 0 4px 4px 0 !important;
}
.pluspropertyprice.my-2{
	padding: 10px 0;
    color: #333;
    font-weight: 700;
}
.lang-manager{
	display: flex;	
	justify-content: space-between;
}

.lang-manager > .options, .lang-manager > .plus-property{	
	width: 49%;	
}

.lang-manager table, .lang-manager td, .lang-manager th{
	border: 1px solid #ddd;
}

.lang-manager input{
	height: 31px;
	color: #333;
	border-radius: 4px;
	border: 1px solid #c8c8c8;
	width: 100%;
}
.lang-manager th{
	text-align: center;
}
.variant-options > div,
.plus-properties > div{
	align-items: center;
	display: flex;
	margin: 2px 0;
}

.variant-options .draw-select,
.plus-properties .draw-select{
	padding-top: 0;
	padding-right: 20px;
	height: 100%
}

.variant-options .draw-select__wrapper,
.plus-properties .draw-select__wrapper,
.variant-options .input,
.plus-properties .input{
	height: 31px;
	width: 70px;
}

.variant-options .draw-select__wrapper:after,
.plus-properties .draw-select__wrapper:after{
	margin-top: 0;
	right: 5px;
	height: 10px;
	width: 10px;
	transform: translateY(-50%);
}

.variant-options .draw-select__wrapper.disable:after, 
.plus-properties .draw-select__wrapper.disable:after{
	background-image: none;
}

.variant-options option#default,
.plus-properties option#default{
	display: none;
}

.aw-var, .af-var{
	border-bottom: 1px solid #e5e5e5;
}

.graduate-prices > div{
	display: flex;
    align-items: center;
	margin: 2px 0;
}

.graduate-prices input{
	width: 60px;
}

.graduate-prices > div > input:first-child{
	margin-right: 5px;
}

.cur-lft{
	background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 13px;
    line-height: 31px;
    height: 31px;
    padding: 4px;
	position: relative;
	left: 2px;
	border-radius: 4px 0 0 4px;
}
.cur-rgt{
	background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 13px;
    line-height: 31px;
	width: 31px !important;
    height: 31px;
    padding: 4px;
	position: relative;
	right: 2px;
	border-radius: 0 4px 4px 0;
}
.variant-price > div{
	display: flex;
	align-items: center;
}
.inputhgt{
	border: 1px solid #c8c8c8;
    border-radius: 4px;
    height: 31px;
}
.selectRedborder{
	border: 1px solid #b22811;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    vertical-align: bottom;
    border-radius: 4px;
}
.clear { clear: both; }
.clearfix::after { display: table; clear: both; content: " "; }
.image-wrap { overflow: hidden; position: relative; }
.image-wrap img { display: block;border-radius: 4px; height: auto; width: 100% !important; }
.element-button .fa { margin-right: 6px; }
.element-button .fa:last-child { margin: 0px -0.3em; }
.fa { display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; line-height: 1; font-family: FontAwesome; font-size: inherit; -webkit-font-smoothing: antialiased; }
.fa-map-marker::before { content: ""; }
li > ul, li > ol { margin-top: 0.5em; margin-bottom: 0px; }
ul:last-child, ol:last-child { margin-bottom: 0px; }
li:last-child { margin-bottom: 0px; }
.element-rating img { display: block; float: left; }
.element-rating::after { display: table; clear: both; content: " "; }
.element-title { position: relative; margin-bottom: 1.3em; padding-bottom: 1.5em; background: url(/application/assets/images/v5/bg_stores_title.png) 0% 100% repeat-x; }
.element-title::after { position: absolute; bottom: -13px; left: 0px; display: block; width: 20px; height: 20px; content: " "; background: url(/application/assets/images/v5/ico_sissors.png) #fff 0% 0% no-repeat; }
.element-title h1, .element-title h2, .element-title h3 { line-height: 1em; display: inline; margin-bottom: 0px; }
.title-option .element-rating { padding-top: 0.3em; }
.container { position: relative; margin: 0px auto; overflow:hidden }
.container::after { display: table; clear: both; content: " "; }
.column { position: relative; float: left; min-height: 1px; margin-right: 3.8%; }
.fourcol { width: 22%; }
.last { margin-right: 0px !important; }
.site-wrap { position: relative; overflow: hidden; min-height: 100%; }
.content-wrap { padding: 2em 0px 2em; }
.footer-sidebar .column:last-child { margin: 0px; }
.profiles-wrap .column { margin-bottom: 3.8%; }
.shops-wrap { font-size: 0px; float: left; width: 100%; margin-bottom: -3.8%; }
.shops-wrap > .column { font-size: 13px; display: inline-block; float: none; margin-bottom: 3.8%; vertical-align: top; }
.shop-preview { position: relative; border: 1px solid rgb(223, 223, 223); background: rgb(255, 255, 255); box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);}
.site-featured .shop-preview { border-width: 0px; }
.shop-images { padding: 5px 0px 0px 5px; }
.shop-images .item-image { float: left; width: 50%; }
.shop-images .item-image .image-wrap { margin: 0px 5px 5px 0px;border-radius: 4px; }
.shop-images .lot-image { float: left; width: 25%; }
.shop-images .lot-image .image-wrap { margin: 0px 12px 12px 0px; }
.shop-images .lot-image .image-wrap .lotinfo { font-size: 11px;text-align: center; color:#999}
.shop-footer { padding: 1em 15px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(223, 223, 223); min-height:100px; }
.lot-footer { padding: 1em 10px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(223, 223, 223); min-height: 85px; }
.shop-author { display: table; width: 100%; }
.shop-author .author-image, .shop-author .author-details { display: table-cell; vertical-align: top; }
.shop-author .author-image { width: 60px; padding-right: 15px; }
.shop-author.small .author-image { width: 40px; padding-right: 12px; }
.shop-author .author-name { line-height: 1.3em; margin-bottom: 0.3em; }
.shop-attributes { margin: -0.3em 0px; }
.shop-author .shop-attributes { margin: 0px; }
.shop-attributes ul { display: block; margin: 0px; list-style: none; }
.shop-attributes ul li { margin-bottom: 0px; padding-bottom: 0px; color: rgb(119, 119, 119); border-bottom-width: 0px; max-height: 605px;overflow: hidden}
.shop-attributes .fa { color: rgb(153, 153, 153); }
.shop-rating { margin-top: 0.3em; }
.items-wrap > .column { font-size: 13px; display: inline-block; float: none; margin-bottom: 3.8%; vertical-align: top; }
.item-preview .item-image { padding: 5px; }
.item-preview .author-name { margin-top: 0.3em; }
.item-preview .author-name a { color: rgb(119, 119, 119); }
.item-gallery .image-wrap { margin: 0px 5px 5px 0px; }
.item-full .item-footer .fa { color: rgb(153, 153, 153); }
.post-footer .fa { color: rgb(153, 153, 153); }

/* ---------------------------- 768px-999px --------------------------- */
@media only screen and (max-width:999px) and (min-width:768px) {
	.container {
		width:728px;
		padding-left:20px;
		padding-right:20px;
	}
	.site-toolbar {
		padding:1em 15px;
	}
}
/* ------------------------------ 0-767px ---------------------------- */
@media handheld, only screen and (max-width:767px) {
	.container {
		padding-left:20px;
		padding-right:20px;
	}
	.site-toolbar {
		padding:1em 15px;
	}
	.column:not(.static) {
		margin:0 0 2em 0;
		width:100%;
	}
	.column:last-child {
		margin-bottom:0;
	}
	.shops-wrap > .column,
	.items-wrap > .column,
	.profiles-wrap > .column {
		margin-top:2em;
	}
	.post-footer > .column {
		margin-bottom:1em;
	}
	.shops-wrap,
	.items-wrap,
	.profiles-wrap,
	.shops-wrap > .column,
	.items-wrap > .column,
	.profiles-wrap > .column {
		margin-bottom:0;
	}
	.shops-wrap > .column:first-child,
	.items-wrap > .column:first-child,
	.profiles-wrap > .column:first-child {
		margin-top:0;
	}
	.header-menu,
	.footer-menu,
	.header-cart,
	.item-cart,
	.comment-status {
		display:none;
	}
	.select-menu,
	.cart-button {
		display:block;
	}
	.header-search {
		float:none;
		padding:0 9px 0 26px;
	}
	.header-search input {
		cursor:text;
		padding-left:26px;
		padding-right:9px;
		width:100%;
		margin:0 -9px 0 -26px;
	}
	.site-copyright {
		float:none;
		text-align:center;
	}
	.testimonial-details {
		padding-top:2.5em;
	}
	.testimonial-image {
		float:none;
		margin:0 auto 0.5em auto;
		width:60px;
	}
	.comment-rating {
		float:none;
		clear:left ;
		padding-top:0.4em;
	}
	.item-full,
	.item-related {
		padding-top:1em;
	}
	.items-list .item-full {
		padding-top:0;
	}
	.post-full .tagcloud {
		text-align:left ;
		padding-top:1em;
	}
	.site-popup {
		width:280px;
	}
	.header-slider .element-button + .element-button {
		margin-top:1em;
	}
	.header-slider .element-button:first-child {
		margin-left:1.1em;
	}
	.header-slider h1 br,
	.testimonial-content h1 br {
		display:none;
	}
}
/* ---------------------------- 480px-767px -------------------------- */
@media handheld, only screen and (max-width:767px) and (min-width:480px) {
	.container {
		width:440px;
	}
}
/* ---------------------------- 320px-479px -------------------------- */
@media handheld, only screen and (max-width:479px) {
	.container {
		width:100%;
		padding-left:0px;
		padding-right:0px;
	}
	.site-header {
		text-align:center;
		padding-bottom:1.5em;
	}
	.header-logo {
		float:none;
		text-align:center;
	}
	.header-options {
		float:none;
		display:inline-block;
		padding-top:1.5em;
	}
	.items-order a {
		display:none;
	}
}
.hide {
    display: none
}

.drag {
    cursor: move
}

.fl {
    float: left
}

.fr {
    float: right
}

.clr:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clr {
    display: block
}
.hide-text {
    font: 0 / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.row:after, .row:before {
    display: table;
    content: ""
}

.row:after {
    clear: both
}

.navbar-fixed-bottom, .navbar-fixed-top
.span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span4 {
    width: 300px
}

.span3 {
    width: 220px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.offset12 {
    margin-left: 980px
}

.offset11 {
    margin-left: 900px
}

.offset10 {
    margin-left: 820px
}

.offset9 {
    margin-left: 740px
}

.offset8 {
    margin-left: 660px
}

.offset7 {
    margin-left: 580px
}

.offset6 {
    margin-left: 500px
}

.offset5 {
    margin-left: 420px
}

.offset4 {
    margin-left: 340px
}

.offset3 {
    margin-left: 260px
}

.offset2 {
    margin-left: 180px
}

.offset1 {
    margin-left: 100px
}

.row-fluid {
    width: 100%;
}

.row-fluid:after, .row-fluid:before {
    display: table;
    content: ""
}

.row-fluid:after {
    clear: both
}
.row-fluid [class * =span] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%;
}

.row-fluid [class * =span]:first-child {
    margin-left: 0
}

.row-fluid .span12 {
    width: 99.99999998999999%;
}

.row-fluid .span11 {
    width: 91.489361693%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
}

.row-fluid .span9 {
    width: 74.468085099%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
}

.row-fluid .span7 {
    width: 57.446808505%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
}

.row-fluid .span5 {
    width: 40.425531911%;
}

.row-fluid .span4 {
    width: 31.914893614%;
}

.row-fluid .span3 {
    width: 23.404255317%;
}

.row-fluid .span2 {
    width: 14.89361702%;
}

.row-fluid .span1 {
    width: 6.382978723%;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

.container-fluid:after, .container-fluid:before {
    display: table;
    content: ""
}

.container-fluid:after {
    clear: both
}

.hidden {
    display: none;
    visibility: hidden
}

.hidden-desktop, .visible-phone, .visible-tablet {
    display: none !important
}

@media (max-width:767px) {
    .visible-phone {
        display: inherit !important
    }

    .hidden-phone {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:979px) {
    .visible-tablet {
        display: inherit !important
    }

    .hidden-tablet {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media (max-width:480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }

    .page-header h1 small {
        display: block;
        line-height: 18px
    }

    input[type=checkbox], input[type=radio] {
        border: 1px solid #ccc
    }

    .form-horizontal .control-group > label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }

    .form-horizontal .controls {
        margin-left: 0
    }

    .form-horizontal .control-list {
        padding-top: 0
    }

    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        margin-left: -20px;
        margin-right: -20px
    }

    .container-fluid {
        padding: 0
    }

    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left
    }

    .dl-horizontal dd {
        margin-left: 0
    }

    .row-fluid {
        width: 100%
    }

    .row, .thumbnails {
        margin-left: 0
    }

    .input-large, .input-xlarge, .input-xxlarge, .uneditable-input,
    input[class * =span], select[class * =span], textarea[class * =span] {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    .input-append input, .input-append input[class * =span], .input-prepend input,
    .input-prepend input[class * =span] {
        display: inline-block;
        width: auto
    }
}

@media(min-width:872px)
{
    .col-sm-6{
        width:47%;
    }
}

@media(max-width:871px)
{
    .col-sm-6{
        width:91%;
    }
}

@media (min-width:768px) and (max-width:979px) {
    /*.row {
        margin-left: -20px;
    }

    .row:after, .row:before {
        display: table;
        content: ""
    }

    .row:after {
        clear: both
    }*/

    [class * =span] {
        float: left;
        margin-left: 20px
    }

    .navbar-fixed-bottom, .navbar-fixed-top,
    .span12 {
        width: 724px
    }

    .span11 {
        width: 662px
    }

    .span10 {
        width: 600px
    }

    .span9 {
        width: 538px
    }

    .span8 {
        width: 476px
    }

    .span7 {
        width: 414px
    }

    .span6 {
        width: 352px
    }

    .span5 {
        width: 290px
    }

    .span4 {
        width: 228px
    }

    .span3 {
        width: 166px
    }

    .span2 {
        width: 104px
    }

    .span1 {
        width: 42px
    }

    .offset12 {
        margin-left: 764px
    }

    .offset11 {
        margin-left: 702px
    }

    .offset10 {
        margin-left: 640px
    }

    .offset9 {
        margin-left: 578px
    }

    .offset8 {
        margin-left: 516px
    }

    .offset7 {
        margin-left: 454px
    }

    .offset6 {
        margin-left: 392px
    }

    .offset5 {
        margin-left: 330px
    }

    .offset4 {
        margin-left: 268px
    }

    .offset3 {
        margin-left: 206px
    }

    .offset2 {
        margin-left: 144px
    }

    .offset1 {
        margin-left: 82px
    }

    .row-fluid {
        width: 100%;
    }

    .row-fluid:after, .row-fluid:before {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class * =span] {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.762430939%;
    }

    .row-fluid [class * =span]:first-child {
        margin-left: 0
    }

    .row-fluid .span12 {
        width: 99.999999993%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
    }
}

@media (min-width:1200px) {
    .row {
        /*margin-left: -30px;*/
    }

    .row:after, .row:before {
        display: table;
        content: ""
    }

    .row:after {
        clear: both
    }

    [class * =span] {
        float: left;
        margin-left: 30px
    }
    .navbar-fixed-bottom, .navbar-fixed-top,
    .span12 {
        width: 1170px
    }

    .span11 {
        width: 1070px
    }

    .span10 {
        width: 970px
    }

    .span9 {
        width: 870px
    }

    .span8 {
        width: 770px
    }

    .span7 {
        width: 670px
    }

    .span6 {
        width: 570px
    }

    .span5 {
        width: 470px
    }

    .span4 {
        width: 370px
    }

    .span3 {
        width: 270px
    }

    .span2 {
        width: 170px
    }

    .span1 {
        width: 70px
    }

    .offset12 {
        margin-left: 1230px
    }

    .offset11 {
        margin-left: 1130px
    }

    .offset10 {
        margin-left: 1030px
    }

    .offset9 {
        margin-left: 930px
    }

    .offset8 {
        margin-left: 830px
    }

    .offset7 {
        margin-left: 730px
    }

    .offset6 {
        margin-left: 630px
    }

    .offset5 {
        margin-left: 530px
    }

    .offset4 {
        margin-left: 430px
    }

    .offset3 {
        margin-left: 330px
    }

    .offset2 {
        margin-left: 230px
    }

    .offset1 {
        margin-left: 130px
    }

    .row-fluid {
        width: 100%;
    }

    .row-fluid:after, .row-fluid:before {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class * =span] {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564%;
    }

    .row-fluid [class * =span]:first-child {
        margin-left: 0
    }

    .row-fluid .span12 {
        width: 100%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
    }
    .thumbnails {
        margin-left: -30px
    }

    .thumbnails > li {
        margin-left: 30px
    }

    .row-fluid .thumbnails {
        margin-left: 0
    }
}

@media (max-width:979px) {
    body {
        padding-top: 0
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: static
    }

    .navbar-fixed-top {
        margin-bottom: 18px
    }

    .navbar-fixed-bottom {
        margin-top: 18px
    }

    .navbar-fixed-bottom .navbar-inner, .navbar-fixed-top .navbar-inner {
        padding: 5px
    }

    .navbar {
        width: auto;
        padding: 0
    }

    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px
    }

    .nav-collapse {
        clear: both
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 9px
    }

    .nav-collapse .nav > li {
        float: none
    }

    .nav-collapse .nav > li > a {
        margin-bottom: 2px
    }

    .nav-collapse .nav > .divider-vertical {
        display: none
    }

    .nav-collapse .nav .nav-header {
        color: #999;
        text-shadow: none
    }

    .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a {
        padding: 6px 15px;
        font-weight: 700;
        color: #999;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .nav-collapse .btn {
        padding: 4px 10px;
        font-weight: 400;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 2px
    }

    .nav-collapse .dropdown-menu a:hover, .nav-collapse .nav > li > a:hover {
        background-color: #222
    }

    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: block;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .nav-collapse .dropdown-menu .divider, .nav-collapse .dropdown-menu:after,
    .nav-collapse .dropdown-menu:before {
        display: none
    }

    .nav-collapse .navbar-form, .nav-collapse .navbar-search {
        float: none;
        padding: 9px 15px;
        margin: 9px 0;
        border-top: 1px solid #222;
        border-bottom: 1px solid #222;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }

    .nav-collapse, .nav-collapse.collapse {
        overflow: hidden;
        height: 0
    }

    .navbar .btn-navbar {
        display: block
    }

    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important
    }
}

.fgsm {
    font-family: verdana, arial, sans-serif;
    font-size: .76em;
    line-height: 1.875em
}

.gfs {
    font-size: .92em;
    line-height: 1.875em
}

.gfsp {
    font-size: 1.077em;
    line-height: 2em
}

.gfm {
    font-size: 1.231em;
    line-height: 2.5em
}

.hltd {
    background-color: #ff0
}

.clr:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clr {
    display: block
}

.fl {
    float: left
}

.fr {
    float: right
}

.g-hdn {
    font-size: 0;
    height: 0;
    line-height: 0;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    width: 0;
    z-index: -1
}
.hidden-desktop-big {
    display: none !important
}

@media(max-width:1240px) {
    .visible-desktop-big {
        display: none !important
    }

    .hidden-desktop-big {
        display: inherit !important
    }
}

@media(max-width:1020px) {
    .visible-tablet {
        display: inherit !important
    }

    .hidden-tablet {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

.body-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 650px
}

@media(max-width:1240px) {
    .body-wrapper {
        width: 980px
    }
}

@media(max-width:1020px) {
    .body-wrapper {
        width: 600px
    }
}

@media(max-width:1240px) {
    [class * ="span"], .row-fluid [class * ="span"] {
        float: left
    }
}

.comp {
    min-height: 200px;
    background-color: #bbe5fa
}

.row-fluid, .row {
    /*margin-bottom: 20px*/
}

.colx{
    padding: 26px;
    display:inline-block;
    position:relative;
}

.pl-0{
    padding-left:0px;
}

.pr-0{
    padding-right:0px;
}

.calalgin
{
    margin-left:30%;
    padding:3%;
    width: 30%;
    text-align: center;
}
.col-x{
    background-color: white;
    position:relative;
    border: 2px solid orange;
    border-radius: 1em;
    box-shadow: 0 4px 8px 0 rgb(0 0 0), 0 6px 20px 0 rgb(0 0 0);
}

.row-fluid.bb {
	border-bottom:1px solid #cfcfcf;
}
#body-content {
	padding-top: 17px;
}
#body-content h2 {
    line-height: 1em;
    font-size: 1.857em;
    margin-bottom: 15px;
    color: #333
}
#chr-fitms-ctr {
    padding: 0 25px;
    border-bottom: 1px solid #ddd;
    position: relative;
    top: -13px
}

.qu {
    position: fixed;
    right: -80px;
    top: 260px;
    z-index: 5;
    width: 115px;
    height: 33px
}


#prev-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}

#str-owner-bar {
    background: #f5ead0;
    display: block;
    padding: 8px 25px;
    text-align: right
}

#rev-str-lnk {
    margin-right: 10px;
    font-size: .857em
}

#vac-msg {
    margin-bottom: 20px
}

#vac-msg p {
    font-size: 1em
}

.oly-mask {
    background-color: #000;
    z-index: 100010;
    opacity: .6;
    filter: alpha(opacity=60);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    top: 0
}

.overlay {
    display: none;
    z-index: 100020;
    position: fixed;
    width: 500px;
    overflow: visible;
    background: #fff;
    -webkit-box-shadow: 8px 8px 10px #aaa;
    -moz-box-shadow: 8px 8px 10px #aaa;
    box-shadow: 8px 8px 10px #aaa
}

.overlay .oly-head {
    font-size: 1.714em;
    margin: 20px 20px 0;
    padding-bottom: 28px;
    position: relative
}

.overlay .oly-head.ruled {
    border-bottom: 1px solid #d4d4d4
}

.overlay .oly-head.ruled + .oly-body {
    padding-top: 28px
}

.overlay .oly-body {
    margin: 0 20px 24px;
    line-height: 1.3em
}

.overlay .oly-foot {
    margin: 0;
    padding: 24px 20px 20px;
    text-align: right
}

.overlay .oly-foot > * {
    margin-left: 20px
}

.overlay .oly-foot.ruled {
    border-top: 1px solid #d4d4d4
}

.overlay .oly-cross, .overlay .oly-cross:link {
    background: url() no-repeat -341px -125px;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    right: 0;
    opacity: 1;
    cursor: pointer;
    text-decoration: none
}

.overlay .oly-cross:hover {
    background-position: -357px -125px;
    text-decoration: none
}

body .shpt {
    top: 24px
}

.gh-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.gh-clearfix {
    zoom: 1
}

.gh-none {
    display: none
}
.gh-w a:focus, .gh-w a:hover {
    text-decoration: underline
}

#gh-ac, #gAC .ui-menu-item {
    font-family: verdana, arial, sans-serif !important
}

#gh-top #_nkw {
    line-height: 28px;
    margin-left: 5px
}

#gh-title {
    font-size: 36px;
    padding-left: 19px;
    vertical-align: bottom;
    line-height: 51px
}

#gh-ppp {
    position: absolute;
    top: 32px;
    left: 40px
}

.gh-IE8 .gh-spr, .gh-IE8 .gh-sprRetina {
    background-image: url();
    background-size: auto auto
}

.gh-oldDT #gh-ac-box2 {
    padding: 6px 0
}

#page .announcements {
    z-index: 1
}

.gh-menu, .gh-sublayer {
    display: inline
}

.gh-menu > a.ghn-b {
    padding-top: 0
}

.gh-menu .gh-submenu {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 3px 10px 6px;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 0 3px 3px;
    margin-top: -1px;
    min-width: 180px
}

.gh-hvr.rt .gh-menu .gh-submenu {
    right: 0
}

.gh-menu .gh-submenu li > a {
    font-size: 12px;
    display: block;
    padding: 8px 5px;
    white-space: nowrap
}

.gh-dd .gh-menu > a {
}

#gh .gh-hvr {
    vertical-align: top
}

.gh-hvr:hover .gh-menu .gh-submenu {
    display: block;
    background: #fff
}

#gh {
    position: relative;
    margin: 0;
    padding: 35px 0 10px 0;
    white-space: nowrap
}

.gh-w {
    text-align: left
}

.gh-w ul, .gh-w li {
    margin: 0;
    padding: 0;
    list-style: none outside none
}

.gh-spr, .gh-sprRetina {
    background-image: url();
    background-repeat: no-repeat
}

.gh-sprRetina {
    background-size: 250px 200px
}

#gh-topl {
    margin-top: 1px;
    text-align: left
}

#gh-topl a, #gh-eb a {
    color: #333;
    cursor: pointer
}

#gh-topl a:hover, #gh-eb a:hover, #gh-ug a, #gh-eb-u-o a {
    color: #0654ba
}

.gh-tbl {
    width: 100%;
    margin-top: 0;
    background: none !important
}

.gh-tbl, .gh-tbl2 {
    border-collapse: collapse;
    border-spacing: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .gh-tbl2 {
        width: 100%
    }
}

.gh-td {
    width: 1%;
    vertical-align: bottom;
    padding: 0;
    min-width: 3px
}

.gh-td-s {
    width: 99%;
    vertical-align: middle;
    padding: 0
}

#gh-ac-box {
    border: 1px solid #ddd;
    background: #fff;
    height: 38px;
    padding: 0 10px 0 1px;
    border-radius: 3px 0 0 3px;
    transition: border-color .1s linear
}

#gh-ac-box2 {
    position: relative;
    white-space: normal
}

#gh ul li {
    list-style: none
}

#gh-eb {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 99999;
    zoom: 1
}

.gh-menu {
    position: relative
}

.gh-p {
    padding: 3px 0 5px;
    font-size: 12px
}

.gh-menu .gh-submenu {
    display: none
}

.gh-hdn {
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    position: absolute;
    font-size: 0;
    z-index: -1;
    outline: 0
}

button.gh-control {
    background-color: transparent;
    cursor: pointer
}

#gh-topl #gh-ti {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px !important;
    height: 30px;
    overflow: hidden;
    padding-top: 7px;
    margin-top: -7px;
    background: 0;
    box-sizing: initial
}

#gh-hs {
    vertical-align: top
}

#gh-hsi {
    border: 0;
    margin-top: -1px;
}

#gh-doodleL {
    float: left;
    width: 245px;
    height: 400px;
    position: relative;
    left: -245px;
    margin-bottom: -400px;
    display: none
}

#gh-top, #gh-gb {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    box-sizing: initial
}

#gh-gb {
    z-index: -1;
    outline: 0;
    border-top-width: 0
}

#gh-gb.gh-gb-shadow, .gh-pre-js #gh-top {
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.15)
}

#gh {
    min-width: 320px
}

@media(max-width:939px) {
    .gh-flex #gh-eb-Comm, .gh-flex #gf-BIG {
        display: none
    }

    .gh-flex .gf-lb {
        display: block
    }
}

@media(max-width:899px) {
    .gh-flex #gh-as-td {
        display: none
    }
}

@media(max-width:799px) {
    .gh-flex #gh-topl #gh-ti {
        display: none
    }
}

@media(max-width:699px) {
    .gh-flex #gh-shop, .gh-flex #gh-ug-flex, .gh-flex #gh-p-4 {
        display: none
    }
}

@media(max-width:599px) {
    .gh-flex #gh-p-3, .gh-flex #gh-p-5, .gh-flex #gh-eb-Cust, .gh-flex #gh-p-1 {
        display: none
    }
}

@media(max-width:479px) {
    .gh-flex #gh-cat-td, .gh-flex #gh-eb-Sell, .gh-flex #gh-p-2, .gh-flex #gh-eb-Alerts {
        display: none
    }
}

.gh-939 #gh-eb-Comm, .gh-939 #gf-BIG, .gh-899 #gh-as-td, .gh-799 #gh-topl #gh-ti,
.gh-699 #gh-shop, .gh-699 #gh-ug-flex, .gh-699 #gh-p-4, .gh-599 #gh-p-1,
.gh-599 #gh-p-3, .gh-599 #gh-eb-Cust, .gh-599 #gh-p-5, .gh-479 #gh-cat-td,
.gh-479 #gh-eb-Sell, .gh-479 #gh-p-2, .gh-479 #gh-eb-Alerts {
    display: none
}

.gh-939 .gh-myOverlay {
    margin-left: -20px
}

.gh-939 .gf-lb {
    display: block
}

@media(max-width:939px) {
    .gh-flex .gh-eb-li-a .gh-eb-Geo-txt {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden
    }
}

@media(max-width:479px) {
    .gh-flex #gh-eb-Geo {
        display: none
    }
}

.gh-939 .gh-eb-li-a .gh-eb-Geo-txt {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.gh-939 #gh-eb-Geo .gh-eb-li-a {
    height: 10px;
    margin-bottom: -2px
}

.gh-479 #gh-eb-Geo {
    display: none
}

#gf-bp {
    display: block;
    width: 570px;
    height: 60px
}

.gf-bp-bg {
    background: url() no-repeat 0 0
}

@media(max-width:939px) {
    .gh-flex #gf-bp.gf-bp-bg {
        background-image: url();
        width: 250px
    }
}

.gh-939 #gf-bp.gf-bp-bg {
    background-image: url();
    width: 250px
}

div.gh-o, div.gh-eb-o {
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 3px 10px 6px;
    -webkit-box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 3px 3px
}

div.gh-o-l, div.gh-o-err, ul.gh-o-l, ul.gh-o-err {
    color: #333;
    background: #fff url() no-repeat center bottom;
    font-size: 12px !important;
    height: 56px;
    margin: 9px 0;
    text-align: center
}

div.gh-o-err {
    margin-bottom: 0;
    line-height: 44px
}

div.gh-o-err {
    background: 0
}

div.gh-o-errb {
    line-height: 45px;
}

.gh-w #gh-eb {
    _width: 600px;
}

.gh-w li.gh-eb-li {
    _display: inline;
}

.gh-hvr:hover .gh-eb-li-a, .gh-eb-active .gh-eb-li-a, .gh-eb-active #gh-ug,
.gh-shop-active #gh-shop-a {
    border-style: solid;
    border-width: 2px 1px 0;
    border-color: #598fd5 #ddd;
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 0 #eee;
    z-index: 10000;
    position: relative;
    background: #fff
}

.gh-eb-li-a:hover {
    color: #0654ba !important
}

div.gh-eb-o {
    position: absolute;
    left: 0;
    min-width: 180px;
    margin-top: -1px;
}

.gh-oldDT div.gh-eb-o {
    width: 180px
}

.gh-oldDT div.gh-eb-o-err {
    width: 330px
}

.gh-eb-li-last .gh-eb-o {
    right: 0;
    left: auto
}

.gh-eb-oa {
    font-size: 12px;
    display: block;
    padding: 8px 5px;
    white-space: nowrap
}

.gh-eb-oa:hover {
    color: #333 !important
}

#gh-eb {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 99999
}

li.gh-eb-li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    margin: 0 3px
}

.gh-eb-li-a {
    position: relative;
    padding: 5px 10px 6px;
    font-size: 12px;
    color: #333 !important;
    display: inline-block;
    border: 1px solid transparent;
    border-width: 2px 1px 0;
    text-decoration: none !important
}

#gh-eb .gh-acc-exp-div, #gh-eb .gh-acc-exp-a {
    right: 0
}

#gh .gh-acc-a2 {
    display: block;
    font-size: 11px;
    text-decoration: underline;
    background-color: #fff7ed;
    white-space: nowrap;
    padding: 4px;
    position: absolute;
    top: auto;
    right: 10000px
}

#gh .gh-acc-a2:focus {
    right: 0 !important;
}

.gh-acc-exp-div {
    position: absolute;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: visible
}

.gh-acc-a2 {
    display: none
}

.gh-ar-hdn {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.gh-acc-a {
    display: block;
    font-size: 11px;
    text-decoration: underline;
    background-color: #fff7ed;
    white-space: nowrap;
    z-index: -1;
    padding: 4px;
    position: static
}

.gh-acc-a:focus {
    z-index: 9999;
    position: absolute;
    top: 530px;
    display: block
}

#gh-hdn-stm:focus {
    top: 500px
}

#glbfooter {
    background: #FFF;
    border-top: 1px solid #CCC;
    margin: 10px 0 0;
    padding: 20px 10px 40px 10px
}

#gf-l li {
    display: inline-block;
    padding: 0 20px 10px 0
}

#glbfooter a {
    display: inline-block;
    font-size: 12px
}

.gf-t {
    width: 100%;
    margin-top: 20px;
    border-spacing: 0;
    border-collapse: collapse
}

.gf-t td {
    padding: 1px 0
}

#gf-l {
    padding-bottom: 20px
}

#gf-l .gf-li {
    display: inline-block;
    padding: 0
}

.gf-bar-a {
    padding: 0 20px 10px 0;
    font-size: 12px;
    display: inline-block
}

.gf-lb {
    display: none
}

.gf-legal {
    -webkit-text-size-adjust: 100%
}

.gf-legal, .gf-legal a, .coreFooterLegalNotice, .coreFooterLegalNotice a {
    font-size: 11px !important
}

.gf-legal a {
    text-decoration: underline !important;
    color: #727272 !important
}

.coreFooterVerisign {
    margin: 10px 25px 0 125px
}

.footerBG {
    padding: 1px 0 5px
}

.gffoot {
    clear: both;
    margin-bottom: 20px;
    position: relative
}

.gffoot td {
    vertical-align: top
}

.gffoot ul {
    float: left;
    height: 100%;
    padding-right: 10px;
    margin: 0;
    list-style: none;
    min-width: 177px;
}

#gf-BIG.gffoot li {
    margin-bottom: 12px;
    display: list-item;
    font-size: 12px
}

.gffoot a {
    margin-right: 5px
}

a#gf-eBP {
    display: none
}

#gf-norton {
    background: url() no-repeat 0 0;
    border: 0;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    height: 40px;
    width: 80px
}

.gf-img {
    border: 0
}

#gf-AdChoice {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIxIiBoZWlnaHQ9IjEyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCjxnPgoJPGNpcmNsZSByPSIxMC4zIiBjeT0iNDIiIGN4PSI2MCIgZmlsbD0iIzg2ODY4NiIvPgoKCTxwYXRoCiAgIGQ9Ik0gMTE4LjcsNzQuOCBDIDExMywxMDEuNSA4NywxMjAuNSA2MCwxMjAuNSBjIC03LjYsMCAtOS44LC00LjEgLTkuOCwtOSAwLC0zIDAsLTcgMCwtMTIgLTAsLTEyIDAsLTI2IDAsLTMxIDAsLTcuMyA0LjUsLTEwLjYgOS45LC0xMC42IDYsMCA5LjcsMy40IDkuNiwxMC42IEMgNzAsNzUuNSA3MCw4OC41IDcwLDEwMCA3Niw5OC41IDgyLDk1LjUgODYsOTEuNCA5NSw4NC41IDEwMSw3Mi41IDEwMC44LDYwIDEwMC43LDUyLjUgOTksNDQuNSA5NC40LDM4LjQgODQsMjQuNSA3NiwyMC41IDYwLDIwIDQ4LDE5LjUgMzYuNCwyNS40IDI5LDM0LjQgMjAsNDYuNSAxOC41LDU3LjYgMjEsNjkuNSBjIDIuMiwxMCA4LDE4IDE2LDI0IDcsNSA2LDEwIDMsMTQgQyAzNCwxMTYuNSAyNiwxMTAuNSAyMSwxMDYgMTAsOTcgMyw4NCAxLDcwIGwgMCwtMCBDIC0yLDQ3IDUsMjkgMjEsMTUgMjUsMTEgMzAsOCAzNSw1LjUgNDMsMiA1MSwwIDYwLDAgODMsMC41IDk3LDEwLjUgMTA3LjYsMjMgMTIwLDM5LjUgMTIzLDU2LjUgMTE4LjcsNzUgWiIgZmlsbD0iIzg2ODY4NiIgLz4KPC9nPgo8L3N2Zz4=") no-repeat right center / 12px 12px;
    padding: 1px 15px 1px 0;
    margin-top: -1px
}

.gf-nosvg #gf-AdChoice {
    padding-bottom: 0;
    background: url() no-repeat right center
}

#gf-fbtn {
    border-right: 0;
    position: relative;
    display: block;
    width: 160px;
    height: 30px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    cursor: pointer;
    position: relative;
    text-indent: 50px;
    color: #707070 !important;
    line-height: 29px
}

#gf-fbtn-arr {
    background-position: right -131px;
    position: absolute;
    right: 10px;
    top: 13px;
    height: 5px;
    width: 8px
}

#gf-fbtn:hover #gf-fbtn-arr {
    background-position: right -158px
}

.gh_IE8 #gf-fbtn-arr {
    background-position: -109px 0
}

.gh-IE8 #gf-fbtn:hover #gf-fbtn-arr {
    background-position: -109px -14px
}

#gf-f {
    width: 630px;
    background-color: #fff;
    padding-top: 10px;
    min-height: 255px;
    border: 1px solid #e7e7e7;
    display: none;
    position: absolute;
    z-index: 9999;
    -moz-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 3px 3px;
    display: none;
    top: -267px;
    right: 27px
}

#gf-f-trans {
    height: 50px;
    position: absolute;
    background: transparent;
    width: 100%;
    bottom: -50px
}

.gf-flags-wpr {
    position: relative
}

.gf-flags-wpr.gh-hvr:hover #gf-f {
    display: block
}

.gf-ful {
    margin: 0 20px !important;
    padding: 0
}

.gf-if-a {
    width: 150px;
    height: 35px;
    display: block;
    color: #666 !important;
    font-size: 12px !important;
    line-height: 35px;
    position: relative;
    text-indent: 46px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.gf-if {
    width: 24px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 15px
}

#gf-f .gf-if {
    display: inline-block;
    left: 10px;
    top: 9px
}

.gf-i {
    line-height: 16px
}

.gf-i .gspr {
    float: left;
    margin-right: 5px
}

.gh-ovr {
    position: absolute;
    left: -1000px;
    z-index: 10000
}

.gh-iovr {
    float: left;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc
}

.gh-vs {
    border: 1px solid #666;
    width: 340px;
    background-color: #efefef
}

.gh-vs .gh-cw {
    padding: 10px 0
}

.gh-vs .gh-cbtn {
    background-image: url();
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: transparent;
    cursor: pointer;
    display: inline;
    float: right;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 0
}

.gh-vs .gh-ttl {
    color: #333;
    font-weight: bold;
    font-size: medium;
    padding: 0 15px
}

.gh-vs .gh-ct {
    clear: both;
    padding: 10px 15px 0
}

.gf-bttl {
    font-size: 16px !important;
    color: #767676
}

#gf-f li.gf-f-li0 {
    margin: 0
}

#gf-f li.gf-f-li1 {
    margin: 0 0 0 150px
}

#gf-f li.gf-f-li2 {
    margin: 0 0 0 300px
}

#gf-f li.gf-f-li3 {
    margin: 0 0 0 450px
}

#gf-f li.gf-f-li-top {
    margin-top: -245px
}

.g-hdn {
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    position: absolute;
    font-size: 0;
    z-index: -1;
    outline: 0
}

.gh-w a.scnd:visited {
    color: #6a29b9;
    text-decoration: none
}

.gh-w a.scnd {
    color: #555;
    text-decoration: none
}

.gh-w a.thrd, .gh-w a.thrd:visited {
    color: #767676 !important
}

.gh-w a.thrd:hover {
    color: #767676 !important;
    text-decoration: underline
}

.gh-w a.scnd:hover {
    color: #555;
    text-decoration: underline
}

.gh-w a.btn-scnd, .gh-w a.btn-scnd:visited {
    background: #2386c0;
    background: -webkit-gradient(linear, left top, left bottom, from(#45aad6), to(#2386c0));
    background: -moz-linear-gradient(top, #45aad6, #2386c0);
    text-decoration: none;
    filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#45aad6', endColorstr='#2386c0')";
    color: #fff
}

.gh-w a.btn-scnd:hover, .gh-w a.btn-scnd:focus, .gh-w a.btn-scnd:active {
    background: #2386c0;
    filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#2386c0', endColorstr='#2386c0')"
}

.gh-w .caret-dn, .gh-w .btn-ter .caret-dn {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #0654ba;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: .8;
    filter: alpha(opacity=80)
}

.gh-w .caret-dn {
    margin-top: 8px;
    margin-left: 10px
}

.gh-w .btn-m .caret-dn {
    margin-top: 7px;
    margin-left: 10px
}

.gh-w .btn-split-m .caret-dn {
    margin-left: 0;
    margin-top: 7px
}

.gh-w .dropdown .btn:active {
    top: 0
}

.gh-w .btn-split {
    border-radius: 0 3px 3px 0
}

.gh-w .dropdown > .btn-split:first-child {
    border-radius: 3px 0 0 3px
}

.gh-w .btn-split + .dropdown-toggle {
    padding: 8px 12px;
    border-left: 1px solid #bbb;
    border-radius: 0 3px 3px 0
}

.gh-w .btn-ter + .dropdown-toggle {
    border-left: 0
}

.gh-w input[type=text] {
    background: #fff;
    border: 1px solid #ddd
}

.gh-w input[type=text]:focus {
    -webkit-transition: border .1s linear 0s, box-shadow .2s linear 0s;
    -moz-transition: border .1s linear 0s, box-shadow .2s linear 0s;
    -ms-transition: border .1s linear 0s, box-shadow .2s linear 0s;
    -o-transition: border .1s linear 0s, box-shadow .2s linear 0s;
    transition: border .1s linear 0s, box-shadow .2s linear 0s;
    border: 1px solid #aaa;
    outline: 0
}

.gh-w input[type=text], .gh-w select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    margin: 0 0 5px
}

.gh-w .mi-er {
    font-weight: 500;
    font-size: .857em;
    color: #dd1e31
}

.gh-w i.icser {
    margin: -2px 10px 0 0;
    width: 18px;
    height: 18px;
    background-position: -175px -17px;
    float: left
}

.flpr i {
    width: 24px;
    height: 18px
}
.btn-g {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	text-decoration: none;
	background: #479313;
	background: -webkit-gradient(linear, left top, left bottom, from(#70b42d), to(#479313));
	background: -moz-linear-gradient(top, #70b42d, #479313);
	filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#70b42d', endColorstr='#479313')";
}
.btn-s {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	text-decoration: none;
	background: #479313;
	background: -webkit-gradient(linear, left top, left bottom, from(#70b42d), to(#479313));
	background: -moz-linear-gradient(top, #70b42d, #479313);
	filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#70b42d', endColorstr='#479313')";
}

.gh-w form {
    margin: 0
}

.gh-w {
    line-height: 1;
    font-size: 14px;
    color: #333;
}

#gh-logo {
    border: 0
}

#gh-l-h1 {
    margin: 0;
    display: inline-block;
}

#gh-la {
    display: block;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 117px;
    height: 48px
}

.gh-IE8 #gh-shop-ei {
    background-position: 0 -72px
}

.gh-shop-active #gh-shop-ei, #gh-shop-a:hover #gh-shop-ei {
    background-position: -79px -109px
}

.gh-IE8 .gh-shop-active #gh-shop-ei, .gh-IE8 #gh-shop-a:hover #gh-shop-ei {
    background-position: 0 -80px
}

.gh-shop-active #gh-shop-a, #gh-shop-a:hover {
    color: #0654ba
}

.gh-shop-active #gh-shop-a {
    background: none repeat scroll 0 0 #fff;
    border-color: #598fd5 #ddd;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 2px 1px 0;
    box-shadow: 2px 0 0 #eee;
    position: relative;
    z-index: 10000
}

#gh-sbc-o {
    position: absolute;
    left: 122px;
    top: 80px;
    padding: 20px 0;
}

.gh-oldDT #gh-sbc-o {
    top: 83px
}

#gh-sbc #gh-shop-see-all {
    color: #0654ba !important;
    position: absolute;
    bottom: 20px;
    font-size: 14px !important
}

#gh-sbc {
    margin: 0 15px 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

#gh-sbc li {
    padding: 10px 0 0 5px
}

#gh-sbc td {
    width: 200px;
    vertical-align: top;
    padding: 0 10px 15px
}

#gh-sbc .gh-sbc-gap {
    width: 10px;
    padding: 0
}

#gh-sbc h3 {
    margin: 0;
    padding: 15px 0 0;
    display: block
}

#gh-sbc h3.gh-sbc-parent {
    font-family: verdana, arial, sans-serif;
    padding-top: 30px;
}

#gh-sbc h3, #gh-sbc h3 a {
    font-weight: bold;
    font-size: 14px;
    color: #333
}

#gh-sbc h3 a {
    padding-right: 8px
}

.gh-oldDT #gh-sbc h3 a {
    margin-right: -10px
}

#gh-sbc h3 a:hover {
    text-decoration: underline;
    color: #0654ba !important
}

#gh-sbc h3:first-child {
    padding-top: 0
}

#gh-sbc a {
    font-size: 12px;
    color: #555
}

#gh-sbc a:hover {
    color: #0654ba
}

#gh-sbc #gh-shop-see-all {
    color: #0654ba !important;
    position: absolute;
    bottom: 20px;
    font-size: 14px !important
}

.gh-sbc-h3i {
    background-position: -103px -17px;
    height: 8px;
    width: 5px;
    display: inline-block;
    margin-left: 4px
}

.gh-IE8 .gh-sbc-h3i {
    background-position: -16px -73px;
    right: 0
}

.gh-oldDT .gh-sbc-h3i {
    display: none
}

#gh-shop-see-all .gh-sbc-h3i, .gh-sbc-parent:hover .gh-sbc-h3i {
    background-position: -111px -17px
}

.gh-IE8 #gh-shop-see-all .gh-sbc-h3i, .gh-IE8 .gh-sbc-parent:hover .gh-sbc-h3i {
    background-position: -24px -73px
}

#gh-shop-see-all .gh-sbc-h3i {
    bottom: 3px
}

#gh-sbc #gh-shop-col-link {
    position: absolute;
    color: #0654ba !important;
    bottom: 20px;
    font-size: 12px !important;
    left: 14px
}

#gh-sbc #gh-shop-col-link i {
    color: #333;
    font-style: normal
}

#gh-shop-col-link .gh-sbc-h3i {
    background-position: -111px -17px;
    bottom: 2px
}

.gh-IE8 #gh-shop-col-link .gh-sbc-h3i {
    background-position: -24px -73px
}

#gh-shop {
    width: 90px;
    margin: 0 7px 0 5px
}

#gh-shop-a {
    position: relative;
    top: -2px;
    display: block;
    height: 30px;
    color: #555;
    border: 1px solid transparent;
    border-width: 2px 1px 0;
    text-decoration: none;
    white-space: normal;
    padding: 6px 5px 5px 8px;
    font-size: 14px;
    line-height: 14px;
    word-break: normal
}

button#gh-shop-a {
    height: 43px;
    text-align: left;
    width: 100%
}

@-moz-document url-prefix() {
    button#gh-shop-a {
        padding-left: 3px;
        padding-right: 0
    }
}

#gh-shop-ei {
    background-position: -79px -101px;
    display: inline-block;
    height: 7px;
    margin-left: 4px;
    position: relative;
    top: -7px;
    width: 13px
}

#gh-ac:focus {
    color: #333
}

#gh-ac-box.gh-ac-box-focus {
    border-color: #999
}

#gh-ac::-webkit-input-placeholder {
    color: #767676
}

#gh-ac:focus:-moz-placeholder, #gh-ac:focus::-moz-placeholder {
    color: transparent !important
}

#gh-ac:focus::-webkit-input-placeholder {
    color: transparent !important
}

#gh-ac {
    font-size: 16px;
    color: #767676;
    border: 0;
    margin: 0;
    padding: 10px 0 9px 8px;
    width: 100%;
    background: transparent;
    outline: 0;
    box-shadow: none
}

#gh-cat-box.gh-cat-box-focus {
    border-color: #999
}

@media \0\9screen {
    #gh-cat:hover, #gh-cat:focus {
        width: inherit
    }
}

#gh-cat option {
    height: 20px
}

@-moz-document url-prefix() {
    #gh-cat {
        border-width: 0 3px 0 0
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select#gh-cat {
        -webkit-appearance: none;
        border: 0;
        padding-right: 10px;
        background-position: right -124px;
        outline: 0
    }

    #gh-cat:hover {
        background-position: right -151px
    }
}

#gh-cat-box {
    border: 1px solid #ddd;
    border-left-color: #efefef;
    padding: 0 10px;
    height: 38px;
    background: #fff;
    border-radius: 0 3px 3px 0
}

#gh-cat {
    color: #333;
    font: 12px Arial;
    border-width: 0;
    margin-top: 10px;
    width: 160px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    background-position: 0 99px
}

#gh-as-a:hover {
    color: #0654ba !important;
    text-decoration: none
}

#gh-as-a {
    font-size: 11px;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    color: #666
}

.gh-IE8 li.gh-t {
    background-position: -115px -33px;
}

a#gh-ug:hover {
    color: #0654ba
}

#gh-eb-u-o {
    left: -5px
}

.gh-eb-arw {
    font-size: 13px;
    background-position: -79px -104px;
    display: block;
    height: 5px;
    width: 13px;
    position: absolute;
    top: 10px;
    right: 2px
}

.gh-IE8 .gh-eb-arw {
    background-position: 0 -75px;
}

#gh-ug:hover .gh-eb-arw {
    background-position: -79px -112px
}

.gh-IE8 #gh-ug:hover .gh-eb-arw {
    background-position: 0 -83px
}

#gh-uu {
    padding: 5px;
    font-size: 12px
}

#gh-up {
    position: absolute;
    left: 10px;
    width: 60px;
    text-align: center
}

.gh-oldDT #gh-up {
    height: 60px;
    overflow: hidden
}

#gh-upi {
    border: 0;
    max-width: 60px;
    max-height: 60px;
    white-space: normal
}

.gh-oldDT #gh-upi {
    width: 60px
}

#gh-un {
    font-size: 14px;
    color: #333;
    padding-bottom: 3px
}

#gh-un, #gh-ui {
    margin-left: 70px !important
}

#gh-ui {
    height: 25px
}

#gh-eb-u-o #gh-uid {
    color: #333 !important;
    font-weight: bold
}

#gh-ur {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPIAAAAWCAYAAAD6vcEwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2dJREFUeNrsm01oE0EUx7chl4IgKEah6CnSIFWEioLagh5CQVEUpUHwAywVxV4EAyKStCo96UksFj9QMVR6LpR6EBWPBZEeWggUFEEQC7WiKIi+Jy8wmX3bzc5uM5vw/vBnd2dmf9l2Zna+dlqKxaIjEolWVoVCoaZ0Sw/Xe0XtBU+Bd4Pf6ZEJ+ReLRA2hTeBWcBsXKRVZJGoCSUUWiRpDH8CL4E9cZMu3B6nAxNsfL7jCJtZuM3q6A1/fu8LeZE8YsbqmSq6wPeVuI9bb9GtXWG72pRFrLLPPFTbTPmPE6pjrcIVd2ng3stKi5q1pPvjljWme+OWTaf745ZlpXnEaz41XXefz+arra5nHeLgFngaXakBiJnV6tcid5CgkLHssTkeEG3sutrzPwMNq4PXZ0zp7mNItelXks+AzEf1hwrLH0oWTJffpKNz4cofAA1QW2qgS/2fTEbWB4rELNcRV5FXgk9Rkh30gYdljcToEXrMCrZFwo+feAaeUMbHO/kzxI3jBVeReKlBRPJCw7LG8+Khjwm0ori87yYSd17p5pRA/Lix7LK6176HzHrr+Ltx4caHr7MuGNC42tsgXwb/Af8nqRMt+JfwHdfuWk7DssXT1030VxpLSXW+la5XfL9xYcI3YCeqLZ8FflgHjGlYX+GkN/Xph2WHpGqX75n3SzVO6UeHGgmvEroyRX4F3gMtMYlzP2kXHWiQseyzufmRPesRPUvy0cGPFDcxOaG/+38wNf2iGLIiEZY/lUBd9jM4XwH0e6fooXrjx4Bqz1Yq8FbyFzl+QUTvB6YAPIyx7LEyPHwmMMDOejtaN7xVubLih2GpFxrVL/KLkFI3bsnS+YPBAwrLDwo8HnoAPUpdd5aPwQ4MUHdVw4drlhmbr68ibtUkVPM8Yjs+EVV/WOvAN8FFtvN1Ob3osIJVNsQW6TlO8cO1xI2Gr68hXPH4Em/ObAQulsOrPwuUq/FzvJ9Nt5ybTJih8O3hOuNa4kbCT3E4mE3G7mEzF7WIyFbeLyVTcLiZTcbuYQuo5UwiugnPMZMplCi87/Gy5cOvHjYSddETNKBxvPaK3PDeZck64seQas6UiN59WgwfBh53qTehYQO7R+Kos3NhxQ7GlIjefcMlqgBlv4cf2x53g65rCrQ83FPufAAMAPilC8zcKqV8AAAAASUVORK5CYII=) no-repeat 0 0
}

#gh-uo, #gh-uac, #gh-ucol {
    clear: both;
    padding-top: 15px !important;
}

#gh-ucol {
    line-height: 14px;
    clear: both;
    padding-top: 30px !important;
}

.gh-w .gh-t {
    display: inline-block;
    font-size: 12px;
    background-position: -498px -35px;
    padding: 0 9px 0 11px
}

.gh-w .gh-t:first-child, .gh-w #_nkw.gh-t {
    background: 0;
    padding: 0
}

#gh-ug {
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
    padding: 5px 17px 6px 10px;
    border: 1px solid #fff;
    border-width: 2px 1px 0;
    text-decoration: none;
    position: relative;
    left: -10px
}

.gh-pre-js #gh-ug {
    border-color: transparent
}

#gh-ug.gh-ug-guest {
    padding-right: 5px
}

a#gh-ug {
    color: #333;
    margin-left: 5px
}

#gh-eb-Geo-o a {
    padding-left: 27px
}

#gh-eb-Geo-o span {
    top: 5px;
    left: -4px
}

#gh-eb-Geo-o li {
    position: relative
}

#gh-eb-Geo .gh-eb-li-a {
    padding-left: 34px;
    position: relative
}

.gh-eb-li-a:hover .gh-smlArw {
    background-position: -283px -97px
}

.gh-eb-Geo-flag {
    background-image: url() !important;
    display: block;
    height: 20px;
    left: 2px;
    top: 3px;
    width: 28px;
    font-size: 1px;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden
}

.gh-eb-Geo-flag {
    background-position: -139px -273px
}

#gh-eb-sub-li-cpn.gh-bucks, #gh-eb-sub-li-cpn.gh-cpn {
    border-top: 1px solid #CCC;
    color: #666;
    font: bold 10px Verdana;
    margin-top: 10px !important;
    padding: 10px 0 10px 5px !important;
    white-space: normal
}

#gh-bucks-ttl, #gh-cpn-ttl {
    background-position: 0 -54px;
    display: block;
    height: 19px;
    width: 100px
}

#gh-cpn-ttl {
    background-position: 0 -33px
}

#gh-eb-sub-li-cpn a {
    padding: 0;
    font: bold 10px Verdana;
    display: inline;
    color: #0654ba !important;
    white-space: normal
}

#gh-eb-Alerts-n1, #gh-eb-Alerts-n2, #gh-eb-Alerts-n3 {
    font: normal 11px Arial;
    position: absolute;
    right: 2px;
    top: 3px;
    background: #f18e00 !important;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 1px 4px 1px 4px;
    margin-left: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#gh-Alerts-i {
    background-position: -37px -101px !important;
    width: 16px;
    height: 18px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0
}

.gh-IE8 #gh-Alerts-i {
    background-position: -126px -69px !important
}

#gh .ghn-new {
    background: #f18e00;
    text-indent: 0;
    width: auto;
    height: auto
}

.gh-eb-Alerts-tab-0 .gh-eb-li-a {
    padding-right: 20px
}

.gh-eb-Alerts-tab-1 .gh-eb-li-a {
    padding-right: 20px
}

#gh-eb-Alerts-n1 {
    right: -2px
}

.gh-eb-Alerts-tab-2 .gh-eb-li-a {
    padding-right: 25px
}

#gh-eb-Alerts-n2 {
    right: -7px
}

.gh-eb-Alerts-tab-3 .gh-eb-li-a {
    padding-right: 30px
}

#gh-eb-Alerts-n3 {
    right: -13px
}

#gh-eb-Alerts-o {
    width: 327px;
    padding: 0;
    left: -277px
}

.gh-eb-Alerts-oa, .gh-eb-Alerts-oam {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    margin: 1px 0;
    min-height: 60px;
    border-bottom: 1px solid #ddd;
    padding: 9px 8px 0 75px;
    display: block;
    white-space: normal;
    background: url() no-repeat 8px -67px #fff
}

.gh-eb-Alerts-b-last {
    border: 0
}

.gh-eb-Alerts-oam {
    background-position: 8px 5px
}

#gh-eb-Alerts-o .thrd {
    color: #333 !important
}

.gh-eb-Alerts-b-new {
    font-weight: bold;
    background-color: #f5f5f5
}

.gh-eb-Alerts-oas {
    color: #0654ba;
    white-space: nowrap;
    font-weight: bold
}

#gh-eb-Alerts .gh-eb-li-a {
    padding: 2px 17px 3px;
    vertical-align: top
}

#gh-eb-Alerts button.gh-eb-li-a {
    width: 52px
}

.ghn-pop-wrap {
    right: -350px;
    width: 290px;
    margin-bottom: 10px;
    position: relative;
    z-index: 99999;
    position: fixed
}

.ghn-pop-i {
    background-color: #fff;
    z-index: 99999;
    width: 290px;
    height: 106px
}

#gh-eb-Alerts-o, .ghn-pop-i {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #f0eeec
}

.ghn-pop-rmv {
    background: url() no-repeat -217px -60px;
    position: absolute;
    right: 0;
    top: 5px;
    float: right;
    height: 28px;
    width: 30px
}

.ghn-pop-rmv:hover {
    background: url() no-repeat -217px -40px
}

.ghn-pop-h {
    border-bottom: 1px solid #ddd;
    height: auto;
    font-weight: bold;
    text-align: left;
    padding: 9px 20px
}

#ghn-ul {
    width: 335px;
    max-height: 635px;
    overflow: auto;
    position: relative
}

.ghn-li-itm {
    border-bottom: solid 1px #ddd;
    position: relative;
    line-height: 18px;
    white-space: normal;
    font-size: 12px;
    cursor: pointer;
    background-color: #f8f8f8
}

.ghn-pop-wrap .ghn-li-itm {
    border-bottom: 0
}

li.ghn-li-itm:last-child {
    border-bottom: 0
}

#gh-eb-Alerts-o a.ghn-a-itm, .ghn-pop-wrap a.ghn-a-itm {
    color: #767676 !important;
    text-decoration: none !important;
    display: block;
    padding: 8px 8px 8px 110px;
    height: 65px
}

#gh-eb-Alerts-o a.ghn-a-itm:hover {
    color: #767676 !important
}

#gh-eb-Alerts-o a.ghn-a-itm.disable {
    cursor: default
}

#gh-eb-Alerts-o .ghn-li-itm:hover, .ghn-pop-wrap .ghn-li-itm:hover {
    background-color: #f8f8f8 !important
}

#gh-eb-Alerts-o .ghn-li-itm .ghn-pop-rmv {
    display: block
}

.ghn-confirm {
    display: none
}

.ghn-undo {
    display: none
}

#gh-eb-Alerts-o .gh-eb-Alerts-li-g {
    float: left;
    margin-right: 25px;
    display: block;
    height: 90px;
    width: 67px;
    overflow: hidden;
    margin-top: 15px
}

#gh-eb-Alerts-o .ghn-g-t {
    padding: 9px 8px 9px 15px;
    font-weight: bold;
    background-color: #f8f8f8
}

#gh-eb-Alerts-o .ghn-g-c {
    overflow: hidden;
    padding-left: 15px;
    background-color: #f8f8f8;
    height: 120px
}

#gh-eb-Alerts-o .ghn-li-itm.ghn-new {
    background-color: white;
    color: #555 !important
}

.ghn-pop-wrap .ghn-li-itm.ghn-new {
    background-color: transparent;
    color: #555 !important;
    border: 0
}

#ghn-f {
    border-top: solid 1px #ddd;
    text-align: center;
    height: 46px
}

#ghn-f a.gh-eb-oa.thrd {
    color: #0654ba !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    padding: 16px 0 !important
}

#ghn-f a.gh-eb-oa.thrd:hover {
    color: #0654ba !important
}

#ghn-h {
    border-bottom: solid 1px #ddd;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px
}

.ghn-a-img {
    display: table;
    position: absolute;
    top: 8px;
    left: 20px
}

.ghn-cd {
    font-weight: bold
}

.ghn-lm {
    color: #dd1e31
}

.ghn-hl {
    position: absolute;
    font-size: 12px;
    display: block;
    bottom: 0;
    background-color: #f18e00;
    width: 66px;
    color: white;
    text-align: center;
    font-weight: bold;
    left: 0
}

.ghn-div-img {
    height: 72px;
    width: 72px;
    display: table-cell;
    vertical-align: middle
}

.ghn-desc {
    height: 66px;
    display: table-cell;
    vertical-align: middle
}

.ghn-desc-o {
    display: block
}

.ghn-desc-a {
    color: #0654ba;
    font-weight: bold;
    display: block
}

.ghn-i {
    margin: 0 auto;
    width: 72px;
    border: 0;
    display: none;
    border: 0
}

.ghn-i-n {
    height: 72px;
    width: auto;
}

#ghn-err {
    font-size: 16px !important;
    color: #767676;
    margin: 0;
    line-height: 24px;
    padding: 0 88px
}

#ghn-err a {
    color: #0654ba;
    text-decoration: none;
    font-size: 16px !important
}

#ghn-err a:hover {
    text-decoration: none
}

.ghn-errb {
    display: block;
    padding: 76px 0;
    white-space: normal;
    text-align: center
}

.ghn-errb.ghn-errb-a {
    padding: 0
}

#ghn-err .ghn-errb-a a {
    color: #333;
    padding: 76px 0;
    display: block
}

#ghn-err .ghn-errb-a span {
    color: #0654ba
}

#ghn-err .ghn-errb-a span:hover {
    text-decoration: underline
}

.ghn-itm-last {
    border: 0
}

.ghn-bmi {
    background: url() no-repeat -0px 0;
    width: 83px;
    height: 80px;
    position: absolute;
    top: 1px;
    left: 9px
}

.ghn-ic-ob {
    width: 25px;
    height: 23px;
    position: absolute;
    top: -6px;
    right: -13px;
    display: block;
    border: 0;
    background: url() no-repeat -210px 0
}

#gh .ghn-conf-but.btn.btn-ter.ghn-conf-but {
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
    padding: 3px 11px;
    background: #fff;
    font-size: 12px
}

#gh .ghn-conf-but.btn.btn-ter:hover {
    border: 1px solid #a9a9a9 !important;
    background: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"
}

.ghn-lon-but {
    border: 0;
    background-color: transparent;
    color: #0654ba;
    cursor: pointer
}

.ghn-lon-but:hover {
    text-decoration: underline
}

.ghn-rmv-popover {
    border-radius: 3px;
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 0 0 2px 2px;
    position: absolute;
    right: 35px;
    top: 4px;
    border: 1px solid #ddd;
    padding: 6px 7px;
    background-color: white;
    display: none;
    font-size: 10px;
    color: #545454
}

.ghn-arr {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%
}

.ghn-arr.ghn-arr-border {
    border-width: 6px;
    right: -6px;
    margin-top: -6px;
    border-left-color: #ddd;
    border-right-width: 0
}

.ghn-arr.ghn-arr-inner {
    border-width: 5px;
    right: -5px;
    margin-top: -5px;
    border-left-color: white;
    border-right-width: 0
}

a.ghn-pop-rmv:focus, a.ghn-a-itm:focus {
    outline-style: auto !important;
    outline-offset: -2px !important
}

.ghn-new-ic {
    display: block;
    background: url() no-repeat;
    background-size: 27px 23px;
    background-position: -18px -6px;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 12px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0
}

.ghn-desc-o {
    height: auto;
    overflow: hidden;
    word-wrap: break-word
}

.ghn-o-g-num {
    font-weight: bold
}

.ghn-desc-t {
    margin-bottom: 3px;
    display: block
}

.ghn-div-img {
    height: 72px;
    width: 72px;
    overflow: hidden
}

.ghn_avt .ghn-div-img, .ghn_avt .ghn-bmi {
    display: block;
    border-radius: 72px;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    overflow: hidden;
    background-color: #ccc
}

.ghn-a-img {
    left: 16px !important;
    top: 16px !important
}

.ghn-desc {
    width: 181px;
    font-size: 14px;
    max-width: 181px
}

#gh-eb-Alerts-o a.ghn-a-itm, .ghn-pop-wrap a.ghn-a-itm {
    color: #333 !important
}

.ghn-li-itm {
    border-bottom: solid 1px #f0eeec;
    background-color: #FFF !important
}

.ghn-li-itm.ghn-new {
    background-color: #FFF !important
}

.ghn-cd {
    font-size: 12px;
    height: 16px;
    color: #c72338;
    font-weight: normal
}

.ghn-cd.ghn-cd-end {
    color: #555
}

.ghn-cd-div {
    height: 14px;
    line-height: 10px
}

.ghn-rmv-popover {
    right: 38px
}

.ghn-pop-wrap {
    width: 327px
}

.ghn-pop-i {
    width: 327px
}

#gh-eb-Alerts-o .ghn-li-itm:hover, .ghn-pop-wrap .ghn-li-itm:hover,
#gh-eb-Alerts-o .ghn-li-itm:hover .ghn-pop-new, .ghn-pop-wrap .ghn-li-itm:hover .ghn-pop-new {
    background-color: #fff !important
}

#gh-eb-Alerts-o a.ghn-a-itm:hover {
    color: #333 !important
}

.ghn-pop-rmv, .ghn-pop-new {
    background: none !important;
    height: 37px;
    width: 37px
}

.ghn-pop-new {
    display: none;
    position: absolute;
    right: 0;
    top: 34px
}

.ghn-new .ghn-pop-new {
    display: block
}

.ghn-pop-rmv:hover .ghn-pop-rmv-ic {
    background: url() no-repeat;
    background-size: 27px 23px;
    background-position: -7px -12px;
}

.ghn-pop-rmv-ic {
    background: url() no-repeat -7px -1px;
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 12px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    background-size: 27px 23px;
}

.ghn-touch .ghn-pop-rmv-ic {
    display: block !important
}

#gh-eb-Alerts-o .ghn-li-itm:hover .ghn-pop-rmv-ic, .ghn-pop-wrap .ghn-li-itm:hover .ghn-pop-rmv-ic,
.ghn-pop-rmv:focus .ghn-pop-rmv-ic {
    display: block;
    background-color: white
}

.ghn-confirm .ghn-desc-t {
    color: #333 !important
}

#ghn-h {
    font-weight: normal
}

#gh-eb-Alerts-o {
    width: 335px;
    left: -285px
}

#gh-eb-Alerts-o a.ghn-a-itm, .ghn-pop-wrap a.ghn-a-itm {
    padding: 16px 8px 16px 106px !important;
    height: 73px
}

.ghn-desc-t {
    color: #515151;
    font-size: 13px
}

.ghn_UI_1 .ghn-desc-t {
    color: #dd1e31
}

.ghn_UI_2 .ghn-desc-t {
    color: #dd1e31
}

.ghn_UI_3 .ghn-desc-t {
    color: #333
}

.ghn_UI_4 .ghn-desc-t {
    color: #333
}

.ghn_UI_5 .ghn-desc-t {
    color: #333
}

.ghn_UI_6 .ghn-desc-t {
    color: #333
}

.ghn-acc-txt {
    text-indent: -9999px;
    font-size: 0
}

i.ghn-b-bell {
    background: url() no-repeat -51px -40px;
    background-size: 150px 150px;
    width: 99px;
    height: 110px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    margin: auto auto 30px auto;
}

.ghn-errb.ghn-errb-bell {
    padding-top: 70px
}

@media \0\9screen {
    i.ghn-b-bell {
        background-position: 0 0
    }

    .ghn-pop-rmv:hover .ghn-pop-rmv-ic {
        background-position: -1px -13px
    }

    .ghn-pop-rmv-ic {
        background-position: -1px -1px
    }

    .ghn-new-ic {
        background-position: -35px -1px
    }
}

.ghn-bmi {
    background: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #000 !important;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6;
    left: 0
}

.ghn-g-num-c {
    height: 21px;
    font-size: 21px;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    color: white;
    background: transparent;
    text-align: center
}

.ghn-g-num {
    margin-top: 26px;
    display: block
}

.ghn-o-l {
    height: 106px
}

.ghn-o-l .gh-o-l {
    height: 30px;
    margin: 0;
    padding-top: 38px
}

#gh-cart .gh-eb-li-a {
    vertical-align: top
}

#gh-cart-i {
    font-size: 0
}

#gh-cart-n {
    display: inline-block;
    position: absolute;
    right: -6px;
    top: 3px;
    z-index: 2;
    font: bold 11px Arial;
    background: #f18e00;
    color: #fff;
    padding: 1px 4px 1px 4px;
    margin-left: 2px;
    border-radius: 2px
}

#gh-cart-2 #gh-cart-n {
    right: -12px
}

#gh-cart-3 #gh-cart-n {
    right: -17px
}

.gh-IE8 #gh-cart-i {
    background-position: -31px -72px !important
}

#gh-cart {
    margin-right: 7px
}

#gh-cart .gh-eb-li-a {
    padding: 2px 13px 3px 17px
}

#gh-cart-i {
    width: 20px;
    height: 18px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-position: -55px -101px !important
}

#ghAC-show {
    display: block;
    z-index: 1;
    position: absolute;
    top: 10px;
    right: -30px;
}

.gh-oldDT #ghAC-show {
    right: 0
}

.gh-acHidden #gh-ac-box {
    padding-right: 30px;
}

#gh a.icas {
    width: 18px;
    height: 18px;
    background-position: -180px -33px !important
}

#gh.gh-IE8 a.icas {
    background-position: -102px -71px !important
}

i.icah {
    width: 12px;
    height: 10px;
    background-position: -161px -36px !important;
    position: absolute;
    bottom: 3px;
    right: 3px
}

.gh-IE8 i.icah {
    background-position: -84px -75px !important
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#gAC .ui-state-disabled {
    cursor: default !important
}

#gAC .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

#gAC .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#gAC .ui-autocomplete {
    position: absolute;
    top: -1px !important;
    left: 1px !important;
    cursor: default
}

#gAC .ui-menu {
    list-style: none;
    display: block;
    outline: 0;
    padding: 2px;
    margin-left: -1px
}

#gAC .ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

#gAC .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%
}

#gAC .ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

#gAC .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    min-height: 0;
    font-weight: normal;
    white-space: normal;
    cursor: pointer;
    color: #333 !important;
    line-height: 26px;
    padding: 1px 7px
}

#gAC .ui-menu #ghAC_RTM_Ads a {
    padding: 0;
    max-height: 55px
}

#gAC .ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5
}

#gAC .ui-menu .ui-state-disabled a {
    cursor: default
}

#gAC .ui-menu-icons {
    position: relative
}

#gAC .ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

#gAC .ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

#gAC .ui-menu .ui-menu-icon {
    position: static;
    float: right
}

#gAC {
    position: relative;
}

#gAC .ui-autocomplete {
    cursor: default;
    background: #fff;
    border: 1px solid #aaa !important;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 3px 0 3px 3px;
    -webkit-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    width: 400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -moz-transition: visibility 0s linear .1s, opacity .1s linear;
    -webkit-transition: visibility 0s linear .1s, opacity .1s linear;
    -o-transition: visibility 0s linear .1s, opacity .1s linear;
    transition: visibility 0s linear .1s, opacity .1s linear
}

#gAC .ui-autocomplete.ghAC_opened {
    opacity: 1;
    visibility: visible;
    -moz-transition: opacity .1s linear;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear
}

#gAC .ui-menu-item .ghAC_hidden {
    visibility: hidden
}

#gAC .ui-menu-item .ghAC_visible {
    visibility: visible
}

#gAC .ui-menu-item {
    font: 13px arial
}

#gAC .ui-state-focus {
    background: #f0f0f0
}

.ghAC_sugg, .ghAC_prd {
    color: #000
}

.ghAC_hl {
    color: #0654ba
}

.ghAC_newui .ghAC_sugg {
    font-weight: bold !important
}

.ghAC_newui .ghAC_sugg u {
    font-weight: normal
}

.ghAC_newui .ui-menu-item .ghAC_hl {
    font-weight: normal;
    color: #333
}

#gAC .ui-autocomplete.ghAC_newui .ui-menu-item .ghAC_cat {
    font-weight: normal;
    color: #0654ba
}

#gAC .ui-autocomplete.ghAC_newui {
    min-width: 300px
}

#gAC .ui-autocomplete .ghAC_prd_img {
    float: left;
    margin-right: 5px;
    width: 32px
}

#gAC .ui-autocomplete .ghAC_prd {
    font: 10px Verdana;
    overflow: hidden
}

#gAC .ui-autocomplete .ghAC_cat {
    color: #666;
    font-style: normal;
    font-weight: bold
}

#gAC .ui-autocomplete .ghAC_cat.ghAC_cat_faded {
    color: #333;
    font-weight: normal
}

#gAC .ui-autocomplete .ghAC_title {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    text-align: center;
    margin: 0
}

#gAC .ui-autocomplete .ghAC_titletxt {
    background-color: #fff;
    color: #999;
    position: relative;
    top: 6px;
    padding: 0 5px;
    font: 10px Verdana
}

#gAC .ui-autocomplete .ghAC_title.Rtm_hr {
    display: none
}

#gAC .ui-autocomplete div.ghAC-hide {
    color: #5d5d5d;
    font: 10px Verdana;
    margin: 5px 13px 0 0;
    padding-right: 25px;
    text-align: right
}

#gAC .ui-autocomplete u {
    text-decoration: none
}

.ghAC-recser {
    font-weight: bold;
    color: #6a29b9
}

#gAC .ui-menu .ui-menu-item a.ghAC_logo.ui-state-focus {
    background: #fff;
    border-bottom: 2px solid #0654ba;
    padding-bottom: 5px
}

#gAC .ui-menu .ui-menu-item a.ghAC_logo {
    padding: 7px
}

.ghAC_logo_img {
    display: block
}

#gh-bt {
    position: fixed;
    display: block;
    width: 32px;
    height: 33px;
    right: -50px;
    bottom: 60px;
    overflow: hidden;
    z-index: 9;
    border: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

#gh-bti {
    position: absolute;
    clip: rect(0px, 33px, 36px, 0px);
    top: -1px;
    left: -1px
}

#gh-bt:hover #gh-bti {
    clip: rect(38px, 33px, 76px, 0px);
    top: -40px
}

.img-cell {
    min-height: 80px !important;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    padding: 1px
}

.img-cell:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 5px;
    width: 40%;
    height: 10%;
    -webkit-box-shadow: 0 15px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 6px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.img-cell:hover {
    border-color: #aaa
}

.img-cell img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.img-cell i {
    display: inline-block;
    width: 0;
    vertical-align: middle;
    height: 100%
}

.item-cell {
    z-index: 0;
    position: relative
}

.item-cell .zoom {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAwCAMAAAA8VkqRAAAAeFBMVEX////Ozs61yerG1u/Z2dmlpaV4ndjY4/Tl5eWFp9yurq7///+UlJReitEjX8BtbW2VsuDr8fm4uLjy8vL///8uZ8ODg4N0dHRFeMrDw8NRgc2Li4ulvuX///////////////////98fHz///////85cMYZWL1mZmZnCEnwAAAAJnRSTlOzxsbBwdnZvb3U1JPi4vr60LjQuJr17PXsy+fnyxBvchEL8Y8O8TRorM4AAAEpSURBVHhetVJrb8IwDEwCbR60hdL13b3YsP//P5yNihSXTHzZToqi3PlysmX1+aYSeH9VB5XEi3qORmvdPNL7DhndfsOf8Y6z4DUx86jHgm4dCz1Xusyxs48DEAuycXEhLBm9nA4YtKOaTAh8kEkhBMRx/UoLgfzzKsyIcSsdpze6YW8n+j4i9kGHC+KRDFJZsZ1JUxyjkUi4Wxe9SqJADEnBUXrakuFFPcHXb8vwnVyTw8e/7FVtjKkf6d0AjGG34U9wx0nwhphpMUtJt4mFlittbtnZxgEAJdm4uBSWnF7WePDGUk0uBD7ApBA8wLJ+ZYRA/mkVJoC4lYHTa1OzdxB9VwCtN/4KUJFBKiu2M6nLKhqJhL110aokSgCfFCylpy05XP98r34AFHcilN9PEGQAAAAASUVORK5CYII=) no-repeat scroll;
    display: none;
    height: 24px;
    width: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer
}

.item-cell .zoom:hover {
    background-position: 0 -24px
}

.item-cell:hover .zoom {
    display: block
}

.item-cell .desc {
    line-height: 1.3em
}

.item-cell .price .bin {
    font-weight: normal
}

.item-cell .price .curr {
    font-weight: bold;
    font-size: 1.143em
}

.item-cell .price .strike {
    text-decoration: line-through;
    color: #999;
    padding: 2px 3px
}

.item-cell .price .disc {
    font-weight: bold;
    font-size: .857em;
    color: #458b00
}

.item-cell .tag, .item-cell .tag-s {
    color: #666;
    font-size: .76em
}

.item-cell .tleft {
    white-space: nowrap
}

.item-cell .less-h {
    color: #c60
}

.msku li {
    cursor: pointer;
    float: left;
    list-style: none
}

.msku li.color {
    border: 1px solid #ccc;
    height: 14px;
    width: 14px;
    margin: 0 2px 1px 1px;
    padding: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.msku .color a {
    width: 100%;
    height: 100%;
    display: block
}

.msku .more a {
    color: #666
}

.msku li a.beige {
    background-color: #d5c5ac
}

.msku li a.black {
    background-color: black
}

.msku li a.blue {
    background-color: #657eea
}

.msku li a.brown {
    background-color: #976549
}

.msku li a.gray {
    background-color: #b3b3b3
}

.msku li a.green {
    background-color: #9ecc4d
}

.msku li a.ivoray {
    background-color: #efe9e1
}

.msku li a.metallic {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAB4CAIAAABq/9WyAAAFQ0lEQVR4XrTSMQ6AIBQEUfh8lPWqhkTuYmPhGQ2NFFh4ipkDvGKz8bzuwOQ5O0TbgmUrlqsUamsJozcJotNea2ZKR2sQbcICHxKf3in6HYOi5/wC1E8LvBoAAIEBEL79X6opbKFJkiQpkiL/THFfaHgakoasoWioGpqGrmFomBqWhq3haLgaPm1krGRJVgPRzNSt1/1mYDEWgu/C4wewcfkE/hMsWANnp6vqXknoKqY7WGBirdU7kaFXxglV1vmLDdYvNvzLn/8AgJO4hNPwo7H4YjiFS5xUQgY7wl59fHL75PrkeDoegYEA5tI57e3Ul/P48mbFeY7zNtnT7SXU2CPsxUuh18rYPENF/X3W7npudS1NbF73Q70WYZ1N31FeBCEik0EEmARAghZ0MiFLvWRfvb5e/Rr7agMT8tQBWUGJJvRb2hjHVtdkkulIsAAg4KCCBDTKG6PV5dXzXS14cqy0O21AY3tte6Erx2GA+s4gIphEq2HJB5kgu+hW2+56sbzFkRAQ1Aq7hpkP4xA1fAz4UWomQAi0xCA98Uhk0oIBAjL0N9j9jo82XhwDINK5pkxuhEgDB+HFgfHSZ+K9Xwgw8BE0IimGjhwvqWrjucrOZ53seACWAaRrKAfTsokcmY6MGeOzGwJwMIRovUADKxmy1KPUbruN1Gt2G8ARIDx5qc8KxMFYzAOtwiDG92erkzuddMJBUEoaNdIeZYe9wA7UgmIAYgILvFJn6i2qMxUvoTPtgpwcvz2PLoQ7A0wQBFOCRuigHdSD40EdwEGYoATgwCyR76/wWHZU+qj9DN1hCYxfTwNat6U1W4rtTQ1YGR+w4uNeE5gJzsDtkpuW6IY1KguL/Z4AhiXRQ6KLgKxyV2xHZWh/w+AjcQAGCAADyFC4vFhWGWuTITjbiPEjY29MqhKy5AhaV3yUd8PhGAmLrgKRmM575TVx3nibeLtx1l5PVk7Pmq3+h12oUZKgggYO6PDy8sidI1Aouq1M5wzOxWvqulp94iz2rvtOd6Jn/G1cIMi2F5YayZbiyO21RBewfwsruZz31HnzvOM8ubl4FZNzegJoxt9fnEAKbHUXssHY6vY2gUx4cMb2tlrnVYfrPGvf6jnpgY8ZPzwd+Fo0LaH21rKzEcBMcDmKrqJoaXPdm3tpOf5zxvwssL3MFKCt6+ydKALw4ErO0O263LZ62bV0rnGF7tBKhX6q5ne/afW2UOg9QKL3BDzbC87UhO4idcHutMpJLcilHCR+qj6++91e+EGiJ8E+lgikK6EIBuVUyLIThYmHKgz/PePz59+jp29saSKACHpuE0GkMmi0IAfMoVG7lBJMRuLA/854Pb5vIytii+mBSAbBZPfNSCnUmFKWGlCAkGSC4f/OYPyKQG7IliKAZHihrFyKtTNnYZVY4u6Y5jR8c8b6Yl1CwcpIetCdsVNrcTrn0pxcy9akL0XhZHB0f99U3/9yZKvRPUQBD7mXK3a61sq5WLkW3RUhBKyl3wbj/OHEVy9yqxHBVsO9kq1T5Yr2dl1i4udmvP3zDfjaRhHByI9C3onGt4+b9v4c/OOf/sr3rt8P/7idnbXr3+2XsQoCQQxEJ3I/Zmcp+D1W/q+lYHF5FruFlXDCHOTIwEKqV7wpkp1WY8v3/3p7fNc4miQj5zAAoe2Jy/k+BgBNFuNNIvov2LKATFmQi32qKSSpKCRhLyGNzsMLadctpNEcwXUvMKR6QoxoGWuUs0YbWmTFI1gpT6w1kgXRsqHj/XruJqTRa0EhyhbyC91osdZbYFYh1hoLuhZZ7zD7AAdGK6r3XgPmAAAAAElFTkSuQmCC) 0 0
}

.msku li a.multi-color {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAB4CAIAAABq/9WyAAAFQ0lEQVR4XrTSMQ6AIBQEUfh8lPWqhkTuYmPhGQ2NFFh4ipkDvGKz8bzuwOQ5O0TbgmUrlqsUamsJozcJotNea2ZKR2sQbcICHxKf3in6HYOi5/wC1E8LvBoAAIEBEL79X6opbKFJkiQpkiL/THFfaHgakoasoWioGpqGrmFomBqWhq3haLgaPm1krGRJVgPRzNSt1/1mYDEWgu/C4wewcfkE/hMsWANnp6vqXknoKqY7WGBirdU7kaFXxglV1vmLDdYvNvzLn/8AgJO4hNPwo7H4YjiFS5xUQgY7wl59fHL75PrkeDoegYEA5tI57e3Ul/P48mbFeY7zNtnT7SXU2CPsxUuh18rYPENF/X3W7npudS1NbF73Q70WYZ1N31FeBCEik0EEmARAghZ0MiFLvWRfvb5e/Rr7agMT8tQBWUGJJvRb2hjHVtdkkulIsAAg4KCCBDTKG6PV5dXzXS14cqy0O21AY3tte6Erx2GA+s4gIphEq2HJB5kgu+hW2+56sbzFkRAQ1Aq7hpkP4xA1fAz4UWomQAi0xCA98Uhk0oIBAjL0N9j9jo82XhwDINK5pkxuhEgDB+HFgfHSZ+K9Xwgw8BE0IimGjhwvqWrjucrOZ53seACWAaRrKAfTsokcmY6MGeOzGwJwMIRovUADKxmy1KPUbruN1Gt2G8ARIDx5qc8KxMFYzAOtwiDG92erkzuddMJBUEoaNdIeZYe9wA7UgmIAYgILvFJn6i2qMxUvoTPtgpwcvz2PLoQ7A0wQBFOCRuigHdSD40EdwEGYoATgwCyR76/wWHZU+qj9DN1hCYxfTwNat6U1W4rtTQ1YGR+w4uNeE5gJzsDtkpuW6IY1KguL/Z4AhiXRQ6KLgKxyV2xHZWh/w+AjcQAGCAADyFC4vFhWGWuTITjbiPEjY29MqhKy5AhaV3yUd8PhGAmLrgKRmM575TVx3nibeLtx1l5PVk7Pmq3+h12oUZKgggYO6PDy8sidI1Aouq1M5wzOxWvqulp94iz2rvtOd6Jn/G1cIMi2F5YayZbiyO21RBewfwsruZz31HnzvOM8ubl4FZNzegJoxt9fnEAKbHUXssHY6vY2gUx4cMb2tlrnVYfrPGvf6jnpgY8ZPzwd+Fo0LaH21rKzEcBMcDmKrqJoaXPdm3tpOf5zxvwssL3MFKCt6+ydKALw4ErO0O263LZ62bV0rnGF7tBKhX6q5ne/afW2UOg9QKL3BDzbC87UhO4idcHutMpJLcilHCR+qj6++91e+EGiJ8E+lgikK6EIBuVUyLIThYmHKgz/PePz59+jp29saSKACHpuE0GkMmi0IAfMoVG7lBJMRuLA/854Pb5vIytii+mBSAbBZPfNSCnUmFKWGlCAkGSC4f/OYPyKQG7IliKAZHihrFyKtTNnYZVY4u6Y5jR8c8b6Yl1CwcpIetCdsVNrcTrn0pxcy9akL0XhZHB0f99U3/9yZKvRPUQBD7mXK3a61sq5WLkW3RUhBKyl3wbj/OHEVy9yqxHBVsO9kq1T5Yr2dl1i4udmvP3zDfjaRhHByI9C3onGt4+b9v4c/OOf/sr3rt8P/7idnbXr3+2XsQoCQQxEJ3I/Zmcp+D1W/q+lYHF5FruFlXDCHOTIwEKqV7wpkp1WY8v3/3p7fNc4miQj5zAAoe2Jy/k+BgBNFuNNIvov2LKATFmQi32qKSSpKCRhLyGNzsMLadctpNEcwXUvMKR6QoxoGWuUs0YbWmTFI1gpT6w1kgXRsqHj/XruJqTRa0EhyhbyC91osdZbYFYh1hoLuhZZ7zD7AAdGK6r3XgPmAAAAAElFTkSuQmCC) 0 -30px
}

.msku li a.orange {
    background-color: #fda249
}

.msku li a.pink {
    background-color: #e28dec
}

.msku li a.purple {
    background-color: #7e47e4
}

.msku li a.red {
    background-color: #de3d1d
}

.msku li a.white {
    background-color: white
}

.msku li a.yellow {
    background-color: #f4de3f
}

.msku li a.beere {
    background-color: #842c54
}
.billboard {
    border-bottom: 1px solid #ccc;
    min-height: 61px;
    max-height: 300px
}
.billboard .img-cell {
    position: relative;
    padding: 0;
    overflow: visible;
    border: 0 solid #ddd;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background:transparent;
}

.billboard .img-cell:before {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}
#chr-main {
    padding: 0 0 0 25px;
    position: relative;
    top: -71px;
    margin-bottom: -61px
}

#logoDv {
    width: 150px;
    height: 150px
}

#logoDv + div {
    margin-left: 170px
}

#logoDv:hover {
    border-color: #ddd
}

#logoDv, #profileDv {
    float: left
}

#profileDv .str-title {
    line-height: normal;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
}

.rchr {
    padding: 0;
    padding-top: 88px;
    margin-bottom: 20px
}

@media(max-width:500px) {
    #chr-main {
        top: -16px;
        margin-bottom: -16px
    }

    #logoDv {
        width: 100px;
        height: 100px
    }

    #logoDv + div {
        margin-left: 120px
    }

    .rchr {
        padding-top: 25px
    }
}

#sch-box {
    white-space: nowrap;
    display: block;
    width: 100%;
    text-align: right
}

#sch-box .btn {
    margin-left: -4px;
    padding: 4px 7px;
    box-shadow: none !important;
    border-radius: 0;
    vertical-align: middle;
    width: 13%
}

#sch-box input[type="text"] {
    width: 86%;
    height: 21px
}

#str-desc {
    margin: 0
}

#str-desc p {
    font-size: 1em;
    color: #666;
    line-height: 1.5em;
    margin-bottom: 20px
}

#str-desc .oly-body {
    max-height: 400px;
    overflow: auto
}

@media(max-width:1020px) {
    #str-desc p {
        margin-bottom: 10px
    }
}

.newsletter, .newsletter:active, .newsletter:visited {
    color: #2359a8;
    font-size: .92em;
    height: 15px;
    display: block;
    padding: 1px 0 1px 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAXVBMVEX///+SkMempdEjWacjWagkWagkWqg2Xqw3X6w3X61SbbRSbrVqfb12hcJ2hsJ2hsN3hsOao9Ozut62vN++xOTAxuTEyebO0+rP0+rX2u7f4fPn6PXv8Pjz9Pn///+9GFDzAAAAA3RSTlMAw+nDdxqPAAAAj0lEQVQImUVPyRYCMQhDCdGp047ruFX+/zOleJADjySERQRQUBWqphQRmFlwSSZWj8iEgZklQwZTZ0pJBt7or7RoMNtKL38/ly5LL4SNfbS5F9Hai/+i9MYYf3rtMeyHXgGJ5vU9qWH3vMSJomy+PiZO96s3qmDxinO4b6xBSPPKMdtIHn0Wb+PS+C04tM8X7mQLDDr1/qUAAAAASUVORK5CYII=) no-repeat
}

#desc-sch {
    color: #999;
    font-size: .92em;
    text-align: right
}

#desc-sch input[type=checkbox] {
    margin-right: 7px
}

.mt-20 {
    margin-top: 20px
}

.f-tag {
    margin-left: 3px;
    color: #999;
    font-size: .92em;
}

.f-tag .hlight {
    color: #666
}

.tab-nl {
    margin-bottom: 10px
}

.mbg {
    display: inline-block
}

ol#bc {
    clear: both;
    font-size: 12px;
    height: 12px;
    list-style: none outside none;
    margin: 20px 0
}

ol#bc li {
    float: left
}

ol#bc .bkto {
    margin: 0 20px 0 0
}

.hide {
    text-indent: -9999px
}

.node:after {
    content: "";
    background: url();
    display: block;
    background-position: -285px -105px;
    margin: 1px 8px;
    height: 10px;
    text-indent: -9999px;
    width: 4px;
    float: left
}

.cats > ul li {
    border-bottom: 1px solid #ddd
}

.cats > ul li:last-child {
    border-bottom: 0
}

.cats li {
    position: relative;
    list-style: none
}

.cats li > a {
    padding: 10px 0;
    color: #555;
    text-decoration: none;
    line-height: 1.3em;
    display: block;
    position: relative
}

.cats li > a:hover {
    color: #0654ba
}

.cats li > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #999;
    border-bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: .8;
    filter: alpha(opacity=80);
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-left: 10px
}

.cats li.sel > a {
    font-weight: bold;
    color: #333
}

.cats li.sel > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 0;
    border-bottom: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: .8;
    filter: alpha(opacity=80)
}

.cats li.leaf > a:after {
    border: 0
}

.cats .tag {
    padding-right: 10px;
    color: #999;
    font-size: .857em
}

.cats .subc {
    padding-left: 20px
}

.cats .subc a {
    padding: 7px 0;
    font-size: .92em
}

.btn-group .btn.active {
    box-shadow: none !important;
    text-shadow: none !important;
    color: #333;
    font-weight: 700;
    border-top: solid 1px #b6b6b6;
    cursor: default;
    background: -moz-linear-gradient(top, #dadada 0, #ebebeb 19%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(19%, #ebebeb), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #dadada 0, #ebebeb 19%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #dadada 0, #ebebeb 19%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #dadada 0, #ebebeb 19%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #dadada 0, #ebebeb 19%, #f1f1f1 100%);
    filter: "progid: dximagetransform.microsoft.gradient(startColorstr='#dadada', endColorstr='#f1f1f1', GradientType=0)"
}

.btn-group .btn {
    font-size: .857em;
    font-weight: 700;
    box-shadow: none !important;
    padding: 6px 10px
}

.btn-group a.btn, .btn-group button.btn {
    color: #1f75a7 !important
}

.btn-group a.btn:hover, .btn-group button.btn:hover {
    color: #0032b1 !important
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-group:first-child {
}

.btn-group + .btn-group {
    margin-left: 5px
}

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group > .btn + .btn {
    margin-left: -1px
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px
}

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2
}

#filters {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

#filters .entry-l {
    float: left;
    margin-right: 10px
}

#filters .entry {
    margin-left: 20px;
    float: right
}

#filters label, #filters .lbl {
    font-size: .857em
}

#filters .btn {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
}

.res-cnt {
    margin-bottom: 30px;
    padding-left: 5px
}

.res-cnt p {
    font-size: .92em;
    color: #333
}

#spell-msg {
    margin-bottom: 10px
}

#ship-form-dv {
    display: inline-block;
    float: right;
    position: relative
}

#ship-form input {
    margin-left: 7px
}

#ship-form input[type="text"] {
    min-width: 75px
}

#ship-form input[type="text"]:disabled {
    background: #ccc
}

#ship-form input[type="text"].error {
    border: 1px solid red
}

#ship-form select {
    width: 150px
}

#ship-form .btn {
    padding: 4px 8px
}

#zip-err {
    position: absolute;
    top: 28px;
    right: 0;
    color: red;
    display: none;
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
    min-width: 180px;
    z-index: 99;
    -webkit-box-shadow: 2px 4px 4px rgba(51, 65, 80, 0.35);
    -moz-box-shadow: 2px 4px 4px rgba(51, 65, 80, 0.35);
    box-shadow: 2px 4px 4px rgba(51, 65, 80, 0.35)
}

@media(max-width:1020px) {
    #filters .entry {
        margin-left: 5px
    }

    #filters .btn {
        padding-right: 12px;
        padding-left: 12px
    }
}

.cat-ctr {
    background: #ececec
}

.cat-ctr .oly-body {
    margin: 0;
    height: 500px;
    overflow-y: auto
}

.cat-ctr .oly {
    text-align: center;
    font-size: 2em;
    color: #25406b;
    padding: 24px 20px 20px;
    display: block;
    -webkit-box-shadow: 0 1px 10px #aaa;
    -moz-box-shadow: 0 1px 10px #aaa;
    box-shadow: 0 1px 10px #aaa
}

.cat-ctr .oly .btn-prim {
    float: right
}

.cat-ctr .oly .btn-ter {
    float: left
}

.cats-touch-list > li {
    padding: 0 15px
}

.cats-touch-list li {
    border-bottom: 1px solid #bcbcbc;
    position: relative;
    list-style: none
}

.cats-touch-list li > a {
    width: 100%;
    padding: 10px 0;
    color: #666;
    text-decoration: none;
    line-height: 1.3em;
    display: block;
    position: relative
}

.cats-touch-list li > a:focus {
    outline: 0
}

.cats-touch-list li > a:before {
    content: "";
    height: 16px;
    width: 16px;
    display: block;
    float: left
}

.cats-touch-list li > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #999;
    border-bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: .8;
    filter: alpha(opacity=80);
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-left: 10px
}

.cats-touch-list li.sel > a:before {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJNJREFUeNpi/P//PwMlgImBQsACImbNmkWs+uVAHAlipKWlkeyCY0DsB6VJ9gJIkwkQc0Hpg7gMWI5HMyuhQMTmRHTNv4H4DBDbowQi1EkwhSD6AVRcCotmK4xYQAMgDfJoYlg1I3vBHqrgNxYDcWpGDwMrLIbg1YwtFpANIagZVxhYIcWzPaEEwjjgmYliAwACDABLYigR+8AqxQAAAABJRU5ErkJggg==) no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    float: left
}

.cats-touch-list li.leaf > a:after {
    border: 0
}

.cats-touch-list li.open {
    background: #ddd
}

.cats-touch-list li.open > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 0;
    border-bottom: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: .8;
    filter: alpha(opacity=80)
}

.cats-touch-list .tag {
    color: #999;
    font-size: .857em
}

.cats-touch-list .subc {
    padding-left: 20px
}

.cats-touch-list .subc li:last-child {
    border-bottom: 0
}

.v-LIST, .v-GALLERY {
    display: inline-block;
    width: 12px;
    height: 12px
}

.v-GALLERY {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAANklEQVQ4y2MwNjb+jwUzQDGGHMMw0UASJkvDyAtWtpBd/9ExEDCAMDa5YaEBJkksJl3DSAxWAFtmDLOlYu/SAAAAAElFTkSuQmCC) no-repeat 100% 0
}

.v-LIST {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAANklEQVQ4y2M0Njb+z0ACYKSLBg1SNUwafH6YRHNPD7aIYwvZNQg1aJCqYdLg88Mkmnt6kEUcAFq4Jw3jbWueAAAAAElFTkSuQmCC) no-repeat 100% 0
}

.v-hover, a:hover .v-GALLERY, a:hover .v-LIST {
    background-position: 0 -12px
}

.view-dd .dropdown-menu {
    min-width: 0 !important
}

.view-dd .lbl {
    margin-right: 6px;
    line-height: 1em
}

.gallery-grid {
    width: 105.6%;
    position: relative;
    left: -5.6%;
    margin: 0 auto
}

.gallery-grid span {
    margin-right: 3px
}

.gallery-grid .item-cell {
    display: block;
    margin-bottom: 20px;
    margin-left: 5.656% !important;
    width: 194px !important;
    height: 325px;
    position: relative
}

.gallery-grid .item-cell.h-med {
    height: 310px
}

.gallery-grid .item-cell.h-small {
    height: 295px
}

.gallery-grid .item-cell.h-auto {
    height: auto
}

.gallery-grid .img-cell {
    height: 190px;
    width: 190px
}

.gallery-grid .item-cell .desc {
    padding-top: 15px
}

.gallery-grid .item-cell .price {
    padding-top: 10px
}

.gallery-grid .item-cell .tags, .gallery-grid .item-cell .msku {
    padding-top: 4px;
    clear: both
}

.gallery-grid .item-cell .title {
    font-size: .92em;
    line-height: 1.3em
}

.gallery-grid .item-cell .price .bin {
    padding-top: 2px
}

.gallery-grid .item-cell .price .curr {
    line-height: 1.5em;
    font-size: 1em
}

.gallery-grid .item-cell .tag {
    font-size: .76em;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.gallery-grid .item-cell .tag-s {
    font-size: .69em
}

.gallery-grid .item-cell .tleft {
    font-size: .76em;
    line-height: 2em
}

@media(max-width:1240px) {
    .gallery-grid {
        width: 804px;
        left: -74px
    }

    .gallery-grid .item-cell {
        margin-left: 74px !important
    }
}

@media(max-width:1020px) {
    .gallery-grid {
        width: 623px;
        left: -43px;
        padding: 0 10px
    }

    .gallery-grid .item-cell {
        margin-left: 43px !important;
        width: 164px !important;
        height: 295px
    }

    .gallery-grid .item-cell.h-med {
        height: 295px
    }

    .gallery-grid .item-cell.h-small {
        height: 295px
    }

    .gallery-grid .img-cell {
        height: 160px;
        width: 160px
    }
}

.pgn {
    line-height: normal;
    font-family: verdana, arial, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    padding: 1px
}

.pgn a {
    text-decoration: none
}

.pgn .pgnNum {
    color: #555;
    float: left;
    font-size: 12px;
    margin: 0 20px 0 0;
    line-height: 37px;
    outline: 0
}

.pgn.pgn-s .pgnNum {
    line-height: 25px
}

.pgn .pgnNumeral {
    color: #333;
    font-size: 12px
}

.pgn .gspr {
    float: left;
    height: 37px;
    width: 36px;
    cursor: pointer
}

.pgn.pgn-s .gspr {
    height: 25px;
    width: 24px
}

.pgn .prevBtn {
    background-position: -5px -78px
}

.pgn .prevBtn:hover {
    background-position: -45px -78px
}

.pgn .prevBtn-d {
    background-position: -169px -78px;
    cursor: default
}

.pgn .nextBtn {
    background-position: -87px -78px
}

.pgn .nextBtn:hover {
    background-position: -128px -78px
}

.pgn .nextBtn-d {
    background-position: -210px -78px;
    cursor: default
}

.pgn .no {
    border: 1px solid transparent;
    border-radius: 3px 3px 3px 3px;
    color: #0654ba;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin: 0 5px;
    text-align: center;
    padding: 8px 0;
    width: 34px;
    height: 19px
}

.pgn.pgn-s .prevBtn {
    background-position: -4px -119px
}

.pgn.pgn-s .prevBtn:hover {
    background-position: -31px -119px
}

.pgn.pgn-s .prevBtn-d {
    background-position: -113px -119px
}

.pgn.pgn-s .nextBtn {
    background-position: -58px -119px
}

.pgn.pgn-s .nextBtn:hover {
    background-position: -85px -119px
}

.pgn.pgn-s .nextBtn-d {
    background-position: -140px -119px
}

.pgn.pgn-s .no {
    padding: 3px 7px;
    width: auto;
    height: 17px
}

.pgn .no:hover {
    background-color: #c9dde9;
    border: 1px solid #c9dde9
}

.pgn .no.selected, .no.selected:hover {
    background-color: transparent;
    border: 1px solid #c9dde9;
    color: #333;
    cursor: default
}

.pgn .itemsPerPg {
    color: #555;
    float: left;
    font-size: 12px;
    line-height: 37px;
    outline: 0
}

.pgn.pgn-s .itemsPerPg {
    line-height: 25px
}

.pgn .pgn-fr .no {
    margin: 0 0 0 12px
}

.pgn .pgn-fr {
    float: right
}

.pgn .elp {
    color: #333;
    cursor: default;
    margin: 0;
    border: 0
}

.pgn .elp:hover {
    background: 0;
    border: 0
}

.pgn-s, .pgn {
    display: inline
}

.pgn-s a, .pgn a {
    text-decoration: none !important
}

.pgn-fr .dropdown-menu {
    min-width: 0 !important
}

.prevBtn-d, .prevBtn {
    margin-left: 10%
}

.pgn-fr {
    padding: 2px 0
}

.itemsPerPg {
    line-height: 2.5em !important
}
.box2 .search-box {
	width:895px
}
.box2.storeview .setting-form {
	padding:15px 15px 15px 30px;
}
#chr-main .search-box {
	width: 520px;
}
#chr-main .search {
	margin-top:-105px;
	float:right ;
	padding-right:0px;
	padding-left:0px
}
@media only screen and (min-width : 150px) and (max-width : 1500px) {
	#chr-main .search {
		margin-top:0;
		padding-bottom:12px;
	}
	#chr-main .box2 .search {
		float:right ;
		padding-left:0px
	}
}
@media only screen and (min-width : 150px) and (max-width : 1000px) {
	#chr-main .search-box {
		width:99%;
		display:block;
	}

}

.stores-home.search {
	margin-top: -30px;
	padding-bottom: 15px;
	padding-right:0px;
	padding-top: 0px
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.stores-home.search {
		margin-top: 15px;
		padding-bottom: 15px;
	}
	#chr-main .search-box {
		width:99%;
		display:block;
	}

}
.stores-home.search .top-link .cart-hover-stores {
	right:auto;
	margin-top:-30px
}
.box-fluid #chr-main .top-link .cart-hover.cart-hover-stores {
	right:0px
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.box .search-menu, .box2 .search-menu {
		max-width: 65px;
		overflow: hidden;
	}
}
.storecrumb .breadcrumbs span a, .storecrumb .breadcrumbs {
	color:#999;
	font-size:11px
}
/*.btn {
	width:89px;
	height:26px;
	line-height:1px;
}*/
.btn:hover {
	cursor:pointer;
}
.storecrumb .box2 {
	width:100%;
	max-width: 100%;
}
.search-column-nav ul li a.nav-menu-link-left {
	background:url(/application/assets/images/v5/arrow1.png) no-repeat 100% -16px;
}
.search-column-nav ul li a.nav-menu-link-right {
	background:url(/application/assets/images/v5/arrow1_r.png) no-repeat 1px -16px;
}
.storeview .search-result-content {
	background-color:#fff;
}
.storeview .optimize-sales {
	padding-left:15px;
}
#newsletter-widget.bulk-actions-widget.open {
	height: 465px;
	transition: 0.3s
}
.profile-left-column {
	float:none;
}
#profileDv .btn {
	min-width:150px
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	#profileDv .btn {
		min-width:100px
	}
	#newsletter-widget.bulk-actions-widget.open {
		height: 565px;
		transition: 0.3s
	}
}
#bid-ticker-livestream.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}
.clearfix:after {
    clear: both
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.show {
    display: block
}
.show-force {
    display: block !important
}
.overflow-hide {
    overflow: hidden
}
.white-bkg {
    background: #fff
}
.center {
    margin-left: auto;
    margin-right: auto
}
.block {
    display: block
}
.inline {
    display: inline
}
.inline-block {
    display: inline-block
}
.border-box {
    box-sizing: border-box
}
.clear {
    clear: both
}
.fluid {
    display: block;
    box-sizing: border-box;
    width: 100%
}
.fluid-image {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    height: auto
}
.invisible {
    visibility: hidden
}
.relative {
    position: relative
}
.absolute {
    position: absolute
}
.fixed {
    position: fixed
}
.uppercase {
    text-transform: uppercase
}
.pointer {
    cursor: pointer
}
.text-center {
    text-align: center
}
.full-width {
    width: 100%
}
.split {
    width: 50%
}
.z-index {
    position: relative;
    z-index: 1
}
.x-small {
    font-size: .71em
}
.small {
    font-size: .86em
}
.medium {
    font-size: 1em
}
.large {
    font-size: 1.43em
}
.x-large {
    font-size: 2.57em
}
.console-icon {
    background-image: url(/application/assets/images/v5/sprite_auction.png);
    display: inline-block
}
.filmstrip-x {
    display: block;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    margin: 0 20px
}
.filmstrip-x.filmstrip-centered li>div {
    margin: 0 auto
}
.filmstrip-x>div {
    overflow: hidden;
    display: inline-block;
    width: 100%
}
.filmstrip-x>div>ul {
    display: block;
    position: relative;
    word-spacing: -4px;
    margin: 0;
    padding: 0
}
.filmstrip-x>div>ul>li {
    list-style-type: none;
    display: inline-block;
    word-spacing: normal;
    white-space: normal;
    width: 99%;
    margin: 0 .5%
}
.filmstrip-x>button {
    vertical-align: top;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 13px;
    height: 20px;
    background-position: -35px -138px;
    position: absolute
}
.filmstrip-x>button:first-child {
    background-position: -1px -138px;
    left: -18px
}
.filmstrip-x>button[disabled],
.filmstrip-x>button[aria-disabled="true"],
.filmstrip-x>button.disabled {
    background-position: -84px -138px
}
.filmstrip-x>button[disabled]:first-child,
.filmstrip-x>button[aria-disabled="true"]:first-child,
.filmstrip-x>button.disabled {
    background-position: -67px -138px
}
.filmstrip-x>div>ul>li {
    width: 99%
}
.lot-strip {
        width:100%;
        height:60px;
        overflow: hidden;
        position:relative;
        overflow-x: scroll
}
.lot-strip-scroll {
        width:2500px;
        height:45px;
        overflow: hidden;
        overflow-wrap: break-word;
        position: absolute
}
.lot-strip-scrollx {
        width:8000px;
        max-width:8000px;
        height:50px;
        overflow: hidden;
        overflow-wrap: break-word;
        position: absolute
}
.lot-image {
        float:left ;
        padding-right:23px
}
.lot-image-gallery {
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 399px;
    display: block
}
.lot-image-gallery:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    margin: auto;
    display: block;
    background: url(data:image/gif;base64,R0lGODlhMQAxALMAAPf39+/v7+bm5t7e3tbW1szMzMXFxb29vbW1ta2traWlpZmZmf///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAMACwAAAAAMQAxAAAE/5DJSasNRy11gv1gKDKCtpybMK7sFJjoqXhtDR5xfth8BeebnigwGNAowNwHAOAFDIloAnFk/HKKSmDLbQUQ0vARl1zsXNw0CxqWIiaAq6wpSdurn0C7rZKUsH11d10iA3thBBQAGRsHdBIAg1yPH4aHUYktkZIBlBeXUQM1m5IrYIdvNpx4eZeiNqR2XqdRCK88sVs8AgQEt0IMTJ7AxMXGQgAEBssEw8eQkxRPy9QGrMeDkNXbzsScDMrb1JnPuWkA4tvPgpzp1esMq9PuBvDy4enkx+aT6O7dwL7FS3fNWDY4+JrBq0AK4MKHEDURIiYM14BeGAuOMKcJo0cCGllB8As54eJHjE4Ehkh2MuOoVSMCtHQpkZNDmTNBMoymaJVDljMpHURTaoTJk79UxlMqMigcm9KGbjzqSyjMqGpgbRkmb4lDIV0jWhjZSWyeomYv3Em7kiewCAAh+QQJCgAMACwAAAAAMQAxAAAE/5DJSasFBSVUgP1gKDKBlpxbMK7sBJjoiXhtDRZxXth8BeebngggENAowJwlQCCoagCCYWroUH45BCWgWHgXiOcIQC0bjrhkYicJfN8KcUhqnrIZr+Rs0n1/tUN1ZWIlWWIDfn5yFgKCVAMUGBocRwwFiW8EIo2OBpAtl5hemiFknQI1BKJeixYFnTx9iQorpnWoNqqYrR8YZrg8BLILcTYBAwPAQgwEBQWfy9HS09ICTQTK1BUAAd2VUdfXldok3eZi4enkE+ftDNbp19nS3O3m4PHX6/bt+eH7/Mz500cuoDl4+eZFq8fPw8B1bQJKwBdunDZ+FRAqJMfQIsSPIF57ABg5baTHEfZOjrFXI6BKEAzdrTDISwTNmQZfbrs5hKbOSD575tzpjahLlAYrYNySFKlEdk8jRrW5dOJQqCxbZMU6tdw5kR5p8iIJUWzIXlfPKu2qlqu5tqXuSYsAACH5BAkKAAwALAAAAAAxADEAAAT/kMlJqwXEaAKs/2DIBFqpBWKqToDpdmv8ZW5JyHhVu3kIBAEYZWeyBAYDVAwwIDgJAyGDWKIEEIlswqAUYZ5gIW13kwS0aEQX1AQ/ByyqEIvWGrxut5BU6wrqdWtGeWBrGDZSBIBocCABhE+CIYqLWY0fX5CSbJVZmxRthDh0gAgpmW6fnIuqFEypPQOkCWoyP0A9oE4Cub2+v8C3QcAfAQcKCwoHa0DNuMQUAsgL1Mm8I87O0GbT1dQKQdnOUr8H3ufL4trQ3efJ6uvE7ufwzdvt5wrC4uS+5vMLDmBTt40BAHzfYBAsyEBavmsShPWDBuBYsgMTGWrcqAKAx18eWzOG4Ndj3zMV8ERigoeyHo56rczUU1nBZDYvMGm6yumD504g5GyOEwGzwsIJRYm6RMqSaVOl4n6qk/I0RVQrSZ3aw/HRSFZXOl9+5RhxJlmvR89ivanWg0RfEQAAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZYJocbv/HaCNGgCeKEWuaftl68i5tBqTNQiY1o1XAIGA1woYjxXfiAIoGJ4GAhF0rAYosNuMAYB6DdOO1Wq7UZzfJ+E0rjJvxEDaGwa2j+HsVjKYQ/cWAHdGdR59fgaAFoMBhR0CiGBUgzSIBSh3jh6Qc5oVY56bXwWhgTs5WAMDV6itrq+vgoSwIQUICQikFG20n7cJwLislL1cv8HACDuDpS0FyNAFjKy0x9DCjMXX0NPF1tDKzMXP2wmXxL0A38k8vMUSAd8I1Fx470y2uLr3/P05O808iChQYAANUDkIKFjAcIECeh8y0SDQsOICiBeytQCw0CJDBWxWxKWg6LEhRiaMAjIoULLhGoEp7cw605LhSw8aJ7jjU/PipDu7gE7o6BEBpp31JMIr+TDFmE85GQQgumAejVOLosLTcLJVN38y26iEhQ4sVDJmQ9hrFQEAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZSBocLv/niZqYGlWY3quX5aKHCtTrzq3MVqLlpufL90uQAEMCEjC4PfZFYc5QHJKYF6GxMmQcqQiByWscFT0Tq1PaMUVYAbMyWyHXUN33nCC/K4G5qsgYix5YGF1MnhedhYvi01USzIAkzc0G5WYmZqbbI6ZUgahgFpBmyihqKFZW6YSAKmwk32mBLCpeoKmtrBYe5q7qb2tDMCodCmeg8UEDKytr8AxNcNau3ud1GWoo9nd3jOTySBdAojINwMICesJCL4hhywD7PQJ74zOJ+r16wiGO+IkzOPH7t6EY+dOECDIrtAcLD8CHFCwQMGBPQsZJnDIx8kEARRWF4isWE6CAI32AjkLEHKkSAVy9vEzYMKjhAMucx7QQtAdEBsTWuasSENmAgMGPVCyMDQnowEDkt4QmlPBNws4my7YebUI1ZcBTYGsWrLrmokVD4S1EAEAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZSBocLv/niZqYGlWY3quX5aKHCtTrzq3MVqLF5CvL90uIOSddhRX7YcsDYmTIU0KehaNUapHuawof5gn2CtecV/jayrdOds+Vla82mW5Scf1zT3zsc0+N4KDhIUWX4YeAgSMAmpQiRMAjJSMMVqRlZphO38zi5qUAk+QhqGapJEMp5WpmayWQ54yoKeOmImwWW+qk6E/iKoVtY7CxseEAwUFBLMgAgMDpU4KC9YLCgQ3Agbd3QXODAHX5AvaLNze6s7V5dYK4RPq8wVV7uTnJunz3p4E99fqnRjAT12xDv8ALhAoAUABBAkQgKNAsGC3gxfGKRwQBWKCjxFWIQWw2G0WAoAKJHkE+RFBjgIW84VoVw5SAZY4GQKwGC7AyWsKSq3EGTEJTG/N5DCaxoAozkMCBMQ7MRQnAmQXbjpNwBCrSqcuvVrwaZWpWAwPI04UFAEAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZSBocLv/niZqYGlWY3quX5aKHCtTrzq3MVqLF5CvL90uIOSddhRX7YcsDYmTIU0KehaNUapHuawof5gn2CtecV/jayrdOds+Vla82mW5Scf1zT3zsc0+N4KDhIUoBwoLCgdQhhZfFAKJC5SKAo5qUAGTlZQKjY5SB52kB5hhOwCcpIqnTwGspK5Pq6QKs0OjsQummHcbqrEKfzdUkraXpxI1SYiKB8SEkMrU1YQCBAQDhTByCAngCQjbMwHZ5wPRy+HsCeRA5/EE6t/t4Agy8vHvHQH27Pyq6ItHbMC/cATgDcwGyoLBgwkSTgBAwIDFeTQWMoQDMUEyBgFQLIq02IiixmgGDuKTAGCkyxwDFga8EKBeu0YVXYqUiGGhOpApwyEApdNlkpjofkYZMKAhg6IjH21QBlWktQs5i/K8OrGq0lBFnXJlmRWjoAgAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZSBocLv/niZqYGlWY3quX5aKHCtTrzqHBBFY9XgBsVUAsSguFLtJT4SylQIKozSJWQYZPRNRalTQssolKMDlDr5OyZLaIZSlhYorcK1aP+53MX6a1+ooekUEK34vJVFvXixrT3qELIZMJlBSCpAykjIDBQWYNxhAoKOkpaYABQgJCAWAphJzV0MJtLQIbK9YhxiqtbUIrqNiBb7FfK+SML3Ftrm6S8zFzmuz0avTa8TWx6dWAMu+wM7Pu9W/uK81FKiqrMHdG+Py86UBAwMCpUDvHagG///yzdBkAgDAgwYEFgIDogDCgzIatXh4UGGJZJM8CKAI8EyfNfxUNnI04HGCgBwELNrpwc/gSCoAUMqUJQYEAY7cZOpEow6Ey4dBTupEaZGhz5sAW1EYupMniUgCBABiKvMHvxtUUdK7IJSpyq0SsoL9wfQqva5fWUQAADs=) no-repeat;
    width: 49px;
    height: 49px;
    margin-left: -24.5px;
    margin-top: -24.5px
}
.lot-image-gallery:hover .lot-gallery-carousel {
    visibility: visible;
    opacity: 1
}
.bid-plot-chart-only>span#seller-estimate {
    font-weight:600;
    position:absolute;
    left: 0;
    top: 10px;
    background: #eee;
    color: #6d6d6d;
    font-size: 12px;
    width: 200px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    text-transform: uppercase
}
.bid-plot-chart-only>span#bid-overlay {
    font-weight:600;
    position:absolute;
    left: 0;
    bottom: 10px;
    background: #eee;
    color: #6d6d6d;
    font-size: 12px;
    width: 156px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    text-transform: uppercase
}
.lot-image-gallery:hover .lot-image-gallery-count {
    visibility: hidden
}
.lot-image-gallery>span {
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #eee;
    color: #6d6d6d;
    font-size: 12px;
    width: 100px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    text-transform: uppercase
}
.lot-image-gallery>img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.lot-image-gallery .lot-gallery-carousel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, .4);
    visibility: hidden;
    opacity: 0;
    webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 9959
}
.lot-browser .lot-image-gallery>img {
    max-height: 95%
}
.lot-browser .lot-image-gallery .lot-gallery-carousel {
    bottom: 2px
}
.lot-image-gallery .lot-gallery-carousel li {
    margin: 0
}
.lot-image-gallery .lot-gallery-carousel li,
.lot-image-gallery .lot-gallery-carousel li>a>img {
    width: 40px;
    height: 40px
}
.lot-image-gallery .filmstrip-x-no-margin {
    margin: 0
}
.lot-gallery-carousel .filmstrip-x>button {
    position: absolute;
    left: -20px;
    top: 0;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 20px;
    background: #dadada;
    text-align: center;
    border: 0;
    border-radius: 0
}
.lot-gallery-carousel .filmstrip-x>button>i {
    content: '';
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -6px;
    margin-top: -10px;
    width: 12px;
    height: 22px;
    background-position: -1px -302px
}
.lot-gallery-carousel .filmstrip-x>button:first-child {
    margin-right: 1px
}
.lot-gallery-carousel .filmstrip-x>button:last-child {
    margin-left: 1px;
    left: inherit;
    right: -20px;
    z-index:9000
}
.lot-gallery-carousel .filmstrip-x>button:last-child>i {
    background-position: -24px -302px
}
.auction-info,
.auction-info *,
.auction-info *:before,
.auction-info *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.auction-info {
    width: 100%;
    overflow: hidden
}
.auction-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.auction-info-image-cntr {
    border-bottom: 1px solid #d8d8d8
}
.auction-info-title>span,
.auction-info-title>div {
    display: inline-block
}
.auction-info-title>span {
    font-size: 20px;
    margin-right: 20px;
    vertical-align: top
}
.auction-info-title>div {
    width: 240px;
    word-break: break-word;
    word-wrap: break-word
}
.auction-info-title>div>h2 {
    margin-bottom: 18px;
    margin-top: 3px;
    line-height: 17px
}
.auction-info-title>div>h2>a {
    font-size: 14px;
    font-weight: bold;
    color: #555
}
.auction-info-title>div>h2>a {
    color: #004b91
}
.auction-info-title>div>h2>a:hover {
    color: #c45500
}
.auction-info-title>div>small {
    font-weight: 400;
    font-stretch: normal;
    font-size: 14px
}
.auction-info-details {
    margin: 25px 25px 25px 25px
}
.auction-info-desc {
    display: none
}
.auction-info-list {
    display: none
}
.auction-info-list>li {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px
}

.auction-info-list>li>span {
    display: inline-block
}

.auction-info-list>li>span.label {
    width: 123px;
    display: inline-block;
    text-align: left;
    line-height: 18px;
    font-weight: normal
}

.lot-into-price>li>span {
    font-weight: 700
}

ul.auction-info-attr {
    margin-top: 30px
}

@media(max-width: 1500px) {
    .auction-info-details {
        margin: 15px 15px 15px 15px
    }
    .auction-info-title>span {
        font-size: 25px;
        margin-right: 15px
    }
    .auction-info-title>.long-lot-id {
        font-size: 17px
    }
    .auction-info-title>div>a>h2 {
        margin-bottom: 5px;
        font-size: 13px;
        max-height: 50px;
        overflow: hidden
    }
    .auction-info-title>div>small {
        font-size: 12px
    }
    .top .auction-info-title>div {
        width: 230px
    }
}

.error-message {
    margin-bottom: 10px;
	color:red;
}

.error-message h2 {
    display: inline-block;
    margin-right: 10px
}

.chart-tooltip {
    position: absolute !important;
    display: none;
    border: 1px solid #bbb;
    padding: 12px !important;
    background-color: #ddd;
    opacity: 1;
    z-index: 100
}

.chart-placeholder {
    height: 100%
}

.chart-tooltip:before {
    display: none
}

.chart-ovly-bid-type {
    text-transform: uppercase
}

.chart-ovly-bid-val {
    font-weight: bold;
    margin-top: 5px
}

.chart-est-price {
    position: absolute;
    color: #888
}

.livestream {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.livestream>.ilance-livestream {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.livestream>.ilance-livestream:focus {
    outline: thin dotted
}

.livestream>.ilance-livestream::-webkit-scrollbar {
    visibility: hidden
}

.has-scrollbar>.ilance-livestream::-webkit-scrollbar {
    visibility: visible
}

.livestream>.livestream-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.livestream>.livestream-pane>.livestream-slider {
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.livestream:hover>.livestream-pane,
.livestream-pane.active,
.livestream-pane.flashed {
    visibility: visible\9;
    opacity: .99
}
.placebidapplet #bidamount_modal, .placebidapplet #paddleid_modal {
        height: 39px
}
.bid-ticker {
    border: 1px solid #dadada;
    border-top: 0
}

.bid-ticker ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.bid-ticker .message {
    min-height: 37px;
    padding: 10px 30px 10px 70px;
    font-size: 20px;
    color: #777;
    line-height: 30px;
    position: relative
}

.bid-ticker ul li:last-child {
    border-bottom: 0
}

.bid-type {
    text-transform: uppercase;
    font-size: 16px
}

.font-red {
    color: #dd1e31
}

.bid-ticker .console-icon {
    display: inline-block;
    height: 25px;
    width: 30px;
    position: absolute;
    top: 5px;
    margin-right: 15px;
    left: 25px;
    top: 14px
}

.bid-ticker .bid-icon {
    background-position: 0 -66px
}

.bid-ticker .ticker-msg-icon {
    background-position: 0 -102px
}

.bid-message {
    margin-right: 15px
}

.bid-ticker>.overlay {
    height: 112px;
    position: absolute;
    width: 97%;
    background: #fff;
    z-index: 1
}

.overlay.one {
    top: 0;
    opacity: .6
}

.overlay.two {
    top: 112px;
    opacity: .4
}

@media(max-width: 1500px) {
    .bid-ticker .ticker-msg-icon {
        margin-right: 10px
    }
    .bid-ticker .message {
        padding: 10px 20px 10px 60px;
        font-size: 18px
    }
}

.livestream .ilance-livestream {
    padding: 0
}

.livestream .livestream-pane {
    background: transparent;
    z-index: 9
}

.livestream .livestream-slider {
    background: #ccc
}

.bid-button form {
    margin: 0 30px;
    float: left
}

.bid-button button.btn-prim {
    min-width: 300px;
    font-size: 21px
}

.bid-button button.btn-prim.disabled, #buy-button button.btn-prim.disabled {
    background-color: #dadada;
    background-image: none;
    color: #555;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.bid-button-text {
    font-weight: normal;
    margin-right: 10px
}

.bid-button-message {
    font-size: 12px;
    margin-top: 10px;
    color: #888;
    display: inline-block
}

.signin-message {
    font-size: 14px;
    color: #0654ba
}

.bid-button-border-box {
    /*border-right: 1px solid #dadada;*/
    border-left: 1px solid #dadada;
    height: 70px
}
.signin-message:hover {
    text-decoration: underline
}
.bid-disclaimer-text {
    float: left;
    width: 24%;
    font-size: 11px;
    color: #aaa;
    line-height: 13px
}

.bid-button-border-box .bid-button-help-overlay {
    text-align: left
}

@media(max-width: 1500px) {
    .bid-button button.btn-prim {
        min-width: 190px
    }
    .bid-button form {
        margin: 0 20px
    }
}

.bid-plot {
    height: 400px;
    border: solid #dadada;
    border-width: 0 0 1px 0
}

.bid-plot-chart {
    visibility: hidden;
    width: 100%;
    height: 359px
}

.bid-plot-chart-only {
    width: 100%;
    height: 100%;
    position:relative
}

.bid-plot-chart-only .bid-chart {
    height: 100% !important
}

.metrics {
    height: 114px
}

.metrics ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%
}

.metrics ul li {
    float: left;
    width: 33.3%;
    height: 100%;
    text-align: center
}

.metrics-spr {
    height: 40px;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px
}

.metrics-hammer-spr {
    background-position: 0 -102px
}
.metrics-reserve-spr {
    background-position: 69px -135px
}
.metrics-bids-spr {
    background-position: 13px -135px
}
.metrics-maxbid-spr {
    background-position: -26px -135px
}
.metrics-purchases-spr {
    background-position: -108px -93px
}
.metrics-winnerprice-spr {
    background-position: -162px -93px
}
.metrics-winner-spr {
    background-position: 13px -174px
}
.metrics-quantity-spr {
    background-position: -29px -174px
}
.metrics-buyerpremium-spr {
    background-position: -28px -55px
}
.metrics-revisionlog-spr {
    background-position: -64px -56px
}
.metrics-bidstatus-spr {
    background-position: -105px -56px
}
.metrics-bidretracts-spr {
    background-position: -156px -56px
}
.metrics-increments-spr {
    background-position: -65px -96px
}
.metrics-watching-spr {
    background-position: -26px -95px
}
.metrics-views-spr {
    background-position: 119px -135px
}
.metrics-bidders-spr {
    background-position: -25px -135px
}
.metrics-counter-spr {
    background-position: -67px -135px
}
.metrics-number {
    font-size: 20px;
    color: #000
}
.metrics-text {
    font-size: 13px;
    line-height: 21px;
    color: #666
}
.current-auction .lot-image-gallery>img {
    max-width: 95%;
    max-height: 95%
}
.current-auction .lot-image-gallery {
    height: 399px
}
.current-auction-wrapper {
    width: 400px
}
body div.pageWidth {
    margin: 0 auto;
    max-width: 1500px
}
@media(max-width: 1500px) {
    body div.pageWidth {
        width: 980px
    }
}
@media(max-width: 1224px) {
    body div.pageWidth {
        width: 100%
    }
}
.page-container {
    max-width: 1500px
}
.section-container {
    border: 1px solid #dadada;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.page-container div,
.page-container span {
    box-sizing: border-box
}
.page-container>.top {
    min-height: 512px
}
.title-header {
    margin-bottom: 20px
}
.title-header h1 {
        font-size:1.9em
}
.righty {
    margin-left: 400px;
    height: 100%;
    float: none !important
}

@media(max-width: 1500px) {
    .page-container {
        width: 980px
    }
    .lefty {
        width: 33%
    }
    .righty {
        margin-left: 33%
    }
    .filmstrip-x .carousel_listing_gallery_thumb {
            width:360px
    }
    #buynowcontrol_row .input.qty {
            height:32px;
            width:40px;
    }
}
@media(max-width: 1224px) {
    .page-container {
        width: 100%
    }
    .lefty {
        width: 100%
    }
    .righty {
        margin-left: 0%
    }
    .top .auction-info-title>div {
            width: 100%
    }
    .bid-button-border-box {
            border-left: none;
            border-right: none
    }
    .bid-ticker {
            border-left: none
    }
    .bid-ticker-button, .bid-chart {
            border-top:1px solid #dadada
    }
    .filmstrip-x .carousel_listing_gallery_thumb {
            width:283px
    }
}
.bid-activity {
    min-height: 510px
}
.bid-activity>div {
    width: 50%
}
@media(max-width:500px) {
    .bid-chart {
            width:100%;
            float:left
    }
    .bid-ticker {
            width:100%;
            float:left
    }
    .bid-activity>div {
        width: 100%
    }
    .metrics ul li {
            width: 50%
    }
    .filmstrip-x .carousel_listing_gallery_thumb {
            width:100%
    }
}

.bid-ticker {
    height: 400px !important
}
.bid-chart-metrics {
    float: right;
    height: 100%
}
.bid-chart {
    height: 359px
}
.metrics {
    height: 110px
}
#bid-ticker-livestream ::-webkit-scrollbar{height:9px;overflow:visible;width:9px;radius:6px}
#bid-ticker-livestream ::-webkit-scrollbar-button{height:0;width:0}
#bid-ticker-livestream ::-webkit-scrollbar-track{background-clip:padding-box;box-shadow:inset 1px 0 0 #e6e6e6}
#bid-ticker-livestream ::-webkit-scrollbar-track:hover{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #e6e6e6}
#bid-ticker-livestream ::-webkit-scrollbar-track:active{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #dcdcdc,inset -1px 0 0 #eeeeee}
#bid-ticker-livestream ::-webkit-scrollbar-thumb{background-color:#cccccc;background-clip:padding-box;border:solid transparent;border-width:1px 1px 1px 0px;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 #e6e6e6,inset 0 -1px 0 #eeeeee}
#bid-ticker-livestream ::-webkit-scrollbar-thumb:hover{background-color:#999999;box-shadow:inset 1px 1px 1px #c0c0c0}
#bid-ticker-livestream ::-webkit-scrollbar-thumb:active{background-color:#808080;box-shadow:inset 1px 1px 3px #a6a6a6}
.js-lot-timer {
        white-space: nowrap;
        font-size:19px;
        padding-top:3px
}
.shipto-row {
        margin-left:0px;
        margin-top:0px;
        padding-top:6px
}
.separator {
        background: #fff
}
.bid-button {
    height: 110px;
    padding-top: 21px
}
#tooltip {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tooltip {
	height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #646464;
}
.tickLabel {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* Tooltip */
#tooltip {
	position: absolute;
	display: none;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
}
/* Lines & Bars Buttons */
#lines, #bars {
	width: 34px;
	height: 32px;
	padding: 0;
	margin-right: 0;
	margin-left: 10px;
	border-bottom: 2px solid #71c73e;
	float: right;
	cursor: pointer;
}
#lines.active, #bars.active {
	background: #82d344;
	background: -moz-linear-gradient(top,  #82d344 0%, #71c73e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82d344), color-stop(100%,#71c73e));
	background: -webkit-linear-gradient(top,  #82d344 0%,#71c73e 100%);
	background: -o-linear-gradient(top,  #82d344 0%,#71c73e 100%);
	background: -ms-linear-gradient(top,  #82d344 0%,#71c73e 100%);
	background: linear-gradient(to bottom,  #82d344 0%,#71c73e 100%);
}
/* Hide the First and Last Y Label */
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child { display: none; }
.auction-status {
        height: 401px;
        position: absolute;
        width: 1100px;
        margin-left: 400px;
        z-index: 9;
        background: #fff;
        padding: 125px 100px 125px 75px;
        opacity: .90;
        border: 1px solid #ddd
}
@media(max-width: 1500px) {
   .auction-status {
        width: 657px;
        margin-left: 323px;
    }
}
@media(max-width: 1224px) {
   .auction-status {
           width: 97%;
           margin-left: 0;
    }
}
.auction-status .blur {
        pointer-events: none
}
.auction-status>div {
        text-align: left;
        height: 250px;
        display: table
}
.auction-status>.paused, .auction-status>.blocked {
        margin-left: 0%
}
.auction-status>.paused>.right, .auction-status>.blocked>.right {
        color: #777;
        font-size: 20px;
        float: left;
        width: 60%;
        margin-left: 60px;
        line-height: 25px;
        margin-top: 5px
}
.auction-status>.blocked .blocked-icon {
        background-position: 0 -496px
}
.auction-status>.blocked .paused-icon {
        background-position: 0 -736px
}
.auction-status>.blocked .bid-icon {
        background-position: 108px -736px
}
.auction-status>.blocked .cancel-icon {
        background-position: 0px -616px
}
.auction-status>.blocked .paused-icon, .auction-status>.blocked .blocked-icon, .auction-status>.blocked .bid-icon, .auction-status>.blocked .cancel-icon {
        height: 105px;
        width: 108px
}
.auction-status .title {
        font-size:24px;
        line-height: 33px
}
.auction-status .message {
        margin-top: 20px;
        font-size: 20px
}
.auction-status .sub-message {
        margin-top: 20px;
        font-size: 15px
}
.input.qty {
        height:22px;
        width:35px
}
.js-bid-button {
        cursor: pointer;
        width: 100%;
        margin-bottom:9px
}
/*events*/
.lot-card {
	border-top: 1px solid #ddd;
        width:100%
}
.image-card {
	float: left;
	height: 280px;
	min-width: 299px
}
.img-crd {
	width: 100%;
	height: 100%;
	position: relative
}
.img-crd::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff /*url('/application/assets/images/v5/img_nophoto.png') no-repeat center center transparent*/
}
.img-crd .a-crd {
	display: block;
	width: 300px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-size: cover;
	position: absolute;
}
.event-info {
	float: left;
	position: relative;
	height: 100%;
	margin: 0 30px;
        width:100%
}
.event-title {
	margin: 27px 0 2px;
	line-height: 33px;
	max-height: 80px;
        overflow:hidden;
	font-size: 22px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}
.event-title-n {
	margin: 27px 0 2px -24px;
	line-height: 33px;
	max-height: 80px;
        overflow:hidden;
	font-size: 26px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}
.event-digit {
        font-size:26px;
        padding-right: 4px;
        font-weight:normal
}
.ellipsis.multiline {
	white-space: normal
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
}
h4 {
	font-size: 1.143em;
	font-weight: 600
}
.seller {
	font-size: 16px;
	line-height: 23px
}
.category-count {
	margin: 22px 0 0;
	font-size: 12px;
	text-transform: uppercase
}
.action-buttons {
        position: absolute;
        right:0;
        z-index: 1
}
.action-buttons-n {
        position: absolute;
        right:0;
        z-index: 1;
        margin-top:-14px;
}

.verticalLine {
	border-left: 1px solid #ddd;
	float: left;
	position: relative;
	height: 226px;
	margin: 32px 0
}
.startDateR {
	margin: 0;
	float: right;
	text-align: center;
	width: 250px;
	position: relative;
	height: 100%
}
.ecb-count .startDateRMonth {
	margin: 59px 0 0
}
.startDateRMonth {
	font-size: 40px;
	margin: 78px 0 0;
	text-transform: uppercase
}
.startDateRDay {
	font-size: 60px;
	margin: 0 0 3px 0
}
.startDateRTime {
	font-size: 20px;
	color: #666;
	margin: 0 0 22px 0
}
.startDateRStatus, .la-eb-status-live {
	font-size: 18px;
	color: green;
	margin: 20px 0 !important;
	font-weight: bold
}
.social-nav {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0px auto
}
.social-nav li {
	display: inline-block
}
.social-nav a {
	display: inline-block;
	float: left;
	width: 48px;
	height: 48px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	background: #000;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}
.model-4 a {
	background: none;
	font-size: 24px;
	text-shadow: 0px 0px 1px
}
@media(max-width: 1224px) {
        .model-4 a {
        	font-size: 18px;
        }
}
@media(max-width:500px) {
        .model-4 a {
        	font-size: 16px;
        }
}
.model-4 a:hover {
        text-shadow: 0px 0px 25px;
}
.model-4 li {
	margin-top: 0;
        margin-right:2px;
}
.model-4 .twitter {
	color: #00aced
}
.model-4 .facebook {
	color: #3b579d
}
.model-4 .google-plus {
	color: #dd4a3a
}
.model-4 .linkedin {
	color: #007bb6
}
.model-4 .pinterest {
	color: #cb2026
}
/*auctions*/
.event-container {
	display: flex;
	text-decoration:none;
        border-top: 1px solid #ececec
}
.event-container-top {
	display: flex;
	text-decoration:none
}
.event-section {
	flex: 1; /*grow*/
}
.event-section.image-card {
	flex:0 0 300px;
}
.event-section.event-info {
	flex: 1;
}
@media (max-width: 968px) { /*breakpoint*/
	.event-container {
		flex-direction: column;
	}
        .event-container-top {
		flex-direction: column;
	}
	.event-info {
		margin: 0
	}
	.event-title {
		font-size:20px;
		margin: 0px 0 2px;
		line-height:27px;
	}
	.verticalLine {
		border-left:0
	}
	.image-card {
		min-width:100%
	}
}
@media (max-width: 1224px) { /*breakpoint*/
        .event-section.startDateR.ecb-count
        {
                display:none
        }

}
@media (max-width: 550px) { /*breakpoint*/
        .img-crd .a-crd {
                width:100%
        }
}
.active-lot {
        animation: pulse 5s infinite;
}
@keyframes pulse {
        0% {
                background-color: #fff
        }
        100% {
                background-color: #fff9e6
        }
}
.btn-lot {
        background: #c45500;
        color: #fff;
}
.lotinfox {
        margin-top:-26px;
        font-weight: normal
}
.lotimg {
        max-height:50px;
}
.lotborder {
        border:1px solid #fff;
        height:49px;
        padding:1px 4px 0 4px
}
.lotborder:hover {
        border:1px solid #fff;
        height:49px;
        padding:1px 4px 0 4px;
        box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.lotborder.active {
        border:1px solid #4aabff;
        box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.lotborder.active .lotinfox {
        color:#4aabff;
}
.lotborder.selected {
        border:1px solid #fff;
        box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.lotborder.selected .lotinfox {
        color:#4aabff;
}
.lot-image.lotimg a {
        text-decoration:none
}
#eventpicture img {
        box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.detail {
	width:100%;
}
.product-gallery {
	/*width:312px;*/
	width: 25.6%; /* 312/1224 */
	float:left ;
	margin-top:0;
	margin-bottom:30px;
	margin-right:20px;
	overflow: hidden
}
.product-gallery .tabs_container {
	background:#fff;
	margin-bottom:25px;
	width:312px;
}
.product-gallery .tabs_content {
	width:310px;
	height:310px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float:none
}
.product-gallery .tabs_content #picture-wrapper {
	width:310px;
	height:310px;
	overflow: hidden;
}
#picture-wrapper img {
	/*width:310px;
	height:310px;*/
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.product-gallery {
		width:100%;
		margin-right:0px;
	}
	.product-gallery .tabs_container {
		width:100%;
	}
	.product-gallery .tabs_content {
		display: table-cell;
		float: left;
		text-align: center;
		width:100%;
		height:100%;
		background: #fff
	}
}
.product-gallery .zoom-box {
	background:#ededed;
	text-align:center;
	font-size:12px;
	color:#000;
	font-weight:bold;
	line-height:33px;
}
.product-gallery .zoom-box a {
	background:url(/application/assets/images/v5/ico_zoom.jpg) no-repeat left center;
	padding-left:19px;
	color:#000;
}
.product-gallery .zoom-box a:hover {
	color:#E71;
}
.product-thumbs {
	/*width:276px;*/
	float:left ;
	padding-top:0;
	padding-bottom:15px;
	/*padding-left:16px;
	padding-right:20px;*/
	position:relative;
	z-index:1;
	text-align: center;
	font-size:11px
}
.product-thumbs li {
	float:left ;
	margin-left:5px;
	background: #fff;
}
.product-thumbs li a {
	width: 62px;
	height: 62px;
	border: 1px solid #eaeaea;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#alt-images .product-thumbs li a {
	width: 42px;
	height: 42px;
	border-color: #a2a6ac;
	border-radius: 2px
}
#alt-images .product-thumbs li a:hover {
	border: 1px solid #e77600;
	outline: 0;
	box-shadow: 0 0 3px 2px rgba(228, 121, 17, .5)
}
#alt-images .product-thumbs li a.active {
	border: 1px solid #e77600;
	outline: 0;
	box-shadow: 0 0 3px 2px rgba(228, 121, 17, .5)
}
#alt-images .tabs_nav li {
	min-height: 54px;
}
.product-thumbs li a:hover {
	border: 1px solid #c6dcfe;
}
.product-thumbs li a.active {
	border: 1px solid #88b7ff;
}
.product-thumbs a.prev, .product-thumbs a.next {
	background:url(/application/assets/images/v5/sprite_nav_slider.png) no-repeat;
	width:9px;
	height:20px;
	float:left ;
	text-indent:-9999px;
	position:absolute;
	top:20px;
	z-index:5;
}
.product-thumbs a.prev {
	background-position:left top;
	left:5px
}
.product-thumbs a.prev:hover {
	background-position:left bottom;
}
.product-thumbs a.next {
	background-position:right top;
	right:5px
}
.product-thumbs a.next:hover {
	background-position:right bottom;
}
.product-thumbs a.next.disabled
{
	visibility: hidden;
}
.product-thumbs a.prev.disabled
{
	visibility: hidden;
}
.product-detail {
	width: 72.7%; /* 880/1224 */
	float:left ;
}
.product-detail h1 {
	border-bottom:1px solid #CDCDCD;
	padding-bottom:12px;
	margin-bottom:15px;
	color:#333;
}
.product-detail h2 {
	border-bottom:1px solid #CDCDCD;
	padding-bottom:12px;
	margin-bottom:15px;
	font-size:17px;
	color:#333;
}
.product-info.button-col {
	width:98%
}
.product-info {
	width: 63.7%;
	float:left ;
	margin-right:20px;
	font: 12px verdana;
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.product-info {
		width: 100%;
		margin-right:0;
	}
	.product-detail {
		width: 100%;
	}
}
.product-info hr.or-line {
	padding: 0;
	border: 1px solid #fff;
	border-bottom:none;
	color: #333;
	max-height: 0;
	text-align: center;
}
.product-info hr.or-line:after {
	content: attr(data-symbol);
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.4em;
	padding: 0 0.35em;
	background: #fff;
	text-transform: lowercase
}
.product-info .row {
	width:100%;
	float:left ;
	padding-bottom:3px;
	line-height:24px;
}
.product-info .gray-box label {
	margin-left:10px;
}
.product-info label {
	width:65px;
	float:left ;
	margin-right:20px;
	color:#666;
}
.product-info .row form div {
	margin-left:0;
}
.product-info .green {
	color:#519800;
}
.product-info .timeleft {
	font-size:12px;
	font-family: sans-serif;
}
.product-info .timeleft-bold {
	font-size:12px;
	font-weight:600;
	font-family: sans-serif;
}
.product-info .timeleft-red-bold {
	color:#f00;
	font-size:larger;
	font-weight:600;
	font-family: sans-serif;
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.product-info .timeleft {
		font-size:14px;
	}
	.product-info .timeleft-bold {
		font-size:14px;
		font-weight:600;
	}
	.product-info .timeleft-red-bold {
		color:#f00;
		font-size:14px;
		font-weight:600;
	}
}
.product-info .price {
	font-size:19px;
	color: #B12704
}
.product-info .currentprice {
	font-size:17px;
	font-weight: 600;
	font-family: sans-serif;
}
.product-info .bidhistory {
	float:left ;
	margin-left:265px;
	margin-top:-32px;
}
.product-info input.currency:before
{
	content: attr(data-symbol);
	float: left;
}
.product-info .currency-input {
	position: absolute;
	transform: translate(0, 10%);
	top: 50%;
	pointer-events: none;
	margin-left: 0.5em;
	color: #999;
	font-size:14px;
}
.product-info .gray-box {
	background:#e2e2e2;
	width:100%;
	float:left ;
	padding:15px 0 17px 0;
	margin:10px 0 11px 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	position:relative;
}
.product-info .gray-box hr.whiteseparator {
	width:95%;
	padding: 0;
	margin-bottom:21px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	color: #333;
	max-height: 0;
	text-align: center;
	text-shadow:rgba(255, 255, 255, 1) 0 1px 0;
}
.product-info .gray-box hr.whiteseparator:after {
    content: attr(data-symbol);
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.4em;
    padding: 0 0.35em;
    background: #e2e2e2;
}
.product-info .gap {
	margin-bottom:10px;
}
.product-info .input {
	border:1px solid #d1d1d1;
	background:#fff;
	width:78px;
	height:33px;
	float:left ;
	padding-top:0;
	padding-bottom:0;
	padding-left:5px;
	padding-right:0;
	margin-right:10px;
	margin-top:3px;
	color:#000;
	font-size:15px
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.product-info .input {
		width:35px;
	}
}
.product-info .redborder {
	border: 1px solid #b22811
}
.product-info .greenborder {
	border: 1px solid #4D9B08
}
.product-info .row .button-col {
	width:120px;
	float:left ;
	margin-left:0px;
}
.product-info .row .button-col2 {
	width:120px;
	float:left ;
	margin-left:10px;
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{
	.product-info .row .button-col, .product-info .row .button-col2 {
		float:none;
		margin-left:0px;
		width:100%
	}
	.product-info .button {
		width:100%;
		margin-top:12px;
	}
}
.product-info .button {
	background:#184da5;
	border:1px solid #184da5;
	width:120px;
	float:left ;
	cursor:pointer;
	margin-bottom:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative
}
.product-info .button:hover {
	background:#256ab9
}
.product-info a.button2 {
	background:url(/application/assets/images/v5/bg_button3.png) repeat-x left top;
	border:1px solid #184da5;
	width:118px;
	height:28px;
	float:left ;
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:28px;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
}
.product-info a.button2 span {
	background:url(/application/assets/images/v5/bg_cart.png) no-repeat left center;
	display:inline-block;
	padding-left:22px;
	line-height:28px;
}
.product-info a.button2:hover {
	background-position:left bottom;
	color:#fff;
	text-decoration:none;
}
.product-info a {
	color:#004b91;
}
.product-info a:hover {
	color:#E71;
	text-decoration:underline;
}
.product-info strong {
	color:#000;
}
/* product-rightcol */
.product-rightcol {
	/*width:300px;*/
	width: 24.5%; /* 300/1224 */
	float:left ;
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.product-rightcol {
		width: 100%;
		margin-top:25px
	}
}
.product-rightcol a.bay {
	display:inline-block;
	float:right ;
	margin-top:5px;
	color:#004b91;
}
.product-rightcol a.bay:hover {
	color:#E71;
	text-decoration:underline;
}
/* 2.3.5.4 Seller info */
.product-sold {
	border:1px solid #dbdbdb;
	width:268px;
	float:left ;
	margin-bottom:8px;
	padding:15px 15px 10px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	background:#fff;
	box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
}
.membersince {
	font-size:11px;
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.product-sold {
		padding:0;
		min-height:180px;
		width:auto;
		float:none;
		border:none;
		background: inherit;
		box-shadow: none;
		border-bottom: 1px dashed #CDCDCD;
		border-radius: 0;
		padding-bottom: 12px;
		border-top: 1px dashed #CDCDCD;
		padding-top:19px;
	}
	.membersince {
		font-size:12px;
	}
}

.product-sold h3 {
	padding-bottom:15px;
	font-size:16px;
	color:#333;
}
.product-sold a {
	color:#004b91;
	font-size:11px;
}
.product-sold a:hover {
	color:#e88d35;
	text-decoration: underline;
}
.product-sold .title {
	display:block;
	padding-bottom:10px;
	font-weight:bold;
}
.product-sold .title a {
	font-size:13px;
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.product-sold .title a {
		font-size:14px;
	}
}
.product-sold p {
	line-height:normal;
	padding-bottom:5px;
	margin-bottom:0;
}
.product-sold p span {
	display:inline-block;
	font-size:11px;
	color:#666;
}
.product-sold ul {
	border-top:1px dashed #cbcbcb;
	padding-top:9px;
	margin-top:5px;
}
.product-sold li {
	line-height:18px;
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.product-sold p span {
		font-size:12px;
	}
	.product-sold li {
		font-size:12px;
	}
	.product-sold a {
		font-size:12px;
	}
	.product-sold ul {
		border-top:none;
		padding-top:9px;
		margin-top:5px;
	}
}
.other-info {
	width:268px;
	float:left ;
	padding:15px 15px 10px 15px;
	margin-bottom:8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
}

.other-info a {
	color: #004b91;
}
.other-info a:hover {
	color: #e88d35;
	text-decoration: underline;
}
.other-info h3 {
	padding-bottom:15px;
	font-size:16px;
	color:#333;
}
.other-info p {
	line-height:normal;
}
.other-info p span {
	display:inline-block;
	width:95px;
	float:left ;
	margin-right:20px;
	text-align:right ;
	color:#666;
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.other-info p span {
		text-align:left
	}
	.other-info {
		padding:12px 0 0 0
	}
}
.other-info .currency-hover {
	display:inline;
	line-height:normal;
	float:none;
	margin-right:0;
	color:#000;
	padding-bottom:12px;
}
.other-info .value {
	display:inline;
	line-height:normal;
	float:none;
	margin-right:0;
	color:#000;
	padding-bottom:12px;
}
/* 2.3.5.6 Share */
.product-rightcol .share, .grey-box-container .share {
	width:100%;
	float:left ;
	padding-top:5px;
	font-size:12px;
	color:#666;
}
.product-rightcol .share span {
	display:inline-block;
	float:right ;
	margin-right:15px;
	line-height:16px;
}
.grey-box-container .share span {
	display:inline-block;
	float:left ;
	line-height:16px;
}
.product-rightcol .share ul {
	float:right ;
}
.grey-box-container .share ul {
	float:left ;
}
.product-rightcol .share li, .grey-box-container .share li {
	background:url(/application/assets/images/v5/sprite_share.png) no-repeat left top;
	width:16px;
	height:16px;
	float:left ;
	margin-left:5px;
	text-indent:-9999px;
}
.product-rightcol .share li a, .grey-box-container .share li a {
	display:block;
	height:16px;
}
.product-rightcol .share li.facebook, .grey-box-container .share li.facebook {
	background-position:left top;
}
.product-rightcol .share li.twitter, .grey-box-container .share li.twitter {
	background-position:left -16px;
}
.product-rightcol .share li.google, .grey-box-container .share li.google {
	background-position:left -32px;
}
.phone-number {
	padding-left: 30px;
	background: url(/application/assets/images/v5/bg_phone_number.png) left 0 no-repeat;
}
.d-inline {
	display: inline-block !important;
	display: inline;
	zoom: 1;
	vertical-align: top;
}
.phone-number div {
	background: url(/application/assets/images/v5/bg_phone_number.png) right 0 no-repeat;
	font-weight: bold;
	font-size: 12px;
	padding-top:1px;
	padding-bottom:0;
	padding-left:5px;
	padding-right:25px;
	line-height: 2.0;
	width:120px;
}
/* thumbnail enlarger */
.thumbs_nav
{
	height: 355px;
}
.enlarge_picture_modal_close {
	padding-top:12px;
	padding-bottom:0;
	padding-left:0;
	padding-right:12px;
	float:right ;
}
.enlarge_picture_modal_h2 {
	max-height: 65px;
	overflow: hidden;
	font-size: 18px !important;
}
.enlarge_picture_modal {
	display: none;
	margin: 30px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ccc;
	background: white;
	-webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 25px 3px rgba(0,0,0,0.2);
	z-index: 90000000;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	cursor: default;
}
.enlarge_picture_modal_holder {
	padding-top:40px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:300px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.enlarge_picture_modal_holder_viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
}
.enlarge_picture_modal_holder_viewport img {
	margin: 0 auto;
	display: block;
	max-width:100%;
	height:auto;
}
.enlarge_picture_modal_holder_thumbs
{
	position: absolute;
	top: 40px;
	right: -3px;
	width: 290px;
	margin-left: 30px;
}
.enlarge_picture_modal_holder_thumbs .itemseller
{
	color: #444;
	font: 12px Arial;
	padding-bottom: 15px;
	text-align: left;
	padding-top: 12px;
}
.enlarge_picture_modal_holder_thumbs ul
{
	overflow: auto;
	height: 326px;
}
.enlarge_picture_modal_holder_thumbs li
{
	border: 1px solid #eee;
	width: 75px;
	height: 75px;
	margin-top:0;
	margin-bottom:5px;
	margin-left:0;
	margin-right:5px;
	float: left;
	text-align: center;
}
.enlarge_picture_modal_holder_thumbs li span
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 75px;
	height: 75px;
	border: 1px solid white;
}
.enlarge_picture_modal_holder_thumbs li:hover {
	border-color: #ccc;
}
.enlarge_picture_modal_holder_thumbs li.on, .enlarge_picture_modal_holder_thumbs li.on > span, .enlarge_picture_modal_holder_thumbs li.on:hover, .enlarge_picture_modal_holder_thumbs li.on:hover > span
{
	border: 1px solid #5692ED;
}
.free-shipping-badge {
	overflow: hidden;
	position: absolute;
	left: 650px;
	top: 270px;
	width: 60px;
	height: 60px;
	background: url(/application/assets/images/v5/img_freeship.png) no-repeat;
}
.bid-working {
	display:none
}
.bid-working .show {
	display:inline-block;
	padding-top: 6px;
	padding-left: 12px;
	float: left;
}
.sellerdescription {
	margin-bottom:25px;
	overflow: hidden;
	/* overflow-x: scroll;
	overflow-y: scroll */
}
.sellerdescription ul {
	list-style-type: disc;
	padding:15px
}
.placebidapplet {
	width: 60%;
	margin: 0 auto;
	height:100%
}
@media only screen and (min-width : 150px) and (max-width : 1224px)
{
	.placebidapplet {
		background:#fff
	}
	#bidconfirm .or-line::after {
		background:#fff
	}
}
#placedbidverbose {
	display:inline-block;
	vertical-align:top
}
.mlr-115 {
	margin-left:115px
}
.shipto-row {
	margin-left:115px;
	margin-top:-5px
}
@media only screen and (min-width : 150px) and (max-width : 1500px)
{
	.shipto-row {
		margin-left:95px
	}
}
.price_whole{
	text-align:center;
	font-size:14px;
}
.model-4.custom a{
    width: 35px;
    height: 35px;
}

.model-4.custom{
    display: flex;
    justify-content: center;    
}

.model-4.custom > li{
    margin: 0 10px
}
.mb-16{
margin-bottom: 16px !important
}
.variants-container, .plus-property-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Plus Property Block: weniger Abstand, kompaktere Liste */
#property-wrapper .plus-property-block .form-label {
    margin-bottom: 0.25rem;
}
#property-wrapper .plus-property-block .dropdown {
    margin-bottom: 0.25rem;
}
#property-wrapper .plus-property-block .dropdown-menu .dropdown-item {
    padding: 0.35rem 0.75rem;
    font-size: 0.95rem;
}
#property-wrapper.mb-2 {
    margin-bottom: 0.5rem !important;
}
.my-12 {
    margin: 12px 0;
}
.variants-container > label, .plus-property-container > label{
color: #000;
font-weight: bold;
}
.variants-container > label, .variants-container > .draw-select__wrapper, .plus-property-container > label, .plus-property-container > .SumoSelect {
    flex: 1;
}
.plus-property-container > .SumoSelect{
	width: 50%;
}
.variants-container > label,
.plus-property-container > label{
	color: #000;
	font-weight: bold;
}
.graduated-prices{
    border: 1px solid #c8c8c8;
}
.graduated-prices > div {
    height: 31px;
    padding: 0 8px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.chevron-down{       
	display: block;
	height: 12px;
	width: 12px;	   
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;	   
	pointer-events: none;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2028%22%20enable-background%3D%22new%200%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Ecircle%2Cellipse%2Cline%2Cpath%2Cpolygon%2Cpolyline%2Crect%2Ctext%7Bfill%3A%23798c9c%20%21important%3B%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23329ECC%22%20d%3D%22M24.5%2C6.2L13.9%2C16.8L3.5%2C6.2L0.8%2C9l13.2%2C13.3L27.2%2C9L24.5%2C6.2z%22%2F%3E%3C%2Fsvg%3E);
}

.SumoSelect>.CaptionCont{
	border: 1px solid #c8c8c8;
}
tr#quantityupdate:hover {
    cursor: pointer;
    background: #eee;
}
.p-0{
	padding: 0 !important;
}
.product-info strong{
color: #900;
}
#graduate-price-table td div {
    font-weight: bold;
}
#buynowcontrol_row{
font-family: verdana!important;
}
.BGimg img{ 
max-width: 100%;
max-height: 480px;
}
@media (min-width: 992px){
.product-wrapper {
    position: relative;
}
.product-wrapper .col-md-2 {
    height: 500px;
    overflow-y: scroll;
    overflow-x: initial;
    max-height: 500px;
}
.product-wrapper .col-md-2, .product-wrapper .col-md-6 {
    position: sticky;
    top: 130px;
}
}div .cust {
  display: table-cell;
}
div .cust p {
  font-size: small;
}

.clearfix {
  overflow: auto;
}

.img1 {
  position: relative;
  float: left;
  width: 200px;
  height: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cust-fig {
  border: thin #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  /*max-width: 220px;*/
  margin: auto;
}

.cust-figc {
  /* background-color: #ddd; */
  background-color: #fff;
  color: #555;
  font: italic smaller sans-serif;
  padding: 5px;
  white-space: normal !important;
}
.blue-title {
  color: #184da5;
  font: bold 24px/30px "Verdana";
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

element.style {
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

element.style {
}
.block h2 {
  color: #ff6600;
  font: bold 18px/21px "Verdana";
}
h2,
.h2 {
  font-size: 30px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

element.style {
}
.block h2 {
  color: #ff6600;
  font: bold 18px/21px "Verdana";
}
h2,
.h2 {
  font-size: 30px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h2 {
  font-size: 18px;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #0a263c;
}
h2 {
  font-size: 18px;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
user agent stylesheet h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.main {
  width: 900px;
  margin: 0 auto;
  min-height: 400px;
  padding: 25px 25px 80px;
  background: #fffffe url(../images/bkg_main2.gif) 0 0 no-repeat !important;
  text-align: left;
}
.blue-title {
  color: #184da5;
  font: bold 24px/30px "Verdana";
}
.block {
  border: none;
  margin: 0;
}
.form-item {
  margin-bottom: 6px;
  overflow: hidden;
}
.faa-textarea {
  border: 1px solid #000000;
  padding: 4px 0 0 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 200px;
}
.textarea-perc {
  width: 90%;
}
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.cfx {
  display: block;
  /* clear: both; */
}

.main {
  width: auto;
  background: none;
  padding: 0 9px;
}
label {
  width: 160px;
  display: block;
  float: left;
  padding-top: 2px;
}
.page {
  width: 100%;
  margin: 0 auto;
  max-width: 1318px;
}
div .cust {
  display: table-cell;
}
div .cust p {
  font-size: small;
}

.clearfix {
  overflow: auto;
}

.img1 {
  position: relative;
  float: left;
  width: 200px;
  height: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-left {
  float: left;
  width: 195px;
  padding: 0 0 1px;
}
.cust-fig {
  border: thin #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  /*max-width: 220px;*/
  margin: auto;
}
.form-item {
  margin-bottom: 6px;
  overflow: hidden;
}
.block {
  border: none;
  margin: 0;
}
.ft-contact-box .col-left,
.ft-contact-box .col-right {
  width: 50%;
}
.cust-figc {
  /* background-color: #ddd; */
  background-color: #fff;
  color: #555;
  font: italic smaller sans-serif;
  padding: 5px;
  white-space: normal !important;
}
.col-right {
  width: 50%;
}
.col-right {
  float: right;
  width: 195px;
  padding: 0 0 1px;
}
.form-item {
  margin-bottom: 6px;
  overflow: hidden;
}
.form-item label {
  font-size: 14px;
  font-family: verdana;
  width: 160px;
  display: block;
  float: left;
  padding-top: 2px;
}
.contact-form-box .form-submit {
  background: url(../images/bg-but-124.gif) no-repeat scroll 0 0 transparent;
  border: medium none;
  color: #000000;
  font-weight: bold;
  height: 23px;
  width: 124px;
  cursor: pointer;
  background-color: #ff7000;
  border-radius: 6px;
}
.faa-textarea {
  border: 1px solid #000000;
  padding: 4px 0 0 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 200px;
}
.textarea-perc {
  width: 90%;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
textarea {
  overflow: auto;
}
input.input-text,
textarea {
  padding: 2px;
}
input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #b6b6b6;
}
input,
select,
textarea,
button {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #2f2f2f;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}
textarea {
  height: auto;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 22px;
  padding: 2px 2px 2px 4px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid black;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="file"] {
  display: block;
}
select,
input[type="file"] {
  box-shadow: none;
  *margin-top: 4px;
  clear: both;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,
select,
textarea,
button {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #2f2f2f;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  /* margin: 0; */
  /* padding: 0; */
}
user agent stylesheet input[type="file" i] {
  appearance: none;
  background-color: initial;
  cursor: default;
  align-items: baseline;
  color: inherit;
  text-overflow: ellipsis;
  white-space: pre;
  text-align: start !important;
  padding: initial;
  border: initial;
  overflow: hidden !important;
}

.catalog-category-view .category-description,
.category-papiertasche .category-description,
.category-papiertragetaschen .category-description,
.category-papiertueten .category-description,
.category-plastiktueten .category-description,
.category-tragetaschen .category-description,
.category-woven .category-description,
.category-non-woven .category-description,
.category-pe-kunststofftaschen-bedrucken .category-description,
.category-werbetaschen .category-description,
.category-sacs-promotionnels .category-description,
.category-promotional-bags .category-description {
  min-width: 1px;
}
.category-description {
  min-width: 920px;
}
.category-description {
  margin: 0 0 10px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  /* margin: 0; */
  /* padding: 0; */
}
user agent stylesheet div {
  display: block;
}
.eq-col-wrapper {
  color: #333333;
  margin-top: 10px;
  text-align: left;
}
.eq-col-wrapper .info-box {
  max-width: 625px;
  width: auto;
}
.info-box p {
  margin-bottom: 10px;
}
.eq-col-wrapper p {
  margin-bottom: 25px;
  width: auto;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}

.info-box {
  font: 13px/18px "Verdana";
  color: #333333;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border: 2px solid #1144a0 !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 500px;
  margin: 0 auto 30px;
  box-shadow: inset 2px 2px 2px #818181, 5px 5px 5px #818181;
  -webkit-box-shadow: inset 2px 2px 2px #818181, 5px 5px 5px #818181;
  -moz-box-shadow: inset 2px 2px 2px #818181, 5px 5px 5px #818181;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#818181')";
  filter: progid: DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#818181');
}
.info-box {
  background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.form-item {
  margin-bottom: 6px;
  overflow: hidden;
}
.faa-textarea {
  border: 1px solid #000000;
  padding: 4px 0 0 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 200px;
}
element.style {
}
.bagobag .form-item label {
  width: 160px;
  display: block;
  float: left;
  padding-top: 2px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bagobag .form-text {
  width: 161px;
  border: 0;
  vertical-align: middle;
  /* height: 19px; */
  padding: 2px 2px 2px 4px;
  margin: 0px;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

element.style {
}
.ft-contact-box .col-left,
.ft-contact-box .col-right {
  width: 50%;
}
div.socialbooster .legend {
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  padding: 5px;
  margin: 0 !important;
}
div.socialbooster .legend span {
  cursor: pointer;
  padding: 0 5px;
}
div.socialbooster .legend ul.bookmarks {
  background: transparent none !important;
  width: auto !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: right !important;
}
div.socialbooster ul.bookmarks {
  background: #fff none !important;
  outline: 0 none !important;
  border: 1px solid #ccc;
}
div.socialbooster ul.bookmarks {
  width: auto !important;
  margin: -1px 0 0 0 !important;
  padding: 5px 0 0 5px !important;
  float: left !important;
}
.owl-carousel .owl-item li,
ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul,
ol {
  list-style: none;
}

element.style {
}
div.socialbooster .legend ul.bookmarks {
  background: transparent none !important;
  width: auto !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: right !important;
}
div.socialbooster ul.bookmarks {
  background: #fff none !important;
  outline: 0 none !important;
  border: 1px solid #ccc;
}
div.socialbooster ul.bookmarks {
  width: auto !important;
  margin: -1px 0 0 0 !important;
  padding: 5px 0 0 5px !important;
  float: left !important;
}
.owl-carousel .owl-item li,
ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul,
ol {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
.legend ul.bookmarks {
  background: transparent none !important;
  width: auto !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: right !important;
}
ul.bookmarks li {
  display: inline !important;
  float: left !important;
  list-style-type: none !important;
  margin: 0 0 10px 0;
  height: 17px !important;
  width: 40px !important;
  cursor: pointer !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 none !important;
  outline: 0 none !important;
  clear: none !important;
}
li.sb-facebook {
  background-position: -760px bottom !important;
}
li.sb-twitter {
  background-position: -280px bottom !important;
}
ul.bookmarks a {
  display: block !important;
  width: 40px !important;
  height: 17px !important;
  text-indent: -9999px !important;
  background-color: transparent !important;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.col-left {
  float: left;
  width: 195px;
  padding: 0 0 1px;
}
.main-container {
  margin-top: 45px;
  background: none;
}
.col-main {
  float: left;
  width: 685px;
  padding: 0 0 1px;
}
div.socialbooster:first-child {
  margin: 0 !important;
}
div.socialbooster {
  margin: 20px 0;
  clear: both !important;
}
div.socialbooster .legend {
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  padding: 5px;
  margin: 0 !important;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 22px;
  padding: 2px 2px 2px 4px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid black;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-text {
  width: 161px;
  border: 0;
  vertical-align: middle;
  /* height: 19px; */
  padding: 2px 2px 2px 4px;
  margin: 0px;
  vertical-align: middle;
  border: 1px solid #000000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.ft-contact-box .col-left,
.ft-contact-box .col-right {
  width: 50%;
}
button[data-balloon] {
  overflow: visible;
}
[data-balloon] {
  position: relative;
  z-index:9
}
[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  white-space: nowrap;
  margin-bottom: 11px;
  text-transform:none;
  font-weight:normal;
}
[data-balloon]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px;
}
[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}
[data-balloon][data-balloon-break]:after {
  white-space: pre;
}
[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
[data-balloon-pos="down"]:after {
  margin-top: 11px;
}
[data-balloon-pos="down"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}
[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
[data-balloon-pos="left"]:after {
  margin-right: 11px;
}
[data-balloon-pos="left"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}
[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
[data-balloon-pos="right"]:after {
  margin-left: 11px;
}
[data-balloon-pos="right"]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}
[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon-length]:after {
  white-space: normal;
}
[data-balloon-length="small"]:after {
  width: 80px;
}
[data-balloon-length="medium"]:after {
  width: 150px;
}
[data-balloon-length="large"]:after {
  width: 260px;
}
[data-balloon-length="xlarge"]:after {
  width: 90vw;
}
@media screen and (min-width: 768px) {
  [data-balloon-length="xlarge"]:after {
    width: 380px;
  }
}
[data-balloon-length="fit"]:after {
  width: 100%;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/application/assets/fonts/vendor/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  /**margin-bottom: -3px;*/
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
        background: #fff;
        border: 1px solid #bbb;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
        -ms-user-select: none;
        zoom: 1;
        -webkit-transform: translate3d(0, 0, 0);
        font-size: 13px;
        font-family: verdana, arial, sans-serif;
        line-height: normal;
        position: absolute;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 240px;
        padding: 10px 0;
        margin-top: 6px;
        margin-right:0;
        margin-bottom: 0;
        margin-left: -20px;
        list-style: none;
        background-color: #ffffff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
          border-radius: 3px;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  /**width: 100%;*/
  height: 1px;
  margin: 9px 1px;
  /**margin: -5px 0 5px;*/
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding-top: 3px;
  padding-right:20px;
  padding-bottom:3px;
  padding-left: 15px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #444;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #e47911;
  text-decoration: none;
  font-weight:700
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
        color: #e47911;
        text-decoration: none;
        font-weight:700
}
.dropdown-menu li a.maintain-hover {
        color: #e47911;
        text-decoration: none;
        font-weight:700
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: 'progid:DXImageTransform.Microsoft.gradient(enabled=false)';
}

.open {
  /**z-index: 1000;*/
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.tab-content {
  overflow: auto;
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 84px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 85px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 499px;
  max-width:499px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-left:1px solid #bbb;
  border-left: 1px solid #ddd;
  -webkit-border-top-right-radius: 3px;
     -moz-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
          -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}
/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.2
 */
#growls {
  z-index: 50000;
  position: fixed; }
  #growls.default {
    top: 10px;
    right: 10px; }
  #growls.tl {
    top: 10px;
    left: 10px; }
  #growls.tr {
    top: 10px;
    right: 10px; }
  #growls.bl {
    bottom: 10px;
    left: 10px; }
  #growls.br {
    bottom: 10px;
    right: 10px; }
  #growls.tc {
    top: 10px;
    right: 10px;
    left: 10px; }
  #growls.bc {
    bottom: 10px;
    right: 10px;
    left: 10px; }
  #growls.tc .growl, #growls.bc .growl {
    margin-left: auto;
    margin-right: auto; }

.growl {
  opacity: 0.98;
  filter: alpha(opacity=98);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
  .growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
  .growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
  .growl.growl-default {
    color: #FFF;
    background: #7f8c8d; }
  .growl.growl-error {
    color: #FFF;
    background: rgba(216, 62, 62, 0.98) }
  .growl.growl-notice {
    color: #FFF;
    background: rgba(15, 165, 37, 0.98); }
  .growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
  .growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
  .growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
  .growl .growl-message {
    font-size: 14px;
    line-height: 18px; }
