#top-head-container ul {
	list-style-type: none !important;
}
.header-container-slim {
	z-index:4001;
	position: relative;
}
.header-container {
    left: 0;
    right: 0;
    transition: top 0.6s ease-in-out;
    z-index: 1000;
}
.navbar-fixed-top {
    top: 0;
}
/* 2.1 Top-bar */
.top-bar-slim {
	background: #fafafa;
	border-bottom: 1px solid #dbdbdb;
	width:100%;
	height:54px;
	text-align: right;
	color: #222;
	line-height: 30px;
	padding: 12px 0; /*3px 0*/
}
.top-bar-slim a img {
	max-height:24px;
}
.top-bar-slim a {
	display:inline-block;
	padding:0 4px;
	color:#ccc;
	text-decoration:underline;
}
.slim-login {
	text-align: left;
}
.slim-login a {
	padding:0;
}
.top-bar-slim a:hover {
	text-decoration:underline;
}
/* 2.2 Header */
.header {
	width:91%;
	margin:auto;	
	background: #fafafa;
	/*border: 2px solid orange;*/
	border-top: none;
	border-radius: 0 0 1em 1em;
	/* border-radius: 0 0 25px 25px; */
	/* box-shadow: 0 4px 8px 0 rgb(0 0 0), 0 6px 20px 0 rgb(0 0 0); */
    /* box-shadow: 0 5px 7px 0 rgb(67 67 67); */
    box-shadow: 0 5px 7px 0 rgb(0 0 0 / 50%);
	transition: top .25s;
}
.header .box-fluid {
	position:relative;
	z-index:10;
}
@media only screen and (min-width : 150px) and (max-width : 1225px)
{
	.bot-nav-right {
		padding-top:5px;
	}
	.top-link .cart-hover{
		margin-top:-35px!important;
	}
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{
	.arrow-bot {
		display:none;
	}
}
#mobilemenu
{
	display:none;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	#mobilemenu {
		display:inline;
	}
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.product-list4 .txtb {
		width:100%;
		margin-top:15px;
	}
}
.product-list {
	display:none;
	border:#dedede 1px solid;
	border-top:1px solid #fff;
	background:#fff;
	width:465px;
	float:left ;
	margin:0;
	position:absolute;
	right:0;
	top:0px;
	z-index:99;
	overflow:none;
}
.product-list .row {
	width:100%;
	float:left ;
	height:39px;
	line-height:39px;
}
.product-list .row strong {
	display: block;
	/* padding-left: 12px; */
	padding: 14px;
	font-size: 13px;
	color: #333
}
.product-list a.close {
	background:url(/application/assets/images/v5/ico_close.png) no-repeat left top;
	width:15px;
	height:14px;
	display:block;
	float:right ;
	text-indent:-9999px;
	margin: 0;
}
.product-list .close:hover {
	background-position:left bottom;
}
.product-list-in {
	border-top:#d6d6d6 1px dotted;
	border-bottom:#d6d6d6 1px dotted;
	width:415px;
	height:198px;
	float:left ;
	position:relative;
	z-index:2;
}
.product-list-in a.prev, .product-list-in 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:67px;
	z-index:5;
}
.product-list-in a.prev {
	background-position:left top;
	left:20px;
}
.product-list-in a.prev:hover {
	background-position:left bottom;
}
.product-list-in a.next {
	background-position:right top;
	right:20px;
}
.product-list-in a.next:hover {
	background-position:right bottom;
}
.product-list-in a.next.disabled
{
	visibility: hidden;
}
.product-list-in a.prev.disabled
{
	visibility: hidden;
}
.product-list-in ul {
	padding-left:38px;
}
.product-list-in li {
	text-transform:uppercase;
	width: 130px;
	height: 198px;
	float:left ;
	margin-left:8px;
}
.product-list-in .imgb {
	vertical-align: middle;
	padding: 1px;
	display: table-cell;
	border: 1px solid #e2e2e2;
	text-align: center;
	font-size: 1px;
	background-color:#fff;
}
.product-list-in li span a {
	text-transform: uppercase;
	height: 35px;
	display: block;
	overflow: hidden;
	line-height: 17px;
	text-decoration: none;
}
.product-list-in li span a:hover {
	color:#E71;
}
.product-list-in li strong {
	display: block;
	padding-top: 8px;
	font-size: 13px;
}
.product-list-in li a {
	padding-top:5px;
	font-size:11px;
	color:#1346BE;
	display:block;
	font-family: verdana, arial, sans-serif;
}
.product-list-in li img {
	border: 0 solid;
}
.product-list-in li .timeleft {
	display:block;
	padding-top:4px;
	text-transform:none;
	font-size: 10px;
	color: #777;
}
.product-list .row2 {
	width:100%;
	height:40px;
	float:left ;
}
.product-list .row2 ul {
	float:right ;
	padding:12px 0 0 0;
}
.product-list .row2 li {
	border-left:#d5d5d5 1px dotted;
	float:left ;
	height:15px;
	font-size:11px;
	line-height:15px;
	padding-top:0;
	padding-right:11px;
	padding-bottom:0;
	padding-left:9px;
	padding:0 11px 0 9px;
}
.product-list .row2 li:first-child {
	border-left:none;
}
.product-list .row2 li a{
	color:#c5c5c5;
}
.product-list .row2 li a:hover, .product-list .row2 li.active a {
	color:#333;
}
.product-list a.arrow-bot2 {
	background:#fff url(/application/assets/images/v5/ico_arrow_header_bot.png) no-repeat left top;
	border:1px solid #dedede;
	border-top:none;
	width:48px;
	height:22px;
	float:left ;
	position:absolute;
	right:-1px;
	bottom:-23px;
	z-index:2;
	text-indent:-9999px;
}
/* header-top */
.header-top {
    display: flex;
	width:100%;
	height:60px;
	margin-bottom:10px;
}
.header-top .top-nav-left{
    flex: 4;
}
.top-nav-left {
	float: left;
	display: inline-block;
	height: 39px;
	position: relative;
}
.top-nav-fill {
	width: 55%;
	height: 39px;
	float:left;
}
#billboard-3 {
	float: right;
	display: inline-block;
	width: 100%;
	height: 39px;
	padding-top: 10px;
	padding-right: 12px;
	text-align: right;
	position: relative;
}
.navbar-fixed-top #billboard-3 {
	display: none;
}
.top-nav-right #global-location {
    float: right;
    text-decoration: none;
    width:auto;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px;
}
.top-nav-right #global-location img {
	vertical-align:middle;
}
.cust_headdiv .social_sect {
	display: inline-block;
	text-align: center;
}
/* 2.2.1 Logo */
.header #logo {
	padding-top: 6px;
	padding-right:0;
	padding-bottom:0;
	padding-left:27px
}
.logo {
	float:left ;
	position: relative;
	line-height: 0;
	height: 100%
}
/* 2.2.2 Top-link */
.top-link {
	float:right ;
	font-size:12px;
	color:#333;
	font-weight:normal;
}
.top-link .dropdown-menu li {
	float:none;
	margin-top:0;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0px;
	position:static
}
.top-link li {
	float:left ;
	margin: 0;
	/* margin-top:0;
	margin-bottom:0;
	margin-left:15px;
	margin-right:7px; */
	position:relative;
	/* z-index:5; */
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.bot-nav-right .top-link li {
		margin-left:6px;
	}
	ul.dropdown-menu {
		min-width:0px!important;
	} 
	.nav-column{
		width:auto!important;
	}
	.nav-text{
		font-size:11px!important;
		line-height:15px!important;
		width:50%!important;
	}
	.nav-panel{
		width:auto;
		margin-right:auto;
	}
}
.top-link li a {
	display:block;
	color:#333;
	line-height:16px;
}
.top-link li a:hover {
	color:#E71;
	text-decoration: none;
}
.top-link .dropdown-menu a.arrow {
	background-image: url(data:image/gif;base64,R0lGODlhBwAKAMIEAObm5uvr6/Dw8P39/f///////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7);
	background-position: right 6px;
	background-repeat: no-repeat;
	margin-right:9px
}
.top-link .dropdown-menu a.arrow:hover, .top-link .dropdown-menu a.arrow.maintain-hover {
	background-image: url(data:image/gif;base64,R0lGODlhBwAKAMIEAICAgJmZmbOzs/f39////////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7)
}
.top-link .dropdown-toggle {
	text-decoration:none
}
.top-link ul.dropdown-menu {
	/*min-height:541px*/
}
.top-link .dropdown-menu li a:hover {
	background-image: none;
}
.header #shop-by-category .popover {
	max-width: unset !important;
}
.top-link .dropdown-menu .popover.first {
	width:499px;
}
.top-link .dropdown-menu .nav-divider {
	position: relative;
	display: block;
	line-height: 1px;
	height: 1px;
	overflow-y: hidden;
	overflow-x: hidden;
	background-image: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: rgb(238, 238, 238);
	background-size: initial;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	width:90%
}
.nav-column {
	width:50%;
	float: left;
	clear: none;
	
}
.nav-column-notfirst {
	/*margin-left: -12px*/
}
.nav-item {
	left: 5px;
	width: 220px
}
.nav-item {
	position: relative;
	/*display: block;*/
	clear: both;
	font-family: verdana, arial, sans-serif;
	line-height: 16px;
	padding: 0 0 5px;
	margin: 0;
	text-decoration: none;
	cursor: default;
}
.nav-title {
	padding-bottom: 10px;
	left: 5px
}
.nav-text {
	font-size: 18px;
	line-height: 19px;
	color: #e47911
}
.nav-text {
	display: block;
	font-size: 13px;
	color: #444;
	font-weight: 400;
	white-space: normal;
	word-wrap: break-word
}
.nav-title .nav-text a {
	font-weight:normal
}
.nav-subtext {
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	color: #999;
	white-space: normal
}
.nav-title .nav-text {
	font-size: 16px;
	line-height: 19px;
	color: #e47911
}
.nav-panel {
	width: 220px;
	margin-right: 21px
}
.nav-panel .nav-link {
	left: 5px;
	cursor: pointer
}

.top-link li a span {
	background:url(/application/assets/images/v5/sprite_nav_top_link.png) no-repeat right top;
	display:inline-block;
	padding-right:15px
}
.top-link li .nav-panel a span {
	background:none;
	display:block;
	padding-right:0px
}
.top-link li .nav-panel a.nav-link:hover .nav-text {
	text-decoration:underline;
	color:#e47911
}
.top-link li:hover .nav-panel a.nav-link .nav-subtext {
	text-decoration:none
}
.top-link .nav-promo {
	position: absolute;
	bottom: -15px;
	right: 0;
	border: none;
	margin-right: 0;
	max-width: none;
	margin-bottom: 14px
}
.top-link img.nav-promo {
	bottom: -22px;
	right: -18px;
	width: 519px;
	height: 540px;
}
.top-link li.lang-hover a span {
	background: url(/application/assets/images/v5/sprite_nav_top_link.png) no-repeat right top;
	display: inline-block;
	padding-right:15px
}
.top-link li.lang-hover:hover a span {
	background: url(/application/assets/images/v5/sprite_nav_top_link.png) no-repeat right bottom 2px;
	display: inline-block;
	padding-right: 15px;
}
.top-link li a span#cart-count.cart-count {
	background: none;
	display: inline-block;
	padding-left: 24px;
	padding-right: 13px;
}
.top-link li:hover a span {
	background-position: right bottom -2px;
}
.top-link ul.cart-list a span {
	background: none;
}
.top-link li a.login {
	background: url(/application/assets/images/v5/ico_man.png) no-repeat top left;
	padding-left: 27px;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.top-link li a.login {
		background:none;
		padding-left:0;
	}
}
@media only screen and (min-width : 150px) and (max-width : 768) {
	ul.dropdown-menu {
		min-width:0px!important;
	} 
	.nav-column{
		width:auto!important;
	}
}
.top-link li:hover a.login {
	background:url(/application/assets/images/v5/ico_man.png) no-repeat top left;
	padding-left:27px
}
.top-link li a.favorite {
	background:url(/application/assets/images/v5/ico_star.png) no-repeat left center;
	padding-left:25px
}
.top-link li a.mycp {
	background:url(/application/assets/images/v5/ico_man.png) no-repeat left center;
	padding-left:25px
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.top-link li a.mycp {
		background:none;
		padding-left:0
	}
}
.top-link li a.shoppingcart {
	background:url(/application/assets/images/v5/ico_cart_widget.png) no-repeat left center;
	height:24px;
	padding-left:45px
}
.cart-count {
	left: -7px;
	top: -2px;
	font-size: 15px;
	width: 19px;
	font-weight: 700;
	font-family: arial,sans-serif;
	position: absolute;
	line-height: 16px;
	text-align: center
}
.top-link li a.cms {
	background:url(/application/assets/images/v5/ico_shield.png) no-repeat left center;
	padding-left:25px
}
.top-link li a.sell {
	background:url(/application/assets/images/v5/ico_coins.png) no-repeat left center;
	padding-left:25px
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.top-link li a.sell {
		background:none;
		padding-left: 0;
	}
}
.top-link li a.buy {
	background:url(/application/assets/images/v5/ico_buy.png) no-repeat left center;
	padding-left: 25px;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.top-link li a.buy {
		background:none;
		padding-left: 0;
	}
}
.top-link li a.stores {
	background: url(/application/assets/images/v5/ico_addcart.png) no-repeat left center;
	padding-left: 25px;
}
.top-link li a.admin {
	background: url(/application/uploads/attachments/meta/favicon.png) no-repeat left center;
	padding-left:25px;
	background-size: 16px 16px;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.top-link li a.stores, .top-link li a.admin	{
		background: none;
		padding-left:0
	}
}
.top-link li a.facebook {
	background:url(/application/assets/images/v5/signin_facebook_small.png) no-repeat left center;
	padding-left:25px;
	color:#3e5c97
}
.top-link li.lang-hover:hover .top-dropdown, .top-link li.login-hover:hover .top-dropdown, .top-link li.cart-hover:hover .top-dropdown, .top-link li.sell-hover:hover .top-dropdown, .top-link li.buy-hover:hover .top-dropdown, .top-link li.stores-hover:hover .top-dropdown, .top-link li.cms-hover:hover .top-dropdown {
	visibility: visible;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.cms-hover, .sell-hover, .buy-hover, .stores-hover, .admin-hover, .order-hover {
		display: none;
	}
}
.top-link .cart-hover {
	right:-5px;
	position: absolute;
	margin-top: -45px;
	z-index: 102
}
.box-fluid .top-link .cart-hover {
	right:395px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	#top-nav-right-ad {
	        display: none;
	}
}
.top-link .top-dropdown {
	top:100%;
	width:260px;
	/*width:215px;*/
	padding-top:3px;
	z-index:999;
	background:#fff;
	/* border:1px solid #bbb; */
	border-radius: 1em;
	float:left ;
	position:absolute;
	right:0;
	visibility: hidden;
}
#background-links .top-link .top-dropdown.content-pages {
	width: 330px;
	left: 0;
	right: unset;
}
.top-link .cart-hover .top-dropdown {
	background:#fff;
	border: 1px solid #bbb;
	float: left;
	padding-top: 3px;
	margin-top: -35px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	visibility: hidden;
	border-radius: 1em;
	transition: 0.2s 0.4s
}
.top-link .gap {
	width:268px;
}
.top-link .gap2 {
	width:322px;
}
#shopping-cart-list {
	width:350px;
}
.top-link .top-dropdown p {
	padding-top:10px;
	padding-bottom:0;
	padding-left:0;
	padding-right:15px;
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:17px;
}
.top-link .top-dropdown ul.cart-list, ul.cart-list  {
	padding:5px 0 13px 0;
	max-height: 265px;
	overflow: hidden;
	overflow-y: scroll;
}
ul.cart-list::-webkit-scrollbar{height:16px;overflow:visible;width:8px}
ul.cart-list::-webkit-scrollbar-button{height:0;width:0}
ul.cart-list::-webkit-scrollbar-track{background-clip:padding-box;box-shadow:inset 1px 0 0 #e6e6e6}
ul.cart-list::-webkit-scrollbar-track:hover{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #e6e6e6}
ul.cart-list::-webkit-scrollbar-track:active{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #dcdcdc,inset -1px 0 0 #eeeeee}
ul.cart-list::-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}
ul.cart-list::-webkit-scrollbar-thumb:hover{background-color:#999999;box-shadow:inset 1px 1px 1px #c0c0c0}
ul.cart-list::-webkit-scrollbar-thumb:active{background-color:#808080;box-shadow:inset 1px 1px 3px #a6a6a6}

.top-link .top-dropdown .cart-list li, .cart-list li {
	padding:15px 15px 13px 15px;
	position: relative
}
.top-link .top-dropdown .cart-list li.blueborder, .cart-list li.blueborder {
	padding:15px 15px 13px 15px;
	position: relative;
	background: rgba(217, 234, 255, 0.3);
	border:none;
}
.top-link .top-dropdown .cart-list li a, .cart-list li a {
	display: table;
	width: 100%;
	white-space: nowrap;
	background:none;
	padding:0;
	line-height:1.4;
}
.top-link .top-dropdown .cart-list .product-name, .cart-list .product-name {
	white-space: normal;
	background: none;
	padding:0;
	margin-left:15px;
}
.top-link .top-dropdown .cart-list .product-name span, .cart-list .product-name span {
	padding:0;
	background: none;
	width:145px;
}
.top-link .top-dropdown .cart-list .product-name span.pname, .cart-list .product-name span.pname {
	color:#004b91;
	font-size:12px;
	line-height:1.4;
	max-height: 44px;
	overflow: hidden;
	margin-right:7px;
}
.top-link .top-dropdown .cart-list li a:hover span.pname, .cart-list li a:hover span.pname {
	color: #F89400 !important;
}
.top-link .top-dropdown .cart-list .product-image, .cart-list .product-image {
	width: 62px;
	height: 62px;
	border: 1px solid #d0d0d0;
	padding: 0;
	background: white;
	display: table-cell !important;
	text-align: center;
	vertical-align: middle
}
.top-link .top-dropdown .cart-list .product-image img, .cart-list .product-image img {
	vertical-align: middle;
	max-width:62px;
	max-height:62px
}
.top-link .top-dropdown .cart-list .pprice, .cart-list .pprice {
	position: absolute;
	/*color: #999;*/
	text-align:right ;
	line-height: 1.4;
	/*font-size: 10px;*/
	background:none;
	padding:0;
}
.top-link .top-dropdown .cart-list .pprice strong, .cart-list .pprice strong {
	color: #444;
	font-size: 10px;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
.top-link .top-dropdown ul {
	padding:10px 3px 13px 15px;
}
.top-link .top-dropdown li {
	float:none;
	padding:0;
	margin:0;
	font-weight:normal;
}
.top-link .top-dropdown li a {
	background:url(/application/assets/images/v5/arrow1.png) no-repeat left -16px;
	padding-top:0;
	padding-bottom:0;
	padding-left:11px;
	padding-right:0;
	line-height:22px;
}
.top-link li a:hover {
	text-decoration:underline;
}
.top-link li span a:hover, .top-link li.login-hover a:hover {
	text-decoration:none;
}
.top-link .top-dropdown li:hover a {
	background-position:left 2px;
}
/* .top-link .content-pages li:hover a {
	background:url(/application/assets/images/v5/arrow1.png) no-repeat left -16px;
} */
.top-link .top-dropdown li.divider {
	border-bottom:1px dotted #ddd;
	padding-bottom:10px;
	margin-bottom:9px;
}
.top-link .user-login {
	border-bottom:1px dotted #d5d5d5;
	line-height: 17px;
	font-size:12px;
	color:#545454;
}
.top-link .user-login .new-user {
	font-weight:normal;
	color:#777;
	display:inline-table
}
.top-link .user-login a.login-link {
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
.top-link .user-login a.login-link:hover {
	color:#fff;
}
.top-link a.login-link {
	background:url(/application/assets/images/v5/bg_org_button1.png) repeat-x left top;
	border:1px solid #c2790a;
	width:180px;
	height:26px;
	float:left ;
	padding:0;
	margin-bottom:8px;
	text-align:center;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	line-height:26px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	text-decoration:none;
}
.top-link a.login-link:hover {
	background-position:left bottom;
	color:#fff;
}
.top-link .user-login a {
	display:inline-block;
	padding-left:3px;
	font-weight:normal;
	color:#1346BE;
}
.top-link .user-login a:hover {
	color:#E71;
}
.top-link .user-login p.gray
{
	color:#777;
	margin-bottom:5px;
}
.top-link li.favorite-hover:hover .top-dropdown2 {
	visibility:visible;
}
.top-link li.menu-hover:hover .top-dropdown3 {
	visibility:visible;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.favorite-hover {
		display:none
	}
}
.top-link .top-dropdown2 {
	background:#fff;
	border: 1px solid #bbb;
	width: 322px;
	float: left;
	padding-top: 3px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
	visibility: hidden;
	border-radius: 1em;
	font-weight: normal;
}
.top-link .top-dropdown2 h4 {
	border-top:1px solid #e5e5e5;	
	width:100%;
	height:40px;
	float:left ;
	font-size:13px;
	color:#333;
	font-weight:bold;
	line-height:40px;
}
.top-link .top-dropdown2 h4 span a {
	color:#999;
}
.top-link .top-dropdown2 h4 span a:hover {
	color:#999;
	text-decoration: underline;
}
.top-link .top-dropdown2 h4 a {
	display:block;
	padding-left:15px;
	color:#333;
	line-height:40px;
}
.top-link .top-dropdown2 h4 a:hover {
	text-decoration: none;
}
.top-link .top-dropdown3 {
	background:#fff;
	border: 1px solid #bbb;
	width: 537px;
	float: left;
	padding-top: 3px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
	visibility: hidden;
	border-radius: 1em;
	font-weight: normal;
}
.top-link .top-dropdown3 h4 {
	border-top:1px solid #e5e5e5;	
	width:100%;
	height:40px;
	float:left ;
	font-size:13px;
	color:#333;
	font-weight:bold;
	line-height:40px;
}
.top-link .top-dropdown3 h4 span a {
	color:#999;
}
.top-link .top-dropdown3 h4 span a:hover {
	color:#999;
	text-decoration: underline;
}
.top-link .top-dropdown3 h4 a {
	display:block;
	padding-left:15px;
	color:#333;
	line-height:40px;
}
.top-link .top-dropdown3 h4 a:hover {
	text-decoration: none;
}
.top-link .top-dropdown2 .tab-cont {
	background:#f8f8f8;
	width:100%;
}
.top-link .top-dropdown2 .txtb {
	border-top:1px solid #e5e5e5;
	width:286px;
	float:left ;
	padding:15px 20px 15px 16px;
	font-size:12px;
	color:#444;
}
.top-link .top-dropdown2 .nopadding {
	padding:0;
	width:322px;
}
.top-link .top-dropdown2 .txtb p {
	line-height:18px;
	padding-bottom:10px;
}
.top-link .top-dropdown2 .txtb span {
	display:block;
	font-size:10px;
}
.top-link .top-dropdown2 .txtb span a {
	display:inline-block;
	color:#E71;
}
.top-link .top-dropdown2 .txtb span a:hover {
	text-decoration: underline;
}
.top-link .top-dropdown2 .blueonly span {
	display:block;
	font-size:11px;
	color:#004b91;
}
.top-link .top-dropdown2 .blueonly span a {
	display:inline-block;
	color:#004b91;
}
.top-link .top-dropdown2 .blueonly span a:hover {
	text-decoration: underline;
}
.top-link .badge {
	display: block;
	position: absolute;
	top: 11px;
	right: 5px;
	line-height: 16px;
	height: 16px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:5px;
	font-family: verdana, arial, sans-serif;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.25);
	border: 1px solid;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}
.top-link .login-hover .badge {
	display: block;
	position: absolute;
	top: 2px;
	right: 5px;
	line-height: 16px;
	height: 16px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:5px;
	font-family: verdana, arial, sans-serif;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.25);
	border: 1px solid;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}
.top-link .badge.blue {
	background: #67c1ef;
	border-color: #30aae9;
	background-image: -webkit-linear-gradient(top, #acddf6, #67c1ef);
	background-image: -moz-linear-gradient(top, #acddf6, #67c1ef);
	background-image: -o-linear-gradient(top, #acddf6, #67c1ef);
	background-image: linear-gradient(to bottom, #acddf6, #67c1ef);
}
.top-link .badge.green {
	background: #77cc51;
	border-color: #59ad33;
	background-image: -webkit-linear-gradient(top, #a5dd8c, #77cc51);
	background-image: -moz-linear-gradient(top, #a5dd8c, #77cc51);
	background-image: -o-linear-gradient(top, #a5dd8c, #77cc51);
	background-image: linear-gradient(to bottom, #a5dd8c, #77cc51);
}
.top-link .badge.yellow {
	background: #faba3e;
	border-color: #f4a306;
	background-image: -webkit-linear-gradient(top, #fcd589, #faba3e);
	background-image: -moz-linear-gradient(top, #fcd589, #faba3e);
	background-image: -o-linear-gradient(top, #fcd589, #faba3e);
	background-image: linear-gradient(to bottom, #fcd589, #faba3e);
}
.top-link .badge.red {
	background: #fa623f;
	border-color: #fa5a35;
	background-image: -webkit-linear-gradient(top, #fc9f8a, #fa623f);
	background-image: -moz-linear-gradient(top, #fc9f8a, #fa623f);
	background-image: -o-linear-gradient(top, #fc9f8a, #fa623f);
	background-image: linear-gradient(to bottom, #fc9f8a, #fa623f);
}
.top-link .cart-hover-stores {
	right:auto;
	margin-top:7px;
}
.top-link .order-hover {
	padding-top:16px;
}
.bot-nav-left {
	float: left;
	display: inline-block;
}
.bot-nav-right {
	float: right;
	display: inline-block;
	height: 39px;
	position: relative;
}
.bot-nav-fill {
	width: auto;
	/*padding-top:10px;*/
}
.bot-nav-left #global-location {
	float: left;
	text-decoration: none;
	width: 100px;
	overflow: hidden
}


#top-head-container {
	/* background:url("../../uploads/grad_ornament.jpg"); */
	display: flex;
}
#top-head-container .box-fluid {
	background:#fff;
	border-radius: inherit;
	height: 100%;
}
.header .logo2.onlydesktop img {
	width: 90px;
	height: 90px;
}
.header .logo2 {
	/* margin: 33px -155px; */
	margin: 2px -173px;
}
@media only screen and (max-width: 1440px)  {
	.header .logo2 {
		margin: 2px -173px;
	}
}
.popover {
	overflow-x: hidden;
	overflow-y: scroll;
}
.header-top .top-nav-fill {
    flex: 4;
    padding: 0 10px;
}
.header-top .nav-lang{
    flex: 1;
    justify-content: center;
    display: flex;
}
.header-bot {
	display: flex;
    justify-content: center;
	align-items: center;
	/* position: relative; */
	width:100%;
	height:70px;
    padding: 0;
}
#background-links {
   /* padding-top: 20px;*/
}
#background-links .top-nav-left {
	height:auto;
}
#background-links .mega-menu .login-hover {
	padding: 10px;
}
#background-links .mega-menu .login-hover a {
	padding:0px;
}
#background-links .mega-menu .login-hover a:hover {
    background: none;
	cursor: pointer;
}
.mega-menu .top-dropdown li {
	padding: 0 0 0 5px;
	text-align:left;
	line-height: 22px;
}
.mega-menu .top-dropdown li a {
	display: inline-block;
	padding: 0 0 0 11px;
	background: none;
}
.mega-menu .top-dropdown li i {
    position: absolute;
    top: 5px;
	right: 4px;
    padding: 0px 5px 0px 20px;
}
.mega-menu .top-dropdown li:hover > i {
	color: orange;
}
.mega-menu .custom-arrow-up {
    display: none;
}
.mega-menu ul ul li:hover {
	overflow-x: visible;
}
.mega-menu ul ul li:hover > ul {
    display: block;
}
.mega-menu ul ul ul {
    display: none;
    width: 352px;
    margin-top: -10px;
    position: absolute;
    top: 0;
	left: 242px;
	z-index: 9;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 1em;
    box-shadow: 0 6px 20px 0 rgb(67 67 67);
}
/* .mega-menu .top-dropdown .content-pages ul {
	left: 242px;
} */
.top-dropdown .content-pages .content-pages ul {
	width: fit-content;
	min-width: 180px;
}
.responsive-menu, #scrim {
	display: none;
}
.sub-header .arrow-bot {
	position: relative;
    width: 50px;
    height: 24px;
	z-index:8;
	background:url(/application/assets/images/v5/ico_arrow_header_top.png) no-repeat left top;
	background-color: #fafafa;
	right:10px;
}
.header-bot .arrow-bot a {
	display:block;
}
.header-bot .arrow-bot a.arrow-link {
	text-indent:-9999px;
}
.header-bot .bot-nav-left {
	float:right;
}
.bot-nav-right .lang-hover{
    display: none;
}
.header-bot #login a {
	display: none !important;
}
#top-head-container.navbar-fixed-top {
	position: relative;
	width: 100%;
	height: 119px;
	background: transparent;
}
#top-head-container.navbar-fixed-top .header {
	width: 100%;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-left: 0px !important;
	border-radius: 0 0 25px 25px;
}
.navbar-fixed-top .header-top {
	height: 45px;
	padding-top: 0;
	margin-bottom: 0;
}
.navbar-fixed-top #logo img {
	margin-top: 0;
}
.navbar-fixed-top .logo2.onlydesktop img {
	display: none;
}
.navbar-fixed-top #background-links {
	padding-top: 0;
}


/***************************/
/* 08.2023 M. Arndt: To make the menu mobile friendly.
	For this I imported some css from the TEMPLATE_headerbit.html to this place.
	Present design is reduced to:
		1. logo
		2. hamburger menu
		3. Language menu
	All other features are commented out or set display:none.
*/

.header #logo2 > div {
	margin-left: 80px !important;
}
@media only screen and (min-width: 1550px) {
	.header .logo2.onlydesktop img {
		/* margin-top: 56px; */
	}
}
@media only screen and (max-width: 1515px) {
	.header .logo2.onlydesktop img {
		margin-left: -44px;
	}
}
@media only screen and (min-width: 601px) {
	#background-links .mega-menu .top-dropdown {
		top:100%;
	}
	.mega-menu .top-dropdown .fa {
		font-weight: bold;
	}
	#background-links .mega-menu .top-dropdown:hover {
		overflow: visible !important;
	}
	.mega-menu .top-dropdown.shown {
		visibility: visible;
	}
	#background-links .mega-menu .top-dropdown.closing {
		overflow: hidden !important;
	}
	.mega-menu .top-dropdown.submenu {
		padding-top: 0;
	}
	.mega-menu .top-dropdown.submenu ul {
		padding-top: 0;
	}
	#background-links .mega-menu .top-dropdown.submenu .arrow-back {
		display: flex;
		padding: 12px 0 10px 4px;
		cursor: pointer;
		text-align: left;
	}
	#background-links .mega-menu .top-dropdown.submenu .arrow-back:hover i, 
	#background-links .mega-menu .top-dropdown.submenu .arrow-back:hover span {
		color: orange;
	}
	.mega-menu .top-dropdown.submenu .arrow-back i {
		padding: 0px 4px 0px 4px;
	}
	.mega-menu .top-dropdown.submenu .arrow-back span {
		flex-grow: 2;
		padding-left: 3px;
		font-size: 16px;
		font-weight: bold;
	}
	.mega-menu .top-dropdown.submenu .custom-arrow-up {
		display: block;
		padding: 2px 0;
		border-radius: 1em;
		cursor: pointer;
	}
	.navbar-fixed-top .sub-header {
		display: none;
	}
}
@media only screen and (min-width: 601px) and (max-width: 1409px) {
	.header .logo2.onlydesktop img {
		margin-left: -124px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 1366px) {
	#background-links .mega-menu ul li:nth-child(4) .top-dropdown .content-pages ul ul {
		width: 180px;
		left: -181px;
		z-index: 10;
	}
	#background-links .mega-menu ul li:nth-child(6) .top-dropdown .content-pages ul {
		width: 190px;
		z-index: 9;
	}
}
@media only screen and (min-width: 1201px) {
	.mega-menu .top-dropdown li {
		font-size: 16px;
		line-height: 26px;
	}
	.mega-menu ul ul ul {
		left: 308px;
	}
	.mega-menu .top-dropdown .content-pages .content-pages ul {
		left: 242px;
	}
	#logo > div.logo.onlydesktop {
		margin-top: 12px;
    	margin-left: 26px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 1200px) {
	.header #logo img {
		width: 150px;
		margin-top: 0;
		margin-left: 8px;
	}
	.header #shop-by-category .popover {
		width: 100%;
		/*max-width: 240px;*/
		max-width: unset !important;
	}
	.mega-menu .top-dropdown li {
		font-size: 14px;
		line-height: 22px;
	}
    #background-links .mega-menu .top-dropdown.content-pages {
        width: 262px;
    }
    #background-links .mega-menu ul li:nth-child(5) .top-dropdown {
        left: -96px;
    }
    #background-links .mega-menu ul li:nth-child(6) .top-dropdown {
        left: -154px;
    }
    #background-links .mega-menu ul li:nth-child(7) .top-dropdown {
        left: -144px;
    }
	#background-links .mega-menu .top-dropdown .content-pages .content-pages ul {
		width: fit-content;
		min-width: 180px;
	}
}
@media only screen and (max-width: 1200px) {
	.container-fluid {
		padding:0;
	}
	.header #logo {
		padding: 0;
	}
	.header #logo2 {
		display: none;
	}
	.header #logo2 > div {
		margin-left: unset;
	}
}
@media only screen and (min-width: 601px) and (max-width: 1117px) {
	.navbar-fixed-top #logo img {
		width: 120px;
	}	
}
@media only screen and (min-width: 1001px) {
	.mega-menu li > a, .mega-menu li > a > span {
		font-size: 18px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
	.header-bot {
		text-align: center;
		height: auto;
	}
	.mega-menu li > a > span {
		font-size: 14px;
	}
    #background-links .mega-menu ul li:nth-child(2) .top-dropdown {
        left: -82px;
    }
    #background-links .mega-menu ul li:nth-child(3) .top-dropdown {
        left: -177px;
    }
    #background-links .mega-menu ul li:nth-child(4) .top-dropdown {
        left: -179px;
    }
    #background-links .mega-menu ul li:nth-child(5) .top-dropdown {
        left: -132px;
    }
    #background-links .mega-menu ul li:nth-child(6) .top-dropdown {
        left: -176px;
    }
    #background-links .mega-menu ul li:nth-child(7) .top-dropdown {
        left: -166px;
    }
	.navbar-fixed-top .header-bot {
		height: 70px;
	}
}
@media only screen and (max-width: 1000px) {
	#billboard-3 {
		display: none;
	}
}
@media only screen and (min-width: 841px) {
	#background-links .top_cust_left {
		box-shadow: none;
		/*border: 2px solid orange;*/
		border-radius: 0 0 0.8em 0.8em;
	}
}
@media only screen and (min-width: 601px) and (max-width: 840px) {
	.header {
		height: 156px;
	}
	.header .header-top {
		height: 57px;
		padding-top: 0;
		margin-bottom: 0;
	}
	.header-top .bot-nav-fill, .sub-header .bot-nav-right {
		display: none;
	}
	.header #logo img {
		width: 124px;
	}
	#background-links {
		/* padding-left: 13px; */
		padding-top: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-link .top-dropdown ul {
		padding: 5px 6px;
	}
	.mega-menu > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		margin-left: 14px;
	}
	#background-links .mega-menu li.login-hover {
		padding: 8px 8px;
		margin: 3px;
		border: 2px solid orange;
		border-radius: 1em;
	}
	.header-bot .top_cust_left {
		border: none;
		border-radius: 0;
	}
	.menu-header .bot-nav-fill {
		padding-top: 6px;
	}
	.sub-header {
		justify-content: right;
		position: absolute;
		top: 124px;
	}
	.sub-header .social_sect {
		padding: 0 6px;
	}
	.sub-header .social_sect .fa {
		float: left;
		margin-left: 6px;
	}
	#top-head-container.navbar-fixed-top {
		height: 158px;
	}
	.navbar-fixed-top .header-top {
		height: 71px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
    #background-links .mega-menu ul li:nth-child(2) .top-dropdown {
        left: -87px;
    }
    #background-links .mega-menu ul li:nth-child(3) .top-dropdown {
        left: -196px;
    }
	#background-links .mega-menu ul li:nth-child(3) .top-dropdown .content-pages ul ul {
		width: 180px;
		left: -181px;
		z-index: 10;
	}
    #background-links .mega-menu ul li:nth-child(4) .top-dropdown {
		left: -189px;
    }
	#background-links .mega-menu ul li:nth-child(4) .top-dropdown .content-pages ul {
		width: 190px;
		left: 244px;
		z-index: 9;
	}
    #background-links .mega-menu ul li:nth-child(5) .top-dropdown {
        left: -132px;
    }
	#background-links .mega-menu ul li:nth-child(5) .top-dropdown .content-pages ul {
		width: 190px;
		left: -191px;
		z-index: 9;
	}
    #background-links .mega-menu ul li:nth-child(6) .top-dropdown {
        left: -176px;
    }
    #background-links .mega-menu ul li:nth-child(7) .top-dropdown {
        left: 0;
    }
}
@media only screen and (max-width: 768px) {
	.header-bot .bot-nav-center {
		display: none;
	}
}
@media only screen and (min-width: 601px) and (max-width: 723px) {
    #background-links .mega-menu ul li:nth-child(6) .top-dropdown {
        left: 0px;
    }
	.sub-header .button_sect {
		display: none;
	}
}
/* @media only screen and (max-width: 600px) { */
/*@media only screen and (max-width: 840px) {*/
@media only screen and (max-width: 991px){
	.lang-hover {
		left: auto !important;
        top:0;
	}
    .header-top .nav-lang, .header-top .bot-nav-fill, 
	.search-menu a, #background-links .mega-menu, 
	.top-nav-left .mega-menu ul ul li:hover > ul, 
	.header-bot .bot-nav-left {
		display: none;
    }
	#top-head-container {
		height: 74px;
	}
	.bot-nav-right .lang-hover {
		display: block;
	}
	.header {
		position: fixed;
		width: 100%;
		height: 72px;
		border: 2px solid orange;
		border-top: none;
		z-index: 1030;
	}
	.header .box-fluid {
		display: flex;
		position: static;
		height: 80px;
	}
	.header-top {
		width: 50%;
		padding: 5px 0;
	}
	.header-top .top-nav-left{
		flex: 2;
	}
	.header-top #logo img {
		width: 116px;
		margin: -8px 0 0 8px;
	}
	.header-top .top-nav-fill {
		display: none;
		flex: 3;
		margin: 0;
	}
	.header-bot {
		position: static;
		width: 25%;
		height: unset;
		padding: 0;
	}
	.menu-header .bot-nav-fill {
		padding: 0;
	}
	#background-links {
		padding: 0;
	}
	#top-head-container a, 
	#top-head-container li, 
	#top-head-container p, 
	#top-head-container span {
		font-size: 20px;
	}
	#background-links .top-nav-left {
		display: flex;
		justify-content: end;
		border: 0;
		border-radius: 0;
	}
    .mega-menu .top-dropdown .custom-arrow-up {
        display: block;
        position: sticky;
        width: 100%;
        bottom: 0;
        text-align: center !important;
        font-size: 20px;
    }
	#background-links .open {
		display: block;
		flex-grow: 1;
		position: fixed;
		top:70px;
		left:0;
		width: 91%;
		height: 90%;
		overflow-y: auto;
		margin: 0 4.5%;
		padding: 0;
	}
	#background-links .open a {
		padding-bottom: 6px;
		margin-bottom: 6px;
		color: rgb(0, 75, 145);
		text-decoration: none;
	}
	#background-links .open ul {
		display: flex;
		flex-direction: column;
		position: relative;
		max-height: fit-content;
		padding: 0;
		overflow: hidden;
		border: none;
		box-shadow: none;
		background-color: #eee;
		z-index: 10;
		border-right: 2px solid orange;
		border-bottom: 2px solid orange;
		border-left: 2px solid orange;
		border-bottom-right-radius: 1em;
		border-bottom-left-radius: 1em;
		box-shadow: 0 5px 7px 0 rgb(67 67 67);
	}
	#background-links .open .content-pages ul {
		border: none;
		box-shadow: none;
	}
	#background-links .open li {
		margin: 10px 0 0px;
		background: none;
		border: 0;
		border-radius: 0;
		text-align: left;
	}
	#background-links .open .top-dropdown {
		visibility: visible;
	}
	#background-links .open .content-pages {
		display: none;
		position: relative;
		background-color: #eee;
		border: none;
		box-shadow: none;
	}
    .mega-menu .top-dropdown.content-pages ul {
        max-height: 60vh;
        overflow: scroll;
    }
	#background-links .open .content-pages li {
		/* margin: 8px 12px; */
		padding: 4px 12px;
		background-color: #fff;
		border-radius: 0.4em;
	}
	#background-links .open .top-dropdown.content-pages {
		width: 100%;
	}
	#background-links .open .top-dropdown .content-pages ul, 
	#background-links .open .top-dropdown .content-pages i {
		display: none;
	}
	#backgrround-links .open li:first-child {
		border-top-left-radius: 4px;
	}
	#backgrround-links .open li:last-child {
		border-bottom-left-radius: 4px;
	}
	#background-links .open li.content-pages {
		display: block;
	}
	#background-links .open #scrim {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		background-color: rgba(0, 0, 0, 0.6);
	}
	#background-links .responsive-menu {
		display: inline-block;
		font-size: 32px;
	}
	.header-bot .bot-nav-right {
		position: static;
		width: 40px;
		height: 40px;
		margin: auto;
	}
	.header-bot .bot-nav-right .lang-hover {
		position: static;
	}
	.header-bot #lang_sec {
		width:168px;
		right: -2px;
		top: 56px;
	}
}

