select.bs-select-hidden,
select.selectpicker {
	display: none!important
}

.bootstrap-select {
	width: 220px\9
}

.bootstrap-select>.dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #999
}

.bootstrap-select>select {
	position: absolute!important;
	bottom: 0;
	left: 50%;
	display: block!important;
	width: .5px!important;
	height: 100%!important;
	padding: 0!important;
	opacity: 0!important;
	border: 0
}

.bootstrap-select>select.mobile-device {
	top: 0;
	left: 0;
	display: block!important;
	width: 100%!important;
	z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48
}

.bootstrap-select.fit-width {
	width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
	outline: thin dotted #333!important;
	outline: 5px auto -webkit-focus-ring-color!important;
	outline-offset: -2px
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: 0
}

.bootstrap-select.form-control:not([class*=col-]) {
	width: 100%
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
	float: none;
	display: inline-block;
	margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
	float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
	margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
	cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
	outline: 0!important
}

.bootstrap-select.btn-group.bs-container {
	position: absolute;
	height: 0!important;
	padding: 0!important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
	z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
	width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: .9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
	z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, .2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, .2);
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid #fff;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
	display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
	padding: 4px 8px
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bs-actionsbox .btn-group button {
	width: 50%
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bs-donebutton .btn-group button {
	width: 100%
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none
}

.bootstrap-select>.btn-default {
	border-radius: 0!important;
	padding: 2px 16px
}

header.dark {
	background-color: #444
}

header.light {
	background-color: #fff
}

nav {
	position: relative
}

header.dark nav {
	background-color: rgba(255, 255, 255, 0.5)
}

header.light nav {
	background-color: rgba(0, 0, 0, 0.5)
}

ul.main-nav {
	list-style-type: none;
	padding: 0;
	font-size: 0;
	margin: 0 auto
}

ul.main-nav>li {
	display: inline-block;
	padding-left: 0
}

ul.main-nav>li>a {
	display: block;
	padding: 20px 10px;
	position: relative;
	font-size: 18px;
	color: #58595b!important;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 18px!important
}

ul.main-nav>li:hover {
	background-color: #f9f9f9
}

ul.main-nav>li:hover>a {
	color: #333;
	font-weight: 400
}

ul.main-nav>li ul.sub-menu-lists {
	margin: -8px;
	padding: 0;
	list-style-type: none;
	display: block
}

ul.main-nav>li ul.sub-menu-lists>li {
	padding: 2px 0;
	z-index: 100
}

ul.main-nav>li ul.sub-menu-lists>li>a {
	font-size: 14px
}

.ic {
	position: fixed;
	cursor: pointer;
	display: inline-block;
	right: 25px;
	width: 32px;
	height: 24px;
	text-align: center;
	top: 0;
	outline: 0
}

.ic.close {
	opacity: 1;
	background: green;
	font-size: 0;
	font-weight: 300;
	color: #fff;
	top: 8px;
	height: 40px;
	display: block;
	outline: 0
}

.ic.menu {
	top: 8px;
	z-index: 200;
	opacity: 1;
	background: blue
}

.ic.menu .line {
	height: 4px;
	width: 100%;
	display: block;
	margin-bottom: 6px
}

.ic.menu .line-last-child {
	margin-bottom: 0
}

.sub-menu-head {
	margin: 10px 0
}

.banners-area {
	margin-top: 20px;
	padding-top: 15px
}

@media only screen and (max-width:768px) {
	.sub-menu-head {
		color: orange
	}
	.ic.menu {
		display: block
	}
	header.dark .ic.menu .line {
		background-color: #fff
	}
	header.light .ic.menu .line {
		background-color: #000
	}
	.ic.menu .line {
		background: black;
		-webkit-transition: all .4s ease 0s;
		-o-transition: all .4s ease 0s;
		transition: all .4s ease 0s;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center
	}
	.ic.menu:focus .line {
		background-color: #fff!important
	}
	.ic.menu:focus .line:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.ic.menu:focus .line:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -10px
	}
	.ic.menu:focus .line:nth-child(3) {
		transform: translateY(15px);
		opacity: 0
	}
	.ic.menu:focus {
		outline: 0
	}
	.ic.menu:focus~.ic.close {
		opacity: 1;
		z-index: 21;
		outline: 0
	}
	.ic.menu:focus {
		opacity: 1
	}
	nav {
		background-color: transparent
	}
	ul.main-nav {
		z-index: 100;
		padding: 50px 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 0;
		background-color: rgba(0, 0, 0, 1);
		height: 100%;
		overflow: auto;
		-webkit-transition-property: background, width;
		-moz-transition-property: background, width;
		-o-transition-property: background, width;
		transition-property: background, width;
		-webkit-transition-duration: .6s;
		-moz-transition-duration: .6s;
		-o-transition-duration: .6s;
		transition-duration: .6s
	}
	.ic.menu:focus~.main-nav {
		width: 300px;
		background-color: rgba(0, 0, 0, 1)
	}
	ul.main-nav>* {
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: .4s;
		-moz-transition-duration: .4s;
		-o-transition-duration: .4s;
		transition-duration: .4s;
		opacity: 0
	}
	.ic.menu:focus~.main-nav>* {
		opacity: 1
	}
	ul.main-nav>li>a:after {
		display: none
	}
	ul.main-nav>li:first-child {
		border-radius: 0
	}
	ul.main-nav>li {
		display: block;
		border-bottom: 1px solid #444
	}
	ul.main-nav>li>a {
		font-weight: 600
	}
	ul.main-nav>li ul.sub-menu-lists>li a {
		color: #eee;
		font-size: 14px
	}
	.sub-menu-head {
		font-size: 16px
	}
	ul.main-nav>li:hover {
		background-color: transparent
	}
	ul.main-nav>li:hover>a {
		color: #fff;
		text-decoration: none;
		font-weight: 600
	}
	.ic.menu:focus~ul.main-nav>li>div.sub-menu-block {
		border-left: 0 solid #ccc;
		border-right: 0 solid #ccc;
		border-bottom: 0 solid #ccc;
		position: relative;
		visibility: visible;
		opacity: 1.0
	}
	.sub-menu-block {
		padding: 0 30px
	}
	.banners-area {
		padding-bottom: 0
	}
	.banners-area div {
		margin-bottom: 15px
	}
	.banners-area {
		border-top: 1px solid #444
	}
}

@media only screen and (min-width:769px) {
	.ic.menu {
		display: none
	}
	ul.main-nav {
		display: block;
		position: relative
	}
	.sub-menu-block {
		padding: 15px
	}
	ul.main-nav>li>div.sub-menu-block {
		visibility: hidden;
		background-color: #f9f9f9;
		position: absolute;
		margin-top: 0;
		width: 100%;
		color: #333;
		left: 0;
		box-sizing: border-box;
		z-index: 100;
		font-size: 16px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		opacity: 0;
		-webkit-transition: all .4s ease 0s;
		-o-transition: all .4s ease 0s;
		transition: all .4s ease 0s;
		-webkit-transform: rotateX(90deg);
		-moz-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotateX(90deg);
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center
	}
	ul.main-nav>li:hover>div.sub-menu-block {
		background-color: #f9f9f9;
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg)
	}
	ul.main-nav>li>div.sub-menu-block>* {
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: .4s;
		-moz-transition-duration: .4s;
		-o-transition-duration: .4s;
		transition-duration: .4s;
		opacity: 0
	}
	ul.main-nav>li:hover>div.sub-menu-block>* {
		opacity: 1
	}
	.sub-menu-head {
		font-size: 20px
	}
	header.dark ul.main-nav>li>a {
		border-right: 1px solid #bbb
	}
	header.light ul.main-nav>li>a {
		border-right: 1px solid #666
	}
	ul.main-nav>li>a:after {
		content: '';
		width: 1px;
		height: 62px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100
	}
	header.dark ul.main-nav>li>a:after {
		background-color: #777
	}
	header.light ul.main-nav>li>a:after {
		background-color: #999
	}
	ul.main-nav>li>a.mega-menu>span {
		display: block;
		vertical-align: middle
	}
	ul.main-nav>li>a.mega-menu>span:after {
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #666;
		content: '';
		background-color: transparent;
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle
	}
	.mega-nav a {
		color: #666
	}
	ul.main-nav>li:hover>a.mega-menu span:after {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 0 solid transparent;
		border-bottom: 5px solid #666
	}
	.banners-area {
		border-top: 1px solid #ccc
	}
}

.menu-title {
	background: url("../themes/leometr/img/default/bullet.png") no-repeat scroll 5px 8px transparent;
	font-size: 12px;
	padding: 7px 0 5px 30px;
	text-transform: capitalize
}

.full {
	width: 100%
}

.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block
}

.footer {
	background: #333;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ddd;
	margin-top: 2%
}

.footer p {
	margin: 0
}

.footer img {
	max-width: 100%
}

