@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400italic,700);

@font-face {
	font-family:"ChronicleDisplay-Italic";
	src:url("../fonts/ChronicleDisplayItalic.woff2") format("woff2"),url("../fonts/ChronicleDisplayItalic.woff") format("woff"),url("../fonts/ChronicleDisplayItalic.otf") format("opentype");
	font-style:normal;font-weight:400;
}

:root {
	--max-content-width: 100%;
}

body{
	height: 100% !important;
	-webkit-font-smoothing: antialiased;
	line-height: 1.428571429;
}
html{
	height: 100%;
}
/* header */
.navbar-ts {
	min-height: 50px;
	background-color: #082935;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	border-radius: 0px;
	margin-bottom: 0px;
	border: none;
	z-index: 1003;
	position: relative;
}
.navbar-ts .navbar-header .logo {
	width: 120px;
	display: block;
	margin: 7px 0 0 25px;
}

.ui-menu .ui-menu-item a img {
	max-height: 50px;
	max-width: 50px;
}
.navbar-ts .navbar-header {
	float: left;
}
.navbar-ts .ts-search {
	max-width: 470px;
	min-width: 470px;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-ts .ts-search table tr,
.navbar-ts .ts-search table td {
	padding: 0;
}
.navbar-ts .ts-search .input-group {
	width: 100%;
}
@media (max-width: 992px) {
	.navbar-ts .ts-search .dropdown-submenu .more {
		display: none;
	}
}
.navbar-header img{
	width: 100%;
	border: none !important; /* LTE ie 8 */
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-form {
	border: 0 none;
	box-shadow: none;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	width: auto;
}
.navbar-ts .ts-search .navbar-form{
	margin: 8px 0 0;
	font-family: "Lato", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
	max-height: 34px;
}
.navbar-ts .ts-search .navbar-form select {
	background: transparent;
	border: none;
	float: right;
	margin: 8px 0 0;
	text-align: right;
	text-align-last:right;
	font-size: 13px;
}
.navbar-ts .ts-search .navbar-form input,
.navbar-ts .ts-search .navbar-form button,
.navbar-ts .ts-search .navbar-form .token-input-list-facebook {
	background-color: transparent;
	display: inline-block;
}
.navbar-ts .ts-search .navbar-form .input-group {
	border-collapse: separate;
	display: table;
	position: relative;
}
.navbar-ts .ts-search .navbar-form .input-group-btn {
	position: relative;
	white-space: nowrap;
}
.navbar-ts .ts-search #NavButton {
	height: 29px;
	padding: 6px 12px 5px;
}
#NavTextField {
	padding: 6px;
	font-family: "Lato", "Source Sans Pro", "Helvetica Neue",Helvetica,Arial,sans-serif;
	float: left;
}
.ts-search .navbar-form .input-group-btn {
	float: right;
	width: 38px;
}
.ts-search .navbar-form .dropdown {
	display: inline-block;
	margin: 2px 0 0;
}
.ts-search .navbar-form .delimiter {
	float: right;
	margin-top: 5px;
	font-size: 16px;
	color: darkgrey;
}
.ts-search .navbar-form .dropdown > .dropdown-menu {
	right: 0;
	left: auto;
}
.ts-search .navbar-form .dropdown > .dropdown-menu .dropdown-submenu .dropdown-menu {
	left: 158px;
	margin-top: -30px;
}
.ts-search .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.ts-resp-dropdown {
	margin-right: 15px;
	margin-left: -40px;
	font-family: "Lato", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ts-resp-dropdown .fa-spinner {
	margin-left: -7.003px;
	margin-right: 2px;
}
.dropdown-menu > li > a {
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 1.428571429;
	padding: 3px 20px;
	white-space: nowrap;
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #000000;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.tooltip-arrow {
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip-inner {
	background-color: #000000;
	border-radius: 4px;
	color: #FFFFFF;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.navbar-ts .ts-resp-dropdown .fa-tag {
	font-size: 16px;
	padding-right: 2px;
	padding-left: 3px;
}
.ui-autocomplete {
	min-width: 464px;
}
.ui-helper-hidden-accessible {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.navbar-form .form-control {
	display: inline-block;
	border: none;
	box-shadow: none;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group .form-control {
	margin-bottom: 0;
	width: 100%;
}
.form-control {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	/*border-radius: 4px;*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 20px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 95%;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-group-btn {
	position: relative;
	white-space: nowrap;
}
.input-group-addon, .input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-btn:last-child > .btn {
	margin-left: -1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-btn > .btn {
	position: relative;
}
.btn-default {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #333333;
}
.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.navbar-ts .ts-resp-dropdown .vLine{
	float: left;
}
.navbar-ts .ts-resp-dropdown .glyphicon{
	color: white;
	font-size: 20px;
	margin-left:10px;
	margin-right:5px;
	text-shadow: -1px -1px rgb(0, 0, 0);
}
.navbar-ts .ts-resp-dropdown .shopping-cart-count{
	font-size: 11px;
	margin-right:5px;
}
.navbar-ts .ts-resp-dropdown .icon-text{
	font-size: 15px;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Lato", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-shadow: none;
	display: inline-block;
	height: 20.25px;
	max-height: 20.25px;
	overflow: hidden;
	text-align: left;
}
.navbar-ts .ts-resp-dropdown .no-login{
	margin-right: 5px;
}
.navbar-ts .ts-resp-dropdown .icon-text i{
	font-style: normal;
}
.navbar-ts .ts-resp-dropdown .caret{
	margin: -3px 0 0 6px;
	color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #dddddd;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover .caret,
.navbar-inverse .navbar-nav > li > a:focus .caret{
	color: #FFFFFF;
}
.navbar-ts .ts-resp-dropdown .glyphicon-shopping-cart{
	-moz-transform: scaleX(-1); /* Gecko */
	-o-transform: scaleX(-1); /* Operah */
	-webkit-transform: scaleX(-1); /* webkit */
	transform: scaleX(-1); /* standard */
	filter: FlipH; /* IE 6/7/8 */
	text-shadow: 1px -1px rgb(0, 0, 0);
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
	background-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
}
#NavButton .fa{
	font-weight:bold;
}
.navbar-nav > li > a {
	padding-bottom: 15px;
	padding-top: 15px;
}
.navbar-nav > li > a {
	line-height: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.navbar-nav .dropdown	.vLine-shadow{
	padding: 15px 10px;
}
.navbar-nav .dropdown .vLine-shadow .glyphicon-user{
	padding:15px 5px 20px 25px;
	margin: 0;
}
.navbar-nav .dropdown .vLine-shadow .no-login .L{
	padding:20px 0px;
	font-family: "Lato","Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-nav .dropdown .vLine-shadow .no-login .J{
	padding:20px 0px 20px 0px;
	font-family: "Lato","Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #FCFCFC;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFFFFF;
}
.ie8 .navbar-inverse .navbar-nav > .open > a, .ie8 .navbar-inverse .navbar-nav > .open > a:hover, .ie8 .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #455e75;
	color: #FFFFFF;
}
.navbar-nav > li {
	float: left;
}
#ts-navbar-collapse {
	border: none;
}
.nav > li {
	display: block;
	position: relative;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 15px;
}
.navbar .btn-default {
	color: #333;
	border: none;
}
#footer .nav li{
	margin: 0;
	padding: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
	left: auto;
	right: 0;
	margin-top: 2px;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	font-size: 13px;
}
.dropdown-menu {
	text-align: left;
	background-clip: padding-box;
	background-color: #FCFCFC;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 1px 0 0 1px;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
.menu-label {
	display: inline;
	padding: .2em .6em .2em;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	text-shadow: none;
	position: relative;
	top: -1px;
}

.menu-label-warning {
	background-color: #D80802;
}
.dropdown-header {
	color: #999999;
	display: block;
	font-size: 12px;
	line-height: 1.42857;
	padding: 3px 20px;
}
.dropdown-menu .divider {
	background-color: #E5E5E5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu > li > a.hidden {
	display: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #4d75a0;
	text-decoration: none;
	background-color: #f1f1f1;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 1px;
	top: auto;
}
.dropup-menu {
	border-radius: 4px 4px 0 0;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.176);
	margin-top: 0;
}
#nav_login_dropdown {
	padding: 0;
}
#nav_login_dropdown li:first-child {
	margin-top: 5px;
}
#nav_login_dropdown li:last-child {
	margin-bottom: 5px;
}
.dropdown .fa-spinner {
	padding: 0 !important;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
	white-space:pre-wrap;
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
#wrap{
	margin: 0 auto -67px;
	min-height: 100%;
}
/*placeholder*/
.placeholder { color: #666; }
.placeholderFocus { color: #000; }

/*token input*/
.navbar .ts-search .ui-autocomplete-input{
	padding: 6px;
	border-top-left-radius:4px !important;
	border-bottom-left-radius:4px !important;
}
.navbar .ts-search ul.token-input-list-facebook{
	border: 1px solid #CCCCCC;
	height:34px !important;
	line-height:34px;
	width:100%;
	overflow:hidden;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.navbar .ts-search li.token-input-token-facebook{
	background-color: #f7f7f7;
	border: 0 none;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #BCBCBC;
	height: 23px !important;
	line-height: 22px;
	margin: 4px 0 0 4px;
	overflow: hidden;
	padding: 0 5px;
	position: relative;
}
.navbar .ts-search li.token-input-token-facebook label{
	display:block;
	position:absolute;
	width:40px;
	height:21px;
	line-height:21px;
	background:#EEEEEE;
	right:20px;
	top:0;
	background: -moz-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(238,238,238,0)), color-stop(100%,rgba(238,238,238,1)));
	background: -o-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
	background: linear-gradient(left, rgba(238,238,238,0) 20%,rgba(238,238,238,1) 100%);
}
.navbar .ts-search li.token-input-selected-token-facebook label{
	background: -moz-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(238,238,238,0)), color-stop(100%,rgba(238,238,238,1)));
	background: -o-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
	background: linear-gradient(left, rgba(238,238,238,0) 20%,rgba(238,238,238,1) 100%);
}
.navbar .ts-search li.token-input-selected-token-facebook{
	background: #EAEAEA;
}
.navbar .ts-search li.token-input-token-facebook p{
	float:left;
	display:block;
	font-size:13px;
	color: #000;
	font-weight:bold;
	max-width:130px;
	text-overflow: clip;
	overflow:hidden;
	margin-top:0px;
	margin-top:1px\9\0;
	*margin-top:0px;
}
.navbar .ts-search li.token-input-selected-token-facebook p{
	color: #CC0000;
}

