/*** General ***/
html {
	background: #d7d7d7;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #909090;
	position: relative;
}

label {
	font-size: inherit;
	font-weight: 600;
	margin-bottom: 0px;
}

a {
	color: inherit;
}

a:focus, a:hover {
	color: #f0af00;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #393939;
}

.page-featured-banner, .product-featured-banner, .post-featured-banner {
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.page-featured-banner h1, .product-featured-banner h1, .post-featured-banner h1 {
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin: 10px 0px 10px;
	font-size: 28px;
	height: 118px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

h1 {
	font-size: 45px;
	font-weight: 300;
}

h2 {
	font-size: 30px;
	font-weight: 400;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	color: #0d1342;
}

.blue-font {
	color: #202658;
}

.yellow-font {
	color: #f0af00;
}

.white-font {
	color: #fff;
}

.black-font {
	color: #000;
}

.contact-wrapper {
	display: flex;
}

.contact-icon {
	width: 22px;
	margin-right: 5px;
}

.nvp60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.nvp70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.table-responsive {
	margin-bottom: 0px;
}

.table-responsive:after {
	content: 'Swipe left to view more.';
	display: none;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	color: #000;
}

table.table {
	margin-bottom: 0px;
}

table.table>tbody>tr>td {
	border: 1px solid #d7d7d7 !important;
}

table.table>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.error404 header {
	position: initial;
}

/*** Button ***/
.btn.btn-default {
	background-color: #f0af00;
	border-radius: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 13px;
	border: 0px;
	padding: 10px 15px;
	min-width: 132px;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.btn-form:hover, .btn.btn-default.btn-form:focus,
.woocommerce.woocommerce-page .add-request-quote-button.button:focus, .woocommerce.woocommerce-page .add-request-quote-button.button:hover {
	border: 0px;
	color: #fff;
	background-color: #000;
}

.btn.btn-default.btn-form {
	background-color: #0d1342;
}

.btn.btn-default.btn-download {
	background-color: #232323;
}

.btn.btn-default.btn-download:hover, .btn.btn-default.btn-download:focus {
	border: 0px;
	color: #fff;
	background-color: #0d1342;
}

.woocommerce.woocommerce-page .add-request-quote-button.button {
	background-color: #f0af00;
	border-radius: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 13px;
	border: 0px;
	min-width: 132px;
	text-align: center;
	padding: 12px 10px;
}

/*** Search ***/
#search-bar {
	margin-left: 5px;
}

.header-middle .search-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #64b5d5;
	color: #fff;
	margin-left: 20px;
}

.header-middle .search-form {
	margin-bottom: 0px;
	width: auto;
	float: none;
	background: #f3f3f3;
	min-width: 150px;
	padding: 0px;
	border-radius: 20px;
	overflow: hidden;
	padding: 4px 5px;
	display: flex;
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.header-middle .search-field {
	border: 0px;
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	padding-left: 3px;
	outline: none;
	color: #3d3d3d !important;
	background: #f3f3f3;
	max-width: 110px;
}

.header-middle .search-submit {
	color: #808080;
	background-color: transparent;
	padding: 2px 6px;
	font-size: 13px;
	margin: 0px;
	outline: none;
}

.search .content-area.search .search-form {
	width: auto;
	float: none;
	padding-left: 0px;
	border: 0px;
	background: transparent;
}

.search .content-area.search .search-field {
	width: 60%;
}

.search .content-area.search .search-submit {
	color: #fff;
	background-color: #32658b;
}

.search-results-list article {
	background-color: #fff;
}

.search header {
	position: initial;
}

/*** Contact Form ****/
.wpcf7-form input:not([type="submit"]):not([type="reset"]), .wpcf7-form textarea, .wpcf7-form select {
	border-radius: 0px;
	border: 1px solid #d7d7d7;
	padding: 6px 12px;
}

.wpcf7-form textarea {
	height: 170px;
}

/*div.wpcf7 .ajax-loader {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}*/

.newsletter .wpcf7-form input:not([type="submit"]):not([type="reset"]) {
	margin-bottom: 0px;
    width: 420px;
    border-radius: 20px;
    padding: 5px 15px;
    border: 0px;
    outline: none;
}

.newsletter div.wpcf7-validation-errors {
	color: #fff;
}

.newsletter .btn.btn-default  {
 	margin-top: 0px;
}

.newsletter .form-wrapper {
    max-width: 570px;
    margin: auto;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    padding: 2px;
}

.newsletter span.wpcf7-not-valid-tip {
	position: absolute;
    left: 3%;
    top: 40px;
}

.newsletter div.wpcf7 .ajax-loader {
	position: absolute;
	right: 0;
}

/*** Header ***/
header {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	right: 0;
}

.header-top {
	font-size: 10px;
	color: #fff;
	padding: 8px 0px;
	background: transparent;
}

.header-middle {
	background: rgba(255,255,255,0.9);
}

.header-v1 .header-middle > .container {
	padding: 20px 15px;
}

.header-middle .row {
	display: flex;
	align-items: center;
}

#custom_html-2 .textwidget {
	display: flex;
	justify-content: flex-end;
}

#custom_html-2 .textwidget .contact-wrapper {
	margin-left: 20px;
}