.footer h3 {
	border-bottom: 1px solid #bac1c8;
	color: #e60d2e;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	padding: 40px 0 10px;
	text-transform: uppercase
}

.footer ul {
	font-size: 12px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7f8c8d
}

.footer ul li a {
	padding: 0 0 5px 0;
	display: block
}

.footer a {
	color: #bdbdbd
}

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0!important;
	padding-bottom: 0
}

.newsletter-box input#appendedInputButton {
	background: #fff;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%
}

.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff
}

.newsletter-box {
	overflow: hidden
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #bbb 0, #f0f0f0 100%);
	box-shadow: 0 1px 0 #b4b3b3
}

.social li {
	background: none repeat scroll 0 0 #b5b5b5;
	border: 2px solid #b5b5b5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s
}

.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg)
}

.social li a {
	color: #edeff1
}

.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50
}

.social li a i {
	font-size: 16px;
	margin: 7px 3px 8px 7px;
	color: #edeff1!important
}

.footer-bottom {
	background: #212121;
	padding-top: 10px;
	padding-bottom: 10px
}

.footer-bottom p.pull-left {
	padding-top: 6px
}

.payments {
	font-size: 1.5em
}

.foot-a a {
	position: relative;
	display: inline-block;
	outline: 0;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3)
}

foot-a a:hover,
foot-a a:focus {
	outline: 0
}

.foot-a a::before,
.foot-a a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .2s;
	-moz-transition: -moz-transform .3s, opacity .2s;
	transition: transform .3s, opacity .2s
}

.foot-a a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px)
}

.foot-a a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px)
}

.foot-a a:hover::before,
.foot-a a:hover::after,
.foot-a a:focus::before,
.foot-a a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px)
}

.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	direction: ltr;
	box-shadow: none;
	padding: 0
}

.qtip-content,
.qtip-titlebar {
	position: relative;
	overflow: hidden
}

.qtip-content {
	padding: 5px 9px;
	text-align: left;
	word-wrap: break-word
}

.qtip-titlebar {
	padding: 5px 35px 5px 10px;
	border-width: 0 0 1px;
	font-weight: 700
}

.qtip-titlebar+.qtip-content {
	border-top-width: 0!important
}

.qtip-close {
	position: absolute;
	right: -9px;
	top: -9px;
	z-index: 11;
	cursor: pointer;
	outline: 0;
	border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
	right: 4px;
	top: 50%;
	margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
	top: 16px
}

.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
	display: block;
	text-indent: -1000em;
	direction: ltr
}

.qtip-icon,
.qtip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none
}

.qtip-icon .ui-icon {
	width: 18px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal 700 10px/13px Tahoma, sans-serif;
	color: inherit;
	background: -100em -100em no-repeat
}

.qtip-default {
	border: 1px solid #f1d031;
	background-color: #ffffa3;
	color: #555
}

.qtip-default .qtip-titlebar {
	background-color: #ffef93
}

.qtip-default .qtip-icon {
	border-color: #CCC;
	background: #f1f1f1;
	color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
	border-color: #AAA;
	color: #111
}

.ui.loader:after,
.ui.loader:before {
	content: ''
}

.ui.loader,
.ui.loader:after,
.ui.loader:before {
	position: absolute;
	left: 50%
}

.ui.dimmer,
.ui.loader {
	text-align: center;
	z-index: 1000
}

.animating.dimmable:not(body),
.dimmed.dimmable:not(body),
body.animating.in.dimmable,
body.dimmed.dimmable {
	overflow: hidden
}