.navbar .ts-search li.token-input-input-token-facebook{
	height:21px;
	line-height:21px;
	overflow:hidden;
	margin-left:5px;
	*margin-left:3px;
	margin-top:5px;
	margin-top:6px\0;
}
.navbar .ts-search ul.token-input-list-facebook li input{
	padding:0;
	margin:0;
	font-size:14px;
}
.navbar .ts-search li.token-input-token-facebook span.btn-token-input-delete{
	display:inline-block;
	width:8px;
	height:20px;
	margin-left:8px;
	margin-top:2px;
	*margin-top:2px; /* IE7 */
	margin-top:3px\0; /* IE8 */
	margin-top:2px\9; /* IE9 */
	background:url(images/remove.gif) no-repeat center;
}

.navbar .ts-search li.token-input-highlighted-token-facebook span.btn-token-input-delete,
.navbar .ts-search li.token-input-selected-token-facebook span.btn-token-input-delete {
	background:url(images/remove-red.gif) no-repeat center;
}
.navbar .ts-search li.token-input-highlighted-token-facebook p{
	color:#CC0000;
}
.navbar .form-control:focus {
	border: none;
	box-shadow: none;
}

#NavBar .HeaderTokenizedLabel{
	float:left;
	padding-top:1px;
	padding-left:2px;
	position:relative;
}
#NavBar .HeaderTokenizedLabel span{
	display:block;
	float:left;
	background:#242424;
	color:#EAEAEA;
	border-radius:4px 0 0 4px;
	height:21px;
	line-height:21px;
	padding:0 0 0 4px;
	cursor:default;
	font-size:11px;
	max-width:146px;
	overflow:hidden;
	text-overflow:clip;
	white-space:nowrap;
}
#NavBar .HeaderTokenizedLabel font{
	float:right;
	display:block;
	background:#242424;
	cursor:pointer;
	color:#A7A7A7;
	font-size:10px;
	padding-left:6px;
	height:21px;
	line-height:21px;
	padding-right:6px;
	border-radius:0 4px 4px 0;
}
#NavBar .HeaderTokenizedLabel label{
	display:block;
	position:absolute;
	width:40px;
	height:21px;
	line-height:21px;
	background:#242424;
	right:15px;
	background: -moz-linear-gradient(left, rgba(36,36,36,0) 20%, rgba(36,36,36,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(36,36,36,0)), color-stop(100%,rgba(36,36,36,1)));
	background: -o-linear-gradient(left, rgba(36,36,36,0) 20%, rgba(36,36,36,1) 100%);
	background: linear-gradient(left, rgba(36,36,36,0) 20%,rgba(36,36,36,1) 100%);
}

/* autocomplete */
.ui-autocomplete{
	border-top-right-radius: 0px!important;
	border-top-left-radius: 0px!important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
}
.ui-autocomplete .ui-menu-item{
	cursor:pointer;
}
.ui-autocomplete .ui-menu-item {
	list-style-image: none;
	margin: 5px;
	padding: 0;
	width: auto;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	color: #4d75a0;
	border-radius: 0;
}
.ui-menu .ui-menu-item a.ui-corner-all {
	display: block;
	font-weight: 400;
	line-height: 1.5;
	min-height: 0;
	padding: 2px 0.4em;
	text-decoration: none;
	width: 320px;
}

/* glyphicon, move into CDN */
/*@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}*/
.glyphicon {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	color: #666;
	top: 1px;
}

#NavButton .glyphicon{
	font-weight: bold;
	left: -0.5px;
}
.glyphicon:empty {
	width: 1em;
}

