#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%;
}/* =========================
   1. VARIABLEN & ROOT
   ========================= */

:root {
  --primary: #0a1f42;
  --primary-dark: #184da5;
  --accent: #1a73e8;
  --danger: #dc3545;
  --danger-dark: #bb2d3b;
  --header-bg: #fff;
  --header-border: #eee;
  --header-text: #0a1f42;
  --announcement-bg: #0a1f42;
  --announcement-accent: #f9a825;
  --border-radius: 6px;
  /* Font System */
  --font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-family-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --line-height-tight: 1.25;
  --line-height-snug: 1.375;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.625;
  --letter-spacing-tight: -0.025em;
  --letter-spacing-normal: 0;
  --letter-spacing-wide: 0.025em;
  --letter-spacing-wider: 0.05em;
  --letter-spacing-widest: 0.1em;
  --shadow: 0 4px 16px rgba(24, 77, 165, 0.06);
  /* Card Design */
  --card-bg: #fff;
  --card-radius: 6px;
  --card-shadow: none;
  --card-border: none;
  --card-padding: 2rem;
  --card-margin-bottom: 2rem;
  --card-icon-color: #2563eb;
  /* Badge Design */
  --badge-bg: #f4f6fb;
  --badge-success-bg: #e6f4ea;
  --badge-success-text: #1a7f37;
  --badge-neutral-bg: #f4f6fb;
  --badge-neutral-text: #6c757d;
  --badge-radius: 0.5rem;
  --badge-font: 0.875rem;
  --badge-padding: 0.5rem 1rem;
  --badge-letter-spacing: 0.05em;
  --badge-uppercase: uppercase;
}

/* =========================
   2. BUTTONS (GLOBAL)
   ========================= */

/* Search Container Buttons */
.bago-header .search-container .form-control,
.bago-header .search-container .btn {
  height: 36px;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

.bago-header .search-container .btn-outline-secondary {
  border-color: var(--primary);
  color: var(--primary);
}

.bago-header .search-container .btn-primary {
  background: var(--primary);
  color: var(--header-bg);
  border-color: var(--primary);
}

.bago-header .search-container .btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

/* Modern Search Buttons */
.bago-search-modern .btn {
  color: var(--primary);
  border: none;
  background: none;
  font-size: 1.2rem;
  padding: 0 1rem;
  height: 48px;
  display: flex;
  align-items: center;
}

.bago-search-modern .btn:focus,
.bago-search-modern .btn:hover {
  color: var(--primary-dark);
  background: none;
  box-shadow: none;
}

.bago-search-modern .btn-light {
  background: none;
  border: none;
  color: var(--primary);
  height: 48px;
  display: flex;
  align-items: center;
}

/* Offcanvas Close Button */
.bago-header .offcanvas .btn-close {
  font-size: 1.5rem;
  color: var(--primary);
  opacity: 1;
  background: none;
  border: none;
  box-shadow: none;
  margin-left: 1rem;
}

.offcanvas .btn-close:focus {
  outline: 2px solid var(--primary);
}

/* Add to Cart Button */
.bago-add-to-cart-btn {
    background: #0d6efd;
    color: white;
    border: none;
    border-radius: var(--border-radius);
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1rem;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
    opacity: 0;
}

.bago-product-card:hover .bago-add-to-cart-btn {
    transform: translateY(0);
    opacity: 1;
}

.bago-add-to-cart-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.bago-add-to-cart-btn.loading {
    pointer-events: none;
}

/* =========================
   3. HEADER KOMPONENTEN
   ========================= */

/* Header Layout */
.bago-header, .bago-featured-items, .featured-categories-section, .bago-blog-posts {
  background: #fff;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

.bago-header .img-fluid {
  max-height: 40px;
  width: auto;
}

.bago-header input.form-control {
  height: 40px;
  border: 2px solid var(--header-border);
  font-size: 1rem;
  margin-bottom: 0px;
}

.bago-header .offcanvas i.fa {
  font-size: 1.2rem;
  vertical-align: top;
}

/* Language Switcher */
.bago-header .lang-dropdown li {
  padding: 0 0.5rem !important;
}

.bago-header .language-toggler {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bago-header .language-toggler>a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: var(--border-radius);
  transition: background-color 0.2s;
}

.bago-header .language-toggler>a:hover {
  background-color: #f5f5f5;
}

.bago-header .lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  padding: unset;
  background: var(--header-bg);
  border: 1px solid var(--header-border);
  border-radius: var(--border-radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  min-width: 200px;
}

.bago-header .language-toggler:hover .lang-dropdown {
  display: block;
}

.bago-header .lang-wrapper {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  border-radius: unset;
  border: unset;
  background: unset;
  box-shadow: unset;
}

.bago-header .lang-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

.bago-header .lang-wrapper ul li {
  padding: 0;
}

.bago-header .lang-wrapper ul li a {
  display: block;
  padding: 0.5rem 0.5rem;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s;
}

.bago-header .lang-wrapper ul li a:hover {
  background-color: #f5f5f5;
}

/* Mega Menu */
.bago-mega-menu {
  position: relative;
}

.bago-mega-menu-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 120px;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  z-index: 999999;
  display: none;
  background: var(--header-bg);
  padding-top: 0.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.bago-mega-menu.active .bago-mega-menu-content {
  display: block;
}

.bago-mega-menu-close {
  position: absolute;
  top: 16px;
  right: 24px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #888;
  cursor: pointer;
  z-index: 11001;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.bago-mega-menu-close:hover {
  opacity: 1;
  color: #222;
}

/* Scrollbar */
.bago-mega-menu-wrapper::-webkit-scrollbar {
  width: 8px;
}

.bago-mega-menu-wrapper::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}

/* Sticky Header */
.bago-header .container-fluid.border-bottom {
  position: fixed;
  top: 0;
  z-index: 99999;
  background: var(--header-bg);
  border-bottom: 2px solid var(--header-border) !important;
}

/* Mega Menu Grid */
.bago-mega-menu-wrapper {
  overflow: overlay;
  height: 80vh;
}

.bago-mega-menu-wrapper.mega-menu-loaded {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 24px !important;
}

/* Category Images */
.mega-menu-column .category-image {
  width: 100%;
  height: 208px !important;
  background-size: auto;
  background-position: center;
  background: no-repeat;
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.mega-menu-column .category-image:hover {
  transform: scale(1.02);
}

.mega-menu-column img.category-icon {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 12px;
}

/* Header Links & Navigation */
.bago-header .bago-content {
  /* margin: 0;
  padding: 0; */
}

.bago-header .bago-content .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 0.5rem;
}

.bago-header .bago-content .nav-item {
  margin: 0;
  padding: 0;
  left: unset !important;
  width: 100% !important;
  border-radius: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: var(--font-family);
  line-height: 16px;
  text-decoration: none;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bago-header .main-categories .nav-item {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.bago-header .bago-content a:hover,
.bago-header .bago-content .nav-link:hover,
.bago-header .bago-content a:focus,
.bago-header .bago-content .nav-link:focus {
  color: var(--primary-dark);
  background: unset;
  text-decoration: none;
}

/* Dropdown Menus */
.bago-header .bago-content .dropdown-menu {
  background: var(--header-bg);
  border: none;
  box-shadow: var(--shadow);
  border-radius: 0 0 10px 10px;
  padding: 0;
  min-width: 180px;
  z-index: 1000;
}

.bago-header .bago-content .dropdown-item {
  color: var(--primary);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: background 0.2s;
  background: var(--header-bg);
  border: none;
  text-decoration: none;
}

.bago-header .bago-content .dropdown-item:hover,
.bago-header .bago-content .dropdown-item:focus {
  background: #f8f9fa;
  color: var(--primary-dark);
  text-decoration: none;
}

/* Sub-Dropdown Styles */
.bago-header .bago-content .sub-dropdown {
  position: relative;
}

.bago-header .bago-content .sub-dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  background: var(--header-bg);
  border: none;
  box-shadow: var(--shadow);
  border-radius: var(--border-radius);
  padding: 0.5rem 0;
  min-width: 180px;
  z-index: 1001;
}

/* Submenü nach links, wenn .submenu-left gesetzt */
.bago-content .navbar-nav .sub-dropdown-menu.submenu-left {
  left: auto !important;
  right: 100% !important;
  box-shadow: var(--shadow);
  border-radius: var(--border-radius);
  z-index: 1100;
}
.bago-header .bago-content .sub-dropdown:hover > .sub-dropdown-menu {
  display: block;
}

/* Admin Button */
.bago-header .admin-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--danger);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.bago-header .admin-button:hover {
  color: var(--danger-dark);
}

/* Search Bar */
.bago-header .bago-search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 540px;
}

.bago-header .search-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

.bago-header .search-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.bago-header .search-container .fa {
  font-size: 1.2rem;
  vertical-align: middle;
}

/* Settings Panel */
.bago-header .draw-select__wrapper {
  border: none !important;
}

#searchSettings {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1002;
  background: var(--header-bg);
  border-radius: var(--border-radius);
  box-shadow: 0 8px 32px rgba(24, 77, 165, 0.10);
  display: none;
}

#searchSettings.show {
  display: block;
}

.bago-header .setting-panel label,
#searchSettings label {
  font-weight: 500;
  color: var(--primary);
  font-size: 0.98rem;
}

.bago-header .setting-panel input[type='text'],
.bago-header .setting-panel select,
#searchSettings input[type='text'],
#searchSettings select {
  width: 100%;
  border: 1.5px solid #e3e8f0;
  border-radius: var(--border-radius);
  padding: 0.45rem 0.7rem;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  background: #f8fafc;
  color: #222;
  font-family: inherit;
  transition: border 0.2s;
  min-height: 40px;
  max-width: 100%;
}

.bago-header .autocompletev4,
#search_autocomplete.autocompletev4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1002;
  background: var(--header-bg);
  border: 1.5px solid #e3e8f0;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 16px rgba(24, 77, 165, 0.07);
  max-height: 300px;
  overflow-y: auto;
  font-size: 1rem;
  color: #222;
  padding: 0.5rem 0.75rem;
}