#hpa3 {
	float: left;
	width: 245px;
	height: 400px;
	position: relative;
	left: -244px;
	top: -95px;
}
.search {
	height:39px;
	float:none;
	margin-right: 60px;
	padding-top:11px;
	/*padding-left: 192px;
	padding-right: 400px;*/
	margin-left:48px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.box-fluid .search {
		float:none;		
		padding-right: 0px;
	}
	.box-fluid .top-link .cart-hover {
		right: -5px;
	}
	.stores-home.search {
		float:none;
		padding-left: 0px;
	}
	.box-fluid .search-box {
		width:100%;
	}
	.setting-box .setting-form .draw-select__wrapper.w-250 {
		max-width:250px;
	}
	.search-menu.p-0-10.br-5-0-0-5 {
		position: absolute;
		bottom: 43px;
		font-size: 10px;
		width: 228px;
	}
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.box-fluid .search {
		float:none;		
	}
}
.search label {
	width: 48px;
	float: left;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	line-height: 30px
}
.search-box {
	border: 2px solid orange;
	background:#fff;
	width: 100%;
	height: 40px;
	position: relative;
	float: left;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	/* z-index: 99; */
}
.search-menu {
	/* border: 1px solid #fff; */
	/* background: #f5f5f5 url(/application/assets/images/v5/bg_search_menu.png) repeat-y right top; */
	/* height: 33px; */
	float: left;
	text-align: center;
	font-size: 12px;
	color: #333;
	/* line-height: 35px; */
	z-index: 5;
}
.search-menu a {
	color: #333;
	line-height: 26px;
}
.search-menu a span {
	background: url(/application/assets/images/v5/sprite_arrow1.png) no-repeat right top;
	display: block;
	padding-top: 6px;
	padding-right: 15px;
	color: #333;
	word-break: keep-all;
	overflow-wrap: break-word;
	line-height: 18px;
	font-size: 11px;
}
.search-menu.p-0-10.br-5-0-0-5 {
	display: none;
	/* position: absolute;
	top: -8px;
	font-size: 12px;
	width: 243px; */
}

