 /*

	Theme Name: Drenth Motorsport Gearboxes
	Theme URI: https://www.drenth.nl
	Description: Drenth Motorsport Gearboxes
	Version: 1.0
	Author: Bloemendaal in Vorm
	Author URI: http://www.bloemendaalinvorm.nl

*/
/*-----------------------------------------------------------------------------------

	0.	Clearfix
	1.  Basics (fonts, body, links etc)
	x.  Header

-----------------------------------------------------------------------------------*/
/*----------------------------------------------
0. Clearfix
------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  *display: inline-block;
  height: 1%;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

/*----------------------------------------------
1. Basics
------------------------------------------------*/

/* Fonts -------------------------------------- */
.roboto-light { font-family: 'Roboto', sans-serif; font-weight: 300; }
.roboto-regular { font-family: 'Roboto', sans-serif; font-weight: 400; }
.roboto-medium { font-family: 'Roboto', sans-serif; font-weight: 500; }
.roboto-bold { font-family: 'Roboto', sans-serif; font-weight: 700; }
.roboto-black { font-family: 'Roboto', sans-serif; font-weight: 900; }

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #000;
}

body.no-scroll {
	height: 100vh;
	overflow: hidden;
}

h1, .h1 { font-size: 2rem; }
h2, .h2 { font-size: 1.75rem; }
h3, .h3 { font-size: 1.5rem; }
h4, .h4 { font-size: 1.25rem; }
h5, .h5 { font-size: 1.125rem; }
h6, .h6 { font-size: 1rem; }
ul, ol, p, address, table, a  { font-size: 1rem; line-height: 1.6; }
.form-control { font-size: 1rem; }
.btn { font-size: 1.25rem; }
table { color: #808080; }

p.lead {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #808080;
}

#primary-content h3 {
	margin-top: 1.25em;
}

#primary-content figure.masked-image,
#primary-content hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.vacature-list-item + .vacature-list-item {
  margin-top: 1.75rem;
}

@media all and (min-width: 768px) {
	body {
		font-size: 15px;
	}

	h1, .h1 { font-size: 2.4rem; }
	h2, .h2 { font-size: 2.267rem; }
	h3, .h3 { font-size: 1.6rem; }
	h4, .h4 { font-size: 1.467rem; }
	h5, .h5 { font-size: 1.2rem; }
	h6, .h6 { font-size: 1.067rem; }
	ul, ol, p, address, table, a  { font-size: 1.067rem; }
	.form-control { font-size: 1.125rem; }
	.btn { font-size: 1.2rem; }

}

@media all and (min-width: 992px) {
	body {
		font-size: 16px;
	}

	h1, .h1 { font-size: 2.55rem; }
	h2, .h2 { font-size: 2.25rem; }
	h3, .h3 { font-size: 1.625rem; }
	h4, .h4 { font-size: 1.5rem; }
	h5, .h5 { font-size: 1.25rem; }
	h6, .h6 { font-size: 1.125rem; }
	ul, ol, p, address, table, a  { font-size: 1.125rem; }
	.form-control { font-size: 1.125rem; }
	.btn { font-size: 1.25rem; }

}

@media all and (min-width: 1200px) {
	body {
		font-size: 17px;
	}

	h1, .h1 { font-size: 3.25rem; }
	h2, .h2 { font-size: 2.375rem; }
	h3, .h3 { font-size: 1.75rem; }
	h4, .h4 { font-size: 1.625rem; }
	h5, .h5 { font-size: 1.375rem; }
	h6, .h6 { font-size: 1.125rem; }
	ul, ol, p, address, table, a { font-size: 1.125rem; }

}

@media all and (min-width: 1920px) {
	h1, .h1 { font-size: 3.75rem; }
}

