* {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial;
}
a {
	color: #000000;
}
p {
	margin: 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000!important;
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial;
	font-weight: 900!important
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	overflow-x: hidden;
}
span#status {
	display: none;
}
.bx-wrapper {
	margin-bottom: 0!important
}
.bg-white {
	background-color: #f1f1f1!important;
}
.fleft {
	float: left!important;
}
.text-center {
	text-align: center;
}
.nopadding {
	padding: 0!important;
}
.nobradius {
	border-radius: 0!important;
}
.white {
	background-color: white;
}
.nomargin {
	margin: 0!important;
}
.nomargintop {
	margin-top: 0!important;
}
.nopaddingtop {
	padding-top: 0!important;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
section:after {
	content: " ";
	display: block;
	clear: both;
}
section {
	padding: 10px 0;
}
section .section-title {
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.owl-carousel img {
	/*width: 240px!important*/
}
.owl-next, .owl-prev {
	position: absolute;
	font-size: 30px;
	top: 50%;
}
.owl-centered .owl-stage {
	display: table !important;
}
.owl-centered .owl-item {
	display: table-cell;
	float: none!important;
	vertical-align: middle;
}
.owl-centered .owl-item > div {
 	text-align: center;
}
.owl-next {
	right: 0;
}
.owl-prev {
	left: 0;
}
.hy-navbar {
	background-color: white;
	position: relative;
	min-height: 50px;
}
.hy-navbar-header {
	display: inline-block;
	padding: 12px 0;
	position: relative;
	padding-right: 25px;
	float: left;
    margin-top: 8px;
}
.bar-button {
	width: 100%;
	height: auto;
	border-radius: 4px;
	/*position: absolute;*/
	top: 0;
	left: 0;
	z-index: 9;
	/*background-color: red;*/
	top: 50%;
	transform: translateY(-50%);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.bar-button:hover span {
	/*background-color: rgba(255, 255, 255, 1)*/
}
.bar-button span {
	width: 30px;
	height: 3px;
	margin-bottom: 4px;
	background-color: rgba(0, 0, 0, 0.82);
	display: block;
}
.hy-navbar-header > a {
	text-decoration: none;
}
.hy-navbar-right {
	float: right;
}
.hy-navbar-left {
	float: left;
	/*overflow-y: hidden;*/
	transition: height .3s ease;
}
.hy-navbar-right > ul, .hy-navbar-left > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hy-navbar-right > ul > li, .hy-navbar-right > ul > li > a, .hy-navbar-left > ul > li, .hy-navbar-left > ul > li > a {
	display: inline-block;
	vertical-align: middle;
	padding: 9px 6px;
	font-weight: 900;
	font-size: 13px;
	color: #000;
}
.hy-navbar-left > ul > li > a {
	border-bottom: 0;
}
.hy-navbar-right li a:hover, .hy-navbar-left li a:hover {
	color: #D3BF5C;
	text-decoration: none;
    /*border-bottom: 2px solid rgba(255, 24, 0, 0.75);*/
}
.bx-prev, .bx-next {
	transform: scale(1.6);
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
}
.hy-navbar-left li, .hy-navbar-right li {
	position: relative;
}
li:hover ul {
	display: block;
}
li > ul {
	display: none;
	position: absolute;
	left: 0;
	padding-left: 0;
	z-index: 10;
	list-style-type: none;
}
li > ul li a {
	display: block;
	padding: 12px 12px;
	padding-right: 30px;
	text-align: left;
	white-space: nowrap;
	background-color: rgba(255,255,255,.8);
}
li > ul li a:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
li > ul li a:hover {
	/*background-color: rgba(255,255,255,1);*/
}
/*.bx-next {
	background-position: -105px -16px;
}
.bx-prev {
	background-position: -7px -17px;
}*/
.slider-container {
	width: 100%;
	min-height: 100px;
	margin-top: 35px;
	/*background: url(../images/B.Plant-2-800x365.jpg);*/
	-webkit-background-size: cover;
	/*background-size: cover;*/
	/*background-position: -100px auto;*/
}
.slider-container img {
	width: 100%;
}

footer {
	padding: 30px 0;
	background-color: #f2f2f2;
}
/*footer > div > div {
	padding: 30px 0;
}*/
footer .border {
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.2);
	margin: 14px 0;
}
footer .branch-wrapper p {
	line-height: 1.8em;
}
footer .quick-links p {
	margin-bottom: 0!important;
}
.about-container {
	padding-bottom: 20px;
}
.about-container h4 {
	margin-top: 20px;
	font-weight: bold;
}
.about-container p {
	margin-bottom: 5px;
}
.career-container {
	padding: 30px 0;
}
.career-container div.image {
	margin: 0 15px 15px 0;
}
.career-container > p:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 12px;
	vertical-align: middle;
	margin-right: 8px;
}

.well-contact {
	margin-top: 20px;
}

#image-prev .wrapper {
	padding: 10px 12px;
}
#image-prev .wrapper h4 {
	text-transform: uppercase;
	font-weight: 700;
}
#image-prev .wrapper > div {
	width: 100%;height: 100%;
	overflow: hidden;
	border-radius: 6px;
}
#image-prev img {
	max-width: 100%;
}
section#project ul {
	padding-left: 0
}
i.fa {
	margin-right: 15px;
	color: #888!important;
	width: 22px;
	font-size: 30px;
}
.bubble-container {
	position: relative;
}
.bubble-container .bubble {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid #000036;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f1;
}
.bubble-container .arrow {
    position: absolute;
    left: -32px;
    top: 36px;
}
.arrow div:nth-child(1) {
    width: 40px;
    height: 4px;
    position: absolute;
    background-color: #000036;
    transform: rotate(45deg)
}
.arrow div:nth-child(2) {
    width: 40px;
    height: 4px;
    position: absolute;
    background-color: #000036;
    top: 26px;
    transform: rotate(-45deg)
}
.bubble-container .line {
	width: 50%;
	height: 4px;
	background-color: #000036;
	/*border-top: 4px dotted #000036;*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
section.category {
	overflow-x: hidden;
}
.cate-wrapper {
	height: 85px;
	background-color: rgba(242,242,242,.7);
	position: relative;
	overflow: hidden;
}
.cate-wrapper .cate-outer {
	overflow-x: scroll;
	text-align: center;
	white-space: nowrap;
}
.cate-wrapper .cate {
	/*width: 25%;*/
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 18px 20px;
}
.cate.active {
	background-color: rgba(122, 121, 121, 0.1607843137254902)
}
.cate-item-outer {
	position: relative;
	/*background-color: #f4f4f4;*/
	/*padding: 66px 18px;*/
	/*height: 400px;*/
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.cate-wrapper .cate:hover {
	background-color: #E7E5E5;
}
.cate-wrapper .cate:not(:last-child) {
}
.cate img {
	max-width: 30px;
	margin: auto;
	display: block;
	opacity: .6;
}
.cate span {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	padding-top: 8px
}
.cate-content {
	min-height: 100px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 16px;
	padding-right: 8px;
	padding-left: 8px;
}
section.content {
	background-color: #FFFFFF;
}
.thumbnail-wrapper img {
	width: 100%;
	transition: .3s ease;
	cursor: pointer;
}
.product-details .image-slider {
	width: 100%;
	height: 60px;
	display: block;
	position: relative;
	/*background-color: #999;*/
	margin-top: 14px
}
.image-slider ul {
	list-style-type: none;
	display: block;
	padding-left: 0;
}
.image-slider li {
	width: 60px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.image-slider li:hover img {
	opacity: .8
}
.image-slider li img {
	max-width: 100%;
	transition: opacity .3s ease
}
.image-slider li:not(:last-child) {
	margin-right: 14px
}
.cate-content:hover img {
	opacity: .8
}
.thumbnail-wrapper {
	/*border-right: 1px solid rgba(178, 178, 178, 0.34);*/
}
.cate-content a {
	/*font-size: 14px;*/
	/*padding-top: 10px;*/
	display: block;
	/*text-align: center;*/
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cate-content span {
	text-align: center;
	display: block
}
.cate-details-wrapper {
	display: block;
	border: 1px solid rgba(23, 23, 23, 0.27);
	border-top: 0;
	padding: 10px;
	border-radius: 0 0 4px 4px;
}
#quoteModal .bubble {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #3949AB;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
#quoteModal .line {
	width: 1px;
	height: 100%;
	background-color: #BDBDBD;
	margin-top: 14px;
}
.step-2 h4, .step-2 .bubble {
	opacity: .6;
}

.product-category {
	display: block;
	position: relative;
	cursor: pointer;
}
.product-category img {
	width: 100%;
}
.product-category > a > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background-color: rgba(0,0,0,.4);
	transition: all .3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	/*opacity: 0;
	visibility: hidden;*/
}
.product-category > a > div > h4 {
	color: white!important
}
.product-category:hover > a > div {
	opacity: 1;
	visibility: visible;
}
.target-item {
	/*position: relative;*/
	display: inline-block;
	padding: 10px;
}
.target-item img {
	display: block;
	max-width: 200px;
}
.target-item span {
	display: block;
	font-weight: 700;
	font-size: 12px;
	padding-top: 10px;
}
.panel ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}
.panel li a {
	font-weight: 700;
	display: block;
	padding: 6px 0px;
}
.maps {
	position: relative;
	width: 100%;
	height: auto;
}
.maps .pin {
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: red;
	border-radius: 50%;
	cursor: pointer;
	animation: pinmove 2s infinite;
}
@keyframes pinmove {
    0%   {opacity: 0;}
    50%  {opacity: 1;}
    100% {opacity: 0;}
}
.maps .pin span {
	position: absolute;
	top: -26px;
	padding: 2px 4px;
	background-color: rgba(0,0,0,.7);
	border-radius: 4px;
	color: white;
	font-size: 11px;
	left: 50%;
	transform: translate(-50%, 0);
	white-space: nowrap;
	opacity: 0;
	transition: all .3s ease;
}
.pin.pin-usa {
	top: 34%;left: 18%;
}
.pin.pin-me {
	top: 48%;left: 58.5%;
}
.pin.pin-uae {
	top: 47.5%;left: 61%;
}
.pin.pin-qatar {
	top: 46.5%;left: 59.7%;
}
.pin.pin-turkey {
	top: 37%;left: 55.8%;
}
.pin.pin-pakistan {
	top: 41%;left: 66%;
}
.pin.pin-spain {
	top: 36.6%;left: 45.7%;
}
.pin.pin-france {
	top: 32%;left: 47%;
}
.pin.pin-net {
	top: 29%;left: 47.9%;
}
.pin.pin-denmark {
	top: 26%;left: 49.2%;
}
.pin.pin-slov {
	top: 28%;left: 56.3%;
}
.pin.pin-china {
	top: 35%;left: 71%;
}
.pin.pin-russia {
	top: 13.8%;left: 74%;
}
.pin.pin-nigeria {
	top: 56%;left: 49%;
}
.pin.pin-mauri {
	top: 68%;left: 61.6%;
}
.pin.pin-egypt {
	top: 45%;left: 53.6%;
}
.pin.pin-brazil {
	top: 63%;left: 32%;
}
.pin.pin-australia {
	top: 75%;left: 82%;
}
.pin.pin-sg {
	top: 58.3%;left: 74.5%;
}
.pin.pin-my {
	top: 55.3%;left: 73.5%;
}
.pin.pin-th {
	top: 49.3%;left: 73.5%;
}
.pin.pin-ph {
	top: 52%;left: 79.6%;
}
.pin.pin-vn {
	top: 50.3%;left: 75.2%;
}
.pin.pin-taiwan {
	top: 44.5%;left: 79%;
}
.pin.pin-hk {
	top: 43.5%;left: 77.8%;
}
.pin.pin-hk {
	top: 43.5%;left: 77.8%;
}
.pin.pin-sk {
	top: 38%;left: 80.7%;
}
.pin.pin-jp {
	top: 37%;left: 83.9%;
}
.pin.pin-ileatherworks {
	top: 62.3%;left: 75.5%;
}
.pin:hover span {
	opacity: 1;
}
.showcase .minis {
	overflow-x: auto;
}
.catalogue {
	position: absolute;
	top: 0; right: 0;
	display: flex;
	height: 100%;
	font-size: 12px;
	align-items: center;
	display: none;
}
.catalogue2 {
	display: flex;
	height: 100%;
	font-size: 12px;
	align-items: center;
	justify-content: center;
	margin-bottom:20px
}
.catalogue3 {
	display: flex;
	height: 100%;
	font-size: 12px;
	align-items: center;
	/*justify-content: center;*/
	margin-bottom:20px
}
.catalogue a, .catalogue2 a, .catalogue3 a {
	text-decoration: none;
}
.catalogue i, .catalogue2 i, .catalogue3 i{
	font-size: 12px;
	color: black!important;
	width: unset;
	margin-right: 0;
}
#catetable tr td:last-child {
	/*background-color: red;*/
	max-width: 220px
}
#catetable th, #catetable td {
	vertical-align: unset!important
}
/*=======================*/
@media (max-width: 630px) {
	.hy-navbar-header, .hy-navbar-right, .hy-navbar-left {
		width: 100%;
		text-align: center;
	}
	.hy-navbar-right, .hy-navbar-left {
		float: none;
	}
	.hy-navbar-right > ul > li, .hy-navbar-right > ul > li > a, .hy-navbar-left > ul > li, .hy-navbar-left > ul > li > a {
		padding: 9px 3px;
	}
	footer p {
		margin-bottom: 20px;
	}
	.career-container h2 {
		margin-top: 20px!important;
	}
}
@media (max-width: 992px) {
	.hy-navbar-header {
		display: block;
		text-align: center;
		padding-right: 0;
	}
	.hy-navbar-header, .hy-navbar-right, .hy-navbar-left {
		float: none;
		display: block;
		text-align: center;
	}
	.pin span {
		opacity: 1!important
	}
}

