
/* Begin Styles */

body {
	font-family: 'Arial,'Open Sans,sans-serif';
	font-weight : 300, regular;
	font-size: 13.5px;
	background:#ffffff;
}

p {
	color: #2d2d2d;
}

a {
	color: rgb(147, 193, 57);
    outline: 0 none;
	display: block;
}

a:focus, a:hover, a:active {
	outline: 0 none;
	text-decoration: none;
	color:rgb(147, 193, 57);
}

p a, span a {
	display: inline;
	/*color: #93c139;*/
}

p a:hover, span a:hover, p a:active, span a:active, p a:focus, span a:focus {
	/*color: #93c139;*/
}

button {
	border: 0;
	color:rgb(147, 193, 57);
	background: none;
}
.advansys {
    width: 100px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: -5px;
}
hr {
	border: 0;
	height: 1px;
	background-color: rgb(147, 193, 57);
	color: rgb(147, 193, 57);
}

ol, ul {
	padding: 0;
}

ul li {
	list-style: none;
	padding: 0;
}

ol[type="a"] > li{
	list-style-type: lower-alpha;
}

select {
	color:#3e3e3e;
	font-size: 16px;
	background-color:#ffffff;
	height: 34px;
	line-height:34px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee !important;
}

input:not([type="radio"]):not([type="checkbox"]), input:not([type="radio"]):not([type="checkbox"]).form-control {
	color: #565656;
	background-color:#ffffff;
	font-size:15px;
	height:34px;
	border: 1px solid #d9d9d9;
	padding: 6px;
	padding-left: 10px;
	line-height: 1;
	border-radius: 0;
}

textarea, textarea.form-control {
	resize: none;
	height: auto;
	color:#565656;
	background-color: #ffffff;
	font-size:15px;
	border: 1px solid #d9d9d9;
	padding: 6px;
	line-height: 1;
	border-radius: 0;
}

input:focus, textarea:focus,
textarea.form-control:focus, input.form-control:focus {
	border-color: #d9d9d9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

input[type=text]::-webkit-input-placeholder {
	opacity:1;
	transition: all 0.4s ease;
}
input[type=text]::-moz-placeholder {
	opacity:1;
	transition: all 0.4s ease;
}
input[type=text]:-ms-input-placeholder {
	opacity:1;
	transition: all 0.4s ease;
}
#pred-search::-webkit-input-placeholder{
	color:black;
	opacity:1!important;
}
#pred-search::-moz-placeholder{
	color:black;
	opacity:1!important;
}
#pred-search:-ms-input-placeholder{
	color:black;
	opacity:1!important;
}
input[type=text]:focus::-webkit-input-placeholder {opacity:0.5}
input[type=text]:focus::-moz-placeholder {opacity:0.5}
input[type=text]:focus:-ms-input-placeholder {opacity:0.5}

label {
	color:#565656;
	font-weight: normal;
}

label[for] {
	cursor: pointer;
}

h1 {
	font-size:30px;
	line-height: 1;
	color:#2d2d2d;
	text-transform:capitalize;
}

h2 {
	font-size:24px;
	line-height: 24px;
	color:rgb(45, 45, 45);
	text-transform:capitalize;
}

h3 {
	font-size:16px;
	line-height:16px;
	color: #2d2d2d;
	text-transform:capitalize;
}

h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform: capitalize;
}

h4 {
	display: block;
	margin-bottom: 5px;
}


.red, .red:hover, .red:active, .red:focus {
	color: #93c139 !important;
}