/* Links -------------------------------------- */
a {
	-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover, a:focus {
	text-decoration: none;
}

a.view-quote {
	position: relative;
	top: 16px;
	left: 10px;
	color: #e74c3c;
	text-decoration: underline;
	font-size: 1rem;
}

/* Colors ------------------------------------- */
.text-white { color: #fff !important; }
.text-black { color: #1d1d1b !important; }
.text-gray { color: #808080 !important; }
.text-darkgray { color: #3c3c3b !important; }
.text-green { color: #2ecc71 !important; }
.text-red { color: #e74c3c !important; }

.biv{
	text-align: center;
	margin: 1em 0 0;
}
.biv,
.biv a{
	font-size: 13px;
	color: rgba(0,0,0,0.3);
}

small {
	font-size: 85%;
}
.asterix{
    vertical-align: super;
	font-size: 12px;
	color: #e74c3c;
	font-weight: 700;
}
p, small, #primary-content ul {
	color: #808080;
}

ul.list,
ul.list li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.list li{
	position: relative;
	padding-left: 1em;
}
ul.list li::before{
	content: "\f105";
	position: absolute;
	left: 0;
	top: 0.3em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p a {
	font-weight: 500;
	color: #e74c3c;
}

	p a:hover {
		color: #d74637;
	}

/* Backgrounds ------------------------------- */
.bg-white { background: #fff; }
.bg-black { background: #1d1d1b; }
.bg-gray { background: #efefef; }
.bg-darkgray { background: #3c3c3b; }
.bg-green { background: #2ecc71; }
.bg-red { background: #e74c3c; }

.bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Image gradient ----------------------------- */
.masked-image {
	position: relative;
}

.mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mask-green {
	background: -moz-linear-gradient(-45deg,  rgba(46,204,113,0) 0%, rgba(46,204,113,0) 45%, rgba(46,204,113,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(46,204,113,0) 0%,rgba(46,204,113,0) 45%,rgba(46,204,113,1) 100%);
	background: linear-gradient(135deg,  rgba(46,204,113,0) 0%,rgba(46,204,113,0) 45%,rgba(46,204,113,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002ecc71', endColorstr='#2ecc71',GradientType=1 );
}

/* Container wide ----------------------------- */
@media all and (min-width: 1500px) {
	.container-wide {
		width: 1500px;
		max-width: 100%;
	}
}

/* Buttons ------------------------------------ */
.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 1rem .75rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}

.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
	padding: 0;
	text-decoration: none;
}

.btn-box {
	padding: 1rem 2rem;
}

	.btn-box i {
		font-size: 1.25rem;
	}

.btn-red { background: #e74c3c; color: #fff; }
.btn-red:hover, .btn-red:active, .btn-red:focus { background: #d74637; color: #fff; }

.btn-green { background: #2ecc71; color: #fff; }
.btn-green:hover, .btn-green:active, .btn-green:focus  { background: #30af65; color: #fff; }

.btn-icon {
	padding: 0 0 0 1rem;
}
.btn-green.btn-icon i {
	background: #30af65;
	padding: 1rem 1rem;
	margin-left: .5rem;
}

@media all and (min-width: 768px) {
	.btn-box {
		padding: 1.25rem 2.5rem;

	}

		.btn-box i {
			font-size: 1.5rem;
		}
}

@media all and (min-width: 992px) {
	.btn-box {
		padding: 2rem 4rem;
	}

		.btn-box i {
			font-size: 2rem;
		}
}

/* Forms -------------------------------------- */
.form-control {
	line-height: 1.6rem;
	padding: .75rem .75rem;
	border-radius: 0;
	border: none;
}

select.form-control:not([size]):not([multiple]) {
  height: auto !important;
}

textarea#specify {
	max-height: 167px;
}

#form-messages.error {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .75rem .5rem;
	border-left: 4px solid #dc3545;
	background: #fff;
	color: #dc3545;
}

#form-messages.success {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .75rem .5rem;
	border-left: 4px solid #28a745;
	background: #fff;
	color: #28a745;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block !important;
}

.wpcf7 .wpcf7-not-valid-tip {
	padding-top: 5px;
	color: #dc3545;
	text-align: right;
	display: none;
}

.wpcf7 .wpcf7-not-valid {
	border-left: 4px solid #dc3545;
}

.wpcf7 .wpcf7-response-output {
	margin: 1em 0;
	padding: .75rem .5rem;
}

.wpcf7 .wpcf7-validation-errors {
	margin: 1em 0;
	padding: 1rem .5rem;
	background: #fff;
	color: #ffc107;
	border: none;
	border-left: 4px solid #ffc107;
}

.wpcf7 .wpcf7-mail-sent-ok {
	margin: 1em 0;
	padding: 1rem .5rem;
	display: none;
	background: #fff;
	color: #28a745;
	border: none;
	border-left: 4px solid #28a745;
}

select.form-control {
  color: #464a4c;
}

.input-group-append {
  font-size: .85rem;
  display: flex;
  align-items: center;
  padding: 0 .75rem;
  background: #fff;
  border-left: 2px solid #efefef;
  color: #464a4c;
}

/* Google maps -------------------------------- */
.acf-map {
	width: 100%;
	height: 600px;
}

.acf-map img {
   max-width: inherit !important;
}

/* Carousel dots ------------------------------ */
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
	}

    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 10px 4px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
		}

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #e74c3c;
		}

.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -45px;
}

@media all and (min-width: 768px) {
	.owl-clients .owl-dots {
		left: -33.333%;
	}
}

/* Breadcrumbs -------------------------------- */
.breadcrumb {
	padding: 0;
	margin-bottom: 2rem;
	list-style: none;
	background: none;
	border-radius: 0;
	color: #ccc;
}

	.breadcrumb > span {
		color: #000;
	}

	.breadcrumb span a,
	.breadcrumb span i {
		font-size: 1rem;
		color: #9d9d9d;
	}

/* Margins ------------------------------------ */
.mar-top-0 { margin-top: 0; }
.mar-top-10 { margin-top: 10px; }
.mar-top-15 { margin-top: 15px; }
.mar-top-20 { margin-top: 20px; }
.mar-top-25 { margin-top: 25px; }
.mar-top-30 { margin-top: 30px; }
.mar-top-50 { margin-top: 50px; }

.mar-bottom-0 { margin-bottom: 0; }
.mar-bottom-10 { margin-bottom: 10px; }
.mar-bottom-15 { margin-bottom: 15px; }
.mar-bottom-20 { margin-bottom: 20px; }
.mar-bottom-25 { margin-bottom: 25px; }
.mar-bottom-30 { margin-bottom: 30px; }

.mar-left-0 { margin-left: 0; }
.mar-left-10 { margin-left: 10px; }
.mar-left-15 { margin-left: 15px; }
.mar-left-20 { margin-left: 20px; }
.mar-left-25 { margin-left: 25px; }
.mar-left-30 { margin-left: 30px; }

.mar-right-0 { margin-right: 0; }
.mar-right-10 { margin-right: 10px; }
.mar-right-15 { margin-right: 15px; }
.mar-right-20 { margin-right: 20px; }
.mar-right-25 { margin-right: 25px; }
.mar-right-30 { margin-right: 30px; }

@media all and (max-width: 575px) {
	.col-xs-mar-15 {
		margin-top: 15px;
	}
	.col-xs-mar-30 {
		margin-top: 30px;
	}
}

@media all and (max-width: 767px) {
	.col-sm-mar-15 {
		margin-top: 15px;
	}
	.col-sm-mar-30 {
		margin-top: 30px;
	}
}

/* Vertical center ---------------------------- */
.vertical-center {
	display: table;
	position: relative;
	width: 100%;
	height: 100%
}
.vertical-center .vertical-el {
	display: table-cell;
	vertical-align: middle
}

/* Offcanvas ----------------------------------- */
.offcanvas {
	position: relative;
}

	.offcanvas-left {
		display: table;
		width: 100%;
		height: 380px;
	}

		.offcanvas-left .offcanvas-inner {
			position: relative;
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}

@media all and (min-width: 768px) {
.offcanvas-left {
	display: table;
	width: calc(50vw - 30px);
	height: 100%;
}

	.offcanvas-left .offcanvas-inner {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.offcanvas-container {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.offcanvas-left {
		width: calc(50vw - 38px);
	}
}

/* Paddings ----------------------------------- */
.pad-10 { padding: 10px; }
.pad-15 { padding: 15px; }
.pad-20 { padding: 20px; }
.pad-25 { padding: 25px; }
.pad-30 { padding: 30px; }

.pad-top-10 { padding-top: 10px; }
.pad-top-15 { padding-top: 15px; }
.pad-top-20 { padding-top: 20px; }
.pad-top-25 { padding-top: 25px; }
.pad-top-30 { padding-top: 30px; }
.pad-top-40 { padding-top: 40px; }
.pad-top-50 { padding-top: 50px; }
.pad-top-60 { padding-top: 60px; }
.pad-top-70 { padding-top: 70px; }
.pad-top-80 { padding-top: 80px; }
.pad-top-90 { padding-top: 90px; }
.pad-top-100 { padding-top: 100px; }
.pad-top-110 { padding-top: 110px; }
.pad-top-120 { padding-top: 120px; }
.pad-top-130 { padding-top: 130px; }
.pad-top-140 { padding-top: 140px; }
.pad-top-150 { padding-top: 150px; }
.pad-top-160 { padding-top: 160px; }

.pad-bottom-10 { padding-bottom: 10px; }
.pad-bottom-15 { padding-bottom: 15px; }
.pad-bottom-20 { padding-bottom: 20px; }
.pad-bottom-25 { padding-bottom: 25px; }
.pad-bottom-30 { padding-bottom: 30px; }
.pad-bottom-40 { padding-bottom: 40px; }
.pad-bottom-50 { padding-bottom: 50px; }
.pad-bottom-60 { padding-bottom: 60px; }
.pad-bottom-70 { padding-bottom: 70px; }
.pad-bottom-80 { padding-bottom: 80px; }
.pad-bottom-90 { padding-bottom: 90px; }
.pad-bottom-100 { padding-bottom: 100px; }
.pad-bottom-110 { padding-bottom: 110px; }
.pad-bottom-120 { padding-bottom: 120px; }
.pad-bottom-130 { padding-bottom: 130px; }
.pad-bottom-140 { padding-bottom: 140px; }
.pad-bottom-150 { padding-bottom: 150px; }
.pad-bottom-160 { padding-bottom: 160px; }

.pad-left-10 { padding-left: 10px; }
.pad-left-15 { padding-left: 15px; }
.pad-left-20 { padding-left: 20px; }
.pad-left-25 { padding-left: 25px; }
.pad-left-30 { padding-left: 30px; }

.pad-right-10 { padding-right: 10px; }
.pad-right-15 { padding-right: 15px; }
.pad-right-20 { padding-right: 20px; }
.pad-right-25 { padding-right: 25px; }
.pad-right-30 { padding-right: 30px; }

.row-nopadding { padding: 0; }
.row-nopadding, .col-nopadding { padding: 0; }

.top-250 {
	padding: 30px 0;
}

@media all and (min-width: 768px) {
	.top-250 {
		padding: 60px 0;
	}

	.top-250 > .container {
		position: relative;
		margin-top: -180px;
		margin-bottom: -20px;
		z-index: 10;
		padding-top: 60px;
		background: #fff;
	}
}

/*----------------------------------------------
x. Menu
------------------------------------------------*/
.menu-trigger--wrapper {
	display: inline-block;
	position: fixed;
	z-index: 1000;
	right: 0;
	padding: 15px 15px 0 0;
}

.hamburger {
  padding: 15px;
	margin: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #fff;
  border: 0;
  overflow: visible;
	float: right;
}

.quote-trigger {
	display: none;
	font-size: 29px;
	padding: 6px 18px 5px 18px;
	position: relative;
	margin: 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: #fff;
  text-transform: none;
  background-color: #e74c3c;
  border: 0;
  overflow: visible;
	float: right;
}
.quote-trigger.show {
  display: inline-block;
}

.quote-trigger:hover,
.quote-trigger:active,
.quote-trigger:focus {
	background: #d74637;
	color: #fff;
}

	.quote-trigger .badge {
		position: absolute;
		bottom: 8px;
		right: 8px;
		font-size: 0.8rem;
		color: #fff;
		font-weight: 700;
		background: #3c3c3b;
	}

.hamburger.is-active {
	background-color: #e74c3c;
}

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}

	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}
		.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
			width: 30px;
			height: 4px;
			background-color: #e74c3c;
			position: absolute;
			transition-property: transform;
			transition-duration: 0.15s;
			transition-timing-function: ease;
		}

		.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
			background-color: #fff;
		}

		.hamburger-inner::before, .hamburger-inner::after {
			content: "";
			display: block;
		}
		.hamburger-inner::before {
			top: -10px;
		}
		.hamburger-inner::after {
			bottom: -10px;
		}

	.hamburger--squeeze .hamburger-inner {
		transition-duration: 0.075s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
		.hamburger--squeeze .hamburger-inner::before {
			transition: top 0.075s 0.12s ease, opacity 0.075s ease;
		}
		.hamburger--squeeze .hamburger-inner::after {
			transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
		}

	.hamburger--squeeze.is-active .hamburger-inner {
		transform: rotate(45deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
		.hamburger--squeeze.is-active .hamburger-inner::before {
			top: 0;
			opacity: 0;
			transition: top 0.075s ease, opacity 0.075s 0.12s ease;
		}
		.hamburger--squeeze.is-active .hamburger-inner::after {
			bottom: 0;
			transform: rotate(-90deg);
			transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
		}

#menu-canvas {
	width: 100vw;
	height: 100vh;
	display: none;
	background-image: url('../images/smoke-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	border: 15px solid #fff;
	z-index: 900;
	overflow-y: scroll;
}
#menu-canvas.open {
	display: block;
}

	#menu-canvas .main-navigation {
		margin: 1.5em 0;
		display: block;
	}


	#menu-canvas .main-navigation li {
		width: 50%;
		height: 50%;
		float: left;
	}

		#menu-canvas .main-navigation li a {
			font-weight: 900;
			font-size: 1.25rem;
			line-height: 1;
			color: #fff;
			text-transform: uppercase;
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			background: #000;
			padding: 1rem;
			min-height: 138px;
		}

			#menu-canvas .main-navigation li a i {
				font-size: 1em;
				position: absolute;
				bottom: 1rem;
				right: 1rem;
				transition: 0.3s;
			}

		#menu-canvas .main-navigation li a:hover i {
			transform: translateX(-0.25em);
		}

		#menu-canvas .main-navigation li:first-of-type a:hover,
		#menu-canvas .main-navigation li:first-of-type a {
			background: #3c3c3b;
		}
		#menu-canvas .main-navigation li:nth-of-type(2) a:hover,
		#menu-canvas .main-navigation li:nth-of-type(2) a {
			background: rgba(46,204,113,0.65);
		}
		#menu-canvas .main-navigation li:nth-of-type(3) a:hover,
		#menu-canvas .main-navigation li:nth-of-type(3) a {
			color: #e74c3c;
			background: #fff;
		}
		#menu-canvas .main-navigation li:nth-of-type(3) a:hover i,
		#menu-canvas .main-navigation li:nth-of-type(3) a i {
			color: #e74c3c;
		}
		#menu-canvas .main-navigation li:nth-of-type(4) a:hover,
		#menu-canvas .main-navigation li:nth-of-type(4) a {
			background: rgba(231,76,60,0.65);
		}
		#menu-canvas .main-navigation li:nth-of-type(5) a:hover,
		#menu-canvas .main-navigation li:nth-of-type(5) a {
			background: #1d1d1b;
		}
		#menu-canvas .main-navigation li:nth-of-type(6) a:hover,
		#menu-canvas .main-navigation li:nth-of-type(6) a {
			color: #e74c3c;
			background: #efefef;
		}
		#menu-canvas .main-navigation li:nth-of-type(6) a:hover i,
		#menu-canvas .main-navigation li:nth-of-type(6) a i {
			color: #e74c3c;
		}

