body {
	font-family: 'Arial', sans-serif;
	font-size: 14px; /*14*/
	color: #333333;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a,
.btn {
	-o-transition: color .3s, background .3s, border-color .3s;
	-ms-transition: color .3s, background .3s, border-color .3s;
	-moz-transition: color .3s, background .3s, border-color .3s;
	-webkit-transition: color .3s, background .3s, border-color .3s;
	  transition: color .3s, background .3s, border-color .3s;
}
a:hover,
a:focus {
	text-decoration: none;
}
/* ADDED BY Cybyll */
.brand-logo { width: 20%; margin: 0; max-width: 100%;float: right; }
.text-muted {
	color: #ff5a00;
}
.form-control {
	box-shadow: none;
	border-color: #e1e1e1;
}
.n-wrapper-form-control select {
	box-shadow: none;
	border-color: #e1e1e1;
}
.btn-default {
	border-color: #e1e1e1;
}
.dropdown-menu {
	border-color: #ccc;
	box-shadow: none;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navigation-list li {
    width: 23.9%;
}
.navigation-list li a {
	color: #fff;
}
.wrap-left-menu .navigation-list li a {
	color: #fff;
}
.carousel-control.right,
.carousel-control.left {
	background: none;
	filter: -;
}
.ccwrap {
	float: left;
}
.nsearchinput-pl.well {
	margin-top: 35px !important;
	box-shadow: none;
	border-color: #efefef;
}
hr {
	border-color: #efefef;
}
.upsell-head {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
h1,
h2,
h3,
h4 {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Teko', sans-serif;
	font-weight: 400;
}
h1 {
	margin-top: 10;
	/*font-size: 26px;*/
	font-size: 36px;
}
h2 {
	/*font-size: 24px;*/
	font-size: 32px;
	font-weight: 400;
}
h3 {
	/*font-size: 22px;*/
	font-size: 26px;
}
@media (max-width: 767px) {
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	.upsell-head {
		font-size: 22px;
	}
}
/* Breadcrumbs */
.breadcrumb {
	padding: 8px 0;
	background: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
}
.breadcrumb > li {
  	display: inline-block;
	font-size: 12px;
}
.breadcrumb > li + li:before {
  	content: "/\00a0";
	padding: 0 5px;
	color: #333;
	padding-left: 5px;
	padding-right: 2px;
    float: left;
}
.breadcrumb > li > a {
	color: #333;
}
.breadcrumb > li:first-child > a {
	text-transform: none;
}
.breadcrumb > li:last-child > a {
	font-weight: 700;
}
/* Buttons */
.btn-checkout {
	padding: 2px 9px;
	color: #d3c3b5 !important;
	font-size: 11px !important;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #232020;
	border-color: #35312f;
}
.btn-checkout:hover,
.btn-checkout:focus,
.btn-checkout:active,
.btn-checkout.active,
.open > .dropdown-toggle.btn-checkout {
	color: #ffffff;
	background-color: #1e1b1b;
	border-color: #35312f;
}
.btn-checkout:active,
.btn-checkout.active,
.open > .dropdown-toggle.btn-checkout {
	background-image: none;
}
.btn-checkout.disabled,
.btn-checkout[disabled],
fieldset[disabled] .btn-checkout,
.btn-checkout.disabled:hover,
.btn-checkout[disabled]:hover,
fieldset[disabled] .btn-checkout:hover,
.btn-checkout.disabled:focus,
.btn-checkout[disabled]:focus,
fieldset[disabled] .btn-checkout:focus,
.btn-checkout.disabled:active,
.btn-checkout[disabled]:active,
fieldset[disabled] .btn-checkout:active,
.btn-checkout.disabled.active,
.btn-checkout[disabled].active,
fieldset[disabled] .btn-checkout.active {
	background-color: #232020;
	border-color: #35312f;
}
.btn-checkout .badge {
	color: #232020;
	background-color: #ffffff;
}
.btn-carousel {
	color: #fff;
	background: none;
	border-color: #fff;
}
.btn-carousel:hover,
.btn-carousel:focus,
.btn-carousel:active,
.btn-carousel.active,
.open > .dropdown-toggle.btn-carousel {
	color: #ccc;
	background: none;
	border-color: #ccc;
}
.btn-carousel:active,
.btn-carousel.active,
.open > .dropdown-toggle.btn-carousel {
	background-image: none;
}
.btn-carousel.disabled,
.btn-carousel[disabled],
fieldset[disabled] .btn-carousel,
.btn-carousel.disabled:hover,
.btn-carousel[disabled]:hover,
fieldset[disabled] .btn-carousel:hover,
.btn-carousel.disabled:focus,
.btn-carousel[disabled]:focus,
fieldset[disabled] .btn-carousel:focus,
.btn-carousel.disabled:active,
.btn-carousel[disabled]:active,
fieldset[disabled] .btn-carousel:active,
.btn-carousel.disabled.active,
.btn-carousel[disabled].active,
fieldset[disabled] .btn-carousel.active {
	background: none;
	border-color: #fff;
}
.btn-carousel .badge {
	color: #fff;
	background: none;
}
/* Thumbnail */
.thumbnail {
	border-color: #eceae7;
}
.thumbnail .caption h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.thumbnail .caption h3 a {
	color: #232020;
}
.thumb-rating {
	color: #4b5348;
	height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}
.caption .price {
	font-size: 18px;
	font-weight: 700;
	color: /*#e01b15*/ #CB4800;
	height: 22px;
}
.rrpwrap {
	font-weight: 400;
	color: #c1c1c1;
	text-decoration: line-through;
	margin-left: 10px;
}
.thumbnail .product-options img,
.thumbnail .product-options span {
	margin: 0;
	height: 15px;
    width: 15px;
	border: 1px solid #eceae7;
}
.thumbnail .product-options span {
	text-indent: -9999px;
	display: inline-block;
}
.thumbnail .colouropt-wrap {
	margin: 0 0 5px;
    min-height: 0px;
}
.thumbnail .product-options > a {
	display: inline-block;
}
/* Carousel */
.carousel .item {
	left: 0 !important;
	-webkit-transition: opacity 0.9s;
	transition: opacity 0.9s;
}
.carousel .next.left,
.carousel .prev.right {
	opacity: 1;
	z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
	opacity: 0;
	z-index: 2;
}
.carousel-caption {
	padding-top: 0;
	z-index: 4;
}
.carousel-caption h3 {
	margin-bottom: 10px;
	font-size: 56px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: none;
	padding: 1px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.carousel .item:hover .carousel-caption h3 {
	-webkit-transform: translateY(-10px);
  	transform: translateY(-10px);
}
.carousel-caption h3 a {
	color: #fff;
}
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
	text-shadow: none;
}
.carousel-caption .btn {
	height: 58px;
	padding-left: 38px;
	padding-right: 38px;
	text-shadow: none;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 44px;
}
.carousel-caption .btn i {
	margin-left: 8px;
}
.carousel-control {
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	opacity: 1.0;
	z-index: 5;
	line-height: 50px;
	text-align: center;
	font-size: 35px;
}
.carousel-control.left,
.carousel-control.right {
	background: none;
}
.carousel-control.left {
	left: 16px;
}
.carousel-control.right {
	right: 16px;
}
.carousel-control.left:hover,
.carousel-control.left:focus {
	background: none;
	opacity: 1.0;
}
.carousel-control.right:hover,
.carousel-control.right:focus {
	background: none;
	opacity: 1.0;
}
.carousel-control .fa {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	display: inline-block;
}
.carousel-indicators {
	z-index: 6;
}
#homepageCarousel {
	margin-bottom: 47px;
}
#homepageCarousel:hover .carousel-control,
#homepageCarousel:focus .carousel-control {
	display:block;
	opacity:1.0 !important;
}
#homepageCarousel.wrapper-mainbanner {
	height: inherit;
	margin-bottom: 0;
}
#homepageCarousel.wrapper-mainbanner .carousel-caption {
	left: inherit;
	right: inherit;
	width: 100%;
	top: auto;
	bottom: 40px;
}
#homepageCarousel.wrapper-mainbanner .wrapper-mainbanner-text {
    text-align: center;
    width: 100%;
	padding: 0;
	height: inherit;
}
#homepageCarousel.wrapper-mainbanner .carousel-caption .btn {
	height: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