.transit {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.background-green, .background-green:hover, .background-green:active, .background-green:focus {
	background-color: #d6ffd3 !important;
	border-color: #33932B !important;
}

.shadow:active{
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.75);
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-padding-l {
	padding-left: 0;
}

.no-padding-r {
	padding-right: 0;
}

.disabled {
	opacity: 0.40;
}

.none {
	display: none;
}

.no-margin {
	margin-left: 0;
	margin-right: 0;
}

.no-margin-l {
	margin-left: 0;
}

.no-margin-r {
	margin-right: 0;
}

 .mandatory-b:before {
	content: "* ";
	font-size: 15px;
	color: #dd4646;
	position: absolute;
	left: 0;
	top: 0;
}

.mandatory:before,.mandatory-a:after {
	content: " *";
	font-size: 15px;
	color: #dd4646;
	position: absolute;
	right: -8px;
    top: -5px;
}

.mobile-button {
	height: 100%;
	text-align: center;
}

.mobile-button button, .mobile-button a {
	background-color: transparent;
	background-image: none;
	font-size: 25px;
	position: relative;
	height: 100%;
	line-height: 45px;
	color: #fff;
}

.mobile-button .badge {
	background-color: #93c139;
	border-radius: 50%;
	font-size: 18px;
	height: 26px;
	line-height: 21px;
	position: absolute;
	top: 3px;
	width: 26px;
	animation: bloop 1s ease;
}

@keyframes bloop {
  50% {
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
  }
  100% {
	width: 26px;
	height: 26px;
	line-height: 21px;
	font-size: 18px;
  }
}

.cthumb {
	max-width: 100%;
}
.cthumb2 {
	width: 100%;
}

.full-width {
	width: 100%;
}

.banner-image {
	width: 100%;
}

.no-zoom {
	font-size: 10px;
	color: #9a9a9a;
	position: absolute;
	left: 4px;
	top: 0;
}

.sashbig {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 125px;
	background-image: url('/images/sashbig.png');
	background-repeat: no-repeat;
	z-index: 2;
}

.sashsmall {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 59px;
	background-image: url('/images/sashsmall.png');
	background-repeat: no-repeat;
}

.icon-bar {
	background-color: #006cb4;
	display: block;
	height: 5px;
	width: 20px;
}

.icon-bar + .icon-bar {
	margin-top: 2px;
}

.icon-square {
	background-color: #2d2d2d;
	float: left;
	height: 10px;
	width: 10px;
	margin-left: 2px;
	margin-top: 2px;
}

.icon-square + .icon-square {
	margin-top: 2px;
	margin-left: 2px;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fade-in {
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
	opacity: .85;
}

.fade-in:hover {
	opacity: 1;
}

.fade-out {
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
	opacity: 1;
}

.fade-out:hover {
	opacity: .85;
}

.image-grey {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.image-grey:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}
.arrow-bottom {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
}

.arrow-left-inner {
	line-height: 1;
}

.arrow-left-inner:before {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
	border-top: 5px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 15px;
	width: 0;
	opacity: 0.3;
}
.font-13 { font-size: 13px!important; }
.font-15 { font-size: 15px; }
.font-16 { font-size: 16px!important; }
.font-17 { font-size: 17px; }
.font-18 { font-size: 18px; }

.margin-top-10 { margin-top: 10px!important; }
.margin-top-15 { margin-top: 15px!important; }
.margin-top-20 { margin-top: 20px!important; }
.margin-top-25 { margin-top: 25px!important; }
.margin-top-30 { margin-top: 30px!important; }
.margin-top-0 { margin-top: 0px!important; }
.margin-bottom-0 { margin-bottom: 0px!important; }

.margin-right-10 { margin-right: 10px!important; }
.margin-right-15 { margin-right: 15px!important; }

.margin-bottom-10 { margin-bottom: 10px!important; }
.margin-bottom-15 { margin-bottom: 15px!important; }

.margin-left-10 { margin-left: 10px!important; }
.margin-left-15 { margin-left: 15px!important; }


.no-border { border: 0 none!important; }
.border-top { border-top: 1px solid #e8e8e8!important;}
.border-right { border-right: 1px solid #e8e8e8!important;}
.border-bottom { border-bottom: 1px solid #e8e8e8!important;}
.border-left { border-left: 1px solid #e8e8e8!important;}

.min-height {
	min-height: 193px;
}

/* MD */
@media (max-width:1199px){
	.text-md-right {
		text-align: right!important;
	}

	.text-md-left{
		text-align: left!important;
	}

	.text-md-center{
		text-align: center!important;
	}
}

/* SM */
@media (max-width:991px){

	.fade-in {
		opacity: 1;
	}

	.image-grey {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.margin-top-sm-10 { margin-top: 10px!important; }
	.margin-top-sm-15 { margin-top: 15px!important; }

	.margin-right-sm-10 { margin-right: 10px!important; }
	.margin-right-sm-15 { margin-right: 15px!important; }

	.margin-bottom-sm-10 { margin-bottom: 10px!important; }
	.margin-bottom-sm-15 { margin-bottom: 15px!important; }

	.margin-left-sm-10 { margin-left: 10px!important; }
	.margin-left-sm-15 { margin-left: 15px!important; }

	.pull-sm-left {
		float: left!important;
	}

	.pull-sm-right {
		float: right!important;
	}

	.text-sm-right {
		text-align: right!important;
	}

	.text-sm-left{
		text-align: left!important;
	}

	.text-sm-center{
		text-align: center!important;
	}
}

/* XS */
@media (max-width: 767px) {
	.no-padding-xs {
		padding-left: 0;
		padding-right: 0;
	}

	.margin-top-xs-10 { margin-top: 10px!important; }
	.margin-top-xs-15 { margin-top: 15px!important; }

	.margin-right-xs-10 { margin-right: 10px!important; }
	.margin-right-xs-15 { margin-right: 15px!important; }

	.margin-bottom-xs-10 { margin-bottom: 10px!important; }
	.margin-bottom-xs-15 { margin-bottom: 15px!important; }

	.margin-left-xs-10 { margin-left: 10px!important; }
	.margin-left-xs-15 { margin-left: 15px!important; }

	.padding-top-xs-10 { padding-top: 10px!important; }
	.padding-top-xs-15 { padding-top: 15px!important; }

	.padding-right-xs-10 { padding-right: 10px!important; }
	.padding-right-xs-15 { padding-right: 15px!important; }

	.padding-bottom-xs-10 { padding-bottom: 10px!important; }
	.padding-bottom-xs-15 { padding-bottom: 15px!important; }

	.padding-left-xs-10 { padding-left: 10px!important; }
	.padding-left-xs-15 { padding-left: 15px!important; }

	.pull-xs-left {
		float: left!important;
	}

	.pull-xs-right {
		float: right!important;
	}

	.text-xs-right {
		text-align: right!important;
	}

	.text-xs-left{
		text-align: left!important;
	}

	.text-xs-center{
		text-align: center!important;
	}
}

.disp-table{
	display:table;
}

*[data-toggle="tooltip"]{
	cursor: help;
}

/*------------------------------------ Tooltip  ------------------------------------*/
.tooltip {
	font-size: 11px;
	color: #6a665a;
}

/*------------------------------------ Custom checkboxes and radios  ------------------------------------*/
.adv-checkbox {
	border: 1px solid black;
	display: block;
	float: left;
	height: 15px;
	cursor: pointer;
	margin: 3px 5px 0 0;
	line-height: 1;
	position: relative;
	width: 15px;
	background: #fff;
	padding: 2px;
	position: absolute;
}
.adv-checkbox:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
}

.adv-checkbox > div {
	height: 0;
	margin-left: 50%;
	margin-top: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 0;
}

.adv-checkbox.checked > div {
	background: #93c139;
	height: 100%;
	position: relative;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	border-radius: 0;
}

.adv-checkbox + label {
	margin-left: 35px;
}

.adv-radio {
	border: 2px solid silver;
	display: block;
	float: left;
	height: 20px;
	cursor: pointer;
	margin: 0 5px 0 0;
	line-height: 1;
	position: relative;
	width: 20px;
	background: #fff;
	padding: 3px;
	border-radius: 50%;
	-webkit-transition: border-color 0.2s linear 0s;
	-moz-transition: border-color 0.2s linear 0s;
	-o-transition: border-color 0.2s linear 0s;
	transition: border-color 0.2s linear 0s;
}

.adv-radio.checked {
	border: 2px solid #2d2d2d;
}

.adv-radio:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
}

.adv-radio > div {
	border-radius: 50%;
	background: #2d2d2d;
	height: 100%;
	position: relative;
	width: 100%;
	opacity: 0.3;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
	-o-transition: opacity 0.2s linear 0s;
	transition: opacity 0.2s linear 0s;
}

.adv-radio.checked > div {
	opacity: 1;
}

.adv-radio > input, .adv-checkbox > input{
	/*margin: 0;
	opacity: 0;
	position: relative;
	cursor: pointer;*/
	display: none;
}

/*------------------------------------ Slider  ------------------------------------*/
.noUi-target {
	background-color: #fff;
	border: 1px solid #9f9e81;
	height: 16px;
	direction: ltr;
	position: relative;
}

.noUi-target,
.noUi-target *{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-base {
	height: 100%;
	position: relative;
	width: 100%;
}

.noUi-connect {
	background-color: rgb(147, 193, 57);
}

[disabled] .noUi-connect,[disabled].noUi-connect{
	background:#B8B8B8
}

.noUi-origin {
	bottom: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 1px;
}

.noUi-state-tap .noUi-origin{
	-webkit-transition: left .3s,top .3s;
	-moz-transition: left .3s,top .3s;
	-o-transition: left .3s,top .3s;
	transition: left .3s,top .3s;
}

.noUi-handle{
	position:relative;
	z-index:1
}

.noUi-stacking .noUi-handle{
	z-index:10
}

.noUi-state-drag *{
	cursor:inherit!important
}

.noUi-horizontal{
	height:12px
}

.noUi-horizontal .noUi-handle:after{
	border-color: #2d2d2d transparent transparent;
	border-style: solid;
	border-width: 6px 5px 0 6px;
	content: "";
	height: 0;
	left: -2px;
	position: absolute;
	top: 13px;
	width: 0;
}

.noUi-horizontal .noUi-handle{
	width:10px;
	height:15px;
	left:-5px;
	top:-4px
}

.noUi-vertical{
	width:18px
}

.noUi-vertical .noUi-handle{
	width:28px;
	height:34px;
	left:-6px;
	top:-17px
}

.noUi-background{
	background:#FAFAFA
}

.noUi-dragable{
	cursor:w-resize
}

.noUi-vertical .noUi-dragable{
	cursor:n-resize
}

.noUi-handle{
	border:1px solid #2d2d2d;
	background-color:#2d2d2d;
	cursor:default;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

[disabled] .noUi-handle{
	cursor:not-allowed
}


/*------------------------------------ Simple Select  ------------------------------------*/
.simple-select{
	color: #3e3e3e;
	font-size: 16px;
	background-color: #ffffff;
	padding-left:10px;
	height: 34px;
	line-height: 34px;
	overflow:hidden;
	padding-right:40px;
	position: relative;
	width: 100%;
	border: 1px solid #bdbdbd;
	cursor: pointer;
}
.simple-select > span {
	display: block;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
.simple-select.focus{
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.simple-select-arrow{
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 100%;
	border-left: 1px solid #bdbdbd;
	text-align: center;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
	background: transparent; /* Old browsers */
}
.simple-select-arrow .fa {
	line-height: inherit;
	font-size: 20px;
}
.simple-select select{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-appearance: menulist-button;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: inherit;
	cursor: pointer;
	zoom: 1;
}
.simple-select-disabled{
	background:#CCC;
}

/*------------------------------------ Read More/Less  ------------------------------------*/

.overlay {
	width: 100%;

	position: absolute;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(86%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.overlay-toggle {
	cursor: pointer;
	margin: 15px 0;
}

.overlay, .init-overlay{
	transition: height .5s ease;
	overflow: hidden;
	height:280px;
}
.overlay, .init-overlay , .overlay-toggle{
	padding:0 15px;
}

/*------------------------------------ Bootstrap modal ------------------------------------*/
.modal .modal-dialog {
	top: 150px;
}

.modal .modal-content {
	border-radius: 0;
}

.modal .modal-header {
	border-bottom: none;
}

.modal .modal-title {
	font-size: 30px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}

.modal .modal-text {
	background: #ededed;
	padding: 15px;
}

.modal .modal-text p {
	margin: 0;
}

.modal .close-container {
	background: #fff;
	border-radius: 50%;
	padding: 3px;
	position: absolute;
	right: -10px;
	top: -10px;
}

.modal .close {
    background: none repeat scroll 0 0 #000;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    opacity: 1;
    width: 25px;
    outline: none;
}
.modal .close span {
	position: relative;
}

.go-back a {
	display: inline-block;
	text-decoration: underline;
	color: #93c139;
}

.button:hover,
.button:active,
.button:focus {
	color: #fff;
}

.simple-select.form-error, input.form-error, textarea.form-error,ul.form-error {
	border: 1px solid #d10000 !important;
	background: #ffe0e0 !important;
	opacity: 1 !important;
	-webkit-transition: background 0.5s ease, border 0.5s ease;
	-moz-transition: background 0.5s ease, border 0.5s ease;
	-o-transition: background 0.5s ease, border 0.5s ease;
	transition: background 0.5s ease, border 0.5s ease;
}

.error-message {
	font-size: 14px;
	padding-top: 5px;
	color: rgb(209, 0, 0);
}

.error-message span {
	color: rgb(209, 0, 0);
}

.price-color {
	color: rgb(147, 193, 57) !important;
}

.total-price-sm {
	font-size: 20px;
}

.total-price-md {
	font-size: 24px;
}

.total-price-lg {
	font-size: 30px;
}

.captcha-image {
	padding: 4px;
	max-height: 35px;
	max-width: 100%;
	width: auto;
	height: auto;
}


/* navbar lis full width in xs */
@media(max-width: 767px){
	.nav > li {
		width: 100%;
	}

	.nav.nav-tabs > li > a {
		margin: 0;
	}
}

.table-responsive {
	border: 0;
}

/* Class for content in each page with minimum height and paddings */
.content-body {
	min-height: 240px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Content from wysiwyg */
.content-container {
	margin: 40px 0;
}

.content-container p {
	font-size: 15.5px;
	line-height: 1.2;
	margin: 5px 0;
}

.content-container p,
.content-container h1,
.content-container h2,
.content-container h3,
.content-container h4,
.content-container h5,
.content-container h6{
	color: #2d2d2d;
}

.content-container a {
	color: #93c139;
	display:inline-block!important;
}

.content-container ul, .content-container ol {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

.content-container ul li{
	background: url('/images/bullet.png') no-repeat 0 5px !important;
	padding-left: 16px !important;
	margin: 0 0 14px 0 !important;
}

.content-container ol li {
	list-style-position: outside;
	/*list-style: decimal outside;*/
	margin: 0 0 14px 17px !important;
	display: list-item;
}

.modal-backdrop {
	bottom: 0;
	position: fixed;
	z-index: 1040;
	opacity: 0.4;
	display: none;
}

.modal-backdrop  > .fa {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	color: white;
}
.modal.fade.in .modal-backdrop{
	Display:block!important;
}
.modal.fade.in{
	z-index: 99999991;
}
.modal.fade.in .modal-dialog{
	z-index: 1041;
} 
#ACSframe {
	border: 0;
	overflow: hidden;
	width: 100%;
}

#img-404 {
	width: 100%;
}

@media(max-width:767px){
	.tmiddle-xs{
		text-align: center;
	}
}
#basket {
	cursor: pointer;
	height: 45px;
	line-height: 45px;
}

.checkoutbutton{
	background-color: rgb(147,147,147);
	height: 45px;
	line-height: 45px;
}

.checkoutbutton .fa {
	text-align: center;
	width: 19px;
	height: 19px;
}

/****** Basket PopUp ******/
#basketpopup {
	position: absolute;
	top: 45px;
	right: -146px;
	border: 3px solid grey;
	display: none;
	width: 355px;
	background: #fff;
	z-index: 10001;
	cursor: default;
	/*-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.75);*/
	padding:20px;
}
@media(max-width:1199px) and (min-width:992px){
	#basketpopup {
		width: 300px;
	}
}

#basketpopup #basketpopup-up, #basketpopup #basketpopup-down {
	color: #767171;
	cursor: pointer;
	font-size: 23px;
	height: 30px;
	text-align: center;
	width: 100%;
	background-color: #EAEAEA;
	border: 1px solid #c1baba;
}

#basketpopup #basketpopup-up:hover, #basketpopup #basketpopup-down:hover {
	background-color: #DED8D8;
}

#basketpopup #basketpopup-up.disabled:hover, #basketpopup #basketpopup-down.disabled:hover {
	background-color: #EAEAEA;
	cursor: default;
}

#basketpopup #basketpopup-up {
	border-bottom: 1px solid #c1baba;
}

#basketpopup #basketpopup-down {
	border-top: 1px solid #c1baba;
	border-bottom: 1px solid #c1baba;
}

#basketpopup #basketpopup-up + .basketpopup-container {
	height: 344px;
}

#basketpopup .basketpopup-container {
	max-height: 435px;
	overflow: hidden;
}

#basketpopup .basketpopup-slide {
	border-top: 1px solid silver;
	margin-top: 30px;
	line-height: initial;
}

#basketpopup #basketpopup-up + .basketpopup-container .basketpopup-slide {
	border: none;
	margin: 0;
}

#basketpopup .basketpopup-item {
	border-bottom: 1px solid silver;
	padding: 15px 0;
	height: 115px;
}

#basketpopup .basketpopup-item .basketpopup-img {
	position: relative;
	float: left;
	/*width: 30%;*/
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

#basketpopup .basketpopup-item .basketpopup-img  img {
	/*width: 100%;*/
	max-height: 90px;
}

#basketpopup .basketpopup-item:hover .basketpopup-img {
	border: 1px solid #000;
}

#basketpopup .basketpopup-item .remove-product {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 17px;
	height: 17px;
	display: none;
	cursor: pointer;
	text-align: center;
	background-color: #000;
}

#basketpopup .basketpopup-item .remove-product a {
	color: #fff;
	display: block;
}

#basketpopup .basketpopup-item:hover .remove-product {
	display: block;
}

#basketpopup .basketpopup-item .remove-product:hover a {
	color: #93c139;
}

#basketpopup .basketpopup-item .basketpopup-content {
	width: 70%;
	padding-left: 15px;
	text-align:left;
}

#basketpopup .basketpopup-item .basketpopup-name {
	margin: 5px 0 7px 0;
}

#basketpopup .basketpopup-item .basketpopup-name a {
	color: #000;
}

/****** Basket popup total ******/

.basketpopup-total > div{
	margin-top:10px;
}
#basketpopup .paynow {
	height: 30px;
    font-size: 13px;
    width: 122px;
	background-color: rgb(147,147,147);
	text-align: center;
}

	#basketpopup .paynow  a {
		color: #fff;
	}

#basketpopup .editbasket {
	height: 30px;
	line-height: 30px;
	/*width: 120px;*/
	margin-left:-5px;
}

#basketpopup .editbasket a {
	color: #000;
}

#secure-checkout{
	background: #006cb4;
	padding: 30px 0;
}

#secure-checkout span:not(.fa) {
	color: #fff;
	display: block;
	line-height: 1;
}

#secure-checkout .secure-checkout-header {
	font-size: 36px;
	color: #fff;
	margin: 0;
}

#secure-checkout .secure-checkout-description {
	font-size: 15px;
}

#breadcrumb_outer {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	background: -webkit-linear-gradient(#ebebeb, #ebebeb); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ebebeb, #ebebeb); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ebebeb, #ebebeb); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ebebeb, #ebebeb); /* Standard syntax (must be last) */
	line-height: 30px;
	font-size: 14px;
	color: #6f6f6f;
	text-transform: capitalize;
	font-weight: bold;
}