@media all and (min-width: 576px) {
	#menu-canvas .main-navigation li {
			width: 33.333%;
			height: 33.333%;
		}

			#menu-canvas .main-navigation li a {
				padding: 1rem;
				min-height: 170px;
			}

}

@media (min-width: 768px) {
	.menu-trigger--wrapper {
		padding: 30px 30px 0 0;
	}

		.hamburger {
			padding: 24px 20px;
		}

			.hamburger-box {
  			width: 40px;
			}

			.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
				width: 40px;
				height: 5px;
			}

		.quote-trigger {
			font-size: 40px;
			padding: 6px 22px 5px 22px;
		}

			.quote-trigger .badge {
				font-size: 1rem;
			}

	#menu-canvas {
		border: 30px solid #fff;
	}

		#menu-canvas .main-navigation li a {
			padding: 1.25rem;
			min-height: 190px;
		}

			#menu-canvas .main-navigation li a i {
				bottom: 1.25rem;
				right: 1.25rem;
			}

}

@media all and (min-width: 992px) {
	#menu-canvas .main-navigation li a {
		font-size: 2rem;
		padding: 1.5rem;
		min-height: 256px;
	}

		#menu-canvas .main-navigation li a i {
			bottom: 1.5rem;
			right: 1.5rem;
		}

}