@media only screen and (min-width : 150px) and (max-width : 500px) {
	.search-menu {		
		overflow: hidden
	}
	.search-menu a span {
		display: inherit;
		background: none;
	}
}

.search-menu.active a span, .search-menu.active:hover a span {
	background-position: right bottom;
	color: #fff;
	border-radius: 1em 0 0 1em;
}
.search-menu:hover {
	background:#eee url(/application/assets/images/v5/bg_search_menu.png) repeat-y right top;
	border-radius: 1em 0 0 1em;
}
.search-menu:hover a span{
	color:#333;
	background-position:right top;
}
.search-menu.active {
	border-right: 1px solid #bbb;
    background: #184da5;
    height: 35px;
    border-radius: 1em
em
 0 0 1em;
}
.search-menu-list {
	display: none;
	background: #fff;
	background-color: #fff;
	border: 1px solid #bbb;
	/* border-top:3px solid #333; */
	border-radius: 1em;
	width: 231px;
	float:left ;
	position: absolute;
	top: 34px;
	z-index: 999;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.search-menu-list {
		width: 100%;
	}
}
.search-menu-list ul {
	width: 231px;
	height: 273px;
	float: left;
	margin-bottom: 15px;
	text-align: left;
	font-size: 13px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.search-menu-list ul {
		width: 100%
	}
}
.search-menu-list li {
	line-height: 1.9;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.search-menu-list li {
		display: block
	}
}
.search-menu-list li a {
	display: block;
	color: #444;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.search-menu-list ul li a {
		font-size: 110%;
		line-height: 30px
	}
}
.search-menu-list li a:hover, .search-menu-list li.active a {
	color: #E71;
}
.search-menu-list .user-link {
	border-top: 1px dotted #d5d5d5;
	background: #f8f8f8;
	display: block;
	height: 45px;
	clear: both;
	margin: 0 -10px 0 -15px;
	text-align: left;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
.search-menu-list .user-link a {
	display: block;
	padding-left:15px;
	color: #333;
	line-height: 45px;
}
.search-menu-list .user-link a:hover {
	color: #E71;
}
.search-menu-separator {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 11px;
	padding-bottom: 10px !important;
	width: 200px;
}
.nounderline
{
	text-decoration: none;
}
.search-box .input-field {
	display: block;
	overflow: hidden;
}
.search .input {
	width: 100%;
	height: 34px;
	padding-left: 12px;
	margin-bottom: 0;
	background: none;
	border: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
}
.search .button-left {
	background: url(/application/assets/images/v5/ico_search.png) no-repeat center;
	border: none;
	width: 50px !important;
	height: 35px;
	float: right;
	/* background-color: #ebebeb; */
	cursor: pointer;
}
.search .button-left:hover {
	background-color: #bbb;
	border-radius: 1em 0 0 1em;
}
.search .button-right {
	background: url(/application/assets/images/v5/ico_search_r.png) no-repeat center;
	border: none;
	width: 50px !important;
	height: 35px;
	float: right;
	background-color: #ebebeb;
	cursor: pointer;
}
.search .button-right {
	background-color: #e1e1e1;
}
.search-menu.searchval{
	font-size: 11px !important;
}
.setting-box {
	width: 34px;
	float: right;
	position: relative;
	z-index: 1;
}
#top-dynamic .setting-box {
	padding-right: 55px;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.setting-box {
		display:none;
	}
}
.setting-box a.setting-left {
	background:url(/application/assets/images/v5/bg_setting.png) no-repeat left top;
	width: 28px;
	height: 15px;
	float: left;
	margin: 10px 0 0 0;
	display: inline-block;
	text-indent: -9999px;
}
.setting-box a.setting-left:hover, .setting-box a.setting-left.active {
	background-position: left bottom;
}
.setting-box a.displaysetting.setting-left {
	background: url(/application/assets/images/v5/bg_displaysetting.png) no-repeat left top;
	width: 28px;
	height: 15px;
	float: left;
	margin: 7px 0 0 0;
	display: inline-block;
	text-indent: -9999px;
	z-index: 1
}
.setting-box a.displaysetting.setting-left:hover, .setting-box a.displaysetting.setting-left.active {
	background-position: left bottom;
}
.setting-box a.setting-right {
	background: url(/application/assets/images/v5/bg_setting_r.png) no-repeat right top;
	width: 28px;
	height: 15px;
	float: right;
	margin: 10px 0 0 0;
	display: inline-block;
	text-indent: -9999px;
}
.setting-box a.setting-right:hover, .setting-box a.setting-right.active {
	background-position: right bottom;
}
/* 2.2.4.2 Setting-panel */
.top-nav-link-divider {
	display: inline-block;
	position: absolute;
	border-right: 1px solid #ddd;
	width: 1px;
	height: 39px;
}
b {
	font-weight: bold !important;
}
.setting-panel {
	display: none;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	background: #fff;
	width: 406px;
	float: left;
	position: absolute;
	right: -1px;
	top: 28px;
	z-index: 99;
}
.setting-box #search-setting-panel.setting-panel {
	top: 35px;
}
#display-setting-panel {
	z-index: -1;
	top: 0px;
}
.setting-panel .title {
	border-bottom: 1px dotted #d0d0d0;
	background: #fff;
	width: 100%;
	height: 48px;
	float: left;
}
#display-setting-panel.setting-panel .title {
	height: 38px;
	background: #fff;
}
.setting-panel .title h3 {
	padding-left: 15px;
	font-size: 12px;
	color: #333;
	line-height: 47px;
}
#display-setting-panel.setting-panel .title h3 {
	line-height: 39px;
}
.setting-panel .title p {
	padding-left: 15px;
	font-size: 12px;
	color: #333;
	line-height: 47px;
	padding-bottom: 0;
}
.setting-panel .title span {
	display:inline-block;
	float:right ;
	padding-right:15px;
	line-height:39px;
}
.setting-panel .title a {
	color:#0066CC;
	text-decoration:none;
	font-size:11px;
}
.setting-panel .title a:hover {
	text-decoration:underline;
	color:#E71;
}
.setting-form {
	width:406px;
	float:left ;
	padding:15px 0;
}
.setting-form .row {
	width:100%;
	float:left ;
	margin-bottom:14px;
}
.setting-form .row.checkbox-expand {
	max-height:110px;
	overflow:hidden;
	overflow-y:scroll;
}
.setting-form .row.checkbox-expand::-webkit-scrollbar{height:16px;overflow:visible;width:8px}
.setting-form .row.checkbox-expand::-webkit-scrollbar-button{height:0;width:0}
.setting-form .row.checkbox-expand::-webkit-scrollbar-track{background-clip:padding-box;box-shadow:inset 1px 0 0 #e6e6e6}
.setting-form .row.checkbox-expand::-webkit-scrollbar-track:hover{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #e6e6e6}
.setting-form .row.checkbox-expand::-webkit-scrollbar-track:active{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #dcdcdc,inset -1px 0 0 #eeeeee}
.setting-form .row.checkbox-expand::-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}
.setting-form .row.checkbox-expand::-webkit-scrollbar-thumb:hover{background-color:#999999;box-shadow:inset 1px 1px 1px #c0c0c0}
.setting-form .row.checkbox-expand::-webkit-scrollbar-thumb:active{background-color:#808080;box-shadow:inset 1px 1px 3px #a6a6a6}
.setting-form .row.last {
	margin:10px 0 0 0;
}
.storenav .setting-form .row.last {
	margin:10px 0 20px 0;
}
.setting-form label {
font-size: 12px;
	width:102px;
	float:left ;
	margin-right:10px;
	text-align:right ;
	color:#444;
	line-height:24px;
	font-weight:normal;
}
.setting-form label.first {
	width:auto;
}
.setting-form label.first:focus {
	font-weight:bold;
}
.setting-form .checkbox {
	float:left ;
	padding:0;
}
.setting-form ul.radio-list li {
	float:left ;
	margin-right:15px;
	line-height:24px;
}
.setting-form ul.checkbox-list {
	clear:both;
	padding-left:113px;
}
.setting-form ul.checkbox-list li {
	font-size:12px;
	color:#333;
	line-height:18px;
}
.setting-form ul.checkbox-list li label {
	padding-top:8px;
	width:auto;
	line-height:normal;
}
.setting-form ul.checkbox-list.expand li label {
	width: 100%;
	text-align: left;
}
.setting-form ul.checkbox-list li label.disabled {
	color:#aaa;
}
.setting-form .select {
	border:1px solid #b6b6b6;
	width:261px;
	height:26px;
	float:left ;
	padding:3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position:relative;
}
.setting-form .input {
	border:1px solid #b6b6b6;
	background:#fff;
	width:199px;
	height:16px;
	float:left ;
	padding:4px 8px;
	font-size:12px;
	color:#000;
	line-height:16px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position:relative;
}
.setting-form .button2 {
	background:#184da5;
	border: 1px solid #184da5;
	width:134px !important;
	height:28px;
	float:left ;
	cursor:pointer;
	padding:0;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	display:inline;
	margin-left:113px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
}
.setting-form .button2:hover {
	background-position:left bottom;
}
.slim-links {
	list-style: none;
	float: right;
	margin-left: 15px;
	padding-left: 0;
	list-style: none;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.slim-links {
		display: none
	}
}
.slim-links:before, .slim-links:after
{
	content: " ";
	display: table;
}
.slim-links:after {
	clear: both;
}
.slim-links > li {
	float:left
}
.slim-links > li > a {
	color: #333333;
	padding: 0 15px;
	line-height: 1.8;
	border-left: 1px dotted #333333;
	font-size: 12px;
	text-decoration: none
}
.slim-links > li > a:active, .slim-links > li > a:hover, .slim-links > li > a:focus {
	color: #e71;
	text-decoration: none;
}
.top-dynamic {
	clear: both;
	padding:0;
	border-bottom: 1px solid #ccc;
	background:#fff;
	overflow: visible;
	position: relative;
	width:100%;
	margin-top: 13px;
}
#top-dynamic.top-dynamic {
	display: inline-block
}
#top-dynamic.top-dynamic.hide {
	display: none
}
#top-subnav.top-dynamic {
	position: relative;
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	white-space: nowrap;
	height: 33px;
	background: #f4f4f4;
}
#top-subnav a {
	position: relative;
	float: left;
	height: 31px;
	line-height: 33px;
	color: #333;
	font-size: 12px;
	padding: 0 11px;
}
#top-subnav a:hover {
	color: #e47911;
	border-bottom: 2px solid #f90;
	text-decoration:none
}
#top-dynamic #verbosetext {
	padding-top:12px;
	/* padding-left:9px; */
	padding-bottom:12px;
	display:block;
	text-align: center;
	padding-right: 30px;
	font-size:13px
}
#hidebarside{
    display: none;
}
#top-dynamic a.top-cat-link   {
	color: #000;
	text-decoration:none;
	font-weight:700
}
#top-dynamic a.top-cat-link.a_active {
	color: #c45500;
}
#top-dynamic a.top-cat-link:hover   {
	color: #c45500;
	text-decoration:none;
	font-weight:700
}
#top-dynamic #verbosetext a.top-cat-link:last-child {
	color:#c45500;
}
#top-dynamic .sr-left-nav-full {
	float:left ;
	margin-right: 2%;
	min-height: 1px;
	overflow: visible;
	width: 90%;
	height:39px;
}
#top-dynamic .sr-left-nav {
	float:left ;
	margin-right: 2%;
	min-height: 1px;
	overflow: visible;
	width: 50%;
	height:39px;
	margin-left:4%;
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	#top-dynamic .sr-left-nav, #top-dynamic .sr-left-nav-full {
		width: 100%;
		min-height:39px;
		height:auto
	}
}
#top-dynamic .sr-right-nav {
	float:right ;
	min-height: 1px;
	overflow: visible;
	height:39px
}
#top-dynamic .sr-right-nav .displayorder {
	position: relative;
	float: left;
	padding-right: 14px;
	padding-top:4px;
}
#top-dynamic #savesearchlink {
	padding-top:10px;
	padding-right:12px;
	display:inline-block
}
.cart-delete {
	top: 7px;
	left: 0;
	display: block;
	position: absolute;
	width: 68px;
	height: 14px;
	margin: 0;
	text-align: right;
	z-index:900;
	cursor:pointer
}
/* 2.3.4 Breadcrumb */
.breadcrumb {
	width:100%;
	color:#555
}
.breadcrumbs {
	padding-top:12px;
	padding-right:12px;
	padding-left:0px;
	padding-bottom:12px;
	font-size: 11px
}
.breadcrumbs span a {
	color: #555
}
.breadcrumbs span a:hover {
	color: #c45500
}
.alt-text {
	height: 1px;
	width: 1px;
	position: absolute;
	top: -10000px;
	overflow-y: hidden;
	overflow-x: hidden;
}
.billboard-promo {
	display: block;
	width: 100%;
	height: 100%;
	outline-width: 0px;
	outline-color: initial;
	outline-style: initial;
}
#billboard-promo {
	background-image: url(/application/assets/images/ax/hpa9.png);
	background-color: #d9eaff;
	text-align: left;
	background-position: top left;
	height: 55px;
	background-repeat: no-repeat;
	background-size: 1920px;
	border-bottom: 1px solid #abc0c8
}