#breadcrumb > span{
	display: inline-block;
}

#breadcrumb .separator {
	margin: 0 10px;
}

#breadcrumb .bread {
	color: #979797;
	display: inline-block;
}

#breadcrumb .bread:hover {
	color: #3e3e3e;
}

.breadcrumb {
	display: none;
}


.carousel-inner > .item > img {
	width: 100%;
}

.carousel-control {
	z-index: 2;
}
@media (max-width:767px){
	.carousel-indicators {
		bottom: -10px;
	}
}
.carousel-indicators li {
	background: rgb(240, 240, 240);
	border: 1px solid #2d2d2d;
}

.carousel-indicators li.active {
	background: #93c139;
	border: 1px solid #93c139;
}

.carousel-control {
	top: 225px;
	top: calc(50% - 20px);
	top: -webkit-calc(50% - 20px);
	top: -moz-calc(50% - 20px);
	bottom: auto;
	text-shadow: none;
	opacity: 0.3;
	z-index: 9;
	background: none !important;
	color: grey;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width:100%;
}
.carousel-inner>.item .img-loader{
	display:none;
}
.carousel-inner>.item.active a , .carousel-inner>.item.active img{
	background:transparent;
	height:100%;
}

.banner-content-wrapper {
	position: absolute;
	top: 146px;
	width: 100%;
	z-index: 2;
}

.banner-content-wrapper .container {
	text-align: center;
}

.banner-content {
	display: inline-block;
	margin-top: 50px;
}

.banner-header {
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	text-align: LEFT;
	text-shadow: 1px 1px 3px #000000;
}

.banner-subtext {
	font-size: 59px;
	line-height: 59px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.banner-button {
	text-align: center;
}

.banner-button a {
	display: inline-block;
	padding: 10px 35px;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 20px;
}

@media only screen and (max-width : 480px) {
	.banner-header {
		display: block;
		font-size: 52px;
		line-height: 52px;

	}

	.banner-button a {
		display: block;
		font-size: 17px;
		padding: 10px 20px;
	}
}

/*---------------Media queries for carousel banners START----------------------*/


.carousel-visible-lg{
	display:none;
}
.carousel-visible-md{
	display:none;
}

.carousel-visible-xs{
	display: none;
}
.carousel-visible-xxs{
	display : none;
}
@media(min-width:1200px){
	.carousel-visible-lg{
		display : block;
	}
}
@media(max-width:1199px) and (min-width:992px){
	.carousel-visible-md{
		display : block;
	}
}
@media(max-width:991px)and (min-width:451px){
	.carousel-visible-xs{
		display : block;
	}
}
@media(max-width:450px){
	.carousel-visible-xxs{
		display : block;
	}
}


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-item .item .img-link{
	text-align: center;
	height: 152px;
	position: relative;
	width: 152px;
	margin: 0 auto;
}
#CategoryScrollerHomepage .owl-item .item .img-link{
	height: initial;
	width: initial;
}

.owl-item .item .img-link > img{
	max-height: 152px;
	max-width: 100%;
	width: auto;
}
#CategoryScrollerHomepage .owl-item .item .img-link > img{
	max-height: initial;
	padding:5px;
	border: solid 1px #d3d3d3;
}
.owl-item .item .img-link > .img-loader{
	position: absolute;
	left: 40%;
	top: 40%;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.product-slider {
	text-align: center;
}

#featured .featured-title{
	text-align: center;
	padding-top:37px;
	margin-top:0px;
	text-transform:capitalize;
}

.owl-carousel {
	padding: 15px 60px 60px;
}

.owl-nav-container {
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.owl-nav-container .container > h3,.owl-nav-container .container > h5,.owl-nav-container .container > h2,.owl-nav-container .container > h4  {
	padding: 0 60px;
}
.owl-prev {
	display:block !important;
	font-size: 78px;
	width: 65px;
	background-color: #006cb4;
	height: 85px;
	line-height:85px;
	position: absolute;
	left: 0;
	top: 37%;
	cursor: pointer;
	color: #fff;
	z-index: 2;
	padding: 0 10px;
	opacity:1;
	-webkit-transition: opacity 0.3s linear 0s;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
}

.owl-next {
	display:block !important;
	font-size: 78px;
	width: 65px;
	background-color: #006cb4;
	height: 85px;
	line-height:85px;
	position: absolute;
	right: 0;
	top: 37%;
	cursor: pointer;
	color: #fff;
	z-index: 2;
	padding: 0 20px;
	opacity:1;
	-webkit-transition: opacity 0.3s linear 0s;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
}

.owl-next:hover, .owl-prev:hover{
	opacity:.8;
	cursor:pointer;
}

.owl-next > .fa, .owl-prev > .fa {
	display: block;
}

.owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

@media(min-width: 450px){
	.owl-controls {
		display: block;
	}
}

@media(min-width: 768px){
	.owl-controls {
		text-align: right;
		top: -40px;
	}
}

.owl-dot {
	display: inline-block;
	margin: 0 4px;
}

.owl-dot span{
	width: 15px;
	height: 15px;
	background-color: rgb(240, 240, 240);
	display: block;
	border-radius: 50%;
}

.owl-dot.active span{
	background-color: #93c139;
}

#brand-scroller .simply-scroll-container{
	width: 100%;
	position: relative;
	padding-top: 27px;
	padding-bottom: 27px;
}

#brand-scroller .simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
	width: 100%;
}

#brand-scroller .simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#brand-scroller .simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-right: 30px;
	float: left;
	line-height: 60px;
}


#brand-scroller .simply-scroll-list li img {
	/*border: 1px solid transparent;*/
	max-height: 75px;
	width: auto;
}

p.icon {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.0em;
	color: #fff;
	opacity: 1;
	width: 100%;
	cursor: pointer;
}

.image-container {
	position: relative;
	min-height:200px;
	text-align:center;

}
@media(max-width:500px){
	.image-container{
		min-height:150px;
	}
}
@media(max-width:400px){
	.image-container{
		min-height:100px;
	}
}
.image-container em{
	position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    cursor: pointer;
}
.image-container .overlay {
	display: none;
	background: #000;
	opacity: 0.1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.image-container:hover .overlay {
	display: block;
	cursor: pointer;
}
.image-container:hover p{
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	top:40%;
}

.image-container:hover img {
	opacity: 0.3;

}

.image-container .caption {
	padding: 2px 10px;
	margin: 0px;
	background: #333;
	color: #ccc;
	font-size: 0.8em;
	height: 18px;
}

/* Custom Gallery Slide Style */
 img.slide-content  {
    display: block;
	background: #fff;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;

}

.blueimp-gallery {
	background: rgba(0,0,0, 0.8);
}
#mini-gallery{
	margin-top:10px;
	margin-bottom:10px;
}

.filter-button.selected{
	background-color:grey;
}
.resultholder{
	min-height:300px;
    transform-origin: top;
    transition: transform 1s ease;
	float:left;
	width:100%;
	margin-bottom:15px;
}

#navigation {
	margin: 20px 0 0 0;
}

#navigation .sidenav-dropdown {
	line-height: 1;
	font-size: 35px;
	float: right;
	cursor: pointer;
	margin-top: 7px;
}

.navigation-header {
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 18px;
	background-color: rgb(0, 108, 180);
	text-transform:capitalize;
}

#facesearch {
	background-color: #ededed;
	padding-top: 15px;
	padding-bottom: 15px;
}

.filter-header {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0 0;
	width: 100%;
}

.inline-block{
	display:inline-block;
}

.tag-type:hover{
	border: 1px solid #000;
}

.tag-type.checked{
	border: 1px solid #000;
}

.tag-type.disabled{
	border: 1px solid #666666;
	padding: 5px 11px!important;
}

.tag-type{
	border: 1px solid #666;
}

.swatch-type{
	border: 2px solid transparent;
	height:25px;
	width:25px;
	padding: 0;
}
.swatch-type.checked, .swatch-type:hover{
	border:2px solid black!important;
}
.swatch-type.disabled{
	border: 2px solid transparent!important;
}
.swatch-type.checked:before{
	content: "\f00c";
	font-family:FontAwesome;
	color: white;
	font-size: 15px;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 3px;
	left: 0;
}

.filter-header .fa {
	font-size: 16px;
	width: 15px;
}

.filter-header .fa-close {
	font-size: 13px;
	margin-left: -2px;
	width: 17px;
}

.filter-header > strong {
	text-transform:capitalize;
}

.filter-content {
	margin-top: 10px;
    max-height: 74px;
    margin-left: 10px;
    overflow-y: overlay;
    overflow-x: hidden;
}
@media(max-width:767px){
	.filter-content{
		margin-top: 30px;
	}
}
.filter-content label {
	text-transform: capitalize;
}

.filter-content > div {
	position: relative;
}

#slider-range {
	margin: 0px 5px 2px 5px;
}

	/****************************** Menu ********************************/
.menu-parent {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	background: -webkit-linear-gradient(#ebebeb, #ebebeb); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ebebeb, #ebebeb); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(, #ebebeb); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ebebeb, #ebebeb); /* Standard syntax (must be last) */
	border-bottom: 1px solid #b5b5b5;
	position: relative;
}
.menu-parent.active, .menu-child{
	background: #fafafa;
}

.menu-parent:hover{
	background: #fafafa;
}

.menu-parent-link {
	height: 40px;
	line-height: 40px;
	color: #2d2d2d;
	padding-left: 15px;
	width: 90%;
}

.menu-parent-link:hover, .menu-parent.active > a {
	color: #93c139;
}

.menu-parent .menu-arrow {
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 10%;
}

.menu-parent .menu-arrow .fa {
	line-height: inherit;
}

.menu-parent.active .menu-arrow {
	transform: rotate(180deg);
}


.menu-parent > ul {
	display: none;
}

.menu-parent.active > ul {
	/*display: block;*/
	border-top: 1px solid #b5b5b5;
}

.menu-child-link {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #838282;
	padding-left: 15px;
}

.menu-child-link:hover, .active > .menu-child-link {
	background: #93c139;
	color: #fff;
}


.dep.greatdeal{
	background:rgb(147, 193, 57);
	font-weight:bold;
}

.greatdeal > .department-link > span{
	color:#ffffff;
}

.greatdeal > .department-link{
	background:none;
}

.greatdeal > .department-link:hover{
	background:none;
}



#confidence-banners{
	margin-top: 15px;
	margin-bottom: 15px;
}
#confidence-banners > div {
	margin-bottom: 14px;
}

.paging {
	height: 35px;
	line-height: 35px;
	margin: 15px 0;
}

.display-type {
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 1px solid silver;
	text-align: center;
	float: left;
	margin-right: 5px;
	padding: 4px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
	background: transparent; /* Old browsers */
}

.display-type.listview {
	padding: 7px 6px;
}

.display-type.active {
	color: #fff;
	background: #006cb4;
	filter: none;
	border: 1px solid #006cb4;
}

.display-type.active span {
	background-color: #fff;
}

/************ Paging **************/
.page-selector > *{
	float: left;
}

.paging-counter {
	font-size: 16px;
	margin-right: 15px;
}

.paging-button {
	width: 35px;
	background-color: #006cb4;
	text-align: center;
	font-size: 22px;
	height: 35px;
	margin-right: 5px;
	color: #fff;
}
.paging-button:focus,
.paging-button:active,
.paging-button:hover {
	color: #fff;
}
.paging-button[disabled] {
	opacity: 0.3;
}
	.paging-button .fa {
		line-height: inherit;
	}

.paging-items {
	position: relative;
	background-color: #ffffff;
	font-size: 16px;
	border: 1px solid #bdbdbd;
	height: 35px;
	margin-right: 5px;
}
@media(max-width:767px){
	.paging-items {
		 margin-right: 15px;
		margin-left: 10px;
	}
}