@media all and (min-width: 1200px) {
	#menu-canvas .main-navigation li a {
		font-size: 2.3rem;
		min-height: 306px;
	}
}

/*----------------------------------------------
x. Header
------------------------------------------------*/
#header.front-page	{
	position: relative;
	height: 80vh;
	padding: 15px 0;
	min-height: 420px;
}

#header.front-page .container-fluid {
  z-index: 10;
}

.grid-center {
  display: grid;
  place-items: center;
}

.btn-video {
  margin-top: 1rem;
}

.btn-video img {
  max-width: 60px;
}

@media all and (min-width: 768px) {
.btn-video {
  transform: scale(0.85);
  margin-top: 0;
}
  
  .btn-video img {
    max-width: 80px;
  }

.btn-video:hover {
  transform: scale(1);
}
}

#header .bg-header {
	position: relative;
	background: -webkit-linear-gradient(left, rgba(231,76,60,1) 0%, rgba(231,76,60,0.9) 100%);
	background: -o-linear-gradient(left, rgba(231,76,60,1) 0%, rgba(231,76,60,0.9) 100%);
	background: linear-gradient(to right, rgba(231,76,60,1) 0%, rgba(231,76,60,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74c3c', endColorstr='#e6e74c3c',GradientType=1 );
}

#header.front-page .bg-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	background-image: url('../images/gears-bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 75% auto;
	z-index: 2;
}

#header.front-page .bg-header .text-wrapper {
	position: relative;
	z-index: 10;
}


	#header.front-page #heading {
		position: relative;
		z-index: 3;
		height: calc(80vh - 30px);
		min-height: calc(420px - 30px);
	}


		#header.front-page #heading .brand,
		#header.page #heading .brand {
			position: absolute;
			top: 20px;
			left: 20px;
			z-index: 4;
		}

			#header.front-page #heading .brand img,
			#header.page #heading .brand img {
				width: 150px;
				height: 45px;
			}

		#header.front-page #heading span {
			line-height: 1;
			padding: 0 30px;
			text-align: right;
		}

			#header.front-page #heading span strong {
				display: block;
			}
#header.front-page a.label-vacancy{
	position: absolute;
	display: block;
	right: 0;
	bottom: 30px;
	color: #e74c3c;
	background: white;
	padding: 20px 60px 20px 20px;
	z-index: 10;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1em;
}
	#header.front-page a.label-vacancy span{
		display: block;
		font-weight: 900;
		font-size: 1.5em;
		line-height: 0.8em;
		margin-top: 0.1em;
		text-transform: uppercase;
	}
#header.front-page a.label-vacancy::after{
	content: "\f105";
	position: absolute;
	right: 30px;
	bottom: 18px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.5em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-bcg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header-bcg:before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(275deg, rgba(0, 10, 28, 0) 25%, rgb(0, 10, 28) 100%);
  z-index: 1;
}
.header-bcg__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cino

@media all and (min-width: 576px) {
	#header.front-page #heading .brand,
	#header.page #heading .brand {
		top: 30px;
		left: 45px;
	}

		#header.front-page #heading .brand img,
		#header.page #heading .brand img {
			width: 200px;
			height: 60px;
		}
}

#header.page	{
	position: relative;
	height: 200px;
	padding: 15px 0 0 0;
}

	#header.page #heading {
		position: relative;
		z-index: 3;
		height: calc(200px - 15px);
	}

@media (min-width: 768px) {
	#header.front-page	{
		padding: 30px 15px;
	}

	#header.page	{
		padding: 30px 15px 0 15px;
		height: 400px;
	}

		#header.front-page #heading {
			height: calc(80vh - 60px);
		}

		#header.page #heading {
			height: calc(400px - 30px);
		}

			#header.front-page #heading .brand {
				top: 40px;
				left: 40px;
			}

				#header.front-page #heading .brand img {
					width: 200px;
					height: 60px;
				}

				#header.front-page #heading span {
					padding: 0 40px;
				}
}

@media (min-width: 1200px) {
	#header.front-page	{
		padding: 30px 15px;
	}

	#header.page	{
		padding: 30px 15px 0 15px;
		height: 400px;
	}

		#header.front-page #heading {
			height: calc(80vh - 60px);
		}

		#header.page #heading {
			height: calc(400px - 30px);
		}

			#header.front-page #heading .brand {
				top: 50px;
				left: 65px;
			}

				#header.front-page #heading .brand img {
					width: 240px;
					height: 72px;
				}

				#header.front-page #heading span {
					padding: 0 70px;
				}
}

/*----------------------------------------------
x. Page-wrapper
------------------------------------------------*/
#page-wrapper {
	padding: 15px;
	background: #fff;
}

@media (min-width: 768px) {
	#page-wrapper {
		padding: 30px;
	}
}


/*----------------------------------------------
x. Fontpage
------------------------------------------------*/

/*----------------------------------------------
x. Modules
------------------------------------------------*/

/* Module basics ------------------------------ */
.module {
	padding: 15px 0;
}

.module + .module {
	margin-top: 15px;
}

.module-news, .module-clients, .module-testimonials {
	padding: 15px 0 45px 0;
}

.module-vacatures {
  padding: 40px 0;
  background-color: rgb(46,204,113);
  background-image: url('../images/vacatures-bcg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vacatures__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  gap: 1.25rem;
}

.vacatures__trigger-left {
  font-weight: 300;
  color: #fff;
}

.vacatures__trigger-right {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-weight: 900;
  color: #fff;
}

.vacatures__trigger-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  font-size: 2rem;
  width: 42px;
  height: 42px;
  color: #E74C3C; 
}

.vacatures__trigger-icon i {
  position: relative;
  top: 4px;
  left: 1px;
}

