#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%;
}* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#top-head-container ul {
	list-style-type: none !important;
}

.header-container {
	left: 0;
	right: 0;
	transition: top .6s ease-in-out;
	z-index: 1000
}

.navbar-fixed-top {
	top: 0
}
@media only screen and (min-width: 601px) {
    #background-links .mega-menu .top-dropdown:hover {
        overflow: visible !important;
    }
}
.header {
	width: 91%;
	margin: auto;
	background: #fafafa;
	border-top: none;
	border-radius: 0 0 1em 1em;
	box-shadow: 0 5px 7px 0 rgb(0 0 0 / 50%);
	transition: top .25s
}

.header .box-fluid {
	position: relative;
	z-index: 10
}

.top-nav-left {
	float:left ;
	display: inline-block;
	height: 39px;
	position: relative;
}

.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;
	position:relative;
}

@media only screen and (min-width :150px) and (max-width : 1224 px) {
	ul.dropdown-menu {
		min-width: 0 !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 .dropdown-menu li a:hover {
	background-image: none
}

.header #shop-by-category .popover {
	max-width: unset !important
}

.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: #eee;
	background-size: initial;
	margin: 9px 0;
	width: 90%
}

.nav-column {
	width: 50%;
	float: left;
	clear: none;
}

.nav-item {
	/* left: 5px;
	width: 220px */
	position: relative;
	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 {
	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 li:hover a span {
	background-position: right bottom -2px;
}

@media only screen and (min-width : 150px) and (max-width : 768) {
	ul.dropdown-menu {
		min-width: 0px !important;
	}

	.nav-column {
		width: auto !important;
	}
}

.header-bot2 {
	display: block;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
}

.top_cust_left,
.top_cust_left>.mega-menu {
	width: 100%;
}

.top-link li.cat_cust>a {
	color: #fff;
	padding-top: 0;
}

.top-link li.login-hover:hover .top-dropdown {
	visibility: visible;
}

.top-link .top-dropdown {
	top: 100%;
	width: 330px;
	padding-top: 3px;
	z-index: 999;
	background: #fff;
	left: 0;
	border-radius: 1em;
	float: left;
	position:absolute;
	visibility: hidden;
}

.top-link .top-dropdown ul {
	padding: 10px 3px 13px 15px
}

.top-link .top-dropdown li {
	padding: 0 0 0 5px;
	text-align: left;
	line-height: 22px;
	float: none;
	margin: 0;
	font-weight: 400
}

.top-link .top-dropdown li a {
	background: 0 0;
	display: inline-block;
	padding: 0;
	line-height: 22px
}

.top-link li.login-hover a:hover {
	text-decoration: none
}

.top-link .top-dropdown li:hover a {
	background-position: left 2px;
}

.bot-nav-fill {
	width: auto
}

#top-head-container {
	display: flex
}

#top-head-container .box-fluid {
	background: #fff;
	border-radius: inherit;
	height: 100%
}

.popover {
	overflow-x: hidden;
	overflow-y: scroll
}

#background-links .top-nav-left {
	height: auto
}

#background-links .mega-menu .login-hover {
	padding: 10px
}

.mega-menu .top-dropdown li i {
	position: absolute;
	top: 5px;
	right: 4px;
	padding: 0 5px 0 20px
}

.mega-menu .top-dropdown li:hover>i {
	color: orange
}

#scrim,
.mega-menu .custom-arrow-up,
.navbar-fixed-top .logo2.onlydesktop img,
.responsive-menu {
	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)
}

.top-dropdown .content-pages .content-pages ul {
	width: fit-content;
	min-width: 180px
}

#top-head-container.navbar-fixed-top {
	position: relative;
	width: 100%;
	height: 119px;
	background: 0 0
}

#top-head-container.navbar-fixed-top .header {
	width: 100%;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-left: 0 !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 #background-links {
	padding-top: 0
}

@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
	}
}

@media only screen and (min-width:601px) and (max-width:1200px) {
	.header #shop-by-category .popover {
		width: 100%;
		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 .top-dropdown .content-pages .content-pages ul {
		width: fit-content;
		min-width: 180px
	}
}

@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) {
	.mega-menu li>a>span {
		font-size: 14px
	}
}

@media only screen and (min-width:841px) {
	#background-links .top_cust_left {
		box-shadow: none;
		border-radius: 0 0 .8em .8em
	}
}

@media only screen and (min-width:601px) and (max-width:840px) {
	.header {
		height: 156px
	}

	#background-links {
		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
	}

	#top-head-container.navbar-fixed-top {
		height: 158px
	}
}

@media only screen and (min-width:601px) and (max-width:723px) {
	#background-links .mega-menu ul li:nth-child(6) .top-dropdown {
		left: 0
	}
}

@media only screen and (max-width:991px) {

	#background-links .mega-menu,
	#background-links .open .top-dropdown .content-pages i,
	#background-links .open .top-dropdown .content-pages ul,
	.top-nav-left .mega-menu ul ul li:hover>ul {
		display: none
	}

	#top-head-container {
		height: 74px
	}

	#background-links .open li.content-pages,
	.bot-nav-right .lang-hover {
		display: block
	}

	.header {
		position: fixed;
		border: 2px solid orange;
		border-top: none;
		width: 100%;
		height: 72px;
		z-index: 1030
	}

	.header .box-fluid {
		display: flex;
		position: static;
		height: 80px
	}

	#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: #004b91;
		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 0px;
		background: 0 0;
		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: #f4f4f4;
		border-radius: 0.4em
	}

	#background-links .open .top-dropdown.content-pages {
		width: 100%
	}

	#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 #scrim {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		background-color: rgba(0, 0, 0, 0.1)
	}

	#background-links .responsive-menu {
		display: inline-block;
		font-size: 32px
	}
}

@media only screen and (min-width :150px) and (max-width : 1224 px) {
	.setting-box .setting-form .draw-select__wrapper.w-250 {
		max-width: 250px
	}
}

.setting-box {
	width: 34px;
	float: right;
	position: relative;
	z-index: 1;
}

@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-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: 40px;
}

#display-setting-panel {
	z-index: -1;
	top: 0px;
}

.setting-panel .title {
	border-bottom: 1px dotted #d0d0d0;
	background: #fff;
	width: 100%;
	height: 48px;
	float: left;
}

.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.last {
	margin: 10px 0 0 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;
}

.w-250 {
	width: 250px;
}

b {
	font-weight: bold !important;
}

.setting-form .checkbox {
	float: left;
	padding:0;
}

.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 .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;
}

.social_sect {
	padding: 0 14px;
}

.fb-like,
.pin_sect,
.social_sect .fa {
	display: inline-block
}

.social_sect .fa {
	padding: 5px;
	font-size: 19px !important;
	width: 25px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	color: #fff
}

/*.fa-facebook {
	background: #3b5998;
	color: #fff
}

.fa-pinterest {
	background: #cb2027;
	color: #fff
}

.fa-twitter {
	background: #55acee;
	color: #fff
}

.fa-youtube {
	background: #b00;
	color: #fff
}*/

.PIN_1655813362117_button_follow {
	position: relative;
	background-color: #eee;
	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 {
	vertical-align: top
}

.PIN_1655813362117_button_follow::after {
	content: "";
	position: absolute;
	height: 14px;
	width: 14px;
	top: 2px;
	left: 3px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzBweCIgd2lkdGg9IjMwcHgiIHZpZXdCb3g9Ii0xIC0xIDMxIDMxIj48Zz48cGF0aCBkPSJNMjkuNDQ5LDE0LjY2MiBDMjkuNDQ5LDIyLjcyMiAyMi44NjgsMjkuMjU2IDE0Ljc1LDI5LjI1NiBDNi42MzIsMjkuMjU2IDAuMDUxLDIyLjcyMiAwLjA1MSwxNC42NjIgQzAuMDUxLDYuNjAxIDYuNjMyLDAuMDY3IDE0Ljc1LDAuMDY3IEMyMi44NjgsMC4wNjcgMjkuNDQ5LDYuNjAxIDI5LjQ0OSwxNC42NjIiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+PHBhdGggZD0iTTE0LjczMywxLjY4NiBDNy41MTYsMS42ODYgMS42NjUsNy40OTUgMS42NjUsMTQuNjYyIEMxLjY2NSwyMC4xNTkgNS4xMDksMjQuODU0IDkuOTcsMjYuNzQ0IEM5Ljg1NiwyNS43MTggOS43NTMsMjQuMTQzIDEwLjAxNiwyMy4wMjIgQzEwLjI1MywyMi4wMSAxMS41NDgsMTYuNTcyIDExLjU0OCwxNi41NzIgQzExLjU0OCwxNi41NzIgMTEuMTU3LDE1Ljc5NSAxMS4xNTcsMTQuNjQ2IEMxMS4xNTcsMTIuODQyIDEyLjIxMSwxMS40OTUgMTMuNTIyLDExLjQ5NSBDMTQuNjM3LDExLjQ5NSAxNS4xNzUsMTIuMzI2IDE1LjE3NSwxMy4zMjMgQzE1LjE3NSwxNC40MzYgMTQuNDYyLDE2LjEgMTQuMDkzLDE3LjY0MyBDMTMuNzg1LDE4LjkzNSAxNC43NDUsMTkuOTg4IDE2LjAyOCwxOS45ODggQzE4LjM1MSwxOS45ODggMjAuMTM2LDE3LjU1NiAyMC4xMzYsMTQuMDQ2IEMyMC4xMzYsMTAuOTM5IDE3Ljg4OCw4Ljc2NyAxNC42NzgsOC43NjcgQzEwLjk1OSw4Ljc2NyA4Ljc3NywxMS41MzYgOC43NzcsMTQuMzk4IEM4Ljc3NywxNS41MTMgOS4yMSwxNi43MDkgOS43NDksMTcuMzU5IEM5Ljg1NiwxNy40ODggOS44NzIsMTcuNiA5Ljg0LDE3LjczMSBDOS43NDEsMTguMTQxIDkuNTIsMTkuMDIzIDkuNDc3LDE5LjIwMyBDOS40MiwxOS40NCA5LjI4OCwxOS40OTEgOS4wNCwxOS4zNzYgQzcuNDA4LDE4LjYyMiA2LjM4NywxNi4yNTIgNi4zODcsMTQuMzQ5IEM2LjM4NywxMC4yNTYgOS4zODMsNi40OTcgMTUuMDIyLDYuNDk3IEMxOS41NTUsNi40OTcgMjMuMDc4LDkuNzA1IDIzLjA3OCwxMy45OTEgQzIzLjA3OCwxOC40NjMgMjAuMjM5LDIyLjA2MiAxNi4yOTcsMjIuMDYyIEMxNC45NzMsMjIuMDYyIDEzLjcyOCwyMS4zNzkgMTMuMzAyLDIwLjU3MiBDMTMuMzAyLDIwLjU3MiAxMi42NDcsMjMuMDUgMTIuNDg4LDIzLjY1NyBDMTIuMTkzLDI0Ljc4NCAxMS4zOTYsMjYuMTk2IDEwLjg2MywyNy4wNTggQzEyLjA4NiwyNy40MzQgMTMuMzg2LDI3LjYzNyAxNC43MzMsMjcuNjM3IEMyMS45NSwyNy42MzcgMjcuODAxLDIxLjgyOCAyNy44MDEsMTQuNjYyIEMyNy44MDEsNy40OTUgMjEuOTUsMS42ODYgMTQuNzMzLDEuNjg2IiBmaWxsPSIjZTYwMDIzIj48L3BhdGg+PC9nPjwvc3ZnPg==) 0 0/14px 14px no-repeat
}

.button_sect {
	padding-top: 10px
}

.fb-like>span,
.fb-like>span>iframe {
	width: 115px !important
}

@media only screen and (min-width :769px) and (max-width :1309px) {
	#background-links .top-nav-left {
		padding-top: 0
	}
}

@media only screen and (min-width :290px) and (max-width :768px) {
	.arrow-bot {
		display: none
	}

	#background-links .top_cust_left {
		float: none
	}

	.bot-nav-fill .top-nav-left {
		height: auto
	}

	.top-link li {
		text-align: left;
		z-index: 0
	}

	.top-nav-left {
		padding-top: 0
	}
}

@media only screen and (max-width :768px) {
	.top-link {
		display: contents
	}
}

@media only screen and (min-width :769px) and (max-width :1225px) {
	#background-links .top_cust_left {
		float: left
	}

	.top-link {
		display: contents
	}
}

.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 !important
}

.language-toggler {
	position: relative
}

.language-toggler:hover .lang-dropdown {
	visibility: visible;
	transition: 1s linear
}

.lang-wrapper {
	border-radius: 1em;
	border: 1px solid #bbb;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
	/*padding: 5px*/
}
.menu_contact{
				display: none !important;

	}
@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
	}

	.middle-header,
	.top-header,
	.top-link.mega-menu {
		display: none
	}
	.menu_contact{
				display: block !important;

	}
}

@media only screen and (min-width:992px) {
	.top-header {
		display: block
	}

	.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
	}

	.middle-header {
		padding: 5px 15px
	}

	.links-wrapper {
		display: flex;
		align-items: center
	}

	.search-wrapper>.top-link {
		float: none
	}

	.middle-header,
	.search-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.search-wrapper {
		margin: 0 1.2em;
		flex: 1;
		justify-content: center
	}

	.language-toggler.mobile,
	.logo-wrapper.mobile {
		display: none
	}

	.apply-here {
		margin: 0 10px
	}

	.search-container {
		margin-left: 10px;
		position: relative;
		width: 60%;
		display: flex;
		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, .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) center no-repeat;
		border: none;
		padding: 0 1.5em;
		height: 100%;
		cursor: pointer
	}

	.setting-box .settings {
		background: url(/application/assets/images/v5/bg_setting.png) left top no-repeat;
		width: 28px;
		height: 15px;
		margin: 10px 0 0;
		display: inline-block;
		text-indent: -9999px
	}

	.setting-box .settings.active,
	.setting-box .settings:hover {
		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
	}

	.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>') right center/8px no-repeat;
		display: inline-block;
		padding-right:15px
	}

	.mega-menu.top-link li:hover a span {
		background-position: right center
	}
}