@media(min-width:992px) and (max-width:1199px){
	.paging-button  , .paging-items {
		margin-right: 3px;
	}
}
.paging-items  > button {
	color: #3e3e3e;
	text-align: center;
	height: 100%;
	padding: 0 30px;
	float: left;
}

.paging-items  > button + button {
	border-left: 1px solid #bdbdbd;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
	padding: 0 10px;
	background: transparent; /* Old browsers */
}

.paging-items  .dropdown-menu {
	border-radius: 0;
	min-width: 0;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.paging-items  .dropdown-menu  a, .paging-items  .dropdown-menu  span {
	color: #000;
	font-size: 12px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	width: 85px;
}
.paging-items  .dropdown-menu  a:hover {
	background-color: #2d2d2d;
	color: #fff;
}
.paging-items  .dropdown-menu  span {
	background-color: #f5f5f5;
	cursor: default;
	display: block;
	color: #A3A3A3;
}

.filtersort-holder {
	width: 170px;
	height: 35px;
	line-height: 35px;
	float: left;
}

.wide_paging_holder {
	position:relative;
	float:right;
	height:25px;
	width:725px;
	margin:8px 10px 0 0;
	border:1px solid #e8e8e8;
}


.sort_by {
	position:relative;
	float:left;
	height:27px;
	line-height:27px;
	margin: 8px 0 0 10px;
}

.page-carousel {
	margin-top: 20px;
}

.productholder {
	min-height: 300px;
}

.productholder .content {
	/*margin-top: 30px;*/
	margin-bottom: 30px;
}
.productholder .content a{
	display:inline!important;
}
.product {
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}

.product > a:nth-of-type(1) {
	height: 263px;
	text-align: center;
	position: relative;
}

.product > a:nth-of-type(1) > .img-loader {
	position: absolute;
	left: 40%;
	top: 40%;
}

.product .cthumb {
	max-height: 263px;
	width: auto;
}

.pr-0 {
    padding-right: 0;
}

@media (max-width: 767px){
	.product > a:nth-of-type(1) {
		height: auto;
	}

	.product .cthumb {
		height: auto;
		/*max-height: none;*/
	}

    .pr-0 {
        padding-right: 15px;
    }
}

.image-border {
	border: 1px solid #e8e8e8;
	position: relative;
	max-height: 555px;
}

.image-border.loading {
	height: 550px;
}

.photo-cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 550px;
	display: none;
	background: #E1E1E1;
}

.photo-cover > em{
	font-size: 220px;
	color: #F8F8F8;
	display: block;
	text-align: center;
	margin-top: 30%;
}

.product-title {
	font-size: 14px;
	line-height: 14px;
	margin: 20px 0 10px;
	padding-bottom: 4px;
}
.product-grid .product-title{
	/*height:52px;*/
}
.product-title,.product-title:focus,
.product-title:active,
.product-title:hover {
	color: #2d2d2d;
}

.product-reviews {
	height: 30px;
	display: inline-block;
}

.product-reviews .star {
	color: gold;
}

.product-reviews .review-count {
	margin-left: 3px;
}

.product-reviews .review-count > a:hover {
	text-decoration: underline;
}

.product-price-holder {
	white-space: nowrap;
	margin-bottom: 10px;
}

.product-gross {
	font-size: 26px;
}

.rrp {
	opacity: 0.4;
	text-decoration: line-through;
	color: #000;
	font-size: 0.8em;
}

.product-rrp {
	font-size: 14px;
	margin-left: 5px;
}

.addtobasketslider{
	margin:0 auto;
	width:111px;
	height:25px;
	line-height:25px;
	font-size:12px;
}

.action-fly-impulse {
	width: 165px;
	font-size: 18px;
	float: right;
}

.outofstock{
	opacity: 0.4;
	display: none;
}

#shopping-basket {
	min-height: 200px;
	margin-top: 30px;
}

#shopping-basket h1{
	margin: 0;
}

#shopping-basket .checkoutbuttons > * {
	float: left;
}
@media(max-width:767px){
	#shopping-basket .checkoutbuttons > * {
		float: none;
	}
}

#shopping-basket .paybycard-button {
	width: 190px;
	height: 40px;
    line-height: 40px;
}
#shopping-basket .cartorspan {
	margin: 10px 15px 0;
}
#shopping-basket .paypal-button {
	width: 225px;
}
#shopping-basket .paypal-button img {
	width: 100%;
}

.order-table {
	border-bottom: 1px solid #e7e7e7;
}

.order-table > thead > tr > th {
	background: #e7e7e7;
	border: none;
	line-height: 1;
	height: 35px;
	font-size: 18px;
	font-weight: normal;
}

.order-table > tbody > tr > td {
	padding: 30px 0;
}

.order-product-description > a{
	padding-right: 15px;
	height: 80px;
}

.order-product-description > a > img{
	max-height: 80px;
}

.order-product-description > p{
	white-space: normal;
}

#shopping-basket .basket-quantity {
	vertical-align: middle;
}
#shopping-basket .basket-quantity > * {
	float: left;
	margin-right: 5px;
	height: 35px;
}
.quantity-left{
	line-height:30px;
}
.quantity-left > small{
	height: 30px;
	padding: 5px;
	color: #a9a9a9;
	border: 1px solid #a9a9a9;
}
#shopping-basket .remove-button, #shopping-basket .update-button {
	padding-right: 12px;
	padding-left: 12px;
	font-size: 16px;
	background: #006cb4;
	line-height:35px;
}
@media(min-width:992px)and (max-width:1199px){
	#shopping-basket .basket-quantity > * {
		margin-right:4px;
	}
	#shopping-basket .remove-button, #shopping-basket .update-button {
		padding-right: 7px;
		padding-left: 7px;
	}
}
@media(max-width:991px){
	#shopping-basket .remove-button span, #shopping-basket .update-button span{
		line-height:35px;
	}
}
#shopping-basket .quantity-counter {
	width: 100%;
	max-width: 80px;
	text-align: center;
}

#shopping-basket .basket-gross {
	font-size: 20px;
	vertical-align: middle;
}

#shopping-basket .basket-details {
	max-width: 400px;
	width: 400px;
}

#shopping-basket .basket-details > * {
	float: left;
	vertical-align: middle;
}

.basket-product-title {
	font-size: 16px;
	white-space: normal;
}
@media(min-width:768px) and (max-width:991px){
	.basket-product-wrapper{
		padding:0 15px;
	}
}
#shopping-basket .basket-options	{
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#shopping-basket .promocode span {
	color:white;
}
#shopping-basket .promocode {
	padding: 10px;
	background-color: #ededed;
	background-color: #006cb4;
	margin-bottom: 10px;
	
}

#shopping-basket .promocode input {
	float: left;
	width: 70%;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	height: 30px;
}

#shopping-basket .apply-promocode {
	width: 30%;
	height: auto;
	line-height:28px;
	font-size: 15px;
	text-overflow: unset;
}

#shopping-basket .error-message {
	height: 20px;
	text-align:right;
	color: rgb(209, 0, 0);
	padding: 5px 10px;
	float: right;
}

#shopping-basket .basket-banner img {
	width: 100%;
}

.checkout-right {
	font-size: 18px;
}

.checkout-right .select-container {
	width: 250px;
	height: 35px;
	line-height: 35px;
	margin-top: 3px;
}

.checkout-right .row {
	line-height: 40px;
}

.promocode-applied {
	color: #93c139;
}

.postcode-button-group{
	width: 250px;
}

.postcode-button-group > button{
	font-size: 17px;
	height: 35px;
	width: 30%;
}

.postcode-button-group > #delpostcode{
	border-right: none;
	width: 70%;
}

.basket-footer .continue-shopping{
	width: 215px;
	background: #2d2d2d;
	font-size: 16px;
	height:40px;
	line-height:40px;
}
.continue-shopping-black {
	background: #2d2d2d!important;
}
.basketmax {
	color:#DC1716;
}

.enter-postcode {
	line-height: 20px;
}

.basket-footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.lock {
	height: 28px;
	line-height: 36px;
	color: #000;
}

.lock-image{
	background: url('/images/lock.png') no-repeat;
	height: 28px;
	width: 16px;
	margin: 4px 8px 0 0;
	float: left;
}

.please-wait {
	display: none;
	min-height: 440px;
}

.please-wait h2{
	color: #000;
	font-size: 35px;
}

#order-container {
	padding: 30px 0;
}

.order-right-container {
	margin-bottom: 20px;
}
.order-right-container > .row{
	margin-bottom: 10px;
}

.order-right-title {
	border-bottom: 1px solid #e8e8e8;
	display: block;
	font-size: 30px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	white-space: nowrap;
	text-transform:capitalize;
}
.order-right-container .cthumb {
	border: 1px solid #e8e8e8;
}

.order-right-footer {
	padding: 10px;
	background: #f5f5f5;
	border-top: 1px solid #e8e8e8;
	line-height: 2;
	font-size: 18px;
	margin-top: 10px;
}
.order-right-footer .button{
	background:#006cb4;
}
.impulse-offer{
	margin-bottom: 20px;
}

.error-messages{
	margin-left: 15px;
	background: rgba(255, 0, 0, 0.14);
	border: 2px solid #DC3B3B;
	padding: 15px
}

.order-left > .row {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.order-left-title {
	border-bottom: 1px solid #e8e8e8;
	display: block;
	font-size: 30px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-transform:capitalize;
}

.login-container{
	display: none;
}
	.login-button {
		margin-top: 10px;
		font-size: 18px;
		width: 175px;
	}


#password-form {
	border-width: 0 0 4px 0;
	border-style: solid;
	border-color: #e8e8e8;

}

.action-checkout {
	width: 100%;
	font-size: 30px;
}

.required-fields {
	position: relative;
	top:0;
	right:0;
	color: #dd4646;
	margin-top: 10px;
}

.tick-billing {
	padding: 15px;
	margin: 30px 0;
	background: #ededed;
}

#billing-details, .billing-details {
	display: none;
}

#PaymentDetails {
	margin-bottom:20px;
}

#thankyou .view-myaccount {
	font-size: 18px;
	width: 160px;
	margin-right: 15px;
}

#thankyou .continue-shopping {
	font-size: 18px;
	width: 185px;
	background: #93c139;
}

#thankyou .order-summary-title {
	font-size: 24px;
	margin: 40px 0 15px;
	display: block;
}

#thankyou .order-totals {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 30px;
}

/*New Version*/
#callback {
	position: fixed;
	z-index:1001;
	right:0;
	height:475px;
	width:47px;
	font-size: 14px;
}

#callback .left_callback {
	position:relative;
	float:left;
	height:475px;
	width:47px;

}
#callback .left_callback.left_button {
    float: left;
    cursor: pointer;
    width: 47px;
    height: 160px;
    background-color: black;
    color: white;
}
#callback .left_callback span{
	transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    display: block;
    height: 130px;
    width: 150px;
    font-size: 17px;
}
#callback .right_callback {
	position: absolute;
	width:320px;
	left: 47px;
	padding: 15px;
	background: #fff;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
	z-index: 1000;
}
#callback .right_callback input[type=text] {
	width: 100%;
	height: 29px;
}
#callback .right_callback textarea {
	height:100px;
	width: 100%;
}
#callback .right_callback label {
	font-size: 11px;
}
#callback .right_callback  .adv-checkbox{
	position: relative;
}
#callback .right_callback label.mandatory , #callback .right_callback small.mandatory{
	position:relative;
}
#callback .fixed-container-content img {
	height: 29px;
}
#callback #cb_verif {
	display: inline-block;
    float: left;
    height: 31px;
    max-width: 163px;
}
#callback .right_callback .callback-tooltip {
	width: 29px;
    height: 30px;
    background-color: #000;
    font-size: 20px;
    color: white;
}
#facebook-feed {
	position: fixed;
	z-index:1001;
	right:0px;
	height:300px;
	width:47px;
	overflow:hidden;
}