@media (min-width: 768px) {
	.module {
		padding: 30px 0;
	}

	.module + .module {
		margin-top: 30px;
	}

	.module-news, .module-clients, .module-testimonials {
		padding: 30px 0 60px 0;
	}
  
  .module-vacatures {
    padding: 60px 0;
  }
  
  .vacatures__trigger {
    font-size: 1.5rem;
    gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  .module-vacatures {
    padding: 70px 0;
  }
  
  .vacatures__trigger {
    font-size: 2rem;
    gap: 2rem;
  }
}

.module-maps {
	padding: 0;
}

/* Module-productgroups ----------------------- */
.module-productgroups {
	padding: 0;
	overflow: hidden;
}

	.module-productgroups .col-md-6 {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

		.module-productgroups .bg-gray .text-wrapper p a {
			display: block;
		}

		.module-productgroups .col-md-6.bg-gray .product-cat-image {
			display: none;
		}

		.module-productgroups .col-md-6.bg-gray .text-wrapper {
			padding: 2em 1.5em;
		}

			.module-productgroups .col-md-6.bg-gray .text-wrapper .h1 {
				display: block;
				line-height: 1;
				margin-bottom: 0.5em;
			}

	.module-productgroups .list-productgroups {
		margin: 0;
	}

		.module-productgroups .list-productgroups li {
			width: 100%;
			height: 100%;
		}

			.module-productgroups .list-productgroups li a {
				font-weight: 900;
				font-size: 1.25rem;
				line-height: 1;
				color: #fff;
				text-transform: uppercase;
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
				background: #000;
				padding: 1rem;
			}

				.module-productgroups .list-productgroups li a span {
					font-weight: 300;
					font-size: 90%;
					line-height: 1;
					color: #fff;
					text-transform: capitalize;
				}

				.module-productgroups .list-productgroups li a i {
					font-size: 1em;
					position: absolute;
					bottom: 1rem;
					right: 1rem;
					transition: 0.3s;
				}

			.module-productgroups .list-productgroups li a:hover i {
				transform: translateX(-0.25em);
			}

			.module-productgroups .list-productgroups li:first-of-type a:hover,
			.module-productgroups .list-productgroups li:first-of-type a {
				background: #3c3c3b;
			}
			.module-productgroups .list-productgroups li:nth-of-type(2) a:hover,
			.module-productgroups .list-productgroups li:nth-of-type(2) a {
				background: rgba(46,204,113,0.65);
			}
			.module-productgroups .list-productgroups li:nth-of-type(3) a:hover,
			.module-productgroups .list-productgroups li:nth-of-type(3) a {
				color: #e74c3c;
				background: #fff;
			}
			.module-productgroups .list-productgroups li:nth-of-type(3) a:hover i,
			.module-productgroups .list-productgroups li:nth-of-type(3) a i {
				color: #e74c3c;
			}
			.module-productgroups .list-productgroups li:nth-of-type(4) a:hover,
			.module-productgroups .list-productgroups li:nth-of-type(4) a {
				background: rgba(231,76,60,0.65);
			}
			.module-productgroups .list-productgroups li:nth-of-type(5) a:hover,
			.module-productgroups .list-productgroups li:nth-of-type(5) a {
				background: #1d1d1b;
			}
			.module-productgroups .list-productgroups li:nth-of-type(6) a:hover,
			.module-productgroups .list-productgroups li:nth-of-type(6) a {
				color: #e74c3c;
				background: #efefef;
			}
			.module-productgroups .list-productgroups li:nth-of-type(6) a:hover i,
			.module-productgroups .list-productgroups li:nth-of-type(6) a i,
			.module-productgroups .list-productgroups li:nth-of-type(6) a span {
				color: #e74c3c;
			}

@media all and (min-width: 576px) {
	.module-productgroups .list-productgroups li {
		height: 255px;
	}

	.module-productgroups .col-md-6.bg-gray {
		position: relative;
	}
	.module-productgroups .col-md-6.bg-gray::before {
		content: '';
		position: absolute;
		right: 100%;
		top: 0;
		width: 400%;
		height: 100%;
		background: #efefef;
	}
	.module-productgroups .col-md-6.bg-gray::after {
		content: '';
		position: absolute;
		left: 100%;
		top: 0;
		width: 400%;
		height: 100%;
		background: #efefef;
	}

	.module-productgroups .list-productgroups li {
		width: 50%;
		height: 50%;
		float: left;
	}

	.module-productgroups .list-productgroups li a {
		padding: 1.25rem;
		min-height: 220px;
	}

		.module-productgroups .list-productgroups li a span {
			font-size: 85%;
			display: block;
		}

		.module-productgroups .list-productgroups li a i {
			bottom: 1.25rem;
			right: 1.25rem;
		}
}

@media all and (min-width: 768px) {
	.module-productgroups .list-productgroups li {
		height: 180px;
	}

	.module-productgroups .col-md-6.bg-gray .product-cat-image {
		display: inline-block;
		max-width: auto;
	}

	.module-productgroups .col-md-6.bg-gray .product-cat-image img {
		max-width: 310px;
	}

	.module-productgroups .col-md-6.bg-gray::after {
		display: none;
	}

	.module-productgroups .col-md-6.bg-gray .vertical-el {
		padding: 0 1.5em 0 0;
	}

	.module-productgroups .col-md-6 {
		padding: 3em 0;
	}

		.module-productgroups .list-productgroups li a {
			padding: 1.25rem;
			min-height: 165px;
		}

			.module-productgroups .list-productgroups li a i {
				bottom: 1.25rem;
				right: 1.25rem;
			}
}

@media all and (min-width: 992px) {
	.module-productgroups .col-md-6.bg-gray .product-cat-image img {
		max-width: 400px;
	}

	.module-productgroups .list-productgroups li {
		height: 230px;
	}

	.module-productgroups .bg-gray .vertical-el {
		padding-left: 20px;
	}

	.module-productgroups .list-productgroups {
		padding-right: 20px;
	}

	.module-productgroups .list-productgroups li a {
		padding: 1.5rem;
		min-height: 225px;
	}

		.module-productgroups .list-productgroups li a i {
			bottom: 1.5rem;
			right: 1.5rem;
		}
}

@media all and (min-width: 1200px) {
	.module-productgroups .list-productgroups li {
		height: 275px;
	}

	.module-productgroups .list-productgroups li a {
		font-size: 1.8rem;
		min-height: 270px;
	}

	.module-productgroups .col-md-6.bg-gray .product-cat-image img {
		max-width: 544px;
	}
}

/* Module-content_media ----------------------- */
.module-content_media {
	padding: 0;
}

	.module-content_media .btn-video {
		position: relative;
		z-index: 10;
	}

	.module-content_media .text-wrapper {
		padding: 3em 1.5em;
	}

		.module-content_media .text-wrapper span.h1 {
			display: block;
			margin-bottom: 0.5em;
		}

		.module-content_media .text-wrapper a {
			font-family: 'Roboto', sans-serif;
			font-weight: 500;
			font-size: 1.25rem;
			color: #e74c3c;
		}

@media all and (min-width: 768px) {
	.offcanvas-left,
	.offcanvas-left .mask {
		min-height: 580px;
	}
}

@media all and (min-width: 992px) {
	.offcanvas-left,
	.offcanvas-left .mask {
		min-height: 680px;
	}

		.module-content_media .text-wrapper {
			padding: 3em 2em;
		}

}

@media all and (min-width: 1200px) {
	.offcanvas-left,
	.offcanvas-left .mask {
		min-height: 780px;
	}

		.module-content_media .text-wrapper {
			padding: 3em;
		}

}

/* Module-news -------------------------------- */
.module-news {}

	.module-news .owl-news .owl-item {
		overflow: hidden;
	}

.module-news  .item + .item {
	margin-top: 30px;
}

	.article-image {
		position: relative;
		min-height: 280px;
	}

		.article-image .meta-block {
			position: absolute;
			top: 30px;
			right: 30px;
			z-index: 4;
		}

			.article-image .meta-block .meta-block--cat,
			.article-image .meta-block .meta-block--date {
				width: 60px;
				height: 60px;
				float: left;
			}

			.article-image .meta-block .meta-block--cat {
				background: #E74C3C;
			}

				.article-image .meta-block .meta-block--cat span {
					font-family: 'Roboto', sans-serif;
					font-weight: 900;
					font-size: 1.25rem;
					color: #fff;
					text-transform: uppercase;
				}

			.article-image .meta-block .meta-block--date {
				background: #fff;
			}

				.article-image .meta-block .meta-block--date strong {
					font-family: 'Roboto', sans-serif;
					font-weight: 900;
					font-size: 1.625rem;
					display: block;
					color: #E74C3C;
				}

				.article-image .meta-block .meta-block--date small {
					font-family: 'Roboto', sans-serif;
					font-weight: 500;
					font-size: 1rem;
					display: block;
					color: #E74C3C;
					text-transform: uppercase;
				}

	.module-news .owl-news .owl-nav {
		width: 100%;
		position: absolute;
		bottom: calc(50% + 30px);
	}

		.module-news .owl-news .owl-nav .owl-prev,
		.module-news .owl-news .owl-nav .owl-next {
			color: #fff;
			font-size: 1.875rem;
		}

		.module-news .owl-news .owl-nav .owl-prev {
			float: left;
			margin-left: 15px;
		}

		.module-news .owl-news .owl-nav .owl-next {
			float: right;
			margin-right: 15px;
		}

	.article-content header,
	.item .article-content footer {
		padding: 15px;
	}

	.article-content footer p {
		margin: 0;
		color: #fff;
	}

		.article-content footer p a {
			color: #000;
		}

@media (min-width: 768px) {
	.article-image {
		min-height: 360px;
	}

	.article-image .meta-block .meta-block--cat,
	.article-image .meta-block .meta-block--date {
		width: 90px;
		height: 90px;
	}

		.article-image .meta-block .meta-block--cat span,
	  .article-image .meta-block .meta-block--cat span {
			font-size: 1.6rem;
		}

		.article-image .meta-block .meta-block--date strong,
		.article-image .meta-block .meta-block--date strong {
			font-size: 2.133rem;
		}

		.article-image .meta-block .meta-block--date small,
		.article-image .meta-block .meta-block--date small {
			font-size: 1.2rem;
		}

	.module-news .owl-news .owl-nav {
		width: auto;
		right: 30px;
	}

		.module-news .owl-news .owl-nav .owl-prev,
		.module-news .owl-news .owl-nav .owl-next {
			color: #E74C3C;
		}

		.module-news .owl-news .owl-nav .owl-prev {
			float: left;
		}

		.module-news .owl-news .owl-nav .owl-next {
			float: left;
			margin-left: 20px;
			margin-right: 0;
		}

	.article-image {
		padding-right: 0;
	}
  
	.article-content {
		padding-left: 0;
	}

		.article-content header,
		.article-content footer {
			padding: 30px;
			height: 50% !important;
		}
  
  .module-vacatures .article-content header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100% !important;
  }
}

@media (min-width: 992px) {
	.article-image {
		min-height: 480px;
	}

	.article-image .meta-block .meta-block--cat,
	.article-image .meta-block .meta-block--date {
		width: 115px;
		height: 115px;
	}

		.article-image .meta-block .meta-block--cat span {
			font-size: 2rem;
		}

		.article-image .meta-block .meta-block--date strong {
			font-size: 3.067rem;
		}

		.article-image .meta-block .meta-block--date small {
			font-size: 1.667rem;
		}
}

/* Module-clients ----------------------------- */
.module-clients {
	position: relative;
}

	.module-clients .col-md-3 .h2 {
		padding-right: 10px;
	}

	/*
	.module-clients .owl-clients .item {
		background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(108,108,108,0) 72%, rgba(150,150,150,0.65) 100%);
		background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(108,108,108,0) 72%,rgba(150,150,150,0.65) 100%);
		background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(108,108,108,0) 72%,rgba(150,150,150,0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6969696',GradientType=1 );
	}
	*/
	.module-clients .owl-clients .item {
		position: relative;
	}
	.module-clients .owl-clients .item img{
		position: relative;
		z-index: 1;
	}
	.module-clients .owl-clients .item:after {
		content: " ";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(108,108,108,0) 72%, rgba(150,150,150,0.65) 100%);
		background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(108,108,108,0) 72%,rgba(150,150,150,0.65) 100%);
		background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(108,108,108,0) 72%,rgba(150,150,150,0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6969696',GradientType=1 );
		background-blend-mode: multiply;
	}

	.module-clients .owl-clients .owl-nav {
		position: absolute;
		top: -60px;
		right: 30px;
	}

		.module-clients .owl-clients .owl-nav .owl-prev,
		.module-clients .owl-clients .owl-nav .owl-next {
			color: #fff;
			font-size: 2.143rem;
		}

		.module-clients .owl-clients .owl-nav .owl-prev {
			float: left;
		}

		.module-clients .owl-clients .owl-nav .owl-next {
			float: left;
			margin-left: 20px;
		}