.navbar-collapse {
	padding: 0px;
}

.navbar-nav>li {
	margin-bottom: 0px;
}

.navbar-nav>li>a {
	font-size: 13px;
	font-weight: 500;
	color: #7f7f7f;
	padding: 15px;
}

ul#menu-navbar>li>a:hover, ul#menu-navbar>li>a:focus, ul#menu-navbar>li.menu-item.current-menu-ancestor>a, ul#menu-navbar>li.active>a {
	color: #202658;
	background-color: transparent;
}

ul.dropdown-menu {
	background-color: transparent;
	min-width: 150px;
}

ul.dropdown-menu>li  {
	margin-bottom: 0px;
}

ul.dropdown-menu>li>a {
	font-size: 13px;
	font-weight: 400;
	background-color: rgba(255,255,255,0.85);
	padding: 10px 15px;
}

ul.dropdown-menu>li:hover>a, ul.dropdown-menu>.active>a, ul.dropdown-menu>.active>a:hover, ul.dropdown-menu>.active>a:focus {
	background-color: #202658;
	color: #fff;
}

#navigation-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/*** Body ***/
.home-1 {
	background-image: url(images/home-welcome-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.home-2 .img-wrapper {
	margin: 10px auto;
	border-radius: 50%;
	z-index: 1;
	position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-2 .img-wrapper img {
	border-radius: 50%;
}

.home-2 .img-wrapper:after {
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
}

.home-2 .img-wrapper:after {
	top: 0px;
	left: 0px;
	padding: 8px;
	box-shadow: 0 0 0 3px #f0af00;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(0.8);
	opacity: 0;
}

.home-2 .wrapper:hover .img-wrapper img {
	background: #f0af00;
}

.home-2 .wrapper:hover .img-wrapper:after {
	transform: scale(1);
	opacity: 1;
}

.home-3 {
	background-image: url(images/home-news-events-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.home-3 .wrapper {
	background-color: #fff;
	text-align: left;
}

.home-3 .text-wrapper {
	padding: 30px 20px;
}

.about-2 {
	background-image: url(images/world-leading-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

/*** Gallery ***/
.foogallery {
	padding: 0px !important;
}

#foogallery-gallery-203 .fg-item {
	margin: 0px 15px 15px 0px;
}

#foogallery-gallery-203 .fg-item:nth-child(4n+4) {
	margin-right: 0px;
	margin-bottom: 15px;
}

/*** News & Events ***/
.post-featured-banner {
	background-image: url(images/News-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.post-listing .featured-img {
	margin-right: 0px;
	float: none;
}

.post-listing li {
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0px;
	box-shadow: 0 0 1px transparent;
	border: 1px solid #e1e1e1;
	position: relative;
	transition-duration: 0.3s;
	transition-property: transform;
	-webkit-tap-highlight-color: transparent;
	transform: translateZ(0);
	overflow: visible;
	margin-bottom: 20px;
}

.post-listing li:last-of-type {
	margin-bottom: 0px;
}

.post-listing li:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
	transition-duration: 0.3s;
	transition-property: transform opacity;
}

.post-listing li:hover {
  transform: translateY(-10px);
}

.post-listing li:hover:before {
  opacity: 1;
  transform: translateY(5px);
}

.contact-1 .su-tabs {
	background-color: #fff;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.su-tabs .su-tabs-nav span {
	background-color: #eee;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	border-radius: 0px;
	min-width: 165px;
	text-align: center;
	padding: 14px 15px;
}

.su-tabs .su-tabs-nav span.su-tabs-current {
	background-color: #202658;
	color: #fff;
}

.su-tabs .su-tabs-panes {
	border: 4px solid #eee;
}

.su-tabs .su-tabs-pane {
	padding: 35px 20px;
}

/*** Product ***/
.product-featured-banner {
	background-image: url(images/Product-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#product-cat-list h3 {
	color: #202658;
	font-size: 19px;
	font-weight: 700;
	background-color: transparent;
	padding: 0px 0px 15px;
}

#product-cat-list ul#menu-product-categories {
	padding-left: 0px;
	list-style-type: none;
}

#product-cat-list ul#menu-product-categories>li {
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

#product-cat-list ul#menu-product-categories>li>a>span.dcjq-icon {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#product-cat-list ul#menu-product-categories>li>a>span.dcjq-icon:after {
	font-family: 'FontAwesome';
 	content: "\f0d9";
 	font-size: 1em;
 	display: block;
 	transition: transform 0.3s ease;
}

#product-cat-list ul#menu-product-categories>li>a>span.dcjq-icon.active {
	color: inherit; 
}

#product-cat-list ul#menu-product-categories>li>a.active>span.dcjq-icon:after {
	transform: rotate(-90deg);
}

#product-cat-list ul#menu-product-categories>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #9e9e9e;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	position: relative;
}

#product-cat-list ul#menu-product-categories>li.current-cat>a, #product-cat-list ul#menu-product-categories>li:hover>a, #product-cat-list ul#menu-product-categories>li>a.active {
	color: #000000;
}

#product-cat-list ul.submenu {
	border-top: 1px solid #cccccc;
	list-style-type: none;
	margin-top: 15px;
}