@media screen and (max-width: 975px) {
	.margintop-sm-20 {
		margin-top: 20px!important;
	}
	footer .col-md-4:not(:last-child) {
		margin-bottom: 20px
	}
	.showcase .minis {
		max-height: unset!important;
		height: auto;
		margin-top: 18px
	}
}
@media (max-width: 767px) {
	.hy-navbar-header {
		padding-bottom: 0!important
	}
	.hy-navbar-right > ul > li > a, .hy-navbar-left > ul > li > a {
		padding-top: 9px!important;
	}
	.hy-navbar > div > div {
		display: block!important;
	}
	.hy-navbar-left {
		height: 0
	}
	.bar-button {
		display: flex;
		margin-top: 10px
	}
	.hy-navbar-left {
		overflow-y: hidden;
	}
	.hy-navbar-left > ul > li, .hy-navbar-left > ul > li > a {
		display: block;
	}
	.hy-navbar-left > ul > li > a {
		border-bottom: unset;
		text-align: left;
	}
	.hy-navbar-left > ul > li {
		padding-bottom: 0;
		padding-top: 0;
	}
	.hy-navbar-left > ul > li:not(:last-child) {
		border-bottom: 1px solid rgba(161,161,161,.2);
	}
	li > ul {
		display: block;
		position: relative;
	}
	li > ul li a {
		padding: 5px 0;
		padding-right: unset;
		padding-left: 16px
	}
	.cate-details-wrapper .table-responsive {
		border: 0;
	}
	#catetable th {
		max-width: initial!important;
	}
	.target-item {
		display: block;
	}
	div.forceRight {
		float: none!important
	}
	.target-item img {
		margin: auto;
	}
	.margin-sm-20 {
		margin-bottom: 20px;
	}
	.product-category > a > div {
		opacity: 1!important;
		visibility: visible;
	}
	a.hy-navbar-brand {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	/*.cate-item-outer {
		padding: 41px 18px;
		height: 230px
	}*/
}
@media (max-width: 660px) {
	/*.cate-item-outer {
		padding: 40px 18px;
		height: 300px
	}*/
}
.hy-navbar-header {
	float: none!important;
	display: block;
	text-align: center;
}
.hy-navbar-left {
	float: none!important;
	display: block;
	text-align: center;
}
.hy-navbar-right > ul > li, .hy-navbar-right > ul > li > a, .hy-navbar-left > ul > li, .hy-navbar-left > ul > li > a {
	padding-top: 0;
}