@media only screen and (min-width:1200px) {
	.search-container {
		width: 50%
	}
}

.mega-menu li>a,
.mega-menu li>a>span {
	font-size: 14px
}

.mega-menu .cat_cust:hover {
	background: 0 0
}



.navbar-fixed-top {
	background: #000;
	position: fixed;
	width: 100%;
	right: 0;
	left: 0;
	z-index: 1030;
}

.setting-form .button2,
.setting-panel .title a {
	color: orange !important
}

.setting-form .button2 {
	background: #ffd78c !important;
	border: 1px solid orange !important
}

@media (max-width:979px) {
	body {
		padding-top: 0
	}

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		position: static
	}

	.navbar-fixed-top {
		margin-bottom: 18px
	}
}

.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 {
	visibility: visible;
	opacity: 1;
	margin-bottom: 50px
}

.cd-top.cd-top--fade-out {
	opacity: .5;
}

.cd-top:hover {
	border-radius: 8px;
	background-color: #4886E2;
	opacity: 1;
}

.cd-top.cd-top--show {
	border-radius: 1em;
}

.cd-top.cd-top--fade-out {
	opacity: 0.8;
	border-radius: 1em;
}/* =========================
   1. HEADER DESIGN 2025
   ========================= */

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

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

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

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

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

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

/* 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: var(--btn-primary-bg);
    color: var(--btn-primary-color);
    border: none;
    border-radius: var(--btn-border-radius);
    padding: var(--btn-padding-md);
    font-weight: var(--btn-font-weight);
    text-transform: none;
    letter-spacing: normal;
    font-size: var(--btn-font-size-md);
    transform: translateY(20px);
    transition: var(--btn-transition);
    box-shadow: var(--btn-shadow);
    opacity: 0;
}

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

.bago-add-to-cart-btn:hover {
    background: var(--btn-primary-hover-bg);
    transform: translateY(-2px);
    box-shadow: var(--btn-shadow-hover);
}

.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);
}

/* Current category styling */
.bago-header .nav-item.current-category .category-button {
  color: var(--accent) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--accent) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
}

.bago-header .nav-item.current-category .category-button i {
  color: var(--accent) !important;
}

/* Alternative selector for current category */
.bago-header .category-mega-menu.current-category .category-button {
  color: var(--accent) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--accent) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
}

.bago-header .category-mega-menu.current-category .category-button i {
  color: var(--accent) !important;
}

/* More specific selectors for current category */
.bago-header li.current-category .category-button {
  color: var(--accent) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--accent) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
}

.bago-header li.current-category .category-button i {
  color: var(--accent) !important;
}

/* Direct selector for current category */
.bago-header .current-category .category-button {
  color: var(--accent) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--accent) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
}

.bago-header .current-category .category-button i {
  color: var(--accent) !important;
}

/* Mobile current category styling */
.bago-header .accordion-button.current-category {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  background-color: rgba(var(--accent-rgb), 0.1);
}

.bago-header .nav-item.current-category .nav-link {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Mega menu current category styling */
.bago-header .mega-menu-column.current-category h3 {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.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 */

/* =========================
   8. TO THE TOP BUTTON
   ========================= */

/* Base Button Styles */
.cd-top {
  border-radius: var(--border-radius);
  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: var(--box-shadow);
  /* 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;
}

/* Responsive Design */
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 4px;
    bottom: 4px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    /* height: 60px; */
    /* width: 60px; */
    /* right: 30px; */
    /* bottom: 30px; */
  }
}

/* Show State - WICHTIG für Sichtbarkeit */
.cd-top.cd-top--show {
  visibility: visible;
  opacity: 1;
  /* margin-bottom: 50px; */
  border-radius: var(--border-radius);
}

/* Fade Out State */
.cd-top.cd-top--fade-out {
  opacity: 0.8;
  border-radius: var(--border-radius);
}

/* Hover Effects */
.cd-top:hover {
  border-radius: var(--border-radius);
  background-color: var(--color-primary);
  opacity: 1;
}

/* Custom Overrides */
.cd-top {
  border-radius: unset;
}

.cd-top:hover {
  background-color: #ddd;
}/* Footer and Cookie Banner Styles for 2025 Design */

/* Reset and Base Styles */
* {
  box-sizing: border-box;
}

/* FAQ Section */
.faq-section {
  background-color: #f8f9fa;
  padding: 2rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #007bff;
}

.faq-question span:first-child {
  font-weight: 600;
  margin-right: 1rem;
  color: #666;
}

.faq-arrow {
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 0 0 2rem;
  color: #666;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 0 1.5rem 2rem;
}

/* Main Footer */
.main-footer {
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  padding: 2rem 0 1.5rem;
}

.main-footer-container {
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 1fr 1fr 1fr minmax(220px, 1fr);
  gap: 1.5rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-brand {
  padding-right: 2rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-logo {
  height: 40px;
  margin-right: 0.5rem;
}

.brand-logo h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.footer-info p {
  margin: 0.25rem 0;
  color: #666;
  font-size: 0.9rem;
}

.footer-contact {
  margin-top: 1rem;
}

.footer-contact p {
  margin: 0.1rem 0;
  font-size: 0.85rem;
  line-height: 1.4;
}

.footer-column h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  margin-top: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #007bff;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-support p {
  margin: 0.25rem 0;
  font-size: 0.9rem;
  color: #666;
}

.contact-hours {
  font-weight: 600;
  color: #333;
}

.contact-phone {
  margin-top: 0.5rem;
}

.contact-phone a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
}

.footer-direct p {
  margin: 0.25rem 0;
  font-size: 0.85rem;
  color: #666;
}

.f-label {
  font-weight: 500;
}

.psi-info {
  margin-top: 1rem;
}

.psi-info p {
  margin: 0.25rem 0;
  font-size: 0.85rem;
}

.psi-info img {
  margin-top: 0.5rem;
  max-width: 80px;
  height: auto;
}

/* Footer Bottom */
.footer-bottom {
  background-color: #f8f9fa;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.footer-bottom-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr;
  gap: 1.5rem;
  align-items: center;
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.language-selector label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
}

.language-dropdown {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.9rem;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.payment-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
}

.payment-icons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.payment-icons img {
  height: 24px;
  width: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.payment-icons img:hover {
  filter: grayscale(0%);
}

.social-media {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.social-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
}

.social-icons {
  display: flex;
  gap: 0.75rem;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #666;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 0.9rem;
}

.social-icons a:hover {
  background-color: #007bff;
}

.newsletter-subscription {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.newsletter-content {
  display: flex;
  flex-direction: column;
}

.newsletter-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.newsletter-subtitle {
  font-size: 0.85rem;
  color: #666;
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
}

.newsletter-input {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-input:focus {
  border-color: #007bff;
}

.newsletter-button {
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.newsletter-button:hover {
  background-color: #0056b3;
}

/* Footer Links Section */
.footer-links-section {
  background-color: #fff;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.footer-links-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-navigation {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-navigation .onlydesktop {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-navigation a {
  color: #666;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-navigation a:hover {
  color: #007bff;
}

.user-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.user-actions a {
  color: #666;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.user-actions a:hover {
  color: #007bff;
}

/* Cookie Banner Styles */
input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
  margin-right: 5px !important;
  display: inline-block;
  vertical-align: text-bottom;
}

.as-js-category-slider,
.as-js-purpose-slider {
  position: relative;
  left: 10px;
}

.as-oil__heading-intro-description {
  float: left;
  width: 70%;
}

.notice-content {
  padding: 2rem 5rem
}

.tac1 {
  width: 80%;
  float: left;
}

.as-oil__heading {
  margin-bottom: 10px;
  font-size: 18px;
  max-width: 840px;
  font-weight: 600;
  line-height: 1.15;
}

.as-oil__intro-txt {
  display: inline-block;
  font-weight: 200;
  line-height: 1.4;
}

.as-oil .as-oil__btn-optin,
.as-oil .as-oil__btn-only-essentials {
  font-size: inherit;
  background-color: #FFD200;
}

.as-oil__btn-optin {
  min-width: 160px;
  min-height: 42px;
  margin: 26px 0px;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #00509d;
  transition: opacity .8s ease 0s;
}

.as-oil__btn-only-essentials {
  float: right;
  min-height: auto;
  min-width: 135px;
  padding: 4px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

#accept-cookie-essential {
  color: gray !important;
  text-decoration: none;
}

.as-oil-cpc__category-container.as-oil-cpc__category-container_open .as-oil-cpc__category-header {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xNC43NywyMy43OTVMNS4xODUsMTQuMjFjLTAuODc5LTAuODc5LTAuODc5LTIuMzE3LDAtMy4xOTVsMC44LTAuODAxYzAuODc3LTAuODc4LDIuMzE2LTAuODc4LDMuMTk0LDAgIGw3LjMxNSw3LjMxNWw3LjMxNi03LjMxNWMwLjg3OC0wLjg3OCwyLjMxNy0wLjg3OCwzLjE5NCwwbDAuOCwwLjgwMWMwLjg3OSwwLjg3OCwwLjg3OSwyLjMxNiwwLDMuMTk1bC05LjU4Nyw5LjU4NSAgYy0wLjQ3MSwwLjQ3Mi0xLjEwNCwwLjY4Mi0xLjcyMywwLjY0N0MxNS44NzUsMjQuNDc3LDE1LjI0MywyNC4yNjcsMTQuNzcsMjMuNzk1eiIgZmlsbD0iIzUxNTE1MSIvPjwvc3ZnPg==);
}

.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose.no-purpose-description:first-child {
  margin-top: -10px;
}

.as-oil-cpc__purpose-header,
.as-oil-cpc__purpose-text {
  padding: 5px;
}

.as-oil-cpc_category-children .as-oil-cpc__switch {
  top: 15px;
}

.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose.no-purpose-description {
  padding-top: 0;
  min-height: 45px;
  margin-top: .5rem !important;
}

.as-oil-cpc__category .as-oil-cpc_category-children .as-oil-cpc__purpose {
  position: relative;
  padding: 10px 80px 10px 20px;
  border-bottom: 1px solid #f1f1f1;
}

.as-oil-cpc__switch input:checked~.as-oil-cpc__slider:before,
.as-oil-cpc__switch input[data-checked="true"]~.as-oil-cpc__slider:before {
  transform: translateX(20px);
  background-color: #fff;
}

.as-oil__btn-cpc {
  float: right;
  min-height: auto;
  min-width: 135px;
  margin: 0.75rem 0;
  padding: 4px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: gray !important
}

.as-oil-l-buttons {
  margin-top: 0;
  float: right;
}

.as-oil-l-item {
  clear: both;
  float: right;
  text-align: right;
}

.as-oil__btn-only-essentials {
  margin-top: -21px;
}

.as-oil-content-overlay {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.5rem 6rem;
  background-color: #f9f9f9;
  opacity: .97;
  box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, .2);
}

.as-oil-back-button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 39px;
  right: 30px
}

.as-oil-cpc__content {
  display: flex;
}

.as-oil-l-row {
  min-width: 20%;
}

.as-oil-l-wrapper-layout-max-width .as-oil-cpc__middle {
  overflow-x: hidden;
}

.as-oil-cpc__middle {
  flex: 1 1 auto;
  padding: 24px 20px 24px 0;
  display: inline-block;
  overflow: auto;
  max-height: 25vh;
  width: 100%;
}

.as-oil-cpc__row-btn-all {
  text-align: right;
}

.as-oil__btn-grey {
  min-width: 160px;
  min-height: 42px;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  color: #aaa;
  background-color: #eee;
}

.as-oil__btn-blue {
  min-width: 160px;
  min-height: 42px;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #3f7edf;
}

.as-oil-back-button__text {
  display: block;
  font-size: 17px;
  margin-right: 8px;
}

.as-oil-cpc__right {
  flex: 0 0 200px;
  display: inline-block;
  align-self: flex-end;
}

.as-oil-cpc__categories_wrapper {
  background: #f9f9f9;
  position: relative;
  z-index: 5;
}

.as-oil-cpc__category {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 10px;
  margin: 16px 0;
}

.as-oil-cpc__category-container,
.no-cat-description .as-oil-cpc__category-header {
  position: relative;
}

.as-oil-cpc__category-header {
  line-height: 1;
  font-weight: 700;
  padding: 0 80px 0 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNC4yOTEsMTQuMjc2TDE0LjcwNSw0LjY5Yy0wLjg3OC0wLjg3OC0yLjMxNy0wLjg3OC0zLjE5NSwwbC0wLjgsMC44Yy0wLjg3OCwwLjg3Ny0wLjg3OCwyLjMxNiwwLDMuMTk0ICBMMTguMDI0LDE2bC03LjMxNSw3LjMxNWMtMC44NzgsMC44NzgtMC44NzgsMi4zMTcsMCwzLjE5NGwwLjgsMC44YzAuODc4LDAuODc5LDIuMzE3LDAuODc5LDMuMTk1LDBsOS41ODYtOS41ODcgIGMwLjQ3Mi0wLjQ3MSwwLjY4Mi0xLjEwMywwLjY0Ny0xLjcyM0MyNC45NzMsMTUuMzgsMjQuNzYzLDE0Ljc0OCwyNC4yOTEsMTQuMjc2eiIgZmlsbD0iIzUxNTE1MSIvPjwvc3ZnPg==) no-repeat 0 0/contain;
  cursor: pointer;
}