.glyphicon-asterisk:before {
	content: "\2a";
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-euro:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/********************* Page Hack ********************/
#AssetManagerPage li.dropdown-header {
	margin-left: auto;
	padding: 0;
	color: #999999;
	display: block;
	font-size: 12px;
	line-height: 1.42857;
	padding: 3px 20px;
}
/************************* Notification *************************/
#footer .btn-classic span{
	background-color: #BBB;
	border: 1px solid #A9A9A9;
	border-radius: 2px;
	color: #FFF;
	cursor: pointer;
	padding: 1px 4px;
}
#footer .a-enterprise span{
	color: #484848;
}
#footer .li_no_bg > .btn-classic:hover,
#footer .li_no_bg > .btn-classic:focus {
	text-decoration: none;
	background-color: #EAEAEA;
	color: #FFF;
}
.notification{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	text-align: center;
	color: #676767;
	background-image: -moz-linear-gradient(top, #F7F7F7, #D9D9D9);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F7F7), to(#D9D9D9));
		background-image: -webkit-linear-gradient(top, #F7F7F7, #D9D9D9);
		background-image: -o-linear-gradient(top, #F7F7F7, #D9D9D9);
		background-image: linear-gradient(to bottom, #F7F7F7, #D9D9D9);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF7F7F7', endColorstr='#ffD9D9D9', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F7F7F7,endColorStr=#D9D9D9);
		*zoom: 1;
}
.notification .btn-feedback{
	background-color: #CCCCCC;
	border: 1px solid #B8B8B8;
	border-radius: 2px;
	color: #161616;
	cursor: pointer;
	margin-left: 8px;
	padding: 1px 4px;
}
.notification .btn-close{
	position: absolute;
	top: 10px;
	right: 12px;
}
.notification .fa-times{
	color: #323232;
	font-size: 14px;
	cursor:pointer;
}
.InformationBar-page{
		background-image: linear-gradient(to bottom, #F7F7F7, #D9D9D9);
	background-repeat: repeat-x;
	color: #676767;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	text-align: center;
}

@media print {
	.hidden-print,
	tr.hidden-print,
	th.hidden-print,
	td.hidden-print {
	display: none !important;
	}
}

/* squidio nav */
.navbar-squidio {
	margin-bottom: 20px;
	min-height: 50px;
	position: relative;
	color: #cccccc;
	filter: none;
	font-size: 12px;
	letter-spacing: 0px;
	background: none repeat scroll 0 0 #26383d;
	border-color: #090d0e;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
	border-width: 0 1px 3px;
	border-style: solid;
}
.navbar-squidio .nav .open > a,
.navbar-squidio .nav .open > a:hover,
.navbar-squidio .nav .open > a:focus,
.navbar-squidio .nav > li > a:hover,
.navbar-squidio .nav > li > a:focus {
	background-color: #090d0e;
	border-color: transparent;
	box-shadow: 0 4px 0 0 #090d0e inset;
	color: #eeeeee !important;
}
.navbar-squidio .navbar-default .navbar-nav > li > a:hover,
.navbar-squidio .navbar-default .navbar-nav > li > a:focus {
	background-color: #090d0e;
	box-shadow: 0 4px 0 0 #090d0e inset;
	color: #eeeeee !important;
}
.navbar-squidio a {
	color: #cccccc;
}
.navbar-squidio a:hover {
	color: #cccccc;
}
.navbar-squidio .container {
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	padding: 0 15px 0 15px!important;
	float: none;
	height: auto;
	width: auto;
}
.navbar-squidio .navbar-header {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.navbar-squidio .navbar-brand {
	margin-left: -15px;
	padding: 0 15px;
	position: absolute;
	z-index: 2;
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
}
.navbar-squidio .navbar-brand img {
	height: 68px;
	margin-top: 5px;
	width: 122px;
}
.navbar-squidio .navbar-collapse {
	border-top: 0 none;
	box-shadow: none;
	width: auto;
	overflow-x: visible;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
	margin-right: 0;
}
.navbar-squidio .navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	padding-bottom: 0;
}
.navbar-squidio .navbar-right {
	float: right !important;
}
.navbar-squidio .navbar-nav {
	float: left;
	margin-right: -15px;
}
.navbar-squidio .nav {
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
}
.navbar-squidio .navbar-nav > li > a {
	color: #fdfefe !important;
	font-family: "Lato","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 14px;
	padding-left: 15px !important;
		padding-right: 15px !important;
}
.navbar-squidio .navbar-nav > li > a:hover {
	color: #fdfefe !important;
}
.navbar-squidio .navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-squidio .dropdown-menu {
	background-color: white;
	border-radius: 0 0 4px 4px;
	font-family: "Lato","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 13px;
	text-shadow: none;
	border-width: 1px 1px 3px;
	border-style: solid;
	border-color: #e7e7e7;
	box-shadow: none;
	margin-top: 4px;
}
.navbar-squidio .dropdown-menu .dropdown-header{
	color: #222222;
	display: block;
	font-size: 12px;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
.navbar-squidio .dropdown-menu > li > a {
	clear: both;
	display: block;
	line-height: 1.42857;
	white-space: nowrap;
	text-shadow: none;
	color: #666666;
	font-weight: normal;
	font-family: "Lato","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 14px;
	padding: 3px 20px;
}
.navbar-squidio .dropdown-menu > li > a:hover {
	background-color: #1c2a2d;
	color: #cccccc !important;
}
.navbar-squidio .dropdown-menu .divider {
	background-color: #eeeeee;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}

/* squidio popup */
body.modal-open{
	overflow:hidden;
}
#CreateProductDialog {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0 none;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
	opacity: 0;
	transition: opacity 0.15s linear 0s;
}
#CreateProductDialog.open{
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1;
	display:block;
}


.squid-popup-modal-dialog {
	width: 800px;
	transform: translate3d(0px, 0px, 0px);
	transition: transform 0.3s ease-out 0s;
	margin: 80px auto;
	position: relative;
}
.squid-popup-modal-dialog .modal-content {
	background-clip: padding-box;
	background-color: #434343;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	outline: 0 none;
	position: relative;
}
.squid-popup-modal-dialog .modal-header {
	background: linear-gradient(#3B3B3B, #1B1B1B) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #000000;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	min-height: 16.4286px;
	padding: 15px;
}
.squid-popup-modal-dialog .modal-body {
	padding: 30px;
	position: relative;
}
.squid-popup-modal-dialog .modal-header .close {
	margin-top: -4px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	cursor: pointer;
	padding: 0;
	color: #CCCCCC;
	float: right;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	opacity: 1;
	text-shadow: 0 1px 0 #000000;
	text-transform: none;
	overflow: visible;
}
.squid-popup-modal-dialog .modal-header .close:focus {
	outline: 0 none !important;
}
.squid-popup-modal-dialog .modal-header .close .sr-only {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.squid-popup-modal-dialog .modal-header .modal-title {
	line-height: 1.42857;
	margin: 0;
	font-family: Ubuntu,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-size: 18px;
	text-align:left;
	color: #FFF;
}
.squid-popup-modal-dialog .modal-body .modal-or {
	background-color: #434343;
	font-size: 16px;
	font-style: italic;
	left: 49%;
	position: absolute;
	top: 68%;
	z-index: 1;
	color: #fff;
}
.squid-popup-modal-dialog .modal-body .row {
	margin-left: -15px;
	margin-right: -15px;
}
.squid-popup-modal-dialog .modal-body .row:before, .squid-popup-modal-dialog .modal-body .row:after {
	content: " ";
	display: table;
}

.squid-popup-modal-dialog .modal-body .item {
	width: 194px;
	height: 434px;
	float: left;
 	min-height: 1px;
	position: relative;
	text-align: center;
	padding: 0 25px;
}

.squid-popup-modal-dialog .modal-body .left-column {
	border-right: 1px solid #000000;
}
.squid-popup-modal-dialog .modal-body .middle-column {
	border-right: 1px solid #000000;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.squid-popup-modal-dialog .modal-body .right-column {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.squid-popup-modal-dialog .modal-body .item h4 {
	font-family: Ubuntu,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #fff;
	font-weight: 500;
	line-height: 1.1;
}
.squid-popup-modal-dialog .modal-body .item sup {
	top: -0.5em;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.squid-popup-modal-dialog .modal-body p {
	margin-bottom: 30px;
}
.squid-popup-modal-dialog .modal-body .text-left {
	text-align: left;
}
.squid-popup-modal-dialog .modal-body .text-content {
	height: 128px;
	color: #fff;
}
.squid-popup-modal-dialog .modal-body .text-success,
.squid-popup-modal-dialog .modal-body .text-success:hover {
	color: #62C462;
}
.squid-popup-modal-dialog .modal-body .feature-image{
	margin: 25px 0;
}
.squid-popup-modal-dialog .modal-body img{
	vertical-align: middle;
	border: 0 none;
}
.squid-popup-modal-dialog .modal-body p a {
	color: #31A3EA;
}
.squid-popup-modal-dialog .modal-body a,
.squid-popup-modal-dialog .modal-body a:focus,
.squid-popup-modal-dialog .modal-body a img,
.squid-popup-modal-dialog .modal-body button,
.squid-popup-modal-dialog .modal-body button:focus {
	outline: 0 none !important;
}
.squid-popup-modal-dialog .modal-body a {
	color: #FFFFFF;
	text-decoration: none;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.squid-popup-modal-dialog .modal-body .btn {
	padding: 10px 0;
	margin-top: 20px;
	width: 100%;
	background: linear-gradient(#45A2E3, #165582) repeat scroll 0 0 #0C324D;
	border-top: 1px solid #5BC0DE;
	box-shadow: 2px 3px 0 #0C324D;
	font-size: 12px;
	line-height: 1.5;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.squid-popup-modal-dialog .modal-body .btn,
.squid-popup-modal-dialog .modal-body .btn:hover {
	border: 0 none;
	border-radius: 5px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.squid-popup-modal-dialog .modal-body .btn:hover,
.squid-popup-modal-dialog .modal-body .btn:focus,
.squid-popup-modal-dialog .modal-body .btn:active{
	background-color: #31B0D5;
	border-color: #2AABD2;
	color: #FFFFFF;
	background-image: linear-gradient(#20829F, #2596B8 40%, #28A4C9);
	background-repeat: no-repeat;
	border-top: 1px solid #5BC0DE;
	filter: none;
}

.ts-resp-dropdown .fa {
	position: relative;
	padding-right: 5px;
	font-size: 18px;
	top: 1px;
}
@-moz-document url-prefix() {
	.win .ts-resp-dropdown .fa.fa-shopping-cart{
		top: 2px;
	}
}

.ts-resp-dropdown .pixelsquid .fa-chevron-circle-right {
	color: #FFC15D;
	font-size: 1.2em;
	padding: 0;
	margin-left: 3px;
}

@media (max-width: 1400px) {
	.ts-resp-dropdown .stock-images {
		display:none;
	}
}

@media (max-width: 1400px) {
	.ru .ts-resp-dropdown .stock-images,
	.pl .ts-resp-dropdown .stock-images {
		display: none;
	}
}

.nav-label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	font-family: "Lato","Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer .nav > li > a:hover, #footer .nav > li > a:focus {
	background-color: #f1f1f1;
}

#page-container {
	margin: 5px auto 0;
	text-align: left;
}

#Home #sale-banner {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
}
#sale-banner {
	background-size: cover;
	min-height: 50px;
	text-align: center;
	margin: 0;
	padding: 3px 0px 5px;
	background-image: none !important;
	background: rgba(8, 40, 53, 0.48) 0% 0% no-repeat padding-box;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
}
@-moz-document url-prefix() {
	#sale-banner {
		background: rgba(8, 40, 53, 0.9) 0% 0% no-repeat padding-box;
	}
}
#sale-banner a {
	display: block;
}
#sale-banner a:hover,
#sale-banner a:active,
#sale-banner a:focus {
	text-decoration: none !important;
	outline: none;
}
#sale-banner .sale-header {
	margin: 0;
	color: #B0CAD5;
	text-transform: uppercase;
	font: normal normal 900 22px/27px Lato;
}
#sale-banner .sale-header span {
	color: #53C8F0;
}
#sale-banner .sale-sub-header {
	margin-top: 1px;
	display: block;
	font: italic normal bold 9px/11px Lato;
	letter-spacing: 0px;
	color: #B0CAD5
}
#sale-banner a.support-link {
	color: #fff !important;
	text-decoration: underline !important;
}
#sale-banner #sale-countdown-date {
	font-style: normal;
}
#sale-countdown-date > span > span {
	min-width: 11px;
	display: inline-block;
	color: #fff;
}

#coupon {
	z-index: 99999999;
	border: none;
	padding: 0;
	height: 130px;
	width: 400px;
	position: fixed;
	bottom: 10px;
	right: 15px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background-color: #203c54;
	background-color: rgba(0,0,0,0.95);
	color:	#fff;
	border-radius: 4px;
	z-index: 1002;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	opacity: 0;
	font-family:'Lato', 'Open Sans', sans-serif;
}

#coupon:focus {
	outline: none;
}

#coupon .fa-window-minimize {
	color:#ccc;
	padding:5px 7px 0 0;
	position: absolute;
	right: 5px;
	line-height: 14px;
}

#coupon .hide-max,
#coupon .hidden {
	display: none;
}

#coupon .coupon-inner {
	margin:0;
	padding:0;
}