.social_sect {
	padding: 0 14px;
}
/*header custom css*/
.social_sect .fa {
	padding: 5px;
	font-size: 19px !important;
	width: 25px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
}
/*.fa-facebook {background: #3B5998;color: white;}
.fa-pinterest {background: #cb2027;color: white;}
.fa-twitter{background: #55ACEE;color: white;}
.fa-youtube{background: #bb0000;color: white;}*/
.PIN_1655813362117_button_follow{position:relative;background-color: #eeeeee;margin-left:5px;padding: 2px 5px 2px 19px;box-shadow: inset 0 0 1px #888; cursor: pointer;}
.PIN_1655813362117_button_follow:hover{border: 1px solid gold;}
.fb-like{display:inline-block;vertical-align:top;}
.pin_sect {
	display: inline-block;
}
.PIN_1655813362117_button_follow::after {
	content: "";
	position: absolute;
	height: 14px;
	width: 14px;
	top: 2px;
	left: 3px;
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzBweCIgd2lkdGg9IjMwcHgiIHZpZXdCb3g9Ii0xIC0xIDMxIDMxIj48Zz48cGF0aCBkPSJNMjkuNDQ5LDE0LjY2MiBDMjkuNDQ5LDIyLjcyMiAyMi44NjgsMjkuMjU2IDE0Ljc1LDI5LjI1NiBDNi42MzIsMjkuMjU2IDAuMDUxLDIyLjcyMiAwLjA1MSwxNC42NjIgQzAuMDUxLDYuNjAxIDYuNjMyLDAuMDY3IDE0Ljc1LDAuMDY3IEMyMi44NjgsMC4wNjcgMjkuNDQ5LDYuNjAxIDI5LjQ0OSwxNC42NjIiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+PHBhdGggZD0iTTE0LjczMywxLjY4NiBDNy41MTYsMS42ODYgMS42NjUsNy40OTUgMS42NjUsMTQuNjYyIEMxLjY2NSwyMC4xNTkgNS4xMDksMjQuODU0IDkuOTcsMjYuNzQ0IEM5Ljg1NiwyNS43MTggOS43NTMsMjQuMTQzIDEwLjAxNiwyMy4wMjIgQzEwLjI1MywyMi4wMSAxMS41NDgsMTYuNTcyIDExLjU0OCwxNi41NzIgQzExLjU0OCwxNi41NzIgMTEuMTU3LDE1Ljc5NSAxMS4xNTcsMTQuNjQ2IEMxMS4xNTcsMTIuODQyIDEyLjIxMSwxMS40OTUgMTMuNTIyLDExLjQ5NSBDMTQuNjM3LDExLjQ5NSAxNS4xNzUsMTIuMzI2IDE1LjE3NSwxMy4zMjMgQzE1LjE3NSwxNC40MzYgMTQuNDYyLDE2LjEgMTQuMDkzLDE3LjY0MyBDMTMuNzg1LDE4LjkzNSAxNC43NDUsMTkuOTg4IDE2LjAyOCwxOS45ODggQzE4LjM1MSwxOS45ODggMjAuMTM2LDE3LjU1NiAyMC4xMzYsMTQuMDQ2IEMyMC4xMzYsMTAuOTM5IDE3Ljg4OCw4Ljc2NyAxNC42NzgsOC43NjcgQzEwLjk1OSw4Ljc2NyA4Ljc3NywxMS41MzYgOC43NzcsMTQuMzk4IEM4Ljc3NywxNS41MTMgOS4yMSwxNi43MDkgOS43NDksMTcuMzU5IEM5Ljg1NiwxNy40ODggOS44NzIsMTcuNiA5Ljg0LDE3LjczMSBDOS43NDEsMTguMTQxIDkuNTIsMTkuMDIzIDkuNDc3LDE5LjIwMyBDOS40MiwxOS40NCA5LjI4OCwxOS40OTEgOS4wNCwxOS4zNzYgQzcuNDA4LDE4LjYyMiA2LjM4NywxNi4yNTIgNi4zODcsMTQuMzQ5IEM2LjM4NywxMC4yNTYgOS4zODMsNi40OTcgMTUuMDIyLDYuNDk3IEMxOS41NTUsNi40OTcgMjMuMDc4LDkuNzA1IDIzLjA3OCwxMy45OTEgQzIzLjA3OCwxOC40NjMgMjAuMjM5LDIyLjA2MiAxNi4yOTcsMjIuMDYyIEMxNC45NzMsMjIuMDYyIDEzLjcyOCwyMS4zNzkgMTMuMzAyLDIwLjU3MiBDMTMuMzAyLDIwLjU3MiAxMi42NDcsMjMuMDUgMTIuNDg4LDIzLjY1NyBDMTIuMTkzLDI0Ljc4NCAxMS4zOTYsMjYuMTk2IDEwLjg2MywyNy4wNTggQzEyLjA4NiwyNy40MzQgMTMuMzg2LDI3LjYzNyAxNC43MzMsMjcuNjM3IEMyMS45NSwyNy42MzcgMjcuODAxLDIxLjgyOCAyNy44MDEsMTQuNjYyIEMyNy44MDEsNy40OTUgMjEuOTUsMS42ODYgMTQuNzMzLDEuNjg2IiBmaWxsPSIjZTYwMDIzIj48L3BhdGg+PC9nPjwvc3ZnPg==) 0 0 no-repeat;
	background-size: 14px 14px;
}
.button_sect{padding-top:10px;}
.mail_info{display:block;padding-top:6px;}	
.top-link .cart-hover{margin-top:-66px;}
.fb-like > span, .fb-like > span > iframe{width:115px !important;}
.box-fluid .top-link .cart-hover{right:172px;}
/* .header-bot .bot-nav-fill{float:left;}
.header-bot .bot-nav-right{float:left;} */
/* #background-links .top-link li{margin:0px;} */
.box-fluid .top-link .cart-hover{margin-top:4px !important;right:0px !important;position:relative;}
.col-sm-67{width:50% !important;}
.colx a.prev-btn, .colx a.next-btn{height:50px !important;}
@media (max-width: 871px) {
	.col-sm-67{width:91%!important;}
}
@media (max-width: 768px) {
	.col-sm-67{width:100%!important;}
}
@media only screen and (min-width : 769px) and (max-width : 1309px) {
	#background-links .top-nav-left{padding-top:0px;}
	.box-fluid .top-link .cart-hover{right:0px;}
	.box-fluid .search-box{width:100%;}
	.box-fluid .search{padding-left:0px;margin-left:9px;margin-right:0px;}
}
@media only screen and (min-width : 769px) and (max-width : 918px) {
	.top-nav-right #global-location{width:auto;padding:0px !important;}
	.top-nav-right #global-location span a{font-size:10px !important;}
	.top-nav-right #global-location img{width:20px;}
}
@media only screen and (min-width : 769px) and (max-width : 825px) {
	.header-bot .bot-nav-right .cart-hover{display:none;}
}
@media only screen and (min-width : 290px) and (max-width : 768px) {
	.arrow-bot{display:none;}
	#background-links .top_cust_left,.header-bot .bot-nav-right{float:none;} 
	.bot-nav-fill .top-nav-left, /*.bot-nav-fill*/{height:auto;}
	.bot-nav-right .top-link li{text-align:left;z-index:0;}
	.box-fluid .top-link .cart-hover{margin-top:6px !important;right: -41px;}
	.header-bot .top-nav-left{padding-top:0px;}
    .lang-hover .top-dropdown, .sell-hover .top-dropdown, .favorite-hover .top-dropdown2 {
        left: auto;
    }
	.bot-nav-right .top-link .login-hover{position:inherit;}
	/* .top-nav-fill{width:100%;float:none;} */
	.search-menu{padding:0px !important;}
}
/* @media only screen and (min-width : 601px) and (max-width : 768px)
{
	.header-bot .bot-nav-fill{float:none;width:auto;}
} */
/* @media only screen and (min-width : 320px) and (max-width : 768px)
{
	.top-nav-fill{width:71%;float:left;}
} */
@media only screen and (min-width : 320px) and (max-width : 768px) {
	.top-nav-fill {
		width:70%;
		float:left;
		margin: 4px 0 0 -40px;
	}
}
@media only screen and (min-width : 290px) and (max-width : 599px) {
	.header-top .top-nav-left {
		width:25%;
	}
}
/* #zindex {
	 z-index: auto;
} */
@media only screen and (max-width : 768px) {
	/* #background-links{
		padding-top: 25px;
		padding-bottom: 10px;
	} */
	.top-link {
		display: contents;
	}
}
/* @media only screen and (min-width : 500px) and (max-width : 992px) {
	#calculatordropdown{left: unset !important;
	                     right: 0px !important;
						 width: 200px !important;}
}
@media only screen and (min-width : 320px) and (max-width : 400px) {
	.bot-nav-fill .top-nav-left{float:none;text-align: start;}
	#tedt{
		top: -61px!important;
		right: 7px!important;
	}
} */
@media only screen and (min-width : 769px) and (max-width : 1225px) {
	#background-links .top_cust_left,.header-bot .bot-nav-right {
		float:left;
	} 
	.top-link {
		display: contents;
	}
	.bot-nav-right {	  
		margin:auto;
		text-align:start;
	}
}
/* @media only screen and (min-width : 320px) and (max-width : 399px){
	.top-nav-fill{
		width: 86%!important;
	}
}*/
/*  New */

