/*
Theme Name: Tappex Child
Author: EBY Design
Description:  Website for Threaded Inserts
Version: 2.3
Template: tappex
*/

/* 1. OVERALL STYLING */

@media (max-width: 769px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.top-buttons {
		float: left;
		margin-top: 20px;
		margin-right: 20px;
	}
	.left-sidebar {
		display: none;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.wpb_wrapper {
		margin-bottom: 20px;
	}
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-font-feature-settings: normal;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Montserrat", sans-serif !important;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	background-color: #ffffff;
	overflow-x: hidden;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	-o-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	font-weight: 400;
}

b, strong {
	font-weight: 600;
}

.post-content a {
	font-weight: 600;
}

.header-font {
	font-family: 'Montserrat', sans-serif;
}
.slider-gap {
	margin-bottom: 75px;
}
p {
	margin-bottom: 15px;
}
img {
	max-width: 100%;
	border-radius: 0px;
}
a, a:visited {
	outline: 0;
	color: #808080;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover, a:focus, a:active {
	outline: 0;
	color: #ffdd00;
	text-decoration: none;
}
.widget ul.grey, .grey, .grey:visited {
	color: #808080;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 19px;
}
a.grey:hover {
	color: #ffdd00;
}
img {
	max-width: 100%;
	height: auto;
}
mark {
	background: none;
	color: #555;
	font-weight: 700;
}
img, .animation, .testimonials.owl-theme .owl-controls .owl-buttons div {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    top: -4px;
    position: relative;
}
.break-word {
	word-break: break-all;
}
select {
	max-width: 100%;
	height: 40px;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], #order_comments {
	border-radius: 3px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #eee;
	padding: 6px 12px;
}
#order_comments {
	height: 210px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px;
	line-height: 1.25;
	color: #202020;
	font-family: "Montserrat", sans-serif;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 13px;
}
blockquote {
	font-size: 20px;
	font-style: italic;
	border: none;
	padding-left: 20px;
	margin-bottom: 20px;
}
cite {
	font-size: 16px;
	font-style: normal;
	text-align: right;
	display: block;
}
section {
	width: 100%;
	margin-bottom: 75px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
header {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
header .header-top .header-boxes a {
	color: #000;
}
header .header-top .header-boxes a:hover {
	color: #ffde01;
}
.container {
	max-width: 100%;
}
.no-padding {
	padding: 0px;
}
.left-padding {
	padding-left: 0px;
}
.right-padding {
	padding-right: 0px;
}
.no-margin {
	margin: 0px;
}
.border-bottom {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.top-space {
	margin-top: 50px;
}
.padding-10 {
	padding-top: 10px;
}
@media only screen and (min-width: 768px) {
	.topbar-collapse {
		display: block;
	}
}
.search-bar {
	background: #fff;
	display: none;
}
.search-list li {
	padding-top: 5px;
}
.search-list li:first-child {
	padding-top: 0px;
}
.search-bar input {
	border: none;
	background: transparent;
	width: 100%;
	height: 60px;
	color: #000;
	line-height: 60px;
	font-size: 15px;
}
.search-bar .container form {
	border: 1px solid #444;
}
.search-bar input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #808080;
}
.search-bar input::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	font-weight: 500;
}
.search-bar input:-ms-input-placeholder {
	/* IE 10+ */
	font-weight: 500;
	color: #000;
}
.search-bar input:-moz-placeholder {
	/* Firefox 18- */
	font-weight: 500px;
	color: #000;
}
.show-small {
	display: none;
}
@media only screen and (max-width: 769px) {
	.hide-small {
		display: none;
	}
	.show-small {
		display: block;
	}
}
/* END OVERALL STYLING */

/* 10. TOP BAR */

.top-bar {
	margin: 0px;
	padding: 5px 0px;
	font-size: 13px;
	color: #808080;
	background: #343434;
}
.top-bar p {
	margin: 0px;
}
.top-bar a {
	color: #808080;
	margin: 0px 5px;
}
.top-bar a:last-child {
	margin-right: 0px;
}
.flex-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 400px) {
	.flex-wrap {
		display: block;
	}
	.top-bar .flex-left, .top-bar .flex-right {
		width: 100%;
	}
	.top-bar {
		text-align: center;
	}
}
.language-selector {
	display: inline-block;
	margin-left: 10px;
}
.language-selector:after {
	background: #eee;
	height: 33px;
	line-height: 32px;
}
.styled-select.language-selector select, .styled-select.language-selector select:focus, .styled-select.language-selector select:active {
	padding-right: 40px;
	border-width: 2px;
}
/* END TOP BAR */

/* 2. HEADER */

header .header-boxes li {
	padding: 0px 19px;
	float: left;
	display: flex;
}
@media only screen and (max-width: 768px) {
	header .header-boxes li {
		width: 33.33%;
	}
}
@media only screen and (max-width: 666px) {
	header .header-boxes li {
		width: 100%;
	}
}
.icon-details {
	align-self: center;
}
header .header-boxes li:last-child {
	padding-right: 0px;
}
header .header-boxes li:not(:last-child) {
	border-right: 1px solid #eee;
}
header .header-boxes i {
	font-size: 35px;
	line-height: 34px;
	margin-right: 10px;
	color: #343434;
}
header .header-boxes h5, header .header-boxes p {
	margin: 0px;
	line-height: 1;
}
header .header-boxes h5 {
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
}
.icon-details p {
	font-size: 13px;
}