.ui.loader {
	display: none;
	top: 50%;
	margin: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.ui.dimmer .loader,
.ui.loader.active,
.ui.loader.visible {
	display: block
}

.ui.loader:before {
	top: 0;
	border-radius: 500rem;
	border: .2em solid rgba(0, 0, 0, .1)
}

.ui.loader:after {
	top: 0;
	-webkit-animation: loader .6s linear;
	animation: loader .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #aaa transparent transparent;
	border-style: solid;
	border-width: .2em;
	box-shadow: 0 0 0 1px transparent
}

.dimmable,
.ui.inline.loader {
	position: relative
}

@-webkit-keyframes loader {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loader {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.ui.loader:after,
.ui.loader:before {
	width: 2.2585em;
	height: 2.2585em;
	margin: 0 0 0 -1.12925em
}

.ui.mini.loader:after,
.ui.mini.loader:before {
	width: 1.2857em;
	height: 1.2857em;
	margin: 0 0 0 -.64285em
}

.ui.small.loader:after,
.ui.small.loader:before {
	width: 1.7142em;
	height: 1.7142em;
	margin: 0 0 0 -.8571em
}

.ui.large.loader:after,
.ui.large.loader:before {
	width: 4.5714em;
	height: 4.5714em;
	margin: 0 0 0 -2.2857em
}

.ui.dimmer .ui.loader {
	color: #fff
}

.ui.dimmer .ui.loader:before {
	border-color: rgba(255, 255, 255, .15)
}

.ui.dimmer .ui.loader:after {
	border-color: #fff transparent transparent
}

.ui.inverted.dimmer .ui.loader {
	color: rgba(0, 0, 0, .8)
}

.ui.inverted.dimmer>.content>*,
.ui.inverted.loader {
	color: #fff
}

.ui.inverted.dimmer .ui.loader:before {
	border-color: rgba(0, 0, 0, .1)
}

.ui.inverted.dimmer .ui.loader:after {
	border-color: #aaa transparent transparent
}

.ui.text.loader {
	width: auto!important;
	height: auto!important;
	text-align: center;
	font-style: normal
}

.ui.indeterminate.loader:after {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s
}

.ui.loader.disabled,
.ui.loader.hidden {
	display: none
}

.ui.inverted.dimmer .ui.mini.loader,
.ui.mini.loader {
	width: 1.2857em;
	height: 1.2857em;
	font-size: .7857em
}

.ui.inverted.dimmer .ui.small.loader,
.ui.small.loader {
	width: 1.7142em;
	height: 1.7142em;
	font-size: .9285em
}

.ui.inverted.dimmer .ui.loader,
.ui.loader {
	width: 2.2585em;
	height: 2.2585em;
	font-size: 1em
}

.ui.inverted.dimmer .ui.loader.large,
.ui.loader.large {
	width: 4.5714em;
	height: 4.5714em;
	font-size: 1.1428em
}

.ui.mini.text.loader {
	min-width: 1.2857em;
	padding-top: 1.9857em
}

.ui.small.text.loader {
	min-width: 1.7142em;
	padding-top: 2.4142em
}

.ui.text.loader {
	min-width: 2.2585em;
	padding-top: 2.9585em
}

.ui.large.text.loader {
	min-width: 4.5714em;
	padding-top: 5.2714em
}

.ui.inverted.loader:before {
	border-color: rgba(255, 255, 255, .15)
}

.ui.inverted.loader:after {
	border-top-color: #fff
}

.ui.inline.loader {
	vertical-align: middle;
	margin: 0;
	left: 0;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.ui.inline.loader.active,
.ui.inline.loader.visible {
	display: inline-block
}

.ui.dimmer {
	display: none;
	position: absolute;
	top: 0!important;
	left: 0!important;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: rgba(0, 0, 0, .85);
	opacity: 0;
	line-height: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-transition: background-color .5s linear;
	transition: background-color .5s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	will-change: opacity
}

.ui.dimmer>.content {
	width: 100%;
	height: 100%;
	display: table;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text
}

.ui.dimmer>.content>div {
	display: table-cell;
	vertical-align: middle;
	color: #fff
}

.dimmed.dimmable>.ui.animating.dimmer,
.dimmed.dimmable>.ui.visible.dimmer,
.ui.active.dimmer,
.ui.simple.dimmer {
	display: block;
	opacity: 1
}

.ui.segment>.ui.dimmer {
	border-radius: inherit!important
}

.ui.disabled.dimmer {
	width: 0!important;
	height: 0!important
}

.ui.page.dimmer {
	position: fixed;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

body.dimmable>.dimmer {
	position: fixed
}

.ui.dimmer>.top.aligned.content>* {
	vertical-align: top
}

.ui.dimmer>.bottom.aligned.content>* {
	vertical-align: bottom
}

.ui.inverted.dimmer {
	background: rgba(255, 255, 255, .85)
}

.ui.simple.dimmer {
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: -100;
	background-color: transparent
}

.dimmed.dimmable>.ui.simple.dimmer {
	overflow: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	z-index: 1
}

.ui.simple.inverted.dimmer {
	background: rgba(255, 255, 255, 0)
}

.dimmed.dimmable>.ui.simple.inverted.dimmer {
	background: rgba(255, 255, 255, .85)
}

img {
	width: auto;
	height: auto;
	display: block;
	margin: 10px auto;
	border: 0
}

body {
	margin: 0
}

.box-none,
.glen-btn-border {
	box-shadow: none!important
}

a,
a:active,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0
}

body nav p li h1 h2 h3 h4 h5 h6 input {
	font-family: 'Open Sans'!important sans-serif
}

.glen-wish-add {
	background: #9bc856!important
}

.fx {
	position: fixed!important
}

.carousel_icon,
.fa_plus,
.ps-ab {
	position: absolute
}

.card-text>p {
	margin: 0!important
}

.card-title {
	min-height: 40px!important
}

.carousel-control.left,
.carousel-control.right {
	background-image: none!important;
	color: #fff!important;
	opacity: 0
}

.carousel-control.left:hover,
.carousel-control.right:hover {
	background-image: none!important;
	color: #fff!important;
	opacity: 1
}

.carousel-control {
	text-shadow: 2px 3px 4px #000
}

.slick-next:before,
.slick-prev:before {
	color: #2874bc!important
}

.btn-mob {
	#858585!important border: 1px solid #bdbdbd!important
}

.ic.close,
.ic.menu {
	display: none!important
}

.sub-menu-lists li:hover {
	background: #facb42
}

.carousel_icon {
	background: url(https://www.glenindia.com/frontoffice/img/bt-next-prev.png) 0 bottom no-repeat;
	height: 23px;
	left: auto;
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 0;
	right: 38px;
	text-indent: -9999em;
	top: -34px;
	width: 23px;
	overflow: hidden;
	border-radius: 23px
}

.glen-btn-border,
.pay {
	border: 1px solid #cbcdce
}

.fa-chevron-right {
	background-position: 0 0;
	left: auto;
	right: 10px
}

.mt-6 {
	top: 5rem!important
}

.glen-btn-border {
	border-radius: 0!important;
	color: #cbcdce!important;
	font-size: 16px;
	text-align: -webkit-center
}

.help-block {
	margin-left: 23px
}

.fa_plus {
	top: 75px;
	color: #848484
}

.br-comp {
	border: 1px solid;
	border-radius: 0
}

.mt-img {
	margin-top: 52px!important
}

.br-none {
	border: none!important
}

.btn-combo,
.btn-combo:hover {
	color: #fff;
	border-color: transparent;
	border-radius: 0
}

.btn-combo {
	background-color: #6fba54;
	padding: 2px 10px
}

.btn-combo:focus {
	color: #fff
}

.btn-combo:hover {
	box-shadow: 4px 3px 7px 0 #4d4954
}

a:hover {
	color: #17479d
}

.glen-price {
	color: #e60d2e;
	font-weight: 700;
	font-size: 17px!important
}

.glen-price1 {
	color: #e60d2e!important;
	font-weight: 700;
	font-size: 14px!important
}

.f-10 {
	font-size: 10px!important
}

.f-11 {
	font-size: 11px!important
}

.f-12 {
	font-size: 12px!important
}

.f-13 {
	font-size: 13px!important
}

.f-14 {
	font-size: 14px!important
}

.f-16 {
	font-size: 16px!important
}

.f-17 {
	font-size: 17px!important
}

.f-18 {
	font-size: 18px!important
}

.f-19 {
	font-size: 19px!important
}

.f-20 {
	font-size: 20px!important
}

.address-p>p {
	margin: 0!important
}

.address-border {
	border-bottom: 1px solid #2873bc!important
}

.has-error .form-control,
.has-error input:not([type=checkbox]) {
	border-bottom: 0;
	-webkit-box-shadow: inset 0 -1px 0 #e51c23;
	box-shadow: inset 0 -1px 0 #e51c23
}

.has-success .form-control,
.has-success input:not([type=checkbox]) {
	webkit-box-shadow: inset 0 -1px 0 #4caf50!important;
	box-shadow: inset 0 -1px 0 #4caf50!important
}

input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input[type=time],
input[type=url],
select,
textarea {
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	border: 1px solid #bebebe!important;
	padding: 7px!important;
	margin: 0;
	-webkit-transition: all .3s ease-in-out!important;
	-moz-transition: all .3s ease-in-out!important;
	-ms-transition: all .3s ease-in-out!important;
	-o-transition: all .3s ease-in-out!important;
	outline: 0
}

input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	-moz-box-shadow: 0 0 8px #88d5e9!important;
	-webkit-box-shadow: 0 0 8px #88d5e9!important;
	box-shadow: 0 0 8px #88d5e9!important;
	border: 1px solid #88d5e9!important
}

.glen-white-bg>h3 {
	font-size: 16px!important
}

.glen-white-bg>blockquote>li {
	font-size: 13px!important
}

.alert-glen-warning,
.glen-yellow-bg {
	background: #e60d2e!important
}

input[type=text],
textarea {
	background-color: #fff!important;
	border: 1px solid #ddd!important
}

.layered_block_left.collapsed,
.layered_block_left_join {
	border: 0;
	color: #333;
	display: block;
	height: 15px;
	padding: 0;
	width: 15px;
	left: 59px!important;
	cursor: pointer;
	float: right
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
textarea {
	-webkit-appearance: listbox
}

input[type=button]:hover,
input[type=submit]:hover {
	background: #4691a4;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

.combo-shadow,
.glen-shadow,
.product-shadow {
	box-shadow: 0 1px 3px 2px #f1f1f1
}

.layered_block_left.collapsed {
	background: url(https://www.glenindia.com/frontoffice/img/category/menu_down.jpg) no-repeat;
	top: 11px
}

.layered_block_left_join {
	content: "-";
	text-indent: -5000px;
	background: url(https://www.glenindia.com/frontoffice/img/category/menu_up.jpg)!important;
	top: 6px!important
}

::-webkit-input-placeholder {
	color: #9d9d9d!important;
	font-size: 12px;
	padding-left: 10px!important
}

::-moz-placeholder {
	color: #9d9d9d!important;
	font-size: 12px;
	padding-left: 10px!important
}

:-ms-input-placeholder {
	color: #9d9d9d!important;
	font-size: 12px;
	padding-left: 10px!important
}

:-moz-placeholder {
	color: #9d9d9d!important;
	font-size: 12px;
	padding-left: 10px!important
}

.vm {
	vertical-align: middle!important
}

.pink-top-banner {
	background-color: #d21f45;
	color: #fff;
	margin: 0;
	padding: 0
}

.combo-price {
	color: #d21f45!important
}

.glen-red {
	background: #d21f45!important
}

.label-offer {
	background-color: #edc563!important
}

.btn-glen,
.glen-bg {
	background-color: #2874bc!important
}

.combo-shadow {
	margin: 14px
}

.product-shadow {
	margin: 2px
}

.product-shadow:hover {
	box-shadow: 2px 1px 7px 5px #dadada
}

.combo-shadow:hover {
	box-shadow: 2px 2px 7px 4px #c3c3c3;
	cursor: pointer
}

.top-banner-heading {
	color: #fff!important;
	padding: 14px 0!important;
	margin: 0;
	font-size: 30px
}

.cmn-h1 {
	color: #17479d!important;
	font-size: 35px!important;
	line-height: 43px!important;
	margin: -37px 0 24px!important
}

.dspn {
	display: none
}

.btn-glen {
	color: #fff;
	border-color: transparent;
	border-radius: 0
}

.label-combo-green,
.label-combo-yellow {
	color: #FFF;
	padding: 6px;
	margin-top: -34px
}

.wish-green {
	background-color: #9ccb49!important
}

.label-combo-green {
	background-color: #6fba54
}

.label-combo-yellow {
	background-color: #e60d2e
}

.txt-center {
	text-align: -moz-center;
	text-align: -webkit-center
}

.compare_div {
	border: 1px solid #d7eaf0!important
}

.sp-2 {
	letter-spacing: 2px!important
}

.sp-3 {
	letter-spacing: 3px!important
}

.sp-4 {
	letter-spacing: 4px!important
}

.sp-5 {
	letter-spacing: 5px!important
}

.text-glen {
	color: #17479d!important
}

.glen-txt1 {
	color: #2874bc!important
}

.glen-white-bg {
	background: #fff
}

.glen-white {
	color: #fff!important
}

.glen-black {
	color: #000!important
}

.glen-border {
	border-radius: 0!important
}

.glen-div-border {
	border: 1px solid #c5c5c5!important
}

.bd1 {
	border: 1px solid #d7d7d7!important
}

.glen-yellow {
	color: #e60d2e!important
}

.glen-grey {
	color: #808285!important
}

.glen-grey1 {
	color: #57575a!important
}

.glen-grey2 {
	color: #49494!important
}

.glend-back {
	color: #fff!important;
	background-color: #1a5387!important;
	border-color: transparent;
	border-radius: 0
}

.glen-bc {
	background: #2974bd!important
}

.glen-discount {
	color: #f33f00!important
}

.enq-h3 {
	font-size: 16px
}

.enq-p {
	padding: 0 0 10px;
	font-size: 12px;
	line-height: 19px
}

#search5,
#search51 {
	font: 700 12px Arial, Helvetica, Sans-serif;
	-webkit-transition: all .7s ease 0s
}

.glen-brd {
	border: 3px solid
}

.error_class {
	border: 1px solid red;
	box-shadow: 2px 2px 5px -1px #f009e
}

.btn-glen:focus {
	color: #fff
}

.btn-glen:hover {
	color: #fff;
	border-color: transparent;
	border-radius: 0;
	box-shadow: 4px 3px 7px 0 #4d4954
}

#search5back {
	margin: 0 auto
}

#search5 {
	background: url(data:image/png;base64,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) 10px 6px no-repeat #444;
	border: 0;
	color: #777;
	width: 150px;
	padding: 6px 15px 6px 35px;
	border-radius: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 1px 3px rgba(0, 0, 0, .2) inset
}

#search51:focus,
#search5:focus {
	width: 200px;
	outline: 0
}

#search51 {
	background: url(data:image/png;base64,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) 10px 6px no-repeat #fcfcfc;
	background-position-x: 45em;
	background-position-y: 10px;
	border: 1px solid #d1d1d1;
	color: #bebebe;
	padding: 15px 14px 8px 34px;
	border-radius: 20px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
	width: -webkit-fill-available!important
}

.card-body>ul {
	line-height: 18px;
	font-weight: 450;
	text-align: -webkit-auto
}

.ip_price {
	width: 75px!important;
	border: 2px solid #facb42!important;
	background-color: #fff
}

.fw-300 {
	font-weight: 300!important
}

.fw-400 {
	font-weight: 400!important
}

.fw-500 {
	font-weight: 500!important
}

.fw-600 {
	font-weight: 600!important
}

.fw-700 {
	font-weight: 700!important
}

.fw-800 {
	font-weight: 800!important
}

a {
	text-decoration: none!important
}

.a-dec,
.scrollToTop,
.scrollToTop:hover {
	text-decoration: none
}

.cmn-brd {
	border: 1px solid #dadada
}

.cmn-jst {
	text-align: justify
}

.cmn-white {
	color: #fff;
	font-size: 14px!important
}

.hlp-ln {
	float: right;
	padding: 9px
}

.cs-list {
	border: none!important;
	padding: 5px;
	margin-left: -10px
}

.btn-filter {
	border: 0;
	box-shadow: none;
	text-align: left;
	width: 10em;
	padding: inherit;
	background-color: #e9e9e9!important
}

.p_filter {
	margin: 0
}

.pay {
	padding: 4px 0;
	color: #cbcdce;
	font-size: 12px;
	text-align: -webkit-center;
	width: 100%
}

.pay-cart,
.pay-combo {
	border: 1px solid #cbcdce;
	padding: 9px 0;
	color: #cbcdce;
	font-size: 12px;
	text-align: -webkit-center
}

.pay-cart {
	width: 121%
}

.pay-combo {
	width: 42%
}

.comp-button.close {
	background: 0 0!important
}

.pay_cst {
	margin-top: 7px!important
}

.clhov {
	text-align: center;
	padding: 0 5px
}

.clhov a:link {
	color: #000!important;
	margin-top: 6px;
	font-weight: 500
}

.clhov a:hover {
	color: #5074bc!important
}

.filter-back {
	background: #f6f7f6
}

.floating_head {
	background: #e60d2e;
	color: #fff;
	font-weight: 400;
	height: 37px
}

.main_container {
	background: #fff
}

.mt-head {
	margin-top: 25px
}

.txt-rt {
	text-align: -webkit-right
}

.compare-alert {
	background: #d7eaf0!important;
	color: #020202!important
}

.compare-card {
	min-height: 0!important
}

.compare-image {
	height: 8em!important;
	padding: 5px
}

.war-btn {
	border-radius: 21px;
	font-style: oblique
}

.btn-cart {
	margin-left: 10px
}

.hlp {
	color: #2196f3
}

.hlpln {
	float: right;
	padding-right: 25px!important
}

.best {
	color: #f44336
}

.br-l {
	border-right: 2px solid #DDD
}

.a-dec {
	color: #666
}

.header .container .links {
	font-family: helvetica!important;
	margin-right: 30px
}

.header .container .links a {
	color: #fff!important;
	font-family: helvetica!important
}

.col-item {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	background: #FFF
}

.col-item .photo img {
	margin: 0 auto;
	width: 100%
}

.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px
}

.col-item:hover .info {
	background-color: beige
}

.col-item .price {
	float: left;
	margin-top: 5px
}

.col-item .price h5 {
	line-height: 20px;
	margin: 0
}

.price-text-color {
	color: #ebc048
}

.col-item .info .rating {
	color: #777
}

.col-item .rating {
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px
}

.col-item .separator {
	border-top: 1px solid #e1e1e1
}

.clear-left {
	clear: left
}

.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center
}

.controls,
.f1-steps {
	margin-top: 20px
}

.f1-step,
.f1-step-icon {
	text-align: -webkit-center
}

.col-item .separator p i {
	margin-right: 5px
}

.col-item .btn-add {
	width: 50%;
	float: left;
	border-right: 1px solid #e1e1e1
}

.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px
}

