a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

.floatBarsG_wrapper {
	position: relative;
	width: 150px;
	height: 15px;
	margin: 5px;
	display: none
}

.floatBarsG {
	position: absolute;
	top: 0;
	background-color: rgb(210, 161, 66);
	width: 15px;
	height: 15px;
	animation-name: bounce_floatBarsG;
	-o-animation-name: bounce_floatBarsG;
	-ms-animation-name: bounce_floatBarsG;
	-webkit-animation-name: bounce_floatBarsG;
	-moz-animation-name: bounce_floatBarsG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(.3);
	-o-transform: scale(.3);
	-ms-transform: scale(.3);
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3)
}

#floatBarsG_1 {
	left: 0;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s
}

#floatBarsG_2 {
	left: 15px;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s
}

#floatBarsG_3 {
	left: 30px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s
}

#floatBarsG_4 {
	left: 45px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s
}

#floatBarsG_5 {
	left: 60px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s
}

#floatBarsG_6 {
	left: 75px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s
}

#floatBarsG_7 {
	left: 90px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s
}

#floatBarsG_8 {
	left: 105px;
	animation-delay: 1.64s;
	-o-animation-delay: 1.64s;
	-ms-animation-delay: 1.64s;
	-webkit-animation-delay: 1.64s;
	-moz-animation-delay: 1.64s
}

@keyframes bounce_floatBarsG {
	0% {
		transform: scale(1);
		background-color: rgb(210, 161, 66);
	}
	100% {
		transform: scale(.3);
		background-color: rgba(255, 255, 255, 0.97);
	}
}

@-o-keyframes bounce_floatBarsG {
	0% {
		-o-transform: scale(1);
		background-color: rgb(210, 161, 66)
	}
	100% {
		-o-transform: scale(.3);
		background-color: rgba(255, 255, 255, 0.97)
	}
}

@-ms-keyframes bounce_floatBarsG {
	0% {
		-ms-transform: scale(1);
		background-color: rgb(210, 161, 66)
	}
	100% {
		-ms-transform: scale(.3);
		background-color: rgba(255, 255, 255, 0.97)
	}
}

@-webkit-keyframes bounce_floatBarsG {
	0% {
		-webkit-transform: scale(1);
		background-color: rgb(210, 161, 66);
	}
	100% {
		-webkit-transform: scale(.3);
		background-color: rgba(255, 255, 255, 0.97);
	}
}

@-moz-keyframes bounce_floatBarsG {
	0% {
		-moz-transform: scale(1);
		background-color: rgb(210, 161, 66);
	}
	100% {
		-moz-transform: scale(.3);
		ackground-color: rgba(255, 255, 255, 0.97);
	}
}

#check_bal_div input.error {
	border: 1px solid red !important
}

#check_bal_div input.valid {
	border: 1px solid green !important
}

#check_balance_form label.error {
	display: none !important
}

.toast {
	font-family: "Merriweather", serif;
	font-size: 12px
}

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

.bootstrap-select>.dropdown-toggle {
	border-radius: 0px;
	box-shadow: none;
	background: none
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
	border: 1px solid #D2A142;
	background: #FFE3AE;
	color: #B47700
}

.bootstrap-select.btn-group .dropdown-menu>li>a:hover,
bootstrap-select.btn-group .dropdown-menu>li>a:focus {
	box-shadow: none;
	border: 1px solid #D2A142;
	background: #FFE3AE;
	color: #B47700
}

.bootstrap-select.btn-group .dropdown-menu li.selected a::after {
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	width: 30px;
	text-align: center;
	color: #D2A142
}

.bootstrap-select.btn-group .dropdown-menu li a {
	padding: 10px 40px 10px 10px;
	border: 1px solid transparent
}

.supplier-detail .products .product article {
	display: block
}

.bootstrap-select {
	max-width: 100% !important
}

article .bootstrap-select.open .dropdown-menu {
	z-index: 1111
}

article .bootstrap-select .dropdown-menu {
	z-index: 0
}

#overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 999999;
	display: none;
	overflow: hidden
}