#linkedin-feed {
	position: fixed;
	z-index:1001;
	right:0px;
	height:300px;
	width:47px;
	overflow:hidden;
}

#linkedin-feed .right_social {
    width: 390px!important;
    height: 160px!important;
}



#twitter-feed {
	position: fixed;
	z-index:1001;
	right:0px;
	height:330px;
	width:47px;
	overflow:hidden;
}


#pinterest-feed {
	position: fixed;
	z-index:1001;
	right:0px;
	height: 409px;
	width:47px;
	overflow:hidden;
}

.left_social {
	float:left;
	width:48px;
	height:40px;
	cursor:pointer;
	color: #fff;
	font-size: 22px;
	line-height: 42px;
	text-align: center;
	transform: translate(0px, 0px);
	position: relative;
	background-color:#006cb4;
}
.left_social.fa-linkedin {
	background-color:#0096ca;
}
.left_social.fa-twitter {
	background-color:#65bbf2;
}
.right_social {
	position:absolute;
	left:48px;
	width:302px;
	height:400px;
	background-color:#fff;
	border:1px solid #CCCCCC;
	border-radius:5px;
	text-align: center;
}

/*----------------------------- Callback Thanks -----------------------------*/
#callback .callback-thanks {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 15px;
	background-color: #ffffff;
	opacity: 0.9; /* Change for transparency */
}

#callback .callback-thanks h1 {
	font-size: 36px;
	color: rgb(147, 193, 57);
	text-align: center;
}

#callback .callback-thanks p {
	text-align: center;
}

/*----------------------------- Facebook, Twitter , Pinterest Feed-----------------------------*/
#facebook-feed iframe {
	border: none;
	overflow: hidden;
	width: 300px;
	height: 398px;
}

.fixed-container-opener{
	height: 47px;
	background-color: #000;
}

.fixed-container-content{
	width: 300px;
}
#twitter-feed iframe{
	height:398px;
	z-index: 2;
}
.feed-loader{
	background: #fff;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.feed-loader > em{
	display: block;
    opacity: 0.3;
    position: absolute;
    top: 40%;
    left: 43%;
}

#page-of-content{
	margin-bottom: 40px;
}
.contenttextblock {
	margin-top: 15px;
}
.contenttextblock h1, .contenttextblock h2, .contenttextblock h3, .contenttextblock h4 {
	margin-bottom: 20px;
	padding-top: 0px;
	text-transform: uppercase;
	color: #2d2d2d;
	line-height: 1.2;
}
.contenttextblock h2 {
	font-size: 24px;
}
.contenttextblock h3 {
	font-size: 20px;
}
.contenttextblock h4 {
	font-size: 18px;
}
.contenttextblock p {
	font-size: 16px;
	/*line-height: 18px;*/
	margin-top: 10px 0;
}
.contenttextblock ul{
	font-size: 16px;
	margin-top: 15px 0 25px;
}
.contenttextblock ol {
	width: 97%;
	font-size: 16px;
	margin: 15px 0 25px;
}
.contenttextblock ul li{
	background: url('/images/bullet.png') no-repeat 0 5px;
	padding-left: 16px;
	font-size: 16px;
	margin: 0 0 14px;
	line-height: 18px;
}
.contenttextblock ol li {
	list-style-position: outside;
	/*list-style: decimal outside;*/
	font-size: 16px;
	margin: 0 0 14px 17px;
	line-height: 18px;
}
.contenttextblock a {
	color: #93c139;
}

.contenttextblock table {
	border: 1px solid #e8e8e8;
	width: 100%;
}

.contenttextblock table tr {
	height: 30px;
}

.contenttextblock table th, .contenttextblock table thead td{
	border-bottom-color: #888
}

.contenttextblock table td, .contenttextblock table th {
	border: 1px solid #e8e8e8;
	padding: 5px;
    vertical-align: top;
}

#error-404{
	margin-bottom: 70px;
}
#error-404 a.button{
	padding: 12px 0;
	font-size: 24px;
}
.error-404-message{
	font-size: 90px;
    text-align: center;
}
.button-collapse-xs{
	margin: 10px 0;
}
@media(min-width:768px){
	.button-collapse-xs{
		margin: 0;
	}
}

#cookieinfo{
	background-color: #333333;
	border-top: 1px solid #000;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
	/*-webkit-box-shadow: 0px -2px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -2px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -2px 7px 0px rgba(0,0,0,0.75);*/
	opacity: .9;
}

.cookie-container {
	color: #ffffff;
	line-height: 30px;
}

.cookie-header{
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
}

.cookie-text {
	font-size: 14px;
}

.cookie-link{
	display: inline;
}

.cookie-close {
	cursor: pointer;
	position: absolute;
    top: 9px;
    right: 20px;
}

@media(max-width:450px){
	.cookie-link {
		display: inline-block;
	}

}

#contact-us h1{
	margin-bottom:25px;
}
#contact-us .contactus-content {
	margin-bottom: 30px;
	margin-top:0;
}

#contact-us .contactus-left {
	padding-right: 8.3333%;
	border-right: 1px solid #e8e8e8;
	margin-bottom: 80px;
}

#contact-us .contactus-title {
	border-bottom: 1px solid #e8e8e8;
	display: block;
	margin-bottom: 10px;
	margin-top:0px;
}

#contact-us .required-fields {
	position: relative;
	color: #dd4646;
	margin-bottom: 20px;
	margin-top: 0;
}

#contact-us .send_button {
	width: 100%;
	height: 50px;
	font-size: 24px;
}

#contact-us .contactus-social {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

#contact-us .contactus-social  .fa {
	color: #fff;
	font-size: 21px;
	line-height: 35px;
	width: 100%;
	height: 100%;
}

#contact-us .contactus-social .fa-facebook {
	background: #4c6eab;
}
#contact-us .contactus-social .fa-linkedin {
	background: #0077b5;
}
#contact-us .contactus-social .fa-twitter {
	background: #6fb8e4;
}
#contact-us .contactus-social .fa-pinterest-p {
	background: #ca2026;
}
#contact-us .contactus-social .fa-google-plus {
	background: #DC4A38;
}
#contact-us .contactus-social .fa-instagram {
	background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

#contact-us .contactus-iframe {
	padding: 1px;
	border: 1px solid #e8e8e8;
	width: 100%;
	overflow: hidden;
}

.myaccount {
	padding-top: 15px;
	padding-bottom: 30px;
}

.myaccount h1 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.myaccount .nav-tabs {
	border-bottom: 1px solid #e8e8e8;
}

.myaccount .nav-tabs a {
	line-height: 40px;
	padding: 0 25px;
	margin-right: 5px;
	background:#ededed;
	border-radius: 0;
	font-size: 18px;
	color:#2D2D2D;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

.myaccount .nav-tabs a:hover {
	border-color: #e8e8e8;
	background: #e8e8e8;
}

.myaccount .nav-tabs .active > a{
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #e8e8e8#e8e8e8 transparent;
}

.myaccount .nav-tabs .active:last-child > a{
	border-color: #e8e8e8#e8e8e8#e8e8e8;
}

.myaccount .myaccount-title {
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}

.myaccount .myaccount-title.visible-xs > span {
	display: block;
	padding-bottom: 30px;
	padding-top: 30px;
}

.myaccount .myorders-title {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

.myaccount .myaccount-subtitle {
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}

.myaccount .required-fields {
	position: relative;
	color: #dd4646;
	margin-top: 0;
}

.myaccount .update-block {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.updatelogindetails {
	height: 55px;
	font-size: 30px;
}

#my-orders-table > thead > tr > th {
	background:#e7e7e7;
	border: none;
	line-height: 1;
	height: 35px;
	font-size: 17px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}

#my-orders-table > tbody > tr > td {
	border: none;
	background: #f9f9f9;
	vertical-align: middle;
}

#my-orders-table > tbody > tr:nth-child(4n+3) > td{
	background: #FFFFFF;
}

#my-orders-table .order-data >td {
	padding: 0;
}

#my-orders-table .order-data > td > div {
	background:rgb(238, 238, 238);
	color: #fff;
	font-size: 16px;
	display: none;
}

#my-orders-table .order-th {
	padding-top: 3px;
	padding-bottom: 3px;
	background: rgb(204, 204, 204);
}

#my-orders-table .order-td {
	font-size: 16px;
	color: #2d2d2d;
	margin: 0;
}

#my-orders-table .order-td:not(:last-child) {
	border-bottom: 1px solid rgb(102, 102, 102);
}

#my-orders-table .order-td > div {
	padding: 15px 0;
	vertical-align: middle;
}

#my-orders-table .order-td > div:first-child {
	min-height: 110px;
}

#my-orders-table .order-td > div:not(:first-child) {
	line-height: 80px;
}

#my-orders-table .order-td a {
	padding-right: 15px;
	float: left;
	height: 80px;
	max-width: 80px;
}

#my-orders-table .order-td p {
	float: left;
	white-space: normal;
}

#my-orders-table .cthumb {
	max-height: 80px;
}

#my-orders-table .button {
	font-size: 16px;
	padding: 5px 15px;
	background: #2d2d2d;
}

#my-orders-table .button.dropup {
	background:  #d8d8d8;
	color: #7e7e7e;
	padding: 5px 14px;
}

#my-orders-table .button > .caret {
	margin-left: 15px;
	color: #fff;
}

.action-close-order {
	font-size: 14px;
	cursor: pointer;
}

.logout-button {
	width: 100px;
	height: 35px;
	font-size: 18px;
}

.comments_form{
	margin-bottom: 45px;
}

#blog h1 {
	text-transform:capitalize;
	margin-bottom: 0;
}

#blog h2 {
	text-transform:capitalize;
	margin: 0 0 10px 0;
}

#blog h2 > a {
	line-height: 1;
	text-transform:lowercase;
}
#blog h2 > a::first-letter {
    text-transform: uppercase;
}
.blog-group {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

.blog-group .social-container{
	padding-top: 3px;
}

.blog-group + .simple-paging {
	border-top: none;
	margin-top: -30px;
}

.blog-title {
	display: block;
	font-size: 24px;
}

.blog-button {
	font-size: 16px;
}

.blog-image-footer {
	font-size: 14px;
}

.blog-image-footer a{
	color: #93c139;
}

.blog-entry-subtitle {
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.blog-entry-subtitle a {
	color: #93c139;
}

.blog-entry ol li {
	margin: 0 0 14px 17px;
}

.blog-entry ul li {
	background: rgba(0, 0, 0, 0) url("/images/bullet.png") no-repeat scroll 0 5px;
	margin: 0 0 14px;
	padding-left: 16px;
}

.blog-content {
	position: relative;
	background: #eeeeee;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.blog-content:after {
	content: "";
	position: absolute;
	left: 30px;
	top: -14px;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 14px solid #eeeeee;
}

.simple-paging {
	padding: 10px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;
}

.simple-paging.bottom {
	margin-top: -30px;
	border-top: 0;
}

.paging-container > div {
	float: right;
}
.paging-container > div:not(:first-child){
	margin-right: 10px;
}
.paging-numbers > a {
	display: inline-block;
	margin-right: 10px;
}
.paging-numbers > a.active {
	color: #93c139;
}


.submit-comment {
	font-size: 24px;
	width: 100%;
}

.star-holder {
	line-height: 20px;
	padding: 0 15px;
}

.star {
	width: 20px;
	font-size: 20px;
	cursor: default;
	display: inline-block;
}

.star.star-rating {
	cursor: pointer;
}

.star-full {
	color: #93c139;
}

.star-empty {
	color: #d3d3d3;
}

.star.hover {
	color: #93c139!important;
}

.star.empty {
	color: #d3d3d3!important;
}

#product-detail {
	padding-top: 30px;
	margin-bottom: 60px;
}
#productzoom-default {
	text-align: center;
	display: block;
}