.as-oil-cpc__switch {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 26px;
  right: 0;
  top: -6px;
  float: right;
}

.as-oil-cpc__switch input:checked~.as-oil-cpc__status:after,
.as-oil-cpc__switch input[data-checked="true"]~.as-oil-cpc__status:after {
  content: "On";
}

.as-oil-cpc__status {
  position: absolute;
  top: 5px;
  left: -25px;
  color: #3f7edf;
  font-weight: 500;
}

.as-oil-cpc__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00509d;
  transition: .4s;
  border-radius: 17px;
}

.as-oil-cpc__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  transition: .4s;
  border-radius: 50%;
}

.as-oil-cpc__switch input+.as-oil-cpc__status:after {
  content: "Off";
}

.as-oil-cpc__category .as-oil-cpc_category-children {
  display: none;
  margin: 10px -10px -10px;
  padding: 10px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.as-oil-cpc__category .as-oil-cpc__category-text {
  padding: 10px 80px 0 20px;
  min-height: 1px;
}

.as-oil-cpc_category-children.visible {
  display: block;
}

span.as-oil-cpc__status.gray {
  color: gray;
}

span.as-oil-cpc__slider.gray {
  background-color: #bdbdbd;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .main-footer-container {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 1.5rem;
  }
  
  .footer-brand {
      grid-column: 1 / -1;
      padding-right: 0;
      margin-bottom: 1rem;
  }
  
  .footer-bottom-container {
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
  }
  
  .newsletter-subscription {
      grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .main-footer-container {
      grid-template-columns: 1fr;
      gap: 1.5rem;
  }
  
  .footer-bottom-container {
      grid-template-columns: 1fr;
      gap: 1rem;
      text-align: center;
  }
  
  .newsletter-form {
      flex-direction: column;
      gap: 0.75rem;
  }
  
  .faq-question {
      font-size: 1rem;
      padding: 1rem 0;
  }
  
  .faq-answer {
      padding: 0 0 0 1.5rem;
  }
  
  .faq-item.active .faq-answer {
      padding: 0 0 1rem 1.5rem;
  }
  
  .footer-links-container {
      flex-direction: column;
      gap: 1rem;
      text-align: center;
  }
}

@media (max-width: 580px) {
  .as-oil-content-overlay {
      padding: 1rem;
  }

  .consent-popup-front {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }
  
  .faq-container {
      padding: 0 0.5rem;
  }
  
  .main-footer {
      padding: 2rem 0 1rem;
  }
  
  .main-footer-container {
      padding: 0 0.5rem;
  }
  
  .footer-bottom {
      padding: 1rem 0;
  }
  
  .footer-bottom-container {
      padding: 0 0.5rem;
  }
}

.cust-banner.right {
  top: 54% !important;
}
.slider {
	position: relative;
	z-index: 1;
	background: #fff;
	padding-bottom: 10px;
	border-radius: 25px;
}

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

	max-height: {
		heroheight
	}

	px
}

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

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

.slider ul.pagination {
	position: absolute;

		{
		template_textalignment_alt
	}

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

	float: {
		template_textalignment_alt
	}

	;
}

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

		{
		template_textalignment_alt
	}

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

	float: {
		template_textalignment_alt
	}

	;
	display:none;
}

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

	float: {
		template_textalignment
	}

	;

	margin- {
		template_textalignment_alt
	}

	:5px;
	text-align:center;
}

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

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

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

	float: {
		template_textalignment
	}

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

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

	float: {
		template_textalignment
	}

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

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

	float: {
		template_textalignment
	}

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

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

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

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

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

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

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

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

	top;

		{
		template_textalignment
	}

	:0;
}

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

	top;

		{
		template_textalignment_alt
	}

	:0;
}

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

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

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

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

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

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

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

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

.home_slider {
	padding-top: 35px;
}

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

	float: {
		template_textalignment
	}

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

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

	float: {
		template_textalignment
	}

	;
}

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

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

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

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

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

	float: {
		template_textalignment
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	padding- {
		template_textalignment_alt
	}

	:10px;
	padding-bottom:10px;

	padding- {
		template_textalignment
	}

	:10px;
}

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

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

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

	padding- {
		template_textalignment_alt
	}

	:10px;
	padding-bottom:10px;

	padding- {
		template_textalignment
	}

	:10px;
}

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

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

.feature .column2 span {
	clear: both;
}

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

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

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

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

.feature a {
	color: #0066CC;
}

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

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

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

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

	float: {
		template_textalignment
	}

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

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

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

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

	bottom;
}

.feature .column3 {
	width: 220px;

	margin- {
		template_textalignment_alt
	}

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

	padding- {
		template_textalignment_alt
	}

	:10px;
	padding-bottom:10px;

	padding- {
		template_textalignment
	}

	:10px;
}

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

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

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

	padding- {
		template_textalignment
	}

	:50px;
	color:#555;
}

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

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

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

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

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

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

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

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

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

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

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

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

	float: {
		template_textalignment
	}

	;
	overflow: hidden;
}

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

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

.catmapflyout {
	position: absolute;

		{
		template_textalignment
	}

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

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

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

			{
			template_textalignment
		}

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

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

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

	padding- {
		template_textalignment_alt
	}

	:15px;
	padding-bottom:6px;

	padding- {
		template_textalignment
	}

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

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

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

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

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

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

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

}

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