[data-slide=prev] {
	margin-right: 10px
}

.btn-file {
	position: relative
}

.btn-file input[type=file] {
	position: absolute;
	top: -9999999;
	filter: alpha(opacity=0);
	opacity: 0;
	width: 0;
	height: 0;
	outline: 0;
	cursor: inherit
}

.f1-steps {
	overflow: hidden;
	position: relative
}

.f1-progress {
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd
}

.f1-step {
	position: relative;
	float: left;
	width: 33.333333%;
	padding: 0 5px
}

.f1-step-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 4px;
	background: #ddd;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.morecontent span,
.scrollToTop {
	display: none
}

.f1-step-icon.active {
	background: #2874bc
}

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 50px;
	color: #ddd;
	line-height: 100px;
	text-align: right
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px
}

.form-top {
	overflow: hidden;
	padding: 0 25px;
	background: #f3f3f3;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left
}

.form-bottom {
	padding: 25px 25px 30px;
	background: #fff;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
	border: 1px solid #e2dede;
	margin-bottom: 24px
}

.btn-link-1-facebook {
	background: #4862a3;
	color: #fff
}

.btn-link-1-twitter {
	background: #55acee;
	color: #fff
}

.btn-link-1-google-plus {
	background: #dd4b39;
	color: #fff
}