/* Language Toggler */
.lang-dropdown{                
	z-index: 999;
	visibility: hidden;
	top: 100%;
	padding-top: 10px;
	right: 0;
	width: 150px;
	position: absolute;        
}
.lang-dropdown a:hover{
	color: orange !important;
	text-decoration: underline !important;
	cursor: pointer;
}
.lang-dropdown li{
	padding: 4px 12px;
}
.language-toggler{
	position: relative;
}
.language-toggler:hover .lang-dropdown{
	visibility: visible;
	transition: all 1s linear;
}
.lang-wrapper{
	border-radius:1em;
	border:1px solid #bbb;
	background: #fff;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.15);
	padding: 10px 3px 13px 15px;
}

@media only screen and (max-width: 991px){
	.bot-nav-fill{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 10px;
	}
	#background-links .responsive-menu{
		display: inline-block;
		font-size: 32px;
	}
	.top-link.mega-menu{
		display: none;
	}
	.top-header, .middle-header{
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.search-container{
		width: 50%;
	}
}
@media only screen and (min-width: 992px) {
	.search-wrapper > .top-link{
		float: none;
	}
	.apply-here{
		margin: 0 10px;
	}	
	.logo-wrapper.mobile, .language-toggler.mobile{
		display: none;
	}
	.mega-menu.top-link li a span{
		background:  url('data:image/svg+xml,<svg  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M440.5 160H7.5c-4.4 0-6.7 5.3-3.6 8.7L219.6 383.6c4.7 4.7 12.3 4.7 17 0L444.1 168c3-3.4.8-8.7-3.6-8.7z"/></svg>') no-repeat;
		background-position: right center;
		background-size: 8px;
		display:inline-block;
		padding-right:15px
	}
	.mega-menu.top-link li:hover a span {
		background-position: right center;
	}
    .top-header{        
        display: block;
    }
    .search-wrapper,.middle-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .search-wrapper{
        margin: 0 1.2em;
	    flex: 1;
        justify-content: center;
    }
    .middle-header{
        padding: 5px 15px;
    }
    .links-wrapper{
        display: flex;
        align-items: center;
    }
    .top-header > ul{    
        background-color: orange;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    .top-header li{
        padding-left: 15px;
    }
    .top-header a{
        text-decoration: none !important;
        color: #000 !important;
        font-size: 14px;
    }    
	.search-container{
		margin-left: 10px;
		position: relative;
		width: 60%;
		display: flex;
		/* border: .2em solid orange; */
		background: #eee;    
		height: 40px;    
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
		border-radius: 1em;    
	}
	.search-container .setting-panel{
		position: absolute;
		display: none;
		background: #fff;
		width: 406px;
		z-index: 99;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
		border-radius: 1em;
		top: 105%;
		right: -1px;
		border: 1px solid #eee;
	}
	.search-container .input{
		flex: 1;	
		height: 100%;
		padding: 0 10px;
		font-size: 15px;
		border-radius: 1em 0 0 1em;
		border: none;
		background-color: transparent;
	}
	
	.search-container .submit-btn{
		width: auto !important;
		background: url(/application/assets/images/v5/ico_search.png) no-repeat center;
		border: none;
		padding: 0 1.5em;
		height: 100%;        
		cursor: pointer;
	}
	
	.setting-box .settings{
		background: url(/application/assets/images/v5/bg_setting.png) no-repeat left top;
		width: 28px;
		height: 15px;    
		margin: 10px 0 0 0;
		display: inline-block;
		text-indent: -9999px;
	}
	
	.setting-box .settings:hover, .setting-box .settings.active{
		background-position: left bottom
	}
	
	.search-container .setting-box{
		position: relative;
	}
	
	.social_sect{
		display: flex;
		justify-content: end;
	}
	
	.social_sect > .fa{
		margin-left: 5px;
	}
	
	.links-wrapper .apply-here-img{
		width: 80px;
		height: auto;
	}
	
	.links-wrapper .fsc-img{
		height: 80px;	
	}
	.top_cust_left{
		background-color: #174da5;
		height: auto;
	}
}



/* typo */

.mega-menu li > a, .mega-menu li > a > span{
	font-size: 14px;
}

.mega-menu .cat_cust:hover{
	background: none;
}

.mega-menu.top-link li.cat_cust > a{
	color: #fff;
}
.mega-menu.top-link li.cat_cust > a:hover{
	color: #fff;	
} 

.header-bot2{
	display: block;
    justify-content: center;
	align-items: center;
	width:100%;	
    padding: 0;
}
.header-bot2 .top_cust_left {
	width:100%;
}
.header-bot2 .top_cust_left .mega-menu {
	width:100%;
}/* 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
}
/* 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: 0.875rem;
    line-height: 1.5;
}

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

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

.breadcrumb a:hover {
    color: var(--color-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;
}

/* 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;
    }
}

/* 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);
}
#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
	}
}
/* Pagnation */
.product-control {
	width:100%;
	margin-bottom:25px;
}
.product-control .txt-left {
	display:inline-block;
	float:left ;
	margin-left:10px;
	font-size:11px;
	color:#bbb;
	line-height:38px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.product-control .txt-left {
		display:none;
	}
}
.control-box {
	float:right ;
}
.control-box-icons {
	float:left ;
	margin-top:4px;
	filter: gray;
	-webkit-filter: grayscale(1);
	opacity: 0.5;
}
.control-box-icons:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1.0;
}
.control-box .pagination {
	height:18px;
	float:left ;
	margin-top:11px;
	position:relative;
	z-index:4;
}
.control-box .pagination ul {
	float:left ;
	padding:0 23px;
}
.control-box .pagination li {
	min-width:25px;
	height:18px;
	float:left ;
	margin:0 2px 0 2px;
	text-align: center;
}
.control-box .pagination li a {
	display:block;
	text-align:center;
	font-size:13px;
	color:#525252;
	line-height:18px;
	text-shadow:rgba(255, 255, 255, 1) 0 1px 0;
	background:#f3f3f3;
}
.control-box .pagination li a:hover {
	background:#e2e2e2;
	text-decoration:none;
}
.control-box .pagination li.active a {
	background:#e2e2e2;
	font-weight:bold;
}
.control-box .pagination li.active a:hover {
	text-decoration: none;
}
.control-box .pagination a.prev, .control-box .pagination a.next {
	background:url(/application/assets/images/v5/sprite_arrow2.png) no-repeat left top;
	width:18px;
	height:17px;
	float:left ;
	position:absolute;
	top:0;
	z-index:9;
	text-indent:-9999px;
}
.control-box .pagination a.prev {
	background-position:left top;
	left:0;
}
.control-box .pagination a.prev.first {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
	opacity: 0.5;
}
.control-box .pagination a.prev:hover {
	background-position:left bottom;
}
.control-box .pagination a.next {
	background-position:right top;
	right:0;
}
.control-box .pagination a.next.last {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
	opacity: 0.5;
}
.control-box .pagination a.next:hover {
	background-position:right bottom;
}
.control-box .jump-page {
	float:left ;
	margin-top:7px;
	margin-bottom:0;
	margin-left:15px;
	margin-right:0;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.control-box .jump-page {
		display:none;
	}
}
.control-box .jump-page label {
	display:inline-block;
	float:left ;
	margin-right:6px;
	font-size:11px;
	color:#8C8C8C;
	line-height:26px;
}
.control-box .jump-page .input {
	border:1px solid #b7b7b7;
	background:#fff;
	width:45px;
	height:15px;
	float:left ;
	margin-right:3px;
	padding:5px 4px 4px 4px;
	font-size:11px;
	color:#333;
	line-height:15px;
}
.control-box .jump-page .button {
	background:url(/application/assets/images/v5/bg_ok_button.png) no-repeat left top;
	border:none;
	width:23px;
	height:18px;
	float:left ;
	cursor:pointer;
	margin-top:4px;
	margin-left:3px;
	color:#fff;
	text-transform: uppercase;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:1px;
	padding-right:1px;
}
.control-box .jump-page .button:hover {
	background-position:left bottom;
}
/* view-counter */
.view-counter {
	float:right ;
	margin-left:12px;
	padding-right:8px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px) {
	.view-counter {
		display:none;
	}
}
.view-counter .search-tools .button {
	background: url(/application/assets/images/v5/bg_ok_button.png) no-repeat left top;
	border: none;
	width: 23px;
	height: 18px;
	cursor: pointer;
	margin-top: 4px;
	margin-left:3px;
	color:#fff;
	text-transform: uppercase;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:1px;
}
.view-counter .search-tools .button:hover {
	background-position:left bottom;
}
.view-counter span {
	display:inline-block;
	float:left ;
	padding-right:4px;
	font-size:11px;
	color:#8C8C8C;
	line-height:38px;
}
.view-counter ul {
	float:left ;
	padding-top:7px;
}
.view-counter li {
	border:1px solid #e0e0e0;
	background:#fbfbfb;
	height:22px;
	float:left ;
	padding-top:0;
	padding-bottom:0;
	padding-left:5px;
	padding-right:5px;
	margin-right:2px;
	font-size:14px;
	color:#525252;
	line-height:22px;
}
.view-counter li a {
	display:block;
	color:#999;
	line-height:22px;
	text-decoration:none;
}
.view-counter li:hover, .view-counter li.active {
	background:url(/application/assets/images/v5/bg_view_counter.png) repeat-x left top;
	border:1px solid #b7b7b7;
	text-decoration:none;
}
.view-counter li.active {
	margin-right:5px;
}
/* Result-form */
.result-form {
	float:right ;
	margin-top:5px;
}
.result-form label {
	display:inline-block;
	float:left ;
	margin-right:4px;
	font-size:11px;
	color:#aaa;
	line-height:23px;
}
.result-form .select {
	border:1px solid #d2d2d2;
	width:170px;
	float:left ;
	padding:1px;
	font-size:11px;
	color:#000;
	line-height:19px;
}
.result-form .select-thin {
	position:relative;
	float:left ;
	border: 1px solid #b6b6b6;
	padding: 1px;
	font-size: 11px;
	color: black;
}
.result-form .button {
	background:url(/application/assets/images/v5/bg_ok_button.png) no-repeat left top;
	border:none;
	width:23px;
	height:18px;
	float:left ;
	cursor:pointer;
	margin-left:5px;
	margin-top:3px;
	color:#fff;
	text-transform: uppercase;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:1px;
	padding-right: 1px;
}
.result-form .button:hover {
	background-position:left bottom;
}
.result-form .numb {
	float:left ;
	padding-top:0;
	padding-bottom:0;
	padding-left:15px;
	padding-right:0;
	font-size:12px;
	color:#525252;
}
.result-form .numb span {
	width:auto;
	display:inline-block;
	float:left ;
	padding-top:0;
	padding-bottom:0;
	padding-left:10px;
	padding-right:10px;
	line-height:17px;
}
.result-form .numb a.prev, .result-form .numb a.next {
	background:url(/application/assets/images/v5/sprite_arrow2.png) no-repeat left top;
	width:18px;
	height:17px;
	float:left ;
	text-indent:-9999px;
	right:0;
}
.result-form .numb a.prev {
	background-position:left top;
}
.result-form .numb a.prev.first {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
	opacity: 0.5;
	right:0;
}
.result-form .numb a.prev:hover {
	background-position:left bottom;
}
.result-form .numb a.next {
	background-position:right top;
}
.result-form .numb a.next.last {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
	opacity: 0.5;
	right:0;
}
.result-form .numb a.next:hover {
	background-position:right bottom;
}
/**/
.i-pagination {
	display: inline-block;
	margin-left: 0;
}
.i-pagination:after {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
	clear: both
}
.i-pagination li {
	margin-right: 4px;
	background-color: #fff;
	display: block;
	float: left;
	line-height: 16px;
	list-style: none;
	position: relative
}
.i-pagination li a {
	color: #111;
	display: block;
	text-decoration: none
}
.i-pagination li a {
	padding: 8px 12px 7px 13px;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
	background: #ebebeb;
	background: -webkit-linear-gradient(top, #fff, #ebebeb);
	background: linear-gradient(to bottom, #fff, #ebebeb);
	border: 1px solid #6c6e73;
	border-color: #adb1b8 #a2a6ac #8d9096;
}
.i-pagination li.i-selected {
	background-color: #fff;
	border-color: #e77600
}
.i-pagination li.i-selected a {
	font-weight: 700;
	background-color: #fff;
	background-image: none;
	color: #004b91;
	border-color: #004b91
}
.i-pagination li.i-disabled {
	padding: 8px 12px 7px 13px;
	color: #999;
	border: 1px solid transparent
}
.i-pagination li a:hover {
	background: #e0e3e9;
	background: -webkit-linear-gradient(top, #e7eaf0, #d9dce1);
	background: linear-gradient(to bottom, #e7eaf0, #d9dce1);
	border-color: #a2a6ac #979aa1 #82858a
}
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; }
/* Altamira Cookie */
#altamira-gdpr-cookie-consent-save {
    background-color: rgb(128, 73, 0) !important;
    color: rgb(255, 255, 255);
}

/* Altamira Cookie end */
/* Link To Key */
.linkey {
    display: inline-block;
    border-bottom: 1px dashed #3498db67 !important;
    /* Hinzufügen einer gestrichelten Unterstreichung */
    text-decoration: none !important;
    /* Entfernen der standardmäßigen Textdekoration */
    transition: border-bottom 0.3s ease;
    /* Hinzufügen eines sanften Übergangsseffekts */
    color: inherit !important;
    /* Vererbt die Textfarbe von seinem übergeordneten Element */
}

.linkey:hover {
    border-bottom-color: #c45500 !important;
    /* Ändern der Unterstreichungsfarbe beim Hovern */
}


/* Link To Key end */

/* Custom slider */
.combined-cust-slider-container {
    display: flex;
    flex-wrap: wrap;
    /* Fügt Unterstützung für Responsive Design hinzu */
    justify-content: space-between;
    column-gap: 12px;
    row-gap: 10px;
    max-width: 100%;
    /* Anpassung für Responsiveness */
    margin: 12px 0 auto;
}

.cust-slider-container {
    flex: 1 1 100%;
    /* Sorgt dafür, dass die Slider die volle Breite auf kleinen Bildschirmen einnehmen */
    border-radius: 25px;
}

@media (min-width: 768px) {

    /* Passt für Tablets und größere Geräte */
    .combined-slider-container {
        flex-wrap: nowrap;
        /* Verhindert das Umbruchverhalten und zwingt die Items in eine Zeile */
        justify-content: space-around;
        /* Verbessert die Verteilung der Slider bei mehr Platz */
    }

    .cust-slider-container {
        flex: 1 1 45%;
        /* Passt die Flex-Basis an, um zwei Slider nebeneinander zu ermöglichen */
    }
}

.cust-slider {
    position: relative;
    overflow: hidden;
}

.cust-slide {
    /* display: none; */
    /* Versteckt alle Slides standardmäßig */
    position: relative;
    /* Ermöglicht Überlagerung der Slides */
    width: 100%;
    background-color: #fff;
    border-radius: 1em 1em 0 0;
    text-align: center;
    transition: opacity 0.5s ease;
    /* Fügt einen Übergangseffekt hinzu */
    overflow: hidden;
}

/* .cust-slide img {
    height: 330px;
    max-width: 100%;
    width: 400px;
    object-fit: none;
} */

/* Stil für die Navigationsbuttons */
.cust-slider-container button {
    font-size: xx-large;
    position: relative;
    bottom: 56%;
    background-color: unset;
    border: none;
    color: #f18e00;
    padding: 10px;
    cursor: pointer;
}

.cust-slider-container button.next {
    float: right;
}

.cust-count {
    float: right;
    padding-right: 18px;
}

.cust-slider-thumbnail {
    height: 60px;
    width: auto;
    margin: 0 5px;
    /* Fügt Abstand zwischen Thumbnails hinzu */
    cursor: pointer;
}

.cust-slider-image-container {
    position: relative;
    width: 100%;
}

.cust-slider-image-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* color: #f18e00; */
    color: #804B00;
    align-items: center;
    height: 30px;
    padding: 5px;
}

/* Custom slider end */
/* Custom jokerbox */
#cust-jokerBox {
    display: flex;
    flex-wrap: wrap;

    min-width: -webkit-fill-available;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: space-between;
}