#loading {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 40%;
	left: 45%;
	margin: -28px 0 0 -25px;
	color: #fff;
	font-size: 15px
}

.overlay_prodct {
	width: 100%;
	height: 0px;
	background: rgba(195, 138, 52, 0.44);
	display: none;
	position: absolute;
	left: 0px;
	transition: all 0.5s ease
}

.loadersmall {
	position: relative;
	left: 50%;
	top: 50%;
	margin: -30px 0px 0px -30px;
	border: 5px solid #f3f3f3;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 50px;
	height: 50px
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

a:focus {
	text-decoration: none;
	outline: none
}

#outer_load {
	background: rgba(255, 255, 255, .8);
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	z-index: 99999
}

#loader1 {
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	width: 90px
}

#loader1 ul {
	margin: 0;
	list-style: none;
	width: 90px;
	position: relative;
	padding: 0;
	height: 10px
}

#loader1 ul li {
	position: absolute;
	width: 2px;
	height: 0;
	background-color: #D2A142;
	bottom: 0
}

@keyframes sequence1 {
	0% {
		height: 10px;
	}
	50% {
		height: 50px;
	}
	100% {
		height: 10px;
	}
}

@keyframes sequence2 {
	0% {
		height: 20px;
	}
	50% {
		height: 65px;
	}
	100% {
		height: 20px;
	}
}

#loader1 li:nth-child(1) {
	left: 0;
	animation: sequence1 1s ease infinite 0
}

#loader1 li:nth-child(2) {
	left: 15px;
	animation: sequence2 1s ease infinite 0.1s
}

#loader1 li:nth-child(3) {
	left: 30px;
	animation: sequence1 1s ease-in-out infinite 0.2s
}

#loader1 li:nth-child(4) {
	left: 45px;
	animation: sequence2 1s ease-in infinite 0.3s
}

#loader1 li:nth-child(5) {
	left: 60px;
	animation: sequence1 1s ease-in-out infinite 0.4s
}

#loader1 li:nth-child(6) {
	left: 75px;
	animation: sequence2 1s ease infinite 0.5s
}

#pro_modal_name span {
	font-weight: bold !important
}

.datepicker {
	visibility: visible;
	opacity: 1
}

.basket_pop .btn-primary {
	margin: 10px auto;
	font-size: 13px;
	width: 150px
}