#product-cat-list ul.submenu>li {
	padding-left: 20px;
	padding-top: 15px;
}

#product-cat-list ul.submenu>li>a {
	color: #9e9e9e !important;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
}

#product-cat-list ul.submenu>li.current-cat>a, #product-cat-list ul.submenu>li:hover>a {
	color: #000000 !important;
}

.woocommerce.woocommerce-page ul.products li.product {
	border: 1px solid #d7d7d7;
	padding: 20px;
	background: transparent;
}

.post-type-archive-product.woocommerce.woocommerce-page ul.products li.product {
	margin-right: 2.7%;
	width: 31.50%;
}

.post-type-archive-product.woocommerce.woocommerce-page ul.products li.product.last {
	margin-right: 0px;
}

.woocommerce.woocommerce-page ul.products li.product a img {
	border: 0px;
}

.woocommerce.woocommerce-page ul.products li.product h2.woocommerce-loop-category__title {
	font-size: 17px;
	text-transform: uppercase;
	color: #909090;
	font-weight: 500;
	text-align: left;
}

.navigation {
	text-align: right;
}

.pagination {
	margin: 0px;
    border-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
	font-family: 'Open Sans', sans-serif;
    color: #959595 !important;
    font-weight: 400;
    border: 1px solid #959595;
    background-color: transparent;
    margin: 0px 5px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-right: 1px solid #959595;
}

.pagination>li:first-child>a, .pagination>li:last-child>a {
    text-transform: capitalize !important;
    color: #959595 !important;
    border-radius: 0px;
}

.pagination>li:first-child>span, .pagination>li:last-child>span {
    border-radius: 0px;
}

.navigation .wp-pagenavi-pagination a:hover, .navigation .wp-pagenavi-pagination span:hover,
.navigation .wp-pagenavi-pagination a:focus, .navigation .wp-pagenavi-pagination span:focus,
.navigation .wp-pagenavi-pagination span.current {
    background-color: transparent;
	border: 1px solid #64b5d5;
    color: #64b5d5 !important;
}

div.product_meta {
	display: none;
}

.woocommerce.woocommerce-page div.product h1.product_title {
	font-size: 20px;
	color: #0d1342;
	text-transform: uppercase;
	font-weight: 500;
}

.woocommerce.woocommerce-page .summary.entry-summary {
	position: relative;
}

.woocommerce.woocommerce-page .summary.entry-summary .btn-download {
	position: absolute;
	left: 40%;
	bottom: 0;
	margin-top: 0px;
}

.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
	background-color: #e9e9e9;
	padding: 8px;
	border-radius: 5px;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0px;
	overflow: visible;
	padding-left: 5px;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 0px;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	border: 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 7px 17px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #9c9c9c;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
	color: #2a2a2a;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel {
	margin-bottom: 0px;
	border-radius: 0px 0px 5px 5px;
	padding: 35px 20px;
}

.woocommerce ul.product-desc {
	padding-left: 16px;
}

.quote .woocommerce.ywraq-wrapper {
	margin-top: 0px;
}

.quote .woocommerce table.shop_table {
	margin-bottom: 0px;
}

.woocommerce.woocommerce-page .yith_ywraq_add_item_response_message {
	display: none !important;
}

.woocommerce.woocommerce-page .yith-ywraq-add-to-quote {
	margin-top: 30px;
}

/*** Footer ***/
.newsletter {
	background-image: url(images/footer-newsletter-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 170px;
	display: flex;
	align-items: center;
}

#footer {
	background: #101010;
	padding-top: 0px;
	font-size: 11px;
	padding: 25px 0px;
}

#colophon {
	background-color: #101010;
	color: #848484;
}

#copyright {
	padding: 0px 15px;
	text-align: left;
}

#footer ul.sub-menu {
	display: none;
}

#footer ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
	justify-content: flex-end;
}

#footer ul li {
	display: inline-block;
	padding: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#footer ul li.current-menu-item a, #footer ul li.current-menu-parent a, #footer ul li:hover a {
	color: #f0af00;
}