/* Standard-Stile für größere Bildschirme (z.B. Desktop) */
.cust-card-container {
    perspective: 1000px;
    /*max-width: 640px; /* Maximalbreite der Karte */
    border-radius: 1em;
    /* width: calc(25% - 10px); /* Berechnet die Breite der Card mit Gap */
    flex: 1 0 31%;
}

/* Media Query für mittelgroße Bildschirme (z.B. Tablets) */
@media screen and (max-width: 1024px) {
    .cust-card-container {
        width: calc(50% - 10px);
        /* Jede Karte nimmt 50% der Breite */
    }
}

/* Media Query für kleine Bildschirme (z.B. Smartphones im Querformat) */
@media screen and (max-width: 768px) {
    .cust-card-container {
        width: 100%;
        /* Jede Karte nimmt die volle Breite */
        flex: auto;
    }
}

.cust-card {
    width: 100%;
    height: 240px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Weicher Schatten für Tiefe */
    border-radius: 25px;
}

.cust-card-face h2 a,
.cust-close-btn {
    text-decoration: none;
}

.cust-card-text {
    padding: 0 20px;
    /* Innenabstand */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Text linksbündig ausrichten */
    justify-content: space-evenly;
    /*text-align: center;*/
    /* background-image: url(/application/uploads/attachments/ukRsNpP.webp); */
    /* padding: 40px; */
    border-radius: 0em 1em 1em 0em;
    position: relative;
    /* text-align: center; */
    width: 200px;
    color: white;
}

.cust-card-text a {
    text-decoration: none;
    color: white;
}

.leather-background {
    background-image: url('/application/uploads/attachments/YC2zJ0v.webp');
    background-size: cover;
    background-position: center;
    padding: 20px;
    /* border-radius: 10px; */
    position: relative;
    /* margin-bottom: 20px; */
    width: 200px;
    /* text-align: center; */
    overflow: hidden;
    /* Verhindert das Überlaufen der animierten Hintergrundfarbe */
}

.leather-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: -90%;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
    pointer-events: none;
    transform: skewX(-10deg);
    overflow: hidden;
    /* Um das Schimmern zu beschränken */
}

.leather-background:hover::before {
    animation: shimmerEffect 1s linear forwards;
}

@keyframes shimmerEffect {
    0% {
        transform: skewX(-10deg) translateX(-100%);
    }

    100% {
        transform: skewX(-10deg) translateX(100%);
    }
}

.leather-background h1 {
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.blue-shiny-background {
    background-image: url('/application/uploads/attachments/ukRsNpP.webp');
    background-size: cover;
    background-position: center;
    padding: 20px;
    /* border-radius: 10px; */
    position: relative;
    /* margin-bottom: 20px; */
    width: 200px;
    /* text-align: center; */
    overflow: hidden;
    /* Verhindert das Überlaufen der animierten Hintergrundfarbe */
}

.blue-shiny-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: -90%;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
    pointer-events: none;
    transform: skewX(-10deg);
    overflow: hidden;
    /* Um das Schimmern zu beschränken */
}

.blue-shiny-background:hover::before {
    animation: shimmerEffectBlue 1s linear forwards;
}

.blue-shiny-background:hover {
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0.5);
    /* Hinzufügen eines Glühens bei Hover */
}

.blue-shiny-background h1 {
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

@keyframes shimmerEffectBlue {
    0% {
        transform: skewX(-10deg) translateX(-100%);
    }

    100% {
        transform: skewX(-10deg) translateX(100%);
    }
}

.cust-card-text h2 {
    max-height: 55px;
    overflow: auto;
    margin-bottom: 4px;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;

}

.cust-card-text p {
    max-height: 100px;
    overflow: auto;
}

.cust-card p {
    font-size: 14px !important;
}

.cust-card-face {
    position: absolute;
    width: 100%;
    height: 240px;
    backface-visibility: hidden;
    /* Versteckt die Rückseite der Karte */
    display: flex;
    justify-content: center;
    border-radius: 1em;
    /*changed from 25px */
    background-color: grey;
}

.cust-card-front {
    /* Vorderseite spezifische Stile */
    background-color: #f8f8f8;
    /* Hintergrundfarbe für Vorderseite */
}

.cust-card-front,
.cust-card-back {
    flex-direction: row;
    /* Anpassung für Querformat */
}

.cust-card-front .cust-card-content {
    display: flex;
    width: 100%;
}

.cust-card-image,
.cust-card-text {
    flex: 1;
}

.cust-card-image img {
    width: 100%;
    height: 100%;
   
    /* height: -webkit-fill-available; */

    object-fit: cover;
    border-radius: 1em 0em 0em 1em;
  
}

.cust-card-text a:link {
    color: white;
}

.cust-card-back {
    transform: rotateY(180deg);
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /* Zentriert den Inhalt auf der Rückseite */
    background-color: #ffffff;
    /* Hintergrundfarbe für Rückseite */
    padding: 20px;
}

/* Stil für das Schließkreuz nur auf der Rückseite */
.cust-card-back .close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
}

.cust-card.is-flipped {
    transform: rotateY(180deg);
}

.cust-mini-gallery-container {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    width: 100%;
}

.cust-mini-gallery {
    display: flex;
    overflow-x: auto;
    /* Ermöglicht horizontales Scrollen */
    scroll-behavior: smooth;
    /* Glattes Scrollen */
    width: 100%;
    justify-content: center;
}

.cust-mini-gallery img {
    flex: 0 0 auto;
    /* Verhindert, dass Bilder gestreckt werden */
    margin: 0 5px;
    /* Abstand zwischen Bildern */
    height: 100px;
    width: 100px;
    object-fit: cover;
}

/* Media Query für kleinere Bildschirme (z.B. Tablets) */
@media screen and (max-width: 768px) {
    .cust-mini-gallery img {
        height: 50px;
        /* Reduziere die Höhe der Miniaturbilder */
        width: 50px;
    }
}

.cust-gallery-prev,
.cust-gallery-next {
    cursor: pointer;
}

.cust-gallery-prev,
.cust-gallery-next {
    padding: 0px !important;
    background: none !important;
    font-size: 1.5rem !important;
    color: black !important;
}

.cust-buttons {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    /* Nutzt die volle Breite der Karte */
    margin-top: 10px;
}

.cust-button,
.cust-btn,
.cust-close-btn {
    cursor: pointer;
    /* margin: 5px;
    padding: 10px 20px;*/
}

.cust-btn,
.cust-mini-gallery-container button {
    background-color: #ffffff;
    color: #f18e00;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cust-btn:hover {
    background-color: #2980b9;
}

.cust-close-btn {
    position: absolute;
    top: 4px;
    right: 10px;
    border: none;
    background: none;
}

.cust-close-btn::before {
    /*content: "\00D7";*/
    font-size: 24px;
}

/* Verbessertes Symbol mit SVG */
.cust-close-btn::before {
    /*content: url("path/to/close-icon.svg");*/
    width: 24px;
    height: 24px;
}

/* Responsivität und weitere Stile nach Bedarf */

.cust-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.cust-modal-content {
    max-width: 80%;
    max-height: 80%;
}

.cust-modal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#cust-jokerBoxContainer {
    background-color: #f0f0f0;
    /* padding: 20px; */
    margin-top: 10px;
    /* Optional: Füge Abstände zwischen den Karten hinzu */
    margin-bottom: 10px;
    /* Optional: Fügt unten einen Abstand hinzu */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    animation: pulse 1.5s infinite;
    /* Optionale Pulsanimation */
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.6;
    }
}

/* Custom jokerbox end */
.top-link,
.search-menu {
    font-size: 13px;
}

.row.scroll .col-md-9 {
    margin-left: 50px;
}

.BGimg {
    /* border-radius: 4px; */
    border-radius: 1em;
    /* border: 1px #ddd solid; */
    border: 1px #f1f1f1 solid;
    display: block;
    /* margin: 0 auto; */
    padding: 8px;
    /* height: 500px; */
    height: 500px;
    text-align: center;
}

img.imgclass {
    height: 100%;
}

.BGimg img {
    /*height: 100%;*/
    /* max-height: 480px;
    max-width: 100%; */
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mySlides2 {
    height: 300px;
}

.divscroll {
    border-radius: 1em;
    max-height: 500px;
    height: 500px;
    overflow-y: scroll;
    /* border: 1px solid #ccc; */
    border: 1px #f1f1f1 solid;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 8px !important;
    /* margin-bottom: 15px !important; */
}

#column-right .bodergray {
    max-height: 450px;
    /*width: unset !important;*/
    max-width: 500px;
}

.divscroll::-webkit-scrollbar,
.scrollcheck::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 0px;
}

.divscroll img {
    width: 100% !important;
    /* padding-bottom: 8px; */
}

.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.scroll::-webkit-scrollbar-button:start {
    display: block;
    height: 20px;
    width: 12px;
    background-color: #f5f5f5;
    border: none;
}

.scroll::-webkit-scrollbar-button:end {
    display: block;
    height: 20px;
    width: 12px;
    background-color: #f5f5f5;
    border: none;
}

.scroll::-webkit-scrollbar-button:start:hover {
    background-color: #ddd;
}

.scroll::-webkit-scrollbar-button:end:hover {
    background-color: #ddd;
}

.scroll::-webkit-scrollbar-button:vertical:start:decrement {
    background-image: url('https://cdn3.iconfinder.com/data/icons/fatcow/32/arrow_up.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.scroll::-webkit-scrollbar-button:vertical:end:increment {
    background-image: url('https://cdn3.iconfinder.com/data/icons/fatcow/32/arrow_down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.row.scroll .col-md-9 {
    margin-left: 50px;
}

/* Row headers template */
.row-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* margin-bottom: 10px; */
    /* border: 1px solid #ccc; */
    border-bottom: none;
    padding: 10px 0px 0px 10px;
}

.row-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.row-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    /* border: 1px solid #ccc; */
    padding: 10px 0;
    border-top: none;
}

/* Documents template */
.col-md-2 .pdf-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.col-md-2 .pdf-size {
    display: block;
    margin-bottom: 5px;
}

.photo img {
    border: 1px solid lightgray;
    border-radius: 8px;
}

.nav-left li a.nav-left-item span.span-item {
    padding: unset;
    height: unset;
}

/* Add pill styles */
.nav-pills .nav-link {
    border-radius: 0;
    color: #6c757d;
    text-align: center;
    flex: 1;
    font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
    background-color: #e9ecef;
    color: #007bff;
}