#coupon .coupon-inner .left-coupon{
	width: 19%;
	float: left;
	padding: 25px 5px;
}

#coupon .coupon-inner .right-coupon {
	width: 73%;
	float: left;
	padding: 10px 0 10px 10px;
	text-align: left;
	margin-right: -1px;
}

#coupon .coupon-inner h4 {
	margin: 5px 0 2px;
	text-transform: uppercase;
	font-size: 13px;
	font-family:'Lato', 'Open Sans', sans-serif;
	font-weight:bold;
	padding: 0;
	color: #fff;
	line-height: 16.5px;
}

#coupon .coupon-inner h3 {
	margin: 2px 0 5px;
	color:#FFC15D;
	font-size:24px;
	text-transform: uppercase;
	font-family:'Lato', 'Open Sans', sans-serif;
	font-weight:bold;
	padding: 0;
	line-height: 26.4px;
}

#coupon .coupon-inner #sale-countdown-date span {
	font-family:'Lato', 'Open Sans', sans-serif;
}

#coupon .coupon-inner .disclosure {
	font-size: 10px;
	color:#ccc;
	font-family:'Lato', 'Open Sans', sans-serif;
	padding-bottom: 5px;
}

#coupon .coupon-inner .disclosure a {
	text-decoration: underline;
	color: #fff;
	font-family: inherit;
}

#coupon .fa-tag {
	color: #FFC15D;
	margin-right: 3px;
	font-size: 21px;
}

#coupon span {
	font-family: inherit;
}

#coupon .digit,
#coupon .digit span {
	line-height: 34.2857px;
	padding: 0 1px;
}

#coupon.minimized {
	height: 50px !important;
	width: 185px !important;
	bottom: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#coupon.minimized .digit {
	font-size: 14px !important;
	width: 26px;
	min-width: auto;
	font-size: 10px;
	right: 0;
	vertical-align: top;
}

#coupon.minimized .digit,
#coupon.minimized .digit span {
	line-height: 20px;
}

#coupon.minimized .right-coupon {
	width: 100% !important;
	padding-top: 5px;
}

#coupon.minimized .right-coupon h3 {
	margin: 0 0 3px 0;
}

#coupon.minimized .hide-max {
	display: inline-block;
}

#coupon #sale-days {
	margin-left: 0;
}

.digit {
	display: inline-block;
	background-color: #444;
	border-radius: 0.2em;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
	font-size: 24px;
	min-width: 35px;
	margin: 0 3px 7px;
	font-weight: bold;
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: linear-gradient(bottom, #555555 50%, #878787 50%);
	background-image: -o-linear-gradient(bottom, #555555 50%, #878787 50%);
	background-image: -moz-linear-gradient(bottom, #555555 50%, #878787 50%);
	background-image: -webkit-linear-gradient(bottom, #555555 50%, #878787 50%);
	background-image: -ms-linear-gradient(bottom, #555555 50%, #878787 50%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #3A3A3A), color-stop(0.5, #555555) );
	vertical-align: middle;
}

.AssetTile .price .fa-tag {
	color: #FFC15D !important;
}

#coupon .hide-coupon {
	color: #ccc;
	right: 5px;
	top: 6px;
	position: absolute;
	font-size: 11px;
}

#coupon .hide-coupon i {
	margin-left: 0;
}

@media (min-width: 0px) {
	.navbar-nav > li > a {
		padding-top: 15px;
	}
}

input::-ms-clear {
	display: none;
}

.ts-search select {
	margin: 12px 20px 0 0;
	color: #333;
	pointer-events: none;
}

.ts-search .custom-combobox input {
	background: transparent;
	text-align: right;
	border: none;
	height: 34px;
	pointer-events: none;
	float: right;
	width: 194px;
	right: 5px;
	padding: 0 !important;
}

.ts-search .custom-combobox-toggle {
	width: 194px;
	height: 35px;
	display: block;
	margin-top: -30px;
	float: right;
	z-index: 100;
	pointer-events: all;
	opacity: 0;
}

.ts-search .custom-combobox-toggle:focus {
	outline: none;
}

.shopping-cart-count .discount-amount {
	display: none;
	color: #91b76e;
	margin-left: 3px;
	margin-right:7px;
	font: normal normal 600 11px/13px Lato;
}

.ts-search .custom-combobox-input {
	opacity: 0;
	position: absolute;
}

.ui-widget-content {
		border: 1px solid #aaa;
		background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
		color: #222;
}

.ts-resp-dropdown .popover {
	left: 0 !important;
	min-width: 150px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	background-clip: padding-box;
}
.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
}
.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0;
	content: " ";
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	color: #333;
	font-size: 13px;
	line-height: initial;
	font-weight: initial;
	text-transform: none;
	padding: 9px 10px;
}
.popover-content br {
	margin: 1px 0;
}
.popover-content .fa-cart-plus {
	color: #91b76e;
	padding: 0;
	vertical-align: top;
	font-size: 16px;
}

#navbar-categories-row-container {
	background-color: #092935;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 1002;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.navbar-categories-row {
	background-color: #092935;
	padding: 0;
	margin:	0 auto !important;
	max-width: 1000px;
	text-align: left;
	min-width: 990px;
}

.ja .navbar-categories-row,
.de .navbar-categories-row,
.pl .navbar-categories-row,
.pt_BR .navbar-categories-row,
.ru .navbar-categories-row,
.fr .navbar-categories-row,
.nl .navbar-categories-row {
	max-width: 1200px;
}

.ru .navbar-categories-row {
	max-height: 254px;
	overflow: hidden;
}

.ru .navbar-categories-row .col-md-2.alt {
	min-height: 270px;
}

.navbar-categories-row h3 {
	font-weight: 200;
	font-size: 21px;
	margin: 20px 20px 10px;
	color: #FF8135;
	padding:0;
	line-height: 23.1px;
}

.navbar-categories-row .col-md-2 {
	padding: 0 20px 20px;
	width: 16.666666666666664%;
	position: relative;
	min-height: 1px;
	float: left;
	box-sizing: border-box;
}

.navbar-categories-row .col-md-2 a {
	display: block;
	font-size: 14px;
	margin: 10px 0;
	color: #fff;
}

.navbar-categories-row .col-md-2 a:hover {
	text-decoration: underline;
}

.navbar-categories-row .col-md-2.alt {
	background-color: #75808F;
	padding: 51px 20px 21px;
	font-weight: bold;
	margin-top: -51px;
}

@media (max-width: 1140px) {
	#navbar-categories-row-container,
	#navbar-categories-row-toggle {
		display: none;
	}
}

/* TSQ-23951 New Header UI */
.navbar-ts .ts-search {
	float: right;
	width: 291px;
	max-width: unset;
	min-width: unset;
	padding: 0px;
	margin-right: 10px;
}
.ts-resp-dropdown {
	margin-left: unset;
}
.navbar-ts .navbar-links {
	float: left;
	margin-left: 15px;
}
.navbar-ts .navbar-links .ts-resp-dropdown > li > a {
		padding: 13px 10px !important;
}
.navbar-ts .navbar-links .ts-resp-dropdown .icon-text {
	max-height: 24px;
	height: 24px;
	padding: 2px 20px 0px 20px;
}
.navbar-ts .navbar-links .models {
	border-left: 1px solid #3a545d;
	border-right: 1px solid #3a545d;
}
.navbar-ts .navbar-links .kraken {
	padding: 2px 0px 0px 0px!important;
}
.navbar-ts .navbar-links .pixelsquid {
	border-left: 1px solid #3a545d;
	border-right: 1px solid #3a545d;
}
.navbar-ts .ts-search .navbar-form {
	box-shadow: none;
	-webkit-box-shadow: none;
	height: 29px;
	border-radius: 2px;
	background-color: #ced4d7;
	margin: 10px 0 0;
}
.navbar-ts .ts-search #NavButton {
	height: 29px;
}
.navbar-ts .ts-search #NavTextField {
	width: calc(100% - 43px);
	height: 29px;
	max-width: unset;
	font-size: 15px;
	transition: none;
	-webkit-transition: none;
	padding: 0px 5px;
}

/* Bootstrap modal, QuickPurchase Modal */
#quickPurchaseModal .hide {
	display: none !important;
}
#quickPurchaseEmptyCart p {
	margin: 10px auto !important;
	font-size: 20px !important;
	width: 200px !important;
	line-height: 22px !important;
	color: #666 !important;
}
#quickPurchaseModal .btn-primary {
	color: #fff;
}
#quickPurchaseModal .btn{
	height: auto;
	border: 0;
}
#quickPurchaseModal .CartPaymentInfo .paymentItem input{
	padding-left: 1px;
	font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
#quickPurchaseModal .CartPaymentInfo .paymentItem .paymentSelect {
	font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