.scrollToTop {
	width: 100px;
	height: 130px;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	color: #444;
	position: fixed;
	bottom: 0;
	right: 40px
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.sub-menu-block {
	width: auto!important;
	left: auto!important
}

@media only screen and (min-width :992px) {
	.md-cstm {
		width: auto!important;
		margin-left: 186px!important
	}
}

@media only screen and (min-width :1200px) {
	.menu-1 {
		height: 12em!important
	}
	.menu-2 {
		height: 13em!important
	}
	.menu-3 {
		height: 6em!important;
		min-height: 100px
	}
	.md-cstm {
		width: 15%;
		left: 186px
	}
}

@media only screen and (max-width :1200px) {
	.md-cstm {
		width: auto!important;
		margin-left: 186px!important
	}
}

@media only screen and (max-width :992px) {
	.mega-nav {
		box-shadow: none;
		margin: -41px
	}
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.m-0 {
	margin: 0!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.m-1 {
	margin: .25rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.m-2 {
	margin: .5rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.m-3 {
	margin: 1rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mr-5,
.mx-5 {
	margin-right: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.m-5 {
	margin: 3rem!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.p-0 {
	padding: 0!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.p-1 {
	padding: .25rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.p-2 {
	padding: .5rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.p-3 {
	padding: 1rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pr-5,
.px-5 {
	padding-right: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

.p-5 {
	padding: 3rem!important
}

.m-auto {
	margin: auto!important
}

@media(min-width:576px) {
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.m-sm-0 {
		margin: 0!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
}

@media(min-width:768px) {
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.m-md-0 {
		margin: 0!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
}

@media(min-width:992px) {
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.m-lg-0 {
		margin: 0!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
}

@media(min-width:1200px) {
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.m-xl-0 {
		margin: 0!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
}

.text-justify {
	text-align: justify!important
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-normal {
	font-weight: 400
}

.font-weight-bold {
	font-weight: 700
}

.font-italic {
	font-style: italic
}

.text-white {
	color: #fff!important
}

.text-muted {
	color: #636c72!important
}

.slide-out-div {
	padding: 10px;
	width: 409px;
	background: #fff;
	border: 1px solid #29216d;
	z-index: 16776274;
	color: #555;
	font-size: 13px;
	height: auto!important
}

.m1,
.m2 {
	padding: 5px;
	background-color: #ffebb2
}

.offer-heading,
.offer-menu-a,
hr.style-eight:after {
	font-size: 16px;
	text-transform: uppercase
}

.m1 {
	border: 3px dotted #ffe391;
	border-right: 0;
	line-height: 16px!important
}

.m2 {
	border: 3px dotted #ffe391;
	border-left: none
}

.enq-contact {
	background-color: #2b78e4;
	color: #f5f5fb;
	border: 1px solid #333;
	-moz-box-shadow: 2px 2px 0 0 #333;
	-webkit-box-shadow: 2px 2px 0 0 #333;
	box-shadow: 2px 2px 0 0 #333;
	cursor: pointer;
	border-radius: 0!important;
	padding: 3px 4px;
	left: 6px
}

.hr-break {
	padding-bottom: 5px;
	border: 0;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #fff
}

.offer-menu {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #f4f4f4;
	margin-bottom: 10px
}

.offer-menu-a.active,
.offer-menu-a:hover {
	color: #d21f45!important
}

a {
	color: #6e6f70;
	outline: 0
}

.offer-menu-a {
	border-right: 1px solid #6e6f70;
	padding-right: 15px;
	padding-left: 15px;
	color: #6e6f70!important;
	line-height: 24px
}

.span2 {
	width: 14.893617021277%;
	margin-left: 0
}

.heading-hr {
	border: 1px solid #d21f45;
	margin: 17px 0;
	width: 30px
}

.offer-heading {
	color: #6e6f70;
	margin: 10px 0!important;
	padding: 0
}

hr.style-eight {
	overflow: visible;
	padding: 0;
	border: 0;
	border-top: 2px solid #d21f45;
	width: 50%;
	color: #6e6f70;
	text-align: center
}

hr.style-eight:after {
	content: "DISCOUNTED PRODUCTS";
	display: inline-block;
	position: relative;
	top: -16px;
	padding: 0 .25em;
	background: #fff
}

.wrapper {
	-webkit-box-shadow: 0 0 8px rgba(178, 169, 169, .3);
	-moz-box-shadow: 0 0 8px rgba(178, 169, 169, .3);
	box-shadow: 0 0 8px rgba(178, 169, 169, .3);
	position: relative;
	z-index: 90
}

.ribbon-wrapper-green,
.ribbon-wrapper-offer {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute
}

.ribbon-wrapper-green {
	top: -3px;
	right: -3px
}

.ribbon-wrapper-offer {
	top: 0;
	right: 14px
}

.ribbon-green {
	font: 700 12px Sans-Serif;
	text-align: center;
	text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #1a5387;
	color: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.ribbon-green:after,
.ribbon-green:before {
	content: "";
	border-top: 3px solid #6e8900;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px
}

.ribbon-green:before {
	left: 0
}

.ribbon-green:after {
	right: 0
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px
}

.btn-compare {
	position: absolute;
	top: 3px
}

.btn-cmp {
	position: absolute;
	top: 5px;
	float: left!important;
	font-size: 12px;
	font-weight: 400;
	left: 5px;
	border: 1px solid #000;
	box-shadow: none!important;
	color: #000;
	border-radius: 0;
	padding: 3px;
	background: #bfbebb
}

.morelink {
	display: block;
	padding-top: 6px;
	color: #808285;
	font-weight: 600
}

@media only screen and (min-width:320px) {
	.pay-cart {
		border: 1px solid #cbcdce;
		padding: 8px 0;
		color: #cbcdce;
		font-size: 12px;
		text-align: -webkit-center;
		width: 74%
	}
	.btn-compare {
		position: absolute;
		top: 3px;
		left: 7px
	}
	.fxm-12 {
		font-size: 12px!important
	}
	.fwxm-500 {
		font-weight: 500!important
	}
	.fwxm-600 {
		font-weight: 600!important
	}
	.fwxm-700 {
		font-weight: 700!important
	}
	.jssocials-shares {
		display: block
	}
	.jssocials-shares>div {
		margin: 4px
	}
	mxs-0 {
		margin: 0!important
	}
	pxs-0 {
		padding: 0!important
	}
	.slide-out-div {
		width: 269px
	}
	.sm-enq {
		display: none
	}
	.enq-txtarea {
		height: 38px
	}
	.menu-t-1,
	.menu-t-2 {
		display: none
	}
	.hob-mob {
		content: url("/banner/home/hob/hob-320.jpg")
	}
	.microwave-mob {
		content: url("/banner/home/microwave/microwave-320.jpg")
	}
	.juicer-mob {
		content: url("/banner/home/juicer/juicer-320.jpg")
	}
}

@media only screen and (min-width:480px) {
	msm-0 {
		margin: 0!important
	}
	mxs-0 {
		padding: 0!important
	}
	.jssocials-shares>div {
		margin: 4px
	}
	.jssocials-shares {
		display: block
	}
	.pay-cart {
		border: 1px solid #cbcdce;
		padding: 8px 0;
		color: #cbcdce;
		font-size: 12px;
		text-align: -webkit-center;
		width: 74%
	}
	.btn-compare {
		position: absolute;
		top: 9px;
		left: 32px
	}
	.glen-price1 {
		font-size: 12px!important;
		font-weight: 500
	}
	.step_p {
		font-size: 12px
	}
	.menu-t-1,
	.menu-t-2 {
		display: none
	}
	.hob-mob {
		content: url("/banner/home/hob/hob-480.jpg")
	}
	.microwave-mob {
		content: url("/banner/home/microwave/microwave-480.jpg")
	}
	.juicer-mob {
		content: url("/banner/home/juicer/juicer-480.jpg")
	}
}

@media only screen and (min-width:768px) {
	.pay-cart {
		border: 1px solid #cbcdce;
		padding: 8px 0;
		color: #cbcdce;
		font-size: 12px;
		text-align: -webkit-center;
		width: 74%
	}
	.btn-compare {
		position: absolute;
		top: 3px;
		left: 26px
	}
	.glen-price1 {
		font-size: 12px!important;
		font-weight: 500
	}
	.step_p {
		font-size: 12px
	}
	.sm-enq {
		display: block
	}
	.slide-out-div {
		width: 409px
	}
	.menu-t-1,
	.menu-t-2 {
		display: block
	}
	.hob-mob {
		content: url("/banner/home/hob/hob-1280.jpg")
	}
	.microwave-mob {
		content: url("/banner/home/microwave/microwave-1280.jpg")
	}
	.juicer-mob {
		content: url("/banner/home/juicer/juicer-1280.jpg")
	}
}

@media only screen and (min-width:992px) {
	.jssocials-shares {
		display: -webkit-inline-box
	}
	.pay-cart {
		width: 121%
	}
	.step_p {
		font-size: 13px
	}
	.f-14 {
		font-size: 14px!important
	}
	.btn-compare {
		position: absolute;
		top: 3px;
		left: 8px
	}
	.sm-enq {
		display: block
	}
	.slide-out-div {
		width: 409px
	}
	.menu-t-1,
	.menu-t-2 {
		display: block
	}
	.hob-mob {
		content: url("/banner/home/hob/hob-1280.jpg")
	}
	.microwave-mob {
		content: url("/banner/home/microwave/microwave-1280.jpg")
	}
	.juicer-mob {
		content: url("/banner/home/juicer/juicer-1280.jpg")
	}
}

@media only screen and (min-width:1200px) {
	.sm-enq {
		display: block
	}
	.slide-out-div {
		width: 409px
	}
	.menu-t-1,
	.menu-t-2 {
		display: block
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@charset 'UTF-8';
.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: 0;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: 'â†'
}

[dir='rtl'] .slick-prev:before {
	content: 'â†’'
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: 'â†’'
}

[dir='rtl'] .slick-next:before {
	content: 'â†'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: 0
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'â€¢';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

.card {
	font-size: 1em;
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: .28571429rem;
	height: calc(100% - 15px);
	margin-bottom: 15px
}

.card-block {
	font-size: 1em;
	text-align: -webkit-center;
	text-align: center;
	position: relative;
	min-height: 9em;
	margin-top: -30px;
	padding: 1em;
	border: 0;
	box-shadow: none
}

.card-block-offer {
	font-size: 1em;
	text-align: -webkit-center;
	text-align: center;
	position: relative;
	margin-top: -30px;
	padding: 0;
	border: 0;
	box-shadow: none
}

.card-block-related {
	font-size: 1em;
	text-align: -webkit-center;
	text-align: center;
	position: relative;
	min-height: 4em;
	margin-top: -80px;
	padding: 0;
	border: 0;
	box-shadow: none
}

.card-img-top {
	display: block;
	margin: auto;
	padding: 10px;
	border: 1px solid rgba(34, 36, 38, .1)
}

.card-title {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.2857em
}

.card-text {
	clear: both;
	margin-top: .5em;
	color: rgba(0, 0, 0, .68)
}

.card-footer {
	font-size: 1em;
	position: static;
	top: 0;
	left: 0;
	max-width: 100%;
	padding: .75em 1em;
	color: rgba(0, 0, 0, .4);
	border-top: 1px solid rgba(0, 0, 0, .05)!important;
	background: #fff
}

.card-inverse .btn {
	border: 1px solid rgba(0, 0, 0, .05)
}

.profile {
	position: absolute;
	top: -12px;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	margin: 0;
	border: 1px solid #fff;
	border-radius: 50%
}

.profile-avatar {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%
}

.profile-inline {
	position: relative;
	top: 0;
	display: inline-block
}

.profile-inline~.card-title {
	display: inline-block;
	margin-left: 4px;
	vertical-align: top
}

.text-bold {
	font-weight: 700
}

.meta {
	font-size: 1em;
	color: rgba(0, 0, 0, .4)
}

.meta a {
	text-decoration: none;
	color: rgba(0, 0, 0, .4)
}

.meta a:hover {
	color: rgba(0, 0, 0, .87)
}

.ui.card,
.ui.cards>.card {
	max-width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 290px;
	min-height: 0;
	background: #fff;
	padding: 0;
	border: 0;
	border-radius: .28571429rem;
	box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	-webkit-transition: box-shadow .1s ease, -webkit-transform .1s ease;
	transition: box-shadow .1s ease, -webkit-transform .1s ease;
	transition: box-shadow .1s ease, transform .1s ease;
	transition: box-shadow .1s ease, transform .1s ease, -webkit-transform .1s ease;
	z-index: ''
}

.ui.card {
	margin: 1em 0
}

.ui.card a,
.ui.cards>.card a {
	cursor: pointer
}

.ui.card:first-child {
	margin-top: 0
}

.ui.card:last-child {
	margin-bottom: 0
}

.ui.cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -.875em -.5em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ui.cards>.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: .875em .5em;
	float: none
}

.ui.card:after,
.ui.cards:after {
	display: block;
	content: ' ';
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.ui.cards~.ui.cards {
	margin-top: .875em
}

.ui.card>:first-child,
.ui.cards>.card>:first-child {
	border-radius: .28571429rem .28571429rem 0 0!important;
	border-top: none!important
}

.ui.card>:last-child,
.ui.cards>.card>:last-child {
	border-radius: 0 0 .28571429rem .28571429rem!important
}

.ui.card>:only-child,
.ui.cards>.card>:only-child {
	border-radius: .28571429rem!important
}

.ui.card>.image,
.ui.cards>.card>.image {
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0;
	background: rgba(0, 0, 0, .05)
}

.ui.card>.image>img,
.ui.cards>.card>.image>img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: inherit
}

.ui.card>.image:not(.ui)>img,
.ui.cards>.card>.image:not(.ui)>img {
	border: 0
}

.ui.card>.content,
.ui.cards>.card>.content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 0;
	border-top: 1px solid rgba(34, 36, 38, .1);
	background: 0;
	margin: 0;
	padding: 1em 1em;
	box-shadow: none;
	font-size: 1em;
	border-radius: 0
}

.ui.card>.content:after,
.ui.cards>.card>.content:after {
	display: block;
	content: ' ';
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.ui.card>.content>.header,
.ui.cards>.card>.content>.header {
	display: block;
	margin: '';
	font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: rgba(0, 0, 0, .85)
}

.ui.card>.content>.header:not(.ui),
.ui.cards>.card>.content>.header:not(.ui) {
	font-weight: 700;
	font-size: 1.28571429em;
	margin-top: -.21425em;
	line-height: 1.28571429em
}

.ui.card>.content>.header+.description,
.ui.card>.content>.meta+.description,
.ui.cards>.card>.content>.header+.description,
.ui.cards>.card>.content>.meta+.description {
	margin-top: .5em
}

.ui.card [class*="left floated"],
.ui.cards>.card [class*="left floated"] {
	float: left
}

.ui.card [class*="right floated"],
.ui.cards>.card [class*="right floated"] {
	float: right
}

.ui.card [class*="left aligned"],
.ui.cards>.card [class*="left aligned"] {
	text-align: left
}

.ui.card [class*="center aligned"],
.ui.cards>.card [class*="center aligned"] {
	text-align: center
}

.ui.card [class*="right aligned"],
.ui.cards>.card [class*="right aligned"] {
	text-align: right
}

.ui.card .content img,
.ui.cards>.card .content img {
	display: inline-block;
	vertical-align: middle;
	width: ''
}

.ui.card .avatar img,
.ui.card img.avatar,
.ui.cards>.card .avatar img,
.ui.cards>.card img.avatar {
	width: 2em;
	height: 2em;
	border-radius: 500rem
}

.ui.card>.content>.description,
.ui.cards>.card>.content>.description {
	clear: both;
	color: rgba(0, 0, 0, .68)
}

.ui.card>.content p,
.ui.cards>.card>.content p {
	margin: 0 0 .5em
}

.ui.card>.content p:last-child,
.ui.cards>.card>.content p:last-child {
	margin-bottom: 0
}

.ui.card .meta,
.ui.cards>.card .meta {
	font-size: 1em;
	color: rgba(0, 0, 0, .4)
}

.ui.card .meta *,
.ui.cards>.card .meta * {
	margin-right: .3em
}

.ui.card .meta :last-child,
.ui.cards>.card .meta :last-child {
	margin-right: 0
}

.ui.card .meta [class*="right floated"],
.ui.cards>.card .meta [class*="right floated"] {
	margin-right: 0;
	margin-left: .3em
}

.ui.card>.content a:not(.ui),
.ui.cards>.card>.content a:not(.ui) {
	color: '';
	-webkit-transition: color .1s ease;
	transition: color .1s ease
}

.ui.card>.content a:not(.ui):hover,
.ui.cards>.card>.content a:not(.ui):hover {
	color: ''
}

.ui.card>.content>a.header,
.ui.cards>.card>.content>a.header {
	color: rgba(0, 0, 0, .85)
}

.ui.card>.content>a.header:hover,
.ui.cards>.card>.content>a.header:hover {
	color: #1e70bf
}

.ui.card .meta>a:not(.ui),
.ui.cards>.card .meta>a:not(.ui) {
	color: rgba(0, 0, 0, .4)
}

.ui.card .meta>a:not(.ui):hover,
.ui.cards>.card .meta>a:not(.ui):hover {
	color: rgba(0, 0, 0, .87)
}

.ui.card>.button,
.ui.card>.buttons,
.ui.cards>.card>.button,
.ui.cards>.card>.buttons {
	margin: 0 -1px;
	width: calc(100%+2px)
}

.ui.card .dimmer,
.ui.cards>.card .dimmer {
	background-color: '';
	z-index: 10
}

.ui.card>.content .star.icon,
.ui.cards>.card>.content .star.icon {
	cursor: pointer;
	opacity: .75;
	-webkit-transition: color .1s ease;
	transition: color .1s ease
}

.ui.card>.content .star.icon:hover,
.ui.cards>.card>.content .star.icon:hover {
	opacity: 1;
	color: #ffb70a
}

.ui.card>.content .active.star.icon,
.ui.cards>.card>.content .active.star.icon {
	color: #ffe623
}

.ui.card>.content .like.icon,
.ui.cards>.card>.content .like.icon {
	cursor: pointer;
	opacity: .75;
	-webkit-transition: color .1s ease;
	transition: color .1s ease
}

.ui.card>.content .like.icon:hover,
.ui.cards>.card>.content .like.icon:hover {
	opacity: 1;
	color: #ff2733
}

.ui.card>.content .active.like.icon,
.ui.cards>.card>.content .active.like.icon {
	color: #ff2733
}

.ui.card>.extra,
.ui.cards>.card>.extra {
	max-width: 100%;
	min-height: 0!important;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border-top: 1px solid rgba(0, 0, 0, .05)!important;
	position: static;
	background: 0;
	width: auto;
	margin: 0;
	padding: .75em 1em;
	top: 0;
	left: 0;
	color: rgba(0, 0, 0, .4);
	box-shadow: none;
	-webkit-transition: color .1s ease;
	transition: color .1s ease
}

.ui.card>.extra a:not(.ui),
.ui.cards>.card>.extra a:not(.ui) {
	color: rgba(0, 0, 0, .4)
}

.ui.card>.extra a:not(.ui):hover,
.ui.cards>.card>.extra a:not(.ui):hover {
	color: #1e70bf
}

.ui.raised.card,
.ui.raised.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15)
}

.ui.link.cards .raised.card:hover,
.ui.link.raised.card:hover,
.ui.raised.cards a.card:hover,
a.ui.raised.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34, 36, 38, .15), 0 2px 10px 0 rgba(34, 36, 38, .25)
}

.ui.raised.card,
.ui.raised.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15)
}

.ui.centered.cards {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ui.centered.card {
	margin-left: auto;
	margin-right: auto
}

.ui.fluid.card {
	width: 100%;
	max-width: 9999px
}

.ui.cards a.card,
.ui.link.card,
.ui.link.cards .card,
a.ui.card {
	-webkit-transform: none;
	transform: none
}

.ui.cards a.card:hover,
.ui.link.card:hover,
.ui.link.cards .card:hover,
a.ui.card:hover {
	cursor: pointer;
	z-index: 5;
	background: #fff;
	border: 0;
	box-shadow: 0 1px 3px 0 #bcbdbd, 0 0 0 1px #d4d4d5;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.ui.cards>.red.card,
.ui.red.card,
.ui.red.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #db2828, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.red.card:hover,
.ui.red.card:hover,
.ui.red.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #d01919, 0 1px 3px 0 #bcbdbd
}

.ui.cards>.orange.card,
.ui.orange.card,
.ui.orange.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #f2711c, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.orange.card:hover,
.ui.orange.card:hover,
.ui.orange.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #f26202, 0 1px 3px 0 #bcbdbd
}

.ui.cards>.yellow.card,
.ui.yellow.card,
.ui.yellow.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #fbbd08, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.yellow.card:hover,
.ui.yellow.card:hover,
.ui.yellow.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #eaae00, 0 1px 3px 0 #bcbdbd
}

.ui.cards>.olive.card,
.ui.olive.card,
.ui.olive.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #b5cc18, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.olive.card:hover,
.ui.olive.card:hover,
.ui.olive.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a7bd0d, 0 1px 3px 0 #bcbdbd
}

.ui.cards>.green.card,
.ui.green.card,
.ui.green.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #21ba45, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.green.card:hover,
.ui.green.card:hover,
.ui.green.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #16ab39, 0 1px 3px 0 #bcbdbd
}

.ui.cards>.teal.card,
.ui.teal.card,
.ui.teal.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #00b5ad, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.teal.card:hover,
.ui.teal.card:hover,
.ui.teal.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #009c95, 0 1px 3px 0 #bcbdbd
}

.ui.blue.card,
.ui.blue.cards>.card,
.ui.cards>.blue.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #2185d0, 0 1px 3px 0 #d4d4d5
}

.ui.blue.card:hover,
.ui.blue.cards>.card:hover,
.ui.cards>.blue.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #1678c2, 0 1px 3px 0 #bcbdbd
}

.ui.cards>.violet.card,
.ui.violet.card,
.ui.violet.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #6435c9, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.violet.card:hover,
.ui.violet.card:hover,
.ui.violet.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #5829bb, 0 1px 3px 0 #bcbdbd
}

.ui.cards>.purple.card,
.ui.purple.card,
.ui.purple.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a333c8, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.purple.card:hover,
.ui.purple.card:hover,
.ui.purple.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #9627ba, 0 1px 3px 0 #bcbdbd
}

.ui.cards>.pink.card,
.ui.pink.card,
.ui.pink.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #e03997, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.pink.card:hover,
.ui.pink.card:hover,
.ui.pink.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #e61a8d, 0 1px 3px 0 #bcbdbd
}

.ui.brown.card,
.ui.brown.cards>.card,
.ui.cards>.brown.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #a5673f, 0 1px 3px 0 #d4d4d5
}

.ui.brown.card:hover,
.ui.brown.cards>.card:hover,
.ui.cards>.brown.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #975b33, 0 1px 3px 0 #bcbdbd
}

.ui.cards>.grey.card,
.ui.grey.card,
.ui.grey.cards>.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #767676, 0 1px 3px 0 #d4d4d5
}

.ui.cards>.grey.card:hover,
.ui.grey.card:hover,
.ui.grey.cards>.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #838383, 0 1px 3px 0 #bcbdbd
}

.ui.black.card,
.ui.black.cards>.card,
.ui.cards>.black.card {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #1b1c1d, 0 1px 3px 0 #d4d4d5
}

.ui.black.card:hover,
.ui.black.cards>.card:hover,
.ui.cards>.black.card:hover {
	box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #27292a, 0 1px 3px 0 #bcbdbd
}

.ui.one.cards {
	margin-left: 0;
	margin-right: 0
}

.ui.one.cards>.card {
	width: 100%
}

.ui.two.cards {
	margin-left: -1em;
	margin-right: -1em
}

.ui.two.cards>.card {
	width: calc(50% - 2em);
	margin-left: 1em;
	margin-right: 1em
}

.ui.three.cards {
	margin-left: -1em;
	margin-right: -1em
}

.ui.three.cards>.card {
	width: calc(33.33333333% - 2em);
	margin-left: 1em;
	margin-right: 1em
}

.ui.four.cards {
	margin-left: -.75em;
	margin-right: -.75em
}

.ui.four.cards>.card {
	width: calc(25% - 1.5em);
	margin-left: .75em;
	margin-right: .75em
}

.ui.five.cards {
	margin-left: -.75em;
	margin-right: -.75em
}

.ui.five.cards>.card {
	width: calc(20% - 1.5em);
	margin-left: .75em;
	margin-right: .75em
}

.ui.six.cards {
	margin-left: -.75em;
	margin-right: -.75em
}

.ui.six.cards>.card {
	width: calc(16.66666667% - 1.5em);
	margin-left: .75em;
	margin-right: .75em
}

.ui.seven.cards {
	margin-left: -.5em;
	margin-right: -.5em
}

.ui.seven.cards>.card {
	width: calc(14.28571429% - 1em);
	margin-left: .5em;
	margin-right: .5em
}

.ui.eight.cards {
	margin-left: -.5em;
	margin-right: -.5em
}

.ui.eight.cards>.card {
	width: calc(12.5% - 1em);
	margin-left: .5em;
	margin-right: .5em;
	font-size: 11px
}

.ui.nine.cards {
	margin-left: -.5em;
	margin-right: -.5em
}

.ui.nine.cards>.card {
	width: calc(11.11111111% - 1em);
	margin-left: .5em;
	margin-right: .5em;
	font-size: 10px
}

.ui.ten.cards {
	margin-left: -.5em;
	margin-right: -.5em
}

.ui.ten.cards>.card {
	width: calc(10% - 1em);
	margin-left: .5em;
	margin-right: .5em
}

@media only screen and (max-width:767px) {
	.ui.two.doubling.cards {
		margin-left: 0;
		margin-right: 0
	}
	.ui.two.doubling.cards>.card {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.ui.three.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.three.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.four.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.four.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.five.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.five.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.six.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.six.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.seven.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.seven.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.eight.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.eight.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.nine.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.nine.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.ten.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.ten.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.two.doubling.cards {
		margin-left: 0;
		margin-right: 0
	}
	.ui.two.doubling.cards>.card {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.ui.three.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.three.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.four.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.four.doubling.cards>.card {
		width: calc(50% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.five.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.five.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.six.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.six.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.eight.doubling.cards {
		margin-left: -1em;
		margin-right: -1em
	}
	.ui.eight.doubling.cards>.card {
		width: calc(33.33333333% - 2em);
		margin-left: 1em;
		margin-right: 1em
	}
	.ui.eight.doubling.cards {
		margin-left: -.75em;
		margin-right: -.75em
	}
	.ui.eight.doubling.cards>.card {
		width: calc(25% - 1.5em);
		margin-left: .75em;
		margin-right: .75em
	}
	.ui.nine.doubling.cards {
		margin-left: -.75em;
		margin-right: -.75em
	}
	.ui.nine.doubling.cards>.card {
		width: calc(25% - 1.5em);
		margin-left: .75em;
		margin-right: .75em
	}
	.ui.ten.doubling.cards {
		margin-left: -.75em;
		margin-right: -.75em
	}
	.ui.ten.doubling.cards>.card {
		width: calc(20% - 1.5em);
		margin-left: .75em;
		margin-right: .75em
	}
}

@media only screen and (max-width:767px) {
	.ui.stackable.cards {
		display: block!important
	}
	.ui.stackable.cards .card:first-child {
		margin-top: 0!important
	}
	.ui.stackable.cards>.card {
		display: block!important;
		height: auto!important;
		margin: 1em 1em;
		padding: 0!important;
		width: calc(100% - 2em)!important
	}
}

.ui.cards>.card {
	font-size: 1em
}

.ui.cards>.card>.image {
	height: 27em!important
}

.ui-slideouttab-panel,
.ui-slideouttab-handle {
	background-color: white;
	padding: .4em;
	box-sizing: border-box
}

.ui-slideouttab-panel {
	display: block;
	position: fixed;
	border: 2px solid grey
}

.ui-slideouttab-ready {
	transition: transform .5s ease 0s
}

@media print {
	.ui-slideouttab-panel {
		display: none
	}
}

.ui-slideouttab-handle {
	display: block;
	position: absolute;
	cursor: pointer;
	color: white;
	background-color: grey
}

.ui-slideouttab-handle-image {
	transform: rotate(0)
}

.ui-slideouttab-right {
	right: 0;
	transform: translateX(100%);
	border-right: 0
}

.ui-slideouttab-right.ui-slideouttab-open {
	transform: translateX(0%)
}

.ui-slideouttab-right .ui-slideouttab-handle {
	transform-origin: 0 0;
	transform: rotate(-90deg) translate(-100%, -100%)
}

.ui-slideouttab-right .ui-slideouttab-handle-reverse {
	transform-origin: 0 100%;
	transform: rotate(-90deg)
}

.ui-slideouttab-left {
	left: 0;
	transform: translateX(-100%);
	border-left: none
}

.ui-slideouttab-left.ui-slideouttab-open {
	transform: translateX(0%)
}

.ui-slideouttab-left .ui-slideouttab-handle {
	transform-origin: 100% 0;
	transform: rotate(-90deg)
}

.ui-slideouttab-left .ui-slideouttab-handle-reverse {
	transform-origin: 100% 100%;
	transform: rotate(-90deg) translate(100%, 100%)
}

.ui-slideouttab-top {
	top: 0;
	transform: translateY(-100%);
	border-top: 0
}

.ui-slideouttab-top.ui-slideouttab-open {
	transform: translateY(0%)
}

.ui-slideouttab-bottom {
	bottom: 0;
	transform: translateY(100%);
	border-bottom: 0
}

.ui-slideouttab-bottom.ui-slideouttab-open {
	transform: translateY(0%)
}

.ui-slideouttab-left .ui-slideouttab-handle>.fa-icon,
.ui-slideouttab-right .ui-slideouttab-handle>.fa-icon {
	transform: rotate(90deg)
}

.ui-slideouttab-handle>.fa-icon {
	margin-left: .5em
}

.ui-slideouttab-top .ui-slideouttab-handle-rounded,
.ui-slideouttab-left .ui-slideouttab-handle-rounded {
	border-radius: 0 0 4px 4px
}

.ui-slideouttab-right .ui-slideouttab-handle-rounded,
.ui-slideouttab-bottom .ui-slideouttab-handle-rounded {
	border-radius: 4px 4px 0 0
}

.navbar {
	padding: 15px 10px;
	background: #fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 40px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}

#dismiss,
#sidebar {
	background: #2873bc
}

.navbar-btn {
	box-shadow: none;
	outline: 0!important;
	border: 0
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0
}

#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	right: -250px;
	height: 100vh;
	z-index: 100000000;
	color: #fff;
	transition: all .3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2)
}

#sidebar.active {
	right: 0
}

#dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#dismiss:hover {
	background: #fff;
	color: #2873bc
}

.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
	z-index: 998;
	display: none
}