@media (min-width: 768px) {
	.module-clients .owl-clients .owl-nav {
		position: absolute;
		top: auto;
		right: auto;
		left: -65px;
		bottom: 30px;

	}
}

/* Module-testimonials ------------------------ */
.module-testimonials {}

	.module-testimonials .testimonial-image--wrapper {
		min-height: 280px;
		position: relative;
	}

	.module-testimonials .testimonial-content header,
	.module-testimonials .testimonial-content footer {
		padding: 15px;
	}

		.module-testimonials .testimonial-content blockquote {
			margin: 0;
      display: grid;
      grid-template-rows: 1fr min-content;
		}

		.module-testimonials .testimonial-content footer cite {
			font-style: normal;
		}

		.module-testimonials .testimonial-content footer strong {
			font-family: 'Roboto', sans-serif;
			font-weight: 900;
			display: block;
			color: #000;
		}

.img-fit-cover {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.lh-2 {
  line-height: 1.5;
}

@media (min-width: 768px) {
	.module-testimonials .testimonial-image {
		padding-right: 0;
	}

		.module-testimonials .testimonial-image--wrapper {
			min-height: 320px;
		}

	.module-testimonials .testimonial-content {
		padding-left: 0;
	}

		.module-testimonials .testimonial-content header {
			padding: 30px;
/*			height: 70% !important;*/
		}

		.module-testimonials .testimonial-content footer {
			padding: 40px 30px;
/*			height: 30% !important;*/
      display: flex;
      align-items: center;
		}
}

@media all and (min-width: 768px) {
	.module-testimonials .testimonial-image--wrapper {
		min-height: 360px;
		max-height: 480px;
	}
}

@media all and (min-width: 992px) {
	.module-testimonials .testimonial-image--wrapper {
		min-height: 480px;
		max-height: 520px;
	}
}

@media all and (min-width: 1200px) {
	.module-testimonials .testimonial-image--wrapper {
		min-height: 520px;
		max-height: 600px;
	}
}

/*----------------------------------------------
x. Products
------------------------------------------------*/

/* Product-information ------------------------ */
#product-information {}

	.list-specifications {
		margin: 0;
	}

		.list-specifications li::before {
			position: absolute;
			left: 0;
			top: 0.3em;
			display: inline-block;
			content: "\f105";
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			color: #e74c3c;
		}

		.list-specifications li {
			position: relative;
			padding-left: 1em;
			font-weight: 500;
			color: #3c3c3b;
		}

	#product-information .btn-icon {
		display: inline-block;
		margin-top: 1.5em;
	}

		#product-information .btn-icon.product-added {
			cursor: auto;
		}

			#product-information .btn-icon.product-added i::before {
				content: "\f046";
			}

	#product-information hr {
		margin-top: 2rem;
		margin-bottom: 1rem;
		border-top: 2px solid #efefef;
	}