.newArrival-left {
	margin- {
		template_textalignment_alt
	}

	: 10px;

	margin- {
		template_textalignment
	}

	: 10px;
	margin-top: 10px;

	float: {
		template_textalignment
	}

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

.newArrival-right {
	float: {
		template_textalignment_alt
	}

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

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

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

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

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

.newArrival-right li {
	float: {
		template_textalignment
	}

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

	margin- {
		template_textalignment_alt
	}

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

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

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

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

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

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

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

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

	px) {
	.newArrivals {
		height: 100%
	}

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

	.newArrival-right {
		float: {
			template_textalignment
		}

		;
		width: 100%;
		overflow: hidden
	}

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

	.newArrival-right ul {
		width: 100%
	}

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

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

	.Featured-Sellers a {
		margin- {
			template_textalignment
		}

		:0
	}

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

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

		:0
	}

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

.clearfix {
	zoom: 1
}

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

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

.Featured-Sellers a {
	display: block;

	float: {
		template_textalignment
	}

	;

	margin- {
		template_textalignment_alt
	}

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

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

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

		margin- {
			template_textalignment
		}

		:25px;

		margin- {
			template_textalignment_alt
		}

		:0px
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

.cblock ul {

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    line-height: 1.5;
}

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

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

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

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

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

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

/* Very small screens - hide entire breadcrumb */
@media (max-width: 425px) {
    .breadcrumbs {
        display: none;
    }
}

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

/* Breadcrumb with background */
.breadcrumb-with-bg {
    background: var(--color-background-secondary);
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    border: 1px solid var(--color-border);
}
.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
	}
}


.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;
}#bid-ticker-livestream.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}
.clearfix:after {
    clear: both
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.show {
    display: block
}
.show-force {
    display: block !important
}
.overflow-hide {
    overflow: hidden
}
.white-bkg {
    background: #fff
}
.center {
    margin-left: auto;
    margin-right: auto
}
.block {
    display: block
}
.inline {
    display: inline
}
.inline-block {
    display: inline-block
}
.border-box {
    box-sizing: border-box
}
.clear {
    clear: both
}
.fluid {
    display: block;
    box-sizing: border-box;
    width: 100%
}
.fluid-image {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    height: auto
}
.invisible {
    visibility: hidden
}
.relative {
    position: relative
}
.absolute {
    position: absolute
}
.fixed {
    position: fixed
}
.uppercase {
    text-transform: uppercase
}
.pointer {
    cursor: pointer
}
.text-center {
    text-align: center
}
.full-width {
    width: 100%
}
.split {
    width: 50%
}
.z-index {
    position: relative;
    z-index: 1
}
.x-small {
    font-size: .71em
}
.small {
    font-size: .86em
}
.medium {
    font-size: 1em
}
.large {
    font-size: 1.43em
}
.x-large {
    font-size: 2.57em
}
.console-icon {
    background-image: url(/application/assets/images/v5/sprite_auction.png);
    display: inline-block
}
.filmstrip-x {
    display: block;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    margin: 0 20px
}
.filmstrip-x.filmstrip-centered li>div {
    margin: 0 auto
}
.filmstrip-x>div {
    overflow: hidden;
    display: inline-block;
    width: 100%
}
.filmstrip-x>div>ul {
    display: block;
    position: relative;
    word-spacing: -4px;
    margin: 0;
    padding: 0
}
.filmstrip-x>div>ul>li {
    list-style-type: none;
    display: inline-block;
    word-spacing: normal;
    white-space: normal;
    width: 99%;
    margin: 0 .5%
}
.filmstrip-x>button {
    vertical-align: top;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 13px;
    height: 20px;
    background-position: -35px -138px;
    position: absolute
}
.filmstrip-x>button:first-child {
    background-position: -1px -138px;
    left: -18px
}
.filmstrip-x>button[disabled],
.filmstrip-x>button[aria-disabled="true"],
.filmstrip-x>button.disabled {
    background-position: -84px -138px
}
.filmstrip-x>button[disabled]:first-child,
.filmstrip-x>button[aria-disabled="true"]:first-child,
.filmstrip-x>button.disabled {
    background-position: -67px -138px
}
.filmstrip-x>div>ul>li {
    width: 99%
}
.lot-strip {
        width:100%;
        height:60px;
        overflow: hidden;
        position:relative;
        overflow-x: scroll
}
.lot-strip-scroll {
        width:2500px;
        height:45px;
        overflow: hidden;
        overflow-wrap: break-word;
        position: absolute
}
.lot-strip-scrollx {
        width:8000px;
        max-width:8000px;
        height:50px;
        overflow: hidden;
        overflow-wrap: break-word;
        position: absolute
}
.lot-image {
        float:left ;
        padding-right:23px
}
.lot-image-gallery {
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 399px;
    display: block
}
.lot-image-gallery:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    margin: auto;
    display: block;
    background: url(data:image/gif;base64,R0lGODlhMQAxALMAAPf39+/v7+bm5t7e3tbW1szMzMXFxb29vbW1ta2traWlpZmZmf///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAMACwAAAAAMQAxAAAE/5DJSasNRy11gv1gKDKCtpybMK7sFJjoqXhtDR5xfth8BeebnigwGNAowNwHAOAFDIloAnFk/HKKSmDLbQUQ0vARl1zsXNw0CxqWIiaAq6wpSdurn0C7rZKUsH11d10iA3thBBQAGRsHdBIAg1yPH4aHUYktkZIBlBeXUQM1m5IrYIdvNpx4eZeiNqR2XqdRCK88sVs8AgQEt0IMTJ7AxMXGQgAEBssEw8eQkxRPy9QGrMeDkNXbzsScDMrb1JnPuWkA4tvPgpzp1esMq9PuBvDy4enkx+aT6O7dwL7FS3fNWDY4+JrBq0AK4MKHEDURIiYM14BeGAuOMKcJo0cCGllB8As54eJHjE4Ehkh2MuOoVSMCtHQpkZNDmTNBMoymaJVDljMpHURTaoTJk79UxlMqMigcm9KGbjzqSyjMqGpgbRkmb4lDIV0jWhjZSWyeomYv3Em7kiewCAAh+QQJCgAMACwAAAAAMQAxAAAE/5DJSasFBSVUgP1gKDKBlpxbMK7sBJjoiXhtDRZxXth8BeebngggENAowJwlQCCoagCCYWroUH45BCWgWHgXiOcIQC0bjrhkYicJfN8KcUhqnrIZr+Rs0n1/tUN1ZWIlWWIDfn5yFgKCVAMUGBocRwwFiW8EIo2OBpAtl5hemiFknQI1BKJeixYFnTx9iQorpnWoNqqYrR8YZrg8BLILcTYBAwPAQgwEBQWfy9HS09ICTQTK1BUAAd2VUdfXldok3eZi4enkE+ftDNbp19nS3O3m4PHX6/bt+eH7/Mz500cuoDl4+eZFq8fPw8B1bQJKwBdunDZ+FRAqJMfQIsSPIF57ABg5baTHEfZOjrFXI6BKEAzdrTDISwTNmQZfbrs5hKbOSD575tzpjahLlAYrYNySFKlEdk8jRrW5dOJQqCxbZMU6tdw5kR5p8iIJUWzIXlfPKu2qlqu5tqXuSYsAACH5BAkKAAwALAAAAAAxADEAAAT/kMlJqwXEaAKs/2DIBFqpBWKqToDpdmv8ZW5JyHhVu3kIBAEYZWeyBAYDVAwwIDgJAyGDWKIEEIlswqAUYZ5gIW13kwS0aEQX1AQ/ByyqEIvWGrxut5BU6wrqdWtGeWBrGDZSBIBocCABhE+CIYqLWY0fX5CSbJVZmxRthDh0gAgpmW6fnIuqFEypPQOkCWoyP0A9oE4Cub2+v8C3QcAfAQcKCwoHa0DNuMQUAsgL1Mm8I87O0GbT1dQKQdnOUr8H3ufL4trQ3efJ6uvE7ufwzdvt5wrC4uS+5vMLDmBTt40BAHzfYBAsyEBavmsShPWDBuBYsgMTGWrcqAKAx18eWzOG4Ndj3zMV8ERigoeyHo56rczUU1nBZDYvMGm6yumD504g5GyOEwGzwsIJRYm6RMqSaVOl4n6qk/I0RVQrSZ3aw/HRSFZXOl9+5RhxJlmvR89ivanWg0RfEQAAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZYJocbv/HaCNGgCeKEWuaftl68i5tBqTNQiY1o1XAIGA1woYjxXfiAIoGJ4GAhF0rAYosNuMAYB6DdOO1Wq7UZzfJ+E0rjJvxEDaGwa2j+HsVjKYQ/cWAHdGdR59fgaAFoMBhR0CiGBUgzSIBSh3jh6Qc5oVY56bXwWhgTs5WAMDV6itrq+vgoSwIQUICQikFG20n7cJwLislL1cv8HACDuDpS0FyNAFjKy0x9DCjMXX0NPF1tDKzMXP2wmXxL0A38k8vMUSAd8I1Fx470y2uLr3/P05O808iChQYAANUDkIKFjAcIECeh8y0SDQsOICiBeytQCw0CJDBWxWxKWg6LEhRiaMAjIoULLhGoEp7cw605LhSw8aJ7jjU/PipDu7gE7o6BEBpp31JMIr+TDFmE85GQQgumAejVOLosLTcLJVN38y26iEhQ4sVDJmQ9hrFQEAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZSBocLv/niZqYGlWY3quX5aKHCtTrzq3MVqLlpufL90uQAEMCEjC4PfZFYc5QHJKYF6GxMmQcqQiByWscFT0Tq1PaMUVYAbMyWyHXUN33nCC/K4G5qsgYix5YGF1MnhedhYvi01USzIAkzc0G5WYmZqbbI6ZUgahgFpBmyihqKFZW6YSAKmwk32mBLCpeoKmtrBYe5q7qb2tDMCodCmeg8UEDKytr8AxNcNau3ud1GWoo9nd3jOTySBdAojINwMICesJCL4hhywD7PQJ74zOJ+r16wiGO+IkzOPH7t6EY+dOECDIrtAcLD8CHFCwQMGBPQsZJnDIx8kEARRWF4isWE6CAI32AjkLEHKkSAVy9vEzYMKjhAMucx7QQtAdEBsTWuasSENmAgMGPVCyMDQnowEDkt4QmlPBNws4my7YebUI1ZcBTYGsWrLrmokVD4S1EAEAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZSBocLv/niZqYGlWY3quX5aKHCtTrzq3MVqLF5CvL90uIOSddhRX7YcsDYmTIU0KehaNUapHuawof5gn2CtecV/jayrdOds+Vla82mW5Scf1zT3zsc0+N4KDhIUWX4YeAgSMAmpQiRMAjJSMMVqRlZphO38zi5qUAk+QhqGapJEMp5WpmayWQ54yoKeOmImwWW+qk6E/iKoVtY7CxseEAwUFBLMgAgMDpU4KC9YLCgQ3Agbd3QXODAHX5AvaLNze6s7V5dYK4RPq8wVV7uTnJunz3p4E99fqnRjAT12xDv8ALhAoAUABBAkQgKNAsGC3gxfGKRwQBWKCjxFWIQWw2G0WAoAKJHkE+RFBjgIW84VoVw5SAZY4GQKwGC7AyWsKSq3EGTEJTG/N5DCaxoAozkMCBMQ7MRQnAmQXbjpNwBCrSqcuvVrwaZWpWAwPI04UFAEAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZSBocLv/niZqYGlWY3quX5aKHCtTrzq3MVqLF5CvL90uIOSddhRX7YcsDYmTIU0KehaNUapHuawof5gn2CtecV/jayrdOds+Vla82mW5Scf1zT3zsc0+N4KDhIUoBwoLCgdQhhZfFAKJC5SKAo5qUAGTlZQKjY5SB52kB5hhOwCcpIqnTwGspK5Pq6QKs0OjsQummHcbqrEKfzdUkraXpxI1SYiKB8SEkMrU1YQCBAQDhTByCAngCQjbMwHZ5wPRy+HsCeRA5/EE6t/t4Agy8vHvHQH27Pyq6ItHbMC/cATgDcwGyoLBgwkSTgBAwIDFeTQWMoQDMUEyBgFQLIq02IiixmgGDuKTAGCkyxwDFga8EKBeu0YVXYqUiGGhOpApwyEApdNlkpjofkYZMKAhg6IjH21QBlWktQs5i/K8OrGq0lBFnXJlmRWjoAgAIfkECQoADAAsAAAAADEAMQAABP+QyUmrZSBocLv/niZqYGlWY3quX5aKHCtTrzqHBBFY9XgBsVUAsSguFLtJT4SylQIKozSJWQYZPRNRalTQssolKMDlDr5OyZLaIZSlhYorcK1aP+53MX6a1+ooekUEK34vJVFvXixrT3qELIZMJlBSCpAykjIDBQWYNxhAoKOkpaYABQgJCAWAphJzV0MJtLQIbK9YhxiqtbUIrqNiBb7FfK+SML3Ftrm6S8zFzmuz0avTa8TWx6dWAMu+wM7Pu9W/uK81FKiqrMHdG+Py86UBAwMCpUDvHagG///yzdBkAgDAgwYEFgIDogDCgzIatXh4UGGJZJM8CKAI8EyfNfxUNnI04HGCgBwELNrpwc/gSCoAUMqUJQYEAY7cZOpEow6Ey4dBTupEaZGhz5sAW1EYupMniUgCBABiKvMHvxtUUdK7IJSpyq0SsoL9wfQqva5fWUQAADs=) no-repeat;
    width: 49px;
    height: 49px;
    margin-left: -24.5px;
    margin-top: -24.5px
}
.lot-image-gallery:hover .lot-gallery-carousel {
    visibility: visible;
    opacity: 1
}
.bid-plot-chart-only>span#seller-estimate {
    font-weight:600;
    position:absolute;
    left: 0;
    top: 10px;
    background: #eee;
    color: #6d6d6d;
    font-size: 12px;
    width: 200px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    text-transform: uppercase
}
.bid-plot-chart-only>span#bid-overlay {
    font-weight:600;
    position:absolute;
    left: 0;
    bottom: 10px;
    background: #eee;
    color: #6d6d6d;
    font-size: 12px;
    width: 156px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    text-transform: uppercase
}
.lot-image-gallery:hover .lot-image-gallery-count {
    visibility: hidden
}
.lot-image-gallery>span {
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #eee;
    color: #6d6d6d;
    font-size: 12px;
    width: 100px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    text-transform: uppercase
}
.lot-image-gallery>img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.lot-image-gallery .lot-gallery-carousel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, .4);
    visibility: hidden;
    opacity: 0;
    webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 9959
}
.lot-browser .lot-image-gallery>img {
    max-height: 95%
}
.lot-browser .lot-image-gallery .lot-gallery-carousel {
    bottom: 2px
}
.lot-image-gallery .lot-gallery-carousel li {
    margin: 0
}
.lot-image-gallery .lot-gallery-carousel li,
.lot-image-gallery .lot-gallery-carousel li>a>img {
    width: 40px;
    height: 40px
}
.lot-image-gallery .filmstrip-x-no-margin {
    margin: 0
}
.lot-gallery-carousel .filmstrip-x>button {
    position: absolute;
    left: -20px;
    top: 0;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 20px;
    background: #dadada;
    text-align: center;
    border: 0;
    border-radius: 0
}
.lot-gallery-carousel .filmstrip-x>button>i {
    content: '';
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -6px;
    margin-top: -10px;
    width: 12px;
    height: 22px;
    background-position: -1px -302px
}
.lot-gallery-carousel .filmstrip-x>button:first-child {
    margin-right: 1px
}
.lot-gallery-carousel .filmstrip-x>button:last-child {
    margin-left: 1px;
    left: inherit;
    right: -20px;
    z-index:9000
}
.lot-gallery-carousel .filmstrip-x>button:last-child>i {
    background-position: -24px -302px
}
.auction-info,
.auction-info *,
.auction-info *:before,
.auction-info *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.auction-info {
    width: 100%;
    overflow: hidden
}
.auction-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.auction-info-image-cntr {
    border-bottom: 1px solid #d8d8d8
}
.auction-info-title>span,
.auction-info-title>div {
    display: inline-block
}
.auction-info-title>span {
    font-size: 20px;
    margin-right: 20px;
    vertical-align: top
}
.auction-info-title>div {
    width: 240px;
    word-break: break-word;
    word-wrap: break-word
}
.auction-info-title>div>h2 {
    margin-bottom: 18px;
    margin-top: 3px;
    line-height: 17px
}
.auction-info-title>div>h2>a {
    font-size: 14px;
    font-weight: bold;
    color: #555
}
.auction-info-title>div>h2>a {
    color: #004b91
}
.auction-info-title>div>h2>a:hover {
    color: #c45500
}
.auction-info-title>div>small {
    font-weight: 400;
    font-stretch: normal;
    font-size: 14px
}
.auction-info-details {
    margin: 25px 25px 25px 25px
}
.auction-info-desc {
    display: none
}
.auction-info-list {
    display: none
}
.auction-info-list>li {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px
}

.auction-info-list>li>span {
    display: inline-block
}

.auction-info-list>li>span.label {
    width: 123px;
    display: inline-block;
    text-align: left;
    line-height: 18px;
    font-weight: normal
}

.lot-into-price>li>span {
    font-weight: 700
}

ul.auction-info-attr {
    margin-top: 30px
}

@media(max-width: 1500px) {
    .auction-info-details {
        margin: 15px 15px 15px 15px
    }
    .auction-info-title>span {
        font-size: 25px;
        margin-right: 15px
    }
    .auction-info-title>.long-lot-id {
        font-size: 17px
    }
    .auction-info-title>div>a>h2 {
        margin-bottom: 5px;
        font-size: 13px;
        max-height: 50px;
        overflow: hidden
    }
    .auction-info-title>div>small {
        font-size: 12px
    }
    .top .auction-info-title>div {
        width: 230px
    }
}

.error-message {
    margin-bottom: 10px;
	color:red;
}

.error-message h2 {
    display: inline-block;
    margin-right: 10px
}

.chart-tooltip {
    position: absolute !important;
    display: none;
    border: 1px solid #bbb;
    padding: 12px !important;
    background-color: #ddd;
    opacity: 1;
    z-index: 100
}

.chart-placeholder {
    height: 100%
}

.chart-tooltip:before {
    display: none
}

.chart-ovly-bid-type {
    text-transform: uppercase
}

.chart-ovly-bid-val {
    font-weight: bold;
    margin-top: 5px
}

.chart-est-price {
    position: absolute;
    color: #888
}

.livestream {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.livestream>.ilance-livestream {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.livestream>.ilance-livestream:focus {
    outline: thin dotted
}

.livestream>.ilance-livestream::-webkit-scrollbar {
    visibility: hidden
}

.has-scrollbar>.ilance-livestream::-webkit-scrollbar {
    visibility: visible
}

.livestream>.livestream-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.livestream>.livestream-pane>.livestream-slider {
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.livestream:hover>.livestream-pane,
.livestream-pane.active,
.livestream-pane.flashed {
    visibility: visible\9;
    opacity: .99
}
.placebidapplet #bidamount_modal, .placebidapplet #paddleid_modal {
        height: 39px
}
.bid-ticker {
    border: 1px solid #dadada;
    border-top: 0
}

.bid-ticker ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.bid-ticker .message {
    min-height: 37px;
    padding: 10px 30px 10px 70px;
    font-size: 20px;
    color: #777;
    line-height: 30px;
    position: relative
}

.bid-ticker ul li:last-child {
    border-bottom: 0
}

.bid-type {
    text-transform: uppercase;
    font-size: 16px
}

.font-red {
    color: #dd1e31
}

.bid-ticker .console-icon {
    display: inline-block;
    height: 25px;
    width: 30px;
    position: absolute;
    top: 5px;
    margin-right: 15px;
    left: 25px;
    top: 14px
}

.bid-ticker .bid-icon {
    background-position: 0 -66px
}

.bid-ticker .ticker-msg-icon {
    background-position: 0 -102px
}

.bid-message {
    margin-right: 15px
}

.bid-ticker>.overlay {
    height: 112px;
    position: absolute;
    width: 97%;
    background: #fff;
    z-index: 1
}

.overlay.one {
    top: 0;
    opacity: .6
}

.overlay.two {
    top: 112px;
    opacity: .4
}

@media(max-width: 1500px) {
    .bid-ticker .ticker-msg-icon {
        margin-right: 10px
    }
    .bid-ticker .message {
        padding: 10px 20px 10px 60px;
        font-size: 18px
    }
}

.livestream .ilance-livestream {
    padding: 0
}

.livestream .livestream-pane {
    background: transparent;
    z-index: 9
}

.livestream .livestream-slider {
    background: #ccc
}

.bid-button form {
    margin: 0 30px;
    float: left
}

.bid-button button.btn-prim {
    min-width: 300px;
    font-size: 21px
}

.bid-button button.btn-prim.disabled, #buy-button button.btn-prim.disabled {
    background-color: #dadada;
    background-image: none;
    color: #555;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.bid-button-text {
    font-weight: normal;
    margin-right: 10px
}

.bid-button-message {
    font-size: 12px;
    margin-top: 10px;
    color: #888;
    display: inline-block
}

.signin-message {
    font-size: 14px;
    color: #0654ba
}

.bid-button-border-box {
    /*border-right: 1px solid #dadada;*/
    border-left: 1px solid #dadada;
    height: 70px
}
.signin-message:hover {
    text-decoration: underline
}
.bid-disclaimer-text {
    float: left;
    width: 24%;
    font-size: 11px;
    color: #aaa;
    line-height: 13px
}

.bid-button-border-box .bid-button-help-overlay {
    text-align: left
}

@media(max-width: 1500px) {
    .bid-button button.btn-prim {
        min-width: 190px
    }
    .bid-button form {
        margin: 0 20px
    }
}

.bid-plot {
    height: 400px;
    border: solid #dadada;
    border-width: 0 0 1px 0
}

.bid-plot-chart {
    visibility: hidden;
    width: 100%;
    height: 359px
}

.bid-plot-chart-only {
    width: 100%;
    height: 100%;
    position:relative
}

.bid-plot-chart-only .bid-chart {
    height: 100% !important
}

.metrics {
    height: 114px
}

.metrics ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%
}