@media (max-width: 460px) {
	.home .hpfeature .carousel-inner .headlines h1 {
		font-size: 2rem;
		line-height: 2.4rem;
		margin-right: 10px;
		margin-left: 10px
	}
	
	.blocks .heading h2 {
		font-size: 2.8rem;
		line-height: 3.2rem;
		padding-top: 30px
	}
	
	.blocks .botlink {
		position: inherit
	}
	
	.blocks p {
		margin-bottom: 0
	}
	
	.blocks .heading {
		min-height: 0
	}
	
	.joinmailing form .formcontain {
		width: 100%
	}
	
	.joinmailing form .formcontain label {
		margin-top: 5px;
		margin-bottom: 0
	}
	
	.joinmailing h3 {
		line-height: 2.2rem;
		font-size: 2rem;
		margin-left: 15px;
		margin-right: 15px
	}
	
	.joinmailing form .submitbutton {
		width: 100%
	}
	
	.quote blockquote p {
		font-size: 2rem;
		line-height: 2.4rem;
		margin: 15px
	}
	
	.general .content .people .member p {
		font-size: 1.4rem
	}
	
	.other .costben .cell .gold .table-responsive table td,
	.other .costben .cell .gold .table-responsive table th {
		font-size: 1.1rem
	}
	
	.form-control {
		height: auto
	}
	
	.wrapper {
		min-height: 300px
	}
	
	.basket_pop .btn-primary {
		margin: 5px auto 0
	}
}
@media (max-width: 400px) {
	.meet_team .member.width2 .profile {
		bottom: 15px
	}
	
	.meet_team .member.width2 .profile h2 {
		font-size: 2.2em;
		line-height: 1.2em
	}
	
	.meet_team .member.width2 .profile p {
		font-size: 1.6em
	}
	
	.meet_team .member.width2 .profile h1 {
		font-size: 2.8em;
		margin-top: 15px
	}
	
	.home .how .item {
		width: 100%
	}
}
@media (max-width: 340px) {
	.header .logo img {
		width: 90%
	}
}
@media (max-width: 320px) {
	.meet_team .member.width2 .profile {
		bottom: 15px
	}
	
	.meet_team .member.width2 .profile h2 {
		font-size: 1.8em;
		line-height: 1.2em
	}
	
	.meet_team .member.width2 .profile p {
		font-size: 1.5em
	}
	
	.meet_team .member.width2 .profile h1 {
		font-size: 2em;
		margin-top: 15px
	}
	
	.meet_team .position-nav h2 {
		font-size: 1.8em;
		margin-top: 8px
	}
	
	.meet_team .position-nav .nav ul li {
		font-size: 1.6em;
		clear: both;
		display: block
	}
}
.modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: none;
	outline: none
}
.modal-content iframe {
	border: none;
	padding: 0;
	margin: 0
}
.close {
	font-size: 80px;
	margin: -20px 0 0 0
}
@media only screen and (max-width: 641px) {
	.modal-body {
		height: 100px;
		padding: 0;
		margin: 0
	}
	
	.modal-content {
		padding: 0;
		margin: 0
	}
	
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 15px
	}
	
	.close {
		margin: -12px 0 0 0
	}
}
@media only screen and (min-width: 768px) {
	.close {
		font-size: 80px;
		margin: 30px -43px -20px 100px
	}
}
.hpfeature img {
	-webkit-animation: zoom 50s;
	animation: zoom 50s
}
.basket_pop {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0
}
.basket_pop .modal-dialog {
	background: #ffffff none repeat scroll 0 0;
	z-index: 999;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5)
}
.basket_pop .close {
	height: auto;
	line-height: normal;
	margin: 0;
	color: #d2a142
}
.basket_pop .close {
	font-size: 18px
}
.basket_pop .modal-dialog h5 {
	font-family: "Museo Slab W01", serif;
	font-size: 24px;
	line-height: 2.2rem;
	text-transform: capitalize
}
.basket_pop .btn-primary {
	background: #d2a142 none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	color: #ffffff;
	display: inline-block;
	font-family: "Merriweather", serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 3rem;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 180px;
	border: 1px solid #d2a142;
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-otransition: all 0.5s ease-in 0s;
	margin: 0px !important;
}
.basket_pop .btn-primary:hover {
	background: #403f38 none repeat scroll 0 0;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #403f38
}
.bodycenter {
	text-align: center
}
.fade.basket_pop {
	position: fixed
}
.supplier-detail .products .product .gold-but:focus {
	color: #ffffff;
	outline: medium none;
	text-decoration: none
}
#loadFacebookG {
	width: 50px;
	height: 30px;
	display: block;
	position: relative;
	margin: auto
}
.facebook_blockG {
	background-color: rgb(210, 162, 66);
	border: 1px solid rgb(210, 162, 66);
	float: left;
	height: 30px;
	margin-left: 3px;
	width: 10px;
	opacity: 0.1;
	animation-name: bounceG;
	-o-animation-name: bounceG;
	-ms-animation-name: bounceG;
	-webkit-animation-name: bounceG;
	-moz-animation-name: bounceG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7)
}
#blockG_1 {
	animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s
}
#blockG_2 {
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s
}
#blockG_3 {
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s
}
@keyframes bounceG {
	0% {
		transform: scale(1.2);
		opacity: 1;
	}
	
	100% {
		transform: scale(0.7);
		opacity: 0.1;
	}
}
@-o-keyframes bounceG {
	0% {
		-o-transform: scale(1.2);
		opacity: 1
	}
	
	100% {
		-o-transform: scale(0.7);
		opacity: 0.1
	}
}
@-ms-keyframes bounceG {
	0% {
		-ms-transform: scale(1.2);
		opacity: 1
	}
	
	100% {
		-ms-transform: scale(0.7);
		opacity: 0.1
	}
}
@-webkit-keyframes bounceG {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(0.7);
		opacity: 0.1;
	}
}
@-moz-keyframes bounceG {
	0% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}
	
	100% {
		-moz-transform: scale(0.7);
		opacity: 0.1;
	}
}
.bootstrap-select.open .dropdown-menu {
	z-index: 9999;
}
.bootstrap-select .dropdown-menu {
	z-index: 0;
}
#empty_basket {
	position: fixed;
	right: -110px;
	background: #D2A142;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	top: 46%;
	border-radius: 10px 0px 0px 10px;
	z-index: 999;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