/* Product-tabs ------------------------------- */
#product-tabs {
	padding: 30px 0;
}

	#product-tabs .nav-tabs {
		border-bottom: 3px solid #efefef;
	}

		#product-tabs .nav-tabs li + li {
			margin-left: 20px;
		}

		#product-tabs .nav-tabs li .nav-link {
			font-weight: 500;
			color: #3c3c3b;
			border: none;
			border-bottom: 3px solid transparent;
			padding-left: 0;
			padding-right: 0;
			margin-bottom: -2px;
		}

		#product-tabs .nav-tabs li .nav-link.active {
			color: #e74c3c;
			border-bottom: 3px solid #e74c3c;
		}

	#product-tabs .tab-content {
		margin-top: 30px;
	}

		#product-tabs .product-gallery {
			display: -webkit-flex;
		 display: flex;
		 -webkit-flex-direction: row;
		 flex-direction: row;
		 -webkit-flex-wrap: wrap;
		 flex-wrap: wrap;
		 -webkit-flex-flow: row wrap;
		 flex-flow: row wrap;
		}

			#product-tabs .product-gallery a {
				display: inline-block;
				width: calc(100% / 3);
				padding: 5px;
			}

		#product-tabs .gear-ratio-table + .gear-ratio-table {
			margin-top: 2em;
		}

			#product-tabs .gear-ratio-table h6 {
				margin-bottom: 0.75em;
			}

			#product-tabs .gear-ratio-table .thead-dark {
				background: #eceeef;
			}
		#product-tabs .gear-ratio-table th{
			border-bottom: none;
		}
		#product-tabs .gear-ratio-table td{
			border-top: none;
			border-bottom: 1px solid #eceeef;
		}
		#product-tabs .gear-ratio-table th:last-child,
		#product-tabs .gear-ratio-table td:last-child{
			border-right: 1px solid #eceeef;
		}
		#product-tabs .gear-ratio-table .first_col{
			border-left: 1px solid #eceeef;
			padding-left: 1em;
		}

/* Product-list ------------------------------- */
#product-list {
	padding: 15px 0 0 0;
}
#product-list.no-products {
	padding: 15px 0;
}

	#product-list.no-products p {
		margin: 0;
	}

	#product-list .col-xl-3 {
		margin-bottom: 15px;
	}

		#product-list .card,
		#product-list .card-img,
		#product-list .card-img-top,
		#product-list .card-footer {
			border: none;
			border-radius: 0;
		}

			#product-list .card-hero {
				padding: 1.5rem 1.25rem;
			}

				#product-list .card-hero .card-title {
					font-size: 1.6rem;
				}

			#product-list .card-product > a {
				text-align: center;
			}

				#product-list .card-product .card-img-top {
					max-width: 100%;
					width: auto;
					max-height: 70%;
					margin: 5% auto 0;
				}

				#product-list .card-product .card-footer {
					background: none;
					padding: 0 1.25rem 1.25rem 1.25rem;
					border: none;
					position: relative;
					bottom: 0;
					width: 100%;
				}

					#product-list .card-product .card-footer span {
						margin: 0;
					}

					#product-list .card-product .card-footer .card-title i {
						float: right;
						transition: 0.3s;
					}

					#product-list .card-product .card-footer .card-title {
						color: #000;
						text-transform: uppercase;
					}

						#product-list .card-product:hover .card-footer .card-title i {
							transform: translateX(-5px);
						}

			#product-list .card-cta {
				color: #fff;
				background: #e74c3c;
				padding: 1.5rem 1.25rem;
			}

				#product-list .card-cta .h3 {
					margin-bottom: 1em;
				}

				#product-list .card-cta p {
					color: #fff;
				}


@media all and (min-width: 576px) {
	#product-list .card {
		height: 240px;
	}

	#product-list {
		padding: 30px 0 0 0;
	}
	#product-list.no-products {
		padding: 30px 0;
	}

		#product-list .col-xl-3 {
			margin-bottom: 30px;
		}
}

@media all and (min-width: 768px) {
	#product-list .card {
		height: 330px;
	}

	#product-list .card-hero .card-title {
		font-size: 2rem;
	}

	#product-list .card-product .card-footer {
		position: absolute;
	}
}