.header-top {
	padding: 15px 0px;
    margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* END HEADER */

/* APPLICATIONS PAG*/
.image_link {
	display: block;
	position: relative;
	max-width: 400px;
	margin: 0 auto 30px;
}

.image_link h2 {
	position: absolute;
	margin: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.image_link:hover h2 {
	opacity: 0;
	transition: 0.3s ease-in-out;
}

/* INDUSTRY SLIDER */

.industry-slider {
	display: none;
}
.ind-slide {
	height: 450px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ind-slide-caption {
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 0;
	right: auto;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ind-slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: #000;

	opacity: 0.6;*/
}
.ind-slide-caption {
	width: 40%;
}
.ind-slide-caption h2 {
	color: #ffdd00;
	letter-spacing: 1px;
	font-size: 40px;
	margin: 20px 0px;
	font-weight: 500;
}
.ind-slide-caption.black h2 {
	color: #000;
}
.ind-slide-caption.black p {
	color: #000;
}
.ind-slide-caption.black a {
	background: #000;
}
.ind-slide-caption.white h2 {
	color: #fff;
}
.ind-slide-caption.white p {
	color: #fff;
}
.ind-slide-caption.white a {
	border-color: #fff;
	color: #fff;
}
.ind-slide > .white {
	background-position: 78% center;
}
.ind-slide-caption p {
	color: #fff;
	font-size: 16px;
	margin: 20px 0px 30px 0px;
}
.ind-slide-caption a {
	border-radius: 3px;
	background: transparent;
	padding: 11px 17px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	line-height: 21px;
	color: #ffdd00;
	border: 2px solid #ffdd00;
}
.ind-slide-caption a:hover {
	background: #ffdd00;
	color: #202020;
}
.owl-carousel .owl-controls .owl-nav>div {
	position: absolute;
	top: calc(50% - 14px);
	text-align: center;
	font-size: 21px;
	color: #fff;
	background: #202020;
	line-height: 38px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 5;
	opacity: 0;
}
@media only screen and (max-width: 769px) {
	.ind-slide-caption {
		width: auto;
		right: 5%;
	}
	.ind-slide-caption h2 {
		font-size: 25px;
	}
	.ind-slide-caption p {
		font-size: 14px;
	}
	.ind-slide-caption a {
		font-size: 12px;
		padding: 5px 10px;
	}
	.industry-slider.owl-carousel .owl-controls .owl-nav>div {
		top: 89%;
	}
}
.owl-carousel:hover .owl-controls .owl-nav>div {
	opacity: 1;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 10px;
}
.owl-carousel .owl-controls {
	text-align: center;
}
.owl-theme .owl-controls {
	margin-top: 0px;
}
/* END INDUSTRY SLIDER */

/* 3. TABLES */

table {
	width: 100%;
	margin: 15px 0px;
	border: 2px solid #eeeeee;
}
hr {
	border-color: #eeeeee;
}
table th {
	padding: 5px 5px 1px 5px;
}
table td {
	border: 2px solid #eeeeee;
	padding: 5px;
}
/* END TABLES */

/* PROJECT ITEM */

.projects-slider {
	display: none;
}
.project-item {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.project-item img {
	border-radius: 3px;
}
.project-item-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0;
	border-radius: 3px;
}
.project-item:hover .project-item-overlay {
	opacity: 0.7;
}
.project-item h6 {
	color: #fff;
	width: 100%;
	font-size: 16px;
}
.project-caption {
	position: absolute;
	opacity: 0;
	left: -500px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.project-item:hover .project-caption {
	opacity: 1;
	left: 10px;
}
.project-item .btn, .project-item .btn:active {
	padding: 3px 10px;
	font-size: 11px;
}
@media only screen and (max-width: 769px) {
	.project-caption {
		top: auto;
		left: 10px;
		bottom: 10px;
		opacity: 1;
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
	}
	.project-item-overlay {
		opacity: 0.7;
	}
}
/* END PROJECT ITEM */

/* 4. BUTTON */

.tagcloud a, .btn, a.btn, a.btn:active, a.btn.active {
	border-radius: 0px;
	border: none;
	background: #ffdd00;
	color: #202020;
	display: inline-block;
	white-space: normal;
	font-size: 12px;
	line-height: 23px;
	padding: 10px 15px;
	box-shadow: none;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active, .btn:hover, .btn:focus, .btn:active {
	border: none;
	background: #202020;
	color: #ffffff;
}
.btn.btn-inv, a.btn.btn-inv, a.btn.btn-inv:active {
	background-color: #202020;
	color: #fff;
}
.btn.btn-inv:hover, .btn.btn-inv:focus, .btn.btn-inv:active {
	background-color: #ffdd00;
	color: #202020;
}
.btn i {
	margin-left: 5px;
}
.btn i.no-margin {
	margin: 0px;
}
.btn.medium {
	padding: 10px 18px;
}
.btn.large {
	padding: 15px 28px;
}
.tagcloud a {
	padding: 1px 10px;
	margin: 2px;
	float: left;
}
a.submit-live-form {
	display: block;
}
.submit-form i {
	margin-left: 5px;
	margin-right: 0px;
}
/* END BUTTON */

/* CALL TO ACTION */

.ind-cta {
	padding: 50px 0px;
	display: flex;
}
.ind-cta a.btn {
	background: #202020;
	color: #fff;
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 38px;
	align-self: flex-end;
	margin-left: auto;
}
.ind-cta a.btn:hover {
	background: #ffdd00;
	color: #200202;
}
.ind-cta h4 {
	line-height: 40px;
	margin: 0px;
	max-width: 80%;
}

.cta_block {
    background-color: #ffdd00;
    padding: 15px;
    color: black;
    font-weight: bold;
    font-size: 20px;
}
.cta_block a:hover {
	color: #808080;
}
@media only screen and (max-width: 500px) {
	.ind-cta {
		display: block;
	}
	.ind-cta a {
		margin-top: 25px;
	}
	.ind-cta h4 {
		max-width: 100%;
	}
}
/* END CALL TO ACTION */

/* PAGE ITEM */

.page-item {
	margin-bottom: 30px;
}
.page-item a {
	display: block;
}
.read-more {
	display: inline-block;
	text-transform: uppercase;
}
.page-item img {
	border-radius: 3px;
	width: 100%;
}
.page-item .page-media {
	margin-bottom: 25px;
}
.page-item.side-media {
	display: flex;
	align-items: center;
}
.page-item.side-media h5 {
	margin-top: 0px;
}
.page-item.side-media h5 a {
	display: inline-block;
}
.page-item.side-media .page-media {
	margin-right: 20px;
	margin-bottom: 0px;
}
.page-item.side-media p {
	margin-bottom: 0px;
}
/* END PAGE ITEM */

/* 5. BLOG ITEM */

.blog-media {
	margin-bottom: 15px;
}
.blog-item {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.blog-item.product-item {
	margin-bottom: 45px;
}
.blog-media img {
	width: 100%;
	height: auto;
}
.blog-item h5 {
	margin-bottom: 0px;
}
.blog-item p {
	margin-bottom: 10px;
}
.blog-category {
	margin-bottom: 15px;
	color: #909090;
}
.blog-category i, .blog-meta i {
	margin-right: 5px;
}
.blog-meta {
	line-height: 35px;
	text-align: center;
	color: #909090;
}
.blog-meta li {
	margin-right: 10px;
}
.blog-title {
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.blog-title:after {
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 2px;
	border-radius: 3px;
	width: 50px;
	background: #343434;
}
.blog-title h5 {
	margin: 0px;
}
.blog-title:hover h5 {
	color: #ffdd00;
}
.blog-media a {
	display: block;
}

.blog .btn {
	margin-bottom: 15px;
}

/* END BLOG ITEM */

/* 6. SINGLE BLOG */

.post-tags {
	margin-bottom: 20px;
}
.post-meta {
	font-size: 13px;
	margin-bottom: 20px;
	color: #7a7a7a;
}
.single-blog .blog-meta {
	margin-bottom: 30px;
}
.single-blog .blog-media {
	margin-bottom: 30px;
}
.post-meta a {
	display: inline;
}
.post-meta li {
	margin-right: 5px;
}
.grey .fa {
	margin-right: 5px;
}
.single-top-meta {
	margin-bottom: 20px;
}
.single-top-meta:before {
	content: "\f178";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.post-title {
	margin-top: 0px;
	margin-bottom: 25px;
}
.bottom-meta {
	padding: 10px 0px;
	margin: 15px 0px;
}
@media only screen and ( max-width: 768px) {
	.bottom-meta .pull-left {
		margin-bottom: 10px;
	}
	.bottom-meta .pull-left, .bottom-meta .pull-right {
		width: 100%;
		text-align: left;
	}
}
.single-blog .post-title {
	margin-bottom: 0px;
	margin: 15px 0px 30px 0px;
	padding-left: 20px;
}
.post-tags .fa {
	margin-right: 10px;
}
.author {
	margin-bottom: 50px;
	margin-top: 30px;
}
.author .avatar {
	float: left;
	margin-right: 15px;
}
.title-divider {
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	margin-top: 50px;
}
/* END SINGLE BLOG */

/* 11. PAGE TITLE */

.dummy-breadcrumbs {
	margin-bottom: 75px;
}
.page-title {
	background: #ffdd00;
	padding: 40px 0px;
	margin-bottom: 15px;
}
.page-title h1 {
	font-size: 30px;
}
.page-title {
	background-size: cover;
	background-position: center center;
}
.breadcrumb a:hover {
	color: #ffdd00;
}
ul.breadcrumb {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.breadcrumb>li+li::before {
	color: #555;
}
ul.breadcrumb a {
	color: #808080;
}
.page-title .pull-right {
	line-height: 68px;
}
@media only screen and ( max-width: 768px) {
	.page-title {
		text-align: center;
	}
	.page-title .pull-right {
		line-height: 23px;
	}
	.page-title .pull-right, .page-title .pull-left {
		width: 100%;
		text-align: center;
	}
}
/* END PAGE TITLE */

/*  8. NAVIGATION */

.logo {
	color: #000;
	font-weight: bold;
	line-height: 1.2em;
}
.logo a {
	display: block;
	margin-bottom: 9px;
	margin-top:2px;
}
.navigation-bar {
	border-right: none;
	padding: 0px;
}
.fixed-responsive-nav {
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.04);
}
#navigation .dropdown-menu {
	margin: 0px;
	padding: 0;
	border: none;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.04);
	top: 100%;
	background: #fff;
	border-radius: 0px 0px 3px 3px;
	position: absolute;
    top: 50px;
	left: 0;
    width: 100%;
    background-color: #343434;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
@media (min-width: 1001px) {
	#navigation .dropdown-menu {
		top: 60px;
	}
}
#navigation .dropdown-menu li {
	width: 35%;
    position: unset;
}
#navigation .dropdown-menu li:hover > a {
    background-color: #ffdd01!important;
    color: black!important;
}
@media (max-width: 768px) {
	#navigation .dropdown-menu li {
		width: 100%;
	}
}
#navigation .dropdown-menu li a {
	padding: 18px 20px;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	white-space: break-spaces;	
}
@media (min-width: 770px) {
	#navigation .dropdown-menu li a {
		padding: 22px 20px;
	}
	#navigation .dropdown-menu li:first-child a {
		padding-top: 30px;
	}
	#navigation .dropdown-menu li:last-child a {
		padding-bottom: 30px;
	}
}
#navigation .dropdown-menu .dropdown-menu {
	top: 0px;
    right: 0;
    left: unset;
    width: 65%;
    height: 100%;    
    background-color: #fff;
    border-radius: 0;    
}
#navigation .dropdown-menu .dropdown-menu li:hover a {
	background-color: transparent!important;
}
@media (max-width: 768px) {
	#navigation .dropdown-menu .dropdown-menu {
		width: 100%;
		border-right: 1px solid #343434;
    	border-left: 1px solid #343434;
	}
}
#navigation .dropdown-menu .dropdown-menu li {    
    text-align: left;
    padding: 0 25px;
}
#navigation .dropdown-menu .dropdown-menu li a {
    background-color: transparent;
    color: #343434;
}
@media (min-width: 770px) {
	#navigation .dropdown-menu li:hover .dropdown-menu{
		display: flex;
		flex-wrap: wrap;
	    padding: 40px 20px;
	    overflow: scroll;
	}
	#navigation .dropdown-menu .dropdown-menu li {
		flex: 0 0 33.33%;
    	width: 33.33%;
	}
	#navigation .dropdown-menu .dropdown-menu li a {
	    padding: 110% 0 20px 0;
	    background-repeat: no-repeat;
	    background-size: 100% auto;
	}
	#navigation .dropdown-menu .dropdown-menu li a:hover {
		background-repeat: no-repeat!important;
	    background-size: 100% auto!important;	
	    color: #fd0!important;
	}
	#navigation .dropdown-menu .dropdown-menu li.current-menu-item {
		background-repeat: no-repeat!important;
	    background-size: 100% auto!important;	
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90747 a {
		background-image: url(/wp-content/uploads/2017/03/himould.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90750 a {
		background-image: url(/wp-content/uploads/2017/03/multisert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90751 a {
		background-image: url(/wp-content/uploads/2017/03/microbarb.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90753 a {
		background-image: url(/wp-content/uploads/2017/03/trisert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90754 a {
		background-image: url(/wp-content/uploads/2017/03/trisert-3.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90706 a {
		background-image: url(/wp-content/uploads/2017/03/dedsert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90707 a {
		background-image: url(/wp-content/uploads/2017/03/splay_mould.jpg);
	}	
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90755 a {
		background-image: url(/wp-content/uploads/2017/03/male-inserts.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90756 a {
		background-image: url(/wp-content/uploads/2017/03/trisert-3.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90757 a {
		background-image: url(/wp-content/uploads/2017/03/ensat.jpg);
	}	
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90759 a {
		background-image: url(/wp-content/uploads/2017/03/trisert-3.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90769 a {
		background-image: url(/wp-content/uploads/2017/03/foamsert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90715 a {
		background-image: url(/wp-content/uploads/2017/03/rivet-nuts.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90717 a {
		background-image: url(/wp-content/uploads/2017/03/setsert.jpg);
	}	
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90719 a {
		background-image: url(/wp-content/uploads/2017/03/imperial-range.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90720 a {
		background-image: url(/wp-content/uploads/2017/03/dedsert.jpg);
	}	
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90722 a {
		background-image: url(/wp-content/uploads/2017/03/suresert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90727 a {
		background-image: url(/wp-content/uploads/2019/10/Gen-3-Heat-Installer.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90724 a {
		background-image: url(/wp-content/uploads/2019/10/ElecArm.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90725 a {
		background-image: url(/wp-content/uploads/2019/10/flexiarm_yellow.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90723 a {
		background-image: url(/wp-content/uploads/2021/02/Production-Drivers_rev.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90726 a {
		background-image: url(/wp-content/uploads/2017/03/Installation-Equipment.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90763 a {
		background-image: url(/wp-content/uploads/2017/03/ensat.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90760 a {
		background-image: url(/wp-content/uploads/2017/03/foamsert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90762 a {
		background-image: url(/wp-content/uploads/2017/03/trisert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90764 a {
		background-image: url(/wp-content/uploads/2017/03/trisert-3.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90736 a {
		background-image: url(/wp-content/uploads/2017/03/dedsert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90765 a {
		background-image: url(/wp-content/uploads/2017/03/foamsert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90748 a {
		background-image: url(/wp-content/uploads/2017/03/himould.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90735 a {
		background-image: url(/wp-content/uploads/2017/03/imperial-range.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90766 a {
		background-image: url(/wp-content/uploads/2017/03/male-inserts.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90767 a {
		background-image: url(/wp-content/uploads/2017/03/microbarb.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90749 a {
		background-image: url(/wp-content/uploads/2017/03/multisert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90752 a {
		background-image: url(/wp-content/uploads/2017/03/trisert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90734 a {
		background-image: url(/wp-content/uploads/2017/03/setsert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90737 a {
		background-image: url(/wp-content/uploads/2017/03/suresert.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90770 a {
		background-image: url(/wp-content/uploads/2017/03/trisert-3.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90761 a {
		background-image: url(/wp-content/uploads/2017/03/ensat.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90741 a {
		background-image: url(/wp-content/uploads/2017/03/imperial-range.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90771 a {
		background-image: url(/wp-content/uploads/2017/03/male-inserts.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90742 a {
		background-image: url(/wp-content/uploads/2017/03/splay_mould.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90772 a {
		background-image: url(/wp-content/uploads/2017/03/trisert-3.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90779 a {
		background-image: url(/wp-content/uploads/2017/03/anti-creepers.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90780 a {
		background-image: url(/wp-content/uploads/2017/03/groove-pins.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90781 a {
		background-image: url(/wp-content/uploads/2017/03/Thread-Forming-Screws.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90782 a {
		background-image: url(/wp-content/uploads/2017/03/specials.jpg);
	}
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90811 a,
	#navigation .dropdown-menu .dropdown-menu li#menu-item-90810 a {
		background-image: url(/wp-content/uploads/2022/01/MultiPip.jpg);
	}
}

@media (min-width: 1200px) {
	#navigation .dropdown-menu .dropdown-menu li {
		flex: 0 0 25%;
    	width: 25%;
	}
}
.nav.navbar-nav>li>.dropdown {
	margin-top: 1px;
}
.nav.navbar-nav>li:last-child {
	float: right;
}
.navbar li.dropdown ul li.dropdown ul {
	left: 100%;
	top: 0px;
}
.nav.navbar-nav ul.dropdown-menu {
	padding: 0px 10px;
	font-size: 13px;
}
.nav.navbar-nav ul li a {
	padding: 10px 0px;
	position: relative;
}
.nav.navbar-nav ul li a .fa-angle-right {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.navbar li {
	margin-bottom: 0px;
}
.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
	border: none;
	background: transparent;
	min-height: 0px;
}
.navbar-collapse {
	padding: 0px;
	border: none;
}
.nav.navbar-nav {
	margin: 0px;
	width: 100%;
}
.navbar-default .navbar-collapse {
	text-align: center;
}
.nav.navbar-nav>li>a {
	padding: 10px 5px;
}
.nav.navbar-nav li a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #232323;
}
.nav.navbar-nav>li {
	margin: 0px 3px;
}
.dropdown-menu li:last-child a:after {
	content: none;
}
#navigation {
	background: #202020;
	border-radius: 3px 3px 0px 0px;
}
#navigation .nav.navbar-nav {
	border-radius: 3px 3px 0px 0px;
}
@media only screen and (min-width: 769px) {
	.header-top.side #navigation .nav.navbar-nav, 
	.header-top.side #navigation, 
	.header-top.side #navigation .nav.navbar-nav>li:first-child>a, 
	.header-top.side #navigation .nav.navbar-nav>li:last-child>a {
		border-radius: 0px;
	}
}
.fixed-responsive-nav #navigation {
	background: transparent;
}
#navigation .nav.navbar-nav>li>a {
	background: transparent;
	padding: 20px 15px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
}
#navigation .nav.navbar-nav>li>a.dropdown-toggle {
    padding-right: 15px;
}
#navigation .nav.navbar-nav>li>a.dropdown-toggle i {
    right: -6px;
    position: relative;
    pointer-events: none;
}
.fixed-responsive-nav #navigation .nav.navbar-nav>li>a {
	color: #202020;
}
.search-trigger {
	background: #FFDD00 !important;
	color: #000 !important;
}
.form_button.left {
	border: 1px solid #202020;
}
.fixed-responsive-nav .nav>li.search-nav {
	display: none;
}
@media only screen and (min-width: 769px) {
	.fixed-responsive-nav #navigation .nav.navbar-nav>li:nth-last-child(2) a {
		padding-right: 0px;
	}
}
#navigation .nav.navbar-nav>li:first-child>a {
	border-radius: 0px 0px 0px 0px;
}
#navigation .nav.navbar-nav>li:last-child>a {
	border-radius: 0px 0px 0px 0px;
}
#navigation .nav.navbar-nav>li {
	margin: 0px;
	min-width: 90px;
	position: unset;
}
#navigation .nav.navbar-nav li.open>a, #navigation .nav.navbar-nav>li>a:hover, #navigation .nav.navbar-nav>li>a:focus, #navigation .nav.navbar-nav>li>a:active, #navigation .nav.navbar-nav>li.current>a, #navigation .navbar-nav>li.current-menu-parent>a, #navigation .navbar-nav>li.current-menu-ancestor>a, #navigation .navbar-nav>li.current-menu-item>a {
	color: #202020;
	background: #ffdd00;
}
.fixed-responsive-nav #navigation .nav.navbar-nav li.open>a, .fixed-responsive-nav #navigation .nav.navbar-nav>li>a:hover, .fixed-responsive-nav #navigation .nav.navbar-nav>li>a:focus, .fixed-responsive-nav #navigation .nav.navbar-nav>li>a:active, .fixed-responsive-nav #navigation .nav.navbar-nav>li.current>a, .fixed-responsive-nav #navigation .navbar-nav>li.current-menu-parent>a, .fixed-responsive-nav #navigation .navbar-nav>li.current-menu-ancestor>a, .fixed-responsive-nav #navigation .navbar-nav>li.current-menu-item>a, #navigation .nav.navbar-nav .dropdown-menu li.open>a, #navigation .nav.navbar-nav .dropdown-menu li>a:hover, #navigation .nav.navbar-nav .dropdown-menu li>a:focus, #navigation .nav.navbar-nav .dropdown-menu li>a:active, #navigation .nav.navbar-nav .dropdown-menu li.current>a, #navigation .navbar-nav .dropdown-menu li.current-menu-item>a, .widget_nav_menu .current-menu-item a {
	color: #ffdd00;
	background: transparent;
}
.nav.navbar-nav ul {
	padding: 0px;
	border-radius: 0px;
	border: none;
}
.navbar-toggle {
    position: absolute;
    top: 3px;
    right: 10px;
	color: #343434;
	padding-right: 0px;
	margin: 0px;
	font-size: 30px;
	line-height: 1;
	float: none;
	vertical-align: middle;
	margin-right: 13px;
}
#navigation {
	text-align: center;
}
.navbar-nav>li>a {
	line-height: 20px;
}
@media only screen and (min-width: 768px) {
	.fixed-responsive-nav {
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		top: -1000px;
		z-index: 10;
		background: #fff;
	}
}
@media only screen and (max-width: 769px) {
	#navigation, #navigation .nav.navbar-nav {
		border-radius: 3px 3px 0px 0px;
	}
	#navigation .nav.navbar-nav>li:first-child>a {
		border-radius: 3px 3px 0px 0px;
	}
	.nav>li.search-nav {
		display: none;
	}
	.nav.navbar-nav li.pull-right {
		display: none;
	}
	.nav.navbar-nav {
		margin-left: 0px;
		margin-right: 0px;
	}
	#navigation .navbar-nav li a {
		text-align: left;
		display: block;
	    padding-left: 10px;
        padding-right: 10px;
	}
	#navigation .dropdown-menu {
		box-shadow: none;
		position: static;
		float: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		background: #ffffff;
	}
	#navigation .dropdown-menu {
		border: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:active .navbar-default .navbar-nav .open .dropdown-menu>li.current>a, .navbar-default .navbar-nav .open .dropdown-menu>li.current-menu-ancestor>a, .navbar-default .navbar-nav .open .dropdown-menu>li.current-menu-item>a, .navbar-default .navbar-nav .open .dropdown-menu>li.current-menu-parent>a {
		color: #ffdd00;
		background: #ffffff;
	}
	.nav.navbar-nav {
		display: block;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		color: #232323;
		padding: 10px 15px;
	}
	.nav.navbar-nav>li>a {
		line-height: 20px;
	}
	.logo-small-screen button {
		padding-left: 0px;
	}
	header .full-small {
		width: 100%;
		text-align: center;
	}
	.dropdown-toggle i {
		float: right;
		width: 30px;
		height: 22px;
		line-height: 22px;
	}
	.nav.navbar-nav ul li a .fa-angle-right {
		top: 70%;
		right: 6px;
		transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		-webkit-transform: translateY(-50%) rotate(90deg);
		-moz-transform: translateY(-50%) rotate(90deg);
	}
	.nav.navbar-nav ul.dropdown-menu {
		padding: 0px;
	}
	#navigation .dropdown-menu {
		background: transparent;
	}
	header ul.header-boxes.no-margin li {
		padding: 0px;
		padding-bottom: 10px;
		border-right: none;
	}
	header ul.header-boxes.no-margin {
		margin-bottom: 15px;
		margin-top: 25px;
	}
	header .header-boxes li i {
		margin-right: 10px;
	}
	.fixed-responsive-nav {
		display: none;
	}
	.header-top {
		padding-bottom: 0px;
	}
	.header-top.side {
		padding-bottom: 25px;
	}
}
/*mega menu*/

.mega_menu {
	padding: 15px 20px 0px 0px;
}
.mega_menu.full-width {
	width: 100%;
}
.mega_menu.full-width .container {
	padding: 0px;
}
.nav.navbar-nav .mega_menu ul li a {
	padding: 5px 0px;
}
.mega_menu.col-1:not(.full-width) {
	width: 250px;
}
.mega_menu.col-2:not(.full-width) {
	width: 500px;
}
.mega_menu.col-3:not(.full-width) {
	width: 750px;
}
.mega_menu.col-4:not(.full-width) {
	width: 1000px;
}
.mega_menu.col-5:not(.full-width) {
	width: 1170px;
}
.mega_menu .widget {
	margin-bottom: 15px;
	float: left;
	padding-left: 20px;
}
.col-1 .widget {
	width: 100%;
}
.col-2 .widget {
	width: 50%;
}
.col-3 .widget {
	width: 33.32%;
}
.col-4 .widget {
	width: 25%;
}
.col-5 .widget {
	width: 20%;
}
@media only screen and ( max-width: 769px) {
	.col-1 .widget, .col-2 .widget, .col-3 .widget, .col-4 .widget, .col-5 .widget {
		width: 100%;
	}
}
/*end mega_menu*/

/* END NAVIGAION */

/* 13. POST FORMAT ICONS */

.fake-thumb-wrap {
	text-align: center;
	margin: 0;
	width: 60px;
	height: 60px;
	border: 2px solid #eeeeee;
	border-radius: 3px;
}
.post-format {
	font-size: 18px;
	line-height: 59px;
	font-family: dashicons;
}
.post-format-standard:before {
	content: '\f109';
}
.post-format-aside:before {
	content: '\f123';
}
.post-format-gallery:before {
	content: '\f161';
}
.post-format-link:before {
	content: '\f103';
}
.post-format-image:before {
	content: '\f128';
}
.post-format-quote:before {
	content: '\f122';
}
.post-format-status:before {
	content: '\f130';
}
.post-format-video:before {
	content: '\f126';
}
.post-format-audio:before {
	content: '\f127';
}
.post-format-chat:before {
	content: '\f125';
}
.fake-thumb-holder .post-format {
	color: #ffdd00;
	font-size: 20px;
	line-height: 10px;
}
.to_top.btn {
	position: fixed;
	right: 20px;
	bottom: 15px;
	width: 30px;
	height: 30px;
	display: none;
	z-index: 3;
	padding: 0px;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
}
.to_top.btn .fa {
	font-size: 20px;
	line-height: 29px;
	display: block;
}
/* 14. WORDPRESS CORE */

.alignnone {
	margin: 5px 20px 20px 0;
}
.sticky {}
.sticky-wrap {
	background: #ffdd00;
	display: block;
	padding: 35px 50px 5px 50px;
	position: absolute;
	top: -25px;
	right: -50px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.sticky-pin {
	color: #ffffff;
}
.wp-caption-text {}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright,
.alignleft,
.aligncenter {
	display: block;
	float: none;
	margin: 20px auto 20px;
}
a img.alignright,
a img.alignnone,
a img.alignleft,
a img.aligncenter {
	float: none;
	margin: 20px auto 20px;
}
.wp-caption {
	background: #fff;
	max-width: 100%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin: 5px auto 20px;
}
@media screen and (min-width:600px) {
	.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}
	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	a img.alignnone {
		margin: 5px 20px 20px 0;
	}
	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}
	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}
	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
/* END WORDPRESS CORE */

/* 15. COMMENTS */

.comment-avatar {
	float: left;
	margin-right: 20px;
	height: 80px;
	width: 80px;
}
.comment-content-wrap {
	float: left;
	width: calc(100% - 100px);
}
@media only screen and ( max-width: 600px) {
	.comment-avatar {
		float: none;
		margin: 0px;
		width: 100%;
		height: auto;
	}
	.comment-content-wrap {
		float: none;
		width: 100%;
	}
}
.comment-reply-link, .comment-reply-link:visited {
	display: block;
	text-align: right;
	color: #555;
}
.comment-reply-link:hover {
	color: #ffdd00;
}
.comment-border {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	margin: 30px 0px;
}
.comment-margin-left {
	margin-left: 15px;
}
@media only screen and (max-width: 768px) {
	.comment-name {
		margin-top: 20px;
	}
	.comment-margin-left {
		margin-left: -15px;
	}
}
.comment-content {
	margin-top: 30px;
	margin-bottom: 50px;
}
.comment-content img {
	width: 100%;
}
.comment-name h5, .comment-name p {
	margin: 0;
}
.comment-name p {
	font-size: 12px;
	color: #7a7a7a;
	font-style: italic;
	margin-bottom: 10px;
}
.comment-form {
	margin-top: 30px;
}
.contact-form {
	margin-top: 0px;
}
.contact-form textarea {
	height: 190px;
}
.contact-map {
	border-radius: 3px;
	overflow: hidden;
}
.contact-map img {
	max-width: none;
}
.contact-map {
	height: 300px;
	margin-bottom: 40px;
}
.contact-form .btn {
	margin-top: 15px;
}
label {
	font-weight: normal;
}
label.text-left {
	display: block;
}
.label {
	font-size: 85%;
}
input[type="checkbox"] {
	margin-right: 8px;	
}
input[type="radio"] {
	margin-left: 8px;
} 
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
	display: none;
}
input, textarea {
	background-clip: padding-box;
}
input.form-control, .form-control, .form-control:focus, .form-control:active, .form-control:focus:active, #commentform input:not(#submit), #commentform textarea {
	border-radius: 2px;
	border: none;
	background: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	color: #343434;
	border: 2px solid #ffdd00;
	width: 100%;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
	background-clip: padding-box;
}
textarea.form-control, textarea.form-control:active, textarea.form-control:focus, textarea.form-control:focus:active, #commentform textarea, #commentform textarea:active, #commentform textarea:focus, #commentform textarea:focus:active {
	height: 208px;
	padding: 10px;
	line-height: 25px;
	background-clip: padding-box;
}
.comment-row {
	margin-bottom: 20px;
}
.comment-row:hover img {
	opacity: 0.8;
}
#reply-title {
	font-size: 13px;
	font-weight: normal;
	color: #555;
}
#reply-title small {
	font-size: 13px;
}
/* COMMENTS */

/* 12. WIDGETS */

.widget_custom_posts .post-meta.grey {
	font-size: 75%;
	color: #aaa;
}
.widget_custom_posts>ul>li, .widget_widget_top_author>ul>li {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.widget_industry_recent_comments .recent_comments_header {
	display: flex;
}
.widget_industry_recent_comments a {
	margin-top: 10px;
}
.widget {
	margin-bottom: 50px;
}
.widget-right .widget {
	padding: 0px 0px 0px 15px;
}
.widget-left .widget {
	padding: 0px 15px 0px 0px;
}
@media only screen and ( max-width: 768px) {
	.widget-left .widget, .widget-right .widget {
		padding: 0px;
	}
}
.widget ul {
	padding: 0px;
	margin: 0px;
}
.widget>ul {
	overflow: hidden;
}
.widget ul li {
	list-style: none;
	clear: both;
	padding-top: 6px;
}
.widget ul li:last-child {
	padding-bottom: 0px;
}
.widget>ul>li:first-child, .widget>div>ul>li:first-child {
	padding-top: 0px;
}
.widget_text p:last-child {
	margin: 0px;
}
.widget_blogum_recent_comments ul li, .widget_custom_posts ul li, .widget_widget_top_author ul li {
	padding: 10px 0px;
}
.widget_blogum_recent_comments p {
	margin-bottom: 0px;
	margin-top: 7px;
}
.widget_blogum_recent_comments p.small, .widget_widget_top_author p.small {
	margin: 0px;
	color: #aaa;
	font-style: italic;
	font-size: 75%;
	line-height: 1.2;
}
.widget_widget_file_download .widget-content {
	margin-top: 10px;
}
.widget_widget_file_download .widget-content:first-child {
	margin-top: 0px;
}
.widget_blogum_recent_comments p.small i, .widget_widget_top_author p.small i {
	margin-right: 5px;
}
.widget_recent_comments ul li a {
	display: inline-block;
}
.widget_categories li, .widget_archive li {
	text-align: right;
}
.widget_categories.widget ul li {
	padding: 2px 0px;
}
.widget_widget_file_download i {
	width: 36px;
	height: 34px;
	text-align: center;
	line-height: 36px;
	background: #ffdd00;
	color: #202020;
	margin-right: 10px;
	border-radius: 0px 3px 3px 0px;
}
.widget_widget_file_download a {
	border-radius: 3px;
	overflow: hidden;
	display: block;
	line-height: 40px;
	border: 2px solid #ffdd00;
}
.widget_widget_file_download a:hover {
	background: #ffdd00;
}
.widget_widget_file_download a:hover, section.footer_widget_section .widget.widget_widget_file_download a:hover {
	color: #202020;
}
.widget_widget_image_banner a {
	display: block;
	border-radius: 3px;
	overflow: hidden;
}
.widget_archive li, .widget_product_categories li, .widget_layered_nav li, .widget_categories li {
	line-height: 24px;
}
.widget_archive span, .widget_product_categories span, .widget_layered_nav span, .widget_categories span {
	font-size: 80%;
	border: 2px solid #eee;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	line-height: 21px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.widget_categories li:hover span, .widget_product_categories li:hover span, .widget_layered_nav li:hover span, .widget_archive li:hover span {
	border-color: #ffdd00;
}
.widget_categories li a, .widget_product_categories li a, .widget_layered_nav li a, .widget_archive li a {
	float: left;
}
.widget_layered_nav span, .widget_product_categories span {
	float: right;
}
.widget ul li ul {
	padding-left: 10px;
}
.widget-title-wrap {
	display: block;
	margin-bottom: 25px;
}
.widget-title {
	position: relative;
	display: inline-block;
	margin: 0px;
	margin-bottom: -2px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ffdd00;
}
.widget-image-thumb {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.widget-image-thumb img {
	width: 60px;
	height: 60px;
	border-radius: 3px;
}
.widget-text {
	display: inline-block;
	float: left;
	width: calc(100% - 70px);
}
.widget ul li .widget-text a {
	display: inline-block;
}
.widget-text .post-meta li {
	margin-right: 10px;
}
.widget_custom_posts ul li ul, .widget_custom_posts ul li ul li {
	margin: 0px;
	padding: 0px;
}
.widget_custom_posts .list-unstyled li {
	position: relative;
	clear: both;
}
.widget_widget_social .btn {
	margin-right: 4px;
	margin-bottom: 2px;
	width: 40px;
	height: 40px;
	padding: 0px;
	text-align: center;
	line-height: 40px;
}
.footer_widget_section .widget_widget_social .btn {
	margin-right: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.footer_widget_section .widget_widget_social .btn {
		margin-right: 4.5px;
	}
}
.footer_widget_section {
	background: #202020;
	padding: 50px 0px 15px 0px;
}
.footer_widget_section .widget a:not(.btn), .footer_widget_section .widget a:not(.btn):visited, .footer_widget_section .widget a:not(.btn):focus, .footer_widget_section .widget a:not(.btn):active {
	color: #888;
}
.footer_widget_section .widget a:not(.btn):hover {
	color: #ffdd00;
}
.footer_widget_section .widget-title:before {
	background: #fff;
	top: -4px;
}
.footer_widget_section .widget, .footer_widget_section .widget input {
	color: #777;
}
.footer_widget_section .widget select {
	color: #3e3e3e;
}
.footer_widget_section .widget-title-wrap {
	border-color: #777;
}
.footer_widget_section .widget-title {
	color: #888;
}
.footer_widget_section .widget {
	padding: 0px;
	margin-bottom: 30px;
}
.footer_widget_section .widget.widget_tag_cloud {
	margin-bottom: 41px;
}
.widget img {
	max-width: 100%;
}
#wp-calendar caption {
	margin-bottom: 15px;
}
.widget_rss .rss-widget-icon {
	display: none;
}
/* END WIDGETS */

/* 17. SUBMIT FORMS */

.industry-form {
	width: 100%;
	display: block;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}
.header .industry-form {
	margin-top: 4px;
}
.header .industry-form input, .header .industry-form input:focus {
	height: 42px;
	background: #ffffff;
}
.header .industry-form a {
	line-height: 35px;
	width: 42px;
}
.industry-form .btn {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	border-radius: 0px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	padding: 0px;
}
.protected-post-form .btn {
	border-radius: 0px;
}
.industry-form .btn i {
	margin: 0px;
}
.sub_result {
	margin-top: 15px;
}
.alert {
	border-radius: 0px;
}
.alert-danger, .alert-success {
	padding: 10px;
	border: 2px solid #B81C23;
	border-radius: 2px;
	color: #808080;
	background: none;
}
.footer_widget_section .alert-danger, .footer_widget_section .alert-success {
	color: #fff;
}
.alert-danger span {
	color: #B81C23;
}
.alert-success {
	border-color: #8FAE1B;
}
.alert-success span {
	color: #8FAE1B;
}
/* END SUBMIT FORMS */

/* 19. VIDEO CONTAINER */

.video-container {
    clear: both;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.wpb_video_wrapper .video-container {
	position: static;
	padding-bottom: 0px;
}
.video-container iframe, .video-container object, .video-container blockquote, .video-container embed {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
/* END VIDEO CONTAINER */

.bypostauthor {}
.gallery-caption {}
.screen-reader-text {}
/* 20. PAGINATION */

.pagination {
	display: block;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
}
.pagination a, .pagination a:hover, .pagination a:active {
	padding: 5px 15px;
}
.pagination a.btn.active {
	background: #202020;
	color: #fff;
	padding: 5px 15px;
}
/* END PAGINATION */

/* 21. GALLERY */

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.gallery-item img {
	width: 100%;
}
.gallery-overlay {
	color: #ffffff;
	position: absolute;
	background: rgba( 0, 0, 0, 0.8);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: block;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery-overlay i {
	font-size: 20px;
	line-height: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
}
.gallery-item:hover .gallery-overlay {
	opacity: 1;
}
/* END GALLERY */

/* 23. ALERTS */

.alert .fa {
	margin-right: 10px;
}
.alert .close {
	text-shadow: none;
	opacity: 0.5;
	padding-top: 4px;
}
/* END ALERTS */

/* 26. COPYRIGHTS */

.end-page-margin {
	margin-top: 75px;
}
.copyrights {
	background: #000;
	color: #808080;
	margin: 0px;
	padding: 15px 0px;
	font-size: 12px;
	font-weight: 300;
}
.copyrights a {
	color: #808080
}
/* END COPYRIGHTS */

/* 35. VIDEO BACKGROUND */

.video_bg {
	position: absolute;
	min-width: 100%;
	height: auto;
	top: 50%;
	left: 49.999%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.section-overlay, .section-overlay-image {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.video-section {
	overflow: hidden;
}
/* END VIDEO BACKGROUND */

/* 37. SERVICE */

.service {
	margin-bottom: 30px;
}
.service span {
	font-size: 50px;
	opacity: 0.2;
	line-height: 120px;
	font-size: 65px;
	color: #343434;
}
.service a, .service a:hover, .service a:focus, .service a:active {
	padding: 0px;
	background: transparent;
}
.service-icon-wrap {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 120px;
	background: #eee;
	border-radius: 50%;
	margin-bottom: 10px;
	text-align: center;
}
.service .service-icon-2 {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.0);
	border-radius: 50%;
	color: #ffdd00;
	z-index: 2;
	width: 120px;
	height: 120px;
	background: #fff;
}
.service:hover .service-icon-2 {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.009);
}
/* END SERVICE */

/* TITLE */

.ind-title-wrap {}
.ind-title-wrap h1, .ind-title-wrap h2, .ind-title-wrap h3, .ind-title-wrap h4, .ind-title-wrap h5, .ind-title-wrap h6 {
	display: inline-block;
	border-bottom: 3px solid #ffdd00;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: -2px;
}
.wpb_text_column .ind-title-wrap h1, .wpb_text_column .ind-title-wrap h2, .wpb_text_column .ind-title-wrap h3, .wpb_text_column .ind-title-wrap h4, .wpb_text_column .ind-title-wrap h5, .wpb_text_column .ind-title-wrap h6 {
	margin-bottom: -2px;
}
/* END TITLE */

/* TESTIMONIALS */

.testimonials-slider {
	display: none;
}
.testimonials .testimonial-item {
	background: #fff;
	padding: 20px;
	border-radius: 0px;
	text-align: center;
	height:160px;
}
.testimonials .testimonial-item img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 5px;
	display: inline-block;
}
.testimonial-item h5 {
	margin: 0px;
	padding-top: 10px;
}
.testimonial-item .grade {
	margin-top: 15px;
	color: #ffdd00;
}
.testimonial-item.active .grade {
	color: #fff;
}
.testimonial-item {
	cursor: pointer;
}
.testimonial-item p {
	margin: 0px;
}
.testimonials-content {
	margin-bottom: 0px;
	position: relative;
	color: #ffffff;
	border-radius: 3px;
	margin-top:20px;
}
.testimonial-content {
	display: none;
	padding: 10px 0px;
	font-weight: 300;
}
.testimonial-item .subtitle {
	font-size: 13px;
}
.testimonial-item.active {
	background: #ffdd00;
}
.testimonials-slider.owl-carousel .owl-controls .owl-nav>div {
	opacity: 1;
}
.testimonials-slider.owl-carousel .owl-controls {
	margin-top: 15px;
}
.testimonials-slider.owl-carousel .owl-controls .owl-nav {
	text-align: center;
}
.testimonials-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -70px;
}
.testimonials-slider.owl-carousel .owl-controls .owl-nav .owl-next {
	right: -70px;
}
@media only screen and (max-width: 769px) {
	.testimonials-slider.owl-carousel .owl-controls {
		display: block;
		text-align: center;
	}
	.testimonials-slider.owl-carousel .owl-controls .owl-nav>div {
		position: relative;
		display: inline-block;
		left: auto;
		right: auto;
		top: auto;
		margin: 0px 10px;
	}
	.testimonials-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
		left: auto;
	}
	.testimonials-slider.owl-carousel .owl-controls .owl-nav .owl-next {
		right: auto;
	}
}
/* END TESTIMONIALS */

/* CLIENTS */

.clients {
	cursor: move;
	display: none;
}
.client {
	text-align: center;
}
.clients.owl-carousel .client a {
	display: block;
	padding: 20px;
}
.clients.owl-carousel .client {
	border: 2px solid #eee;
	border-radius: 0px;
}
.clients.owl-carousel .client:hover {
	border-color: #ffdd00;
}
.clients.owl-carousel img {
	width: auto;
	border-radius: 3px;
	display: inline-block;
}
/* END CLIENTS */

/* SINGLE PROJECT */

.project-details {
	margin-bottom: 20px;
}
.project-details li {
	padding: 5px 0px;
	border-bottom: 1px solid #eee;
}
.project-image {
	margin-bottom: 15px;
	position: relative;
}
.project-details li span {
	margin-right: 10px;
}
.project-details li strong {
	float: right;
}
.project-details li:first-child {
	padding-top: 0px;
}
.next-prev p {
	margin: 15px 0px;
}
.next-prev {
	border-top: 2px solid #eee;
	font-weight: 700;
}
.next-prev .fa-chevron-left {
	margin-right: 5px;
}
.next-prev .fa-chevron-right {
	margin-left: 5px;
}
@media only screen and (max-width: 769px) {
	.next-prev p {
		text-align: center;
		margin: 10px 0px;
	}
}
.project-img-caption {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: rgb(32, 32, 32);
	font-weight: 700;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-radius: 2px;
	padding: 5px 15px;
	font-size: 13px;
}
/* END SINGLE PROJECT */

/* MASONRY */

.project-filters {
	margin-bottom: 30px;
	text-align: center;
}
.project-filters a:not(:last-child):after {
	content: '-';
	margin: 0px 5px;
	opacity: 0.5
}
.project-filters a.active:after, .project-filters a:hover:after, .project-filters a:active:after {
	color: #202020;
}
.project-filters .active {
	color: #ffdd00;
}
.masonry-item .project-item {
	margin-bottom: 30px;
	display: inline-block;
	max-width: 100%;
}
.masonry-item.masonry-load {
	padding: 0px;
	width: 48%;
}
@media only screen and (min-width: 1000px) and (max-width: 1030px) {
	.masonry-item.masonry-load {
		width: 31%;
	}
}
.masonry-item.masonry-load .masonry-item.col-xs-6.masonry-load {
	width: calc(50% - 15px);
}
.masonry {
	margin: 0px;
	margin-bottom: -30px;
}
@media only screen and (max-width: 769px) {
	.col-xs-6.masonry-item {
		width: 100%;
	}
}
/* END MASONRY */

/* TEAM MEMBER */

.team-member {
	margin-bottom: 20px;
}
.team-member .social {
	position: absolute;
	top: 0px;
	background: rgba( 0, 0, 0, 0.8);
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	opacity: 0;
	margin: 0px;
}
.team-member .social-wrap {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit=transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.team-member .social a {
	margin: 0px 10px;
	font-size: 18px;
	color: #ffdd00;
}
.team-member .position {
	font-size: 13px;
	font-style: italic;
	opacity: 0.5;
}
.team-member-avatar {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.team-member-avatar img {
	width: 100%;
}
.team-member:hover .social {
	opacity: 1;
}
.team-member h5 {
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 5px;
}
.team-member h5:after {
	content: ' ';
	width: 30px;
	bottom: 0px;
	left: 0px;
	height: 2px;
	border-radius: 3px;
	background-color: #202020;
	position: absolute;
}
/* END TEAM MEMBER */

/* COUNTER */

.counter-wrap {
	position: relative;
	padding: 30px 15px;
	border: 2px solid #eee;
	border-radius: 2px;
	overflow: hidden;
}
@media only screen and (max-width: 769px) {
	.counter-wrap {
		margin-bottom: 20px;
	}
}
.counter-wrap i {
	opacity: 0.1;
	font-size: 85px;
	line-height: 1;
	z-index: 0;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(40%, -50%);
	-ms-transform: translate(40%, -50%);
	-webkit-transform: translate(40%, -50%);
	-moz-transform: translate(40%, -50%);
}
.counter-wrap .counter-caption {
	position: relative;
	z-index: 1;
	text-align: center;
}
.counter-wrap .counter-caption.has-icon {
	text-align: left;
}
.counter-wrap h4 {
	margin: 0px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1;
}
.counter-wrap p {
	margin: 0px;
	line-height: 1;
}
/* END COUNTER */

/* CUSTOM CSS */
.our-products {
	display: flex;
}
.our-products a {
	display: flex;
	flex-wrap: wrap;
    box-shadow: 0 0 10px 1px #eee;
}

.our-products h2 {
	font-size: 17px;
	margin-top: 20px;
	padding:  0 15px;
}
.our-products h3 {
	font-size: 16px;
}
.our-products .product_range_description {
	padding:  0 15px;
}
.our-products button {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 10px 15px;
    white-space: normal;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
	display: block;
    margin: 0 auto 15px;
    align-self: flex-end;
    width: calc(100% - 30px);
}
.product_type_select {
	background: none;
	border: 0px;
}
.product-types input[type="radio"] {
	display: none;
}
.product-types label {
	cursor: pointer;
	border-bottom: 2px solid #EEE;
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 14px;
	padding: 5px 30px;
}
.product-types input:checked+label {
	border-bottom: 2px solid #ffdd00;
}
.form-title {
	width: 100%;
	background: #ffdd00;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	color: #000;
	padding: 5px 13px;
	margin-bottom: 10px;
}
.thread-wrapper {
	padding-left: 0px !important;
	margin-top: 20px;
}
.unit-size-wrapper {
	padding-left: 0px !important;
	margin-top: 20px;
}
.length-wrapper {
	padding-right: 0px !important;
	margin-top: 20px;
}
.length-wrapper span {
	padding: 4px 10px;
	display: block;
	border: 1px solid #eee;
}
.product-information {
	padding: 0px;
	margin-top: 30px;
	font-size: 14px;
	color: #808080;
}
.product-information h1 {
	font-size: 18px;
}
.product-information h4 {
	font-size: 14px;
	padding-bottom: 10px;
}
.product-warning {
	border: 2px solid #ffdd00 !important;
	color: #808080 !important;
	margin-top: 20px;
}
.product-warning .vc_message_box-icon {
	color: #808080 !important;
}
.product-table-left table td {
	font-size: 14px !important;
	border: 0px;
	padding: 0px;
}
.product-table-left table {
	border: 0px;
	max-width: 300px;
}
.product-table-right table td {
	font-size: 14px !important;
	border: 0px;
	padding: 0px;
}
.product-table-right table {
	border: 0px;
	max-width: 300px;
}
.home-about .ind-cta {
	display: block;
	padding: 20px 0px 0px;
}
.home-about .ind-cta a.btn {
	color: #000 !important;
	text-transform: uppercase;
	border: 1px solid #000;
	background: none;
}
.about-us-text {
	font-weight: 300;
	color: #808080;
	margin-top: -6px !important;
}

.home-about .ind-cta a.btn:hover{
	background: #000;
	color: #fff !important;
}
.home .ind-title-wrap {
	margin-bottom: 25px;
}
.home-product-section h3 {
	font-size: 18px;
	margin: 30px 0px 12px !important;
}
.home_product_block,
.home_samples_block {
	margin-bottom: 15px;
    padding: 15px 0;

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.home_product_block:hover {
	background-color: #dcdcdc;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.home_samples_block {

}
.home_product_block h3 a:hover {
	color: #000;
}
.home_samples_block h3 a {
	margin-top: 0!important;
	padding: 0;
	color: #000;
}
.home_product_block .btn {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
.home_product_block .btn:hover {
	background-color: #000;
	color: #fff;
}
.home_samples_block a.btn {
	border: 1px solid #000;
}
.home_samples_block h3 a:hover {
	background-color: transparent;
}
.home-product-section p {
	font-weight: 300;
	color: #808080;
}
.home-product-section p a {
	font-weight: 500;
	margin-top: 20px;
}
.latest-news-title {
	margin: 0px;
}
.latest-news-title h3 {
	margin: 0px;
}
.latest-news-title h3 a {
	font-size: 18px;
}
.latest-news-snippet p {
	font-weight: 300;
	color: #808080;
}
.latest-news-button .vc_gitem-link {
	font-weight: 500;
	padding: 0px;
	color: #808080;
	border: 0px !important;
}
.latest-news-button .vc_btn3:hover {
	color: #ffdd00;
}
.textwidget {
	font-weight: 300;
	color: #808080;
}
#menu-footer-menu {
	font-weight: 300;
	color: #808080;
}
#menu-footer-menu li {
	padding: 0px;
}
.header-boxes {
	margin-top: 0px;
	float: right;
}
.top-buttons a {
	display: block;
	width: 50%;
	max-width: 160px;
	float: right;
	text-align: center;
	background: #ffdd00;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0px;
}
.top-buttons.btn_dark a {
	background: #000;
	color: #ffdd00;
}

.top-buttons.last {
	margin: 15px 15px 0 0;
}
.top-buttons a:hover {
	background: #000;
}
.top-buttons.btn_dark a:hover {
	background: #ffdd00;
	color: #000;
}
.clear {
	clear: both;
}
.post-categories {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.yellow-block {
	padding: 1px 25px 25px;
}
.yellow-block a {
	margin-top: 36px !important;
	padding: 10px;
}
.yellow-block a:hover {
	background: #000;
}
.yellow-block p {
	color: #000;
}
.our-products span {
	display: block;
	min-height: 280px;
}
.our-products h2 {
	min-height: 64px;
}
.our-products a {
	margin-bottom: 30px;
}
.our-products a:hover h3,
.our-products a:hover button {
	color: #fff;
	background: #000;
}
.our-products a h3,
.our-products a button {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    margin: 10px 0px;
	padding: 10px 15px;
	display: inline-block;
    white-space: normal;
    font-size: 12px;
    line-height: 23px;
	text-transform: uppercase;
}

.our-products a h3:hover{
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}
.product-cat {
	padding-left: 0px;
	padding-right: 30px;
}
.product-cat a {
	display: block;
}
.product-cat p span {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	height: 30px;
}
.product-details {
	background: #ffdd00;
	display: block;
	padding: 5px;
	color: #000 !important;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	width: 80%;
	margin-bottom: 35px;
}
.product-details:hover {
	background: #000;
	color: #ffdd00 !important;
}
h3.ind-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.ind-title-wrap h3{
	padding-bottom: 5px;	
}

.no-padding .vc_column-inner {
	padding-left: 0px;
}
.wpb_wrapper ul {
	padding-left: 20px;
}
.distibute-title h3 {
	font-size: 18px;
}
.downloads-title h4 {
	font-size: 18px;
	margin-top: 0px;
}
.vc_tta-tabs-list .vc_active {
	border-bottom: 4px solid #FFDD00;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active>a::after {
	display: none !important;
}
.product-spec h3 {
	font-size: 16px;
}
.product_range_description {
	display: block;
}
.product_description {
	display: block;
	height: 250px;
    line-height: 1.6em;
}
a .product_range_description, a .product_description {
	color: #808080;
}
a .product_range_description:hover, a .product_description:hover {
	color: #808080;
}
.right-sidebar {
	color: #808080 !important;
}
#menu-product-categories .current-menu-item a {
	color: #000 !important;
}
.vc_tta-title-text {
	font-weight: bold;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin-right: 50px !important;
}§
.wpb_video_widget {
	margin-top: 20px!important;
}
.products-sidebar.active {
	font-weight: 600 !important;
	color: #808080;
}
.pull-right a, .pull-right {
	color: #000;
}
.pull-right a:hover {
	color: #000;
}
.left-sidebar .videos a {
	border: 1px solid #FFDD00;
	margin: 30px 20px 0px 0px;
	padding: 0px 0px;
	padding: 3px 0px;
	color: #000;
	display: block;
}
.left-sidebar .videos a img {
	padding:5px 10px;
	background: #FFDD00;
	margin-right: 10px;
}
.left-sidebar .videos a:hover {
	background: #FFDD00;
}

.left-sidebar .products-sidebar{
	font-weight: 400;
}

/*****************
Brass inserts page
******************/
.tappex_product_grid.container-fluid {
	padding: 0;
}
.tappex_product_grid .row.display_flex {
	display: flex;
	flex-wrap: wrap;	
}
.tappex_product_grid .row.display_flex > div {
	margin-bottom: 20px;
}
.tappex_product_grid .row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.tappex_product_grid .product_block {
	height: 100%;
	background-color: #f4f4f4;
}
.tappex_product_grid .product_block > a {
	max-width: 100%;
}
.tappex_product_grid .product_block .product_block_content {
	padding: 0 15px 15px;
}
.tappex_product_grid .product_block img {
	margin-bottom: 5px;
}
.tappex_product_grid .product_block h2 {
	padding: 0 15px;
}
.tappex_product_grid .product_block .product_block_content p {
	margin-bottom: 65px;
}
.tappex_product_grid .product_block .product_block_content a.btn {
	position: absolute;
	bottom: 15px;
}

.warning-text {
	color: #800;
}
.sample_form_items h2 {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.sample_form_items h2::after {
	content: "";
	display: block;
	height: 1px;
	;
	width: 195px;
	margin-top: 10px;
	margin-bottom: -12px;
	border-top: 3px solid #FFDD00;
}
.sample_form_items table tr th {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	padding: 10px;
}
.sample_form_items table tr td {
	border-right: none;
	border-left: none;
	padding: 8px 10px;
}
.sample_form_cart h2 {
	background: #FFDD00;
	width: 100%;
	font-size: 16px;
	padding: 8px 12px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.sample_form_cart table tr th {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	padding: 10px;
}
.sample_form_cart table {
	margin-bottom: 30px;
}
.sample_form_cart table tr td {
	border-right: none;
	border-left: none;
	padding: 15px 10px;
	font-size: 13px;
}
.cart-warning {
	border: 2px solid #FFDD00;
	color: #b3b3b3;
	padding: 10px;
	width: 100%;
	margin-bottom: 30px;
}
.cart-warning i {
	margin-right: 10px;
}
.form_button, .wpcf7-submit {
	background: #FFDD00;
	font-size: 16px;
	padding: 8px 12px;
	border: 0px;
	box-shadow: none;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	float: right;
	width: 100%;
	max-width: 300px;
	text-align: left;
}
.form_button:hover, .wpcf7-submit:hover {
	background: #202020;
	color: #fff;
}

/*
Form radio buttons
*/
.wpcf7-radio input[type='radio'] {
	display: none;
}
.wpcf7-radio input[type='radio'] + span {
	position: relative;
    padding: 5px 35px 5px 0;
}
.wpcf7-radio input[type='radio'] + span:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
    right: 11px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #808080;
}

.wpcf7-radio input[type='radio']:checked + span {
	
}
.wpcf7-radio input[type='radio']:checked + span:after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    line-height: 1.3em;
    text-align: center;
    color: #808080;
}

.add_products a {
	background: #FFDD00;
	font-size: 16px;
	padding: 8px 12px;
	text-transform: uppercase;
	color: #202020;
	font-weight: 500;
	float: left;
	width: 100%;
	max-width: 300px;
	text-align: left;
}
.add_products a:hover {
	background: #202020;
	color: #FFDD00;
}
.form_button.left {
	float: left;
	display: block;
	margin-bottom: 30px;
	margin-right: 30px;
}
.sample_request input[type="text"], .wpcf7-email, .wpcf7-tel, .wpcf7-textarea {
	width: 100%;
	margin-bottom: 10px;
}
.wpcf7-radio, .wpcf7-checkbox {
	margin-bottom: 10px;
	display: inline-block;
}
.used-type {
	float: right;
	margin-bottom: 10px;
}
.sample_request h2 {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.sample_request h2::after {
	content: "";
	display: block;
	height: 1px;
	;
	width: 195px;
	margin-top: 10px;
	margin-bottom: -12px;
	border-top: 3px solid #FFDD00;
}
.ABss_form_wrapper form input {
	background: #FFDD00;
	border: 0px;
	height: 38px;
	color: #202020 !important;
	padding: 0px 8px;
}
.ABss_form_wrapper form .ABss_subscriber_email {
	background: none;
	border: 1px solid #FFDD00;
	padding: 5px 10px;
	color: #808080 !important;
}
.company-right {
	margin-left: 20px;
}
/* Custom Responsive */

@media only screen and (max-width: 1200px) {
	#menu-item-929 {
		display: none;
	}
	#navigation .nav.navbar-nav>li>a {
		padding: 20px 15px;
	}
}
@media only screen and (max-width: 1000px) {
	#menu-item-929, #menu-item-446 {
		display: none;
	}
	#navigation .nav.navbar-nav>li>a {
		padding: 15px 9px;
		font-size: 13px;
	}
	.ind-cta h4 {
		margin-right: 20px;
	}
	.request-call .wpb_column .vc_column-inner .wpb_wrapper .ind-cta a.btn {
		line-height: 22px;
		padding-top: 5px;
		height: 54px;
	}
	.page-title .pull-right, .page-title .pull-left {
		text-align: center;
		width: 100%;
	}
	.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
		margin-right: 10px !important;
	}
	.description {
		float: left;
		width: 100%;
	}
	.specs {
		float: right;
		width: 100% !important;
	}
	.description {
		width: 100% !important;
	}
}
@media only screen and (max-width: 800px) {
	#menu-item-929, #menu-item-446 {
		display: block;
	}
	.top-buttons {
		float: none;
	    margin-top: -95px;
    	margin-right: -10px;
	}
	.top-buttons a {
		width: 145px;
		font-size: 12px;
		padding: 5px !important;
	}
	.header-boxes {
		padding-top: 10px;
	}
	.vc_tta-panel-title {
		background: #FFDD00 !important;
	}
	.vc_tta-panel-title::before {
		border: 0px;
	}
	.product-half-image {
		width: 50%;
		float: left !important;
	}
	.product-image-third {
		width: 33% !important;
		float: left !important;
	}
	.product-image-quater {
		width: 25% !important;
		float: left !important;
	}
	.length-wrapper {
		padding-left: 0px !important;
	}
	.sample_form_cart {
		padding: 0px 15px;
	}
	.cart-warning {
		margin: 0px 15px !important;
	}
	.add_products a, .form_button {
		max-width: 165px;
	}
	.sample-form-container {
		margin: 0px 15px;
	}
	.right-padding {
		padding-left: 0px;
	}
	.left-padding {
		padding-right: 0px;
	}
}
@media only screen and (max-width: 670px) {
	.top-buttons {
		float: left;
		margin-top: 20px;
		margin-right: 0px !important;
	}
	.top-buttons a {
		margin: 0px!important;
	}
	.top-buttons a {
		float: left;
		max-width: 160px !important;
		padding: 10px !important;
		width: 100% !important;
	}
	.logo {
		font-size: 11px;
	}
	.header-boxes {
		padding-top: 0px;
	}
	.request-call .wpb_column .vc_column-inner .wpb_wrapper .ind-cta a.btn {
		line-height: 40px;
		padding-top: 0px;
		height: 40px;
	}
	.company-right {
		margin-left: 0px !important;
	}
	.vc_row {
		margin-right: 0px;
	}
	.product-details {
		width: 100%;
		padding: 10px;
	}
	.right-sidebar {
		display: none;
	}
}
@media only screen and (max-width: 400px) {
	.add_products a, .form_button {
		max-width: none;
		width: 100% !important;
		margin-top: 20px;
	}
	.mobile_hide {
		display: none;
	}
	.product-image-quater {
		width: 100% !important;
	}
	.product-image-third {
		width: 100% !important;
	}
	.product-half-image {
		width: 100%;
		float: left !important;
	}
	.wpb_single_image.vc_align_left {
		text-align: center !important;
	}
}
@media only screen and (min-width: 671px) {
	.header_buttons {
	    clear: both;
    	width: 510px;
    	float: right;
    	margin-bottom: 15px;
	}
	.top-buttons.last {
		margin: 0;
		display: inline-block;
	}
	.top-buttons.last a {
		width: 145px;
		margin-right: 0;
		margin-left: 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.header_buttons {
	    clear: none;
        margin-right: 17px;
	}
	.header-boxes {
		margin-top: 14px;
	}
}

.text_reduced {
	font-size: 12px;
}
.description {
	float: left;
	width: 67%;
}
.specs {
	float: right;
	width: 30%;
	margin-left: 3%;
}
.search-trigger {
	padding: 11px 15px !important;
}
@media only screen and (min-width: 1001px) {
	.search-trigger {
		padding: 17px 14px 16px!important;
	}
}
.fa-search::before {
	content: "\f002" !important;
	font-size: 26px !important;
}
.form-group.has-feedback input {
	border: 2px solid #ffdd00;
	width: 100%;
	padding: 20px;
}
.form-group.has-feedback label {
	width: 100%;
}
.form-group.has-feedback textarea {
	border: 2px solid #ffdd00;
	height: 317px;
}
.contact-form .form_button, .wpcf7-submit {
	float: left !important;
	width: auto;
	font-size: 12px;
	text-align: center;
}
.need_accept {
	width: 100%;
	background: #eee;
	text-align: center;
	padding: 20px;
}
.need_accept a {
	background: #FFDD00;
	display: block;
	width: 100%;
	max-width: 200px;
	padding: 8px;
	margin: 10px auto;
}
.need_accept a:hover {
	background: #000;
}
span.wpcf7-list-item {
	margin: 0px;
}

#ajaxsearchpro1_1{
	margin-bottom: 20px;
	max-width: 280px;
float: right;
}

.flex-right{
	width:100%;
	max-width: 830px;
	text-align: right;
}

.asp_content h4{
	font-size: 13px;
}

.pagination-box{
	text-align: center;
}

.pagination-box a, .pagination-box span{
	background: #202020;
	margin-bottom: 2px;
	width: 40px;
	height: 40px;
	padding: 0px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
}


.pagination-box a:hover,.pagination-box span{
	background:#ffdd00;
	color: #202020;
}

.col-md-4.our-products a img{
	width:100%;
}

#duplicate_title{
	text-align: left;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 20px;
}

.ps-image{
	padding-left:0px;
}

.ps-text{
	font-size:13px !important;
	line-height: 17px !important;
	padding-right: 0px;
		min-height: 138px;
}

.ps-text h5{
	font-size: 16px !important;
	margin-top: 0px !important;

}


.proinput input.orig::placeholder{
	font-size: 16px !important;
	font-weight: bold !important;
}

.proinput input.orig::-webkit-input-placeholder {
	font-size: 16px !important;
	font-weight: bold !important;
}
.proinput input.orig::-moz-placeholder {
	font-size: 16px !important;
	font-weight: bold !important;
}
.proinput input.orig::-ms-input-placeholder {
	font-size: 16px !important;
	font-weight: bold !important;
}


#cookie-notice {
    box-shadow: 0px 0px 11px -1px #000;
}
.cookie-notice-container {
	padding: 24px;
	font-size: 15px;
}
#cookie-notice .cn-button {
	font-size: 15px;
    margin-top: 15px;
    padding: 5px 12px;
}

#cn-refuse-cookie{
	background:none !important;
	border: 0px;
	font-size: 13px !important;
}
.cookie-settings.toggle-btn{
  width: 80px;
  height: 40px;
  margin: 10px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background : url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==') no-repeat 50px center #e74c3c;
  cursor: pointer;
  -webkit-transition: background-color .40s ease-in-out;
  -moz-transition: background-color .40s ease-in-out;
  -o-transition: background-color .40s ease-in-out;
  transition: background-color .40s ease-in-out;
  cursor:pointer;
}
.cookie-settings.toggle-btn.active{
    background : url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC') no-repeat 10px center #2ecc71;
}
.cookie-settings.toggle-btn.active .round-btn{
      left: 45px;
    }
.cookie-settings .round-btn{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}
.cookie-settings .cb-value{
	position: absolute;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
	cursor:pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/***************
Related products
****************/
.related_articles {
	text-align: center;
}
.related_articles .row > a {
    height: 300px;
    display: flex;
    align-items: flex-end;
    text-shadow: 2px 2px 2px #000;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;

    -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.related_articles .row > a:hover {
    filter: brightness(1.2);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.related_articles h2 {
    background-color: #ffde1b;
    margin: 0;
    padding: 15px 0;
}
.related_articles h3 {	
	color: #fff;
    background-color: rgba(0, 0, 8, 0.43);
}

.single-products .end-page-margin {
	margin: 0;
}

/***************
Pay invoice page
****************/
.progress_bar {
	overflow: hidden;
}
.progress_bar > div {
	width: 33%;
	float: left;	
}
.progress_bar > div p {
	position: relative;
	height: 60px;
}
.progress_bar > div p:after {	
	content: "";
	position: absolute;
	bottom: 0;	
    width: 100%;
    display: block;
    margin-top: 6px;
	border-bottom: 2px solid #BCBEBA;
}

.progress-step{
	font-size: 16px;
}
.progress_bar{
	margin-bottom: 20px;
}

.progress_bar > .progress-step::after {
    content: "";
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 6px;
    border-bottom: 4px solid #c2c4c4;
}

.progress_bar > .progress-step:first-child::after {
	border-color: #FFDA41;
}

.progress_bar > .progress-step:last-child::after {
	border-color: #a9abac;
}

.progress_bar > .progress-step:first-child{
	color:#000;
}


.payment-fields span{
	display: block;
	margin-top: 10px;
}
.paypal-pay{
	margin-top:20px;
	position: relative;
	width:260px;
	float: left;
}
.paypal-pay input{
	background:#fcdd2a;
	box-shadow: 0;
	border: 0px;
	padding:10px 30px 10px 20px;
	text-transform: uppercase;
	color: #000;
}

.paypal-pay input:hover{
	background:#000;
	color: #fcdd2a;
}

.paypal-pay:hover:after{
	color:	#fcdd2a !important;
}

.paypal-pay::after{
	content: '>';
	display: block;
	position: absolute;
	right:23px;
	top: 10px;
	color: #000;
}
.progress_bar.progress_bar_end > div:first-child p {
	font-weight: bold;
}
.progress_bar > div:first-child p:after {
	border-bottom: 2px solid #FFDA41;
}
.progress_bar.progress_bar_end > div:first-child p:after {
	border-bottom: 2px solid #BCBEBA;
}
.progress_bar.progress_bar_end > div:last-child p {
	font-weight: bold;
}
.progress_bar.progress_bar_end > div:first-child p {
	font-weight: normal;	
}
.progress_bar.progress_bar_end > div:last-child p:after {
	border-bottom: 2px solid #FFDA41;
}
h2.pay_page {
	font-size: 1.4em;
}
h3.pay_page {
    margin-top: 40px;
	font-size: 1.2em;
}
.payment_form {
	clear: both;
}
.payment_form table {
	border: 0;
}
.payment_form table td {
	border: 0;
}
.payment_form input[type="text"] {
	width: 100%;
	max-width: 500px;
}
.powered_by_paypal {
    margin: 0;
    vertical-align: inherit;
    margin-left: 15px;
	margin-top:20px;
}
@media screen and (min-width: 578px) {
	.progress_bar > div p {
	    height: 35px;
	}
}
@media screen and (min-width: 768px) {
	.progress_bar > div p {
        font-size: 0.9em;
	}
}
@media screen and (min-width: 1024px) {
	.progress_bar > div p {
        font-size: 1em;
	}
}

#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox{
	height:32px !important;
}
#navigation .nav.navbar-nav > li > a:hover{
	background:#ffeb66 !important;
}

.search-nav{
	min-width: 0px !important;
}

.about-us-text{
	font-size: 15px !important;
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat{
	background-color: transparent!important;
	color: #000;
	border:1px solid #000;
	font-weight: 400;
}

.vc_btn3.vc_btn3-color-grey:hover, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover{
	background:#000 !important;
	color: #fff;
}

.request-call .btn:hover{
	border:1px solid #000 !important;
}

.vc_gitem_row .vc_gitem-col{
	padding:0px;
}

.logo span{
	max-width:300px;
	display: block;
}

.widget_widget_social .btn:hover{
	background:#fff;
	color: #000;
}

.left-sidebar{
	padding-left: 0px !important;
}
.left-sidebar a{
	padding:3px 0px !important;
}

.margin-bottom{
	margin-bottom: 75px;
}

.wpb_wrapper ul li{
	margin:15px 0px;
}

.btn-yellow .ind-cta .btn{
	background-color: #000;
    border: 1px solid #000;
    color: #fff;	
	line-height: 40px;
}

.btn-yellow .ind-cta .btn:hover{
	background-color: #ffdd00;
    border: 1px solid #000;
    color: #000;	
}

.cat-item.current-cat a{
	font-weight: 600;
}

.blog-archive, .single-blog .container{
	margin-bottom: 100px;
}

.pagination a{
	border:1px solid #000;
}

.pagination span, .pagination span:hover, .pagination a:hover{
	border:1px solid #000;
	padding: 5px 15px;
	background:#000;
	height: 36px;
	display: inline-block;
	color: #fff;
}

.read-more.header-font.btn{
	margin-top:20px;
}

.no-top{
	margin-top:0px !important;
}

.breadcrumb li a:hover, .pull-right a:hover{
	color:#fff;
}

.videos a{
	padding: 0px !important;
}

.left-sidebar .videos a{
	margin-top:0px;
}

.left-sidebar .videos{
	padding-top:30px;
}

.left-sidebar .videos:last-child{
	padding-top:20px;
}

.pull-left h1{
	max-width: 500px;
}

.payment_form, .page-margin{
	margin-bottom: 75px;
}

.top-bar .flex-right a:hover{
	color:#ffdd00;
}

.testimonials .col-sm-12{
	padding:0px !important;
}

.testimonial-item .subtitle{
	min-height: 48px;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
/**** IPAD LANDSCAPE FIXES ****/
@media only screen and (min-width: 769px) and (max-width: 1200px){
	header .container{
		margin:0px !important;
		width:100% !important;
		padding:0px !important;
	}
	
	.header-top{
		max-width:970px !important;
		width: 100%;
		padding:15px;
		margin:0 auto;
	}
	
	.pull-left h1{
		max-width: 100%;
	}
		
	.testimonial-item .subtitle{
		min-height: auto !important;
	}
}


/**** IPAD Portrait FIXES ****/
@media only screen and (max-width: 768px){
	.flex-left, .header-boxes{
		width:100% !important;
	}
	
	.header_buttons{
		width:100%;
		float: left;
		margin-top:20px;
	}
	.top-buttons a{
		margin-left: 0px !important;
		width:100% !important;
		float: none !important;
		margin-right:20px;
		max-width: 100% !important;
	}
	
	.top-buttons{
		width:30%;
	}
	
		
	.top-buttons.last{
		margin-right: 0px !important;
		margin-top:0px !important;
	}
	
	.top-buttons:nth-child(2n){
		margin: 0 4.4% !important;
	}
	
	.header-boxes{
		margin-top:10px !important;
		padding-top:10px !important;
	}
	
	.ind-slide-caption p{
		max-width: 400px !important;
	}

	.home-latest-news div div .vc_col-sm-4{
		width:100% !important;
	}

	#navigation{
		margin-bottom: 20px;
	}
	
	.pull-left h1{
		max-width: 100%;
	}
	
	.testimonial-item .subtitle{
		min-height: auto !important;
	}
	.testimonials .testimonial-item{
		height:210px;
	}
	.our-products h2{
		min-height: 100% !important;
	}	
	.btn-yellow .ind-cta{
		display: block !important;
		text-align: center;
	}
	.btn-yellow .ind-cta h4{
		width:100%;
		display: block;
		max-width: 100% !important;
	}
	
	.btn-yellow .ind-cta .btn{
		display: block;
		width:200px;
		height:40px;
		margin:20px auto 0px !important;
	}
	
	.ind-title-wrap h2{
		font-size: 16px;
	}
	
	.page-id-634 .vc_col-sm-3{
		width:50% !important;
	}
	
	.page-id-634 .vc_col-sm-3:nth-child(3n){
		clear: both;
	}
}


/**** Phone Portrait FIXES ****/
@media only screen and (max-width: 475px){
	.header-boxes, .top-buttons{
		width:100% !important;
	}
	
	.top-buttons:nth-child(2n){
		margin:20px 0px !important;
	}
	
	.header-boxes li{
		text-align: center !important;
	}
	
	.icon-details{
		width:100%;
		text-align: center !important;
	}
	
	.industry-slider .owl-item:nth-child(6n) .ind-slide{
		background-position: left center !important;
	}
}

.vacancy_block{
	padding-right:20px;
}

.tappex_vacancy_grid{
	margin-bottom: 60px;
}

.tappex_vacancy_grid .col-md-6 {
	margin-bottom: 30px;
}

.tappex_vacancy_grid .col-md-6:nth-child(2n+1) {
	clear:left;
}

.job-details{
	background: #efefef;
	padding: 20px;
	margin-top: 10px;
}

.application-form label {
	width:100%;
}

.application-form input, .application-form textarea{
    border: 2px solid #ffdd00;
    width: 100%;
    padding: 20px;
}

.application-form input[type='submit']{
	padding:10px 0px;;
}
.application-form textarea{
	height:337px;	
}

.spec_cv .application-form .ind-title-wrap{
	font-size:18px;
	color:#808080;
	margin-bottom: 20px;
}
.spec_cv .application-form textarea{
		height:200px;	
}

.spec_cv .application-form p{
	margin-bottom: 0px;
}
.spec_cv{
	background:#efefef;
	padding:30px 20px;
	margin-bottom: 50px;
}

.apply-position{
	margin-top:30px;
}

.job_spec{
	padding-right:30px;
}

.sidebar_vacancies{
	background:#efefef;
	padding:20px;
}

.sidebar_vacancies h4{
	font-size:18px;
}

.sidebar_vacancies .ind-title{
	margin-bottom: 20px;
}

.send_cv{
	padding-right:40px;
}
.header-boxes li:nth-child(2) .icon-details a {
    min-width: 180px;
    min-height: 20px;
}
/*.header-boxes li:nth-child(2) .icon-details a {
     animation: blinker 1s linear infinite;
}*/
.made-in-britain-logo {
	position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*.header-boxes li:nth-child(2) .icon-details a {
   animation: textgrowth 1s infinite alternate;
}*/

@keyframes textgrowth {
    0% {
    font-size: 15px;
    }
    100% {
    font-size: 18px;
    }
}

@media (min-width: 476px) {
	header ul.header-boxes.no-margin li.made-in-britain {
	    width: 80px;
	    position: absolute;
	    right: 20px;
	}
	header ul.header-boxes.no-margin {
		position: relative;
	}
}

@media (min-width: 667px) {
	header ul.header-boxes.no-margin li.made-in-britain {
	    top: 5px;
	}
}
@media (min-width: 769px) {
	header ul.header-boxes.no-margin li.made-in-britain {
	    position: relative;
	    right: 0;
	    top: -10px;
	    margin-right: 20px;
	}
}
@media (min-width: 770px) {
	header ul.header-boxes.no-margin li.made-in-britain {
		margin: 0;
		padding-left: 0;
		top: -12px;
    	position: relative;
	}
}
@media (min-width: 800px) {
	header ul.header-boxes.no-margin li.made-in-britain {
		margin-left: 20px;
	}
}

/* COOKIE NOTICE */
div#cookie-notice .cn-button {
    border-radius: unset;
    background: #000000!important;
    font-size: 14px!important;
}
.sitemap {
	margin-bottom: 30px;
	text-align: center;
}
.sitemap h2 a {
	padding-left: 0;
}
.sitemap .child_pages {
	margin-bottom: 20px;
}
.sitemap a {
	display: block;
	padding-left: 15px;
}