#sidebar .sidebar-header {
	padding: 20px;
	background: #fff
}

#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid #2873bc
}

#sidebar ul p {
	color: #fff;
	padding: 10px
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block
}

#sidebar ul li a:hover {
	color: #2873bc;
	background: #fff
}

#sidebar ul li.active>a,
.anchor_collapse[aria-expanded=true] {
	color: #fff;
	background: #2873bc
}

.anchor_collapse {
	position: relative
}

.anchor_collapse[aria-expanded=true]::before,
.anchor_collapse[aria-expanded=false]::before,
.down_filter[aria-expanded=true]::before,
.down_filter[aria-expanded=false]::before {
	content: '\e259';
	display: block;
	position: absolute;
	right: 20px;
	font-family: 'Glyphicons Halflings';
	font-size: .6em
}

.anchor_collapse[aria-expanded=true]::before,
.down_filter[aria-expanded=true]::before {
	content: '\e260'
}

.custum_ul>li>a {
	font-size: .9em!important;
	padding-left: 30px!important
}

ul.CTAs {
	padding: 20px
}

ul.CTAs a {
	text-align: center;
	font-size: .9em!important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px
}

a.download {
	background: #fff;
	color: #2873bc
}

a.article,
a.article:hover {
	background: #2873bc!important;
	color: #fff!important
}

