
.tax-product_brand .brand-description {
	overflow: hidden;
	zoom: 1;
}

.tax-product_brand .brand-description img.brand-thumbnail {
	width: 25%;
	float: right;
}

.tax-product_brand .brand-description .text {
	width: 72%;
	float: left;
}

.widget_brand_description img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em;
}

ul.brand-thumbnails {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	list-style: none;
}

ul.brand-thumbnails:before {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails:after {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails li {
	float: left;
	margin: 0 3.8% 1em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
}

ul.brand-thumbnails.fluid-columns li {
	width: auto;
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
	clear: both;
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
	margin-right: 0;
}

ul.brand-thumbnails.columns-1 li {
	width: 100%;
	margin-right: 0;
}

ul.brand-thumbnails.columns-2 li {
	width: 48%;
}

ul.brand-thumbnails.columns-3 li {
	width: 30.75%;
}

ul.brand-thumbnails.columns-5 li {
	width: 16.95%;
}

ul.brand-thumbnails.columns-6 li {
	width: 13.5%;
}

.brand-thumbnails li img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

@media screen and (max-width:768px) {
	ul.brand-thumbnails:not(.fluid-columns) li {
		width: 48% !important;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.first {
		clear: none;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.last {
		margin-right: 3.8%;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
		clear: both;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
		margin-right: 0;
	}
}

.brand-thumbnails-description li {
	text-align: center;
}

.brand-thumbnails-description li .term-thumbnail img {
	display: inline;
}

.brand-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left;
}

#brands_a_z h3:target {
	text-decoration: underline;
}

ul.brands_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

ul.brands_index li {
	float: left;
	margin: 0 2px 2px 0;
}

ul.brands_index li a, ul.brands_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}

ul.brands_index li span {
	border-color: #eee;
	color: #ddd;
}

ul.brands_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none;
}

ul.brands_index li a.active {
	border-width: 2px;
	padding: 5px;
}

div#brands_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: .8em;
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: a 2s infinite linear;
}

.fa-pulse {
	animation: a 1s infinite steps(8);
}

@keyframes a {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1);
}

.fa-flip-vertical {
	transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nintendo-switch:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-rendact:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: Font Awesome\ 5 Brands;
}

.far {
	font-weight: 400;
}