#empty_basket:hover {
	right: 0px;
	background: rgba(35, 31, 32, 0.65);
}
.prod-image {
	text-align: center;
}
.blink_me {
	animation: blinker 1s linear infinite;
	-moz-animation: blinker 1s linear infinite;
	-webkit-animation: blinker 1s linear infinite;
	-o-animation: blinker 1s linear infinite;
	-ms-animation: blinker 1s linear infinite;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}
@-moz-keyframes blinker {
	50% {
		opacity: 0;
	}
}
@-webkit-keyframes blinker {
	50% {
		opacity: 0;
	}
}
@-o-keyframes blinker {
	50% {
		opacity: 0;
	}
}
@-ms-keyframes blinker {
	50% {
		opacity: 0;
	}
}
.supplier-detail .breadcrumbs li:last-child::after {
	content: "";
}
.gold-but.btn.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%) !important;
	background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a)) !important;
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
	background-repeat: repeat-x !important;
	border-color: #b92c28 !important;
	pointer-events: none !important;
}
.gold-but:focus {
	color: #fff;
}
.m-progress {
	position: relative;
	opacity: .8;
	color: transparent !important;
	text-shadow: none !important
}
.m-progress::before {
	content: '';
	display: inline-block;
	position: absolute;
	background: transparent;
	border: 12px solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	-webkit-animation: ld 1s ease-in-out infinite;
	-moz-animation: ld 1s ease-in-out infinite;
	-o-animation: ld 1s ease-in-out infinite;
	animation: ld 1s ease-in-out infinite
}
@-webkit-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}
	
	50% {
		transform: rotate(180deg) scale(1.1);
	}
	
	100% {
		transform: rotate(360deg) scale(1);
	}
}
@-moz-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}
	
	50% {
		transform: rotate(180deg) scale(1.1);
	}
	
	100% {
		transform: rotate(360deg) scale(1);
	}
}
@-o-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1)
	}
	
	50% {
		transform: rotate(180deg) scale(1.1)
	}
	
	100% {
		transform: rotate(360deg) scale(1)
	}
}
@keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}
	
	50% {
		transform: rotate(180deg) scale(1.1);
	}
	
	100% {
		transform: rotate(360deg) scale(1);
	}
}
#filter_artisan_food .dark-bg {
	top: 0;
}
.main_sel .dropdown-menu.open {
	z-index: -1;
}
.main_sel.open .dropdown-menu.open {
	z-index: 99999;
}
.ui-widget {
	font-size: 2em !important;
}
.ui-datepicker .ui-datepicker-next span {
	background-image: url("../images/arrow-right.png");
	background-size: cover;
	width: 15px;
	height: 15px;
	background-position: 0px;
}
.ui-datepicker .ui-datepicker-prev span {
	background-image: url("../images/arrow-left.png");
	background-size: cover;
	width: 15px;
	height: 15px;
	background-position: 0px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 7px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-widget-header {
	background: #fff;
	border: 1px dashed #ddd;
}
.ui-widget-content {
	background: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #e0ae6d;
	background: #d2A142;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #9e7922;
	background: #777;
	font-weight: normal;
	color: #fff4da;
}
.ui-datepicker th {
	color: #8c7131;
}
.ui-datepicker-title .select2-container {
	margin: 0px 2px;
}
.ui-datepicker-title .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #D2A142;
	border-radius: 0px;
	border-right: 0px;
	border-left: 0px;
}