#productzoom{
	max-width: 100%;
	max-height: 553px;
}

.description-holder h1 {
	font-size: 30px;
	margin: 0px;
	text-transform: inherit;
}

.description-holder .prod-price-container{
	margin-top: 15px;
	margin-bottom: 15px;
}

.description-holder .product-element {
	font-size: 14px;
	padding-top: 10px;
}

.description-holder .product-options{
	border-left: 5px solid #e8e8e8;
	margin-bottom: 30px;
	margin-top: 30px;
}


.description-holder .details-select .input-group{
	border: 1px solid #bdbdbd;
}
.description-holder .details-select .input-group-btn .btn{
	height: 30px;
	line-height: 1;
	font-size: 30px;
	font-weight: 700;
	border-radius: 0px;
	background: #fcfcfc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
	border: 0px none;
	padding:0px 12px;
	text-shadow: none;
}
.description-holder .details-select .input-group-btn .btn:hover{
	z-index:1;
}
.description-holder .details-select .input-group-btn .btn:focus, .description-holder .details-select .input-group-btn .btn:active{
	outline:none;
	z-index:1;
}
.description-holder .details-select input.form-control{
	height: 30px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	text-align: center;
	line-height: 20px;
	background-color: #fff;
	box-shadow: none;
	border-top: 0;
	border-bottom: 0px;
}

.description-holder .details-select .simple-select > span {
	text-transform: capitalize;
}

.description-holder .details-select .simple-select option {
	text-transform: capitalize;
}

.description-holder .form-group {

}

.description-holder .stand-label {
	line-height:40px;
	font-size: 16px;
	margin-bottom:0;
}

.description-holder .action-fly-detail{
	font-size: 20px;
	width: 100%;
	padding-top: 10px 0px 5px 0px;
	height: auto;
}


.description-holder .notify-button {
	height: 35px;
	font-size: 18px;
	line-height: 1;
	padding: 0 30px;
}

.description-holder .notify-success {
	display:block;
	text-align:center;
	margin:30px 0;
	width:100%;
	font-size:20px;
}

.description-holder .product-specification {
	margin-top: 30px;
	margin-bottom: 30px;
}

.description-holder .product-features {
	font-size: 18px;
	font-weight: bold;
}

.description-holder .bullet-features{
	width: 9px;
	height: 8px;
	float: left;
	margin: 7px 15px 10px 0;
	background: url('/images/bullet.png') no-repeat 0 0;
}

.description-holder .features_holder ul {
	margin: 10px 0px 0px 0px !important;
	padding-left: 0px;
}

.description-holder .features_holder ul li {
	margin-bottom:10px;
}

.description-holder .product-specification li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url("/images/bullet.png") no-repeat 0 4px;
}

.description-holder .details-select .swatch-type {
	border-color: #bbbbbb;
    border-style: solid;
    border-width: 1px;
    height: 25px;
    width: 25px;
    padding: 0;
    position: relative;
	margin-right: 10px;
	border-radius: 5px;
	transition: opacity .5s ease;
}
.description-holder .details-select .swatch-type::before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.description-holder .details-select .swatch-type.disabled::before {
	background-size: 100% 100%;
	background-color:transparent;
	background-image:url('/images/nope.png');
	width: 100%;
	height: 100%;
}
.description-holder .details-select .tag-type{
	padding:5px 11px;
	margin: 5px 10px 5px 0;
	transition: opacity 0.5s ease 0s;
}

.description-holder .details-select .tag-type:hover{
	border: 2px solid #888888;
	padding: 4px 10px !important;
}
.description-holder .details-select .tag-type.checked{
	border: 2px solid #000;
	padding: 4px 10px !important;
}

.description-holder .details-select .tag-type.disabled:hover{
	border: 1px solid #666666;
	padding: 5px 11px!important;
}

@media(max-width:992px){
	.description-holder .share_it {
		margin-top:30px;
	}
}

.product-detail-image .image-advice{
	font-size: 16px;
}

.product-detail-image .image-gallery{
	margin-bottom: 40px;
}

.product-detail-image .image-border{
	padding: 1px;
}

.social-share {
	float: left;
    margin: 0 5px 3px;
}

.merch-message-product {
	margin: 10px 0px;
	color: #dd4646;
	font-weight: bold;
}

#modal-reviews .modal-content{
	width: 550px;
}

#modal-reviews .modal-content{
	padding: 15px 30px 30px;
}

.review-error-message{
	color: rgb(209, 0, 0);
	margin-left: 10px;
}

/* -------------------------PRODUCT EXTRAS STYLES----------------------------- */
.product-extras {
	margin-top: 30px;
}

.product-extras .nav {
	border-bottom: 1px solid #e8e8e8;
}

.product-extras .nav a {
	font-size: 18px;
	padding: 8px 35px;
	margin-right: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	background: #fefefe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */
}

.product-extras .nav li.active a{
	background: #fff;
	border-bottom: 1px solid #ffffff;
}

.product-extras .tab-content {
	padding: 30px 0;
}

.product-extras .init-overlay {
	height: 200px;
}

.product-extras .tab-pane h1, .product-extras .tab-pane h2, .product-extras .tab-pane h3, .product-extras .tab-pane h4 {
	margin-top: 0px;
	font-size: 24px;
	text-transform: uppercase;
}

.product-extras .tab-pane p {
	margin: 6px 0 10px 0;
	font-size: 16px;
}

.product-extras .tab-pane ul li{
	background: url('/images/bullet.png') no-repeat 0 5px !important;
	padding-left: 16px !important;
}

.product-extras .tab-pane li {
	margin-bottom: 10px;
	width: 100% !important;
}

.product-extras .tab-pane ol {
	padding-left: 10px;
}

.product-extras .tab-pane ol > li {
	/*list-style-type: number;*/
	padding-left: 6px;
}


/*=================== Styles for tabs in xs (accordion) ===================*/
.product-extras .panel-group {
	border-bottom: 1px solid #e8e8e8;
}

.product-extras .panel {
	border-radius: 0;
	border-bottom: none;
}

.product-extras .panel-group .panel + .panel {
	margin: 0;
}

.product-extras .panel-heading {
	border-radius: 0;
	padding: 0;
}

.product-extras .panel-body {
	padding: 20px;
}

.product-extras .panel-heading .accordion-toggle {
	padding: 10px 15px;
	font-size: 18px;
	background: #fefefe; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */
}

/* ----------------------------- END PRODUCT EXTRAS STYLES----------------------------- */


/*------------- RELATED PRODUCTS ---------------*/
#related-products{
	padding-top: 0px;
	padding-bottom: 50px;
}


.login-title {
	display: block;
	margin-top:0px;
}

.login-block {
	display: block;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.login-box {
	background: #f2f2f2;
	padding: 30px 25px;
}

.forgotten-link,.forgotten-link:hover {
	margin-top: 15px;
	font-size: 14px;
	display: inline-block;
	color:#93c139!important;
}

.forgotten-link > .fa:before{
	background: #93c139;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 4px;
}

.login-button-main {
	width: 100%;
	height: auto;
	font-size: 18px;
	margin-top: 10px;
}

.register-button {
	width: 100%;
	height: auto;
	font-size: 30px;
	padding: 10px 0;
}

#login .register-checkbox {
	background: #f2f2f2;
	padding: 30px 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}

/*		MODAL		*/
#login-modal iframe {
	width: 100%;
	height: 226px;
	border: 0;
	overflow: hidden;
}

.login-iframe .login-button-main {
	width: 100%;
	font-size: 28px;
	height: auto;
	padding: 5px 0;
}

.send-small {
	width: 100%;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#forgotten-modal .callback-tooltip {
	line-height: 30px;
	color:#93c139;
}

#forgotten-modal .callback-tooltip > .fa {
	background: #93c139;
	color: #fff;
	padding: 3px;
	cursor: pointer;
}

#sitemap .panel-heading {
	padding: 0;
	border-radius: 0;
}

#sitemap .panel-title > a {
	padding: 15px 0;
	font-size: 20px;
}

#sitemap .panel-title > a.collapsed > .fa {
	filter: none;
	transform: scale(1, -1);
}

#sitemap .panel-title .fa {
	float: right;
	font-size: 25px;
	font-weight: bold;
	padding-right: 15px;
	-webkit-transition: transform 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}

#sitemap .panel-group {
	margin-top: 30px;
}

#sitemap .panel-group .panel {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

#sitemap .panel-group .panel + .panel {
	margin-top: 0;
	border-top: 0;
}

#sitemap .panel-default > .panel-heading {
	background: #fff;
}

#sitemap .panel-group .panel-heading:hover {
	background: #ebebeb;
}

.action-sitemap-filter {
	padding-left: 0;
	padding-right: 10px;
	font-weight: bold;
	color: #AAAAAA;
}

.action-sitemap-filter:hover, .action-sitemap-filter.active {
	color: #000;
}

#sitemap .panel-body .children {
	margin-left: 10px;
}

#sitemap .listed li {
	list-style-position: outside;
	margin-left: 15px;
	padding-bottom: 15px;
}

#sitemap .panel-body a:hover {
	text-decoration: underline;
	color: #93c139;
}

#actb_table {
	width: 342px;
	position: absolute;
	z-index: 2000;
	border: 1px solid #d0d0d0;
	z-index:999999999999999999;
	left: 15px!important;
    top: 34px!important;
}
@media(max-width:450px){
	#actb_table {
		width: 290px;
	}
}
#actb_table tr td {
	padding: 4px 6px;
	font-size:11px;
	cursor: pointer;
}

.actb_highlight {
	font-weight: bold;
	text-decoration: underline;
}

.actb_more {
	text-align: center;
	width: 100%;
}

.actb_inact {
	background-color:white;
}

.actb_inact td{
	color: black;
}

.actb_act {
	background-color: #e6e6e6;
}

.actb_act td{
	color:red;
}

.continue-button {
	width: 255px;
	height: 36px;
	display: inline-block;
}

.findaddress {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: auto;
	position: relative;
}

.findaddress.loading::after{
	background-image: url("/images/loading.gif");
    content: "";
    height: 32px;
    position: absolute;
    right: -45px;
    top: 4px;
    width: 32px;
}

/* Countdown Timer begin*/

#countdown_timer {
	width: 100%;
	height: 58px;
    background: rgb(176, 176, 176);
}


.timer_clock {
	float: left;
	height: 58px;
	width: 187px;
}

.clock {
	width: 21px;
	height: 20px !important;
	margin: 20px 10px 0 10px !important;
}

.flash_sale {
	height: 58px;
	margin: 0 auto;
	width: 1000px;
}

.flash_sale .flash_text:before, .flash_sale .timer_clock:before{
    content:"|";
    font-size: 28px;
    line-height: 58px;
    color: rgb(243, 243, 243);
    float:left;
    font-weight:lighter;
    margin-left:-2px;
}

#countdown_timer .countdown_image {
	float: left;
    /*width:216px;*/
    height:58px;
    line-height: 58px !important;
}
.countdown_description {
    color: rgb(243, 243, 243);
    font-size: 35px;
    display: block;
    float: left;
	margin-right: 10px;
}

.flash_text {
	float: left;
	display: block;
	/*width: 597px;*/
	height: 58px;
	line-height: 58px;
	font-size: 23px;
	font-weight: bold;
	color: rgb(243, 243, 243);
	position: relative;
	overflow:hidden;
	white-space: nowrap;
	z-index:2;
}

.flashtextholder{
	float:left;
	position: absolute;
}