.fa, .fal, .far, .fas {
	font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
	font-weight: 900;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.fab {
	font-family: Font Awesome\ 5 Brands;
}

.fas {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

.fa-facebook-f:before {
	content: "";
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
hr, img, legend {
	border: 0;
}

legend, td, th {
	padding: 0;
}

body, figure {
	margin: 0;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
	color: #337ab7;
	text-decoration: none;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, optgroup, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

.img-thumbnail, body {
	background-color: #fff;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre, textarea {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.container, .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

[role=button] {
	cursor: pointer;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1230px) {
	.container {
		width: 1200px;
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-11 {
		width: 91.66666667%;
	}
	
	.col-sm-10 {
		width: 83.33333333%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-8 {
		width: 66.66666667%;
	}
	
	.col-sm-7 {
		width: 58.33333333%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-sm-4 {
		width: 33.33333333%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-2 {
		width: 16.66666667%;
	}
	
	.col-sm-1 {
		width: 8.33333333%;
	}
	
	.col-sm-pull-12 {
		right: 100%;
	}
	
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	
	.col-sm-pull-9 {
		right: 75%;
	}
	
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	
	.col-sm-pull-6 {
		right: 50%;
	}
	
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	
	.col-sm-pull-3 {
		right: 25%;
	}
	
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	
	.col-sm-pull-0 {
		right: auto;
	}
	
	.col-sm-push-12 {
		left: 100%;
	}
	
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	
	.col-sm-push-9 {
		left: 75%;
	}
	
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	
	.col-sm-push-6 {
		left: 50%;
	}
	
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	
	.col-sm-push-3 {
		left: 25%;
	}
	
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	
	.col-sm-push-0 {
		left: auto;
	}
	
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
	
	.col-md-12 {
		width: 100%;
	}
	
	.col-md-11 {
		width: 91.66666667%;
	}
	
	.col-md-10 {
		width: 83.33333333%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-8 {
		width: 66.66666667%;
	}
	
	.col-md-7 {
		width: 58.33333333%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-5 {
		width: 41.66666667%;
	}
	
	.col-md-4 {
		width: 33.33333333%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-2 {
		width: 16.66666667%;
	}
	
	.col-md-1 {
		width: 8.33333333%;
	}
	
	.col-md-pull-12 {
		right: 100%;
	}
	
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	
	.col-md-pull-9 {
		right: 75%;
	}
	
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	
	.col-md-pull-6 {
		right: 50%;
	}
	
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	
	.col-md-pull-3 {
		right: 25%;
	}
	
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	
	.col-md-pull-0 {
		right: auto;
	}
	
	.col-md-push-12 {
		left: 100%;
	}
	
	.col-md-push-11 {
		left: 91.66666667%;
	}
	
	.col-md-push-10 {
		left: 83.33333333%;
	}
	
	.col-md-push-9 {
		left: 75%;
	}
	
	.col-md-push-8 {
		left: 66.66666667%;
	}
	
	.col-md-push-7 {
		left: 58.33333333%;
	}
	
	.col-md-push-6 {
		left: 50%;
	}
	
	.col-md-push-5 {
		left: 41.66666667%;
	}
	
	.col-md-push-4 {
		left: 33.33333333%;
	}
	
	.col-md-push-3 {
		left: 25%;
	}
	
	.col-md-push-2 {
		left: 16.66666667%;
	}
	
	.col-md-push-1 {
		left: 8.33333333%;
	}
	
	.col-md-push-0 {
		left: auto;
	}
	
	.col-md-offset-12 {
		margin-left: 100%;
	}
	
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-md-offset-9 {
		margin-left: 75%;
	}
	
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-md-offset-6 {
		margin-left: 50%;
	}
	
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-md-offset-3 {
		margin-left: 25%;
	}
	
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1230px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left;
	}
	
	.col-lg-12 {
		width: 100%;
	}
	
	.col-lg-11 {
		width: 91.66666667%;
	}
	
	.col-lg-10 {
		width: 83.33333333%;
	}
	
	.col-lg-9 {
		width: 75%;
	}
	
	.col-lg-8 {
		width: 66.66666667%;
	}
	
	.col-lg-7 {
		width: 58.33333333%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-5 {
		width: 41.66666667%;
	}
	
	.col-lg-4 {
		width: 33.33333333%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-2 {
		width: 16.66666667%;
	}
	
	.col-lg-1 {
		width: 8.33333333%;
	}
	
	.col-lg-pull-12 {
		right: 100%;
	}
	
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	
	.col-lg-pull-9 {
		right: 75%;
	}
	
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	
	.col-lg-pull-6 {
		right: 50%;
	}
	
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	
	.col-lg-pull-3 {
		right: 25%;
	}
	
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	
	.col-lg-pull-0 {
		right: auto;
	}
	
	.col-lg-push-12 {
		left: 100%;
	}
	
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	
	.col-lg-push-9 {
		left: 75%;
	}
	
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	
	.col-lg-push-6 {
		left: 50%;
	}
	
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	
	.col-lg-push-3 {
		left: 25%;
	}
	
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	
	.col-lg-push-0 {
		left: auto;
	}
	
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
	content: " ";
	display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("https://cdn-ilahokl.nitrocdn.com/klfWHuvePDajSQyLwDrAHMlXxVeJllIM/assets/images/source/rev-dcf2a58/www.fitcoindia.com/wp-content/themes/industro-child/fonts/Flaticon.svg#Flaticon") format("svg");
	}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
}

.flaticon-industry:before {
	content: "";
}

.flaticon-chip:before {
	content: "";
}

.flaticon-gears:before {
	content: "";
}

.flaticon-factory:before {
	content: "";
}

.flaticon-factory-1:before {
	content: "";
}

.flaticon-artificial-intelligence:before {
	content: "";
}

.flaticon-gears-1:before {
	content: "";
}

.flaticon-factory-2:before {
	content: "";
}

.flaticon-factory-3:before {
	content: "";
}

.flaticon-engineer:before {
	content: "";
}

.flaticon-assembly:before {
	content: "";
}

.flaticon-worker:before {
	content: "";
}

.flaticon-conveyor:before {
	content: "";
}

.flaticon-factory-4:before {
	content: "";
}

.flaticon-conveyor-1:before {
	content: "";
}

.flaticon-crane:before {
	content: "";
}

.flaticon-gears-2:before {
	content: "";
}

.flaticon-manufacturing:before {
	content: "";
}

.flaticon-mass-production:before {
	content: "";
}

.flaticon-outsourcing:before {
	content: "";
}

.flaticon-gear:before {
	content: "";
}

.flaticon-engineer-1:before {
	content: "";
}

.flaticon-artificial-intelligence-1:before {
	content: "";
}

.flaticon-idea:before {
	content: "";
}

.flaticon-cargo-ship:before {
	content: "";
}

.flaticon-factory-5:before {
	content: "";
}

.flaticon-solar-panel:before {
	content: "";
}

.flaticon-manufacturing-1:before {
	content: "";
}

.flaticon-fuel-station:before {
	content: "";
}

.flaticon-operation:before {
	content: "";
}

.flaticon-tower:before {
	content: "";
}

.flaticon-maintenance:before {
	content: "";
}

.flaticon-machinery:before {
	content: "";
}

.flaticon-engineering:before {
	content: "";
}

.flaticon-setting:before {
	content: "";
}

.flaticon-manufacture:before {
	content: "";
}

.flaticon-conveyor-2:before {
	content: "";
}

.flaticon-machinery-1:before {
	content: "";
}

.flaticon-robot:before {
	content: "";
}

.flaticon-industrial:before {
	content: "";
}

.flaticon-cake:before {
	content: "";
}

.flaticon-mass-production-1:before {
	content: "";
}

.flaticon-dashboard:before {
	content: "";
}

.flaticon-assembly-line:before {
	content: "";
}

.flaticon-worker-1:before {
	content: "";
}

.flaticon-artificial-intelligence-2:before {
	content: "";
}

.flaticon-idea-1:before {
	content: "";
}

.flaticon-crane-1:before {
	content: "";
}

.flaticon-handshake:before {
	content: "";
}

.flaticon-result:before {
	content: "";
}

.flaticon-rocket-ship:before {
	content: "";
}

.flaticon-jigsaw:before {
	content: "";
}

.flaticon-oil-platform:before {
	content: "";
}

.flaticon-buildings:before {
	content: "";
}

.flaticon-team:before {
	content: "";
}

.flaticon-global:before {
	content: "";
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	outline: none;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

[dir='rtl'] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "→";
}

[dir='rtl'] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
/*# sourceMappingURL=woocommerce.css.map */

/*
Theme Name: Industro

WooCommerce styles override
*/

/**
 * WooCommerce color variables
 */

/**
 * Imports
 */

/**
 * Shop tables
 */
table.shop_table_responsive {
	border-collapse: collapse !important;
}

table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: center;
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

table.shop_table_responsive tr td.product-thumbnail img {
	width: 50px;
}

table.shop_table_responsive tr td #coupon_code {
	width: 120px !important;
	padding: 5px 10px;
	margin-right: 10px;
}

table.shop_table_responsive tr td button:disabled {
	background: #ebe9eb;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: left;
	}
	
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

/**
 * Products
 */
.woocommerce .woocommerce-result-count {
	font-size: 14px;
	margin-top: 10px;
}

.woocommerce .woocommerce-ordering select {
	min-width: 250px;
	font-size: 14px;
	padding: 10px 7px;
	border-color: #d9d9d9;
}

.woocommerce ul.products {
	margin: 0 -15px;
	padding-top: 20px;
}

.woocommerce ul.products li.product {
	padding: 0 15px;
	margin: 0;
	margin-bottom: 30px;
}

.woocommerce ul.products li.product .product-thumbnail img {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.woocommerce ul.products li.product .product-thumbnail img:hover {
	opacity: .8;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 22px;
	display: inline-block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: #f30;
}

.woocommerce ul.products li.product .price-rate {
	margin-bottom: 20px;
}

.woocommerce ul.products li.product .price {
	font-size: 18px;
	font-weight: 500;
	color: #161619;
}

.woocommerce ul.products li.product .price del {
	font-weight: 400;
}

.woocommerce ul.products li.product .star-rating {
	float: right;
	margin-top: 3px;
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
}

.woocommerce ul.products li.shop-col-2 {
	width: 50%;
}

.woocommerce ul.products li.shop-col-3 {
	width: 33.3333%;
}

.woocommerce ul.products li.shop-col-4 {
	width: 25%;
}

.woocommerce ul.products li.shop-col-5 {
	width: 20%;
}

.woocommerce a.button, .woocommerce a.added_to_cart, .woocommerce button.button, .woocommerce #respond input#submit {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	padding: 13px 38px 13px 38px;
	padding: 8px 25px;
	line-height: 1.42857143;
	display: inline-block;
	margin-bottom: 0;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	background: #f30;
	cursor: pointer;
	border: 1px solid transparent;
	color: #fff;
}

.woocommerce a.button:visited, .woocommerce a.added_to_cart:visited, .woocommerce button.button:visited, .woocommerce #respond input#submit:visited {
	color: #fff;
}

.woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.added_to_cart:hover, .woocommerce a.added_to_cart:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus {
	background: #0a0f2b;
	color: #fff;
}

.woocommerce a.button.added, .woocommerce a.added_to_cart.added, .woocommerce button.button.added, .woocommerce #respond input#submit.added {
	background: #0a0f2b;
}

.woocommerce span.onsale {
	height: 3.236em;
	width: 3.236em;
	line-height: 3;
	background: #f30;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 50px;
	text-align: left;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	text-align: center;
	padding-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
	width: 50px;
	height: 50px;
	padding: 0;
	display: block;
	font-weight: 500;
	border-radius: 3px;
	line-height: 50px;
	background: #eee;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #f30;
	color: #fff;
}

@media (max-width: 1229px) {
	.woocommerce ul.products li.shop-col-4 {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.woocommerce ul.products li.shop-col-3 {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.woocommerce ul.products li.product {
		width: 100%;
	}
}

/**
 * Single product
 */

/**
 * Single Product
 */
.single-product div.product {
	content: "";
	display: table;
	table-layout: fixed;
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
	margin-bottom: 15px;
	box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	border-radius: 4px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
	margin: 0 5px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.7966666667%;
	margin: 0 5px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
	margin: 0 5px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
	margin: 0 5px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-rating {
	margin-bottom: 20px;
}

.single-product div.product .star-rating {
	margin-top: 3px;
	margin-right: 5px;
}

.single-product div.product .woocommerce-review-link {
	font-size: 14px;
}

.single-product div.product p.price {
	font-size: 24px;
	font-weight: 500;
	color: #0a0f2b;
}

.single-product div.product .product_meta {
	font-size: 14px;
}

.single-product div.product .button.alt {
	background: #f30;
}

.single-product div.product .button.alt:hover {
	background: #0a0f2b;
}

.single-product div.product .quantity .qty {
	padding: 5px 3px 5px 10px;
	width: 60px;
	text-align: left;
}

.single-product .entry-title {
	font-size: 30px;
}

.single-product h2 {
	font-size: 24px;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
.woocommerce .wc-proceed-to-checkout .button.alt, .woocommerce .woocommerce-checkout-payment .button.alt {
	background: #f30;
}

.woocommerce .wc-proceed-to-checkout .button.alt:hover, .woocommerce .woocommerce-checkout-payment .button.alt:hover {
	background: #0a0f2b;
}

.woocommerce form.checkout_coupon .form-row {
	width: 50%;
}

.woocommerce input.input-text, .woocommerce .select2-selection__rendered {
	padding: 10px 15px;
}

.woocommerce .select2-selection--single {
	height: 41px;
}

.woocommerce .select2-selection--single .select2-selection__rendered {
	line-height: 20px;
}

.woocommerce .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 5px;
}

.woocommerce textarea {
	min-height: 200px;
	padding: 12px 15px;
}

.woocommerce #order_review_heading {
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	
	.col2-set .form-row-first, .col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: "star";
	font-weight: 400;
}

.woocommerce .star-rating:before {
	content: "SSSSS";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #f30;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: #f30;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "S";
	color: #595959;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "S";
	color: #595959;
	opacity: .25;
}

p.stars:hover a:before {
	content: "S";
	color: #0a0f2b;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "S";
	color: #0a0f2b;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "S";
	color: #595959;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "S";
	color: #0a0f2b;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: red;
}

/**
 * Notices
 */
@media screen and (min-width: 48em) {
	/**
   * Header cart
   */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	}
	
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #0a0f2b;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 .25em rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #0a0f2b;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/*
Theme Name: Industro Child
2137Author: 
Description: Your description goes here
Version: 1.0
Template: industro

This is the child theme for Industro theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@charset "UTF-8";

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
	color: #595959;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.625;
	font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700 !important;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #0a0f2b;
}

h1, .head-main {
	font-size: 42px;
}

h2, .head-second, .category_title {
	font-size: 36px;
}

h3, .head-third {
	font-size: 30px;
}

h4, .head-four {
	font-size: 24px;
}

h5, .head-five {
	font-size: 18px;
}

h6, .head-six {
	font-size: 16px;
}

p {
	margin: 0 0 20px;
	color: #595959 !important;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 24px;
	line-height: 36px;
	margin: 40px 0;
	font-weight: 300;
	font-style: italic;
	padding: 0 70px;
	position: relative;
}

blockquote:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 5%;
	width: 3px;
	height: 90%;
	background: #f30;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.7142857143;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.bg-alt {
	background: #f7f7f7;
}

.bg-primary {
	background: #f30;
}

.bg-second {
	background: #0a0f2b;
}

.text-primary {
	color: #f30;
}

.text-second {
	color: #0a0f2b;
}

.section-padd {
	padding: 110px 0;
}

.section-padd-bot {
	padding-bottom: 70px;
}

.section-padd-top {
	padding-top: 70px;
}

.section-padd-top70 {
	padding-top: 70px;
}

.lead {
	font-size: 18px;
}

.subtitle {
	font-weight: 500;
	margin-bottom: 10px;
}

.clear-both {
	clear: both;
}

.unstyle {
	list-style: none;
	padding-left: 0;
}

.font14 {
	font-size: 14px;
}

.text-light * {
	color: #fff;
}

.bolder {
	font-weight: 600;
}

.lighter {
	font-weight: 300;
}

.gaps {
	clear: both;
	height: 20px;
	display: block;
}

.gaps.size-2x {
	height: 40px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

.card-body {
	margin-left: 10px;
	margin-right: 10px;
}

.row .vide_section {
	margin-bottom: 1.5em;
}

body {
	background: #fff;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 20px;
	padding-left: 18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 20px 0 20px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
}

caption, td, th {
	padding: 0;
	font-weight: normal;
	text-align: left;
}

table, th, td {
	border: 1px solid #eee;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: .4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/* #button Group
================================================== */
.btn {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
	padding: 12px 20px;
	line-height: 1.42857143;
	display: inline-block;
	margin-bottom: 0;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	background: #f30;
	cursor: pointer;
	border: 1px solid transparent;
	color: #fff;
}

.btn:visited {
	color: #fff;
}

.btn:hover {
	background: #0a0f2b;
	color: #fff;
}

.btn.btn-light {
	background: #fff;
	color: #0a0f2b;
}

.btn.btn-light:hover {
	color: #fff;
	background-color: #0a0f2b;
}

.btn.btn-light:hover,  {
	background: #0a0f2b;
	color: #fff;
}

.btn-dark {
	background: #0a0f2b;
	color: #fff;
}

.btn-dark:visited {
	color: #fff;
}

.btn-dark:hover {
	background: #f30;
	color: #fff;
}

.btn.btn-border {
	color: #f30;
	border: 1px solid;
	background: transparent;
}

.btn.btn-border:visited {
	color: #f30;
}

.btn.btn-border:hover {
	background: #f30;
	border-color: #f30;
	color: #fff;
}

.btn.btn-border.btn-light {
	color: #fff;
}

.btn.btn-border.btn-light:hover {
	background: #fff;
	border-color: #fff;
	color: #0a0f2b;
}

.btn.btn-border.btn-dark {
	color: #0a0f2b;
}

.btn.btn-border.btn-dark:hover {
	background: #f30;
	border-color: #f30;
	color: #fff;
}

.btn-medium {
	padding: 12px 20px;
}

.btn-large {
	padding: 12px 20px;
}

.btn i {
	margin-right: 7px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 3px;
	box-sizing: border-box;
	outline: none;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
	color: #666;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a9a9a9;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #a9a9a9;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #a9a9a9;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #a9a9a9;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0a0f2b;
	text-decoration: none;
}

a:visited {
	color: #0a0f2b;
}

a:hover {
	color: #f30;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
a {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

/** #site-header **/
.site-header {
	background-color: #fff;
}

.error404 .site-header {
	border-bottom: 1px solid #eee;
}

/** Top Bar **/
.top-bar {
	clear: both;
	display: block;
	width: 100%;
	background-color: #0a0f2b;
	padding: 7px 0 7px 0;
}

.site-header {
	position: relative;
	z-index: 999;
}

.site-header .info-list {
	float: left;
	padding: 0px;
	margin: 0px;
}

.site-header .info-list li {
	list-style: none;
	display: inline-block;
	margin-right: 26px;
	font-size: 14px;
	color: #c1c1c1;
}

.site-header .info-list li a {
	color: #c1c1c1;
}

.site-header .info-list li span {
	display: inline-block;
	margin-left: 6px;
}

.site-header .info-list li:last-child {
	margin-right: 0;
}

.site-header .social-list {
	float: right;
}

.site-header .social-list li {
	margin-left: 15px;
	margin-right: 0px;
}

.site-header .social-list li a {
	color: #fff;
}

.site-header .social-list li a:hover {
	color: #f30;
}

.social-list {
	padding: 0px;
	margin: 0px;
}

.social-list li {
	padding: 0px;
	list-style: none;
	display: inline-block;
	margin-right: 22px;
}

.social-list li a {
	color: inherit;
}

.social-list li a:hover {
	color: #f30;
}

#site-logo {
	float: left;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	min-height: 100px;
	padding: 10px 0px;
	margin-bottom: 0;
	position: relative;
}

#site-logo a {
	display: block;
}

#site-logo a img {
	display: block;
	width: 75px !important;
	height: auto !important;
}

.header-call-to-action {
	float: right;
}

.main-navigation {
	display: block;
	float: right;
	padding-top: 40px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	border-top: 3px solid #f30;
	box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
	background: #fff;
	position: absolute;
	top: 120%;
	left: 0;
	z-index: 99999;
	min-width: 250px;
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 0;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	opacity: 0;
	visibility: hidden;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul li {
	float: none;
	display: block;
	padding: 0px;
	border-bottom: 1px solid #ecf0f1;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
	top: -3px;
}

.main-navigation ul ul a {
	padding: 11px 14px 11px 14px;
	width: 100%;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	white-space: nowrap;
}

.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
	background: #f7f7f7;
	color: #0a0f2b;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	padding: 0 16px 38px;
	float: left;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #0a0f2b;
}

.main-navigation a:hover, .main-navigation a.focus {
	color: #f30;
}

.header-layout-2 .main-navigation ul.menu > li.Active_product_class > a {
	color: #e1b75b;
}

.main-navigation ul ul li.current-product_cat-parent > a, .main-navigation ul ul li.current-menu-item > a {
	color: #e1b75b;
}

.main-footer .widget ul li.Active_product_class a {
	color: #e1b75b;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

.header-call-to-action {
	padding-top: 27px;
}

.header-search {
	float: right;
	margin: 10px 36px 0px 12px;
	padding-bottom: 38px;
	position: relative;
	z-index: 2;
}

.header-search a {
	width: 15px;
	height: 19px;
	line-height: 15px;
	display: inline-block;
}

.header-search .box-search-form {
	display: none;
	position: absolute;
	top: -7px;
	right: 25px;
	width: 300px;
}

.header-search .box-search-form .search-field {
	background: #fff;
}

.no-btn .header-search {
	margin-right: 0;
}

.no-btn .btn-cta {
	margin-left: 20px;
}

.btn-cta {
	float: right;
}

.btn-cta.mobile-gac-cta {
	display: none;
}

.top-header {
	border-bottom: 1px solid #dadbdf;
}

.top-header .btn-cta {
	margin-left: 55px;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	min-height: 100px;
	order: 2;
}

#site-logo {
	margin-right: auto !important;
}

.top-header .info-list {
	min-height: 100px;
	float: right;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.top-header .info-list li {
	font-size: 15px;
	display: table;
	margin-right: 35px;
}

.top-header .info-list li i {
	font-size: 40px;
	display: inline-block;
	color: #f30;
	vertical-align: middle;
}

.top-header .info-list li .txt {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	color: #595959;
}

.top-header .info-list li .txt a {
	color: #595959;
}

.top-header .info-list li .txt a:hover {
	color: #e1b75b;
}

.top-header .info-list li span {
	color: #0a0f2b;
	font-weight: 500;
	display: block;
	margin-left: 0;
}

.header-layout-2 .header-search {
	margin: 0;
	padding: 0;
	min-height: 62px;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.header-layout-2 .header-search .box-search-form {
	top: inherit;
}

.header-layout-2 .social-list {
	min-height: 62px;
	font-size: 14px;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin-left: 25px;
	padding-left: 25px;
	position: relative;
}

.header-layout-2 .social-list li {
	margin-left: 20px;
}

.header-layout-2 .social-list li a {
	color: #0a0f2b;
}

.header-layout-2 .social-list li a i {
	font-weight: 400;
	font-size: 22px;
}

.header-search a i {
	font-size: 22px;
}

.header-layout-2 .social-list li {
	margin-top: 5px;
}

/*.header-layout-2 .social-list li a i:not(.fa-twitter) {
  font-weight: 400;
}*/
.header-layout-2 .social-list li:first-child {
	margin-left: 0;
}

.header-layout-2 .social-list:before {
	content: "";
	position: absolute;
	left: 0;
	height: 22px;
	width: 1px;
	background: #dadbdf;
}

.has-fixed .main-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0 3px #ccc;
	-webkit-box-shadow: 0px 0 3px #ccc;
	-moz-box-shadow: 0px 0 3px #ccc;
}

.admin-bar .has-fixed .main-header {
	top: 32px;
}

#menu-btn {
	float: right;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	font-size: 28px;
	color: #000;
	cursor: pointer;
	padding: 8px 10px;
	margin-top: 28px;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/

/** Breadcrumb **/
.page-header {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	background: no-repeat top center;
	background-size: cover;
	position: relative;
}

.page-header:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 16, 41, .7) !important;
}

.breadcrumb {
	padding: 0;
	margin: 0 0 15px;
	color: #fff;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li:first-child:before {
	content: "";
	padding: 0;
}

.breadcrumb li:before {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	content: "/";
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb a:hover {
	color: #f30;
}

.page-title {
	color: #fff;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 65px;
}

.widget.filled {
	border-width: 0;
}

.widget select {
	width: 100%;
}

.widget input, .widget select, .widget textarea {
	padding: 10px 20px;
	border: 1px solid #ccc;
}

.widget ul, .widget ol {
	margin-bottom: 0;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	list-style: none;
	margin-bottom: 0;
	padding: 5px 0;
}

.widget ul li:first-child {
	padding-top: 0;
}

.widget ul li a {
	font-weight: 500;
}

.widget ul .children, .widget ul .sub-menu {
	margin-top: 10px;
	margin-left: 15px;
}

.widget ul .children li a, .widget ul .sub-menu li a {
	padding-left: 10px;
}

.widget ul .children li:last-child, .widget ul .sub-menu li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.widget ol {
	padding-left: 16px;
}

.widget li {
	padding: 10px 0;
}

.widget th, .widget td {
	border-color: #ccc;
}

.widget .tagcloud {
	margin: 0 -2px;
}

.widget .tagcloud a {
	color: #666;
	font-size: 14px !important;
	padding: 10px 24px;
	margin: 0 2px;
	margin-bottom: 10px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
}

.widget .tagcloud a:hover {
	background: #f30;
	border-color: #f30;
	color: #fff;
}

.vc_wp_custommenu .widget_nav_menu {
	margin-bottom: 0;
}

.vc_wp_custommenu .widget_nav_menu li {
	padding-top: 0;
}

div.vc_wp_custommenu .widget_nav_menu li a {
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #f7f7f7;
	padding: 15px 26px;
	font-weight: normal;
}

.vc_wp_custommenu .widget_nav_menu li.current-menu-item > a, .vc_wp_custommenu .widget_nav_menu li a:hover {
	background: #f30;
	color: #fff;
}

.widget-title {
	margin: 0;
	padding: 0 0 30px;
}

.search-form {
	position: relative;
	color: #000;
}

.search-form label {
	margin-bottom: 0;
}

.search-form .screen-reader-text {
	display: none;
}

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

.search-form .search-field {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #000;
	width: 100%;
	background-color: transparent;
	font-weight: 400;
	padding: 10px 36px 10px 13px;
	height: 40px;
}

.search-form .search-field:focus {
	outline: none;
}

.search-form ::-webkit-input-placeholder {
	color: #999;
}

.search-form :-moz-placeholder {
	color: #999;
}

.search-form ::-moz-placeholder {
	color: #999;
}

.search-form :-ms-input-placeholder {
	color: #999;
}

.search-form .search-submit {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	width: 45px;
	height: 40px;
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	z-index: 10;
	outline: none;
}

.search-form .search-submit:after {
	display: inline-block;
	font: normal normal normal 14px/1 fontawesome;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 16px;
	color: #a9a9a9;
}

.widget_archive ul, .widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_archive ul ul, .widget_categories ul ul {
	padding-left: 20px;
	margin-top: 10px;
	border-top: 1px solid #cecece;
}

.widget_archive ul ul li:last-child, .widget_categories ul ul li:last-child {
	padding-bottom: 0;
}

.widget_archive ul li, .widget_categories ul li {
	padding: 10px 0;
	border-bottom: 1px solid #cecece;
}

.widget_archive ul li .posts-count, .widget_categories ul li .posts-count {
	font-size: 14px;
	color: #868686;
	float: right;
	margin-top: 5px;
}

.widget_recent_entries ul li {
	padding: 22px 0;
	border-bottom: 1px solid #cecece;
}

.widget_recent_entries ul li span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body:not(.single) .site-content:not(.full-content) {
	padding: 100px 0 60px 0px;
}

.sticky {
	display: block;
}

/*body:not(.single) .hentry {
  margin: 0 0 60px;
}*/
.updated:not(.published) {
	display: none;
}

.page-content ul, .entry-content ul {
	line-height: 32px;
}

.entry-media {
	margin-bottom: 25px;
}

.entry-meta {
	font-size: 14px;
	text-transform: capitalize;
	color: #888;
}

.entry-meta > span:not(:first-child):before {
	display: inline-block;
	padding-right: 3px;
	padding-left: 3px;
	content: "/";
}

.entry-meta a {
	color: #888;
}

.entry-meta a:hover {
	color: #161619;
}

.entry-title {
	font-size: 20px;
	margin-top: 11px;
	margin-bottom: 13px;
}

.entry-summary {
	margin-bottom: 28px;
}

.page-pagination {
	clear: both;
	padding-left: 0;
	margin: 100px 0 0;
}

.page-pagination li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	padding-right: 5px;
	margin-bottom: 5px;
}

.page-pagination a, .page-pagination span {
	width: 50px;
	height: 50px;
	display: block;
	font-weight: 500;
	border-radius: 3px;
	line-height: 50px;
	background: #eee;
}

.page-pagination a.current, .page-pagination a:hover, .page-pagination span.current, .page-pagination span:hover {
	color: #fff;
	background: #f30;
}

.page-pagination i {
	font-weight: 700;
}

.meta-single {
	margin-bottom: 40px;
}

.entry-footer {
	margin-top: 40px;
}

.entry-footer .tags-links {
	margin-bottom: 21px;
}

.entry-footer .tags-links a {
	color: #666;
	font-size: 14px !important;
	padding: 10px 24px;
	margin: 0 2px;
	margin-bottom: 10px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
}

.entry-footer .tags-links a:hover {
	background: #f30;
	border-color: #f30;
	color: #fff;
}

.entry-footer .post-sharing {
	color: #0a0f2b;
}

.entry-footer .post-sharing p {
	margin-bottom: 15px;
}

.entry-footer .post-sharing a {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 3px;
	color: #fff;
	background: #f30;
}

.entry-footer .post-sharing a:hover {
	opacity: .8;
}

.entry-footer .post-sharing .facebook {
	background: #3b5a9a;
}

.entry-footer .post-sharing .twitter {
	background: #1aa9e1;
}

.entry-footer .post-sharing .linkedin {
	background: #4975b6;
}

.entry-footer .post-sharing .googleplus {
	background: #cb3e2d;
}

.entry-footer .post-sharing .pinterest {
	background: #d73532;
}

.entry-footer .post-sharing .tumblr {
	background: #345365;
}

.entry-footer .post-sharing .reddit {
	background: #ff5700;
}

.entry-footer .post-sharing .digg {
	background: #464646;
}

.entry-footer .post-sharing .telegram {
	background: #08c;
}

.entry-footer .post-sharing .vk {
	background: #6383a8;
}

.entry-footer .post-sharing .email {
	background: #848484;
}

.post-navigation {
	margin-top: 40px;
}

.post-navigation h2 {
	display: none;
}

.post-navigation .nav-links {
	overflow: hidden;
	margin: 0 -10px;
	font-size: 14px;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
	float: left;
	width: 50%;
	padding: 0 10px;
	font-weight: 600;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
}

.posts-grid h2 {
	margin-bottom: 60px;
}

.posts-grid .thumb-image:hover {
	box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.posts-grid .thumb-image {
	border-radius: 8px;
	transition: .3s;
	-webkit-transition: .3s;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 100%;
	padding: 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 280px;
	margin-top: 3px;
	margin-bottom: 20px;
	overflow-y: hidden;
}

.news-item .btn {
	margin-top: 15px;
}

.posts-grid .thumb-image img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.posts-grid .entry-meta {
	margin-bottom: 6px;
}

.posts-grid h4 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
}

.posts-grid .post-link {
	font-weight: 600;
	font-size: 16px;
	margin-top: 20px;
}

.single-product .site-main {
	padding: 70px 0 10px 0;
}

.product-info .price-rate {
	margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title {
	font-size: 24px;
	padding: 0;
	margin-bottom: 40px;
}

.comments-title.has-comments {
	padding-bottom: 30px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list.has-comments {
	margin: 0 0 50px 0;
}

.comment-list li {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 55px;
}

.comment-list li .gravatar {
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.comment-list li .comment-respond {
	margin-top: 0;
	margin-bottom: 30px;
}

.comment-list li.comment .comment-meta {
	float: left;
	margin-right: 30px;
	max-width: 70px;
}

.comment-list li .comment-reply {
	line-height: 1;
}

.comment-list li .comment-edit-link, .comment-list li .comment-reply-link {
	color: #0ea3db;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	margin-top: -5px;
}

.comment-list li .comment-edit-link:hover, .comment-list li .comment-reply-link:hover {
	color: #0a0f2b;
}

.comment-list li .comment-metadata {
	overflow: hidden;
	margin-bottom: 15px;
}

.comment-list li .comment-edit-link {
	margin-right: 20px;
}

.comment-list li.comment .comment-content {
	margin-left: 100px;
}

.comment-list li .comment-content {
	padding-left: 90px;
	position: relative;
}

.comment-list li .comment-content .comment-meta {
	margin-bottom: 14px;
	line-height: 1;
}

.comment-list li .comment-content .comment-author {
	display: inline-block;
	margin-bottom: 0;
}

.comment-list li .comment-content .comment-time {
	font-size: 14px;
}

.comment-list li .comment-content .comment-time:before {
	content: "-";
	margin: 0 5px 0 1px;
}

.comment-list li .comment-content .comment-text {
	line-height: 26px;
}

.comment-list li .comment-content a {
	word-wrap: break-word;
}

.comment-list li .comment-content .fn a {
	color: #333;
	font-style: normal;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 600;
}

.comment-list .comment-respond {
	margin-bottom: 50px;
}

.comment-list:after {
	clear: both;
	content: "";
	display: block;
}

.comment-list .children {
	list-style: none;
	padding: 0 0 0 80px;
}

.comment-list .children article {
	border-top-width: 0;
}

.comment-list .children:last-child {
	margin-bottom: 0;
}

.comment-list .depth-5 .children {
	padding-left: 0;
}

.comment-list > .comment:first-child article {
	border: none;
}

.comments-area .comment-desc {
	padding: 15px 0 5px;
	color: #666;
}

.comments-area .date {
	color: #666;
}

.comments-area .comments-links {
	margin-bottom: 60px;
	text-align: center;
}

.comments-area .comments-links .page-numbers {
	font-size: 18px;
	padding: 0 8px;
	color: #999;
}

.comments-area .comments-links .page-numbers.current {
	color: #000;
}

.comment-respond {
	clear: both;
}

.comment-respond .logged-in-as {
	margin-bottom: 10px;
}

.comment-respond .logged-in-as a {
	color: #000;
}

.comment-respond .logged-in-as a:hover {
	color: #f30;
}

.comment-respond .comment-reply-title {
	font-size: 24px;
	font-weight: 600;
	color: #0a0f2b;
	margin: 0;
}

.comment-respond .comment-reply-title a {
	color: #0ea3db;
	padding-left: 5px;
	font-size: 16px;
}

.comment-respond .comment-reply-title a:hover {
	color: #f30;
}

.comment-respond .logged-in-as {
	font-size: 14px;
	margin-top: 8px;
}

.comment-respond .logged-in-as a {
	color: #666;
}

.comment-respond .comment-notes {
	display: none;
}

.comment-respond input[type=text], .comment-respond input[type=email], .comment-respond textarea {
	border: 1px solid #cfcfcf;
	transition: .5s !important;
	outline: none;
	padding: 13px 15px;
	width: 100%;
	font-size: 16px;
}

.comment-respond textarea {
	height: 150px;
	display: block;
}

.comment-respond p {
	margin-bottom: 0;
	margin-top: 0;
}

.comment-respond .comment-form-email {
	padding-right: 0;
	margin-bottom: 25px;
}

.comment-respond .comment-form-comment {
	margin-bottom: 25px;
	margin-top: 35px;
}

.comment-respond .comment-form-author {
	padding-left: 0;
	margin-bottom: 25px;
}

.comment-respond .comment-form-url {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 25px;
}

.comment-respond .comment-message {
	margin-top: 20px;
	color: red;
	min-height: 30px;
}

.comment-respond .form-submit {
	clear: both;
	position: relative;
}

.comment-respond .form-submit .submit {
	border-radius: 4px;
}

.comment-awaiting-moderation {
	display: block;
}

/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/
.error-404 {
	padding: 110px 0 210px;
}

.error-404 h1 {
	font-size: 200px;
	color: #f30;
	line-height: 1;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

.error-404 h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.error-404 p {
	margin-bottom: 50px;
}

.error-404 p a {
	font-weight: 600;
}

.error-404 form {
	max-width: 570px;
	margin: auto;
}

.error-404 form .search-field {
	height: 50px;
	padding-left: 15px;
	padding-right: 95px;
}

.error-404 form .search-submit {
	background: #f30;
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0;
	width: 80px;
	height: 50px;
}

.error-404 form .search-submit:after {
	color: #fff;
	z-index: 10;
	right: 33px;
}

.error-404 form .search-submit:hover {
	background: #0a0f2b;
}

.wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > span, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
	min-width: 50px !important;
	min-height: 50px !important;
	border-radius: 3px !important;
	padding: 0 !important;
	line-height: 50px !important;
	border: 0 !important;
	background: #eee !important;
	font-size: 18px;
	color: #0a0f2b;
	font-weight: 700;
}

.wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li.vc_grid-active > a {
	color: #fff !important;
	background: #e1b75b !important;
}

.wpb-content-wrapper .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li.vc_grid-next > a:after {
	font-weight: 700;
}

.blolgistbx {
	margin-bottom: 42px;
}

.blolgistbx .entry-media img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}

.blolgistbx:hover .product_img img {
	opacity: .8;
}

.woocommerce div.product div.images img {
	max-height: 440px;
	width: auto;
	margin: 0 auto;
}

.privacy_policy {
	padding: 100px 0 90px 0;
	background-color: #f7f7f7 !important;
}

table tr:first-child td {
	background-color: #e1b75b;
}

table tr td h1, table tr td h3, table tr td h2 {
	margin-bottom: 0;
}

table tr:first-child td span {
	color: #595959 !important;
}

/*table tr:nth-child(odd){background-color: #f0f0f0}*/
table tr th {
	background-color: #e1b75b;
	padding: 8px !important;
}

table tr td {
	padding: 8px !important;
}

table tr th span {
	color: #595959 !important;
}

table tr th h4 {
	margin-bottom: 0;
}

/*.product_cat-testometric .tabs.wc-tabs{display: none;}*/
a:focus {
	text-decoration: none !important;
}

.mt-20 {
	margin-top: 20px;
}

.product_img {
	/*box-shadow: 0 0 3px #F9C965;-webkit-box-shadow: 0 0 3px #F9C965;-moz-box-shadow: 0 0 3px #F9C965;*/
	padding: 15px;
	height: 280px;
	text-align: center;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.product_img img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.product-category .product_btn {
	margin-top: 20px;
}

.product-category .woocommerce-loop-category__title {
	margin-top: 20px;
}

.woocommerce .product_listing .product-category {
	margin-bottom: 45px;
}

.woocommerce ul.products li.product .product-thumbnail img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	box-shadow: none !important;
	margin: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
	border: 0;
	height: 350px;
	box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	padding: 15px;
	text-align: center;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	box-shadow: none !important;
	margin: auto;
}

.contact-info i {
	margin-top: 0px !important;
}

.next.page-numbers, .prev.page-numbers {
	position: relative;
	font-size: 0 !important;
}

.next.page-numbers:before, .prev.page-numbers:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("https://cdn-ilahokl.nitrocdn.com/klfWHuvePDajSQyLwDrAHMlXxVeJllIM/assets/images/optimized/rev-dcf2a58/www.fitcoindia.com/wp-content/themes/industro-child/images/pagi-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
}

.next.page-numbers:hover:before, .prev.page-numbers:hover:before {
	background-image: url("https://cdn-ilahokl.nitrocdn.com/klfWHuvePDajSQyLwDrAHMlXxVeJllIM/assets/images/optimized/rev-dcf2a58/www.fitcoindia.com/wp-content/themes/industro-child/images/pagi-right-hov.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.prev.page-numbers:before {
	transform: rotate(-180deg);
}

/*.slick-dots li button:before{font-size: 0;width: 10px;height: 10px;background-color: #000;border-radius: 50%;}*/
.header-layout-2 .main-navigation ul.menu > li.current_page_item > a, .header-layout-2 .main-navigation ul.menu > li.current-menu-item > a, .footer-nav ul li.current-menu-item > a, .footer-nav ul li.current_page_item > a {
	color: #e1b75b !important;
}

.footer-nav, .footer-nav a {
	color: #fff;
	text-align: right;
}

.copyrightlink {
	position: relative;
}

.copyrightlink:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
}

.copyrightlink:hover:before {
	background-color: #e1b75b;
	width: 55%;
}

.about_us_section .about_us_section {
	padding: 0;
}

.about_us_section {
	padding-top: 70px;
}

.contact_details {
	padding-bottom: 45px;
}

/*.news-slider .news-item:hover .post-link,
.news-slider .news-item:hover .title_meta{color: #e1b75b !important;}*/
.news-slider .news-item .entry-meta, .news-slider .news-item .title_meta, .news-slider .news-item .post-link, .news-slider .news-item .description {
	transition: 0s !important;
	-webkit-transition: 0s !important;
	text-transform: capitalize;
}

.news-slider .news-item:hover img {
	opacity: .8;
}

.news-slider .news-item img {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.product_img img {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.product_img {
	transition: .3s !important;
	-webkit-transition: .3s !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow-y: hidden;
}

.product_img:hover {
	box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.product_ctn {
	color: #595959;
}

.privacy_policy h1, .privacy_policy h2, .privacy_policy h3, .privacy_policy h4, .privacy_policy h5, .privacy_policy h6 {
	margin-top: 30px;
}

.privacy_policy h2, .privacy_policy h3, .privacy_policy h4, .privacy_policy h5, .privacy_policy h6 {
	font-size: 25px;
}

.privacy_policy h1:first-child, .privacy_policy h2:first-child, .privacy_policy h3:first-child, .privacy_policy h4:first-child, .privacy_policy h5:first-child, .privacy_policy h6:first-child {
	margin-top: 0px;
}

p a {
	text-decoration: underline;
}

.woocommerce ul.products li.product .product-thumbnail img:hover {
	opacity: .8;
}

.right_search_bx .wp-block-search__inside-wrapper {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.right_search_bx .wp-block-search__inside-wrapper input {
	border: 0 !important;
	font-family: "Roboto", sans-serif;
	font-size: 16px !important;
	line-height: 1.625;
}

.right_search_bx .wp-block-search__button {
	margin-left: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	position: relative;
}

.right_search_bx .wp-block-search__button svg {
	display: none;
}

.right_search_bx .wp-block-search__button:before {
	display: inline-block;
	font: normal normal normal 14px/1 fontawesome;
	font-size: 14px;
	font-size: 14px;
	font-size: 16px;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: #a9a9a9;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	margin: 5px !important;
}

.page-pagination a:hover {
	color: #fff !important;
}

.blog_main .blog_wrapbx {
	margin: 0 -15px !important;
	display: flex;
	flex-wrap: wrap;
}

.blog_main .blog_wrapbx article {
	width: 33.33%;
}

.blog_main .blog_wrapbx article .col-md-4 {
	width: 100%;
}

.primary-sidebar .widget-title {
	font-size: 18px;
	text-transform: uppercase;
}

.widget .wp-block-columns {
	margin-bottom: 0;
}

.bolog_detail_left .content-area {
	padding-left: 0;
	padding-right: 0;
}

.bolog_detail_left {
	width: 69%;
}

.blog_detail_right {
	width: 31%;
}

.blog_detail_right .primary-sidebar {
	width: 100%;
	margin-left: 0;
}

.post .entry-content h2, .post .entry-content h3, .post .entry-content h4 {
	margin-bottom: 0px;
}

.post .entry-content p:last-child {
	margin-bottom: 0;
}

.woocommerce span.onsale {
	height: 90px;
	width: 90px;
	line-height: 88px;
	font-size: 19px;
}

.entry-content div {
	max-width: 100% !important;
}

.welcome_row {
	position: relative;
	padding: 30px;
	background-color: #fff4dd;
	margin: 50px 0 40px 0;
	flex-wrap: wrap;
}

.welcome_row:before {
	position: absolute;
	left: 14%;
	right: 0;
	right: 30px;
	top: 0;
	top: 30px;
	border: 1px solid #000;
	bottom: 30px;
	display: block !important;
}

.welcome_row .vc_single_image-wrapper {
	padding: 30px;
	background-color: #fff4dd;
}

.product_category .wpb_text_column {
	margin-bottom: 10px;
	margin-top: 0;
}

/*.Home_pg_slider rs-sbg{position: relative !important;}
.Home_pg_slider rs-sbg:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content:'';background: linear-gradient(98.84deg, #172B75 0%, #E1B75B 98.84%);mix-blend-mode: luminosity;opacity: 0.7;}
*/
.main-footer .widget ul li.current_page_item a {
	background-color: transparent;
	color: #e1b75b;
}

.main-footer .widget ul li.current_page_parent a {
	background-color: transparent;
	color: #e1b75b;
}

.main-footer .widget ul li a:hover {
	background-color: transparent;
	color: #e1b75b;
}

.threebx_top {
	position: relative;
	z-index: 2;
}

.products .product-category .product_img {
	background-color: #fff;
	border: 1px solid #efefef;
}

.products .product-category:nth-child(even) .product_img {
	background-color: #fff;
}

.posts-grid .news-slider .news-item .thumb-image {
	background-color: #fff7e5;
}

.posts-grid .thumb-image {
	background-color: #fff7e5;
}

.slick-track .slick-slide.news-item:nth-child(even) .thumb-image {
	background-color: #f0f3ff;
}

.col-md-4.blolgistbx .product_img {
	background-color: #f0f3ff;
}

.blog_wrapbx article:nth-child(even) .col-md-4.blolgistbx .product_img {
	background-color: #fff7e5;
}

.product-category  .post-link {
	text-decoration: underline;
}

.woocommerce ul.products li.product .product_btn a {
	display: inline-block;
	margin-top: 20px;
}

.woocommerce ul.products li.product .product_btn a:hover {
	color: #fff !important;
}

.product_img.product_image_bx {
	background-color: #fff;
	border: 1px solid #efefef;
}

.woocommerce .related ul.products li.product {
	width: 25%;
	flex: 0 0 25%;
	margin-bottom: 42px;
}

.woocommerce ul.products li:nth-child(even) .product_img.product_image_bx {
	background-color: #fff;
	border: 1px solid #efefef;
}

.features-box {
	height: 100% !important;
}

.wpb_row.vc_row-flex .vc_column_container:not(.bg-center) .vc_column-inner {
	justify-content: flex-start !important;
}

.top-head_inn {
	display: flex;
	align-items: center;
}

.main-footer .social-list a i {
	font-weight: 400;
	font-size: 22px;
}

.profile_section .vc_row {
	display: flex;
	align-items: flex-end;
}

.counter_section .vc_row {
	align-items: center;
}

.counter_section .vc_row h2.vc_custom_heading {
	margin-bottom: 0;
}

.woocommerce a.button, .woocommerce a.added_to_cart, .woocommerce button.button, .woocommerce #respond input#submit {
	font-size: 16px !important;
	padding: 12px 20px !important;
	line-height: 1.42857143 !important;
	height: auto !important;
}

.welcome_section .wpb_wrapper p:first-child {
	padding-top: 0;
}

.news-slider {
	padding-top: 20px;
}

.welcome_section.vc_custom_1671454416715 {
	background-color: #fff !important;
}

.threebx_top.vc_custom_1671438210563 {
	background-color: #fff !important;
}

.threebx_top .wpb_wrapper {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 8px;
	overflow: hidden;
}

/* spacing */
.industry.vc_custom_1671193930123 {
	padding: 100px 0 !important;
	background-color: #fff7e5 !important;
}

.counter_section.vc_custom_1671450832463 {
	padding: 100px 0 !important;
}

.latest_blog_data {
	padding: 100px 0 50px 0;
}

.product_category_section {
	padding: 100px 0 55px 0;
}

.industry .vc_custom_1671194382232 {
	margin-bottom: 55px !important;
}

section.we_are_committed {
	padding: 100px 0 !important;
}

section.profile_section {
	padding-top: 100px !important;
	padding-bottom: 65px !important;
}

section.counter_section {
	padding: 70px 0 !important;
}

section.why_choose_fitco {
	padding: 100px 0 50px 0 !important;
}

.steps p:last-child {
	margin-bottom: 0;
}

.why_choose_fitco .wpb_content_element {
	margin-bottom: 55px !important;
}

.wpb_row.contact_row {
	padding: 100px 0 100px 0 !important;
}

/* spacing end */
.woocommerce ul.products li.product {
	margin-bottom: 45px;
}

#content.product_page {
	padding: 80px 0 55px 0 !important;
}

#content.category_detail {
	padding: 100px 0 !important;
}

section.testimonial_section {
	padding: 100px 0 0 0 !important;
}

section.testimonial_section .vc_custom_1542016779412 {
	margin-bottom: 55px !important;
}

section.testimonial_section + .site-content .call-to-action {
	margin-top: 0;
}

.category_title {
	color: #0a0f2b;
	font-weight: 700;
	margin-bottom: 35px;
	display: block;
}

.latest_blog_data .slick-list .slick-track {
	margin-left: 0;
}

.latest_blog_data .slick-slider .slider-nav {
	top: 140px;
	margin-top: 0;
}

.description-wrap {
	padding-top: 60px;
}

.description-wrap p:last-child {
	margin-bottom: 0;
}

.wc-tabs-wrapper .wc-tab h2:first-child {
	display: none;
}

.file_name a {
	position: relative;
	padding-left: 24px;
	display: inline-block;
}

.file_name a > * {
	font-weight: 500 !important;
}

.file_name a:before {
	display: inline-block;
	position: absolute;
	left: 0;
	background-image: url("https://cdn-ilahokl.nitrocdn.com/klfWHuvePDajSQyLwDrAHMlXxVeJllIM/assets/images/optimized/rev-dcf2a58/www.fitcoindia.com/wp-content/themes/industro-child/images/document.svg");
	background-repeat: no-repeat;
	content: "";
	width: 16px;
	height: 16px;
	background-position: center;
	top: 2px;
}

.file_name a:hover > * {
	color: #e1b75b;
}

.file_name a:hover:before {
	background-image: url("https://cdn-ilahokl.nitrocdn.com/klfWHuvePDajSQyLwDrAHMlXxVeJllIM/assets/images/optimized/rev-dcf2a58/www.fitcoindia.com/wp-content/themes/industro-child/images/document-hov.svg");
}

.wc-tab ul {
	list-style: none;
}

.wc-tab ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 4px;
}

.wc-tab ul li::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background-color: #e1b75b;
	left: 0;
	top: 12px;
}

.wc-tab ol {
	list-style: none;
	counter-reset: item;
}

.wc-tab ol li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 4px;
	counter-increment: my-awesome-counter;
}

.wc-tab ol li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 0px;
	color: #e1b75b;
}

.woo-single-post-class .row.row-pad {
	margin-bottom: 20px;
}

.woo-single-post-class .row.row-pad:last-child {
	margin-bottom: 0;
}

.row.row-pedng a {
	margin-bottom: 10px;
	white-space: normal;
	display: inline-block;
}

.row.row-pedng a:last-child {
	margin-bottom: 0;
}

.collapse.show {
	display: block;
}

.collapse {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	clear: both;
}

#accordion .card .card-header button {
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 22px;
	padding-right: 50px !important;
	white-space: normal;
}

#accordion .card .card-header button:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url("https://cdn-ilahokl.nitrocdn.com/klfWHuvePDajSQyLwDrAHMlXxVeJllIM/assets/images/optimized/rev-dcf2a58/www.fitcoindia.com/wp-content/themes/industro-child/images/fit-plus.svg");
	background-repeat: no-repeat;
	background-position: center;
	right: 15px;
	top: 12px;
	padding-right: 60px;
	padding: 0 !important;
}

#accordion .card .card-header button[aria-expanded="true"] {
	background-color: #0a0f2b;
}

#accordion .card .card-header button[aria-expanded="true"]:before {
	background-image: url("https://cdn-ilahokl.nitrocdn.com/klfWHuvePDajSQyLwDrAHMlXxVeJllIM/assets/images/optimized/rev-dcf2a58/www.fitcoindia.com/wp-content/themes/industro-child/images/fit-minus.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-size: 22px;
}

h3.hfour {
	font-size: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
}

.single-product div.product .product_meta {
	word-wrap: break-word;
	font-size: 20px !important;
}

.single-product div.product .posted_in {
	word-wrap: break-word;
	width: 100%;
	display: block;
}

/*body.zoom_image{overflow: hidden;}*/
.pswp--visible {
	overflow: hidden;
}

.gallery-columns-3 .gallery-item .gallery-icon {
	margin-bottom: 20px;
}

/* 1025 */
.welcome_content {
	padding-top: 25px;
	padding-bottom: 25px;
}

.content-area table {
	margin-bottom: 30px;
}

.entry-content ul:last-child {
	margin-bottom: 15px;
}

.page-pagination {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 50px;
}

.blolgistbx .entry-header {
	margin-top: 15px;
}

.blolgistbx .entry-footer {
	margin-top: 0;
}

.product-category > a {
	display: block;
}

/*.product-category:hover .woocommerce-loop-category__title ,.product-category:hover .product_ctn {color: #e1b75b;}*/
.product-category .post-link:hover {
	color: #e1b75b;
}

.description {
	color: #0a0f2b !important;
}

.product-category .post-link {
	font-weight: 600;
}

.product-category * {
	transition: 0s;
	-webkit-transition: 0s;
}

.product_img img:hover {
	opacity: .8;
}

.woocommerce .product.type-product .woocommerce-loop-category__title {
	margin-top: 20px !important;
	padding: 0 !important;
	font-size: 24px !important;
	line-height: 1.3;
}

.woocommerce .product.type-product .product_ctn {
	margin-top: 20px;
}

/*.product.type-product:hover .woocommerce-loop-category__title, .product.type-product:hover .product_ctn, .product.type-product:hover .post-link{color: #e1b75b;}*/
.product.type-product .post-link {
	font-weight: 600;
	transition: 0s;
	margin-top: 15px;
	display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 24px;
	padding: 0;
}

.blolgistbx .entry-header {
	margin-bottom: 0;
	margin-top: 0;
}

.blolgistbx .entry-meta {
	margin-top: 20px;
}

.blolgistbx .blog_title {
	margin-top: 20px;
	margin-bottom: 0;
}

.blolgistbx .product_ctn {
	margin-bottom: 0;
	margin-top: 20px;
}

.blolgistbx .post-link {
	margin-top: 20px;
	font-weight: 600;
	display: inline-block;
	transition: .3s;
	text-transform: capitalize;
}

/*.blolgistbx:hover .entry-meta, .blolgistbx:hover .blog_title, .blolgistbx:hover .product_ctn, .blolgistbx:hover .post-link{color: #e1b75b;}*/
li a:hover {
	color: #e1b75b !important;
}

/*--------------------------------------------------------------
## Responsive Blog
--------------------------------------------------------------*/
@media (min-width: 1230px) {
	/*.content-area:not(.col-lg-12) {
    width: 830px;
  }
*/
	.primary-sidebar {
		width: 350px;
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	.primary-sidebar {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
	display: block;
}

.gallery {
	margin-bottom: 1.5em;
	margin-left: -7px;
	margin-right: -7px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 7px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
# VC Shortcodes
--------------------------------------------------------------*/
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
	height: 60px;
	width: 100%;
	background: #f7f7f7;
	padding: 15px 20px;
	display: block;
}

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

.wpcf7-form p {
	margin-bottom: 0;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}

.contact-info {
	overflow: hidden;
}

.contact-info i {
	font-size: 34px;
	color: #f30;
	float: left;
	min-width: 34px;
	margin-top: 7px;
	text-align: center;
}

.contact-info .info {
	float: left;
	margin-bottom: 0px;
	margin-left: 24px;
}

.contact-info h5 {
	margin-bottom: 5px;
}

.contact-info a {
	color: #595959;
}

.contact-info a:hover {
	color: #f30;
}

.icon-box i {
	display: inline-block;
	font-size: 55px;
	margin-bottom: 25px;
	color: #f30;
}

.icon-box img {
	max-width: 70px;
	display: inline-block;
	margin-bottom: 27px;
}

.icon-box h5 {
	font-size: 20px;
}

.icon-box .link-box {
	font-weight: 600;
	font-size: 14px;
}

.icon-box.style-2 {
	overflow: hidden;
}

.icon-box.style-2 i, .icon-box.style-2 img {
	float: left;
	margin-right: 30px;
}

.icon-box.style-2 .content-box {
	padding-left: 100px;
}

.icon-box.style-2 h5 {
	margin-bottom: 13px;
}

.content-box p {
	margin-bottom: 12px;
}

.service-box img {
	display: inline-block;
	margin-bottom: 27px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.service-box h5 {
	font-size: 20px;
}

.service-box .link-box {
	font-weight: 600;
	font-size: 14px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
	border-bottom: 1px solid #c2c4cd;
	margin-top: 1px;
	padding-bottom: 1px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background: transparent !important;
	border: none;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 12px;
	padding-bottom: 30px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title {
	font-size: 18px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title a {
	color: #0a0f2b !important;
	padding: 18px 0;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-controls-icon-chevron:before {
	content: "";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 14px;
	transform: none;
	border: none;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon-chevron:before {
	content: "";
}

.fun-facts .number {
	color: #fff;
	font-size: 48px;
	line-height: 1.4;
	font-weight: 600;
}

.fun-facts .title-fact {
	color: #fff;
	font-size: 20px;
}

.fun-facts .title-fact span {
	color: #fff;
}

.fun-facts .title-fact span {
	display: block;
}

.process {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.process .steps {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 15px;
	text-align: center;
	position: relative;
}

.process .steps .p-icon {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	display: inline-block;
	font-size: 56px;
	width: 140px;
	height: 140px;
	line-height: 140px;
	margin-bottom: 33px;
	border-radius: 50%;
	border: 1px solid #f30;
	color: #f30;
	background: #fff;
	position: relative;
	z-index: 1;
}

.process .steps .step-content {
	max-width: 248px;
	margin: auto;
}

.process .steps .step-content h5 {
	font-size: 20px;
}

.process .steps:hover .p-icon, .process .steps.active .p-icon {
	background: #f30;
	color: #fff;
}

.process .steps:after {
	content: "";
	background: #f30;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 70px;
	z-index: 0;
}

.process .steps:last-child:after {
	display: none;
}

.slick-slider .slider-nav i {
	margin-top: 6px;
}

.slick-slider .slider-nav {
	position: absolute;
	width: 46px;
	height: 46px;
	background: #e8e8e8;
	color: #0a0f2b;
	border: none;
	outline: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	top: 50%;
	margin-top: -22px;
	left: -70px;
}

.slick-slider .slider-nav:not(.slick-disabled):hover {
	background: #f30;
	color: #fff;
}

.slick-slider .slick-disabled {
	cursor: auto;
	opacity: .5;
}

.slick-slider .next-nav {
	left: auto;
	right: -70px;
}

.slick-slider .slick-dots {
	bottom: -50px;
}

.team-slider {
	margin: 0 -15px;
}

.team-slider .team-member {
	padding: 0 15px;
	font-size: 14px;
}

.team-slider .team-member img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.team-slider .team-member h5 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.team-slider .team-member ul {
	padding-left: 0;
}

.team-slider .team-member ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.team-slider .team-member ul li i {
	font-size: 18px;
}

.team-slider .slider-nav {
	top: -130px;
	left: auto;
	right: 15px;
}

.team-slider .prev-nav {
	right: 70px;
}

.testi-slider {
	margin: 0 -15px;
}

.testi-slider .testi-item {
	padding: 0 15px;
	position: relative;
}

.testi-slider .testi-item img.img-left {
	position: absolute;
	left: 15px;
	top: 45px;
}

.testi-slider .testi-item .testi-content {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 40px 35px 15px 75px;
	margin-left: 40px;
}

.testi-slider .testi-item h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

.testi-slider .testi-item .jobs {
	font-size: 14px;
	color: #666;
}

.testi-slider .slider-nav {
	top: 50%;
	left: -60px;
	margin-top: -22px;
}

.testi-slider .next-nav {
	left: auto;
	right: -60px;
}

.testi-slider .slick-dots {
	bottom: -50px;
}

.testi-slider.style-2 .testi-item {
	background: #f7f7f7;
	padding: 50px 50px 65px;
	margin: 0 15px;
	text-align: center;
	line-height: 36px;
}

.testi-slider.style-2 .testi-item i.fas {
	font-size: 24px;
	color: #ccc;
	display: inline-block;
	margin-bottom: 30px;
}

.testi-slider.style-2 .testi-item .says {
	max-width: 830px;
	margin: auto;
	font-size: 24px;
}

.testi-slider.style-2 .testi-item .client-info {
	display: inline-block;
	margin-top: 40px;
	overflow: hidden;
	text-align: left;
}

.testi-slider.style-2 .testi-item .client-info img {
	float: left;
	width: 50px;
}

.testi-slider.style-2 .testi-item .client-info h5, .testi-slider.style-2 .testi-item .client-info .jobs {
	padding-left: 65px;
}

.testi-slider.style-2 .testi-item .client-info h5 {
	margin-top: 5px;
}

.testi-slider.style-2 .testi-item .client-info .jobs {
	line-height: 1.6;
	margin-bottom: 0;
}

.partner-grid {
	overflow: hidden;
	text-align: center;
}

.partner-grid .partner-item {
	width: 20%;
	min-height: 160px;
	line-height: 160px;
	float: left;
	padding: 0 40px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.partner-grid .partner-item:first-child, .partner-grid .partner-item.one-row {
	border-left: none;
}

.partner-grid .partner-item.last {
	border-bottom: none;
}

.partner-grid.col-4 .partner-item {
	width: 25%;
}

.partner-grid.col-3 .partner-item {
	width: 33.33%;
}

.partner-grid.col-6 .partner-item {
	width: 16.6667%;
}

.projects .project-item {
	padding: 0 15px;
}

.projects img {
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.projects img:hover {
	opacity: .8;
}

.projects h4 {
	margin-bottom: 8px;
	font-size: 22px;
}

.projects .link-details {
	font-weight: 700;
	font-size: 14px;
}

.projects .next-nav {
	right: -60px;
}

.projects .prev-nav {
	left: -60px;
}

.projects .slick-dots {
	bottom: -60px;
}

.projects.no-gaps {
	margin: 0;
}

.projects.no-gaps .project-item {
	padding: 0;
}

.projects.no-gaps img {
	border-radius: 0;
}

.projects.style-2 .inner {
	position: relative;
	overflow: hidden;
}

.projects.style-2 .inner img {
	margin-bottom: 0;
	width: 100%;
}

.projects.style-2 .inner .p-info {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	position: absolute;
	bottom: -130px;
	opacity: 0;
	left: 0;
	width: 100%;
	padding: 35px;
	background: rgba(10, 15, 43, .8);
}

.projects.style-2 .inner .p-info a {
	color: #fff;
}

.projects.style-2 .inner .p-info a:hover {
	color: #f30;
}

.projects.style-2 .inner .p-info p {
	margin-bottom: 0;
	color: #ddd;
	font-size: 14px;
}

.p-info p span:last-child {
	display: none;
}

.projects.style-2 .inner .link-details {
	display: none;
}

.projects.style-2 .inner:hover .p-info {
	bottom: 0;
	opacity: 1;
}

.projects.style-2 .col-lg-8 img {
	height: 711px;
}

.projects:not(.style-2) .slider-nav {
	margin-top: -85px;
}

.project-grid .project-item {
	padding-bottom: 30px;
}

.cat-filter {
	margin-bottom: 50px;
}

.cat-filter a {
	font-size: 18px;
	font-weight: 600;
	margin-right: 50px;
}

.cat-filter a.selected {
	color: #f30;
}

.project-info h5 {
	margin-bottom: 8px;
}

.features-box {
	padding: 0;
	border-left: 1px solid #eaeaea;
	overflow: hidden;
	background-size: cover;
	display: flex;
	align-items: center;
}

.features-box .content-box {
	background: #fff;
	padding: 40px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	height: 100%;
}

.features-box .content-box:hover {
	background-color: rgba(13, 16, 41, .7) !important;
}

.features-box .content-box h5 {
	font-size: 20px;
}

.features-box .content-box p {
	margin-bottom: 25px;
}

.features-box .content-box p:last-child {
	margin-bottom: 0;
}

.features-box .content-box .link-box {
	font-weight: 600;
	font-size: 14px;
}

.features-box:first-child {
	border: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 6px;
}

.features-box:last-child {
	border-top-left-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 0;
}

.features-box:hover .content-box, .features-box.active .content-box {
	background: transparent;
	color: #fff;
}

.features-box:hover .content-box p, .features-box.active .content-box p, .features-box:hover .content-box h5, .features-box.active .content-box h5 {
	color: #fff !important;
}

.features-box:hover .content-box a, .features-box.active .content-box a {
	color: #f30;
}

.news-slider .news-item {
	padding: 0 15px;
}

.download-box p {
	margin-bottom: 30px;
}

.download-box .btn-download {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 275px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}

.download-box .btn-download i {
	font-size: 18px;
	position: relative;
	padding-right: 40px;
	margin-right: 0;
}

.download-box .btn-download i:after {
	content: "";
	position: absolute;
	right: 16px;
	top: 0px;
	width: 1px;
	height: 100%;
	background: #fff;
}

.rev_slider strong, .rev_slider b {
	font-weight: 600 !important;
}

.rev_slider .tparrows {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.rev_slider .tparrows:hover {
	background: #f30;
}

.wpb_wrapper .wpb_revslider_element {
	margin-bottom: 0;
}

.signature {
	font-size: 14px;
}

.signature strong {
	color: #0a0f2b;
	font-size: 16px;
}

.half-right-box ul {
	padding-top: 20px;
	font-weight: 600;
	font-size: 18px;
	color: #0a0f2b;
}

.half-right-box ul li {
	padding-bottom: 8px;
}

.half-right-box ul i {
	margin-right: 5px;
	font-size: 16px;
}

/*--------------------------------------------------------------
# Visual Composer
--------------------------------------------------------------*/
.vc_row-full-width .vc_row {
	margin: 0;
}

.vc_row-no-padding .vc_row .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.container .container {
	width: 100%;
	padding: 0;
}

/*Equal height*/
@media only screen and (min-width: 768px) {
	.wpb_row.vc_row-o-equal-height .vc_column_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.wpb_row.vc_row-o-equal-height > .vc_row {
		width: 100%;
		margin: 0;
	}
	
	.wpb_row.vc_row-o-equal-height .vc_row {
		box-sizing: border-box;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	_::-webkit-full-page-media, _:future, :root .wpb_row.vc_row-o-equal-height .vc_row {
		display: -webkit-box;
		display: -webkit-flex;
	}
	
	.wpb_row.vc_row-o-equal-height .vc_column_container {
		-moz-box-align: stretch;
		align-items: stretch;
	}
	
	.wpb_row.vc_row-o-content-middle .vc_column_container .vc_column-inner {
		-moz-box-pack: center;
		justify-content: center;
	}
	
	.wpb_row.vc_row-flex .vc_column_container:not(.bg-center) .vc_column-inner {
		-moz-box-flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		background-position: top !important;
	}
	
	.wpb_row.vc_row-o-content-bottom .vc_column_container .vc_column-inner {
		-moz-box-pack: end;
		justify-content: flex-end;
	}
	
	.wpb_row.vc_row-o-content-top .vc_column_container .vc_column-inner {
		-moz-box-pack: start;
		justify-content: flex-start;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/** 
*
* #site-footer 
* Footer CSS Styling
*
**/
.site-footer {
	background: #f7f7f7;
}

.site-footer .widget {
	margin: 0px 0px 20px 0px;
}

.site-footer .textwidget {
	color: #0a0f2b;
}

/** Footer Contact Info **/
.footer-contact-info {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 10px;
	box-sizing: border-box;
	width: 100%;
	padding: 49px 49px;
	border-bottom: 1px solid #ccc;
}

.footer-contact-info .footer-info-box {
	padding: 5px;
	color: #0a0f2b;
	display: table;
	text-align: center;
}

.footer-contact-info .footer-info-box > * {
	vertical-align: middle;
	display: table-cell;
}

.footer-contact-info .footer-info-box i {
	font-size: 34px;
	display: inline-block;
}

.footer-contact-info .footer-info-box span {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	margin-left: 27px;
}

.footer-contact-info .footer-info-box span small {
	font-weight: normal;
	display: block;
}

.footer-contact-info.no-line {
	border: none;
}

/** .main-footer  **/
.main-footer {
	padding: 70px 0px 80px 0px;
}

.main-footer .widget h3.widget-title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

.main-footer .widget ul li {
	line-height: 28px;
	font-weight: normal;
	padding-bottom: 0px;
}

.main-footer .widget ul li a {
	font-weight: normal;
}

.main-footer .widget.widget_media_image {
	margin-bottom: 30px;
}

.main-footer .social-list li {
	margin-right: 15px;
}

.main-footer .social-list li i {
	font-weight: 600;
}

.mc4wp-form p {
	color: #0a0f2b;
}

.mc4wp-form .form-inner {
	position: relative;
}

.mc4wp-form input[type=email], .mc4wp-form input[type=text] {
	width: 100%;
}

.mc4wp-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	width: 50px;
	background: #0a0f2b;
	border: none;
	color: #fff;
	font-size: 14px;
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0;
}

.footer-bottom {
	background: #0a0f2b;
	padding: 22px 0;
	font-size: 14px;
}

.footer-bottom .footer-copyright {
	color: #fff;
}

.footer-nav ul {
	margin-bottom: 0;
	text-align: right;
	padding-left: 0px;
}

.footer-nav ul li {
	display: inline-block;
}

.footer-nav ul li:last-child a {
	border: none;
	padding-right: 0;
}

.footer-nav ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 11px;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0px 13px 0px 13px;
}

.footer-nav ul li a:hover {
	color: #f30;
}

/*.site-content .welcome_section{padding-top: 50px !important; padding-bottom: 50px !important;margin-top: 0 !important;}*/
.welcome_section .wpb_wrapper {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 15px;
}

.welcome_section .wpb_wrapper h2 {
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 700 !important;
}

.welcome_section .wpb_wrapper * {
	margin: 0px;
	padding: 0px;
}

.welcome_section .wpb_wrapper .btn-large {
	padding: 12px 20px;
	margin-top: 20px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 20px;
}

.welcome_section .wpb_wrapper .wpb_column {
	width: 50%;
}

.welcome_section .wpb_wrapper .wpb_column:first-child {
	padding-right: 50px;
}

.welcome_section .wpb_wrapper .wpb_column:last-child {
	padding-left: 50px;
	text-align: right;
}

.welcome_section .wpb_wrapper p {
	padding-top: 30px;
}

.site-content .product_category > * {
	padding: 0px 15px !important;
	margin: 0px !important;
}

.site-content .category_lists .vc_column-inner {
	margin: 0px;
	padding: 0px 15px;
}

.site-content .category_lists .products {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

.category_lists .products .product-category {
	width: 33.33%;
	flex: 0 0 33.33%;
	margin: 20px 0px;
}

/*.category_lists .products .product-category img{height: 280px; object-fit: cover; object-position: center; width: 100%; border-radius: 5px;}*/
.category_lists .products .product-category h4 {
	padding: 0px;
	margin: 20px 0 0;
}

.category_lists .products .product-category h4 + * {
	margin: 20px 0 0;
}

.site-content .call-to-action {
	padding: 40px 0 40px 0 !important;
	margin: 50px 0 0 0 !important;
}

.site-content .call-to-action .vc_row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-content .call-to-action h3.vc_custom_heading {
	margin-bottom: 0;
	margin-top: 0 !important;
}

.site-content .call-to-action *:before, .site-content .call-to-action *:after {
	display: none;
}

.latest_news_row {
	padding: 50px 0px;
}

/*.latest_news_row *{margin: 0px; padding: 0px;}*/

/*.latest_news_row .slick-slide > *{padding: 0px 15px;}*/
.latest_news_row .no_image {
	height: 240px;
	overflow: hidden;
	border-radius: 5px;
}

.latest_news_row .no_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.latest_news_row .entry-meta {
	margin: 20px 0 0;
}

.latest_news_row h5 {
	margin: 10px 0 0;
}

.latest_news_row .description {
	margin: 10px 0 0;
}

.latest_news_row .post-link {
	margin: 10px 0 0;
	display: inline-block;
}

#site-footer .footer-bottom .row .col-md-4:nth-child(1) {
	padding: 0px;
	width: 40%;
	flex: 0 0 40%;
}

#site-footer .footer-bottom .row .col-md-4:nth-child(1) ul {
	text-align: left;
}

#site-footer .footer-bottom .row .col-md-4:nth-child(2) {
	padding: 0px;
	width: 30%;
	flex: 0 0 30%;
}

#site-footer .footer-bottom .row .col-md-4:nth-child(3) {
	padding: 0px;
	width: 30%;
	flex: 0 0 30%;
}

#site-footer .footer-bottom .footer-copyright {
	text-align: left;
}

#site-footer .footer-bottom #menu-footer-sub-menu {
	text-align: center;
}

.wpcf7-form.invalid .wpcf7-response-output {
	display: none;
}

.wpcf7-form .wpcf7-spinner {
	top: 8px;
}

.contact-info {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact-info .fa-map-marker {
	margin-top: 0px;
}

.contact-info p {
	margin-bottom: 0;
	font-weight: 400;
}

.contact-info p a {
	font-weight: 400;
}

.product_listing .products {
	display: flex;
	flex-wrap: wrap;
}

.product_listing .products li {
	width: 33.33%;
	flex: 0 0 33.33%;
}

.contact_details .contact-info {
	padding: 25px 15px 25px 25px;
	background-color: #e8e8e8;
	border-radius: 3px;
	margin-bottom: 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 0;
	color: #34993d;
	padding: 0;
	margin: 15px 0 0 0;
}

.welcome_fitco {
	padding: 100px 0;
}

.welcome_fitco .vc_empty_space {
	display: none;
}

.welcome_fitco + .call-to-action {
	margin-top: 0 !important;
}

.welcome_fitco .wpb_content_element:last-child {
	margin-bottom: 0;
}

ul.flex-direction-nav {
	position: absolute;
	top: 37%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 10;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0px;
	list-style: none;
}

li.flex-nav-prev {
	float: left;
}

li.flex-nav-next {
	float: right;
}

a.flex-next {
	visibility: hidden;
}

a.flex-prev {
	visibility: hidden;
}

a.flex-next::after {
	visibility: visible;
	content: "";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 70px;
}

a.flex-prev::before {
	visibility: visible;
	content: "";
	font-family: FontAwesome;
	margin-left: 10px;
	font-size: 70px;
}

.pswp--open {
	z-index: 9999;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1440px) {
	.latest_news_row .news-slider {
		margin: 0px;
	}
	
	.latest_news_row .news-slider .next-nav {
		right: -50px;
	}
	
	.latest_news_row .news-slider .prev-nav {
		left: -50px;
	}
}

@media (max-width: 1199px) {
	.welcome_section .wpb_wrapper {
		max-width: 970px;
	}
	
	/*.latest_news_row .news-slider{padding: 0px 15px;}*/
	.latest_news_row .news-slider .next-nav {
		right: -30px;
	}
	
	.latest_news_row .news-slider .prev-nav {
		left: -30px;
	}
	
	.category_lists .products .product-category img {
		height: 230px;
	}
	
	.welcome_section .wpb_wrapper .wpb_column:first-child {
		padding-right: 20px;
	}
	
	.welcome_section .wpb_wrapper .wpb_column:last-child {
		padding-left: 20px;
	}
	
	#site-footer .footer-bottom .row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	#site-footer .footer-bottom .row .col-md-4:nth-child(1) {
		width: 100%;
		flex: 0 0 100%;
	}
	
	#site-footer .footer-bottom .row .col-md-4:nth-child(1) ul {
		text-align: center;
		margin-bottom: 10px;
	}
	
	#site-footer .footer-bottom .row .col-md-4:nth-child(2), #site-footer .footer-bottom .row .col-md-4:nth-child(3) {
		width: auto;
		flex: none;
		text-align: center;
		padding: 0px 15px;
	}
	
	.vc_section {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.latest_news_row .news-slider {
		margin: 0px -15px;
	}
	
	h1, .head-main {
		font-size: 36px;
	}
	
	h2, .head-second, .category_title {
		font-size: 30px;
	}
	
	h3, .head-third {
		font-size: 28px;
	}
	
	h4, .head-four {
		font-size: 22px;
	}
	
	h5, .head-five {
		font-size: 16px;
	}
	
	h6, .head-six {
		font-size: 16px;
	}
	
	.industry.vc_custom_1671193930123 {
		padding: 70px 0 !important;
	}
	
	.counter_section.vc_custom_1671450832463 {
		padding: 70px 0 !important;
	}
	
	.product_category_section {
		padding: 70px 0 30px 0;
	}
	
	.latest_blog_data {
		padding: 70px 0 20px 0;
	}
	
	section.we_are_committed {
		padding: 70px 0 !important;
	}
	
	section.counter_section {
		padding: 70px 0 !important;
	}
	
	section.why_choose_fitco {
		padding: 70px 0 10px 0 !important;
	}
	
	.welcome_section .wpb_column:first-child {
		padding-bottom: 50px;
	}
	
	.welcome_section .vc_row {
		align-items: flex-end;
	}
	
	.we_are_committed .vc_custom_heading {
		font-size: 50px !important;
		line-height: 60px !important;
	}
	
	section.profile_section {
		padding-top: 65px !important;
		padding-bottom: 25px !important;
	}
	
	section.profile_section .wpb_content_element.wpb_text_column {
		margin-bottom: 50px;
	}
	
	section.profile_section .vc_custom_heading {
		margin-bottom: 30px !important;
	}
	
	.wpb_row.contact_row {
		padding: 70px 0 70px 0 !important;
	}
	
	body:not(.single) .site-content:not(.full-content) {
		padding: 70px 0 30px 0px;
	}
	
	.welcome_fitco {
		padding: 70px 0;
	}
	
	.privacy_policy {
		padding: 70px 0 60px 0;
	}
	
	#content.product_page {
		padding: 50px 0 25px 0 !important;
	}
	
	section.testimonial_section {
		padding: 70px 0 !important;
	}
	
	.category_title {
		margin-bottom: 20px;
	}
	
	#content.category_detail {
		padding: 70px 0 !important;
	}
	
	.latest_blog_data .slick-slider .prev-nav {
		left: 0;
		z-index: 2;
	}
	
	.latest_blog_data .slick-slider .next-nav {
		right: 0;
		z-index: 2;
	}
	
	.woocommerce .category_detail nav.woocommerce-pagination {
		margin-top: 20px;
	}
	
	.woo-single-post-class .row.row-pedng .btn {
		font-size: 14px;
		padding: 12px 8px;
	}
}

/* 1199 end */
@media (max-width: 991px) {
	.welcome_section .wpb_wrapper {
		max-width: 750px;
	}
	
	.welcome_section .wpb_wrapper * {
		width: 100%;
	}
	
	.welcome_section .wpb_wrapper .vc_inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.welcome_section .wpb_wrapper .wpb_column:first-child {
		padding-right: 0px;
		width: 100%;
		flex: 0 0 100%;
	}
	
	.welcome_section .wpb_wrapper .wpb_column:last-child {
		padding-left: 0px;
		width: 100%;
		flex: 0 0 100%;
	}
	
	.welcome_section .wpb_wrapper h2 {
		margin-top: 0px;
	}
	
	.welcome_section .vc_custom_1671180602497 {
		padding-top: 0 !important;
	}
	
	.latest_news_row .news-slider {
		padding: 0px;
	}
	
	#site-footer .footer-bottom .row .col-md-4:nth-child(2), #site-footer .footer-bottom .row .col-md-4:nth-child(3) {
		width: 100%;
	}
	
	#site-footer .footer-bottom .footer-copyright {
		text-align: center;
		padding-top: 10px;
	}
	
	.category_lists .products .product-category {
		width: 50%;
		flex: 0 0 50%;
	}
	
	.category_lists .products .product-category img {
		height: 260px;
	}
	
	.latest_news_row {
		padding: 50px 0 80px;
	}
	
	.latest_news_row .no_image {
		height: 220px;
	}
	
	.product_listing .products li {
		width: 50%;
		flex: 0 0 50%;
	}
	
	.main-header, .has-fixed.header-layout-2 .main-header {
		box-shadow: 0 4px 3px rgba(0, 0, 0, .2) !important;
	}
	
	.about_us_section {
		padding-top: 50px;
	}
	
	.contact_details {
		padding-bottom: 25px;
	}
	
	.news-slider {
		margin: 0 -15px !important;
	}
	
	.call-to-action .vc_row .wpb_column.vc_col-sm-8, .call-to-action .vc_row .wpb_column.vc_col-sm-4 {
		width: 100%;
	}
	
	.site-content .call-to-action h3.vc_custom_heading {
		margin-bottom: 20px;
		margin-top: 0 !important;
	}
	
	.contact_row .wpb_column {
		width: 100% !important;
	}
	
	.contact_row .vc_col-md-5 {
		margin-bottom: 10px;
	}
	
	.welcome_section .wpb_wrapper {
		padding: 0;
	}
	
	.welcome_section .wpb_column {
		width: 100%;
	}
	
	.welcome_section .wpb_single_image {
		margin-top: 30px;
	}
	
	.welcome_section .wpb_single_image .wpb_wrapper {
		text-align: center;
	}
	
	.welcome_section .wpb_single_image img {
		width: auto;
		margin: 0 auto;
	}
	
	.welcome_section .wpb_wrapper {
		width: 100%;
	}
	
	.latest_news_row .news-slider {
		padding: 0px 0px;
	}
	
	.wpb_row.contact_row {
		padding: 50px 0 50px 0 !important;
	}
	
	.page-pagination {
		display: flex;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 30px;
		margin: 0 15px;
	}
	
	.blog_main .blog_wrapbx {
		display: flex;
		flex-wrap: wrap;
	}
	
	.blog_wrapbx article {
		width: 50%;
	}
	
	.bolog_detail_left {
		width: 100%;
	}
	
	.blog_detail_right {
		width: 100%;
		margin-top: 20px;
	}
	
	.blog_detail_right .widget {
		margin-bottom: 30px;
	}
	
	.widget {
		margin: 0 0 45px;
	}
	
	.section-padd-top70 {
		padding-top: 60px;
	}
	
	.section-padd-bot {
		padding-bottom: 60px;
	}
	
	.blog_detail_right section:last-child {
		margin-bottom: 0;
	}
	
	.blog_detail_right section:last-child p:last-child {
		margin-bottom: 0;
	}
	
	.blog_detail_right .primary-sidebar {
		padding-right: 0;
		padding-left: 0;
	}
	
	.welcome_row .wel_image {
		width: 100%;
		text-align: center;
	}
	
	.welcome_row .welcome_content {
		width: 100%;
		padding-bottom: 30px !important;
	}
	
	.welcome_row {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
	}
	
	.welcome_row::before {
		left: 30px;
		top: 30%;
		right: 30px;
		bottom: 30px;
	}
	
	.top-header > .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.top-header > .container #site-logo {
		margin-right: auto;
	}
	
	.top-header > .container #menu-btn {
		margin-left: auto;
		margin-top: 0;
	}
	
	.top-header > .container #site-logo a img {
		width: 80px;
		height: auto;
	}
	
	.woocommerce .related ul.products li.product {
		width: 50%;
		flex: 0 0 50%;
		margin-bottom: 42px;
	}
	
	.features-box {
		height: auto !important;
	}
	
	.top-head_inn {
		width: 100%;
		position: relative;
	}
	
	.site-content .call-to-action .vc_row {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.site-content .call-to-action .btn {
		margin-top: 20px;
	}
	
	.industry.vc_custom_1671193930123 {
		padding: 50px 0 !important;
	}
	
	.product_category_section {
		padding: 50px 0 10px 0 !important;
	}
	
	.industry.vc_custom_1671193930123 {
		padding: 50px 0 !important;
	}
	
	.counter_section.vc_custom_1671450832463 {
		padding: 50px 0 !important;
	}
	
	.latest_blog_data {
		padding: 50px 0 40px 0;
	}
	
	.product_category_section .wpb_content_element {
		margin-bottom: 10px;
	}
	
	.latest_blog_data .wpb_content_element {
		margin-bottom: 10px;
	}
	
	.industry .vc_custom_1671194382232 {
		margin-bottom: 30px !important;
	}
	
	.industry .vc_empty_space {
		height: 25px !important;
	}
	
	.counter_section .vc_empty_space {
		display: none;
	}
	
	.main-footer {
		padding: 50px 0 30px 0;
	}
	
	section.we_are_committed {
		padding: 50px 0 !important;
	}
	
	section.counter_section {
		padding: 50px 0 !important;
	}
	
	section.why_choose_fitco {
		padding: 50px 0 10px 0 !important;
	}
	
	.why_choose_fitco .wpb_content_element {
		margin-bottom: 30px !important;
	}
	
	.we_are_committed .vc_custom_heading {
		font-size: 40px !important;
		line-height: 50px !important;
	}
	
	.profile_section .vc_row {
		flex-wrap: wrap;
	}
	
	.process .steps:last-child {
		padding-bottom: 0;
	}
	
	.we_are_committed .vc_custom_heading {
		margin-bottom: 30px !important;
	}
	
	.wpb_row.contact_row {
		padding: 50px 0 50px 0 !important;
	}
	
	section.contact_row .vc_custom_heading {
		margin-bottom: 30px !important;
	}
	
	body:not(.single) .site-content:not(.full-content) {
		padding: 50px 0 10px 0px;
	}
	
	.welcome_fitco {
		padding: 50px 0;
	}
	
	.privacy_policy {
		padding: 50px 0 40px 0;
	}
	
	#content.product_page {
		padding: 30px 0 20px 0 !important;
	}
	
	.woocommerce .product_listing .product-category {
		margin-bottom: 30px;
	}
	
	section.testimonial_section {
		padding: 50px 0 !important;
	}
	
	#content.category_detail {
		padding: 50px 0 !important;
	}
	
	.description-wrap {
		padding-top: 50px;
	}
	
	.woo-single-post-class .row.row-pedng .col-md-2 {
		width: 21%;
	}
	
	.woo-single-post-class .row.row-pedng .col-md-8 {
		width: 58%;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li, #accordion .card .card-header button {
		font-size: 18px;
	}
	
	#accordion .card .card-header button::before {
		top: 8px;
	}
	
	.single-product div.product .product_meta {
		font-size: 18px;
	}
	
	.blog_main .blog_wrapbx article {
		width: 50%;
	}
	
	.blog_main .blog_wrapbx article .col-md-4 {
		margin-bottom: 0;
	}
	
	.main-navigation li ul {
		padding-bottom: 0;
	}
	
	.main-navigation li ul li:last-child {
		border-bottom: 0;
	}
	
	.table_vertical {
		display: block;
		width: 100%;
		overflow-x: auto;
	}
	
	body.menu-open {
		overflow: hidden;
	}
	
	.main-navigation {
		overflow: auto;
		height: calc(100vh - 135px);
		padding-bottom: 80px;
	}
	
	.header-layout-2 .btn-cta.mobile-gac-cta {
		display: block !important;
		float: none;
	}
	
	.btn-cta.mobile-gac-cta .btn, .btn-cta.mobile-gac-cta .btn:hover {
		display: inline-block;
		background: #e1b75b;
		color: #fff;
	}
	
	.menu-header-menu-container {
		display: block;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel .card img {
		margin-bottom: 20px;
	}
	
	.gallery-columns-3 .gallery-item .gallery-icon {
		margin-bottom: 0;
	}
	
	/******** 29-3-2024 *********/
	.mobile-text-list {
		position: absolute;
		display: block !important;
		right: 50px;
		top: 39px;
	}
	
	.mobile-text-list a {
		display: inline-block;
		display: inline-block;
		font-size: 23px;
		line-height: 24px;
		color: #e1b75b;
		margin: 0 0 0 10px;
	}
}

@media (min-width: 992px) {
	.mobile-text-list {
		display: none;
	}
}

/******** 29-3-2024 *********/

/* 991 end */
@media (max-width: 767px) {
	.call-to-action .text-right {
		text-align: center;
	}
	
	.site-content .call-to-action {
		padding: 40px 0 40px !important;
	}
	
	.site-content .call-to-action * {
		text-align: center !important;
	}
	
	.latest_news_row .no_image {
		height: 400px;
	}
	
	.latest_news_row .slick-slide > * {
		padding: 0px;
	}
	
	.woocommerce div.product div.images img {
		max-height: 300px;
	}
	
	.wpb_button, ul.wpb_thumbnails-fluid > li {
		margin-bottom: 20px !important;
	}
	
	.welcome_section .wpb_wrapper p {
		padding-top: 27px;
	}
	
	.welcome_section .vc_custom_heading {
		margin-top: 0;
	}
	
	.welcome_section .wpb_wrapper .vc_custom_heading {
		margin-top: 0;
	}
	
	.welcome_section .wpb_single_image {
		margin-top: 30px;
	}
	
	.site-content .call-to-action h3.vc_custom_heading {
		margin-bottom: 20px;
	}
	
	.vc_section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.page-title {
		font-size: 32px;
	}
	
	h1, .head-main {
		font-size: 30px;
	}
	
	h2, .head-second, .category_title {
		font-size: 26px;
	}
	
	h3, .head-third {
		font-size: 24px;
	}
	
	h4, .head-four {
		font-size: 20px;
	}
	
	h5, .head-five {
		font-size: 18px;
	}
	
	h6, .head-six {
		font-size: 16px;
	}
	
	.welcome_section .wpb_wrapper h2 {
		margin-top: 20px;
	}
	
	.product_category .wpb_content_element {
		margin-bottom: 15px;
		margin-top: 0 !important;
	}
	
	body {
		font-size: 14px;
	}
	
	.latest_news_row.vc_column_container > .vc_column-inner {
		margin-top: 0 !important;
	}
	
	body:not(.single) .site-content:not(.full-content) {
		padding: 50px 0 10px 0px;
	}
	
	.page-pagination a, .page-pagination span {
		width: 32px;
		height: 32px;
		display: block;
		font-weight: 500;
		border-radius: 3px;
		line-height: 32px;
		background: #eee;
		font-size: 12px;
	}
	
	.blog_wrapbx article {
		width: 100%;
	}
	
	.primary-sidebar .widget-title {
		font-size: 16px;
		text-transform: uppercase;
	}
	
	.blog_detail_right {
		margin-top: 10px;
	}
	
	.blog_detail_right .widget {
		margin-bottom: 40px;
	}
	
	.single-product div.product {
		width: 100%;
	}
	
	.single-product .site-main {
		padding: 70px 0 20px 0;
	}
	
	.woocommerce span.onsale {
		width: 50px;
		height: 50px;
		line-height: 48px;
		font-size: 15px;
	}
	
	.product-info .price-rate {
		margin-bottom: 0 !important;
	}
	
	.wpb_single_image .vc_single_image-wrapper img {
		max-width: 200px;
	}
	
	.wpb_single_image .vc_single_image-wrapper {
		margin-bottom: 25px;
	}
	
	.welcome_row::before {
		left: 20px;
		bottom: 20px;
		right: 20px;
		top: 22%;
	}
	
	.welcome_row .welcome_content {
		padding-bottom: 15px;
	}
	
	.welcome_section .wpb_single_image .vc_single_image-wrapper {
		margin-bottom: 0 !important;
	}
	
	.welcome_section .vc_empty_space {
		display: none;
	}
	
	.industry .vc_empty_space {
		display: none !important;
	}
	
	.we_are_committed .vc_custom_heading {
		font-size: 35px !important;
		line-height: 40px !important;
	}
	
	.we_are_committed .vc_empty_space {
		height: 20px !important;
	}
	
	.icon-box img {
		margin-bottom: 15px !important;
	}
	
	.icon-box h5 {
		margin-bottom: 15px;
	}
	
	section.we_are_committed {
		padding: 50px 0 30px 0 !important;
	}
	
	section.profile_section {
		padding-top: 25px !important;
		padding-bottom: 0 !important;
	}
	
	section.profile_section .vc_custom_heading {
		margin-top: 25px !important;
	}
	
	.why_choose_fitco .wpb_text_column p {
		margin-bottom: 10px;
	}
	
	.why_choose_fitco .process .steps .p-icon {
		width: 100px;
		height: 100px;
		font-size: 46px;
		line-height: 100px;
		color: #f30;
	}
	
	.why_choose_fitco .process .steps::after {
		left: 65px;
	}
	
	.why_choose_fitco .process .steps .step-content {
		padding-left: 125px;
	}
	
	.woo-single-post-class .row.row-pad .col-md-2 {
		width: 100%;
	}
	
	.woo-single-post-class .row.row-pad .col-md-8 {
		width: 100%;
	}
	
	.single-product div.product .product_meta {
		font-size: 16px !important;
	}
}

/* 767 end */
@media (max-width: 479px) {
	.category_lists .products .product-category {
		width: 100%;
		flex: 0 0 100%;
	}
	
	.category_lists .products .product-category img {
		height: 270px;
	}
	
	.latest_news_row .no_image {
		height: 220px;
	}
	
	.product_listing .products li {
		width: 100%;
		flex: 0 0 100%;
	}
	
	.blog_main .blog_wrapbx article {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.lg-hidden {
		display: none;
	}
	
	.lg-left-100 {
		margin-left: -100px;
	}
	
	.lg-right-80 {
		margin-right: -80px;
	}
	
	.lg-right70 {
		padding-right: 70px;
	}
	
	.lg-right40 {
		padding-right: 40px !important;
	}
	
	.main-navigation {
		display: block !important;
	}
	
	.main-navigation ul {
		display: block !important;
	}
	
	#menu-btn {
		display: none !important;
	}
	
	.header-layout-2 .main-navigation {
		float: left;
		padding-top: 0;
	}
	
	.header-layout-2 .main-navigation ul.menu > li {
		padding: 0;
	}
	
	.header-layout-2 .main-navigation ul.menu > li > a {
		padding: 20px 16px;
	}
	
	.header-layout-2 .main-navigation ul.menu > li.current_page_item > a, .header-layout-2 .main-navigation ul.menu > li.current-menu-item > a, .footer-nav ul li.current-menu-item > a, .footer-nav ul li.current_page_item > a, .header-layout-2 .main-navigation ul.menu > li.current_page_parent > a {
		color: #e1b75b !important;
	}
	
	.header-layout-2 .main-navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}
	
	.header-layout-2 .main-navigation ul.menu > li ul a {
		padding: 14px;
	}
	
	#custom_html-4 {
		padding-left: 60px;
	}
	
	#custom_html-5 {
		padding-left: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1229px) {
	.main-navigation li {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.main-navigation li a {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.md-hidden {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.sm-hidden {
		display: none;
	}
}

@media (max-width: 991px) {
	.has-fixed.header-layout-2 {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		background: #fff;
		box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .03);
	}
	
	body:not(.single) .hentry {
		margin: 0 0 30px;
	}
	
	.has-fixed.header-layout-2 .main-header {
		position: static;
		box-shadow: none;
	}
	
	.admin-bar .has-fixed.header-layout-2 {
		top: 32px;
	}
	
	.header-call-to-action {
		display: none;
	}
	
	.main-navigation {
		float: none;
		display: none;
		clear: both;
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	.main-navigation li {
		display: block;
		float: none;
		padding: 0;
		position: relative;
	}
	
	.main-navigation li > span {
		content: "";
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 0;
		background: url("https://cdn-ilahokl.nitrocdn.com/klfWHuvePDajSQyLwDrAHMlXxVeJllIM/assets/images/optimized/rev-dcf2a58/www.fitcoindia.com/wp-content/themes/industro-child/images/arrow-down-dark.svg") no-repeat center center;
		z-index: 10;
		cursor: pointer;
		transition: all .1s linear;
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
		-ms-transition: all .1s linear;
	}
	
	.main-navigation li > span.nitro-lazy {
		background-image: none !important;
	}
	
	.main-navigation li > span.clicked {
		background: url("https://cdn-ilahokl.nitrocdn.com/klfWHuvePDajSQyLwDrAHMlXxVeJllIM/assets/images/optimized/rev-dcf2a58/www.fitcoindia.com/wp-content/themes/industro-child/images/arrow-up-dark.svg") no-repeat center center;
	}
	
	.main-navigation li > span.clicked.nitro-lazy {
		background-image: none !important;
	}
	
	.main-navigation li > span:hover {
		background-color: #eee;
	}
	
	.main-navigation li a {
		padding: 12px 0;
	}
	
	.main-navigation li ul {
		display: none;
		opacity: 1;
		visibility: visible;
		position: static;
		border: none;
		box-shadow: none;
		padding-bottom: 10px;
	}
	
	.header-layout-2 .top-header {
		border: none;
	}
	
	.header-layout-2 .btn-cta, .header-layout-2 .info-list, .header-layout-2 .social-list, .header-layout-2 .header-search {
		display: none !important;
	}
	
	.footer-contact-info {
		padding: 0;
	}
	
	.footer-contact-info .footer-info-box {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.footer-nav {
		margin-top: 0px;
	}
	
	.footer-nav ul {
		text-align: center;
		padding-left: 0;
	}
	
	.footer-nav ul li:first-child a {
		padding-left: 0;
	}
	
	.process {
		display: block;
	}
	
	.process .steps {
		overflow: hidden;
		padding-bottom: 30px;
	}
	
	.process .steps .p-icon {
		float: left;
		margin-bottom: 0;
	}
	
	.process .steps .step-content {
		max-width: none;
		padding-left: 165px;
		padding-top: 10px;
		text-align: left;
	}
	
	.process .steps:after {
		height: 100%;
		width: 1px;
		left: 85px;
		top: 0;
	}
	
	.partner-grid.logo-grid .partner-item {
		width: 50%;
		border-bottom: 1px solid #ccc;
		border-left: none;
	}
	
	.call-to-action .text-right {
		text-align: left;
		margin-top: 0px;
	}
	
	.features-box {
		border-left: none;
		border-top: 1px solid #eaeaea;
	}
	
	.features-box:first-child {
		border: none;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
	}
	
	.features-box:last-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
	}
	
	.footer-nav, .footer-nav a {
		text-align: center;
	}
	
	.pdfjs-iframe {
		height: 100vh !important;
		max-height: calc(100vh - 100px);
	}
}

@media (max-width: 782px) {
	.admin-bar .has-fixed .main-header, .admin-bar .has-fixed.header-layout-2 {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.page-header .container {
		width: 100%;
	}
	
	.site-header .social-list {
		float: none;
		margin-top: 10px;
	}
	
	.site-header .social-list li {
		margin-left: 0;
		margin-right: 10px;
	}
	
	.site-header .info-list {
		float: none;
	}
	
	.footer-contact-info {
		display: block;
		padding: 20px 0;
	}
	
	.footer-contact-info .footer-info-box {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.testi-slider.style-2 .testi-item {
		padding: 30px;
		font-size: 18px;
		line-height: 28px;
	}
	
	.testi-slider.style-2 .testi-item .client-info {
		margin-top: 30px;
	}
	
	ul.flex-direction-nav {}
	
	.woocommerce div.product .woocommerce-tabs .panel .card img {
		margin-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.xs-hidden {
		display: none;
	}
	
	.admin-bar .has-fixed .main-header, .admin-bar .has-fixed.header-layout-2 {
		top: 0;
	}
}

/*# sourceMappingURL=style.css.map */
@media (max-width: 520px) {
	.page-title {
		font-size: 25px !important;
	}
}

@media (max-width: 480px) {
	.contact-info:last-child {
		margin-bottom: 28px;
	}
	
	.footer-nav ul li a {
		padding: 0px 10px 0px 10px;
	}
	
	.blog_wrapbx article:last-child .blolgistbx {
		margin-bottom: 0 !important;
	}
	
	.blog_wrapbx article:last-child {
		margin-bottom: 0 !important;
	}
	
	.woocommerce .related ul.products li.product {
		width: 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	
	.counter_section .vc_col-xs-4 {
		width: 100%;
		margin-top: 25px;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 100%;
	}
	
	.pdfjs-iframe {
		height: 100vh !important;
		max-height: calc(100vh - 50px);
	}
}

.no_blog {
	color: red;
	text-align: center;
	font-size: 22px;
}

.pdfjs-fullscreen {
	display: none !important;
}

.pdfjs-iframe {
	height: 100vh !important;
	max-height: calc(100vh - 50px);
}