.metrics ul li {
    float: left;
    width: 33.3%;
    height: 100%;
    text-align: center
}

.metrics-spr {
    height: 40px;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px
}

.metrics-hammer-spr {
    background-position: 0 -102px
}
.metrics-reserve-spr {
    background-position: 69px -135px
}
.metrics-bids-spr {
    background-position: 13px -135px
}
.metrics-maxbid-spr {
    background-position: -26px -135px
}
.metrics-purchases-spr {
    background-position: -108px -93px
}
.metrics-winnerprice-spr {
    background-position: -162px -93px
}
.metrics-winner-spr {
    background-position: 13px -174px
}
.metrics-quantity-spr {
    background-position: -29px -174px
}
.metrics-buyerpremium-spr {
    background-position: -28px -55px
}
.metrics-revisionlog-spr {
    background-position: -64px -56px
}
.metrics-bidstatus-spr {
    background-position: -105px -56px
}
.metrics-bidretracts-spr {
    background-position: -156px -56px
}
.metrics-increments-spr {
    background-position: -65px -96px
}
.metrics-watching-spr {
    background-position: -26px -95px
}
.metrics-views-spr {
    background-position: 119px -135px
}
.metrics-bidders-spr {
    background-position: -25px -135px
}
.metrics-counter-spr {
    background-position: -67px -135px
}
.metrics-number {
    font-size: 20px;
    color: #000
}
.metrics-text {
    font-size: 13px;
    line-height: 21px;
    color: #666
}
.current-auction .lot-image-gallery>img {
    max-width: 95%;
    max-height: 95%
}
.current-auction .lot-image-gallery {
    height: 399px
}
.current-auction-wrapper {
    width: 400px
}
body div.pageWidth {
    margin: 0 auto;
    max-width: 1500px
}
@media(max-width: 1500px) {
    body div.pageWidth {
        width: 980px
    }
}
@media(max-width: 1224px) {
    body div.pageWidth {
        width: 100%
    }
}
.page-container {
    max-width: 1500px
}
.section-container {
    border: 1px solid #dadada;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.page-container div,
.page-container span {
    box-sizing: border-box
}
.page-container>.top {
    min-height: 512px
}
.title-header {
    margin-bottom: 20px
}
.title-header h1 {
        font-size:1.9em
}
.righty {
    margin-left: 400px;
    height: 100%;
    float: none !important
}

@media(max-width: 1500px) {
    .page-container {
        width: 980px
    }
    .lefty {
        width: 33%
    }
    .righty {
        margin-left: 33%
    }
    .filmstrip-x .carousel_listing_gallery_thumb {
            width:360px
    }
    #buynowcontrol_row .input.qty {
            height:32px;
            width:40px;
    }
}
@media(max-width: 1224px) {
    .page-container {
        width: 100%
    }
    .lefty {
        width: 100%
    }
    .righty {
        margin-left: 0%
    }
    .top .auction-info-title>div {
            width: 100%
    }
    .bid-button-border-box {
            border-left: none;
            border-right: none
    }
    .bid-ticker {
            border-left: none
    }
    .bid-ticker-button, .bid-chart {
            border-top:1px solid #dadada
    }
    .filmstrip-x .carousel_listing_gallery_thumb {
            width:283px
    }
}
.bid-activity {
    min-height: 510px
}
.bid-activity>div {
    width: 50%
}
@media(max-width:500px) {
    .bid-chart {
            width:100%;
            float:left
    }
    .bid-ticker {
            width:100%;
            float:left
    }
    .bid-activity>div {
        width: 100%
    }
    .metrics ul li {
            width: 50%
    }
    .filmstrip-x .carousel_listing_gallery_thumb {
            width:100%
    }
}

.bid-ticker {
    height: 400px !important
}
.bid-chart-metrics {
    float: right;
    height: 100%
}
.bid-chart {
    height: 359px
}
.metrics {
    height: 110px
}
#bid-ticker-livestream ::-webkit-scrollbar{height:9px;overflow:visible;width:9px;radius:6px}
#bid-ticker-livestream ::-webkit-scrollbar-button{height:0;width:0}
#bid-ticker-livestream ::-webkit-scrollbar-track{background-clip:padding-box;box-shadow:inset 1px 0 0 #e6e6e6}
#bid-ticker-livestream ::-webkit-scrollbar-track:hover{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #e6e6e6}
#bid-ticker-livestream ::-webkit-scrollbar-track:active{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #dcdcdc,inset -1px 0 0 #eeeeee}
#bid-ticker-livestream ::-webkit-scrollbar-thumb{background-color:#cccccc;background-clip:padding-box;border:solid transparent;border-width:1px 1px 1px 0px;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 #e6e6e6,inset 0 -1px 0 #eeeeee}
#bid-ticker-livestream ::-webkit-scrollbar-thumb:hover{background-color:#999999;box-shadow:inset 1px 1px 1px #c0c0c0}
#bid-ticker-livestream ::-webkit-scrollbar-thumb:active{background-color:#808080;box-shadow:inset 1px 1px 3px #a6a6a6}
.js-lot-timer {
        white-space: nowrap;
        font-size:19px;
        padding-top:3px
}
.shipto-row {
        margin-left:0px;
        margin-top:0px;
        padding-top:6px
}
.separator {
        background: #fff
}
.bid-button {
    height: 110px;
    padding-top: 21px
}
#tooltip {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tooltip {
	height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #646464;
}
.tickLabel {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* Tooltip */
#tooltip {
	position: absolute;
	display: none;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
}
/* Lines & Bars Buttons */
#lines, #bars {
	width: 34px;
	height: 32px;
	padding: 0;
	margin-right: 0;
	margin-left: 10px;
	border-bottom: 2px solid #71c73e;
	float: right;
	cursor: pointer;
}
#lines.active, #bars.active {
	background: #82d344;
	background: -moz-linear-gradient(top,  #82d344 0%, #71c73e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82d344), color-stop(100%,#71c73e));
	background: -webkit-linear-gradient(top,  #82d344 0%,#71c73e 100%);
	background: -o-linear-gradient(top,  #82d344 0%,#71c73e 100%);
	background: -ms-linear-gradient(top,  #82d344 0%,#71c73e 100%);
	background: linear-gradient(to bottom,  #82d344 0%,#71c73e 100%);
}
/* Hide the First and Last Y Label */
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child { display: none; }
.auction-status {
        height: 401px;
        position: absolute;
        width: 1100px;
        margin-left: 400px;
        z-index: 9;
        background: #fff;
        padding: 125px 100px 125px 75px;
        opacity: .90;
        border: 1px solid #ddd
}
@media(max-width: 1500px) {
   .auction-status {
        width: 657px;
        margin-left: 323px;
    }
}
@media(max-width: 1224px) {
   .auction-status {
           width: 97%;
           margin-left: 0;
    }
}
.auction-status .blur {
        pointer-events: none
}
.auction-status>div {
        text-align: left;
        height: 250px;
        display: table
}
.auction-status>.paused, .auction-status>.blocked {
        margin-left: 0%
}
.auction-status>.paused>.right, .auction-status>.blocked>.right {
        color: #777;
        font-size: 20px;
        float: left;
        width: 60%;
        margin-left: 60px;
        line-height: 25px;
        margin-top: 5px
}
.auction-status>.blocked .blocked-icon {
        background-position: 0 -496px
}
.auction-status>.blocked .paused-icon {
        background-position: 0 -736px
}
.auction-status>.blocked .bid-icon {
        background-position: 108px -736px
}
.auction-status>.blocked .cancel-icon {
        background-position: 0px -616px
}
.auction-status>.blocked .paused-icon, .auction-status>.blocked .blocked-icon, .auction-status>.blocked .bid-icon, .auction-status>.blocked .cancel-icon {
        height: 105px;
        width: 108px
}
.auction-status .title {
        font-size:24px;
        line-height: 33px
}
.auction-status .message {
        margin-top: 20px;
        font-size: 20px
}
.auction-status .sub-message {
        margin-top: 20px;
        font-size: 15px
}
.input.qty {
        height:22px;
        width:35px
}
.js-bid-button {
        cursor: pointer;
        width: 100%;
        margin-bottom:9px
}
/*events*/
.lot-card {
	border-top: 1px solid #ddd;
        width:100%
}
.image-card {
	float: left;
	height: 280px;
	min-width: 299px
}
.img-crd {
	width: 100%;
	height: 100%;
	position: relative
}
.img-crd::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff /*url('/application/assets/images/v5/img_nophoto.png') no-repeat center center transparent*/
}
.img-crd .a-crd {
	display: block;
	width: 300px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-size: cover;
	position: absolute;
}
.event-info {
	float: left;
	position: relative;
	height: 100%;
	margin: 0 30px;
        width:100%
}
.event-title {
	margin: 27px 0 2px;
	line-height: 33px;
	max-height: 80px;
        overflow:hidden;
	font-size: 22px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}
.event-title-n {
	margin: 27px 0 2px -24px;
	line-height: 33px;
	max-height: 80px;
        overflow:hidden;
	font-size: 26px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}
.event-digit {
        font-size:26px;
        padding-right: 4px;
        font-weight:normal
}
.ellipsis.multiline {
	white-space: normal
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
}
h4 {
	font-size: 1.143em;
	font-weight: 600
}
.seller {
	font-size: 16px;
	line-height: 23px
}
.category-count {
	margin: 22px 0 0;
	font-size: 12px;
	text-transform: uppercase
}
.action-buttons {
        position: absolute;
        right:0;
        z-index: 1
}
.action-buttons-n {
        position: absolute;
        right:0;
        z-index: 1;
        margin-top:-14px;
}

.verticalLine {
	border-left: 1px solid #ddd;
	float: left;
	position: relative;
	height: 226px;
	margin: 32px 0
}
.startDateR {
	margin: 0;
	float: right;
	text-align: center;
	width: 250px;
	position: relative;
	height: 100%
}
.ecb-count .startDateRMonth {
	margin: 59px 0 0
}
.startDateRMonth {
	font-size: 40px;
	margin: 78px 0 0;
	text-transform: uppercase
}
.startDateRDay {
	font-size: 60px;
	margin: 0 0 3px 0
}
.startDateRTime {
	font-size: 20px;
	color: #666;
	margin: 0 0 22px 0
}
.startDateRStatus, .la-eb-status-live {
	font-size: 18px;
	color: green;
	margin: 20px 0 !important;
	font-weight: bold
}
.social-nav {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0px auto
}
.social-nav li {
	display: inline-block
}
.social-nav a {
	display: inline-block;
	float: left;
	width: 48px;
	height: 48px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	background: #000;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}
.model-4 a {
	background: none;
	font-size: 24px;
	text-shadow: 0px 0px 1px
}
@media(max-width: 1224px) {
        .model-4 a {
        	font-size: 18px;
        }
}
@media(max-width:500px) {
        .model-4 a {
        	font-size: 16px;
        }
}
.model-4 a:hover {
        text-shadow: 0px 0px 25px;
}
.model-4 li {
	margin-top: 0;
        margin-right:2px;
}
.model-4 .twitter {
	color: #00aced
}
.model-4 .facebook {
	color: #3b579d
}
.model-4 .google-plus {
	color: #dd4a3a
}
.model-4 .linkedin {
	color: #007bb6
}
.model-4 .pinterest {
	color: #cb2026
}
/*auctions*/
.event-container {
	display: flex;
	text-decoration:none;
        border-top: 1px solid #ececec
}
.event-container-top {
	display: flex;
	text-decoration:none
}
.event-section {
	flex: 1; /*grow*/
}
.event-section.image-card {
	flex:0 0 300px;
}
.event-section.event-info {
	flex: 1;
}
@media (max-width: 968px) { /*breakpoint*/
	.event-container {
		flex-direction: column;
	}
        .event-container-top {
		flex-direction: column;
	}
	.event-info {
		margin: 0
	}
	.event-title {
		font-size:20px;
		margin: 0px 0 2px;
		line-height:27px;
	}
	.verticalLine {
		border-left:0
	}
	.image-card {
		min-width:100%
	}
}
@media (max-width: 1224px) { /*breakpoint*/
        .event-section.startDateR.ecb-count
        {
                display:none
        }

}
@media (max-width: 550px) { /*breakpoint*/
        .img-crd .a-crd {
                width:100%
        }
}
.active-lot {
        animation: pulse 5s infinite;
}
@keyframes pulse {
        0% {
                background-color: #fff
        }
        100% {
                background-color: #fff9e6
        }
}
.btn-lot {
        background: #c45500;
        color: #fff;
}
.lotinfox {
        margin-top:-26px;
        font-weight: normal
}
.lotimg {
        max-height:50px;
}
.lotborder {
        border:1px solid #fff;
        height:49px;
        padding:1px 4px 0 4px
}
.lotborder:hover {
        border:1px solid #fff;
        height:49px;
        padding:1px 4px 0 4px;
        box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.lotborder.active {
        border:1px solid #4aabff;
        box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.lotborder.active .lotinfox {
        color:#4aabff;
}
.lotborder.selected {
        border:1px solid #fff;
        box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
.lotborder.selected .lotinfox {
        color:#4aabff;
}
.lot-image.lotimg a {
        text-decoration:none
}
#eventpicture img {
        box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7)
}
input, select {
    width: 100%;
    height: 35px;
    padding: 0 8px;
    margin-bottom: 10px;
    -webkit-appearance:button !important;
}

textarea {
    height: 100px;
    resize: none;
    padding: 8px;
    width: 100%;
}

.red {
    color: #ff0000;
}

.blue {
    color: blue;
    font-size: 14px;
}

input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px;
    margin-right: 5px !important;
    display: inline-block;
    vertical-align: text-bottom;

}
.inquiryhead {
    color: #184DA5;
    font-family: serif;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
}

.subtitle {
    color: #FF6600;
    font-size: 18px;
    font-weight: bold;
}

.btn-submit {
    background-color: #f89406;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    width: 10%;
    margin-bottom: 10px;
}

.btn-submit:hover {
	background-color: #184DA5;
	color: #fff;
	text-decoration: none;
}

.mb-10 {
    margin-bottom: 10px;
}
.inquiry-container{
background:#fff;
padding-left: 10px;
padding-right: 10px;
}
.row{
    margin-bottom: 0px !important;
}
.colour-palette{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.pantone{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.colour a {

    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid #ffffffff;
    text-decoration: none !important;

}
.colour a:hover{
    border-color: #ff6600;
}
.redd{
    background-color: #e7112c;
}
.MAGENTA{
    background-color: #ed0091;
}
.PINK{
    background-color: #d36ac6;
}
.MAUAE{
    background-color: #76253c;
}
.ORANGE{
    background-color: #f85601;
}
.TANGERINE{
   background-color: #f84026;
}
.ORANGE-YELLOW{
    background-color: #fca312;
}
.LIGHT-YELLOW{background-color: #f7e214;}
.GRASS-GREEN{ background-color: #3b7728;}
.KILLY-GREEN{background-color: #007c3d;}
.LIGHT-GREEN{background-color: #5bbf21;}
.NAVY-BLUE{background-color: #141554;}
.ROYAL-BLUE{background-color: #0038a8;}
.SKY-BLUE{background-color: #0084ca;}
.GRAY{background-color: #444f52;}
.BROWN{background-color: #3c3029}
.BLACK{background-color: #000000;}
.MILKY-WHITE{background-color: #e0ddbc;}
.SOIL-TONE{background-color: #8d5932;}
.VIOLET{background-color: #4f0092;}
.LILAC{background-color: #6655bc;}
.color-title{
    color: white;
    font-weight: bold;
    font-size: 10px;
}
#chrome_bag, .chrome-bag{
    width: 200px;
    height: 200px;
}
@media only screen and (min-width: 150px) and (max-width: 590px) {
    .tabletr{
      display: grid;
    }
    .tabletbo{
       display: inline-flex;
    }
}
/*A1 start*/
.success-message{
	text-align: center;
	color: green;
    font: bold 20px/30px "Verdana" !important;
}
/*A1 end*/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;
}
@charset "UTF-8";/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + (.75rem + 2px))}textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.15em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map *//* 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; }
/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: .5;
}
.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}
.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}
.alertify .ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}
.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}
.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}
.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}
.alertify .ajs-body {
  min-height: 56px;
}
.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}
.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}
.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1) /*rtl:scaleX(-1)*/;
          transform: scaleX(1) /*rtl:scaleX(-1)*/;
  cursor: se-resize;
}
.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}
.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}
.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}
.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}
.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}
.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}
.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}
.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}
.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}
.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}
.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}
.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}
.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}
.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}
.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}
.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}
.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}
.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}
.alertify.ajs-basic .ajs-header {
  opacity: 0;
}
.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}
.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}
.alertify.ajs-frameless .ajs-footer {
  display: none;
}
.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}
.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}
.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll!important;
}
.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto /*IE fallback*/;
  }
}
@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}
.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
          animation-duration: 250ms;
}
.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
          animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
          animation-duration: .1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
@keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
          animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
          animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
          animation-name: ajs-zoomIn;
}
.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
          animation-name: ajs-zoomOut;
}
.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
          animation-name: ajs-fadeIn;
}
.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
          animation-name: ajs-fadeOut;
}
.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
          animation-name: ajs-pulseIn;
}
.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
          animation-name: ajs-pulseOut;
}
.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
          animation-name: ajs-flipInX;
}
.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
          animation-name: ajs-flipOutX;
}
.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
          animation-name: ajs-flipInY;
}
.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
          animation-name: ajs-flipOutY;
}
@-webkit-keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
            transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}
.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}
.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}
.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}
.alertify-notifier.ajs-top {
  top: 10px;
}
.alertify-notifier.ajs-bottom {
  bottom: 10px;
}
.alertify-notifier.ajs-right {
  right: 10px;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}
.alertify-notifier.ajs-left {
  left: 10px;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}
.alertify-notifier.ajs-center {
  left: 50%;
}
.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
          transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}
.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}
.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}
.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}
.ajs-no-transition.alertify .ajs-dimmer,
.ajs-no-transition.alertify .ajs-modal,
.ajs-no-transition.alertify .ajs-dialog {
  -webkit-transition: none!important;
  transition: none!important;
  -webkit-animation: none!important;
          animation: none!important;
}
.ajs-no-transition.alertify-notifier .ajs-message {
  -webkit-transition: none!important;
  transition: none!important;
  -webkit-animation: none!important;
          animation: none!important;
}
@media (prefers-reduced-motion: reduce) {
  .alertify .ajs-dimmer,
  .alertify .ajs-modal,
  .alertify .ajs-dialog {
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-animation: none!important;
            animation: none!important;
  }
  .alertify-notifier .ajs-message {
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-animation: none!important;
            animation: none!important;
  }
}
/* Altamira Cookie */
#altamira-gdpr-cookie-consent-save {
    background-color: rgb(128, 73, 0) !important;
    color: rgb(255, 255, 255);
}

/* Altamira Cookie end */
/* Link To Key */
.linkey {
    display: inline-block;
    border-bottom: 1px dashed #3498db67 !important;
    /* Hinzufügen einer gestrichelten Unterstreichung */
    text-decoration: none !important;
    /* Entfernen der standardmäßigen Textdekoration */
    transition: border-bottom 0.3s ease;
    /* Hinzufügen eines sanften Übergangsseffekts */
    color: inherit !important;
    /* Vererbt die Textfarbe von seinem übergeordneten Element */
}

.linkey:hover {
    border-bottom-color: #c45500 !important;
    /* Ändern der Unterstreichungsfarbe beim Hovern */
}


/* Link To Key end */

/* Custom slider */
.combined-cust-slider-container {
    display: flex;
    flex-wrap: wrap;
    /* Fügt Unterstützung für Responsive Design hinzu */
    justify-content: space-between;
    column-gap: 12px;
    row-gap: 10px;
    max-width: 100%;
    /* Anpassung für Responsiveness */
    margin: 12px 0 auto;
}

.cust-slider-container {
    flex: 1 1 100%;
    /* Sorgt dafür, dass die Slider die volle Breite auf kleinen Bildschirmen einnehmen */
    border-radius: 25px;
}

@media (min-width: 768px) {

    /* Passt für Tablets und größere Geräte */
    .combined-slider-container {
        flex-wrap: nowrap;
        /* Verhindert das Umbruchverhalten und zwingt die Items in eine Zeile */
        justify-content: space-around;
        /* Verbessert die Verteilung der Slider bei mehr Platz */
    }

    .cust-slider-container {
        flex: 1 1 45%;
        /* Passt die Flex-Basis an, um zwei Slider nebeneinander zu ermöglichen */
    }
}

.cust-slider {
    position: relative;
    overflow: hidden;
}

.cust-slide {
    /* display: none; */
    /* Versteckt alle Slides standardmäßig */
    position: relative;
    /* Ermöglicht Überlagerung der Slides */
    width: 100%;
    background-color: #fff;
    border-radius: 1em 1em 0 0;
    text-align: center;
    transition: opacity 0.5s ease;
    /* Fügt einen Übergangseffekt hinzu */
    overflow: hidden;
}

/* .cust-slide img {
    height: 330px;
    max-width: 100%;
    width: 400px;
    object-fit: none;
} */

/* Stil für die Navigationsbuttons */
.cust-slider-container button {
    font-size: xx-large;
    position: relative;
    bottom: 56%;
    background-color: unset;
    border: none;
    color: #f18e00;
    padding: 10px;
    cursor: pointer;
}

.cust-slider-container button.next {
    float: right;
}

.cust-count {
    float: right;
    padding-right: 18px;
}

.cust-slider-thumbnail {
    height: 60px;
    width: auto;
    margin: 0 5px;
    /* Fügt Abstand zwischen Thumbnails hinzu */
    cursor: pointer;
}

.cust-slider-image-container {
    position: relative;
    width: 100%;
}

.cust-slider-image-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* color: #f18e00; */
    color: #804B00;
    align-items: center;
    height: 30px;
    padding: 5px;
}

/* Custom slider end */
/* Custom jokerbox */
#cust-jokerBox {
    display: flex;
    flex-wrap: wrap;

    min-width: -webkit-fill-available;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: space-between;
}

/* Standard-Stile für größere Bildschirme (z.B. Desktop) */
.cust-card-container {
    perspective: 1000px;
    /*max-width: 640px; /* Maximalbreite der Karte */
    border-radius: 1em;
    /* width: calc(25% - 10px); /* Berechnet die Breite der Card mit Gap */
    flex: 1 0 31%;
}

/* Media Query für mittelgroße Bildschirme (z.B. Tablets) */
@media screen and (max-width: 1024px) {
    .cust-card-container {
        width: calc(50% - 10px);
        /* Jede Karte nimmt 50% der Breite */
    }
}

/* Media Query für kleine Bildschirme (z.B. Smartphones im Querformat) */
@media screen and (max-width: 768px) {
    .cust-card-container {
        width: 100%;
        /* Jede Karte nimmt die volle Breite */
        flex: auto;
    }
}

.cust-card {
    width: 100%;
    height: 240px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Weicher Schatten für Tiefe */
    border-radius: 25px;
}

.cust-card-face h2 a,
.cust-close-btn {
    text-decoration: none;
}

.cust-card-text {
    padding: 0 20px;
    /* Innenabstand */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Text linksbündig ausrichten */
    justify-content: space-evenly;
    /*text-align: center;*/
    /* background-image: url(/application/uploads/attachments/ukRsNpP.webp); */
    /* padding: 40px; */
    border-radius: 0em 1em 1em 0em;
    position: relative;
    /* text-align: center; */
    width: 200px;
    color: white;
}

.cust-card-text a {
    text-decoration: none;
    color: white;
}

.leather-background {
    background-image: url('/application/uploads/attachments/YC2zJ0v.webp');
    background-size: cover;
    background-position: center;
    padding: 20px;
    /* border-radius: 10px; */
    position: relative;
    /* margin-bottom: 20px; */
    width: 200px;
    /* text-align: center; */
    overflow: hidden;
    /* Verhindert das Überlaufen der animierten Hintergrundfarbe */
}

.leather-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: -90%;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
    pointer-events: none;
    transform: skewX(-10deg);
    overflow: hidden;
    /* Um das Schimmern zu beschränken */
}

.leather-background:hover::before {
    animation: shimmerEffect 1s linear forwards;
}

@keyframes shimmerEffect {
    0% {
        transform: skewX(-10deg) translateX(-100%);
    }

    100% {
        transform: skewX(-10deg) translateX(100%);
    }
}

.leather-background h1 {
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.blue-shiny-background {
    background-image: url('/application/uploads/attachments/ukRsNpP.webp');
    background-size: cover;
    background-position: center;
    padding: 20px;
    /* border-radius: 10px; */
    position: relative;
    /* margin-bottom: 20px; */
    width: 200px;
    /* text-align: center; */
    overflow: hidden;
    /* Verhindert das Überlaufen der animierten Hintergrundfarbe */
}

.blue-shiny-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: -90%;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
    pointer-events: none;
    transform: skewX(-10deg);
    overflow: hidden;
    /* Um das Schimmern zu beschränken */
}

.blue-shiny-background:hover::before {
    animation: shimmerEffectBlue 1s linear forwards;
}

.blue-shiny-background:hover {
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0.5);
    /* Hinzufügen eines Glühens bei Hover */
}

.blue-shiny-background h1 {
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

@keyframes shimmerEffectBlue {
    0% {
        transform: skewX(-10deg) translateX(-100%);
    }

    100% {
        transform: skewX(-10deg) translateX(100%);
    }
}

.cust-card-text h2 {
    max-height: 55px;
    overflow: auto;
    margin-bottom: 4px;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;

}

.cust-card-text p {
    max-height: 100px;
    overflow: auto;
}

.cust-card p {
    font-size: 14px !important;
}

.cust-card-face {
    position: absolute;
    width: 100%;
    height: 240px;
    backface-visibility: hidden;
    /* Versteckt die Rückseite der Karte */
    display: flex;
    justify-content: center;
    border-radius: 1em;
    /*changed from 25px */
    background-color: grey;
}

.cust-card-front {
    /* Vorderseite spezifische Stile */
    background-color: #f8f8f8;
    /* Hintergrundfarbe für Vorderseite */
}

.cust-card-front,
.cust-card-back {
    flex-direction: row;
    /* Anpassung für Querformat */
}

.cust-card-front .cust-card-content {
    display: flex;
    width: 100%;
}

.cust-card-image,
.cust-card-text {
    flex: 1;
}

.cust-card-image img {
    width: 100%;
    height: 100%;
   
    /* height: -webkit-fill-available; */

    object-fit: cover;
    border-radius: 1em 0em 0em 1em;
  
}

.cust-card-text a:link {
    color: white;
}

.cust-card-back {
    transform: rotateY(180deg);
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /* Zentriert den Inhalt auf der Rückseite */
    background-color: #ffffff;
    /* Hintergrundfarbe für Rückseite */
    padding: 20px;
}

/* Stil für das Schließkreuz nur auf der Rückseite */
.cust-card-back .close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
}