.nav-pills .nav-link:not(.active) {
    background-color: transparent;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

.nav-pills.d-flex .nav-item {
    flex: 1;
}

.p-15 {
    padding: 15px
}

.p-0-15 {
    padding: 0 15px
}

.br-5-0-0-5 {
    border-radius: 5px 0 0 5px
}

.copyright.onlydesktop a {
    padding: 10px 0;
}

.logo.onlydesktop img {
    width: 150px;
    max-width: 100%;
}

.logo2.onlydesktop img {
    width: 70px;
    height: 70px;
    margin-left: 5%;
    margin-top: 92px;
}

@media only screen and (max-width: 1330px) {
    .logo2.onlydesktop img {
        margin-left: -24px;
    }
}

@media only screen and (max-width: 1268px) {
    .logo2.onlydesktop img {
        margin-left: -48px;
        width: 70px;
        height: 70px;
    }
}

.header-top {
    padding-top: 10px;
}

.cust-content {
    margin: 20px auto;
    max-width: 1500px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Verdana;
    font-size: 16px;
    line-height: 1.4em;
}

.cust-image {
    max-width: 100%;
    overflow: hidden;
}

.cust-responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.cust-text {
    padding: 20px;
}


.cust-text h2 {
    margin-top: -140px;
    padding-top: 140px;
}


.cust_headdiv {
    padding-top: 23px;
    padding-right: 17px;
    text-align: right;
}

/* FSC Banner */
.cust-fsc {
    height: 100%;
}

.cust-banner {
    background-color: #fff;
    color: #333;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 0.4em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 -20px 0px 0px;
    overflow: hidden;
    /* Verhindert, dass der Text beim Verstecken überfließt */
    position: relative;
    /* Positionierung für die Textanzeige */
}

.cust-banner-text {
    opacity: 0;
    /* Standardmäßig unsichtbar */
    transition: opacity 0.3s ease;
    /* Füge eine Transition für die opacity-Eigenschaft hinzu */
}

.cust-banner.right:hover .cust-banner-text {
    opacity: 1;
    /* Bei Hover sichtbar machen */
    max-width: min-content;
}

.cust-banner.left {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cust-banner.right {
    width: 111px;
    position: fixed;
    margin: 0 -51px 0 0;
    top: 60%;
    right: 0;
    height: 110px;
    padding: 69px 0 7px 0px;
    transform: translateY(-50%);
    transition: right 0.5s ease;
    /* Füge eine Transition für die right-Eigenschaft hinzu */
    z-index: 999;
}

.cust-banner.right:hover {
    /* Bewege den Banner leicht nach links */
    width: 111px;
    position: fixed;
    margin: 0px -38px 0px 0px;
    right: 0px;
    height: 216px;
    padding: 0px 0px 22px 0px;

}

.cust-logo {
    max-width: 75px;
    flex-shrink: 0;
    /* Verhindert, dass das Logo schrumpft */
}

.cust-banner-content {
    display: flex;
    flex-direction: column;
}

.cust-banner-link {
    text-decoration: none;
    color: #333;
    font-size: 11px;
}

.cust-banner p {
    margin: 2px;
    text-align: left;
    padding: 4px 0px 0px;
}

/* Füge diese Stile zu deiner Stylesheet-Datei hinzu */

/* Stile für den CTA-Button */
.cta-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 4px 0 16px 0;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color: #184DA5;
    /* Hintergrundfarbe ändern */
    color: #fff;
    text-align: left;
}

/* Hover-Stile für den CTA-Button */
.cta-btn:link {
    color: #fff;
    text-decoration: none;
    /* Hintergrundfarbe ändern, wenn der Mauszeiger darüber schwebt */
}

.cta-btn:hover {
    color: #fff;
    background-color: #ff6600;
    text-decoration: none;
    /* Hintergrundfarbe ändern, wenn der Mauszeiger darüber schwebt */
}

.cta-btn:visited {
    color: #fff !important;
    text-decoration: none;
    /* Hintergrundfarbe ändern, wenn der Mauszeiger darüber schwebt */
}

/* Media Query für mobile Geräte */
@media (max-width: 768px) {
    .cust-fsc {
        /* display: none; */
    }

    .cust-banner.right {
        /* top: unset; */
        top: 50%;
        bottom: 1%;
        padding-top: 18px;
    }

    .cust-fsc p {
        display: none;
    }

    .cta-btn {
        width: 100%;
    }
}

/* FSC Banner end */
/* Papiertüten */
#information-fsc {
    scroll-behavior: smooth;
}


.blocker {
    z-index: 10000 !important;
}

.w-350 {
    width: 300px;
}

.box-fluid {
    background: none;
}

.price_quality {
    border: 1px solid black;
    padding: 5px;
}

.pb-padding {
    padding: 10px 0px 10px 0px;
}

.bindResult1,
.bindResult2 {
    /* margin: 10px;
padding: 10px;
font-size: 14px;
line-height: 21px; */
}

.bindResult1 td,
.bindResult2 td {
    padding: 3px;
    width: 33%;
}

.mx-auto {
    margin: auto;
}

.modal {
    /* max-width: 900px; */
}

/*.namedate {
padding-left: 5px;
}*/

@media only screen and (max-width: 600px) {
    .calalign {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .calalign {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .bottomcenter {
        padding-bottom: 50px;
    }
}

.calalign {
    width: 35%;
}

div.image-slide1,
div.image-slide2 {
    width: auto;
    height: 300px;
    position: relative;
    text-align: center;
}

div.image-slide1 img,
div.image-slide2 img {
    position: relative;
    height: 300px;
}

.fade.in {
    opacity: 1;
}

.slide-animate-fading {
    /*animation:fading 5.2s infinite;
*/
    /*animation:fading 3.2s infinite;
*/
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.btn-calculate {
    margin: 0;
    margin-bottom: 5px;
    margin-left: 5px;
    border: none;
    width: 150px;
    height: 30px;
    background: #f18e00;
    border-radius: 4px;
    padding: 0;
    font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
    -webkit-box-shadow: inset -2px -2px 2px 2px rgba(0, 0, 0, 0.7);
    box-shadow: inset -2px -2px 4px -2px rgba(0, 0, 0, 0.7);
}

select {
    -webkit-appearance: unset !important;
}

/* */
.progress-bar {
    width: 100%;
    background-color: #ddd;
    height: 20px;
    margin-bottom: 20px;
}

.progress {
    width: 0;
    height: 100%;
    background-color: #f18e00;
}

.step-navigation {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%); */
}

.step-number {
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.step-number.selected {
    font-weight: bold;
    background-color: #4caf50;
    color: #fff;
}

.cust-grid {
    grid: none;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: 1fr 2fr auto;
    gap: 10px;
    justify-items: start;
}

@media only screen and (max-width: 767px) {
    .cust-grid {
        display: grid;
        grid-template-columns: unset;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 1px;
    }
}

.cust-input {
    width: -webkit-fill-available;
    width: 100%;
}

.cust-select__wrapper {
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    vertical-align: bottom;
    border-radius: 4px;
    width: -webkit-fill-available;
    width: 100%;
}

.cust-select {
    border: none;
    height: 30px;
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-sizing: border-box;
    max-width: none;
    display: block;
    color: #31373d;
    width: 100%;
}

/* Papiertüten end */


.inline-noresult {
    padding: 13px;
}

.btn {
    /* color: #0654ba; */
    box-shadow: unset;
}

.badge {
    display: inline-block;
    padding: .4em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #0a1f42;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #0a1f42;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.padding-left-small-custom {
    padding-left: 15px;
    padding-top: 15px;
}

.slides_control img {
    height: 300px;
    object-fit: cover;
}



.img-responsive {
    max-width: 100%;
}

.xsitemap-stores {
    margin-bottom: 10px;
    font-family: 'Verdana' !Important;
}

.xsitemap h3 {
    font-size: 1.7em;
    font-weight: normal;
}

.xsitemap ul {
    padding-bottom: 0px;
}

.xsitemap ul.stores li {
    float: left;
    margin-right: 20px;
    font-size: 1.2em;
    font-weight: bold;
    list-style-type: none;
}

.xsitemap-categories {
    float: left;
    width: 58%;
    font-family: 'Verdana' !Important;
}

.xsitemap-categories li {
    list-style-type: none;
}

.xsitemap-pages li {
    list-style-type: none;
}

.xsitemap li.level-0 {
    font-weight: bold;
    font-size: 1.1em !important;
}

.xsitemap li.level-1 {
    font-weight: normal;
    font-size: 1em;
}

.xsitemap li.category {
    font-size: 1em;
}

.xsitemap li li {
    list-style-type: none;
}

.xsitemap-pages {
    float: left;
    width: 38%;
    font-family: 'Verdana' !Important;
}

.xsitemap li.page-url,
.xsitemap li.link {
    font-size: 1em;
    font-weight: bold;
}

/*****************Content Pages*************/
#column-right p {
    font-size: 16px !important;
    line-height: 28px !important;
}

#column-right h1 {
    color: #184DA5 !important;
    font: bold 24px / 30px "Verdana" !important;
}

#column-right h2 {
    color: #ff6600 !important;
    font: normal 24px/30px "Verdana" !important;
}

#column-right h3 {
    color: #184DA5 !important;
    font: normal 18px/21px "Verdana" !important;
}

#cust-documents img {
    width: 100%
}

#cust-buttons #order {
    width: 50%;
    background-color: #f0ad4e;
    color: #fff !important;
}

.bagoffer {
    /* width: 50%; */
    width: 100%;
    /* background-color: #2f96b4; */
    background-color: #184DA5;
    color: #fff !important;
}

.bagorder {
    /* width: 50%; */
    background-color: #f0ad4e;
    color: #fff !important;
}

#cust-buttons {
    width: 100%;
}

#cust-buttons #offer {
    width: 50%;
    background-color: #2f96b4;
    color: #fff !important;
}

#column-right img {
    /* width: 100% */
}

#column-right .cust-information img {
    width: 100%
}

#column-right .bodergray {
    border: 1px solid #dddddd !important;
    padding: 8px !important;
    width: 100% !important;
}

.inquirywidth {
    width: 150px;
}

#column-right .desc-card {
    color: #000000 !important;
    /* border-radius: 10px !important; 
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;*/
    border-radius: 1em;
    /* box-shadow: 5px 5px 5px #818181 !important;
    -webkit-box-shadow: 5px 5px 5px #818181 !important;
    -moz-box-shadow: 5px 5px 5px #818181 !important; */
    /* border: .2em solid #FFA15E !important; */
    /* background-color: #FFC093 !important;
     */
    background-color: #f1f1f1;
    box-shadow: 3px 5px 7px #aaa;
    padding: 20px !important;
    margin-bottom: 20px;
}

#column-right .desc-card-header {
    font: bold 12px/20px "Verdana" !important;
    color: #184da5 !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #000000 !important;
    margin-bottom: 10px !important;
}

#column-right .rte p {
    padding-bottom: 10px !important;
}

.wide-button-black {
    background-color: #000;
    padding: 10px 20px;
    border-radius: 100px;
    color: #ff9000 !important;
}

#column-right table {
    margin: 10px 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

#column-right table th,
#column-right table td {
    /* padding: 8px; */
    text-align: left
}

/* #column-right table tr:nth-child(odd){
    background:#f9f9f9
}
 */
#column-right table tr:nth-child(even) {
    background: #fff
}

#column-right table {
    font-size: 16px !important
}

#column-right .product_btn {
    width: 230px;
    color: #fff;
}

#column-right .mask_border {
    border-radius: 1em;
    border: 1px solid black;
    width: 90%;
    margin-bottom: 15px
}

#column-right .mask_head {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 25px 25px 0px 0px;
    border-bottom: none;
}

#column-right .mask_head h2 {
    padding: 10px
}

#column-right .offerbtn {
    border-radius: 1em 0 1em 0;
    background: #5bc0de;
    border: 1px solid #46b8da
}

#column-right .orderbtn {
    border-radius: 0 1em 0;
    background: #f0ad4e;
    border: 1px solid #eea236
}

#column-right .offerbtn_normal {
    background: #f0ad4e;
    border: 1px solid #eea236
}

#column-right .offerbtn_botm {
    border-radius: 0 25px 0 25px;
    background: #5bc0de;
    border: 1px solid #46b8da
}

#column-right .orderbtn_botm {
    border-radius: 25px 0;
    background: #f0ad4e;
    border: 1px solid #eea236
}

#column-right .product_btn {
    cursor: pointer;
    padding: 15px 0
}

#column-right .product_btn.disabled {
    color: #f00 !important;
    opacity: 0.65 !important;
    cursor: not-allowed !important
}

#column-right .masktab_links ul {
    margin: 0
}

#column-right .masktab_links ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-family: inherit
}

#column-right .masktab_links ul li.red a {
    background: #c60000
}

#column-right .masktab_links ul li.red a:hover {
    background: #db0707
}

#column-right .masktab_links ul li a {
    background: #dbdbdb;
    padding: 6px 12px;
    display: block;
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin: 6px;
}

#column-right .masktab_links ul li a:hover {
    background: #888585
}

#column-right h4 {
    color: #0a263c;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px
}

#column-right .green {
    color: green
}

#column-right .mask_border .col-md-4 img,
#column-right .col-md-4 img {
    margin: 10px 0
}

#column-right ul {
    margin: 0
}

#column-right ul li {
    font-size: 16px;
    font-family: inherit
}

.autowidth {
    width: auto !important
}

.marginauto {
    margin: auto !important
}

.width25 {
    width: 25%
}

.width50 {
    width: 50%
}

.width75 {
    width: 75%
}

.width100 {
    width: 100%
}

#column-right .outline {
    border: 1px solid #000;
    padding: 15px 0px;
}

#column-right .mask_border .col-md-4 img {
    width: 85%
}

/* Content Pages end */
/* FSC */
.cust-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}


.cust-article {
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    max-width: 800px;
    /* Maximalbreite, die für den Inhalt des cust-article verwendet wird */
    margin-left: auto;
    margin-right: auto;
}

/* Media Query für kleinere Bildschirme */
@media screen and (max-width: 600px) {
    .cust-article {
        margin-left: 10px;
        margin-right: 10px;
    }
}


.cust-article .order-button {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    padding: 10px 10px;
    border: none;
    border-radius: 0px;
    background: #f18e00;
    color: white;
    text-decoration: none;
    text-align: center;
}

.cust-main img {
    width: 100%;
    height: auto;
    display: block;
}

/* FSC ende */
.editimg {
    object-fit: cover;
    height: 384px !important;
    border: 1px solid orange;
    border-radius: 1em;
}

.bluebg {
    background: #dde6ff;
    padding: 10px 0;
    padding-bottom: 10px;
    text-align: center;
    margin-left: -13px;
    border-radius: 20px 20px 0 0;
    margin-right: -14px;
}

.TableGrid td {
    border: 1px solid #000
}

.clear {
    clear: both
}

.search-menu-list ul {
    height: 130px !important;
}

@media only screen and (min-width: 330px) and (max-width: 1500px) {
    .box2 {
        /* width: 91% !important; */
    }

    .breadcrumbs {
        width: 91% !important;
        padding-left: 67px;
    }

    .listing {
        margin: auto;
    }
}

@media only screen and (min-width: 1501px) {
    .box2 {
        /* width: 91% !important; */
    }

    .breadcrumbs {
        padding-left: 5%;
    }

    .listing {
        margin: auto;
    }
}

.cblock,
.cblock a {
    color: #bcbec0;
}

.alertify .ajs-body .ajs-content {
    padding: 16px 0 16px 0;
}

.alertify-notifier ajs-bottom ajs-right {
    vertical-align: center !important;
}

.alertify-notifier.ajs-bottom {
    bottom: 50px;
}

.list-group-item {
    border: unset !important;
}

#puppy_name {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#category_results li {
    cursor: pointer;
}

#category_results li:hover {
    color: lightblue;
}

#add-product-form #currencyoptions {}

/* ACCORDION FAQ */
.accordion {
    width: 100%;
}

.accordion-title {
    margin: 0;
}

.accordion-icon {
    width: 10px;
    height: 10px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    padding: 10px;
    background-color: #fff;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

.add-on-static.after {
    position: relative;
    left: 94%;
    top: -34px;
    width: 22px;
    text-align-last: center;
    height: 34px;
    border-radius: 0 4px 4px 0;
}

/* Product manager */
.err-msg {
    display: none;
    color: red;
}

.no-wrap {
    white-space: nowrap !important
}

.title-flag {
    position: absolute;
    transform: translate(10px, 12px);
}

.pl-32 {
    padding-left: 32px !important;
}

/* Custom Content Header Styles */

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("/application/uploads/outbreaks.webp");

    /* Set a specific height */
    height: 400px;
    background-position: 0px 0px;
    /* Zum Beispiel: 200px von links und 100px von oben */

    /* Position and center the image to scale nicely on all screens */
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 10%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h1 {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 15px;
}

div.col-md-12 p {
    font-size: 16px;
}

/* TEMPLATE_headerbit */

.navbar-fixed-top {
    background: #000;
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 1030;
}

#top-subnav a {
    float: none !important;
}