@media all and (min-width: 992px) {
	#product-list .card {
		height: 290px;
	}

	#product-list .card-hero .card-title {
		font-size: 1.8rem;
	}
}

@media all and (min-width: 1200px) {
	#product-list .card {
		height: 255px;
	}

	#product-list .card-hero .card-title {
		font-size: 2.25rem;
	}
}

@media all and (min-width: 1500px) {
	#product-list .card {
		height: 345px;
	}

	#product-list .card-hero .card-title {
		font-size: 2.5rem;
	}
}

/*----------------------------------------------
x. Pages
------------------------------------------------*/

/* Page-ajax ---------------------------------- */
#ajax-response .ajax-preloader {
	height: 36px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url('../images/preloader.svg') top center no-repeat;
}

.ajax-loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(239,239,239,0.6);
	background-image: url('../images/preloader.svg');
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}

.pagination {
	margin-top: 30px;
}

	.pagination .page-numbers {
		padding: 0;
	}
	.pagination .page-numbers	li {
	 	display: inline-block;
	}
	.pagination .page-numbers li+li {
	 	margin-left: 5px;
	}
	.pagination .page-numbers li a,
	.pagination .page-numbers li span {
		display: block;
		font-weight: 500;
		padding: 3px 12px;
		background: none;
		border: 2px	solid #efefef;
		color: #999;
	}
	.pagination .page-numbers li a:hover {
		border: 2px	solid #e74c3c;
		color: #e74c3c;
	}
	.pagination .page-numbers li .current {
		background: #e74c3c;
		border: 2px	solid #e74c3c;
		color: #fff;
	}
.content-thumbnail a{
	display: block;
	text-align: center;
}
.content-thumbnail img{
	margin: 1rem auto;
}

/* Page-news ---------------------------------- */
#page .list-news {
	margin-top: 40px;
	margin-bottom: 0;
}

	#page .list-news li {
		margin-bottom: 15px;
	}

	#page .list-news li + li {
		padding-top: 15px;
		border-top: 2px solid #efefef;
	}

		#page .list-news li p {
			margin: 0;
		}

/* Page-downloads ------------------------------- */
#page-downloads--list {
	padding: 0 0 30px 0;
}

	#page-downloads--list #accordion {
		margin: 0;
	}

		#page-downloads--list #accordion .card {
			border: none;
			background: none;
		}

		#page-downloads--list #accordion .card + .card {
			margin: 1em 0 0 0;
		}

			#page-downloads--list #accordion .card .card-header {
				border: none;
				background: none;
				padding-left: 0;
				padding-right: 0;
			}

				#page-downloads--list #accordion .card .card-header .btn {
					color: #000;
				}

				#page-downloads--list #accordion .card .card-header .btn.collapsed i:before {
					content: "\f196";
				}


	#page-downloads--list .list-downloads {
		margin: 0;
	}

		#page-downloads--list .list-downloads li {
			padding: 10px 15px;
			background: #efefef;
		}

			#page-downloads--list .list-downloads li a {
				color: #e74c3c;
				font-weight: 500;
				display: block;
				float: none;
			}

		#page-downloads--list .list-downloads li + li {
			margin-top: 15px;
		}

#page-downloads--form {
	position: relative;
	padding: 30px 0;
}

	#page-downloads--form .row + .row {
		margin-top: 1.25rem;
	}

@media all and (min-width: 576px) {
	#page-downloads--list {
		padding: 30px 0 60px 0;
	}

		#page-downloads--list .list-downloads li a {
			display: inline-block;
			float: right;
		}

	#page-downloads--form {
		padding: 60px 0;
	}
}

/* Page-quote --------------------------------- */
#page-quote--list {
	padding: 0 0 30px 0;
}

	#page-quote--list .list-products {
		margin: 0;
	}

		#page-quote--list  .list-products li {
			padding: 10px 15px;
			background: #efefef;
		}

			#page-quote--list  .list-products li h5 {
				margin: 0;
			}

			#page-quote--list .list-products li a {
				font-size: 1.5rem;
				color: #e74c3c;
				font-weight: 500;
				display: block;
				float: none;
			}

		#page-quote--list .list-products li + li {
			margin-top: 15px;
		}

#page-quote--form {
	position: relative;
	padding: 30px 0;
}

	#page-quote--form .row + .row,
	#page-quote--form .row + .row {
		margin-top: 1.25rem;
	}

@media all and (min-width: 576px) {
	#page-quote--list {
		padding: 30px 0 60px 0;
	}

		#page-quote--list  .list-products li h5 {
			display: inline-block;
			margin: 0;
		}

		#page-quote--list .list-products li a {
			display: inline-block;
			float: right;
		}

	#page-quote--form {
		padding: 60px 0;
	}
}

/*----------------------------------------------
x. Footer
------------------------------------------------*/
#footer {
	position: relative;
	margin-top: 15px;
	padding: 60px 0;
}

	#footer .container {
		position: relative;
		z-index: 3;
	}

	#footer .footer-menu {
		margin: 0;
	}

		#footer .list-unstyled li a {
			color: #fff;
		}

		#footer .list-unstyled li a:hover {
			color: #e74c3c;
		}

		#footer address,
		#footer ul {
			color: #fff;
		}
		#footer .social{
			margin-top: 2em;
		}
			#footer .social a{
				position: relative;
				display: inline-block;
				width: 2.5em;
				line-height: 2.5em;
				text-align: center;
				border-radius: 2.5em;
				margin-right: 0.5em;
				background: #e74c3c;
			}
				#footer .social a::before{
					display: inline-block;
					font: normal normal normal 14px/1 FontAwesome;
					font-size: 1.25em;
					text-rendering: auto;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					color: white;
				}
				#footer .social a.social-facebook::before{
					content: "\f09a";
				}
				#footer .social a.social-linkedin::before{
					content: "\f0e1";
				}
				#footer .social a.social-twitter::before{
					content: "\f099";
				}
				#footer .social a.social-youtube::before{
					content: "\f167";
				}

@media (min-width: 768px) {
	#footer {
		padding: 100px 0;
		margin-top: 30px;
	}

	#footer::after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 50vw;
		height: 100%;
		background-image: url(../images/footer-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left bottom;
		z-index: 1;
		border-right: 30px solid #fff;
	}

		#footer .icon-location,
		#footer .icon-speech {
			position: relative;
		}

			#footer .icon-location::before,
			#footer .icon-speech::before {
				font: normal normal normal 14px/1 FontAwesome;
				font-size: 14px;
				font-size: inherit;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				position: absolute;
				top: 0;
				width: 22px;
				text-align: center;
				left: -2rem;
				color: #e74c3c;
			}

			#footer .icon-location::before {
				content: "\f041";
			}

			#footer .icon-speech::before {
				content: "\f0e5";
			}


}