.clock_day, .clock_hour, .clock_min, .clock_sec, .sep {
	display: block;
	color: rgb(243, 243, 243);
	font-size: 24px;
	float: left;
	height: 58px;
	line-height: 58px;
}

.sep { margin: 0 1px; }

a.countdown_link, a.countdown_link:hover {rgb(243, 243, 243); text-decoration: none; }

.toggle-message {
	color: #393838;
    font-size: 11px;
    line-height: 24px;
}

.toggle-selection-wrapper {
	float: right;
    padding: 3px 2px 0 0;
    width: 60px;
}

.toggle-selection-wrapper:hover .toggle-list {
	display: block;
}

.selected-toggle {
	color: #393838;
    display: block;
    text-align: center;
}

.toggle-list {
	background: #ffffff;
    border: 1px solid #c8c8c8;
    display: none;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 9;
}

.toggle-option {
	height: 31px;
	line-height: 31px;
}

.toggle-option:hover {
	color: #959595;
}

.toggle {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.goog-te-gadget-simple{
	border: none !important;
}

.goog-te-gadget img{
	display: none !important;
}

.goog-te-menu-value span{
	border: transparent !important;
	font-size: 11px !important;
	font-family: Open Sans,sans-serif !important;
}

.goog-te-menu-value span:last-child{
	color: #000000 !important;
    font-size: 9px !important;
}

#header{
	padding-top: 15px;
    padding-bottom: 15px;
	/*position:fixed;*/
	top:0px;
	width:100%;
	z-index:9999999;
}
#header{
	background:#fff!important;
}
.assistance-bar-wrapper{
	border-bottom-style: solid;
    border-bottom-width: 1px;

}
@media(max-width:767px){
	.assistance-bar-wrapper .text-right{
		margin-bottom:10px;
	}
}

.assistance-bar{
	padding-top:5px;
	color: #0b619b !important;
	font-weight: normal !important;
	font-style: italic;
}

#top-menu a{
    float: right;
    display: block;
    margin: 7px 0px 7px 5px;
	background: -moz-linear-gradient(top, #b0b0b0 0%, #808080 100%);
    background: -webkit-linear-gradient(top, #b0b0b0 0%,#808080 100%);
    background: linear-gradient(to bottom, #b0b0b0 0%,#808080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#808080',GradientType=0 );
    border: none;
    padding: 2px 10px;
    color: #006cb4;
	background: transparent;
	font-size:14px;
}
@media(max-width:360px){
	#top-menu a{
		margin: 3px 0px 5px 0px;
		font-size:12.5px;
	}
}

#top-menu a >.fa{
	margin-left: 5px;
    font-size: 12px;
}
#header-lg{
	margin-top:20px;
}
#pred-search{
	width:100%;
}
.search_button {
	position: absolute;
    top: 0;
    right: 16px;
    height: 34px;
    width: 34px;
}

.search-move{
	float:right;
}

@media(min-width:992px){
	.search-move{
		float:left;
	}
	.basket-move{
		float:right;
	}
	#search-container{
		Display:block!important;
		visibility:visible!important;
	}
}
#basket{
	text-align: center;
    height: 36px;
    line-height:32px;
}

#basket .basket-image{
	font-size: 20px;
}
#basket .basket-amount {
	font-weight: normal;
    color: #fff !important;
    line-height: 36px;
}
.grey-border{
	border: 1px solid #cccccc;
	height: 34px;
	text-align: left;/*toys style*/
    padding-left: 10px;/*toys style*/
}

@media(min-width:992px){
	#basket .basket-amount{
		font-size: 15px !important;
	}
}
@media(min-width:767px){
	.basket-wrapper{
		float:right;
	}
}
.checkoutbutton{
	height: 34px;
    line-height: 35px;
	float: right;
	padding-left: 35px;
}
.checkoutbutton .fa-caret-down{
	position: absolute;
    left: 0;
    height: 34px;
    width: 23px;
    padding-top: 13px;
	font-size: 11px;
}
.checkoutbutton .fa-arrow-circle-right{
	position: absolute;
    right: 12px;
    margin-top: 10px;
}

@media(max-width:767px){
	#home-link{
		text-align:center;
	}

}
#basketpopup{
	top:36px;
}

@media(max-width:991px){
	#search-container{
		/*margin-bottom: 15px;
		margin-top:35px;*/
	}
	#header{
		padding-top:0px!important;
	}
	.assistance-bar{
		padding: 15px 0px 0px;
	}
	.checkoutbutton .fa-arrow-circle-right{
		position:relative;
		margin-top:0px;
		right: initial;
	}
}
#order-header-wrapper{
	margin:10px 0;

}

#megamenu{
	border:none;
}

.navbar{
	margin-bottom:0px;
	min-height: 0px;
}

@media (max-width: 767px){
	#megamenu {
		margin-top: 0px;
	}
}

#megamenu .navbar-collapse{
	padding:0px;
}
#megamenu .navbar-nav{
	padding-left:0;
}

@media(max-width:991px){
	#megamenu .navbar-collapse > .navbar-nav > li {
		display: block;
	}
	.navbar {
		min-height: 0px;
		border: none;
	}

	#megamenu .navbar-collapse.collapse.in {
		display: block !important;
		visibility: visible !important;
	}
}

#megamenu .navbar-collapse > .navbar-nav {
	margin: 0 auto;
	display: table;
	table-layout: auto;
	float: none;
	width: 100%;
}

#megamenu .navbar-collapse > .navbar-nav > li {
	display: table-cell;
	float: none;
	text-align: center;
}

#megamenu .navbar-header{
	height: 100%;
}

#megamenu .dropdown > a{
	font-weight: 100;
	line-height: initial;
}

.megamenu-column .department a{
	padding: 5px 0px;
}
.megamenu-column .category a{
	padding: 2px 0px;
}
.megamenu-column .subcategory a{
	font-size: 0.8em;
    text-indent: 1em;
}

.main-level.open > .right-container{
	display: block!important;
}
#megamenu .main-level-to-left .level-2, .nav.navbar-nav .main-level-to-left ul.level-3,#megamenu li.department .right-container {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
}
#megamenu .main-level .level-2,
.nav.navbar-nav .main-level ul.level-3 {
	display: none; 
	/*position: absolute;
	left: 100%;*/
	position:relative;
	left:0px;
	top: 0; 
	width: 100%;
	//height: 100%;	
    border-radius:0;
    border-top:none;
}

#megamenu .level-2 .category > a:hover,
.nav.navbar-nav .level-2 ul{
	background-color:transparent;
}


#megamenu .dropdown > .dropdown-menu.left{
	right: 0;
    left: auto;
}
#megamenu .navbar-collapse > .navbar-nav > li {
		position: relative;
		border-right: 1px solid #2b2b2b;
		border-left: 1px solid rgb(82, 82, 82);
	}
	
	#megamenu .navbar-collapse > .navbar-nav > li:first-child{
		
		border-left: 1px solid #2b2b2b;
	}
	#megamenu  li.department:hover > .level-2,
#megamenu .level-2 li.category:hover ul{
	display:block;
}

#megamenu .level-3 .subcategory > a:hover,
#megamenu  li.department > a:hover{
	background-color:rgb(17, 154, 210);
}
#megamenu  li.department > a:hover,
#megamenu .level-2{
	background-color:#40b5e4;
}
#megamenu li.department{border-top:1px solid #40b5e4;}
#megamenu li.department:last-child{border-bottom:1px solid #40b5e4;}
#megamenu ul.level-2 li.category{border-top:1px solid #119ad2;}
#megamenu ul.level-2 li.category:last-child{border-bottom:1px solid #119ad2;}
#megamenu ul.level-3 li.subcategory{border-top:1px solid rgb(103,103,103);}
#megamenu ul.level-3 li.subcategory:last-child{border-bottom:1px solid rgb(103,103,103);}

#megamenu li.department a,
#megamenu .level-2 .category a{
	padding: 10px 30px 10px 10px;
	position: relative;
}

li.has-child > a:after{
	font-family:'FontAwesome';
	position:absolute;
	right:15px;
	font-size:20px;
    padding-top: 0px;
    content: '\f105';
    top: 7px;
}

#megamenu .level-2 .category a,
#megamenu .level-2 .category a:hover,
#megamenu .level-2 .category a:active,
#megamenu .level-2 .category a:focus{
	color:rgb(255,255,255);
}

#megamenu .level-2, 
#megamenu .level-3, 
#megamenu .dropdown-menu
{
	padding:10px 0px 10px 20px;
	min-width:350px;
}


#megamenu .dropdown > .dropdown-menu.left{
	right: 0;
    left: auto;
}

@media (max-width: 991px) {
	#megamenu .navbar-collapse > .navbar-nav > li {
		display: block;
	}
	.navbar {
		min-height: 0px;
		border: none;
	}

	#megamenu .navbar-collapse.collapse {
		display: none !important;
		visibility: hidden !important;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.carousel-inner>.item.active{
	height:600px;
    background: white;
}

@media(max-width: 991px){
	.carousel-inner>.item.active{
		min-height:350px;
		height:auto;
	}
}

@media(max-width: 767px){
	.carousel-inner>.item.active{
		min-height:250px;
		height:auto;
	}
}
@media(max-width:500px){
	.carousel-inner>.item.active{
		min-height:150px;
		height:auto;
	}
}

#welcome {
	min-height:303px;
	background-color: #f4f4f4;
}

#welcome .background{
	background-image: url('/images/ChemDataSharing_byRC_Large.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 289px;
	margin-top: 80px;
    float: right;
}

#welcome .content-container{
	height: 300px;
}

#footer-menu {
	padding-top: 30px;
    padding-bottom: 25px;
}
#footer-menu li{
	margin-bottom:1px;
}
#footer-menu li a{
	margin-bottom:10px;
}
#footer-menu p {
	margin: 0;
	padding: 5px 10px;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
}

#footer-menu li.header {
	margin-bottom:25px;
	text-transform:;
}

#footer-menu a.quick:hover {
	//color: #b2b2b2;
}


/*--------------------- Blog Scroller -------------------------*/
#blog-scroller a.quick {
	line-height: 16px;
}

#blog-scroller li {
	line-height: 18px;
}

#blog-scroller ul, #blog-scroller li {
	height: 100%;
}

#blog-scroller .blog_scroll_title {
	display: block;
	font-size: 18px;
}

#blog-scroller .blog_scroll_header {
	display: block;
	opacity: 0.5;
	font-size: 12px;
	padding-bottom: 5px;
}

#blog-scroller .blog_scroll_elem{
	display: block;
	overflow: hidden;
	height: 56%;
	max-height:57px;
}

#blog-scroller .blog_scroll_footer {
	display: block;
	margin: 10px 0 0 0;
}

#blog-scroller .blog_scroll_footer  a{
	color: #93c139;
}


/*--------------------- Social buttons -------------------------*/
#socialbuttons {
	margin-top:12px;
}

#socialbuttons a {
	border-radius: 50%;
	display: inline-block;
	font-size: 19px;
	margin: 0 3px 0 0;
	height: 29px;
	line-height: 29px;
	text-align: center;
	vertical-align: middle;
	width: 29px;
	background: rgb(147, 193, 57);
}
@media(max-width:767px){
	#socialbuttons a {
		margin: 0 10px 0 0px;
	}
}

#socialbuttons a:hover {
	opacity: 0.5;
}


/*--------------------- Quick Links -------------------------*/

#quick-links {
	background: #fff;
}

#quick-links-pci {
	padding-top: 13px;
    padding-bottom: 11px;
    line-height: 32px;
}

#cards {
	margin-top: 10px;
	float: right;
}

@media(min-width:992px){
	#cards {
		margin-top: 0;
	}
}


#quick-links-copy {
	padding: 22px 0;
}

#quick-links-copy img {
	border: 0
}