#content {
	min-height: 100vh;
	transition: all .3s;
	top: 0
}

#STsearch_bar input[type=text] {
	background-color: #fff!important;
	border: 1px solid #d4d5d8!important;
	border-radius: 30px!important
}

#STsearch_bar .btn-outline-success {
	background-image: url(../st/search.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 53px;
	height: 40px;
	margin-left: 0;
	z-index: 9;
	box-shadow: none;
	margin-top: -1px;
	border-radius: 0;
	background-color: transparent;
	border-color: transparent
}

ul.main-nav>li:first-child {
	padding-left: 15px
}

.mt-head .cart-icon,
.mt-head .heart-icon {
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center center
}

.bg-dark {
	background-color: #f5f5f5!important
}

ul.main-nav>li>a {
	padding: 0 14px!important;
	text-transform: uppercase;
	font-size: 14px!important;
	font-weight: 500;
	margin-top: 15px;
	min-height: 45px
}

ul.main-nav>li:hover>a {
	color: #333;
	font-weight: 600!important
}

.bg-help,
.glenwhite-txt1 {
	color: #2874bc!important
}

.bg-help {
	background-color: transparent!important;
	margin-top: 0!important;
	min-height: 60px;
	padding-top: 12px
}

.bg-help p {
	width: 175px;
	line-height: 18px
}