.cust-card.is-flipped {
    transform: rotateY(180deg);
}

.cust-mini-gallery-container {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    width: 100%;
}

.cust-mini-gallery {
    display: flex;
    overflow-x: auto;
    /* Ermöglicht horizontales Scrollen */
    scroll-behavior: smooth;
    /* Glattes Scrollen */
    width: 100%;
    justify-content: center;
}

.cust-mini-gallery img {
    flex: 0 0 auto;
    /* Verhindert, dass Bilder gestreckt werden */
    margin: 0 5px;
    /* Abstand zwischen Bildern */
    height: 100px;
    width: 100px;
    object-fit: cover;
}

/* Media Query für kleinere Bildschirme (z.B. Tablets) */
@media screen and (max-width: 768px) {
    .cust-mini-gallery img {
        height: 50px;
        /* Reduziere die Höhe der Miniaturbilder */
        width: 50px;
    }
}

.cust-gallery-prev,
.cust-gallery-next {
    cursor: pointer;
}

.cust-gallery-prev,
.cust-gallery-next {
    padding: 0px !important;
    background: none !important;
    font-size: 1.5rem !important;
    color: black !important;
}

.cust-buttons {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    /* Nutzt die volle Breite der Karte */
    margin-top: 10px;
}

.cust-button,
.cust-btn,
.cust-close-btn {
    cursor: pointer;
    /* margin: 5px;
    padding: 10px 20px;*/
}

.cust-btn,
.cust-mini-gallery-container button {
    background-color: #ffffff;
    color: #f18e00;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cust-btn:hover {
    background-color: #2980b9;
}

.cust-close-btn {
    position: absolute;
    top: 4px;
    right: 10px;
    border: none;
    background: none;
}

.cust-close-btn::before {
    /*content: "\00D7";*/
    font-size: 24px;
}

/* Verbessertes Symbol mit SVG */
.cust-close-btn::before {
    /*content: url("path/to/close-icon.svg");*/
    width: 24px;
    height: 24px;
}

/* Responsivität und weitere Stile nach Bedarf */

.cust-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.cust-modal-content {
    max-width: 80%;
    max-height: 80%;
}

.cust-modal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#cust-jokerBoxContainer {
    background-color: #f0f0f0;
    /* padding: 20px; */
    margin-top: 10px;
    /* Optional: Füge Abstände zwischen den Karten hinzu */
    margin-bottom: 10px;
    /* Optional: Fügt unten einen Abstand hinzu */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    animation: pulse 1.5s infinite;
    /* Optionale Pulsanimation */
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.6;
    }
}

/* Custom jokerbox end */
.top-link,
.search-menu {
    font-size: 13px;
}

.row.scroll .col-md-9 {
    margin-left: 50px;
}

.BGimg {
    /* border-radius: 4px; */
    border-radius: 1em;
    /* border: 1px #ddd solid; */
    border: 1px #f1f1f1 solid;
    display: block;
    /* margin: 0 auto; */
    padding: 8px;
    /* height: 500px; */
    height: 500px;
    text-align: center;
}

img.imgclass {
    height: 100%;
}

.BGimg img {
    /*height: 100%;*/
    /* max-height: 480px;
    max-width: 100%; */
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mySlides2 {
    height: 300px;
}

.divscroll {
    border-radius: 1em;
    max-height: 500px;
    height: 500px;
    overflow-y: scroll;
    /* border: 1px solid #ccc; */
    border: 1px #f1f1f1 solid;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 8px !important;
    /* margin-bottom: 15px !important; */
}

#column-right .bodergray {
    max-height: 450px;
    /*width: unset !important;*/
    max-width: 500px;
}

.divscroll::-webkit-scrollbar,
.scrollcheck::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 0px;
}

.divscroll img {
    width: 100% !important;
    /* padding-bottom: 8px; */
}

.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.scroll::-webkit-scrollbar-button:start {
    display: block;
    height: 20px;
    width: 12px;
    background-color: #f5f5f5;
    border: none;
}

.scroll::-webkit-scrollbar-button:end {
    display: block;
    height: 20px;
    width: 12px;
    background-color: #f5f5f5;
    border: none;
}

.scroll::-webkit-scrollbar-button:start:hover {
    background-color: #ddd;
}

.scroll::-webkit-scrollbar-button:end:hover {
    background-color: #ddd;
}

.scroll::-webkit-scrollbar-button:vertical:start:decrement {
    background-image: url('https://cdn3.iconfinder.com/data/icons/fatcow/32/arrow_up.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.scroll::-webkit-scrollbar-button:vertical:end:increment {
    background-image: url('https://cdn3.iconfinder.com/data/icons/fatcow/32/arrow_down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.row.scroll .col-md-9 {
    margin-left: 50px;
}

/* Row headers template */
.row-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* margin-bottom: 10px; */
    /* border: 1px solid #ccc; */
    border-bottom: none;
    padding: 10px 0px 0px 10px;
}

.row-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.row-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    /* border: 1px solid #ccc; */
    padding: 10px 0;
    border-top: none;
}

/* Documents template */
.col-md-2 .pdf-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.col-md-2 .pdf-size {
    display: block;
    margin-bottom: 5px;
}

.photo img {
    border: 1px solid lightgray;
    border-radius: 8px;
}

.nav-left li a.nav-left-item span.span-item {
    padding: unset;
    height: unset;
}

/* Add pill styles */
.nav-pills .nav-link {
    border-radius: 0;
    color: #6c757d;
    text-align: center;
    flex: 1;
    font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
    background-color: #e9ecef;
    color: #007bff;
}

.nav-pills .nav-link:not(.active) {
    background-color: transparent;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

.nav-pills.d-flex .nav-item {
    flex: 1;
}

.p-15 {
    padding: 15px
}

.p-0-15 {
    padding: 0 15px
}

.br-5-0-0-5 {
    border-radius: 5px 0 0 5px
}

.copyright.onlydesktop a {
    padding: 10px 0;
}

.logo.onlydesktop img {
    width: 150px;
    max-width: 100%;
}

.logo2.onlydesktop img {
    width: 70px;
    height: 70px;
    margin-left: 5%;
    margin-top: 92px;
}

@media only screen and (max-width: 1330px) {
    .logo2.onlydesktop img {
        margin-left: -24px;
    }
}

@media only screen and (max-width: 1268px) {
    .logo2.onlydesktop img {
        margin-left: -48px;
        width: 70px;
        height: 70px;
    }
}

.header-top {
    padding-top: 10px;
}

.cust-content {
    margin: 20px auto;
    max-width: 1500px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Verdana;
    font-size: 16px;
    line-height: 1.4em;
}

.cust-image {
    max-width: 100%;
    overflow: hidden;
}

.cust-responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.cust-text {
    padding: 20px;
}


.cust-text h2 {
    margin-top: -140px;
    padding-top: 140px;
}


.cust_headdiv {
    padding-top: 23px;
    padding-right: 17px;
    text-align: right;
}

/* FSC Banner */
.cust-fsc {
    height: 100%;
}

.cust-banner {
    background-color: #fff;
    color: #333;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 0.4em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 -20px 0px 0px;
    overflow: hidden;
    /* Verhindert, dass der Text beim Verstecken überfließt */
    position: relative;
    /* Positionierung für die Textanzeige */
}

.cust-banner-text {
    opacity: 0;
    /* Standardmäßig unsichtbar */
    transition: opacity 0.3s ease;
    /* Füge eine Transition für die opacity-Eigenschaft hinzu */
}

.cust-banner.right:hover .cust-banner-text {
    opacity: 1;
    /* Bei Hover sichtbar machen */
    max-width: min-content;
}

.cust-banner.left {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cust-banner.right {
    width: 111px;
    position: fixed;
    margin: 0 -51px 0 0;
    top: 60%;
    right: 0;
    height: 110px;
    padding: 69px 0 7px 0px;
    transform: translateY(-50%);
    transition: right 0.5s ease;
    /* Füge eine Transition für die right-Eigenschaft hinzu */
    z-index: 999;
}

.cust-banner.right:hover {
    /* Bewege den Banner leicht nach links */
    width: 111px;
    position: fixed;
    margin: 0px -38px 0px 0px;
    right: 0px;
    height: 216px;
    padding: 0px 0px 22px 0px;

}

.cust-logo {
    max-width: 75px;
    flex-shrink: 0;
    /* Verhindert, dass das Logo schrumpft */
}

.cust-banner-content {
    display: flex;
    flex-direction: column;
}

.cust-banner-link {
    text-decoration: none;
    color: #333;
    font-size: 11px;
}

.cust-banner p {
    margin: 2px;
    text-align: left;
    padding: 4px 0px 0px;
}

/* Füge diese Stile zu deiner Stylesheet-Datei hinzu */

/* Stile für den CTA-Button */
.cta-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 4px 0 16px 0;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color: #184DA5;
    /* Hintergrundfarbe ändern */
    color: #fff;
    text-align: left;
}

/* Hover-Stile für den CTA-Button */
.cta-btn:link {
    color: #fff;
    text-decoration: none;
    /* Hintergrundfarbe ändern, wenn der Mauszeiger darüber schwebt */
}

.cta-btn:hover {
    color: #fff;
    background-color: #ff6600;
    text-decoration: none;
    /* Hintergrundfarbe ändern, wenn der Mauszeiger darüber schwebt */
}

.cta-btn:visited {
    color: #fff !important;
    text-decoration: none;
    /* Hintergrundfarbe ändern, wenn der Mauszeiger darüber schwebt */
}

/* Media Query für mobile Geräte */
@media (max-width: 768px) {
    .cust-fsc {
        /* display: none; */
    }

    .cust-banner.right {
        /* top: unset; */
        top: 50%;
        bottom: 1%;
        padding-top: 18px;
    }

    .cust-fsc p {
        display: none;
    }

    .cta-btn {
        width: 100%;
    }
}

/* FSC Banner end */
/* Papiertüten */
#information-fsc {
    scroll-behavior: smooth;
}


.blocker {
    z-index: 10000 !important;
}

.w-350 {
    width: 300px;
}

.box-fluid {
    background: none;
}

.price_quality {
    border: 1px solid black;
    padding: 5px;
}

.pb-padding {
    padding: 10px 0px 10px 0px;
}

.bindResult1,
.bindResult2 {
    /* margin: 10px;
padding: 10px;
font-size: 14px;
line-height: 21px; */
}

.bindResult1 td,
.bindResult2 td {
    padding: 3px;
    width: 33%;
}

.mx-auto {
    margin: auto;
}

.modal {
    /* max-width: 900px; */
}

/*.namedate {
padding-left: 5px;
}*/

@media only screen and (max-width: 600px) {
    .calalign {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .calalign {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .bottomcenter {
        padding-bottom: 50px;
    }
}

.calalign {
    width: 35%;
}

div.image-slide1,
div.image-slide2 {
    width: auto;
    height: 300px;
    position: relative;
    text-align: center;
}

div.image-slide1 img,
div.image-slide2 img {
    position: relative;
    height: 300px;
}

.fade.in {
    opacity: 1;
}

.slide-animate-fading {
    /*animation:fading 5.2s infinite;
*/
    /*animation:fading 3.2s infinite;
*/
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.btn-calculate {
    margin: 0;
    margin-bottom: 5px;
    margin-left: 5px;
    border: none;
    width: 150px;
    height: 30px;
    background: #f18e00;
    border-radius: 4px;
    padding: 0;
    font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
    -webkit-box-shadow: inset -2px -2px 2px 2px rgba(0, 0, 0, 0.7);
    box-shadow: inset -2px -2px 4px -2px rgba(0, 0, 0, 0.7);
}

select {
    -webkit-appearance: unset !important;
}

/* */
.progress-bar {
    width: 100%;
    background-color: #ddd;
    height: 20px;
    margin-bottom: 20px;
}

.progress {
    width: 0;
    height: 100%;
    background-color: #f18e00;
}

.step-navigation {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%); */
}

.step-number {
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.step-number.selected {
    font-weight: bold;
    background-color: #4caf50;
    color: #fff;
}

.cust-grid {
    grid: none;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: 1fr 2fr auto;
    gap: 10px;
    justify-items: start;
}

@media only screen and (max-width: 767px) {
    .cust-grid {
        display: grid;
        grid-template-columns: unset;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 1px;
    }
}

.cust-input {
    width: -webkit-fill-available;
    width: 100%;
}

.cust-select__wrapper {
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    vertical-align: bottom;
    border-radius: 4px;
    width: -webkit-fill-available;
    width: 100%;
}

.cust-select {
    border: none;
    height: 30px;
    line-height: 31px;
    /* padding-top: 2px; */
    padding-left: 5px;
    padding-bottom: 0;
    padding-right: 35px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-sizing: border-box;
    max-width: none;
    display: block;
    color: #31373d;
    width: 100%;
}

/* Papiertüten end */


.inline-noresult {
    padding: 13px;
}

.btn {
    /* color: #0654ba; */
    box-shadow: unset;
}

.badge {
    display: inline-block;
    padding: .4em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #0a1f42;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #0a1f42;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.padding-left-small-custom {
    padding-left: 15px;
    padding-top: 15px;
}

.slides_control img {
    height: 300px;
    object-fit: cover;
}



.img-responsive {
    max-width: 100%;
}

.xsitemap-stores {
    margin-bottom: 10px;
    font-family: 'Verdana' !Important;
}

.xsitemap h3 {
    font-size: 1.7em;
    font-weight: normal;
}

.xsitemap ul {
    padding-bottom: 0px;
}

.xsitemap ul.stores li {
    float: left;
    margin-right: 20px;
    font-size: 1.2em;
    font-weight: bold;
    list-style-type: none;
}

.xsitemap-categories {
    float: left;
    width: 58%;
    font-family: 'Verdana' !Important;
}

.xsitemap-categories li {
    list-style-type: none;
}

.xsitemap-pages li {
    list-style-type: none;
}

.xsitemap li.level-0 {
    font-weight: bold;
    font-size: 1.1em !important;
}

.xsitemap li.level-1 {
    font-weight: normal;
    font-size: 1em;
}

.xsitemap li.category {
    font-size: 1em;
}

.xsitemap li li {
    list-style-type: none;
}

.xsitemap-pages {
    float: left;
    width: 38%;
    font-family: 'Verdana' !Important;
}

.xsitemap li.page-url,
.xsitemap li.link {
    font-size: 1em;
    font-weight: bold;
}

/*****************Content Pages*************/
#column-right p {
    font-size: 16px !important;
    line-height: 28px !important;
}

#column-right h1 {
    color: #184DA5 !important;
    font: bold 24px / 30px "Verdana" !important;
}

#column-right h2 {
    color: #ff6600 !important;
    font: normal 24px/30px "Verdana" !important;
}