#quick-links-copy p {
	margin: 0;
	padding: 5px 10px;
}

#quick-links-copy a:hover {
	text-decoration: underline;
}



#quick-links-copy .left a {
	margin-left: 1px;
	margin-right: 1px;
	display: inline-block;
}


@media(max-width:767px){
	#quick-links-copy .left  , #quick-links-copy .right{
		line-height:2.7;
	}
	#quick-links-copy{
		padding:7px 0px;
	}
}
@media(min-width:768px){
	#quick-links-copy .right {
		text-align: right;
	}
}

.quicklinks4 li a{
	margin-top:14px;
}

footer{
font-size:15px;
}

.search_button{
color:rgb(255, 255, 255);
background-color:rgb(0, 108, 180);
}

.pci span{
color:rgb(87, 87, 87);
}

.order-header{
color:rgb(68, 68, 68);
}

.megamenu-column a{
font-size:16px;
}

.megamenu-column .department a{
color:rgb(204, 204, 204);
}

.megamenu-column .category a{
color:rgb(248, 248, 248);
color:rgb(236, 236, 236);
}

.megamenu a:hover{
color:rgb(255, 255, 255);
}

.megamenu a{
color:rgb(255, 255, 255);
font-family:Arial,Helvetica,sans-serif;
}

.megamenu .megamenu-column .department a:hover{
color:rgb(236, 236, 236);
}

.megamenu .dropdown-toggle:hover , .megamenu .dropdown-toggle:active, .megamenu .dropdown-toggle:focus, .dropdown.open>.dropdown-toggle{
color:rgb(255, 255, 255);
}

.megamenu .dropdown-toggle:focus,.megamenu .dropdown-toggle:hover, .megamenu .dropdown.open>.dropdown-toggle,.megamenu .dropdown-toggle:active{
background-color:rgb(17, 154, 210);
}

.megamenu .dropdown-toggle{
color:rgb(255, 255, 255);
font-size:15px;
text-transform:capitalize;
}

.dropdown-menu{
background-color:rgb(17, 154, 210);
font-size:15px;
}

.checkoutbutton:hover{
background-color:rgb(213, 109, 31);
}

.checkoutbutton a{
color:white;
}

.checkoutbutton .fa-caret-down{
background-color:rgb(0, 108, 180);
}

.checkoutbutton{
font-weight:normal;
background-color:rgb(147, 193, 57);
font-size:17px;
}

.assistance-bar-wrapper{
background-color:rgb(255, 255, 255);
border-bottom-color:#e1e1e1;
}

.assistance-bar{
font-weight:bold;
color:rgb(147, 193, 57);
font-size:15px;
}

#welcome h1{
font-family:Arial,Helvetica,sans-serif;
}

#top-menu a{
background:rgba(0, 0, 0, 0);
}

#socialbuttons a{
background-color:white;
color:#006cb4!important;
}

#quick-links-copy,#quick-links-copy .left a , #quick-links-copy .right a{
color:rgb(255, 255, 255);
}

#quick-links-copy ,#footer-menu  li , #footer-menu  a{
color:rgb(255, 255, 255);
}

#quick-links .pci strong {
color:rgb(0, 108, 180);
}

#quick-links .pci{
font-size:15px;
}

#order-header-wrapper{
background-color:white;
}

#megamenu{
background:rgb(0, 108, 180);
}

#header-sm-menu{
background-color:rgb(0, 108, 180);
}

#footer-menu li.header{
font-size:18px;
color:rgb(124, 176, 212);
}

#footer-menu li a.mailtocolor{
color:rgb(147, 193, 57);
}

#footer , #quick-links-copy{
background-color:rgb(0, 108, 180);
}

#blog-scroller .blog_scroll_footer a{
color:rgb(147, 193, 57);
}

#basketpopup .paynow a{
font-size:16px;
}

#basket .basket-image{
color:rgb(0, 108, 180);
}

#basket .basket-amount{
color:rgb(0, 0, 0);
font-size:14px;
}

.button{
font-family:Arial,Helvetica,sans-serif;
color:white;
font-size:17px;
background-color:rgb(147, 193, 57);
border:none;
text-align:center;
height:auto;
line-height:30px;
overflow:hidden;
white-space:nowrap;
cursor:pointer;
text-overflow:ellipsis;
border-radius:0;
font-weight:normal;
text-decoration:none;
text-transform:capitalize;
}

.button > a{
color:white!important;
}

.button:hover{
background-color:rgb(213, 109, 31);
}

.button-secondary{
background-color:green;
font-family:Lato,sans-serif;
}

.submit-enquiry-button{
background-color:rgb(147, 147, 147);;
font-family:Arial,Helvetica,sans-serif;
color:white;
font-size:15px;
line-height:30px;
}

@media(min-width:992px){
	#megamenu .navbar-collapse > .navbar-nav > li:before{
		content: " ";
		position: absolute;
		z-index: 5;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		border-right: 1px solid #0589e0;
        z-index:0;
	}
	#megamenu .navbar-collapse > .navbar-nav > li:first-child:before{
		content: " ";
		position: absolute;
		z-index: 5;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		border-left: 1px solid #005b97;
        z-index:0;
		
	}
	#megamenu .navbar-collapse > .navbar-nav > li:first-child{
		position: relative;
		border-left: 1px solid #0589e0;
	}
	#megamenu .navbar-collapse > .navbar-nav > li{
		position: relative;
		border-right: 1px solid #005b97;
		border-left: 1px solid rgba(74, 74, 74, 0);
	}
}

.order-header-title{
	font-size:22px;
}
.working-ours{
	font-size:14px;
	color:#bbbbbb;
}
.inline{
	display:inline;
}
#data-package-cointainer th{
	background:#e3e3e3;
}
.border-none{
	border:0px!important;
}
div.img-responsive > img{
	display: block;
    max-width: 100%;
    height: auto;
}
.categories-page.productholder .display-type{
	display:none!important;
}
.ui-autocomplete {
	z-index: 999999999999999999999!important;
	max-height: 250px!important;
    overflow-y: auto!important;
    overflow-x: hidden;
}
.ui-menu-item-wrapper {
    white-space: nowrap;
}
#quick-links-copy .right,#quick-links-copy .left{
	font-size:13px!important;
}
.bold-text {
    font-weight: bold;
}
.highlight-cat{
	color:rgb(147, 193, 57);
	font-weight:bold;
}
.font-color-default{
	color: #2d2d2d;
}
#megamenu-toolbar .right-container{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: auto!important;
    background: #40b5e4;
}
#megamenu-toolbar .left-container{
	height: 100%;
    /* position: relative; */
    position: absolute;
    width: 100%;
    left: -100%;
    background-color: #119ad2;
    z-index: -94;
}
li.main-level > a > .fa.fa-angle-down{
	opacity:0;
}
li.main-level.open > a > .fa.fa-angle-down{
	opacity:1;
}
@media(min-width:992px){
	.largebanner{
		background-size:cover!important;
	}
}
@media(min-width:992px )and (max-width:1199px){
	.mediumbanner{
		height:500px!important;
	}
}
#tabinfo_5 ul li {
	min-height:20px;
}
.my-account-dropdown > button,.my-account-dropdown > button:focus,.my-account-dropdown > button:hover,.my-account-dropdown > button:active{
	width: 100%;
    text-align: right;
    background: transparent!important;
    border: 0px;
    color: #006cb4!important;
	outline: none!important;
	box-shadow: none!important;
}
.my-account-dropdown > ul li a{
	color:white!important;
}
@media(max-width:991px){
	#megamenu{
		position:fixed;
		width:100%;
	}
	#megamenu.opened{
		
		visibility: visible;
		overflow-y:scroll;
	}
	#megamenu:not(.opened){
		//display:none!important;
		visibility: hidden;
	}
	#megamenu{
		transition: visibility 0s, opacity 0.5s linear;
		top:47px!important;
		height: calc(100% - 47px);
		height: -webkit-calc(100% - 47px);
		height: -moz-calc(100% - 47px);
		border-top: solid 1px #0774bd;
		z-index: 99999991!important;
	}
	#megamenu .navbar-collapse > .navbar-nav > li{
		border:0px!important;
	}
	body >.ui-autocomplete{
		/*display:none!important;*/
	}
	#megamenu .main-level-to-left .level-2, .nav.navbar-nav .main-level-to-left ul.level-3, #megamenu li.department .right-container{
		left: 0px!important;
		float:left;
		position:relative!important;		
	}
	#megamenu-toolbar .left-container{
		display:none!important;
	}
}
#blog a {
	display:inline-block!important;
}
@media(min-width:992px){
	#megamenu li.department:hover > .level-2, #megamenu .level-2 li.category:hover ul,#megamenu li.department:hover > .right-container .level-2,#megamenu li.department:hover > .right-container {
    display: block;
}
#megamenu li.department:hover > .level-2, #megamenu .level-2 li.category:hover ul,#megamenu li.department:hover > .right-container .level-2,#megamenu li.department:hover > .right-container {
    display: block;
}
}
.paddin-bottom-10{
	padding-bottom:10px;
}

.basket-block {
    padding-right: 0px;
    padding-left: 0px;
}

.basket-block button-a {
    padding-right: 0px;
    padding-left: 0px;
    height: 34px;
}

.basket-block .button-a a {
    line-height: 34px;
}

.topsearch_d .td1 {
    padding:0;
}

@media (max-width: 767px) {
   .topsearch_d .td1 .simple-select {
        height: 34px;
        margin-bottom: 5px;
    }

    .topsearch_d .td1 .simple-select .simple-select-arrow {
        border-left: 1px solid #bdbdbd;
        line-height: 20px;
        height: 20px;
        top: 6px;
    }

    .topsearch_d .td1 #pred-search {
        width: 100% !important;
        height: 34px;
        font-size:14px;
    }

    #home-link img {
        display: inline;
    }

    .assistance-bar {
        text-align: center;
    }

    .c-content {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .topsearch_d {
        border: 1px solid #d9d9d9;
        height: 35px;
    }

   .topsearch_d .td1 .simple-select {
        border: 0;
        height: 32px;
    }

    .topsearch_d .td1 .simple-select .simple-select-arrow {
        border-left: 0;
        border-right: 1px solid #bdbdbd;
        line-height: 20px;
        height: 20px;
        top: 6px;
    }

    .topsearch_d .td1 #pred-search {
        width: 100% !important;
        height: 32px;
        border: 0;
        font-size:14px;
    }
}

.topsearch_d .td1 .simple-select span {
    font-size: 14px;
}

.topsearch_d .td1 .search_button {
    right: 0;
}

.c-logo {
}

.c-logo div {
    padding: 0 !important;
}

.c-content {
    padding-left: 0 !important;
}

.basket-over {
    padding:0;
    height: 36px;
    width: 76%;
}

@media (min-width: 1200px) {
    .c-logo {
        width: auto !important;
    }

    .c-content {
        width: 71% !important;
    }

    .basket-over {
        width: 81%;
    }
}

.top-menu1 {
    background-color: #59A38C;
    width: 36px;
    height: 36px;
}

.my-account-icon {
    width: 100%;
    height: 100%;
    font-size: 17px;
}

.basket-over .basket-image {
    color: #fff !important; 
    margin: 0 2px;
}

#products-view .product-list .text-left {
    margin-bottom: 5px;
}

#products-view .product-list .product-title {
    margin-bottom: 5px;
}

.topsearch_d #ddlJurisdiction, .topsearch_d #ddlRegulation, .topsearch_d #pred-search {
    font-style: italic;
    color: grey;
}

.prsearch .popover {
	background: #ebebeb;
}

.prsearch .popover.bottom > .arrow:after {
	border-bottom-color: #ebebeb !important;
}

.product_row {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-grid {
    margin-top: auto;
}