/*** Responsive Layout ***/
@media (max-width: 1199px) {
	.navbar-nav>li>a {
		font-size: 11px;
		padding: 15px 10px;
	}

	.header-middle .search-field {
		max-width: 100px;
		font-size: 12px;
	}

	.header-middle .search-submit {
		font-size: 12px;
	}

	.header-middle .search-form {
		min-width: 130px;
	}

	.home-3 .text-wrapper {
		padding: 25px 15px;
	}

	.newsletter .wpcf7-form input:not([type="submit"]):not([type="reset"]) {
		width: 320px;
	}

	.su-tabs .su-tabs-nav span {
		font-size: 14px;
		min-width: 150px;
	}

	#foogallery-gallery-203 .fg-item:nth-child(4n+4) {
		margin-right: 15px;
	}

	#foogallery-gallery-203 .fg-item:nth-child(3n+3) {
		margin-right: 0px;
	}
}

@media (max-width: 991px) {
	section, #footer, header {
		text-align: center;
	}

	.nflex-center {
		display: block;
	}

	.mnmb20 {
		margin-bottom: 20px;
	}

	.mnmb25 {
		margin-bottom: 25px;
	}

	.mnmb35 {
		margin-bottom: 35px;
	}

	#search-bar {
		display: none;
	}

	.header-middle .row {
		display: block;
	}

	.header-top {
		display: none;
	}

	.nvp70, .nvp60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.contact-wrapper {
		display: block;
		margin-bottom: 10px;
	}

	.contact-icon {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.home-2 .wrapper {
		padding-bottom: 15px;
	}

	.home-3 .wrapper {
		text-align: center;
	}

	.newsletter .form-wrapper {
		background-color: transparent;
		max-width: 100%;
		max-width: 450px;
		margin: auto;
	}

	.newsletter .wpcf7-form input:not([type="submit"]):not([type="reset"]) {
		margin-bottom: 10px;
		width: 100%;
		margin: auto;
		text-align: center;
	}

	.newsletter span.wpcf7-not-valid-tip {
		position: initial;
	}

	.newsletter .btn.btn-default {
		margin-top: 15px;
	}

	.newsletter div.wpcf7 .ajax-loader {
    	display: block;
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin: auto;
	}

	.newsletter {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.newsletter h2 {
		margin-bottom: 10px;
	}

	#footer ul {
		justify-content: center;
	}
	
	#footer ul li {
		padding: 0px 15px;
	}

	#copyright {
		text-align: center;
		margin-top: 20px;
	}

	.page-featured-banner, .product-featured-banner, .post-featured-banner {
		height: 203px;
	}

	.page-featured-banner h1, .product-featured-banner h1, .post-featured-banner h1 {
		height: 108px;
	}

	.post-listing li {
		display: block;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	#foogallery-gallery-203 .fg-item, #foogallery-gallery-203 .fg-item:nth-child(4n+4), #foogallery-gallery-203 .fg-item:nth-child(3n+3) {
		margin: 0px 7.5px 15px;
	}
}

@media (max-width: 768px) {
	.post-type-archive-product.woocommerce.woocommerce-page ul.products li.product {
		margin-right: 3.8%;
		width: 48%;
	}

	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		margin-right: 0px;
	}

	.woocommerce.woocommerce-page .summary.entry-summary .btn-download {
		position: initial;
		margin-top: 15px;
	}

	.woocommerce.woocommerce-page .yith-ywraq-add-to-quote {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.home-3 .wrapper {
		max-width: 263px;
		margin-left: auto;
		margin-right: auto;
	}

	#footer ul {
		display: block;
	}

	#footer ul li {
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
	}

	h1 {
		font-size: 35px;
	}

	.su-tabs .su-tabs-pane {
		padding: 30px 15px;
	}

	.table-responsive:after {
		display: block;
	}
}

@media (max-width: 480px) {
	#colophon {
		padding-bottom: 0px;
	}

	#logo {
		text-align: left;
		padding: 0px 10px;
	}

	#logo img {
		width: 220px;
	}

	button#responsive-menu-button {
		top: 12px !important;
	}

	.btn.btn-default {
		min-width: 120px;
		font-size: 12px;
	}

	.post-type-archive-product.woocommerce.woocommerce-page ul.products li.product {
		width: 100%;
		margin-right: 0px;
	}

	.woocommerce.woocommerce-page ul.products li.product {
		width: 100%;
		margin-right: 0px;
	}

	.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
		text-align: center;
		width: 100%;
	}

	#foogallery-gallery-203 .fg-item, #foogallery-gallery-203 .fg-item:nth-child(4n+4), #foogallery-gallery-203 .fg-item:nth-child(3n+3) {
		margin: 0px 0px 15px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}
}