/* Main Categories Navigation */
.bago-header .category-mega-menu {
  position: static !important;
  list-style: none;
  margin: 0 0.5rem;
  padding: 0;
}

.bago-header .category-button {
  font-weight: 500;
  color: var(--header-text);
  font-size: 0.95rem;
  font-family: var(--font-family);
  font-weight: 700;
  transition: all 0.2s;
  gap: 0.5em;
  text-decoration: none;
}

.bago-header .category-button:hover {
  color: var(--accent);
}

.bago-header .category-button:active {
  color: var(--accent);
  border-radius: var(--border-radius);
}

.bago-header .category-button i {
  margin-right: 8px;
  font-size: 1.1em;
  color: var(--header-text);
}

.bago-header .category-mega-menu .mega-menu-content {
  position: absolute;
  left: 0;
  right: 0;
  background: #f8f9fa;
  box-shadow: var(--shadow);
  border-radius: var(--border-radius);
  padding: 0;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.2s;
  pointer-events: none;
  max-height: 600px;
  overflow-y: auto;
}

.bago-header .category-mega-menu:hover .mega-menu-content,
.bago-header .category-mega-menu.active .mega-menu-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.bago-header .cat_cust {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bago-header .cat_cust:hover {
  background: unset !important;
}

.bago-header .cat_cust a {
  color: var(--header-text);
  font-weight: 600;
}

.bago-header .cat_cust a:hover {
  color: var(--header-text);
  background: #f8f9fa;
  border-radius: var(--border-radius);
}

.bago-header .login-hover {
  position: relative;
}

.bago-header .nav-item.dropdown.position-static {
  position: static !important;
}

.bago-header .dropdown-menu::before {
  display: none !important;
  content: none !important;
}

.bago-header .dropdown-menu.scrollbar {
  width: 100vw;
  background: #f8f9fa;
  border: none;
  box-shadow: var(--shadow);
  border-radius: var(--border-radius);
  padding: 1.5rem 2rem;
  max-height: 600px;
  overflow-y: auto;
}

.bago-header .row.justify-content-center {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

/* Modern Search Bar */
.bago-search-modern {
  border: 2px solid var(--header-border);
  border-radius: var(--border-radius);
  background: var(--header-bg);
}

.bago-search-modern .form-control {
  border: none;
  background: var(--header-bg);
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0;
  box-shadow: none;
  height: 48px;
}

.bago-search-modern .form-control:focus {
  box-shadow: none;
  border: none;
}

/* Offcanvas */
.bago-header .offcanvas {
  padding: 0;
  z-index: 1000000;
}

.bago-header .offcanvas .nav-link {
  font-size: 0.9rem;
  color: var(--primary);
  border-radius: var(--border-radius);
  margin-bottom: 2px;
  transition: background 0.2s, color 0.2s;
}

.bago-header .offcanvas .nav-link:hover,
.bago-header .offcanvas .nav-link:focus {
  background: #f5f7fa;
  color: var(--primary-dark);
}

.bago-header .offcanvas .fw-bold {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #888;
  letter-spacing: 0.05em;
}

.bago-header .offcanvas-header {
  border-bottom: 1px solid var(--header-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bago-header .offcanvas-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--primary);
}

/* Remove old mobile menu styles */
.navbar-toggler,
.navbar-collapse,
.navbar-nav.d-lg-none,
.navbar-toggler-icon {
  display: none !important;
}

.bago-header .accordion-header {
  padding: 0rem;
  font-size: 1.1rem;
  color: var(--primary);
  border-bottom: 1px solid var(--header-border);
}

/* =========================
   4. ANNOUNCEMENT BAR
   ========================= */

.announcement-bar {
  width: 100%;
  background: var(--announcement-bg);
  color: var(--header-bg);
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-bar p {
  margin: 0;
  padding: 0.5rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Header Icons */
.bago-header .header-icons a {
  color: var(--header-text);
  transition: color 0.2s;
  font-size: 0.9rem;
}

.bago-header .header-icons a:hover {
  color: var(--header-text);
  background: #f8f9fa;
  border-radius: var(--border-radius);
}

.bago-header .announcement-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.bago-header .announcement-bar .social_sect {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.bago-header .announcement-bar .social_sect a,
.bago-header .announcement-bar .social_sect a .fa,
.bago-header .announcement-bar .social_sect a:before,
.bago-header .announcement-bar .social_sect a .fa:before,
.bago-header .announcement-bar .social_sect a svg {
  color: var(--header-bg) !important;
  fill: var(--header-bg) !important;
  filter: none !important;
}

.bago-header .announcement-bar .social_sect a:hover,
.bago-header .announcement-bar .social_sect a:hover .fa,
.bago-header .announcement-bar .social_sect a:hover:before,
.bago-header .announcement-bar .social_sect a:hover .fa:before,
.bago-header .announcement-bar .social_sect a:hover svg {
  color: var(--announcement-accent) !important;
  fill: var(--announcement-accent) !important;
}

.bago-header .announcement-bar .social_sect .fa-facebook,
.bago-header .announcement-bar .social_sect .fa-pinterest,
.bago-header .announcement-bar .social_sect .fa-twitter,
.bago-header .announcement-bar .social_sect .fa-youtube {
  background: none;
  color: var(--header-bg);
}

/* =========================
   5. PAGELINKS DESIGN 2025 SPECIFIC STYLES
   ========================= */

.bago-content .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 25rem;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #0a1f42;
  text-align: left;
  list-style: none;
  background-color: var(--header-bg);
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}

.bago-content .navbar-nav .dropdown-menu.show {
  display: block;
}

.bago-header .bago-content .nav-item.dropdown .dropdown-menu::before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: var(--header-bg);
  box-shadow: 0 0 4px rgba(24,77,165,0.06);
  border-radius: 2px;
  z-index: 1001;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.bago-content .navbar-nav .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #0a1f42;
  text-wrap: unset !important;
  line-height: 1.8rem !important;
  font-size: 1rem !important;
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.bago-content .navbar-nav .dropdown-item:hover,
.bago-content .navbar-nav .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
  text-decoration: none;
}

.bago-content .navbar-nav .dropdown-item:active {
  color: var(--header-bg);
  text-decoration: none;
  background-color: var(--primary);
}

/* Sub-Dropdown (Level 2 & 3) Styles */
.bago-content .navbar-nav .sub-dropdown {
  position: relative;
}

.bago-content .navbar-nav .sub-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 220px;
  background: var(--header-bg);
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  display: none;
  z-index: 1100;
  /* Standard: nach rechts */
}
.bago-content .dropdown-item .fa-angle-right {
  margin: 7px 0 0 0;
}
.bago-content .dropdown-menu:after {
  content: none;
}

.bago-content .navbar-nav .sub-dropdown:hover > .sub-dropdown-menu {
  display: block;
}

/* Chevron-Icon vertikal mittig */
.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-item .fa-angle-right {
  float: none;
  margin-left: 8px;
  font-size: 1em;
  color: #888;
  align-self: center;
}

/* Mobile Accordion Styles */
.bago-header .accordion-item {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* =========================
   6. CART BADGE
   ========================= */

.cart-badge {
  position: absolute;
  top: -1em;
  right: -0.7em;
  min-width: 1.3em;
  height: 1.3em;
  padding: 0.1em;
  font-size: 0.85em;
  font-weight: 600;
  color: #fff;
  background: #f89b35;
  border-radius: 1em;
  text-align: center;
  line-height: 1.3em;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  z-index: 2;
  pointer-events: none;
}

/* =========================
   7. RESPONSIVE BREAKPOINTS & MEDIA QUERIES
   ========================= */

/* Hide {_my_account} text below 1440px */
@media (max-width: 1540px) {
  .bago-header .user-dropdown .d-xxl-inline {
    display: none !important;
  }
  
  /* Hide {_cart} text below 1440px */
  .bago-header .header-icons a[href*="cart"] .d-xxl-inline {
    display: none !important;
  }
  
  /* Hide WhatsApp text below 1440px */
  .bago-header .header-icons a[href*="whatsapp"] .d-xxl-inline {
    display: none !important;
  }
  
  /* Hide {_shop_now} text below 1440px */
  .bago-header .bago-mega-menu-toggle .d-md-inline {
    display: none !important;
  }
}

@media (min-width: 1740px) {
  .bago-header .header-phone-icon-wrapper {
    display: none !important;
  }
  .bago-header .header-phone-text-wrapper {
    display: block !important;
  }
}

@media (max-width: 1400px) {
  .bago-mega-menu-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .bago-content .navbar-nav .sub-dropdown-menu {
    right: 100%;
    left: auto;
  }
}

@media (max-width: 1200px) {
  .bago-mega-menu-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .mega-menu-column .category-image {
    display: none !important;
  }

  .bago-mega-menu-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 8px;
    height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bago-mega-menu-content {
    height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Hide search settings and header icons on mobile */
  #searchSettings,
  .btn[data-bs-target="#searchSettings"] {
    display: none !important;
  }

  .bago-header .header-icons-col {
    display: none !important;
  }

  .bago-header .bago-search-bar {
    flex: 1 1 100%;
    max-width: 100% !important;
  }

  /* Mobile dropdown adjustments */
  .bago-content .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .bago-content .navbar-nav .sub-dropdown-menu {
    position: static;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .bago-header .bago-search-bar {
    max-width: 100% !important;
  }
}

@media (max-width: 600px) {
  .bago-mega-menu-wrapper {
    grid-template-columns: 1fr;
    padding: 8px 4px;
    height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 425px) {
  #globalsearch button[type="submit"] {
    display: none !important;
  }
}

/* Basis-Utilities (immer aktiv) */
.w-10  { width: 10% !important; }
.w-25  { width: 25% !important; }
.w-33  { width: 33.3333% !important; }
.w-50  { width: 50% !important; }
.w-66  { width: 66.6666% !important; }
.w-75  { width: 75% !important; }
.w-100 { width: 100% !important; }

/* sm: ≥576px */
@media (min-width: 576px) {
  .w-sm-10  { width: 10% !important; }
  .w-sm-25  { width: 25% !important; }
  .w-sm-33  { width: 33.3333% !important; }
  .w-sm-50  { width: 50% !important; }
  .w-sm-66  { width: 66.6666% !important; }
  .w-sm-75  { width: 75% !important; }
  .w-sm-100 { width: 100% !important; }
}

/* md: ≥768px */
@media (min-width: 768px) {
  .w-md-10  { width: 10% !important; }
  .w-md-25  { width: 25% !important; }
  .w-md-33  { width: 33.3333% !important; }
  .w-md-50  { width: 50% !important; }
  .w-md-66  { width: 66.6666% !important; }
  .w-md-75  { width: 75% !important; }
  .w-md-100 { width: 100% !important; }
}

/* lg: ≥992px */
@media (min-width: 992px) {
  .w-lg-10  { width: 10% !important; }
  .w-lg-25  { width: 25% !important; }
  .w-lg-33  { width: 33.3333% !important; }
  .w-lg-50  { width: 50% !important; }
  .w-lg-66  { width: 66.6666% !important; }
  .w-lg-75  { width: 75% !important; }
  .w-lg-100 { width: 100% !important; }
}

/* xl: ≥1200px */
@media (min-width: 1200px) {
  .w-xl-10  { width: 10% !important; }
  .w-xl-25  { width: 25% !important; }
  .w-xl-33  { width: 33.3333% !important; }
  .w-xl-50  { width: 50% !important; }
  .w-xl-66  { width: 66.6666% !important; }
  .w-xl-75  { width: 75% !important; }
  .w-xl-100 { width: 100% !important; }
}

/* xxl: ≥1400px */
@media (min-width: 1400px) {
  .w-xxl-10  { width: 10% !important; }
  .w-xxl-25  { width: 25% !important; }
  .w-xxl-33  { width: 33.3333% !important; }
  .w-xxl-50  { width: 50% !important; }
  .w-xxl-66  { width: 66.6666% !important; }
  .w-xxl-75  { width: 75% !important; }
  .w-xxl-100 { width: 100% !important; }
}

/* Globale Font-Definition für einheitliches Design */
* {
  font-family: var(--font-family);
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-normal);
  letter-spacing: var(--letter-spacing-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}

code, pre {
  font-family: var(--font-family-mono);
}

/* Typography Utilities */
.text-xs { font-size: var(--font-size-xs); }
.text-sm { font-size: var(--font-size-sm); }
.text-base { font-size: var(--font-size-base); }
.text-lg { font-size: var(--font-size-lg); }
.text-xl { font-size: var(--font-size-xl); }
.text-2xl { font-size: var(--font-size-2xl); }
.text-3xl { font-size: var(--font-size-3xl); }
.text-4xl { font-size: var(--font-size-4xl); }
.text-5xl { font-size: var(--font-size-5xl); }

.font-light { font-weight: var(--font-weight-light); }
.font-normal { font-weight: var(--font-weight-normal); }
.font-medium { font-weight: var(--font-weight-medium); }
.font-semibold { font-weight: var(--font-weight-semibold); }
.font-bold { font-weight: var(--font-weight-bold); }
.font-extrabold { font-weight: var(--font-weight-extrabold); }

.leading-tight { line-height: var(--line-height-tight); }
.leading-snug { line-height: var(--line-height-snug); }
.leading-normal { line-height: var(--line-height-normal); }
.leading-relaxed { line-height: var(--line-height-relaxed); }

.tracking-tight { letter-spacing: var(--letter-spacing-tight); }
.tracking-normal { letter-spacing: var(--letter-spacing-normal); }
.tracking-wide { letter-spacing: var(--letter-spacing-wide); }
.tracking-wider { letter-spacing: var(--letter-spacing-wider); }
.tracking-widest { letter-spacing: var(--letter-spacing-widest); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

}

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

}*/

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

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

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

}

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

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

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

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

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

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

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

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

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

.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
	}
}
.cd-top {
	border-radius: 8px;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(158, 191, 240, 1) url(/application/assets/images/v5/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  z-index:30
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  margin-bottom: 50px
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
	border-radius: 8px;
  background-color: #4886E2;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.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;
}.container.inner {
	padding-top:0;
}
.container.inner .breadcrumb {
	padding-bottom:18px;
}
.breadcrumb li img {
	position:relative;
	bottom:6px;
}
.leftcol {
	float: left;
	position: relative;
}
@media only screen and (min-width : 150px) and (max-width : 1224px)
{
	.leftcol {
		display:none
	}
}
.widget {
	border:1px solid #ccc;
	width:180px;
	float:left ;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
}
.widget label {
	display:block;
	padding-top:10px;
	font-size:12px;
	color:#1447BE;
	line-height:14px;
}
.widget label span {
	font-size:9px;
	color:#666;
}
.widget .checkbox {
	float:left ;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:5px;
}
.delivery img {
	margin-bottom:3px;
}
.delivery label {
	padding-top:1px;
}
.delivery .checkbox {
	margin-top:6px;
}
.widget2 {
	margin-bottom:0px;
}
.widget2 h3 {
	border-bottom:none;
	padding-left:10px;
	font-size:16px;
	font-weight: normal;
	color: #bbb;
	line-height:34px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-moz-border-bottom-right-radius:0;
	-moz-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	position:relative;
}
.widget2-in {
	width:100%; /*208px*/
	float:left ;
	margin-top:1px;
	-moz-border-top-left-radius:0;
	-moz-border-top-right-radius:0;
	-moz-border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	position:relative;
}
.filter {
	width:100%
}
.filter-content {
	padding-top:11px;
	padding-right:10px
}
.filter-content a {
	color:#000
}
.filter-content a:hover {
	text-decoration:none;
	color:#c45500
}
.filter-content-block {
	width:100%;
	padding-bottom:6px;
}
.filter-content-block .button {
	background:url(/application/assets/images/v5/bg_button4.png) no-repeat left top;
	border:none;
	width:18px;
	height:18px;
	float:right ;
	margin:-18px 0 0 0;
	cursor:pointer;
	text-indent:-9999px;
}
.filter-content-block .radius-form .button {
	background:url(/application/assets/images/v5/bg_button4.png) no-repeat left top;
	border:none;
	width:18px;
	height:18px;
	float:right ;
	margin-top: 11px;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	cursor:pointer;
	text-indent:-9999px;
}
.filter-content.gap {
	padding-bottom:20px;
}
.filter h4 {
	padding-bottom: 9px;
	font-size: 12px;
	color: #000;
}
.filter h4 a {
	/*background:url(/application/assets/images/v5/bg_heading_arrow.png) no-repeat left center;*/
	padding-left:13px;
	color:#333;
}
.filter h4 a.clearfilter {
	/*background:url(/application/assets/images/v5/bg_heading_arrow.png) no-repeat left center;*/
	padding-left:0px;
	color:#333;
}
.filter  h4.messages a {
	background:none;
	padding-left:0;
}
.filter h4 a.active {
	/*background:url(/application/assets/images/v5/bg_heading_arrow_active.png) no-repeat left center;*/
}
.filter .attribute-link {
	padding-top:2px;
	padding-right:0;
	padding-bottom:6px;
	padding-left: 2px
}
.filter .search-filter {
	padding-bottom:6px;
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{/*fix for ipad and mobile devices stacking filters*/
	.filter .search-filter {
		width:100%;
		float:left
	}
}
.filter .search-filter a.selected {
	color:#000;
	font-weight:bold;
	text-decoration:none
}
.filter .search-filter a.selected:hover {
	color: #c45500;
	font-weight:bold;
	text-decoration:none
}
/* Currency */
.currency {
	width:100%;
	padding-bottom:6px;
}
/* Categorie */
.categories {
	width:100%;
	padding-bottom:6px;
}
.categories li {
	font-size:12px;
	color:#666;
	font-weight:bold;
	line-height:22px;
}
.categories li a {
	color:#1447BE;
}
.categories li a:hover {
	color:#1447BE;
	text-decoration:underline;
}
.categories li span {
	font-size:9px;
	color:#9C9C9C;
}
.categories li li {
	padding-left:15px;
	font-weight:normal;
}
/* price-form */
.filter .price-form .search-filter {
	padding-bottom:9px
}
.price-form h4 {
	padding-bottom:12px;
}
.price-form span {
	display:inline-block;
	float:left
}
.price-form span.dash {
	padding: 7px 6px 0 6px;
}
.price-form span span {
	display:inline-block;
	float:left ;
	color:#000;
	line-height:24px;
}
.price-form label {
	display:inline-block;
	float:left ;
	margin-right:4px;
	color:#000;
	line-height:24px;
}
.price-form .input {
	border: 1px solid #ccc;
	background: #fff;
	width: 65px;
	height: 31px;
	float: left;
	font-family: verdana, arial, sans-serif;
	line-height: 31px;
}
.price-form .draw-input__button {
	margin-right:-10px;
	position: absolute;
	right: 0;
	margin-top:0
}
.seller-form .draw-input__button {
	margin-right:-10px;
	position: absolute;
	right: 0;
	top: 39px
}
.seller-form .draw-select__button {
	margin-right:-10px;
	position: absolute;
	right: 0;
	top: 39px
}
.radius-form .draw-input__button {
	margin-right:-10px;
	position: absolute;
	right: 0;
}
.price-form .draw-input__button .button {
	margin-top:10px;
	margin-left:5px;
}
.price-form .button, .advanced-search .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:3px;
	margin-bottom:0;
	margin-left:27px;
	margin-right:0;
	cursor:pointer;
	text-indent:-9999px;
}
.advanced-search .button {
	margin-top:9px;
	margin-left:7px
}
/* seller-form */
.seller-form {
	padding-bottom:11px;
}
.seller-form h4 {
	padding-bottom:12px
}
.seller-form .draw-select__wrapper {
	width:178px
}
.seller-form label {
	display:inline-block;
	float:left ;
	margin-right:4px;
	color:#000;
	line-height:24px;
}
.seller-form .search-filter {
	float:none
}
.seller-form .input {
	border: 1px solid #ccc;
	background: #fff;
	line-height: 31px;
}
.seller-form .input_95 {
	border:1px solid #ccc;
	background:#fff;
	width:95px;
	height:16px;
	float:left ;
	padding:3px;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	color:#000;
	line-height:16px;
}
.seller-form #cityid .input {
	width:160px;
}
.seller-form .draw-input__button .button, .seller-form .draw-input__lastbutton .button {
	margin-top:10px;
	margin-left:5px;
}
.seller-form .draw-select__button .button {
	margin-top:10px;
	margin-left:5px;
}
.seller-form .draw-select__button {
	margin-right: -10px
}
.advanced-search .draw-select__button {
	border: 1px solid #ccc;
	width: 31px;
	height: 37px;
	position: relative;
	right: 0;
	left: 474px;
	margin-top: -39px;
	background: #f1f1f1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	float:none;
}
.advanced-search-seller .draw-select__button {
	border: 1px solid #ccc;
	width: 31px;
	height: 37px;
	position: relative;
	margin-top: -39px;
	background: #f1f1f1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	float:right ;
	margin-right:-7px
}
@media only screen and (min-width : 150px) and (max-width : 1224px)
{
	.advanced-search-seller .draw-select__button {
		margin-top: -48px;
	}
}
.advanced-search-seller .draw-select__button {
	box-shadow:none
}
.seller-form #pulldowncity .draw-input__wrapper .draw-select {
	width:170px;
}
.seller-form.draw-select__wrapper.w-200 {
	width:170px;
}
.seller-form .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:0;
	margin-bottom:0;
	margin-left:12px;
	margin-right:0;
	cursor:pointer;
	text-indent:-9999px;
}
.fliph {
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}
.price-form .select {
	border:1px solid #ccc;
	background:#fff;
	width:171px;
	height:18px;
	float:left ;
	margin-bottom:11px;
	font-size:11px;
	color:#000;
	line-height:18px;
}
.left-form-box {
	width:100%;
	font-size:12px;
	color:#666;
}
.left-form-box label {
	display:block;
	padding-bottom:12px;
	line-height:14px;
}
.left-form-box .checkbox {
	float:left;
	padding:0;
	margin:0 3px 0 0;
}
.left-form-box a {
	color:#1447BE;
}
.left-form-box a:hover {
	color:#1447BE;
	text-decoration:underline;
}
.left-form-box a.more {
	display:inline-block;
	margin:8px 0 3px 0;
}
.left-form-box a.more.gap {
	margin-bottom:14px;
}
/* rightcol */
.rightcol {
	margin-left:220px;
}
@media only screen and (min-width : 150px) and (max-width : 1224px)
{
	.rightcol {
		margin:0 auto;
	}
}
.rightcol.flush
{
	margin-left:0;
}
/* Content */
.content {
	width:100%;
	float:left ;
}
.content h1 {
	padding-bottom:8px;
}
.category-numb {
	width:100%;
	padding-bottom:10px;
	font-size:14px;
	color:#333;
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{
	.content h1 {
		padding-left:3px;
	}
	.category-numb {
		padding-bottom:20px;
		padding-top:10px;
	}
}
.category-numb strong {
	color:#000;
}
.category-numb a {
	color:#1447BE;
}
.category-numb a:hover {
	color:#1447BE;
	text-decoration:underline;
}
.category-numb a.alert {
	display:inline-block;
}
.category-numb a.alert span {
	background:url(/application/assets/images/v5/sprite_arrow_links.png) no-repeat left top;
	width:8px;
	height:5px;
	float:right ;
	margin-top:5px;
	margin-bottom:0;
	margin-left:6px;
	margin-right:0;
}
.category-numb a.alert:hover span {
	background-position:left bottom;
}
/* filters */
.filters {
	width:100%;
	padding-bottom:10px;
	font-size:12px;
	color:#999;
}
.filters span {
	display:inline-block;
	float:left ;
	margin-right:2px;
	line-height:24px;
}
.filters ul {
	float:left ;
	padding-right:7px;
}
.filters li {
	border:1px solid #004b91;
	float:left ;
	margin-top:0;
	margin-bottom:0;
	margin-left:2px;
	margin-right:3px;
	font-size:12px;
	color:#666;
	font-weight:bold;
	line-height:22px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
}
#top-dynamic #verbosetext a.top-cat-link.remove {
	font-weight:bold;
}
#top-dynamic #optionsp {
	padding-left: 9px;
}
.filters li:first-child {
	margin-right:3px;
}
.filters li a {
	background:url(/application/assets/images/v5/sprite_close1.png) no-repeat right top;
	display:block;
	padding-top:0;
	padding-bottom:0;
	padding-left:5px;
	padding-right:20px;
	line-height:22px;
}
.filters li:hover a {
	background-position:right bottom;
	text-decoration:none;
	color:#aaa;
}
.filters li:hover {
	background:#f7f8fa;
}
.filters a {
	line-height:24px;
}
.filters a:hover {
	text-decoration:underline;
}
/* search-result */
.search-result {
	width:100%;
	margin-top:5px;
}
.search-result-nav {
	width:100%;
}
.search-result-nav span {
	width:100%;
}
.search-result-nav ul {
	float:left ;
}
.search-result-nav li {
	border:1px dotted #CDCDCD;
	border-bottom:none;
	border-left:none;
	height:33px;
	float:left ;
	margin-right:0;
	font-size:12px;
	color:#272626;
	line-height:33px;
}
.search-result-nav li.active:hover {
	border:1px dotted #f2f2f2;
	background:#f2f2f2;
	margin-left:0;
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{
	.search-result-nav ul, .search-result-nav li {
		float:none
	}
}
.search-result-nav li:hover {
	border:1px dotted #f2f2f2;
	background:#f2f2f2;
	color:#272626;
	margin-left:-1px;
}
.search-result-nav li a {
	background:#fff;
	display:block;
	padding:0 10px;
	color:#272626;
	line-height:33px;
	text-decoration:none;
}
.search-result-nav li:hover a {
	background:#f2f2f2;
	color:#272626;
	border-bottom:1px solid #f5f5f5;
}
.search-result-nav li.active a {
	background:#f5f5f5;
	color:#272626;
	font-weight:bold;
	border-top: 2px solid #222;
	margin-top:-3px;
}
.search-result-nav li.active {
	border:1px solid #f5f5f5;
	background:#f5f5f5;
}
/* View-list-box */
.view-list-box {
	float:left
}
.view-list-box ul.view-list {
	padding-top:8px;
	float:left ;
}
.view-list-box ul.view-list li {
	background:url('data:image/jpeg;base64,/9j/4QZxRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAkAAAAcgEyAAIAAAAUAAAAlodpAAQAAAABAAAArAAAANgACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkAMjAxODowNToyMSAyMjoxMToxOAAAAAADoAEAAwAAAAEAAQAAoAIABAAAAAEAAABCoAMABAAAAAEAAAAqAAAAAAAAAAYBAwADAAAAAQAGAAABGgAFAAAAAQAAASYBGwAFAAAAAQAAAS4BKAADAAAAAQACAAACAQAEAAAAAQAAATYCAgAEAAAAAQAABTMAAAAAAAAASAAAAAEAAABIAAAAAf/Y/+0ADEFkb2JlX0NNAAH/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAqAEIDASIAAhEBAxEB/90ABAAF/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwD0zO6hidPqF2XZ6dbnBgdDne4guj2B37qpf86ug/8Acr/wOz/0mi9byfs2Iyz7b9gmwN9X0vWnR59P09fDdvWJ+2f/AKIv/ZL/AMxSU9TTbXdUy6o7q7Gh7HaiWuG5p1VfP6rgdO2fbLfS9Wdntc6dsbv5tr/30XEf6mJTZ6nrb62u9Xbt3yAfU9P8zf8AS2LE+tuTgUfZftmH9s3eps/Suq2x6e7+b+nvSU637VwPt/7O9X9b/wBFtd+76v09vp/zf8tW1z32nA/52+h9j/W/+5fqu/0O7+Y/m/5v9EuhSU0Xda6Y1zmOuhzHWscNr/pUN9XIH0f8Gz/zBFxeoYmW57Meze6trHvEOENtb6tJ94b9NizLM+LLB+1dsWZTdv2edvp1h/p7o932H+d3/wDan+bVvpeT69lo+2/a9tdDtvpent317/U3fn/af53Z/gf5tJTopJJJKf/Q74fWTEIkUXkH+S3/ANKJ/wDnHi/9x8j/ADW/+lFndN2WMa17bHgMmKhLu3j+ar3oY3+hy/8AMH9ySmf/ADjxf+4+R/mt/wDSiX/OPF/7j5H+a3/0os254a9zQCAHQA7Rwg/nfylZx68V+LZbZbttbu2M3ATAlvtPu+kkps/848X/ALj5H+a3/wBKJf8AOPF/7j5H+a3/ANKKtkV4rMWu2u3da7bvZuBiRLvaPd9JVPU9w+B/gkp1P+ceL/3HyP8ANb/6US/5x4v/AHHyP81v/pRVgyktB9O/UVnRoj3GHR/Jf/gEO/YxrS1tjZLwfUEDQw3b/Kb/AIRJTd/5x4v/AHHyP81v/pRJZnqJJKf/0el6Zk1VNa619rG7IBpIDp053fmq/wDtDC/0+b/nt/vWJR/Ms+CmkpPdc11jnNLi0ukF/wBIifz/AOUreNm4deHbVdVvvfu9N+1piW7W+5x3fSWY7j5j8qdJTpZObh2YdVVNWy9m31H7WiYbtd7mnd9JUvU9w+B/ghJvzh8D/BJTpNzMcNaDbkSG1gw4RLXTZt/ks/7T/wAtDycmp7Wit9riHPJ9UgiC6WbY/Od/hf5apJJKTeokgpJKf//Z/+0OlFBob3Rvc2hvcCAzLjAAOEJJTQQlAAAAAAAQAAAAAAAAAAAAAAAAAAAAADhCSU0EOgAAAAAA5QAAABAAAAABAAAAAAALcHJpbnRPdXRwdXQAAAAFAAAAAFBzdFNib29sAQAAAABJbnRlZW51bQAAAABJbnRlAAAAAENscm0AAAAPcHJpbnRTaXh0ZWVuQml0Ym9vbAAAAAALcHJpbnRlck5hbWVURVhUAAAAAQAAAAAAD3ByaW50UHJvb2ZTZXR1cE9iamMAAAAMAFAAcgBvAG8AZgAgAFMAZQB0AHUAcAAAAAAACnByb29mU2V0dXAAAAABAAAAAEJsdG5lbnVtAAAADGJ1aWx0aW5Qcm9vZgAAAAlwcm9vZkNNWUsAOEJJTQQ7AAAAAAItAAAAEAAAAAEAAAAAABJwcmludE91dHB1dE9wdGlvbnMAAAAXAAAAAENwdG5ib29sAAAAAABDbGJyYm9vbAAAAAAAUmdzTWJvb2wAAAAAAENybkNib29sAAAAAABDbnRDYm9vbAAAAAAATGJsc2Jvb2wAAAAAAE5ndHZib29sAAAAAABFbWxEYm9vbAAAAAAASW50cmJvb2wAAAAAAEJja2dPYmpjAAAAAQAAAAAAAFJHQkMAAAADAAAAAFJkICBkb3ViQG/gAAAAAAAAAAAAR3JuIGRvdWJAb+AAAAAAAAAAAABCbCAgZG91YkBv4AAAAAAAAAAAAEJyZFRVbnRGI1JsdAAAAAAAAAAAAAAAAEJsZCBVbnRGI1JsdAAAAAAAAAAAAAAAAFJzbHRVbnRGI1B4bEBSAAAAAAAAAAAACnZlY3RvckRhdGFib29sAQAAAABQZ1BzZW51bQAAAABQZ1BzAAAAAFBnUEMAAAAATGVmdFVudEYjUmx0AAAAAAAAAAAAAAAAVG9wIFVudEYjUmx0AAAAAAAAAAAAAAAAU2NsIFVudEYjUHJjQFkAAAAAAAAAAAAQY3JvcFdoZW5QcmludGluZ2Jvb2wAAAAADmNyb3BSZWN0Qm90dG9tbG9uZwAAAAAAAAAMY3JvcFJlY3RMZWZ0bG9uZwAAAAAAAAANY3JvcFJlY3RSaWdodGxvbmcAAAAAAAAAC2Nyb3BSZWN0VG9wbG9uZwAAAAAAOEJJTQPtAAAAAAAQAEgAAAABAAEASAAAAAEAAThCSU0EJgAAAAAADgAAAAAAAAAAAAA/gAAAOEJJTQQNAAAAAAAEAAAAeDhCSU0EGQAAAAAABAAAAB44QklNA/MAAAAAAAkAAAAAAAAAAAEAOEJJTScQAAAAAAAKAAEAAAAAAAAAAThCSU0D9QAAAAAASAAvZmYAAQBsZmYABgAAAAAAAQAvZmYAAQChmZoABgAAAAAAAQAyAAAAAQBaAAAABgAAAAAAAQA1AAAAAQAtAAAABgAAAAAAAThCSU0D+AAAAAAAcAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAA4QklNBAAAAAAAAAIABjhCSU0EAgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADhCSU0EMAAAAAAADwEBAQEBAQEBAQEBAQEBAQA4QklNBC0AAAAAAAYAAQAAABY4QklNBAgAAAAAABAAAAABAAACQAAAAkAAAAAAOEJJTQQeAAAAAAAEAAAAADhCSU0EGgAAAAADSQAAAAYAAAAAAAAAAAAAACoAAABCAAAACgBVAG4AdABpAHQAbABlAGQALQAxAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAABCAAAAKgAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAABAAAAABAAAAAAAAbnVsbAAAAAIAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAAKgAAAABSZ2h0bG9uZwAAAEIAAAAGc2xpY2VzVmxMcwAAAAFPYmpjAAAAAQAAAAAABXNsaWNlAAAAEgAAAAdzbGljZUlEbG9uZwAAAAAAAAAHZ3JvdXBJRGxvbmcAAAAAAAAABm9yaWdpbmVudW0AAAAMRVNsaWNlT3JpZ2luAAAADWF1dG9HZW5lcmF0ZWQAAAAAVHlwZWVudW0AAAAKRVNsaWNlVHlwZQAAAABJbWcgAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAACoAAAAAUmdodGxvbmcAAABCAAAAA3VybFRFWFQAAAABAAAAAAAAbnVsbFRFWFQAAAABAAAAAAAATXNnZVRFWFQAAAABAAAAAAAGYWx0VGFnVEVYVAAAAAEAAAAAAA5jZWxsVGV4dElzSFRNTGJvb2wBAAAACGNlbGxUZXh0VEVYVAAAAAEAAAAAAAlob3J6QWxpZ25lbnVtAAAAD0VTbGljZUhvcnpBbGlnbgAAAAdkZWZhdWx0AAAACXZlcnRBbGlnbmVudW0AAAAPRVNsaWNlVmVydEFsaWduAAAAB2RlZmF1bHQAAAALYmdDb2xvclR5cGVlbnVtAAAAEUVTbGljZUJHQ29sb3JUeXBlAAAAAE5vbmUAAAAJdG9wT3V0c2V0bG9uZwAAAAAAAAAKbGVmdE91dHNldGxvbmcAAAAAAAAADGJvdHRvbU91dHNldGxvbmcAAAAAAAAAC3JpZ2h0T3V0c2V0bG9uZwAAAAAAOEJJTQQoAAAAAAAMAAAAAj/wAAAAAAAAOEJJTQQUAAAAAAAEAAAAFjhCSU0EDAAAAAAFTwAAAAEAAABCAAAAKgAAAMgAACDQAAAFMwAYAAH/2P/tAAxBZG9iZV9DTQAB/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAKgBCAwEiAAIRAQMRAf/dAAQABf/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A9MzuoYnT6hdl2enW5wYHQ53uILo9gd+6qX/OroP/AHK/8Ds/9JovW8n7NiMs+2/YJsDfV9L1p0efT9PXw3b1iftn/wCiL/2S/wDMUlPU0213VMuqO6uxoex2olrhuadVXz+q4HTtn2y30vVnZ7XOnbG7+ba/99FxH+piU2ep62+trvV27d8gH1PT/M3/AEtixPrbk4FH2X7Zh/bN3qbP0rqtsenu/m/p70lOt+1cD7f+zvV/W/8ARbXfu+r9Pb6f83/LVtc99pwP+dvofY/1v/uX6rv9Du/mP5v+b/RLoUlNF3WumNc5jrocx1rHDa/6VDfVyB9H/Bs/8wRcXqGJluezHs3urax7xDhDbW+rSfeG/TYsyzPiywftXbFmU3b9nnb6dYf6e6Pd9h/nd/8A2p/m1b6Xk+vZaPtv2vbXQ7b6Xp7d9e/1N35/2n+d2f4H+bSU6KSSSSn/0O+H1kxCJFF5B/kt/wDSif8A5x4v/cfI/wA1v/pRZ3TdljGte2x4DJioS7t4/mq96GN/ocv/ADB/ckpn/wA48X/uPkf5rf8A0ol/zjxf+4+R/mt/9KLNueGvc0AgB0AO0cIP538pWcevFfi2W2W7bW7tjNwEwJb7T7vpJKbP/OPF/wC4+R/mt/8ASiX/ADjxf+4+R/mt/wDSirZFeKzFrtrt3Wu272bgYkS72j3fSVT1PcPgf4JKdT/nHi/9x8j/ADW/+lEv+ceL/wBx8j/Nb/6UVYMpLQfTv1FZ0aI9xh0fyX/4BDv2Ma0tbY2S8H1BA0MN2/ym/wCESU3f+ceL/wBx8j/Nb/6USWZ6iSSn/9HpemZNVTWutfaxuyAaSA6dOd35qv8A7Qwv9Pm/57f71iUfzLPgppKT3XNdY5zS4tLpBf8ASIn8/wDlK3jZuHXh21XVb737vTftaYlu1vucd30lmO4+Y/KnSU6WTm4dmHVVTVsvZt9R+1omG7Xe5p3fSVL1PcPgf4ISb84fA/wSU6TczHDWg25EhtYMOES102bf5LP+0/8ALQ8nJqe1orfa4hzyfVIIgulm2Pznf4X+WqSSSk3qJIKSSn//2QA4QklNBCEAAAAAAF0AAAABAQAAAA8AQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAAAAXAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwACAAQwBDACAAMgAwADEANAAAAAEAOEJJTQQGAAAAAAAHAAYAAAABAQD/4Q4KaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wNS0yMVQyMjoxMToxOC0wNDowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNS0yMVQyMjoxMToxOC0wNDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMDUtMjFUMjI6MTE6MTgtMDQ6MDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZGU0MDQ5OGUtNzM2OC00ZGJiLTg1ZDEtZmFjZjEwMzlkZGQyIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6N2U0ZDUyYzQtOWRmMS0xMTdiLWFiMDktZDg2MDZjODBlNDQ5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MzZjMGYyYWUtZGRhOC00MmNjLTgwYmEtNWE0N2QyOGNhZDBjIiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MzZjMGYyYWUtZGRhOC00MmNjLTgwYmEtNWE0N2QyOGNhZDBjIiBzdEV2dDp3aGVuPSIyMDE4LTA1LTIxVDIyOjExOjE4LTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGU0MDQ5OGUtNzM2OC00ZGJiLTg1ZDEtZmFjZjEwMzlkZGQyIiBzdEV2dDp3aGVuPSIyMDE4LTA1LTIxVDIyOjExOjE4LTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0idyI/Pv/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0IgWFlaIAfOAAIACQAGADEAAGFjc3BNU0ZUAAAAAElFQyBzUkdCAAAAAAAAAAAAAAABAAD21gABAAAAANMtSFAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWNwcnQAAAFQAAAAM2Rlc2MAAAGEAAAAbHd0cHQAAAHwAAAAFGJrcHQAAAIEAAAAFHJYWVoAAAIYAAAAFGdYWVoAAAIsAAAAFGJYWVoAAAJAAAAAFGRtbmQAAAJUAAAAcGRtZGQAAALEAAAAiHZ1ZWQAAANMAAAAhnZpZXcAAAPUAAAAJGx1bWkAAAP4AAAAFG1lYXMAAAQMAAAAJHRlY2gAAAQwAAAADHJUUkMAAAQ8AAAIDGdUUkMAAAQ8AAAIDGJUUkMAAAQ8AAAIDHRleHQAAAAAQ29weXJpZ2h0IChjKSAxOTk4IEhld2xldHQtUGFja2FyZCBDb21wYW55AABkZXNjAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA81EAAQAAAAEWzFhZWiAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPZGVzYwAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAAAAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMWAyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEEfgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYnBjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8IMghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqBCpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYNQA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBDEGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QTxRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJF64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsxEjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdgN5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWaRd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpNk03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXCVg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxevV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fpaD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwhfIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sCq3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XIxkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bUSdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/yjPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////uAA5BZG9iZQBkQAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0KCQoNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIACoAQgMBEQACEQEDEQH/3QAEAAn/xAGiAAAABwEBAQEBAAAAAAAAAAAEBQMCBgEABwgJCgsBAAICAwEBAQEBAAAAAAAAAAEAAgMEBQYHCAkKCxAAAgEDAwIEAgYHAwQCBgJzAQIDEQQABSESMUFRBhNhInGBFDKRoQcVsUIjwVLR4TMWYvAkcoLxJUM0U5KismNzwjVEJ5OjszYXVGR0w9LiCCaDCQoYGYSURUaktFbTVSga8uPzxNTk9GV1hZWltcXV5fVmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9zhIWGh4iJiouMjY6PgpOUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6EQACAgECAwUFBAUGBAgDA20BAAIRAwQhEjFBBVETYSIGcYGRMqGx8BTB0eEjQhVSYnLxMyQ0Q4IWklMlomOywgdz0jXiRIMXVJMICQoYGSY2RRonZHRVN/Kjs8MoKdPj84SUpLTE1OT0ZXWFlaW1xdXl9UZWZnaGlqa2xtbm9kdXZ3eHl6e3x9fn9zhIWGh4iJiouMjY6Pg5SVlpeYmZqbnJ2en5KjpKWmp6ipqqusra6vr/2gAMAwEAAhEDEQA/APuX538/+Uvy50q31vznq36G0u6u0sYLr0Li45XDxySqnC3jlYVWJjUim3Xpiry3/oaj8hv+p7/7leqf9kmKvc9I1Ww13StM1vSp/rWl6zaQ32m3XF09S3uI1lifg4Vl5KwNGAI7jFWHee/zU8hfln+iv8b67+hP036/6M/0W6ufV+ren6v+80MvHj6q/apWu3fFXf8AK1PIX+Pf+VY/p3/neP8AqyfVbr/ll+u/3/o+h/cfH9v2+1tir0HFXltx+dP5Z2tzd2k/mX07ixu9bsbqP6nenjceXLZbvVEqICD6ELBqg0fohY7YqyHyv5/8pec7nULTy1q36SuNKtNNvr+P0LiH07fV7b63YvWaNAfVh+KgJK9GCnbFWY4q/wD/0Ps1+d3mX/C3lTT9Q/5WX/yqv1tWit/8Q/ob9Oetygnf6r9W4vx5cOfOm3Dj+1ir5b/5XF/7OT/6Dz/rxir7l8pXn6R8qeWNQ/TP+I/r2k2Vx/iH6v8AU/r/AKsCP9a+rUHo+tXnwp8NePbFXy5/zll5j8heX/8AAH+N/wAuP+VgfW/0r+jP9zF1pP1T0/qfq/7zK3qepyX7X2eO3U4q7/EfkL/obb/D/wDyrj/neP8Ay4X6Yuv+rD6v/HN4+h/cfuev+X9rFX2Jir5b1Dz76OpatB/yv76n9X1bzvb/AFH/AAr6n1f9FadHN9V9T0/j/Q9fX5/8fNfT3pir0L8r/Mv6e1LzDB/ysv8Ax99T0ny1cfUf0N+ivqX17ThN9a9Tivq/pD+/4f7p/u9sVexYq//R+u0f/OSHlSaNJYvKnmp43FUcWlpQg9/968VVP+hjPK//AFKPmv8A6RLT/srxVo/85G+VxufKXmsdB/vJad9v+WvFW/8AoYzyv/1KPmv/AKRLT/srxV3/AEMZ5X/6lHzX/wBIlp/2V4q1/wBDG+V6gf4S811O4H1S07f9HeKt/wDQxnlf/qUfNf8A0iWn/ZXirv8AoYzyv/1KPmv/AKRLT/srxV3/AEMZ5X/6lHzX/wBIlp/2V4q//9L6J/luLHU7Oxt7+x1fUIU08SLBokSzXAYMgDMrAgJQkE+NMVeqfoHy3/1LPn//AKQYf+aMVeS6xeRW95eW8MdxBDBeenFDdqFuEVZqBZlGwcAUYeOKs60Cw8r6h5W1rVdT1xbLWrL6z+j9NNzBGZvTgV4/3TqXbk5K/Cd+g3xV2v2HlfT/ACtouq6Zri3utXv1b9IaaLmCQw+pAzyfukUOvFwF+I7dDvirzltRH1iLf/dcn60xV6FDZ6Q8Nu7aR5nZpLfS5HeO2jKM11MUmZDx3SVRS3P7T1BxVJ9d+o2ENm9pZavZtNcXscj6nEsaMsE3CNYioFXRdpR2fYYqxz9JDxxV/9P27+WXmPS9KgtJ9X1HXNNtm0700n0CWOG5LlkIV2kZRwIBJHjxxV65/wArB8k/9TX+Zf8A0nW3/VTFXi+tavDcX9/cW09zPbT3rSW896wa5dGmqrTspIMhBqxHeuKvQ/LXnXybp3k7X9I1nQjf+Yb/AOtforVBa28oh9W3WOH97I4kXjIC3wjbqN8Vd5l86+TdR8naBpGjaEbDzDYfVf0rqhtbeITelbtHN+9jcyNykIb4hv1O+KvLm1E+vHv/ALrf9aYq9Mg83+Xkt7ZH1zzekkdtpEcqRXMIjV7WdnuVjBbaOJDyth+y9S1MVSPzF5j0u/t7FNO1HXL2SG51CSdNXljkjRJ5+cLQhGNJHT4pier7jFWK/pE+OKv/1PSmhf8AHH07r/cL+rFU2+/FVGb7C9f7yP8A4mMVVvvxV334qot/fx9f7t/1piqt9+Ku+/FXffir/9k=') no-repeat left top;
	width:23px;
	height:21px;
	float:left ;
	margin-right:5px;
	text-indent:-9999px;
}
.view-list-box ul.view-list li a {
	display:block;
	height:21px;
}
.view-list-box ul.view-list li.list {
	background-position:left top;
}
.view-list-box ul.view-list li.list.active {
	background-position:left bottom;
}
.view-list-box ul.view-list li.gallery {
	background-position: -20px 0px;
}
.view-list-box ul.view-list li.gallery.active {
	background-position: -21px -21px;
}
.view-list-box ul.view-list li.grid {
	background-position: -43px 0px;
}
.view-list-box ul.view-list li.grid.active {
	background-position: -43px -21px;
}
.view-list-box span.timeleft {
	float:right ;
	margin-right:117px;
}
.view-list-box span.displaymode {
	float:left ;
}
.view-list-box ul.price {
	float:right ;
	padding-top:9px;
}
.view-list-box ul.price li {
	float:left ;
	padding-top:0;
	padding-bottom:0;
	padding-left:9px;
	padding-right:6px;
	line-height:18px;
}
.view-list-box ul.price li:first-child {
	background:none;
	padding-left:0;
}
.view-list-box ul.price li a {
	color:#1447BE;
	font-weight:bold;
}
.view-list-box ul.price li a:hover {
	color:#000;
}
/* search-result-content */
.search-result-content {
	width:100%;
	margin-bottom:12px;
}
/* Product-list2 */
.product-list2
{
	/* border-top: 1px dotted #D9D9D9; */
	line-height: 1;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:0;
	position: relative;
}
.search-result .product-list2:first-child {
	border-top: 1px solid #fff
}
.blueborder
{
	border: 3px solid #93C9FF !important;
	padding: 13px 0 13px 13px;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:13px;
	padding-right:0;
}
.blueborder-1px
{
	border: 1px solid #93C9FF !important;
	padding: 13px 0 13px 13px;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:13px;
	padding-right:0;
}
.blueborder-2px
{
	border: 2px solid #93C9FF !important;
	padding: 13px 0 13px 13px;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:13px;
	padding-right:0;
}
.product-list2.last {
	border-bottom:none;
}
.product-list2 .imgb {
	float:left ;
	margin-right:20px;
	text-align:center;
}
.product-list2 .imgb a {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:block;
	width:100%;
	height:100%;
}
.product-list2 .txtb {
	float:none;
	margin-right:17px;
	position:relative;
}
.product-list2 .txtb p {
	float:left
}
.product-list2 .txtb .listing-detail p {
	float:none
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.product-list2 .imgb {
		width: 100%;
		text-align: left;
		float:left
	}
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	#htmlcontainer .box2 {
		max-width: 100%
	}
	.product-list2 .imgb {
		margin-bottom:15px
	}
}
.product-list2 h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857;
}
.product-list2 h3 a {
	color:#0066CC;
}
.product-list2 h3 a:hover {
	color:#0066CC;
	text-decoration:underline;
}
.product-list2 .listing-detail {
	width: 300px;
}
.storenav .product-list2 .listing-detail {
	width: 250px;
}
.rig-content .listing-detail {
	width: 220px;
}
.product-list2 .listing-meta {
	float: left;
	margin-top: 5px;
	padding: 10px 10px 15px;
	position: relative;
	width: 235px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: none;
	color: #222
}
.product-list2.greenbg, .rig .greenbg, .single-cell.greenbg {
	background-color: rgba(236, 252, 235, 0.61)
}
.product-list2.greenbg.featured_highlight, .rig .featured_highlight.greenbg {
	background-color: #f2f8fe;
}
.greenbg_title {
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	color: #95a371;
	height: 20px;
	left: 0;
	line-height: 1.5;
	right: 0;
	margin-top: 10px;
	width: 150px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/application/assets/images/v5/bg_recentlyadded.png);
}
.rig-content .listing-meta {
	float: left;
	margin-top: 15px;
	position: relative;
	width:220px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:none;
	color:#222;
}
.rig-content .listing-meta button {
	width:100%
}
.listing-price {
	padding: 15px 0 0;
	font-size:16px;
	color: #900
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.product-list2 .listing-meta {
		box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
		margin-top:20px;
		background-color:#f0f0f0;
		width:94%;
	}
	.rig-content .listing-meta {
		box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
		margin-top:20px;
		background-color:#f0f0f0;
		width:94%;
	}
	.product-list2.featured_highlight .listing-meta, .product-list2.greenbg.featured_highlight .listing-meta {
		box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
		margin-top:20px;
		background-color:#e6ecf2;
		width:94%;
	}
	.product-list2.greenbg .listing-meta {
		box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
		margin-top:20px;
		background-color:#e8f7e7;
		width:94%;
	}
	.grid-container .featured_highlight .rig-content .listing-meta {
		box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
		margin-top:20px;
		background-color:#e6ecf2;
		width:94%;
	}
	.product-list2 .listing-detail {
		width:100%;
	}
	.product-list2 .listing-title {
		width:100%;
	}
	.product-list2 .txtb {
		float:none;
	}
	.listing-price {
		font-size:16px;
	}
}
.rig-content .listing-title {
	min-height: 60px;
}
.listing-shipping {
	padding: 15px 0 0;
	font-size:12px
}
.listing-row {
	padding: 15px 0 0;
	font-size:12px
}
.product-list2 article {
	padding: 15px 0 0
}
.product-list2 .icon, .rig-content .icon {
	width: 22px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.product-list2 .icon-nc, .rig-content .icon-nc {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.product-list2 p, .rig-content p {
	line-height:17px;
	font-size:12px;
}
.product-list2 span {
	display:block
}
.product-list2 span.currency-hover {
	display: inline-block
}
.listing-seller span, .rig-content .listing-seller span {
	display:inline-block
}
.product-list2 .listing-moreinfo, .rig-content .listing-moreinfo {
	padding-top: 7px;
	padding-left:4px
}
.listing-moreinfo a {
	color:#777
}
.listing-moreinfo a:hover, .listing-seller a:hover {
	color: #c45500
}
.listing-seller a {
	color: #0066CC
}
.listing-location {
	padding-top: 7px
}
.listing-location span, .rig-content .listing-location span {
	display:inline-block
}
.product-list2 span span {
	display:inline-block
}
.product-list2 .price-col {
	float:right
}
.product-list2 .col1 {
	width:65px;
	float:left ;
	padding-right:8px;
	text-align:right ;
	font-size:12px;
	color:#aaa
}
.product-list2 .price-col span {
	display:block;
	padding-bottom:9px
}
.product-list2 .price-col span span {
	display:inline
}
.product-list2 .col2 {
	width:130px;
	float:left ;
	padding-right:20px;
	text-align:right ;
	font-size:12px;
	color:#666
}
.product-list2 .col2 strong {
	font-size:13px;
	color:#333
}
.product-list2 .col3 {
	float:left ;
	text-align:left ;
	font-size:11px;
	color:#666
}
.product-list2 .col3 span {
	padding-bottom:12px
}
.product-list2 .button-add {
	border:1px solid #dedede;
	height:25px;
	float:left ;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position:relative;
	z-index:1
}
.product-list2 .button-add a.favorite {
	background:url(/application/assets/images/v5/bg_button_add.png) repeat-x left top;
	width:39px;
	height:25px;
	float:left ;
	line-height:25px;
	text-indent:-9999px;
	-moz-border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
	position:relative
}
.product-list2 .button-add a.favorite span {
	background:url(/application/assets/images/v5/bg_favorite.png) no-repeat center center;
	display:block;
	padding:0
}
.product-list2 .button-add a.favorite:hover, .product-list2 .button-add a.options:hover {
	background-position:left bottom
}
.product-list2 .button-add a.options {
	background:url(/application/assets/images/v5/bg_button_add.png) repeat-x left top;
	width:15px;
	height:25px;
	float:left ;
	line-height:25px;
	text-indent:-9999px;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
	position:relative
}
.product-list2 .button-add a.options span {
	background:url(/application/assets/images/v5/bg_options.png) no-repeat left top;
	display:block;
	padding:0
}
.product-list2 .button-add a.options.active span {
	background-position:left bottom
}
/* Product-info2 */
.product-info2 {
	background:#fff;
	border:1px solid #C9C9C9;
	width:590px;
	max-height:434px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	position:absolute;
	left:0;
	z-index: 100
}
.product-info2.listview {
	margin-top:-230px;
	margin-left:88px
}
.galleryview {
	left:0;
	right:0;
	position: fixed;
	bottom: 0;
	border:0;
	height: 0;
	width: 50%;
	min-width:590px;
	border-top: 0;
	z-index: 10000;
	margin: 0 auto;
	line-height: 1;
	transition: 0.5s
}
.galleryview.open {
	height:430px;
	min-height:310px;
	padding:20px 20px 24px 20px;
	transition: 0.3s;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #fff
}
.product-info2 .arrrow {
	background:url(/application/assets/images/v5/bg_arrow2.png) no-repeat left top;
	width:9px;
	height:20px;
	float:left ;
	position:absolute;
	left:-9px;
	top:139px;
	z-index:98
}
.product-info2 a.close {
	background:url(/application/assets/images/v5/ico_close.png) no-repeat left top;
	width:15px;
	height:14px;
	float:left ;
	position:absolute;
	top:13px;
	right:13px;
	z-index:100;
	text-indent:-9999px
}
.product-info2 a.close:hover, .product-info2 a.close.active {
	background-position:left bottom
}
.product-info2 .info-imgb {
	width:208px;
	height:208px;
	float:left ;
	margin-right:20px;
	text-align:center;
	display:table-cell;
	vertical-align:middle
}
.product-info2 .info-imgb .side-corner-tag p span {
	right: -50px;
	width:200px;
	padding-top:3px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:20px
}
@media only screen and (min-width : 150px) and (max-width : 1224px)
{
	.product-info2 .info-imgb {
		display:none
	}
	.galleryview {
		width:100%;
		min-width:100%
	}
	.galleryview.open {
		padding-top:20px;
		padding-right:0px;
		padding-bottom:54px;
		padding-left:7px
	}
}
.product-info2 .info-txtb {
	text-align: left;
	padding-top:2px;
	font-size:12px;
	color:#444
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{
	.product-info2 .info-txtb {
		width:100%
	}
}
.product-info2 h4 {
	padding-bottom:15px;
	font-size:16px;
	line-height: 19px
}
.product-info2 p {
	line-height:21px;
	padding-bottom:15px
}
.product-info2 a {
	color:#1447BE;
	text-decoration:underline
}
.product-info2 a:hover {
	color:#1447BE;
	text-decoration:none
}
.product-info2 .row {
	border-top:1px dotted #ccc;
	width:100%;
	float:left ;
	padding-top:18px;
	padding-right:0px;
	padding-bottom:12px;
	padding-left:px
}
.minbidinfo
{
	margin-top:-13px;
	float:left ;
	font-size:11px;
	display:block
}
.proxybidinfo
{
	margin-top:-19px;
	float:left ;
	color:#888;
	font-size:11px;
	display:block
}
.product-info2 .label {
	width:90px;
	float:left ;
	margin-right:10px;
	padding-bottom:5px;
	text-align:right ;
	color:#777;
	line-height:17px;
	white-space:nowrap;
	overflow: hidden
}
@media only screen and (min-width : 150px) and (max-width : 600px)
{
	.product-info2 .label {
		width:100%;
		text-align:left
	}
	.product-info2 .label {
		font-weight:bold;
		color:#333
	}
}
.product-info2 .value {
	width:233px;
	/*float:left ;*/
	padding-bottom:5px;
	line-height:17px;
	white-space:nowrap;
	overflow: hidden
}
.product-info2 .value .currency-hover {
	display:inline-block
}
.product-info2 .value .green {
	color:#4D9B08
}
.product-info2 .bottom-bar {
	border-top:1px dotted #ccc;
	width:100%;
	padding-top:20px;
	clear:both
}
.product-info2 .bottom-bar ul {
	padding-top:12px;
	padding-bottom:0;
	padding-left:0;
	padding-right:135px;
	float:left
}
.product-info2 .bottom-bar li {
	float:left ;
	padding-top:0;
	padding-bottom:0;
	padding-left:15px;
	padding-right:11px;
	font-size:12px;
	color:#1447BE;
	font-weight:bold
}
.product-info2 .bottom-bar li:first-child {
	background:none;
	padding-left:0;
}
.product-info2 .bottom-bar li a {
	color:#1447BE;
	text-decoration:underline
}
.product-info2 .bottom-bar li a:hover {
	color:#1447BE;
	text-decoration:none
}
.product-info2 a.blue-button {
	background:url(/application/assets/images/v5/bg_blue_button1.png) repeat-x left top;
	height:26px;
	float:left ;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	margin-right:10px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	line-height:26px;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative
}
.product-info2 a.blue-button:hover {
	background-position:left bottom
}
/* product-list3 gallery view */
.product-list3 {
	width:100%;
	padding-top:15px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0
}
.product-list3 ul {
	width:1020px;
	margin-right:-16px
}
.product-list3 li {
	width:225px;
	float:left ;
	margin-top:0;
	margin-bottom:40px;
	margin-left:5px;
	margin-right:25px;
	position:relative
}
@media only screen and (min-width : 150px) and (max-width : 1224px)
{
	.product-list3 li {
		float:none
	}
}
.product-list3 li .overlay {
	border:1px solid transparent;
	float:left ;
	padding:9px 9px 20px 9px;
	margin:-9px -9px -20px -9px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease
}
.product-list3 li:hover .overlay {
	border:1px solid #ccc;
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.30) 5px 5px 5px
}
.product-list3 li:hover .checkbox {
	z-index:5
}
.product-list3 li:hover a.zoom {
	visibility:visible
}
.product-list3 li .imgb {
	background:url(/application/assets/images/v5/bg_imgb_shadow1.png) repeat-x left bottom;
	width:100%;
	float:left ;
	padding-bottom:10px;
	position:relative
}
.product-list3 li .checkbox {
	float:left ;
	text-indent:-9999px;
	position:absolute;
	right:-2px;
	margin-top:9px;
	margin-bottom:0;
	margin-left:0;
	margin-right:6px;
	visibility: visible;
	z-index:5;
}
.product-list3 li a.zoom {
	border:1px solid #eaeaea;
	border-right:none;
	background:#f1f1f1 url(/application/assets/images/v5/bg_zoom.png) no-repeat left top;
	width:30px;
	height:30px;
	float:left ;
	text-indent:-9999px;
	position:absolute;
	right:-2px;
	top:178px;
	z-index:10;
	box-shadow:0 0.0625em 0.25em rgba(51, 65, 80, 0.20);
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	visibility:hidden
}
.product-list3 li a.zoom:hover {
	background-position:left bottom
}
.product-list3 li .imgb-in {
	border:1px solid #cbcbcb;
	width:225px;
	min-height:208px;
	max-height:208px;
	float:left ;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:3px;
	position:relative;
	display:table;
	background-color: #fff
}
.product-list3 li .blueborder-gallery {
	border: 1px solid #93C9FF !important;
}
.product-list3 li .imgb-in div {
	vertical-align:middle;
	box-shadow: none
}
.product-list3 li .txtb {
	width:100%;
	float:left
}
.product-list3 li h3 {
	padding-bottom:5px;
	font-size:12px;
	color:#444;
	line-height:19px;
	height:37px;
	overflow: hidden
}
.product-list3 li h3 a {
	color:#0066CC
}
.product-list3 li h3 a:hover {
	color:#0066CC;
	text-decoration:underline
}
.product-list3 li .txtb span {
	padding-bottom:4px;
	font-size: 11px;
	color: #666
}
.product-list3 li .txtb .shipping {
	display:block;
	padding-bottom:6px;
	font-size: 11px;
	color: #666
}
.product-list3 li .txtb .location {
	display:block;
	padding-bottom:3px;
	font-size: 11px;
	color: #666
}
.product-list3 li .txtb .seller {
	display:block;
	padding-bottom:3px;
	font-size: 11px;
	color: #666;
	white-space: nowrap
}
.product-list3 li .txtb .price {
	padding-bottom:8px;
	font-size: 13px;
	font-weight: bold;
	color: #000
}
.product-list3 li .txtb .price span {
	padding-bottom:0;
	font-size: 13px;
	font-weight: bold;
	color: #000
}
.product-list3 li .txtb .distance span {
	font-size: 11px;
	color: #666
}
.product-list3 li .txtb .timeleft span {
	float:right ;
	font-size: 11px;
	color: #666
}
.product-list3 li .product-info2 {
	right:38px;
	top:-10px;
	left:auto
}
.product-list3 li .product-info2 .arrrow {
	background-position:left -20px;
	top:195px;
	right:-9px;
	left:auto
}
.product-list3 li.gap-info1 .product-info2 {
	left:225px;
	top:-10px;
	right:auto
}
.product-list3 li.gap-info1 .product-info2 .arrrow {
	background-position:left top;
	left:-9px;
	top:195px;
	right:auto
}
.product-list3 li .bottom-bar ul {
	width:auto;
	margin:0
}
.product-list3 li .bottom-bar li {
	width:auto;
	margin:0;
	float:left
}
.dropdown dd, .dropdown dt {
    margin:0;
    padding:0
}
.dropdown ul {
    margin: -1px 0 0 0
}
.dropdown dd {
    position:relative
}
.dropdown a,
.dropdown a:visited,
.dropdown a:hover {
    text-decoration:none;
    outline:none;
    color:#004b91
}
.dropdown dt a {
    display:block;
    padding: 3px 0 3px 0;
    line-height: 16px;
    overflow: hidden;
    border:0;
    width:100%
}
.dropdown dt a p {
	padding:0
}
.dropdown dt a span, .multiSel span {
    cursor:pointer;
    background: #77cc51;
    border-color: #59ad33;
    background-image: -webkit-linear-gradient(top, #eeeeee, #dfdfdf);
    background-image: -moz-linear-gradient(top, #eeeeee, #dfdfdf);
    background-image: -o-linear-gradient(top, #eeeeee, #dfdfdf);
    background-image: linear-gradient(to bottom, #eeeeee, #dfdfdf);
    padding:4px;
    margin:3px;
    float:left ;
    border-radius: 3px;
    -moz-border-radius: 3px
}
.dropdown dd ul {
    background-color: #fff;
    border:1px solid #ddd;
    display:none;
    left:0;
    padding-top:5px;
    padding-right:4px;
    padding-bottom:4px;
    padding-left:5px;
    top:2px;
    width:100%;
    list-style:none;
    height: 125px;
    line-height: 21px;
    overflow: auto
}
.dropdown span.value {
    display:none
}
.dropdown dd ul li a {
    padding:5px;
    display:block
}
.dropdown dd ul li a:hover {
    background-color:#fff
}
.grid-container .imgb-in {
	display: table;
	text-align: left;
	position: relative;
	width:100%
}
.grid-container li:hover a.zoom {
	visibility:visible
}
.grid-container li a.zoom {
	border:1px solid #eaeaea;
	border-right:none;
	background:#f1f1f1 url(/application/assets/images/v5/bg_zoom.png) no-repeat left top;
	width:30px;
	height:30px;
	float:left ;
	text-indent:-9999px;
	position:absolute;
	right:12px;
	top:172px;
	z-index:1;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	visibility:hidden
}
.grid-container li a.zoom:hover {
	background-position:left bottom
}
.grid-container li .checkbox {
	text-indent: -9999px;
	margin-right: 6px;
	visibility: hidden;
	z-index: 1;
	float:right
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{
	.grid-container li .checkbox {
		text-indent: -9999px;
		position: absolute;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 18px;
		visibility: visible;
		z-index: 5;
		right: 0
	}
}
.grid-container li:hover .checkbox {
	z-index:5;
	visibility: visible
}
.grid-container .txtb {
	font-size:12px;
	position:relative
}
.grid-container .txtb p {
	float:left
}
.grid-container .txtb h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	margin-top: 8px;
	max-height: 59px;
	min-height: 35px;
	overflow: hidden;
	position:relative
}
.grid-container h3 a {
	color: #0066CC
}
ul.rig li {
	text-align:left
}
ul.rig li span .price {
	font-size:16px;
	padding-bottom:7px
}
ul.rig li span.currency-hover {
	display: inline-block
}
.grid-container .txtb p {
	float:none;
	padding-top:3px
}
@media only screen and (min-width : 150px) and (max-width : 500px)
{
	.price {
		font-size:18px
	}
}
.profile-right-column.hasbanner {
	width: 63%;
	padding-right: 24px
}
.profile-right-column.flush.hasbanner {
	width: 84%;
	padding-right: 24px
}
.banner {
	float: left;
	display: inline;
	padding-top:30px;
	padding-bottom:20px;
	margin: 0 auto;
	text-align: center;
	width:100%;
	border-top:1px solid #eee
}
.banner.flushtop {
	margin-top:0
}
.banner img {
	border-radius: 6px
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	.banner  {
		float:none;
		text-align: center;
		display:table;
		margin:0 auto
	}
}
ul.rig li {
	min-height:400px
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	ul.rig li:hover {
		background: none;
		box-shadow: none
	}
}
ul.rig li:hover .listing-meta {
	display:block
}
ul.rig li.featured_highlight:hover {
	background-color: #f2f8fe
}
.savings {
	top: 2px;
	display: inline-block;
	float:left ;
	vertical-align: top;
	width: 40px;
	height: 16px;
	margin-right: 5px;
	padding-left:4px;
	cursor: pointer;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	z-index: 1;
	position: relative;
	background: url(/application/assets/images/v5/ico_savings.png) no-repeat
}
.optimize-sales {
	line-height:27px;
	border-top: 1px dotted #D9D9D9
}
.working-icon {
	float:left ;
	margin-top:105px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:100px
}
#column-left .profile-left-column {
	float: none
}
#search-application #column-right #container {
	padding-left: 10px
}
@media only screen and (min-width : 150px) and (max-width : 500px) {
	#search-application #column-right #container {
		padding-left: 0px
	}
}
.single-cell-title {
    display: block;
    width: 210px;
    line-height: 19px !important
}
.title-two-line {
    display: block;
    height: 40px;
    overflow: hidden
}
.single-cell a.link-normal {
	color:#004b91
}
.single-cell a.link-normal:hover {
	color:#c45500
}
.listing-meta .ul-specifics {
	vertical-align: top;
	list-style: disc;
	color: #777;
	padding-right: 0px;
	padding-left:20px
}
.listing-meta .ul-specifics li {
	padding: 0 0 5px;
	font-size: 12px;
	float: none;
	line-height: 14px;
	height:auto
}
.grid-stack-bottom .btn {
	width:100%
}
.product-list2 .btn, .rig-content .btn {
	min-width:150px
}
.nav_left_sr_cus li a.nav-left-item span.span-item{padding:0px;overflow:inherit;}/* 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;
}

.cd-top {
    border-radius: unset;
}

.cd-top.cd-top--show {
    border-radius: 1em;
}

.cd-top.cd-top--fade-out {
    opacity: 0.8;
    border-radius: 1em;
}

.cd-top:hover {
    border-radius: unset;
    background-color: #ddd;
}

.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-item {
    margin-bottom: 10px;
}

.accordion-header {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.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: 1em;
    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: 1em;
    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: 1em;
        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;
}