#quickPurchaseModal h1,#quickPurchaseModal h2,#quickPurchaseModal h3,#quickPurchaseModal h4,#quickPurchaseModal h5,#quickPurchaseModal h6,#quickPurchaseModal .h1,#quickPurchaseModal .h2,#quickPurchaseModal .h3,#quickPurchaseModal .h4,#quickPurchaseModal .h5,#quickPurchaseModal .h6 {
	font-weight: 500;
}
#quickPurchaseModal h3{
	padding: 0;
}
#quickPurchaseModal .close {
	float:right;
	font-size:21px;
	font-weight:bold;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.2;
	filter:alpha(opacity=20)
}
#quickPurchaseModal .close:hover,
#quickPurchaseModal .close:focus {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:.5;
	filter:alpha(opacity=50)
}
#quickPurchaseModal button.close {
	padding:0;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none
}
.modal-open {
	overflow:hidden
}
#quickPurchaseModal *{
	font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#quickPurchaseModal .fa{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}
#quickPurchaseModal label{
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
#quickPurchaseModal .AssetTile .price {
	font-weight: bold;
}
#quickPurchaseModal .modal-dialog .content_row p span {
	font-size: 12px;
}
#quickPurchaseCartCount{
	margin-top: 3px;
}
#quickPurchaseModal.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	display:none;
	overflow:auto;
	overflow-y:scroll;
}
#quickPurchaseModal.modal.fade .modal-dialog {
	-webkit-transform:translate(0,-25%);
	-ms-transform:translate(0,-25%);
	transform:translate(0,-25%);
	-webkit-transition:-webkit-transform .3s ease-out;
	-moz-transition:-moz-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out
}
#quickPurchaseModal.modal.in .modal-dialog {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0)
}
#quickPurchaseModal .modal-dialog {
	position:relative;
	z-index:1050;
	width:auto;
	margin:10px
	 }
#quickPurchaseModal .modal-content {
	position:relative;
	background-color:#fff;
	border:1px solid #999;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:6px;
	outline:0;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);
	box-shadow:0 3px 9px rgba(0,0,0,0.5);
	background-clip:padding-box
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1030;
	background-color:#000
}
.modal-backdrop.fade {
	opacity:0;
	filter:alpha(opacity=0)
}
.modal-backdrop.in {
	opacity:.5;
	filter:alpha(opacity=50)
}
#quickPurchaseModal .modal-header {
	min-height:16.428571429px;
	padding:15px;
	border-bottom:1px solid #e5e5e5
}
#quickPurchaseModal .modal-title {
	margin:0;
	line-height:1.428571429
}
#quickPurchaseModal .modal-body {
	position:relative;
	padding:20px
}
#quickPurchaseModal .modal-footer {
	padding:19px 20px 20px;
	margin-top:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}
#quickPurchaseModal .modal-footer:before,
#quickPurchaseModal .modal-footer:after {
	display:table;
	content:" "
}
#quickPurchaseModal .modal-footer:after {
	clear:both
}
#quickPurchaseModal .modal-footer:before,
#quickPurchaseModal .modal-footer:after {
	display:table;
	content:" "
}
#quickPurchaseModal .modal-footer:after {
	clear:both
}
#quickPurchaseModal .modal-footer .btn+.btn {
	margin-bottom:0;
	margin-left:5px
}
#quickPurchaseModal .modal-footer .btn-group .btn+.btn {
	margin-left:-1px
}
#quickPurchaseModal .modal-footer .btn-block+.btn-block {
	margin-left:0
}
@media screen and (min-width:768px) {
	#quickPurchaseModal .modal-dialog {
	 width:600px;
	 margin:30px auto
	}
	#quickPurchaseModal .modal-content {
	 -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);
	 box-shadow:0 5px 15px rgba(0,0,0,0.5)
	}
}
body#Service #page-container a,
body#AssetMerge #page-container a,
body#CheckMate #page-container a,
body#Certification #page-container a,
body#ContentVetting #page-container a,
body#ProductEditor #page-container a,
body#SquidNavyTool #page-container a,
body#SquidioTool #page-container a,
body#FileSystemTool #page-container a,
body#Inventory #page-container a,
body#PrivateAssetsAdmin #page-container a,
body#SpecialPrice #page-container a,
body#BannedKeywords #page-container a,
body#CustomerService #page-container a,
body#interceptAdmin #page-container a,
body#MemberNotes .row a{
	color: #2b4651;
}

/* footer */
#footer {
	margin-top: 30px;
	padding-top: 40px;
	background: #647379 0% 0% no-repeat padding-box;
	background: url(../img/Home/image_footer_squid.svg) no-repeat right 30px bottom 15px/300px, #082835 0% 0% no-repeat padding-box;
	height: auto;
	font-size: 14px;
}
#Home #footer {
	margin-top: 15px;
}
 #footer .footer-flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
#footer .footer-flexbox > div {
	width: auto;
}
#footer .footer-flexbox > div:first-child {
	width: auto;
	text-align: left;
}
#footer .footer-flexbox > div:nth-child(2n) {
	width: auto;
	margin: 0;
}
#footer .footer-flexbox > div:nth-child(n+2) {
	margin-bottom: 0;
}
#footer .footer-flexbox > div ul {
	padding: 0 15px;
	margin-bottom: 10px;
}
#footer .footer-flexbox > div:nth-child(n+2) ul {
	padding: revert;
}
#footer h4 {
	text-align: left;
	font: normal normal bold 16px/19px Lato;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 22px;
}
#footer li {
	list-style: none;
	text-align: left;
}
#footer .logo-icon {
	line-height: 0;
}
#footer a, #footer a:visited {
	color: #B0CAD5;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #social-links {
	text-align: center;
	display: flex;
	width: 140px;
	margin: auto;
	float: none;
}
#footer #social-links a {
	color: #B0CAD5;
	flex: 1;
	max-height: 33px;
}
#footer #social-links img {
	height: 33px;
	width: 33px;
}
#footer #copyright {
	padding-top: 14px;
	padding-bottom: 50px;
	text-align: center;
	color: #B0CAD5;
	font-size: 14px;
}
#footer .icon-logo-ts {
	width: 200px;
	display: inline;
}
#footer #social-links .icon-social {
	width: 33px;
	height: 33px;
}
#footer .logo-desc {
	color: #B0CAD5;
	margin: 10px 0 25px;
	font-size: 14px;
}
#footer>.row {
	max-width: calc(var(--max-content-width) - 30px);
	margin: auto;
	padding: 0 15px;
}
#footer a {
	display: inline-block;
	margin: 8px 0;
	font: normal normal normal 14px/17px Lato;
	min-width: 45px;
}
#footer>.row:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.icon-social .icon-social-fill {
	fill: #B0CAD5;
}
.icon-social .icon-social-fill-none {
	fill: none;
}
.icon-social .icon-social-stroke-none {
	stroke: none;
}
#footer a:hover .icon-social .icon-social-fill {
	fill: #FFFFFF;
}
#footer .sell-your-models {
	display: flex;
	align-items: center;
	max-width: 170px;
	justify-content: left;
	margin-bottom: 0;
}
#footer .sell-your-models span {
	display: flex;
	width: 25px;
	height: 27px;
	justify-content: center;
	align-items: center;
	position: relative;
	left: 0;
	transition: left 0.3s;
}
#footer .sell-your-models span::before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 1px;
	border: solid #8BDCFE;
	border-width: 0 0 1px 0;
	position: relative;
	left: 10px;
}
#footer .sell-your-models span::after {
	content: " ";
	display: inline-block;
	width: 9px;
	height: 9px;
	border: solid #8BDCFE;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}
#footer .sell-your-models:hover span {
	left: 6px;
}
#footer #resource-link > a {
	margin-bottom: 0;
}
#footer #footer_language_select{
	position: relative;
	width: auto;
	display: inline-block;
}
#footer #footer_language_select .header{
	padding: 3px 0;
	color: #FFFFFF;
}
#footer #footer_language_select .h-divider {
	width: 100%;
	height: 0px;
	box-shadow: 10px 10px 30px #00000029;
	border: 1px solid #283D45;
	opacity: 1;
	margin: 14px 0px 10px;
	transform: scaleY(0.5);
}
#footer_language_select .ts-label .arrow {
    border: solid #F7F7F7;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 4px!important;
	margin-top: 5px!important;
    vertical-align: top;
    transition: transform,margin-top 0.3s,0.3s;
}
#footer_language_select .ts-label .arrow-down {
	transform: rotate(45deg);
}
#footer #footer_language_select:hover .ts-label .arrow{
	transform: rotate(-45deg);
	margin-top: 7px;
}
#footer #footer_language_select .ts-label .arrow-right {
	border-color: #F7F7F7;
}
#footer #footer_language_select .dropdown-toggle{
	padding-right: 10px;
}
#footer #footer_language_select .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	min-width: 186px;
	padding: 10px 16px 18px;
	text-align: left;
	white-space: normal;
	background: #02171F 0% 0% no-repeat padding-box;
	border: 1px solid #283D45;
	border-radius: 6px;
	-webkit-box-shadow: 10px 10px 30px #00000029;
	box-shadow: 10px 10px 30px #00000029;
	background-clip: padding-box;
}
#footer #footer_language_select .fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
#footer #footer_language_select .fade.in {
	opacity: 1;
}
#footer #footer_language_select .popover .arrow,
#footer #footer_language_select .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	margin: 0;
}
#footer #footer_language_select .popover .arrow {
	border-width: 11px;
}
#footer #footer_language_select .popover .arrow:after {
	top: auto;
	margin-left: auto;
	border-width: 10px;
	content: "";
}
#footer #footer_language_select .popover.right {
	margin-left: 10px;
}
#footer #footer_language_select .popover.right .arrow::after {
	bottom: -10px;
	left: 1px;
	border-right-color: #02171F;
	border-left-width: 0;
	content: " ";
}
#footer #footer_language_select .popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #283D45;
	border-left-width: 0;
}
#footer #footer_language_select .popover a{
	color: #FFFFFF;
	text-shadow: unset;
	height: 12px;
	margin: 4px 0;
	padding: 3px 0;
	display: inline-block;
}
#footer #footer_language_select .popover li:hover a,
#footer #footer_language_select .popover li.current a{
	color: #FD8135;
	text-decoration: none;
}
#footer #footer_language_select .popover li a:hover,
#footer #footer_language_select .popover li a:focus{
	background-color: unset;
}
#footer #footer_language_select .popover li:hover i{
	display: inline-block;
}
#footer #footer_language_select .popover li.current i{
	display: inline-block;
}
#footer .popover a .fa-check {
	line-height: 1.42857;
	position: absolute;
	right: 20px;
	font-size: 12px;
	display: none;
}
@media (min-width: 1280px) {
	:root {
		--max-content-width: calc(100vw - (138px * 2));
	}
	#footer .footer-flexbox > div ul {
		padding: 0 15px 0 0;
	}
}
@media (min-width: 1920px) {
	:root {
		--max-content-width: 1640px;
	}
}
@media (hover: none) {
	#footer #footer_language_select .ts-label .arrow{
		transform: rotate(45deg)!important;
		margin-top: 5px!important;
		margin-left: 4px!important;
	}
}