#glen-slider {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px
}

.bg-help a {
	margin-top: 0!important
}

.navbar {
	background-color: #f5f5f5!important;
	box-shadow: none!important;
	padding: 0!important;
	min-height: auto!important;
	margin-left: 8px
}

.mt-head .btn-default:active:hover,
.mt-head .btn-default:hover {
	background-color: transparent!important
}

#STsearch_bar .stylish-input-group {
	width: 100%!important
}

#STsearch_bar .form-control {
	padding-left: 15px!important;
	margin-left: 6px;
	font-size: 14px;
	color: #58595b!important;
	border: 1px solid #aaa;
	z-index: 2;
	height: 42px;
	float: left;
	width: 100%;
	margin-bottom: 0;
	border-color: #646464!important
}

#STsearch_bar .input-group-addon {
	padding: 0
}

.form-inline #STsearch_bar .input-group .input-group-addon {
	position: absolute;
	right: 0;
	z-index: 3
}

.mt-head .logo {
	margin-top: -20px
}

.mt-head .heart-icon {
	background-image: url(header-images/heart.svg);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.mt-head .cart-icon {
	background-image: url(header-images/shopping-cart.svg);
	margin-right: 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.mt-head .cart_count,
.mt-head .wish_count {
	position: absolute;
	width: 16px;
	height: 16px;
	color: #fff;
	background-color: #e60d2e;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 600;
	top: 8px;
	right: -2px
}

.mt-head .btn-group>.btn:first-child {
	margin-left: 25px
}

.mt-head .warranty {
	background-color: #e60d2e;
	text-align: left;
	padding: 4px 14px
}

.mt-head .warranty .war-text {
	font-weight: 600;
	width: 100px;
	display: table;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff
}

.pl0 {
	padding-left: 0!important
}

.floating_head {
	height: 20px!important
}

.mt-head {
	margin-top: 45px!important;
	margin-bottom:0px
}

@media(min-width:1124px) {
	ul.main-nav>li>a {
		padding: 0 14px!important
	}
}

@media(min-width:1024px) {
	.mt-head .warranty {
		padding: 4px padding-left:12px
	}
	.bg-help:before {
		right: 180px
	}
}

@media only screen and (max-width:768px) {
	#STsearch_bar .input-group-addon {
		padding: 0;
		position: absolute;
		z-index: 3;
		right: 45px
	}
	#glen-slider,
	.mt-head .btn-group>.btn:first-child {
		margin-left: 0
	}
	.mt-head .cart-icon,
	.mt-head .heart-icon {
		background-size: 25px;
		right: 15px
	}
	#sidebarCollapse,
	.ab {
		position: absolute!important
	}
	#glen-slider {
		margin-right: 0;
		margin-top: 10px
	}
	.mt-head {
		margin-bottom: 0
	}
	#searchbox5 {
		margin-bottom: 5px
	}
	.mtp-5 {
		margin-top: 1rem!important
	}
	.floating_head {
		height: 10px!important
	}
	.mt10 {
		margin-top: 10px!important
	}
	.mt-head .cart-icon {
		margin-right: 12px
	}
	.mt-head .cart_count {
		width: 16px;
		height: 16px;
		font-size: 10px;
		top: 8px;
		right: 0;
		padding-top: 0
	}
	.mt-head .warranty {
		padding: 5px;
		margin-right: 30px
	}
	.mt-head .warranty .war-text {
		font-weight: 600;
		width: 50px;
		display: table;
		line-height: 12px;
		text-transform: uppercase;
		color: #fff;
		font-size: 9px
	}
	.mt-head .logo {
		margin-top: 0;
		width: 80px
	}
	#sidebarCollapse {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
		min-height: 34px;
		right: 0
	}
	#sidebarCollapse .fa-bars {
		font-size: 14px
	}
	.mt-head {
		margin-top: 15px!important
	}
	.plr0 {
		padding: 0!important
	}
}

@media only screen and (max-width:480px) {
	.mt-head {
		margin-top: 10px!important
	}
}