.product-list {
    top: 30px !important;
}

.setting-form .button2 {
    background: #FFD78C !important;
    border: 1px solid orange !important;
    color: orange !important;
}

.search-menu.active {
    background: #FFD78C !important;
}

.search-menu.active a span,
.search-menu.active:hover a span {
    color: orange !important;
}

.setting-panel .title a {
    color: orange !important;
}

/* header alignment */
.header-top .top-nav-right {
    flex: 3;
}

.search {
    margin: 0px !important;
}

.lang-image {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.wa-image {
    width: 22px;
    position: relative;
    right: 3px;
}

.bot-nav-center {
    float: right;
}

.social_sect .button_sect {
    float: right;
    padding: 3px;
    margin-left: 10px;
}

.top-link .lang-hover {
    top: 18px;
}

#billboard-3>div.fsc-logo>img {
    margin-bottom: -3px;
}

#billboard-3>div.fsc-logo>span {
    line-height: 12px !important;
}

.fsc-logo {
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    position: absolute;
}

@media only screen and (max-width: 1540px) {
    .fsc-logo {
        margin-left: 30px;
    }

    .fsc-logo img {
        height: 120px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .fsc-logo {
        display: none;
    }
}

@media only screen and (min-width : 150px) and (max-width : 600px) {
    .cblock h1 {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .cust_list {
        width: 100% !important;
    }
}

/* .cust_list img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
} */
@media only screen and (min-width: 769px) and (max-width: 820px) {
    .social_sect .button_sect {
        margin-left: 0px !important;
    }

    .fb-like>span,
    .fb-like>span>iframe {
        width: inherit !important;
    }
}

/* @media only screen and (min-width: 500px) and (max-width: 647px) {
    #background-links .top-nav-left .login-hover {
        padding: 6px 10px;
    }
    .mega-menu .login-hover{
       padding: 2px 15px !important;
    } 
} */
@media only screen and (max-width: 600px) {

    /* .menu-header{
        height: 85px;
    } */
    .search-menu a span {
        background: url(/application/assets/images/v5/sprite_arrow1.png) no-repeat right top;
        display: inline-block;
    }

}

/* TEMPLATE_headerbit end*/

/*
CSS https://www.bagobag.com/en/exclusive-paper-carrying-bags-gallery.html
    https://www.bagobag.com/en/print-on-cotton-backpack.html
    https://www.bagobag.com/en/long-lasting-woven-bags-gallery.html
    Galerie-Layout und Hover-Effekte für Bilder.

Autor: Dominik Jansen
Datum: 22.03.2024

Styles:

- .cust-page-gallery-container: Styles the container for the gallery with a maximum width of 1200px, centered alignment, and padding.
- .cust-page-gallery: Sets up a grid layout for the gallery with auto-fit columns, ensuring responsiveness, and a gap between items.
- .cust-page-gallery-item: Styles individual gallery items with rounded corners, hidden overflow, and a subtle box shadow.
- .cust-page-gallery-item img: Styles images within gallery items to cover their containers, maintain aspect ratio, and transition smoothly on hover.
- .cust-page-gallery-item:hover img: Enlarges images slightly on hover for a zoom effect.
- .btn.bagoffer: Positions the button at the bottom-left corner of the gallery item.
- .btn.bagorder: Positions the button at the bottom-left corner of the gallery item.
- #page-title: Sets color to #184DA5, Applies bold 24px/30px Verdana font.

*/
.cust-page-gallery-container {
    max-width: 2000px;
    margin: 0 auto;
    /* padding-left: 15px; */
    position: relative;
    margin-bottom: 20px;
}

.cust-page-gallery {
    /* display: flex;*/
    /* column-gap: 20px; */
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 0fr));
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 230px)); */
    grid-gap: 20px;
    height: auto;
    /* padding: 40px 0; */
}

.cust-page-gallery-flex {
    display: flex;
    /* column-gap: 20px; */
    margin-bottom: 20px;
    /* display: grid; */
    grid-template-columns: repeat(auto-fit, minmax(280px, 0fr));
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 230px)); */
    grid-gap: 20px;
    height: auto;
    /* padding: 40px 0; */
}

.cust-page-gallery-item {
    /* min-height: 215px; */
    height: auto;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px #ccc;
}

.cust-page-gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* object-fit: none; */
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.cust-page-gallery-item:hover img {
    transform: scale(1.05);
}

.cust-page-gallery-item video {
    width: 100%;
    /* height: 100%; */
    min-height: 300px;
    object-fit: cover;
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.cust-page-gallery-item video:hover {
    transform: scale(1.05);
}

#page-title {
    color: #004b91 !important;
    font: bold 24px / 30px "Verdana" !important;
}

.cust-button-container {
    display: grid;
    justify-items: end;
}

.cust-video-container-dj {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    width: 100%;
}

.cust-video-container-dj iframe {
    width: calc(50% - 20px);
    margin: 10px;
    border-radius: 1em;
    height: 360px;
    /* height: 50vw; */
}

@media screen and (max-width: 767px) {
    .cust-video-container-dj iframe {
        width: calc(100% - 20px);
        height: 360px;
        /* height: 100vw; */
    }
}

.cust-page-gallery-video {
    /* display: grid; */
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /*(2, 1fr);  Zwei Spalten mit gleicher Breite */
    grid-gap: 20px;
    justify-items: center
}

.cust-page-gallery-video-item {
    /* width: 100%; */
    max-width: 450px;
}

@media (max-width: 767px) {
    .cust-page-gallery-video-item {
        /* width: 100%; */
        /* margin-bottom: 20px;  */
        margin: 20px;
    }
}

.cust-page-gallery-video-item video {
    border-radius: 1em;
    width: 100%;
    height: auto;
}

.cust-btn-bagoffer-dj {
    position: relative;
    z-index: 8;
    display: block;
    padding: 10px 0px;
    font-size: 16px;
    /* text-align: center; */
    /* text-decoration: none; */
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color: #184DA5;
    color: #fff !important;
    text-align: center;
    width: 100%;
    /* height: 40px; */
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}

.cust-btn-bagorder-dj {
    position: relative;
    z-index: 8;
    display: inline-block;
    padding: 10px 0px;
    /* margin: 4px 0 16px 0; */
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    /* border-radius: 0 0 5px 5px; */
    transition: background-color 0.3s ease;
    background-color: #f0ad4e;
    color: #fff !important;
    text-align: center;
    width: 100%;
    /* height: 100%; */
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}

/* Wenn kein Button vorhanden ist */
.cust-page-gallery-item:not(:has(.cust-btn-bagoffer-dj)):not(:has(.cust-btn-bagorder-dj)) img {
    width: -webkit-fill-available;
    height: 100%;
    /* object-fit: none; */
    object-fit: cover;
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.col-md-2-dj,
.col-md-3-dj,
.col-md-4-dj,
.col-md-6-dj,
.col-md-9-dj,
.col-md-10-dj {
    min-height: 1px;
    padding-right: 5px;
    border-radius: var(--border-radius);
    position: sticky;
    top: 150px;
    margin-bottom: 20px;
}
.col-md-9-dj,
.col-md-10-dj {
    padding-left: 20px;
}
.col-md-12-dj {
    display: flex;
    gap: 10px;
}
@media (max-width:992px) {

    div.image-slide1 img,
div.image-slide2 img {
   width:100%;
}
}

@media (min-width:992px) {
    .col-md-2-dj {
        float: left;
        width: 16.66667%;
    }
    .col-md-3-dj {
        float: left;
        width: 25%;
    }
    .col-md-4-dj {
        float: left;
        width: 33.33334%;
    }
    .col-md-6-dj {
        float: left;
        width: 50%;
    }
    .col-md-9-dj {
        float: left;
        width: 75%;
    }
    .col-md-10-dj {
        float: left;
        width: 83.33334%;
    }
}
.BGimg-dj {
    position: sticky;
    top: 0;
    border-radius: 1em;
    border: 1px #f1f1f1 solid;
    display: block;
    padding: 8px;
    height: 500px;
    text-align: center;
}
.BGimg-dj img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1em;
}
.cust-product-container {
    position: relative;
    display: flex;
    /* justify-content: center; */
}

.desc-card-dj {
    padding-left: 100px; 
}
.div img {
    border-radius: 1em;
}
@media (max-width: 768px) {
    .cust-product-container {
        flex-direction: column; 
    }
    .col-md-2-dj,
    .col-md-3-dj,
    .col-md-6-dj,
    .col-md-4-dj,
    .col-md-9-dj {
        position: relative;
        top: auto;
    }
    .col-md-6-dj {
        order: 0; 
    }
    .col-md-4-dj {
        margin-top: 15px;
    }
    .cust-page-gallery-item-dj {
        min-height: 240px;
        margin-bottom: 20px;
    }
    .desc-card-dj {
        padding-left: 0; 
        margin-bottom: 15px;
    }
    .cust-page-gallery-item:not(:has(.cust-btn-bagoffer-dj)):not(:has(.cust-btn-bagorder-dj)) img {
        width: -webkit-fill-available;
        height: 100%;
        object-fit: cover;
        display: block;
        overflow: hidden;
        transition: transform 0.3s ease;
    }
    .cust-page-gallery-item {
        min-height: 215px;
        height: auto;
        margin-bottom: 30px;
        border-radius: var(--border-radius);
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 8px #ccc;
    }
}

/* Lupe-Symbol als separater Button */
.cust-btn-loupe {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 1px;
    line-height: 1;
    cursor: pointer;
    opacity: 0; /* Standardmäßig unsichtbar */
    transition: opacity 0.3s ease; /* Animierter Übergang für die Sichtbarkeit */
    z-index: 1;
  }
  
  /* Button-Styling beim Schweben über das Bild */
  .cust-page-gallery-item:hover .cust-btn-loupe {
    opacity: 1; /* Bei Schweben über das Bild sichtbar machen */
  }
  
  /* Button-Styling */
  .cust-page-gallery-item {
    position: relative;
  }
  
  /* Effekt, wenn der Button angeklickt wird */
  .cust-btn-loupe:active {
    transform: scale(0.95);
  }
  .cust-btn-loupe a:hover, .cust-btn-loupe a:active, .cust-btn-loupe .a_active {
    color: unset;
    text-decoration: unset;
  }
  .clearfix {
    clear: both;
  }

/* CSS https://www.bagobag.com/en/exclusive-paper-carrying-bags-gallery.html
       https://www.bagobag.com/en/print-on-cotton-backpack.html
       https://www.bagobag.com/en/long-lasting-woven-bags-gallery.html end */

/*
Test
       */

.dropdown-toggle::after{
	all:unset;
}


/* Staffelpreise Toggle */
.bago-staffelpreise-toggle {
    margin-left: 0.5em !important;
    font-size: var(--font-size-xs) !important;
    padding: 0.25em 0.6em !important;
    border-radius: var(--border-radius) !important;
    border: 1px solid var(--header-border) !important;
    color: var(--accent) !important;
    background: var(--header-bg) !important;
    box-shadow: var(--shadow) !important;
    transition: all 0.2s ease !important;
    font-weight: var(--font-weight-medium) !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }
  
  .bago-staffelpreise-toggle:hover, 
  .bago-staffelpreise-toggle:focus {
    background: #f0f9ff !important;
    color: var(--primary-dark) !important;
    border-color: var(--accent) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-1px) !important;
  }
  
  .bago-staffelpreise-toggle:active {
    transform: translateY(0) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  }
  
  /* Staffelpreise Popover */
  .bago-staffelpreise-popover {
    min-width: 100% !important;
    padding: 0.5rem 0.7rem !important;
    font-size: 0.92em !important;
    box-shadow: var(--shadow) !important;
    border-radius: var(--border-radius) !important;
    border: 1px solid var(--header-border) !important;
    background: var(--header-bg) !important;
    z-index: 9999 !important;
    left: 0 !important;
    right: auto !important;
    top: 100% !important;
    margin-top: 0.3rem !important;
    animation: staffelpreise-fade-in 0.2s ease !important;
  }
  
  @keyframes staffelpreise-fade-in {
    from {
      opacity: 0;
      transform: translateY(-10px) scale(0.95);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  .bago-staffelpreise-popover strong {
    display: block !important;
    font-size: var(--font-size-sm) !important;
    font-weight: var(--font-weight-semibold) !important;
    color: var(--primary) !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid var(--header-border) !important;
  }
  
  .bago-staffelpreise-popover table {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  
  .bago-staffelpreise-popover table td {
    padding: 0.5rem 0.75rem !important;
    border: none !important;
    font-size: var(--font-size-sm) !important;
    line-height: var(--line-height-snug) !important;
  }
  
  .bago-staffelpreise-popover table tr:first-child td {
    padding-top: 0.25rem !important;
  }
  
  .bago-staffelpreise-popover table tr:last-child td {
    padding-bottom: 0.25rem !important;
  }
  
  .bago-staffelpreise-popover table tr:hover {
    background-color: #f9fafb !important;
    border-radius: var(--border-radius) !important;
  }
  
  .bago-staffelpreise-popover table td:first-child {
    color: var(--badge-neutral-text) !important;
    font-weight: var(--font-weight-medium) !important;
    width: 60% !important;
  }
  
  .bago-staffelpreise-popover table td:last-child {
    font-weight: var(--font-weight-semibold) !important;
    text-align: right !important;
    width: 40% !important;
  }
  
  /* Popover Arrow */
  .bago-staffelpreise-popover::before {
    content: '' !important;
    position: absolute !important;
    top: -8px !important;
    left: 24px !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid var(--header-bg) !important;
    z-index: 1 !important;
  }
  
  .bago-staffelpreise-popover::after {
    content: '' !important;
    position: absolute !important;
    top: -9px !important;
    left: 24px !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid var(--header-border) !important;
    z-index: 0 !important;
  }
  
  /* Staffelpreise Responsive */
  @media (max-width: 768px) {
    .bago-staffelpreise-popover {
      left: 0 !important;
      right: 0;
      min-width: auto !important;
      max-width: 280px !important;
      padding: 1rem !important;
      font-size: 0.875rem !important;
      margin: 0 0.5rem !important;
    }
    
    .bago-staffelpreise-popover::before,
    .bago-staffelpreise-popover::after {
      left: 20px !important;
    }
    
    .bago-staffelpreise-toggle {
      font-size: var(--font-size-xs) !important;
      padding: 0.2em 0.5em !important;
    }
  }
  
  @media (max-width: 576px) {
    .bago-staffelpreise-popover {
      max-width: 240px !important;
      padding: 0.875rem !important;
      font-size: var(--font-size-sm) !important;
    }
    
    .bago-staffelpreise-popover table td {
      padding: 0.375rem 0.5rem !important;
      font-size: var(--font-size-sm) !important;
    }
  }
  /* Layout Fixes */
  .bago-product-card,
  .bago-product-card .card-body {
    overflow: visible !important;
  }
  
  .bago-staffelpreise-toggle {
    margin-left: 0 !important;
    margin-top: 0.2em !important;
  }
  
  /* Erste Staffelpreis - Verbesserte Darstellung */
  .bago-staffelpreis-erste {
    font-size: var(--font-size-sm) !important;
    color: var(--badge-neutral-text) !important;
    font-weight: var(--font-weight-medium) !important;
    margin-top: 0.3em !important;
    padding: 0.4em 0.8em !important;
    background: #f8f9fa !important;
    border-radius: var(--border-radius) !important;
    border: 1px solid #e9ecef !important;
    display: inline-block !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  }
  
  