/* CUSTOMIZE THE DELTA NAVBAR BEGIN */
.navbar-wrapper {
	background: #082835 0% 0% no-repeat padding-box;
	opacity: 1;
}
#navbar-categories-row-container {
	top: 100px;
}
.navbar-wrapper .container {
	width: unset;
	height: 50px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#ULP .navbar-wrapper {
	display: flex;
}
#ULP .navbar-wrapper .container {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: unset;
}
@media (min-width: 1920px) {
	#Home .navbar-wrapper .container {
		max-width: calc(1920px - 139px * 2);
	}
	.navbar-wrapper .container {
		height: 60px;
		padding-top: 10px;
	}
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	position: relative;
	min-height: 50px;
	border: 1px solid transparent;
}
.navbar:before, .navbar:after {
    display: table;
    content: " ";
}
.navbar-wrapper .navbar a:hover {
	text-decoration: none;
}
.navbar-wrapper .navbar .hide {
	display: none;
}
.navbar-wrapper .navbar .logo {
	width: 140px;
	height: 30px;
	padding-top: 10px;
	float: left;
}
.navbar-wrapper .navbar .logo img {
	width: 100%;
}
.navbar-wrapper .navbar .menu-container {
	float: left;
  }
  .navbar-wrapper .navbar ul {
	list-style: none;
	padding-left: 0;
	margin: 10px 0px 0px;
	float: left;
	width: auto;
}
.navbar-wrapper .navbar li {
	float: left;
	position: relative;
	display: block;
}
.navbar-wrapper .navbar .divider {
	width: 0px;
	height: 31px;
	border-left: 1px solid #223F4A;
	margin: 0px 20px;
}
.navbar-wrapper .navbar .navbar-menu {
	padding: 7px 0px 0px;
	margin-right: 22px;
	height: 23px;
	cursor: pointer;
	display: block;
	text-align: left;
	font: normal normal normal 12px/15px Lato;
	letter-spacing: 0px;
	color: #F7F7F7;
	text-transform: uppercase;
}
.navbar-wrapper .navbar .navbar-menu.anonymous{
	padding-top: 2px;
}
.navbar-wrapper .navbar .navbar-menu i {
	font-style: normal;
}
.navbar-wrapper .navbar .navbar-menu-hover {
	color: #FD8135;
}
.navbar-wrapper .navbar .navbar-menu .arrow,
#footer_language_select .ts-label .arrow {
	border: solid #F7F7F7;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 10px;
	vertical-align: top;
	transition: transform,margin-top 0.3s,0.3s;
}
.navbar-wrapper .navbar .navbar-menu .arrow-down,
#footer_language_select .ts-label .arrow-down {
	transform: rotate(45deg);
	margin-top: 2px;
  }