@media screen and (min-width: 768px){
	.carousel-caption {
		left: 194px;
		right: auto;
		bottom: auto;
		top: 80px;
		padding-bottom: 0;
		width: 570px;
		text-align: left;
	}
}
@media (max-width: 1199px) {
	.carousel-caption {
		left: 124px;
	}
	.carousel-caption h3 {
		font-size: 28px;
	}
	.carousel-caption p {
		font-size: 14px;
	}
	.carousel-caption .btn {
		height: 40px;
		padding-left: 22px;
		padding-right: 22px;
		text-shadow: none;
		font-size: 16px;
		line-height: 28px;
	}
}
@media (max-width: 991px) {
	.carousel-caption {
		left: 94px;
	}
	.carousel-caption-wrap {
		bottom: 30px;
		right: 20px;
		width: 240px;
	}
	.carousel-caption h3 {
		font-size: 18px;
	}
	.carousel-caption p {
		font-size: 11px;
	}
	.carousel-caption .btn {
		height: 40px;
		padding-left: 22px;
		padding-right: 22px;
		text-shadow: none;
		font-size: 14px;
		line-height: 28px;
	}
	.carousel-control {
		display: block;
	}
}
@media (max-width: 767px) {
	#homepageCarousel.wrapper-mainbanner .carousel-caption {
		bottom: 5px;
	}
	#homepageCarousel.wrapper-mainbanner .mainbanner-text-conts h3,
	#homepageCarousel.wrapper-mainbanner .mainbanner-text-conts p {
		display: none;
	}
	#homepageCarousel.wrapper-mainbanner .carousel-caption .btn {
		font-size: 12px;
		line-height: 12px;
	}
	.carousel-caption {
		left: 20px;
		right: auto;
		bottom: auto;
		top: 20%;
		padding-bottom: 0;
		width: 60%;
		height: 40%;
		text-align: left;
	}
	.carousel-indicators {
		display: none;
	}
	.carousel-caption h3 {
		font-size: 12px;
	}
	.carousel-caption p {
		font-size: 9px;
	}
	.carousel-control {
		top: 10px;
		margin-top: 0;
	}
	.carousel-control {
		width: 20px;
		height: 20px;
		line-height:20px;
		font-size:18px;
	}
	.carousel-control.left {
		left: auto;
		right: 35px;
	}
	.carousel-control.right {
		right: 10px;
	}
	#homepageCarousel {
		margin-bottom: 10px;
	}
}
@media (max-width: 530px) {
	.carousel-caption p {
		display: none;
	}
	.carousel-caption h3 {
		font-size: 11px;
	}
}
/* Header */
.wrapper-header {
	position: fixed;
	top: 0;
	z-index: 11;
	width: 100%;
	padding: 26px 0;
	background: #040707;
}
.wrapper-logo {
	padding-right: 45px;
}
.logo {
	margin-top: 0;
}
/*
.wrapper-head-right {
	width: auto;
	float: right;
}
*/
.user-icon {
	width: 20px;
	height: 20px;
  margin-top: -3px;
	background-image: url(../img/my-acc-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#cartcontentsheader .fa-shopping-cart {
    font-size: 24px;
}
/* Top Links */
.top-links {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-links > li {
	float: left;
}
.top-links > li > a {
	padding: 13px 15px;
	display: block;
	color: #e1e0e0;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.top-links > li:first-child > a {
	padding-left: 0;
}
.top-links > li:last-child > a {
	padding-right: 14px;
}
.top-links > li > a:hover,
.top-links > li > a:focus {
	/*color: #d3c3b5;*/
	color: #CB4800;
}
.shopnow.dropdown {
	position:static;
}
.shopnow .dropdown-menu {
	width: 1170px;
	margin-left: -320px;
	border-radius: 0;
	background: #232020;
	border-color: #d3c3b5;
	margin-top: 0;
	visibility: hidden;
	display: block;
	z-index: 9000;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.shopnow > .dropdown-menu > li {
	width: 12.5%;
	list-style: none;
	display: inline-block;
	padding: 10px 15px;
	vertical-align: top;
}
.shopnow > .dropdown-menu > li > a {
	padding: 5px 0;
	color: #e1e0e0;
	text-align: center;
	font-size: 13px;
}
.shopnow > .dropdown-menu > li > a:hover,
.shopnow > .dropdown-menu > li > a:focus {
	color: #d3c3b5;
	background: none;
}
.shopnow > .dropdown-menu:before {
	border-bottom: 11px solid rgba(0, 0, 0, 0.2);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	left: 340px;
	top: -11px;
}
.shopnow > .dropdown-menu:after {
	border-bottom: 11px solid #d3c3b5;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	left: 340px;
	top: -11px;
}
.shopnow:hover .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 29px -50px;
    -moz-transform-origin: 29px -50px;
    -o-transform-origin: 29px -50px;
    -ms-transform-origin: 29px -50px;
    transform-origin: 29px -50px;
}
.shopnow .categimg img {
	width: 100%;
	border: 1px solid #d3c3b5;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.shopnow .categimg img:hover {
	-moz-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}
.top-acct {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-acct > li {
	position: relative;
	padding: 7px 10px;
	float: left;
}
.top-acct > li:last-child {
	padding-top: 13px;
	padding-left: 0;
	padding-right: 0;
}
.top-acct > li > a {
	color: #fff;
	font-size: 24px;
	display: block;
}
.top-acct > li > a:hover,
.top-acct > li > a:focus {
	color: #d3c3b5;
}
.top-cart a {
	position: relative;
}
.top-cart a span {
	position: absolute;
	right: -13px;
	top: -6px;
	width: 22px;
	height: 22px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #CB4800;
	border-radius: 50%;
}
.top-acct > li > .dropdown-menu {
	background: #050707;
	border-color: #818285;
}
.top-acct > li.dropdown > .dropdown-menu {
	margin-top: 0;
	visibility: hidden;
	margin: 0;
	padding: 10px 0;
	display: block;
	z-index: 9000;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.top-acct > li.dropdown > .dropdown-menu:before {
	border-bottom: 11px solid rgba(0, 0, 0, 0.2);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	top: -11px;
}
.top-acct > li.dropdown > .dropdown-menu:after {
	border-bottom: 11px solid transparent;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	top: -11px;
}
.top-acct > li:hover > a {
	color: #d3c3b5;
}
.top-acct > li.dropdown:hover > .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 29px -50px;
    -moz-transform-origin: 29px -50px;
    -o-transform-origin: 29px -50px;
    -ms-transform-origin: 29px -50px;
    transform-origin: 29px -50px;
}
.top-acct > li > .dropdown-menu {
	color: #fff;
}
.top-acct > li > .dropdown-menu a {
	color: #eee;
	font-weight: 300;
	font-size: 20px;
	font-family: 'teko' ,sans-serif;
}
.top-acct .dropdown-menu > li:hover > a,
.top-acct .dropdown-menu > li:focus > a,
.top-acct > li > .dropdown-menu a:hover,
.top-acct > li > .dropdown-menu a:focus {
	background: transparent;
	color: #D83C27;
}
.top-acct .dropdown-menu-horizontal {
		width: 280px;
		padding: 10px 0;
    top: -13px;
    left: -280px;
    background-color: #050707;
    border: 1px solid #636567;
}
.top-acct .dropdown-menu-horizontal > li {
	width: 50%;
	display: inline-block;
}
.header-search {
	width: 100%;
	margin-top: 0;
	padding: 5px 0;
}
.header-search input.form-control {
	background-color: #404041;
	border-color: #404041;
    color: #dddddd;
    font-family: teko;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
}
.header-search input.form-control::-webkit-input-placeholder {
  color: #909295;
	font-family: 'teko' ,sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
}
.header-search input.form-control::-moz-placeholder {
  color: #909295;
	font-family: 'teko' ,sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
}
.header-search input.form-control:-ms-input-placeholder {
  color: #909295;
	font-family: 'teko' ,sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
}
.header-search input.form-control:-moz-placeholder {
  color: #909295;
	font-family: 'teko' ,sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
}
.header-search .btn {
	padding: 2px 10px;
	font-size: 20px;
	color: #818285 !important;
	background-color: #231F20;
	border-color: #231F20;
}
.wrapper-head-right {
	padding-left: 0;
}
.dd-menu a {
    font-family: 'teko' ,sans-serif;
		text-transform: uppercase;
		font-weight: 300;
}
@media (max-width: 1199px) {
	.top-links > li > a {
		padding: 8px 13px;
		font-size: 14px;
	}
	.shopnow .dropdown-menu {
		width: 970px;
		margin-left: -269px;
	}
	.shopnow > .dropdown-menu:before {
		left: 302px;
	}
	.shopnow > .dropdown-menu:after {
		left: 302px;
	}
	.top-acct > li {
		padding: 6px 13px;
	}
	.top-acct > li:last-child {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.top-acct > li > a {
		font-size: 17px;
	}
	.top-acct > li.dropdown .dropdown-menu:before {
		right: 10px;
	}
	.top-acct > li.dropdown .dropdown-menu:after {
		right: 10px;
	}
	.dd-menu > .dropdown-toggle {
    margin-top: 5px;
	}
	.user-icon {
    margin-top: 0;
	}
}
@media (max-width: 991px) {
	.wrapper-logo {
		padding-right: 25px;
	}
	.top-links > li > a {
		padding: 9px 10px;
		font-size: 9px;
	}
	.shopnow .dropdown-menu {
		width: 750px;
		margin-left: -238px;
	}
	.shopnow > .dropdown-menu:before {
		left: 262px;
	}
	.shopnow > .dropdown-menu:after {
		left: 262px;
	}
	.shopnow > .dropdown-menu > li {
		width: 20%;
	}
	.shopnow > .dropdown-menu > li > a {
		font-size: 11px;
	}
	.top-acct > li {
		position: relative;
		padding: 6px 10px;
		float: left;
	}
	.top-acct > li:last-child {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.top-acct > li > a {
		font-size: 18px;
	}
	.top-cart a span {
		right: -9px;
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 9px;
	}
	.top-acct > li.dropdown .dropdown-menu:before {
		border-bottom: 8px solid rgba(0, 0, 0, 0.2);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		right: 7px;
		top: -9px;
	}
	.top-acct > li.dropdown .dropdown-menu:after {
		border-bottom: 8px solid #d3c3b5;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		right: 7px;
		top: -9px;
	}
	.dd-menu > .dropdown-toggle {
    margin-top: 7px;
	}
	.user-icon {
    margin-top: 3px;
	}
}
@media (max-width: 767px) {
	.wrapper-header {
		position: static;
	}
	.wrapper-logo {
		padding-right: 15px;
	}
	.user-icon {
    width: 22px;
    height: 22px;
	}
}
.wrapper-nav {
	background: #040707;
}
/* Main */
#wrapper-main-content {
	margin-top: 100px;
}
.content-description img {
    max-width:100%;
    height: auto;
}
@media (max-width: 1199px) {
	/* #wrapper-main-content {
		margin-top: 76px;
	} */
}
@media (max-width: 991px) {
	/* #wrapper-main-content {
		margin-top: 76px;
	} */
	.btn-checkout {
		padding: 2px 5px;
		font-size: 10px !important;
	}
}
@media (max-width: 767px) {
	#wrapper-main-content {
		margin-top: 0;
	}
}
/* Home */
#main-content {
	padding-top: 0px;
}
#n_home #main-content {
	padding: 0;
}
.wrapper-mainbanner {
	width: 100%;
	height: 499px;
	float: left;
}
.wrapper-mainbanner-text {
	height: 499px;
	padding: 0 113px;
	display: table;
	text-align: center;
}
.mainbanner-text-conts {
	display: table-cell;
    vertical-align: bottom;
}
.mainbanner-text-conts h3 {
	font-size: 72px;
	color: #fff;
	text-transform: uppercase;
}
.mainbanner-text-conts p {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	.wrapper-mainbanner {
		height: 459px;
	}
	.wrapper-mainbanner-text {
		height: 459px;
		padding: 0 113px;
		display: table;
		text-align: center;
	}
	.mainbanner-text-conts h3 {
		font-size: 52px;
	}
	.mainbanner-text-conts p {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.wrapper-mainbanner {
		height: 399px;
	}
	.wrapper-mainbanner-text {
		height: 399px;
		padding: 0 93px;
	}
	.mainbanner-text-conts h3 {
		font-size: 32px;
	}
	.mainbanner-text-conts p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.wrapper-mainbanner {
		height: 300px;
	}
	.wrapper-mainbanner-text {
		height: 300px;
		padding: 0 63px;
	}
	.mainbanner-text-conts h3 {
		font-size: 22px;
	}
	.mainbanner-text-conts p {
		font-size: 14px;
	}
}
@media (max-width: 567px) {
	.wrapper-mainbanner {
		height: 240px;
	}
	.wrapper-mainbanner-text {
		height: 240px;
		padding: 0 33px;
	}
	.mainbanner-text-conts h3 {
		font-size: 18px;
	}
	.mainbanner-text-conts p {
		font-size: 14px;
	}
}
#wrapper-incoming-transmissions {
	padding: 40px 0;
	background: #232020;
}
#wrapper-incoming-transmissions h3 {
	margin-bottom: 30px;
	color: #CB4800;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.wrap-transmission-conts {
	position: relative;
	padding: 0 115px;
}
.wrap-transmission-conts:before {
	position: absolute;
	left: 31px;
	top: 0;
	content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size: 35px;
	color: #565252;
}
.wrap-transmission-conts:after {
	position: absolute;
	right: 31px;
	top: 0;
	content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size: 35px;
	color: #565252;
}
.transmision-text {
	height: 110px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.transmision-text p:first-child {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 300;
	font-style: italic;
	color: #e1e0e0;
}
.transmision-text p span {
	margin-right: 10px;
	font-weight: 700;
}
@media (max-width: 1199px) {
	.transmision-text {
		font-size: 13px;
	}
	.transmision-text p:first-child {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	#wrapper-incoming-transmissions h3 {
		font-size: 18px;
	}
	.wrap-transmission-conts {
		padding: 0 95px;
	}
	.wrap-transmission-conts:before {
		font-size: 30px;
	}
	.wrap-transmission-conts:after {
		font-size: 30px;
	}
	.transmision-text {
		font-size: 12px;
	}
	.transmision-text p:first-child {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	#wrapper-incoming-transmissions h3 {
		font-size: 16px;
	}
	.wrap-transmission-conts {
		padding: 0 25px;
	}
	.wrap-transmission-conts:before {
		font-size: 16px;
		left: 10px;
	}
	.wrap-transmission-conts:after {
		font-size: 16px;
		right: 10px;
	}
	.transmision-text {
		font-size: 10px;
	}
	.transmision-text p:first-child {
		font-size: 10px;
	}
}
.wrapper-home-subbanner {
	width: 100%;
	height: 359px;
	float: left;
}
.wrapper-home-subbanner-text {
	height: 359px;
	padding: 0 52px 0 720px;
	display: table;
	text-align: right;
}
.home-subbanner-text-conts {
	display: table-cell;
    vertical-align: middle;
}
.home-subbanner-text-conts h3 {
	font-size: 56px;
	color: #232020;
	text-transform: uppercase;
}
.home-subbanner-text-conts p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 300;
	color: #232020;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	.wrapper-home-subbanner {
		height: 300px;
	}
	.wrapper-home-subbanner-text {
		height: 300px;
		padding: 0 52px 0 620px;
	}
	.home-subbanner-text-conts h3 {
		font-size: 46px;
	}
	.home-subbanner-text-conts p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.wrapper-home-subbanner {
		height: 260px;
	}
	.wrapper-home-subbanner-text {
		height: 260px;
		padding: 0 22px 0 520px;
	}
	.home-subbanner-text-conts h3 {
		font-size: 36px;
	}
	.home-subbanner-text-conts p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.wrapper-home-subbanner {
		height: 160px;
	}
	.wrapper-home-subbanner-text {
		height: 160px;
		padding: 0 22px 0 220px;
	}
	.home-subbanner-text-conts h3 {
		font-size: 20px;
	}
	.home-subbanner-text-conts p {
		font-size: 10px;
	}
}
.row-block-banner {
	margin-bottom: 30px;
}
.wrap-small-col {
	margin-bottom: 1px;
	padding: 0;
	height: 235px;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	  transition: opacity .3s;
	  cursor: pointer;
}
.small-col-b {
	height: 234px;
}
.col-text-ind {
	text-indent: -9999px;
}
.wrap-right-divider {
	margin-left: -14px;
}
.wrap-left-divider {
	margin-right: -14px;
}
.wrap-big-col {
	margin-bottom: 1px;
	padding: 0;
	height: 470px;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	  transition: opacity .3s;
	  cursor: pointer;
}
.wrap-small-col-fb,
.small-col-b-catalogue {
	display: table;
	color: #fff;
}
.wrap-small-col-fb {
	padding: 0 36px;
}
.small-col-b-catalogue {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}
.wrap-small-col-fbconts,
.small-col-b-catalogueconts {
	display: table-cell;
    vertical-align: middle;
}
.wrap-small-col:hover,
.wrap-small-col:focus,
.wrap-big-col:hover,
.wrap-big-col:focus {
	opacity: 0.8;
}
/* Video Popup */
.wrapvideo {
	position: relative;
	text-align: center;
}
.wrapvideo .productvidwrap {
	width: 100%;
	height: 470px;
	line-height: 470px;
	display: block;
	text-align: center;
	font-size: 101px;
	color: #fff;
}
.wrapvideo:hover .playbutton,
.wrapvideo:focus .playbutton {
	background-color: rgba(0,0,0,0.60);
}
@media (max-width: 1199px) {
	.wrap-small-col {
		height: 200px;
	}
	.small-col-b {
		height: 199px;
	}
	.wrap-big-col {
		height: 400px;
	}
	.wrapvideo .productvidwrap {
		height: 400px;
		line-height: 400px;
		font-size: 91px;
	}
}
@media (max-width: 991px) {
	.wrap-small-col {
		height: 165px;
	}
	.small-col-b {
		height: 164px;
	}
	.wrap-big-col {
		height: 330px;
	}
	.wrapvideo .productvidwrap {
		height: 400px;
		line-height: 400px;
		font-size: 81px;
	}
}
@media (max-width: 767px) {
	.wrap-small-col {
		height: 130px;
	}
	.small-col-b {
		height: 129px;
	}
	.wrap-big-col {
		height: 260px;
	}
	.wrap-right-divider {
		margin-left: -15px;
	}
	.wrap-left-divider {
		margin-right: -15px;
	}
	.small-col-b-catalogue {
		font-size: 20px;
	}
	.wrapvideo .productvidwrap {
		height: 260px;
		line-height: 260px;
		font-size: 71px;
	}
}
@media (max-width: 647px) {
	.wrap-small-col {
		height: 100px;
	}
	.small-col-b {
		height: 99px;
	}
	.wrap-big-col {
		height: 200px;
	}
	.wrapvideo .productvidwrap {
		height: 200px;
		line-height: 200px;
		font-size: 51px;
	}
	.wrap-small-col-fb {
		padding: 0 16px;
	}
}
@media (max-width: 427px) {
	.wrap-banner-col {
		width: 100%;
	}
	.wrap-small-col {
		height: 170px;
	}
	.small-col-b {
		height: 170px;
	}
	.wrap-big-col {
		height: 220px;
	}
	.wrapvideo .productvidwrap {
		height: 220px;
		line-height: 220px;
		font-size: 51px;
	}
}
@media (max-width: 347px) {
	.wrap-banner-col {
		width: 100%;
	}
	.wrap-small-col {
		height: 150px;
	}
	.small-col-b {
		height: 150px;
	}
	.wrap-big-col {
		height: 200px;
	}
	.wrapvideo .productvidwrap {
		height: 200px;
		line-height: 200px;
		font-size: 41px;
	}
}
/* Category */
.wrapper-categ-banner {
	width: 100%;
	height: 320px;
	padding: 10px 25px;
	float: left;
	display: table;
	margin-top: 14px;
}
.categ-banner-conts {
	display: table-cell;
    vertical-align: middle;
}
.categ-banner-conts h1 {
	color: #fff;
}
.wrap-subcateg-list {
	width: 20%;
	display: inline-block;
	float: none;
	vertical-align: top;
}
.wrapper-subcateg-image {
	margin-bottom: 10px;
	text-align: center;
}
.wrapper-subcateg-image img {
	max-width: 100%;
	height: 204px;
	object-fit: contain;
}
.wrap-subcateg-list h4 {
	font-size: 14px;
	text-align: center;
}
@media (max-width: 1199px) {
	.wrapper-subcateg-image img {
		height: 164px;
	}
}
@media (max-width: 991px) {
	.wrapper-categ-banner {
		height: 260px;
	}
	.wrapper-subcateg-image img {
		height: 120px;
	}
}
@media (max-width: 767px) {
	.wrapper-categ-banner {
		height: 210px;
	}
	.wrapper-subcateg-image img {
		height: 90px;
	}
	.wrap-subcateg-list h4 {
		font-size: 12px;
	}
}
@media (max-width: 567px) {
	.wrap-subcateg-list {
		width: 33.33333333333333%;
	}
	.wrapper-subcateg-image img {
		height: 90px;
	}
}
@media (max-width: 360px) {
	.wrap-subcateg-list {
		width: 50%;
	}
	.wrapper-subcateg-image img {
		height: 100px;
	}
}
/* Product Page */
#trigger-finger {
	width: 100%;
	float: left;
	height: 135px;
	padding: 0 50px;
	margin-bottom: 20px;
	display: table;
}
.trigger-finger-conts {
	display: table-cell;
    vertical-align: middle;
}
.trigger-finger-conts h3 {
	text-align: right;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
#n_product h1 {
	font-size: 36px;
	text-transform: uppercase;
	color: #CB4800;
	line-height: .9;
}
.prod-info {
	padding: 0;
	margin: 0;
	list-style: none;
}
.prod-info li {
	padding: 3px 0;
	display: block;
}
.prod-info li span {
	font-weight: 700;
}
.onsale-timer {
	position: relative;
	width: 100%;
	padding: 14px 45px 14px 14px;
	float: left;
	border: 1px solid #eceae7;
}
.onsale-timer:after {
	top: 5px;
	right: 13px;
	position: absolute;
	content:'\f017';
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size: 34px;
	color: #d4d4d4;
}
.onsale-timer .productsavetext {
	font-size: 18px;
	text-transform: uppercase;
}
.limitedtext {
	color: #4b5348;
	font-size: 13px;
	text-transform: uppercase;
}
.productregular {
	font-size: 30px;
	color: #c1c1c1;
	text-decoration: line-through;
}
.productyousave {
	font-size: 30px;
	color: #333;
}
.productpromo,
.productpricetext {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
.price-type-wrap {
	margin-bottom: 0;
	color: #232020;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.wrap-rightprod-bg {
	width: 100%;
	float: left;
	padding: 22px;
	background: #F1F1F1;
}
.specific > .colorblock {
	display: inline-block;
}
.specific > .colorblock > a {
	border: 1px solid #ccc;
	display: block;
}
.specific > .colorblock > a > img,
.specific > .colorblock > a > span {
	width: 44px;
	height: 44px;
}
.specific > .colorblock > a._itmspec_selected {
	padding: 0;
	border: 2px inset #13a3da;
}
.wishlist-link {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wishlist-link li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #fff;
}
.wishlist-link li:first-child {
	padding-left: 0;
}
.wishlist-link li:last-child {
	border-right: none;
}
.head-desc {
	margin-bottom: 20px;
	font-size: 28px;
	color: #cb4800;
	text-transform: uppercase;
}
.body-desc {
	margin-bottom: 45px;
	color: #282828;
}
.body-desc img {
	max-width: 100%;
}
.body-desc iframe {
	max-width: 100% !important;
}
.body-desc ul {
	list-style: none;
	padding-left: 9px;
}
.body-desc ul li {
	position: relative;
	padding-left: 9px;
}
.body-desc ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content:'\f0da';
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #4b5348;
}
.revdate {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eceae7;
}
.revdate span {
	margin-right: 25px;
}
.bodydescrev {
	color: #4b5348;
}
.bodydescrev h4 {
	font-size: 26px;
}
.wrap-qty {
	padding-right: 0;
}
.wrap-qty .form-control {
	height: 50px !important;
}
.wrap-btn {
	padding-left: 10px;
}
.wrap-btn .btn {
	height: 50px;
	text-transform: uppercase;
	background-color: #e15001;
}
.wrap-btn a.btn {
	height: 50px;
	line-height: 28px;
}
.sharewrap .btn {
	border: none;
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.wrap-rightprod-bg hr {
	border-color: #fff;
}
.row-divider-var {
	margin-right: -22px;
	margin-left: -22px;
}
.row-divider-var {
	margin-right: -22px;
	margin-left: -22px;
}
.col-divider-var {
	padding: 0;
}
.row-alt-img {
	margin-left: -5px;
	margin-right: -5px;
}
.wrap-alt-img {
	width: 14.28571428571429%;
	padding-left: 5px;
	padding-right: 5px;
}
.wrap-alt-img img {
	border: 1px solid #eceae7;
}
@media (max-width: 1199px) {
	.wrap-qty {
		padding-right: 15px;
	}
	.wrap-btn {
		padding-left: 15px;
	}
	.btn-prodp.btn-stack .col-xs-12 + .col-xs-12 {
		margin-top: 5px;
	}
}
@media (max-width: 991px) {
	.wishlist-link li {
		float: none;
		display: block;
		padding: 0;
		margin-bottom: 10px;
		border-right: none;
	}
	.onsale-timer .productsavetext {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
}
/* Footer */
.wrapper-footer {
	margin-top: 40px;
	padding: 35px 0;
	background: #000000;
	color: #eaeaea;
}
.wrapper-footer hr {
	border-color: #0e0e0e;
}
.wrapper-footer address {
	font-size: 12px;
}
.wrapper-footer address a {
	color: #cb4800;
}
.wrapper-footer h4 {
	margin-bottom: 15px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
}
.wrapper-footer .nav {
	margin-bottom: 15px;
}
.wrapper-footer .nav > li > a {
	padding-top: 1px;
	padding-bottom: 1px;
	color: #eaeaea;
	font-size: 13px;
}
.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
	background: none;
	color: #d3c3b5;
}
.footer-logo {
	margin-bottom: 30px;
	padding-right: 140px;
}
.footer-text {
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	margin-bottom: 20px;
}
.newslet-wrap {
	margin-bottom: 30px;
	padding: 20px 0 30px;
	width: 100%;
	float: left;
	background: #000;
}
.newslet-wrap h3 {
	margin-bottom: 30px;
	font-size: 30px;
	color: #CB4800 /*d3c3b5*/;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
}
.newslet-wrap form {
	width: 350px;
	/*margin: auto;*/
	margin: left;
}
.newslet-wrap .form-control {
	height: 45px;
	border-color: #fff;
}
.newslet-wrap .btn {
	height: 45px;
	margin-left: 0 !important;
}
.newslet-wrap .form-control:focus {
	box-shadow: none;
	border-color: #fff;
}
.wrap-footer-links {
	padding-left: 15px;
}
.wrap-footer-payment {
	padding-left: 50px;
	padding-right: 50px;
}
.list-social a {
	color: #eaeaea;
	font-size: 28px;
}
.list-social a:hover,
.list-social a:focus {
	color: #d3c3b5;
}
@media (max-width: 767px) {
	.footer-logo {
		margin-bottom: 30px;
		padding-right: 0;
		text-align: center;
	}
	.footer-logo img {
		width: 200px;
	}
	.wrap-footer-links {
		padding-left: 15px;
	}
	.wrap-footer-payment {
		padding-left: 15px;
		padding-right: 15px;
	}
	.newslet-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.newslet-wrap form {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#mob-menu,
	#mob-menu ul {
		list-style:none;
	}
	#mob-menu .collapse-menu{
		padding: 0;
		padding: 0 15px 13px;
	}
	#mob-menu li a,
	#mob-menu-cat li a{
		color: #fff;
		font-size: 13px;
	}
	#mob-menu .collapse-menu li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 15px 13px;
	}
	#mob-menu .dropdown-menu-horizontal li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu .mob-drop:after{
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		width: 10px;
	}
	#mob-menu .mob-drop.collapsed{
		color: #fff;
	}
	#mob-menu .mob-drop.collapsed:after {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
	}
	#mob-menu .collapse-menu li.open > a,
	#mob-menu .collapse-menu li.open > a:hover,
	#mob-menu .collapse-menu li.open > a:focus {
		color: #fff;
		background: none;
	}
	#mob-menu-cat {
		list-style:none;
	}
	#mob-menu-cat ul {
	  list-style: none;
	}
	#mob-menu-cat .collapse-menu{
		padding: 0;
		padding: 0 15px 13px;
	}
	#mob-menu-cat .collapse-menu li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu-cat .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 25px 13px;
		border-top: none;
 		 box-shadow: none;
	}
	#mob-menu-cat .dropdown-menu-horizontal li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#mob-menu-cat .dropdown-menu-horizontal li a:hover{
		background: none;
	}
	#mob-menu-cat .mob-drop:after{
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		width: 10px;
	}
	#mob-menu-cat .mob-drop.collapsed{
		color: #fff;
	}
	#mob-menu-cat .mob-drop.collapsed:after {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
	}
	#mob-menu-cat .collapse-menu li.open > a,
	#mob-menu-cat .collapse-menu li.open > a:hover,
	#mob-menu-cat .collapse-menu li.open > a:focus {
		color: #fff;
		background: none;
	}
}
.brands-page-content img{
	max-width: 100%;
	height: auto !important;
}
.wrapper-nav .navbar.navbar-default *{
	overflow-y: visible;
}
.mobile-menu-list .nsearchinput-pl span.title{
	color: #000;
}
.mainbanner-text-conts {
    padding-bottom: 20px;
}
/* government page */
.government-thumb {
    margin-bottom: 30px;
	border: 1px solid #909090;
}
.government-thumb:hover img {
    opacity: 0.7;
}
.government-image {
	position: relative;
}
.government-image img {
	width: 100%;
	object-fit: contain;
}
.government-image .triangle {
	position: absolute;
    left: 11%;
    width: inherit;
    z-index: 10;
}
.government-name {
    background: #fff;
    width: 100%;
    font-size: 30px;
    text-align: left;
    color: #000;
}
.government-name a {
	font-family: 'Teko', sans-serif;
    display: block;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
}
@media (max-width: 767px) {
	.government-name a {
	    font-size: 18px;
	}
}
.government-main-image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.wrapper-onesourcebanner {
    margin: 30px 0;
    padding: 20px;
	font-family: 'Teko', sans-serif;
    background: #e5e5e5;
    text-align: center;
}
.wrapper-onesourcebanner h5 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 767px) {
	.wrapper-onesourcebanner h5 {
	    font-size: 25px;
	}
}
.wrapper-viewcatalogue {
	background: #767676;
    padding: 50px 0;
}
.wrapper-viewcatalogue .viewcatalogue {
	position: relative;
}
.wrapper-viewcatalogue a {
	position: absolute;
    top: 44%;
    left: 39%;
    padding: 17px;
    width: 255px;
    background: #ef6302;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
}
@media (max-width: 991px) {
	.wrapper-viewcatalogue a {
	    margin: 0 auto;
    	left: 1px;
    	right: 1px;
	}
}
.contactdescription  {
    text-align: center;
    margin-bottom: 50px;
}
.contactdescription h2 {
	font-size: 48px;
    color: #ef6302;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.contactdescription .text {
	font-size: 16px;
    color: #585858;
    text-transform: uppercase;
    font-weight: bold;
}
.contactdescription .persons {
    margin-top: 40px;
}
.contactdescription .persons strong {
	font-size: 22px;
	color: #ef6302;
	font-weight: normal;
}
.contactdescription .persons p {
	font-size: 16px;
	color: #8a8a8a;
}
.contactdescription .orangeborder {
	border-bottom: 1px solid #ef6302;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
	.contactdescription .orangeborder {
		border-bottom: 0;
	    padding-bottom: 0;
	}
	.contactdescription .orangebordermobile {
	    width: 70%;
	    margin: 0 auto;
		border-bottom: 1px solid #ef6302;
	    padding-bottom: 30px;
	}
}
.contactform .form-control {
    padding: 0 25px;
    background: #e5e5e5;
    height: 60px;
}
.contactform textarea.form-control {
    height: inherit;
	padding: 25px;
}
.contactform .btn {
    margin-top: 5px;
    background: #e5e5e5;
    text-transform: uppercase;
}
.government-thumb:hover .government-image .triangle{
	opacity: 1;
}
/* Tweak */
.wrapper-thumbnail .btn-primary {
    color: #ffffff;
    background-color: #747474;
    border-color: #747474;
}
.wrapper-thumbnail .btn-primary:hover,
.wrapper-thumbnail .btn-primary:focus,
.wrapper-thumbnail .btn-primary:active,
.wrapper-thumbnail .btn-primary.active {
  color: #ffffff;
  background-color: #323830;
  border-color: #2d322c;
}
.wrapper-thumbnail .btn-primary:active,
.wrapper-thumbnail .btn-primary.active {
  background-image: none;
}
.wrapper-thumbnail .btn-primary.disabled,
.wrapper-thumbnail .btn-primary[disabled],
.wrapper-thumbnail .btn-primary.disabled:hover,
.wrapper-thumbnail .btn-primary[disabled]:hover,
.wrapper-thumbnail .btn-primary.disabled:focus,
.wrapper-thumbnail .btn-primary[disabled]:focus,
.wrapper-thumbnail .btn-primary.disabled:active,
.wrapper-thumbnail .btn-primary[disabled]:active,
.wrapper-thumbnail .btn-primary.disabled.active,
.wrapper-thumbnail .btn-primary[disabled].active {
	background-color: #747474;
	border-color: #747474;
}
.wrapper-contract-content {
	padding: 30px 0;
}
.wrapper-sub-content {
	background: #333;
	color: #fff;
	margin-top: 80px;
}
.wrapper-contract-content h2,
.wrapper-sub-content h2,
.wrapper-government-brands h2 {
	color: #ef6302;
}
.wrapper-sub-content h2,
.wrapper-government-brands h2 {
	margin-top: 30px;
}
.wrapper-sub-content img {
	margin-top: -80px;
}
.wrapper-government-brands hr {
	border-color: #cccccc;
}
.government-brand-image {
	margin-bottom: 28px;
}
.government-brand-image img {
	width: 100%;
    height: 266px;
    object-fit: contain;
    object-position: center;
}
.view-all a {
	color: #ef6302;
	display: inline-block;
	text-transform: uppercase;
}
.view-all a:after {
	content:'';
	display: block;
	width: 18px;
    height: 18px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #ec6702;
	margin: 0 auto;
}
.wrapper-contractform {
	margin-top: 40px;
}
.wrapper-contractform .contactdescription {
	text-align: left;
}
.contactdetails {
	font-size: 16px;
    color: #8a8a8a;
}
.contactdetails:before {
	content: '';
	width: 120px;
	display: block;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
    margin-top: 15px;
}
.capabilities-img {
	width: 100%;
    height: 374px;
	display: block;
}
.wrapper-capabilities-thumbs {
	background: #f2f2f2;
	margin-bottom: 30px;
}
.capabilities-text {
	padding: 20px 20px 20px 0;
}
.capabilities-text h3 {
	font-size: 40px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.capabilities-text h3 a,
.capabilities-text p a {
	color: #ef6302;
}
.capabilities-text p a {
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
}
@media(max-width: 1199px) {
	.government-brand-image img {
		height: inherit;
	}
	.capabilities-img {
		height: 298px;
	}
}
@media(max-width: 991px) {
	.capabilities-img {
		height: 238px;
	}
	.capabilities-text h3 {
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.capabilities-text p {
		margin-bottom: 0;
	}
	.capabilities-text p a {
		margin-top: 10px;
	}
}
@media(max-width: 767px) {
	.wrapper-sub-content,
	.wrapper-sub-content img {
		margin-top: 0;
	}
	.wrapper-government-brands .row-padded {
		padding-bottom: 0;
	}
	.wrapper-government-brands hr {
		margin-top: 0;
	}
	.sub-content-banner {
		padding: 0;
	}
	.wrapper-government-brands + .wrapper-contractform {
		margin-top: 0;
	}
	.wrapper-government-brands + .wrapper-contractform .contactdescription {
		margin-bottom: 10px;
	}
	.capabilities-text {
		padding: 20px;
	}
	.capabilities-img {
		height: 374px;
	}
}
@media(max-width: 600px) {
	.capabilities-img {
		height: 240px;
	}
}
@media(max-width: 450px) {
	.capabilities-img {
		height: 190px;
	}
}
@media(min-width: 992px) {
.body-desc {
width: 75%;
}
}
.availability_description {
    padding: 10px 0px 10px 0px;
    font-size: 20px;
    color: #999;
}
/**** blog thumbs***/
.blog-breadcrumb {
	margin-left: 15px;
}
.blog-thumb {
    margin-bottom: 30px;
	border: 1px solid #D8D8D8;
}
.blog-title a {
	font-family: 'Teko', sans-serif;
    display: block;
    padding: 10px 20px;
    color: #6C6C6C;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
}
.blog-image {
	height: 380px;
	position: relative;
}
.blog-btn {
    background: none;
	border-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease;
}
.blog-btn a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'teko';
    letter-spacing: 0.75px;
}
.blog-image-overlay {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
	transition: all 0.3s ease;
}
.blog-image-overlay:hover {
	background-color: rgba(0, 0, 0, 0.46);
}
.blog-image-overlay:hover .blog-btn {
	opacity: 1;
}
.blog-title-wrapper {
	height: 150px;
	position: relative;
	background-color: #E8E8E8;
}
.blog-title {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	margin: 0;
}
/***********************/
/* Case: 00214708 */
/* General */
.m_inline {
	display: inline-block;
	vertical-align: middle;
}
.wishlist-link li:first-child {
    padding-left: 20px;
}
@media(min-width: 1200px) {
	.text-left-lg {
		text-align: left;
	}
}
@media(min-width: 1200px) {
	.text-right-lg {
		text-align: right;
	}
}
/* Product Page */
.wrapper-header-reviews .fa-star {
	color: #F9B300;
	font-size: 18px;
}
.wrapper-header-reviews p {
	padding-left: 5px;
	color: grey;
	margin: 0;
}
.wrapper-sizing-specs h4 {
	text-transform: uppercase;
    font-size: 24px;
}
.wrapper-sizing-specs .specsheet h4:before {
	content: " | ";
	padding: 0 5px;
}
@media(max-width: 1199px) {
	.extra-options .wishlist-link {
		display: unset;
	}
	.extra-options .wishlist-link .wishlist-btn {
		padding-bottom: 5px;
	}
	.extra-options .wishlist-link .m_inline {
		display: block;
	}
}
@media(min-width: 1200px) {
	.extra-options .wishlist-link .m_inline {
		border-right: 1px solid;
		width: 32%;
	}
	.extra-options .wishlist-link .m_inline:last-child {
		border-right: 0;
	}
}
.extra-options .wishlist-link .m_inline {
	padding-right: 0;
}
.wrapper-buying-bulk h2 {
	text-transform: uppercase;
	font-size: 27px;
}
.wrapper-buying-bulk span {
	color: #e15001;
}
.wrapper-sizing-specs h4 {
	font-family: arial,sans-serif;
	font-size: 10.5px;
}
#video-placeholder{
	margin-top: 15%;
}
/* the slides */
.slick-slide {
margin: 0 27px;
}
/* the parent */
.slick-list {
margin: 0 -27px;
}
.cts_slickNav.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.cts_slickNav{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.cts_slickMainImg.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.cts_slickMainImg{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
 }
.bodydescrev .btn{
	margin-top: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #cb4800;
    border-color: #cb4800;
}

.wrap {
	white-space: normal;
}