#column-right h3 {
    color: #184DA5 !important;
    font: normal 18px/21px "Verdana" !important;
}

#cust-documents img {
    width: 100%
}

#cust-buttons #order {
    width: 50%;
    background-color: #f0ad4e;
    color: #fff !important;
}

.bagoffer {
    /* width: 50%; */
    width: 100%;
    /* background-color: #2f96b4; */
    background-color: #184DA5;
    color: #fff !important;
}

.bagorder {
    /* width: 50%; */
    background-color: #f0ad4e;
    color: #fff !important;
}

#cust-buttons {
    width: 100%;
}

#cust-buttons #offer {
    width: 50%;
    background-color: #2f96b4;
    color: #fff !important;
}

#column-right img {
    /* width: 100% */
}

#column-right .cust-information img {
    width: 100%
}

#column-right .bodergray {
    border: 1px solid #dddddd !important;
    padding: 8px !important;
    width: 100% !important;
}

.inquirywidth {
    width: 150px;
}

#column-right .desc-card {
    color: #000000 !important;
    /* border-radius: 10px !important; 
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;*/
    border-radius: 1em;
    /* box-shadow: 5px 5px 5px #818181 !important;
    -webkit-box-shadow: 5px 5px 5px #818181 !important;
    -moz-box-shadow: 5px 5px 5px #818181 !important; */
    /* border: .2em solid #FFA15E !important; */
    /* background-color: #FFC093 !important;
     */
    background-color: #f1f1f1;
    box-shadow: 3px 5px 7px #aaa;
    padding: 20px !important;
    margin-bottom: 20px;
}

#column-right .desc-card-header {
    font: bold 12px/20px "Verdana" !important;
    color: #184da5 !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #000000 !important;
    margin-bottom: 10px !important;
}

#column-right .rte p {
    padding-bottom: 10px !important;
}

.wide-button-black {
    background-color: #000;
    padding: 10px 20px;
    border-radius: 100px;
    color: #ff9000 !important;
}

#column-right table {
    margin: 10px 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

#column-right table th,
#column-right table td {
    /* padding: 8px; */
    text-align: left
}

/* #column-right table tr:nth-child(odd){
    background:#f9f9f9
}
 */
#column-right table tr:nth-child(even) {
    background: #fff
}

#column-right table {
    font-size: 16px !important
}

#column-right .product_btn {
    width: 230px;
    color: #fff;
}

#column-right .mask_border {
    border-radius: 1em;
    border: 1px solid black;
    width: 90%;
    margin-bottom: 15px
}

#column-right .mask_head {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 25px 25px 0px 0px;
    border-bottom: none;
}

#column-right .mask_head h2 {
    padding: 10px
}

#column-right .offerbtn {
    border-radius: 1em 0 1em 0;
    background: #5bc0de;
    border: 1px solid #46b8da
}

#column-right .orderbtn {
    border-radius: 0 1em 0;
    background: #f0ad4e;
    border: 1px solid #eea236
}

#column-right .offerbtn_normal {
    background: #f0ad4e;
    border: 1px solid #eea236
}

#column-right .offerbtn_botm {
    border-radius: 0 25px 0 25px;
    background: #5bc0de;
    border: 1px solid #46b8da
}

#column-right .orderbtn_botm {
    border-radius: 25px 0;
    background: #f0ad4e;
    border: 1px solid #eea236
}

#column-right .product_btn {
    cursor: pointer;
    padding: 15px 0
}

#column-right .product_btn.disabled {
    color: #f00 !important;
    opacity: 0.65 !important;
    cursor: not-allowed !important
}

#column-right .masktab_links ul {
    margin: 0
}

#column-right .masktab_links ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-family: inherit
}

#column-right .masktab_links ul li.red a {
    background: #c60000
}

#column-right .masktab_links ul li.red a:hover {
    background: #db0707
}

#column-right .masktab_links ul li a {
    background: #dbdbdb;
    padding: 6px 12px;
    display: block;
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin: 6px;
}

#column-right .masktab_links ul li a:hover {
    background: #888585
}

#column-right h4 {
    color: #0a263c;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px
}

#column-right .green {
    color: green
}

#column-right .mask_border .col-md-4 img,
#column-right .col-md-4 img {
    margin: 10px 0
}

#column-right ul {
    margin: 0
}

#column-right ul li {
    font-size: 16px;
    font-family: inherit
}

.autowidth {
    width: auto !important
}

.marginauto {
    margin: auto !important
}

.width25 {
    width: 25%
}

.width50 {
    width: 50%
}

.width75 {
    width: 75%
}

.width100 {
    width: 100%
}

#column-right .outline {
    border: 1px solid #000;
    padding: 15px 0px;
}

#column-right .mask_border .col-md-4 img {
    width: 85%
}

/* Content Pages end */
/* FSC */
.cust-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}


.cust-article {
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    max-width: 800px;
    /* Maximalbreite, die für den Inhalt des cust-article verwendet wird */
    margin-left: auto;
    margin-right: auto;
}

/* Media Query für kleinere Bildschirme */
@media screen and (max-width: 600px) {
    .cust-article {
        margin-left: 10px;
        margin-right: 10px;
    }
}


.cust-article .order-button {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    padding: 10px 10px;
    border: none;
    border-radius: 0px;
    background: #f18e00;
    color: white;
    text-decoration: none;
    text-align: center;
}

.cust-main img {
    width: 100%;
    height: auto;
    display: block;
}

/* FSC ende */
.editimg {
    object-fit: cover;
    height: 384px !important;
    border: 1px solid orange;
    border-radius: 1em;
}

.bluebg {
    background: #dde6ff;
    padding: 10px 0;
    padding-bottom: 10px;
    text-align: center;
    margin-left: -13px;
    border-radius: 20px 20px 0 0;
    margin-right: -14px;
}

.TableGrid td {
    border: 1px solid #000
}

.clear {
    clear: both
}

.search-menu-list ul {
    height: 130px !important;
}

@media only screen and (min-width: 330px) and (max-width: 1500px) {
    .box2 {
        /* width: 91% !important; */
    }

    .breadcrumbs {
        width: 91% !important;
        padding-left: 67px;
    }

    .listing {
        margin: auto;
    }
}

@media only screen and (min-width: 1501px) {
    .box2 {
        /* width: 91% !important; */
    }

    .breadcrumbs {
        padding-left: 5%;
    }

    .listing {
        margin: auto;
    }
}

.cblock,
.cblock a {
    color: #bcbec0;
}

.alertify .ajs-body .ajs-content {
    padding: 16px 0 16px 0;
}

.alertify-notifier ajs-bottom ajs-right {
    vertical-align: center !important;
}

.alertify-notifier.ajs-bottom {
    bottom: 50px;
}

.list-group-item {
    border: unset !important;
}

#puppy_name {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#category_results li {
    cursor: pointer;
}

#category_results li:hover {
    color: lightblue;
}

#add-product-form #currencyoptions {}

/* ACCORDION FAQ */
.accordion {
    width: 100%;
}

.accordion-title {
    margin: 0;
}

.accordion-icon {
    width: 10px;
    height: 10px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    padding: 10px;
    background-color: #fff;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

.add-on-static.after {
    position: relative;
    left: 94%;
    top: -34px;
    width: 22px;
    text-align-last: center;
    height: 34px;
    border-radius: 0 4px 4px 0;
}

/* Product manager */
.err-msg {
    display: none;
    color: red;
}

.no-wrap {
    white-space: nowrap !important
}

.title-flag {
    position: absolute;
    transform: translate(10px, 12px);
}

.pl-32 {
    padding-left: 32px !important;
}

/* Custom Content Header Styles */

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("/application/uploads/outbreaks.webp");

    /* Set a specific height */
    height: 400px;
    background-position: 0px 0px;
    /* Zum Beispiel: 200px von links und 100px von oben */

    /* Position and center the image to scale nicely on all screens */
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 10%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h1 {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 15px;
}

div.col-md-12 p {
    font-size: 16px;
}

/* TEMPLATE_headerbit */

.navbar-fixed-top {
    background: #000;
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 1030;
}

#top-subnav a {
    float: none !important;
}

.product-list {
    top: 30px !important;
}

.setting-form .button2 {
    background: #FFD78C !important;
    border: 1px solid orange !important;
    color: orange !important;
}

.search-menu.active {
    background: #FFD78C !important;
}

.search-menu.active a span,
.search-menu.active:hover a span {
    color: orange !important;
}

.setting-panel .title a {
    color: orange !important;
}

/* header alignment */
.header-top .top-nav-right {
    flex: 3;
}

.search {
    margin: 0px !important;
}

.lang-image {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.wa-image {
    width: 22px;
    position: relative;
    right: 3px;
}

.bot-nav-center {
    float: right;
}

.social_sect .button_sect {
    float: right;
    padding: 3px;
    margin-left: 10px;
}

.top-link .lang-hover {
    top: 18px;
}

#billboard-3>div.fsc-logo>img {
    margin-bottom: -3px;
}

#billboard-3>div.fsc-logo>span {
    line-height: 12px !important;
}

.fsc-logo {
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    position: absolute;
}

@media only screen and (max-width: 1540px) {
    .fsc-logo {
        margin-left: 30px;
    }

    .fsc-logo img {
        height: 120px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .fsc-logo {
        display: none;
    }
}

@media only screen and (min-width : 150px) and (max-width : 600px) {
    .cblock h1 {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .cust_list {
        width: 100% !important;
    }
}

/* .cust_list img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
} */
@media only screen and (min-width: 769px) and (max-width: 820px) {
    .social_sect .button_sect {
        margin-left: 0px !important;
    }

    .fb-like>span,
    .fb-like>span>iframe {
        width: inherit !important;
    }
}

/* @media only screen and (min-width: 500px) and (max-width: 647px) {
    #background-links .top-nav-left .login-hover {
        padding: 6px 10px;
    }
    .mega-menu .login-hover{
       padding: 2px 15px !important;
    } 
} */
@media only screen and (max-width: 600px) {

    /* .menu-header{
        height: 85px;
    } */
    .search-menu a span {
        background: url(/application/assets/images/v5/sprite_arrow1.png) no-repeat right top;
        display: inline-block;
    }

}

/* TEMPLATE_headerbit end*/

/*
CSS https://www.bagobag.com/en/exclusive-paper-carrying-bags-gallery.html
    https://www.bagobag.com/en/print-on-cotton-backpack.html
    https://www.bagobag.com/en/long-lasting-woven-bags-gallery.html
    Galerie-Layout und Hover-Effekte für Bilder.

Autor: Dominik Jansen
Datum: 22.03.2024

Styles:

- .cust-page-gallery-container: Styles the container for the gallery with a maximum width of 1200px, centered alignment, and padding.
- .cust-page-gallery: Sets up a grid layout for the gallery with auto-fit columns, ensuring responsiveness, and a gap between items.
- .cust-page-gallery-item: Styles individual gallery items with rounded corners, hidden overflow, and a subtle box shadow.
- .cust-page-gallery-item img: Styles images within gallery items to cover their containers, maintain aspect ratio, and transition smoothly on hover.
- .cust-page-gallery-item:hover img: Enlarges images slightly on hover for a zoom effect.
- .btn.bagoffer: Positions the button at the bottom-left corner of the gallery item.
- .btn.bagorder: Positions the button at the bottom-left corner of the gallery item.
- #page-title: Sets color to #184DA5, Applies bold 24px/30px Verdana font.

*/
.cust-page-gallery-container {
    max-width: 2000px;
    margin: 0 auto;
    /* padding-left: 15px; */
    position: relative;
    margin-bottom: 20px;
}

.cust-page-gallery {
    /* display: flex;*/
    /* column-gap: 20px; */
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 0fr));
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 230px)); */
    grid-gap: 20px;
    height: auto;
    /* padding: 40px 0; */
}

.cust-page-gallery-flex {
    display: flex;
    /* column-gap: 20px; */
    margin-bottom: 20px;
    /* display: grid; */
    grid-template-columns: repeat(auto-fit, minmax(280px, 0fr));
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 230px)); */
    grid-gap: 20px;
    height: auto;
    /* padding: 40px 0; */
}

.cust-page-gallery-item {
    /* min-height: 215px; */
    height: auto;
    margin-bottom: 20px;
    border-radius: 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;
}