.navbar-wrapper .navbar .navbar-menu .arrow-right,
#footer_language_select .ts-label .arrow-right {
	transform: rotate(-45deg);
	margin-top: 4px;
	border-color: #FD8135;
}
.navbar-wrapper .navbar .menu-container li.menu-3d-models {
	margin-right: 10px;
}
.navbar-wrapper .navbar .cart {
	float: right;
	border-radius: 0px 9px 9px 0px;
	margin: 12px 7px 0px 0px;
}
#ULP .navbar-wrapper .navbar .cart {
	margin-top: 15px;
}
#AssetManagerPage .navbar-wrapper .navbar .cart {
	margin: 14px 7px 0px 0px;
}
.navbar-wrapper .navbar .OSD-cart {
	background: transparent linear-gradient(90deg, #213E4A00 0%, #213E4A 100%) 0% 0% no-repeat padding-box;
}
.navbar-wrapper .navbar .cart .icon-cart {
	mask: url(../img/Home/icon_cart.svg);
	-webkit-mask: url(../img/Home/icon_cart.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	background: #ffffff;
	vertical-align: middle;
}
.navbar-wrapper .navbar .cart .icon-cart:before {
	content: unset;
}
.navbar-wrapper .navbar .cart:hover .icon-cart {
	background: #FD8135;
}
.navbar-wrapper .navbar .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}
.navbar-wrapper .navbar .cart .badge {
	font-weight: unset;
	padding: 2px 5px;
	background: #FF8135 0% 0% no-repeat padding-box;
	position: relative;
	top: -6px;
	left: -8px;
	font: normal normal 900 10px/12px Lato;
	color: #242424;
}
.navbar-wrapper .navbar .OSD-cart .shopping-cart-count {
	overflow: hidden;
	margin-left: -7px;
}
.navbar-wrapper .navbar .cart .icon-tag {
	width: 14px;
	height: 16px;
	left: -7px;
	position: relative;
	transform: rotate(15deg);
	transition: transform 0.3s;
}
.navbar-wrapper .navbar .cart:hover .icon-tag {
	transform: rotate(-15deg);
}
.navbar-wrapper .navbar .cart .fa-tag {
	font-size: 13px;
	vertical-align: text-bottom;
	padding-right: 3px;
	transform: rotate(15deg);
	transition: transform 0.3s;
}
.navbar-wrapper .navbar .cart:hover .fa-tag {
	transform: rotate(-15deg);
}
.navbar-wrapper .navbar .cart .cart-price {
	top: 1px;
	left: -3px;
	position: relative;
	letter-spacing: 0px;
	color: #91B76E;
}
.navbar-wrapper .navbar .user-wrap {
	float: right;
	margin: 8px 1px 0px 5px;
}
.navbar-wrapper .navbar .user-wrap .navbar-menu {
	margin-right: 3px;
}
.navbar-wrapper .navbar .user-wrap .navbar-menu .icon-user {
	mask: url(../img/Home/icon_user.svg);
	-webkit-mask: url(../img/Home/icon_user.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	width: 15px;
	height: 18px;
	display: inline-block;
	background: #ffffff;
	vertical-align: bottom;
}
.navbar-wrapper .navbar .user-wrap .navbar-menu .L {
	background: transparent;
	border: 1px solid #FFF;
	border-radius: 33px;
	width: auto;
	display: inline-block;
	padding: 6px 14px;
	margin-right: 12px;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-wrapper .navbar .user-wrap .navbar-menu .J {
	background-color: #fe8133;
	border: 1px solid #fe8133;
	border-radius: 33px;
	width: auto;
	display: inline-block;
	padding: 6px 19px;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-wrapper .navbar .user-wrap .navbar-menu .L:hover{
	color: #fe8133;
	border: 1px solid #fe8133;
}
.navbar-wrapper .navbar .user-wrap .navbar-menu .J:hover {
	border: 1px solid #fe8133;
	background-color: #d07036;
}
.navbar-wrapper .navbar .user-wrap .navbar-menu .fa-fw {
	font-size: 14px;
	margin-left: 3px;
	vertical-align: text-top;
}
.navbar-wrapper .navbar .user-wrap .navbar-menu:hover .icon-user{
	background: #FD8135;
}
.navbar-wrapper .navbar .user-wrap .navbar-menu .icon-user-hover {
	background: #FD8135;
}
.navbar-wrapper .navbar .anonymous-user {
	display: none;
	text-align: center;
}
.navbar-wrapper .navbar .account {
	display: none;
	text-align: center;
}

.navbar-wrapper .navbar .contact {
	float: right;
	margin: 10px 1px 0px 10px;
	display: none;
	position: relative;
}
.navbar-wrapper .navbar .ts-search {
	float: right;
	width: 40px;
	height: 28px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 14px;
	margin: 10px 20px 0px 0px;
}
.navbar-wrapper .navbar .ts-search:hover {
	background-color: rgba(255,255,255,0.2);
}
.navbar-wrapper .navbar .ts-search .navbar-form {
	padding: 0px;
	margin: 0px;
}
.navbar-wrapper .navbar .ts-search .btn-default {
	float: right !important;
	background-color: transparent;
	border-radius: 0px 14px 14px 0px;
	width: 38px;
	height: 28px;
	outline: none;
}
.navbar-wrapper .navbar .ts-search .glyphicon-search {
	color: #ffffff !important;
	font-weight: lighter !important;
}
.navbar-wrapper .navbar .ts-search #NavTextField {
	width: calc(100% - 50px);
	padding: 0px 2px 0px 14px;
	border-radius: 14px 0px 0px 14px !important;
	height: 28px;
	background-color: transparent;
	color: #ffffff;
}
.navbar-wrapper .navbar .ts-search ul.token-input-list-facebook {
	border: none;
	box-shadow: none;
	width: calc(100% - 50px);
	display: inline-block;
	overflow: hidden;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
	margin-top: 0px;
	background: transparent;
	display: none;
}
.navbar-wrapper .navbar .new-badge {
	padding: 2px 5px;
	background: #FF8135 0% 0% no-repeat padding-box;
	position: relative;
	top: -8px;
	left: -1px;
	font: normal normal 900 12px Lato;
	color: #FFF;
	border-radius: 10px;
}
.navbar-wrapper .hidden {
	display: none!important;
    visibility: hidden!important;
}
.navbar .ts-search li.token-input-token-facebook p {
	color: #ffffff;
	margin-left: 3px;
}
.navbar-wrapper .navbar .ts-search ul.token-input-list-facebook li {
	background: #082835 0% 0% no-repeat padding-box;
	border-radius: 4px;
	box-shadow: unset;
}
.navbar-wrapper .navbar .ts-search ul.token-input-list-facebook li:first-child {
	border-radius: 11px 4px 4px 11px;
}
.navbar .ts-search li.token-input-token-facebook span{
	margin-left: 0;
}
.navbar .ts-search li.token-input-token-facebook span.btn-token-input-delete {
	background: unset;
	position: relative;
	top: -3px;
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #ffffff;
	transform: rotate(45deg);
}
.navbar .ts-search li.token-input-token-facebook span.btn-token-input-delete::after {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #ffffff;
	transform: rotate(-90deg);
}
.navbar .ts-search ul.token-input-list-facebook li input {
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;
}
.navbar .ts-search:hover ul.token-input-list-facebook li input {
	background-color: rgba(255,255,255,0.2);
}

.ui-autocomplete {
	min-width: unset;
}
.ui-autocomplete.ui-widget-content {
	border: 1px solid #213E4A;
	color: #fff;
	background: #213E4A 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 8px #213E4A65;
	border-radius: 8px !important;
	min-width: 161px;
}
.ui-autocomplete.ui-widget-content a {
	color: #FFFFFF80;
}
.ui-autocomplete .ui-state-hover,
.ui-autocomplete.ui-widget-content .ui-state-hover,
.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete.ui-widget-content .ui-state-focus,
.ui-autocomplete .ui-widget-header .ui-state-focus {
	background: rgba(255,255,255,0.2);
	border: 1px solid #213E4A;
	color: #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.ui-menu .ui-menu-item a .auto_title {
	color: #FFFFFF80;
}
.ui-autocomplete .ui-menu-item {
	width: 97%;
}
.ui-menu .ui-menu-item a.ui-corner-all {
	width: unset;
}
.ui-menu .ui-menu-item a img {
	max-height: 30px;
	max-width: 30px;
	border-radius: 5px;
}

.header-popover {
	border: 0px;
	padding: 0px;
	background: transparent;
}
.header-popover.bottom {
	margin-top: -7px;
}
.OSD-cart .header-popover.bottom {
	margin-top: 0px;
}
.header-popover.bottom .arrow {
	top: 0px;
	border-bottom-color: #283D45;
}
.header-popover.bottom .arrow:after {
	border-bottom-color: #02171F;
}
.header-popover .popover-content {
	padding: 0px;
	line-height: inherit;
}
.popover-container .h-divider {
	width: 100%;
	height: 0px;
	box-shadow: 10px 10px 30px #00000029;
	border: 1px solid #283D45;
	opacity: 1;
	margin: 20px 0px 10px;
	transform: scaleY(0.5);
}
.popover-content .popover-container {
	border-top: 10px solid transparent;
}
.popover-container .logo-bg {
	width: 43px;
	height: 43px;
	background: #082835 0% 0% no-repeat padding-box;
	border: 1px solid #283D45;
	border-radius: 21px;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -21px;
}
.popover-container .logo-bg::after {
	width: 34px;
	height: 10px;
	background: #082835 0% 0% no-repeat padding-box;
	border: 1px solid #082835;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: -2px;
	content: " ";
}
.popover-container .ps-logo {
	width: 27px;
	height: 28px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -11px;
}
.popover-container .kraken-logo {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -13px;
}
.popover-container .header {
	font: normal normal normal 14px/17px Lato;
	letter-spacing: 0px;
}
.popover-container .header .title {
	display: flex;
	justify-content: center;
	font: normal normal normal 14px/17px Lato;
	margin: 10px 0px 3px;
	height: 25px;
	color: #ffffff;
}
.popover-container .header .title img {
	margin-left: 10px;
}
.popover-container .header a:hover {
	text-decoration: none;
}
.popover-container .header .kraken-title {
	padding-left: 17px;
	background: url(/Images/Home/Delta/kraken-tips.png) top left no-repeat;
}
.popover-container .content {
	padding: 20px;
	font-size: 13px;
	background: #02171F 0% 0% no-repeat padding-box;
	color: #ffffff;
	box-shadow: 10px 10px 30px #00000029;
	border: 1px solid #283D45;
	border-radius: 8px;
}
.popover-container .models {
	width: 135px;
}
.popover-container .model-content .header {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.popover-container .model-content ul {
	list-style-type: none;
	padding: 0px;
	float: unset;
	margin: 0px;
}
.popover-container .model-content ul li {
	float: unset;
}
.popover-container .model-content ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	font-size: 14px;
}
.popover-container .model-content ul li a:hover {
	color: #FD8135;
}
.popover-container .model-content ul li i {
	float: right;
	font-size: 12px;
}
.popover-container .content p {
	margin-bottom: 7px;
	line-height: 18px;
}
.popover-container .content .btn-warning {
	width: 122px;
	height: 22px;
	background-color: #ef8748;
	border-color: #ef8748;
}
.popover-container .pixelsquid {
	border-radius: 8px 8px 0px 0px;
	padding: 20px 3px;
	width: 170px;
}
.popover-container .pixelsquid .header,
.popover-container .kraken .header {
	padding-top: 20px;
}
.popover-container .pixelsquid .header .title:hover {
	color: #ED145B;
}
.popover-container .header .title span {
	mask: url(../img/Home/icon_right_arrow.svg);
	-webkit-mask: url(../img/Home/icon_right_arrow.svg);
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	transition: margin-left,0.3s;
}
.popover-container .pixelsquid .header .title span {
	background: #ED145B;
}
.popover-container .pixelsquid .header .title:hover span {
	margin-left: 5px;
}
.popover-container .kraken .title:hover{
	color: #FD8135;
}
.popover-container .kraken .header .title span {
	background: #FD8135;
	margin-left: 20px;
}
.popover-container .kraken .header .title:hover span {
	margin-left: 25px;
}
.popover-container .learn-more {
	background: #283D45 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 8px 8px;
	color: #ffffff;
	padding: 20px 3px;
	text-align: center;
	width: 172px;
}
.popover-container .learn-more  a,
.popover-container .learn-more  p {
	color: #ffffff;
}
#AssetManagerPage .popover-container p {
	font-size: 13px;
	color:#fff !important; 
	margin: 0px 0px 10px;;
	padding: unset;
	line-height: unset;
}
.popover-container .btn-warning {
	width: 111px;
	height: 17px;
	background: #ED145B 0% 0% no-repeat padding-box;
	border-radius: 15px;
	border-color: #ED145B;
	padding-top: 5px;
}
.popover-container .btn-warning:hover {
	background: #B51046 0% 0% no-repeat padding-box;
}
.popover-container .kraken {
	border-radius: 8px 8px 0px 0px;
	padding: 20px 3px;
	width: 170px;
}
.popover-container .kraken+.learn-more .btn-warning {
	background: #FF8135 0% 0% no-repeat padding-box;
	border-color: #FF8135;
}
.popover-container .kraken+.learn-more .btn-warning:hover {
	background: #C65C1C 0% 0% no-repeat padding-box;
}
.popover-container .user {
	border-radius: 8px 8px 0px 0px;
	padding: 10px 20px;
	width: 135px;
}
.popover-container .arrow-user {
	margin-left: 51px !important;
}
.popover-container .contact-content {
	width: 171px;
	font-size: 14px;
}
.popover-container .contact-content p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
.popover-container .contact-content .support_chat {
	cursor: pointer;
	font: normal normal normal 14px/30px Lato;
	letter-spacing: 0px;
	color: #3FA7E0;
}
.popover-container .contact-content a {
	font: normal normal normal 14px/20px Lato;
	letter-spacing: 0px;
	color: #3FA7E0;
}
.popover-container .contact-content .support_chat:hover,
.popover-container .contact-content a:hover {
	color: #55C4FD;
	text-decoration: none;
}
.popover-container .contact-content .tips {
	line-height: 20px;
}
.popover-container .contact-content .tips strong {
	padding-bottom: 7px;
	display: block;
}
.popover-container .contact-content .tips span:hover {
	color: #FD8135;
}
.popover-container .OSD-content {
	width: 140px;
	font-size: 14px;
}
.popover-container .OSD-content strong {
	font: normal normal bold 14px/17px Lato;
	color: #8FB56D;
	display: inline-block;
	padding-bottom: 10px;
}
.popover-container .OSD-content i,
.popover-container .OSD-content span {
	color: #8FB56D;
	font-weight: bold;
}

.navbar-wrapper .navbar .navbar-toggle {
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	width: 40px;
	height: 28px;
	padding-top: 5px;
	display: none;
}
.navbar-wrapper .navbar .navbar-toggle .icon-bar {
	position: relative;
	background-color: #fff;
}
.navbar-wrapper .navbar .navbar-toggle .icon-bar1 {
	top: 0px;
	left: 0px;
	width: 40px;
	margin: 0px;
	transform: rotate(0deg);
	transition: all 0.3s;
}
.navbar-wrapper .navbar .navbar-toggle .icon-bar2 {
	top: 4px;
	left: 6px;
	width: 33px;
	transition: width 0.3s;
}
.navbar-wrapper .navbar .navbar-toggle .icon-bar3 {
	top: 7px;
	left: 13px;
	width: 26px;
	transform: rotate(0deg);
	transition: all 0.3s;
}
.navbar-wrapper .navbar .navbar-toggle-show .icon-bar1 {
	top: 12px;
	left: 5px;
	width: 28px;
	transform: rotate(-45deg);
}
.navbar-wrapper .navbar .navbar-toggle-show .icon-bar2 {
	width: 0px;
	visibility: hidden;
}
.navbar-wrapper .navbar .navbar-toggle-show .icon-bar3 {
	top: 0px;
	left: 6px;
	width: 28px;
	transform: rotate(45deg);
}

@media (max-width: 768px) {
	body:not(#Home) .navbar-wrapper{
		position: sticky;
		top: 0px;
		z-index: 99;
	}
	.navbar-wrapper .navbar {
		border: none;
	}
	.navbar-wrapper .navbar .menu-container,
	.navbar-wrapper .navbar .user-wrap {
		display: none;
	}
	.navbar-wrapper .navbar .navbar-menu {
		margin-right: 1px;
		font-size: 15px;
		margin-top: 15px;
	}
	.navbar-wrapper .navbar .navbar-toggle {
		display: block;
	}
	.navbar-wrapper .navbar .menu-container.in {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #082835;
		z-index: 10;
		display: block;
	}
	.navbar-wrapper .navbar .navbar-menu .arrow-down {
		float: right;
		border-color: #F7F7F7;
	}
	#hamburger {
		padding: 50px 30px 30px 30px;
		min-height: calc(100vh - 50px);
	}
	#Home #hamburger {
		padding: 30px;
	}
	#hamburger .divider {
		display: none;
	}
	#hamburger ul {
		margin: 0px 0px 0px;
		float: none;
	}
	#hamburger li {
		float: none;
	}
	#hamburger li a.navbar-menu {
		color: #F7F7F7;
		font-size: 16px;
	}
	.popover-container {
		overflow: overlay;
		text-align: center;
		border-top: 1px solid #283D45;
		border-bottom: 1px solid #283D45;
		margin-top: 12px;
		margin-bottom: 15px;
	}
	.kraken-container {
		border-bottom: 0px;
		margin-bottom: 5px;
	}
	.popover-container .content {
		padding: unset;
		font-size: unset;
		background: unset;
		box-shadow: unset;
		border: unset;
		border-radius: unset;
	}
	.popover-container .models {
		width: unset;
	}
	.popover-container .h-divider,
	.popover-container .logo-bg,
	.popover-container .header .title span,
	.popover-container .model-content .header {
		display: none;
	}
	.popover-container .model-content {
		height: 230px;
	}
	.popover-container .model-content ul li a {
		font-size: 16px;
	}
	.popover-container .ps-logo {
		position: unset;
		margin-top: 15px;
		margin-left: unset;
	}
	.popover-container .header .title {
		background: transparent;
		border: 1px solid #ED145B;
		border-radius: 33px;
		width: 200px;
		height: 46px;
		color: #ED145B !important;
		display: inline-block;
		padding-top: 13px;
		margin-top: 16px;
		text-transform: uppercase;
	}
	.popover-container .learn-more {
		width: unset;
		background: unset;
	}
	.popover-container .learn-more p {
		font-size: 18px;
		width: 172px;
		margin: auto;
	}
	.popover-container .btn-warning {
		font-size: 16px;
	}
	.popover-container .kraken-logo {
		position: unset;
		margin-top: 15px;
		margin-left: unset;
	}
	.kraken-container .header .title {
		border: 1px solid #FD8135;
		color: #FD8135 !important;
	}
	.kraken-container .learn-more .btn-warning {
		background: #FF8135 0% 0% no-repeat padding-box;
		border-color: #FF8135;
	}
	.popover-container .btn-warning {
		background: #FD8135 0% 0% no-repeat padding-box;
		border-color: #FD8135;
	}
	.navbar-wrapper .navbar .anonymous-user {
		display: block;
		position: absolute;
		bottom: 30px;
		border-top: 1px solid #283D45;
		width: calc(100% - 60px);
		padding-top: 20px;
	}
	.navbar-wrapper .navbar .anonymous-user .action {
		background: transparent;
		border: 1px solid #C1C1C1;
		border-radius: 33px;
		width: 106px;
		height: 46px;
		color: #C1C1C1 !important;
		display: inline-block;
		padding-top: 11px;
		margin-top: 18px;
		text-transform: uppercase;
		font-size: 16px;
	}
	.navbar-wrapper .navbar .anonymous-user .create-account {
		width: 100%;
		color: #C1C1C1 !important;
		display: inline-block;
		margin-top: 29px;
		text-transform: uppercase;
		font-size: 16px;
	}
	.navbar-wrapper .navbar .ts-search {
		top: 50px;
		position: absolute;
		z-index: 10;
		width: calc(100vw - 51px);
		height: 36px;
		border-radius: 18px;
		margin: 10px;
		display: none;
	}
	.navbar-wrapper .navbar .ts-search ul.token-input-list-facebook {
		display: block;
	}
	.navbar-wrapper .navbar .ts-search ul.token-input-list-facebook li {
		height: 28px !important;
	}
	.navbar .ts-search li.token-input-input-token-facebook {
		float: unset;
		background: transparent !important;
	}
	.navbar .ts-search li.token-input-token-facebook {
		margin: 4px 0 0 4px;
		padding: 2px 5px;
	}
	.navbar-wrapper .navbar .ts-search ul.token-input-list-facebook li:first-child {
		border-radius: 16px 4px 4px 16px;
	}
	.navbar .ts-search ul.token-input-list-facebook li input,
	.navbar .ts-search:hover ul.token-input-list-facebook li input {
		background-color: rgba(255,255,255,0);
		height: 28px;
	}
	.navbar-wrapper .navbar .ts-search .btn-default {
		height: 36px;
	}
	.navbar-wrapper .navbar .ts-search .btn-default .glyphicon {
		top: 2px;
	}
	.navbar-wrapper .navbar .ts-search #NavTextField {
		padding: 0px 2px 0px 16px;
		height: 36px;
		font-size: 16px;
	}
	.navbar-wrapper .navbar .account .h-divider {
		width: 138px;
		margin: 10px auto 0px;
	}
}

@media (min-width: 769px) {
	.navbar-wrapper .navbar .ts-search.opened {
		width: 200px;
	}
}
@media (min-width: 1100px) {
	.navbar-wrapper .navbar .ts-search.opened {
		width: 300px;
	}
}
@media (min-width: 1920px) {
	.navbar-wrapper .navbar .navbar-menu {
		font: normal normal normal 16px/19px Lato;
	}
	.navbar-wrapper .navbar .navbar-menu .arrow,
	#footer_language_select .ts-label .arrow {
		padding: 4px;
	}
	.navbar-wrapper .navbar .navbar-menu .arrow-down,
	#footer_language_select .ts-label .arrow-down {
		margin-top: 4px;
	}
	.navbar-wrapper .navbar .navbar-menu .arrow-right,
	#footer_language_select .ts-label .arrow-right {
		margin-top: 6px;
	}
	.navbar-wrapper .navbar .cart .icon-cart {
		width: 25px;
		height: 24px;
	}
	.shopping-cart-count .discount-amount {
		font: normal normal 600 13px/16px Lato;
	}
	.navbar-wrapper .navbar .user-wrap .navbar-menu .icon-user {
		width: 19px;
		height: 24px;
	}
	.header-popover .popover-content {
		padding-top: 7px;
	}
	.header-popover.bottom .arrow {
		top: 7px;
	}
}
/* CUSTOMIZE THE DELTA NAVBAR END */
