﻿@charset "UTF-8";

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/subset-Nunito-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/subset-Nunito-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/subset-Nunito-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/subset-Nunito-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TGS Perfect';
    src: url('../fonts/subset-TGSPerfectCondensed.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sink';
    src: url('../fonts/subset-SinkRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #1A1A1A;
	line-height: 1.68;
	letter-spacing: 0.05em;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
}

@supports (overflow:clip) {
	#mainWrapper {
		overflow: clip;
	}
}

/* Section */

.section {
	max-width: 1300px;
	margin: 0 auto;
}

/* Header */

#header {
	background: #000;
	color: #fff;
}

#header .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 172px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#header .logo {
	width: 210px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-left: auto;
	padding-left: 15px;
}

#header .right .linkBtn {
	margin: 0;
}

#header .right .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 5px;
}

#header .right .options .separator {
	width: 13px;
	height: 13px;
	margin: 0 25px;
	border: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#header .right .options .made {
	font-family: 'Sink', sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
}

#header .right .options .made span {
	display: inline-block;
	padding-left: 2.678571428571429em;
	background: url(../images/australian-flag.png) no-repeat 0 0.25em;
	background-size: 2.035714285714286em;
}

#header .right .options .socials {
	margin: 0 21px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#header .right .options .socials li {
	margin: 0 5.5px;
	padding: 0;
	list-style: none;
}

#header .right .options .socials li img {
	display: block;
	height: 25px;
}

#header .right .options .socials li a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

#header .right #navigation {
	margin-top: 30px;
}

#header .right #navigation ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#header .right #navigation ul li {
	position: relative;
	margin: 0 0 0 70px;
	padding: 0;
	list-style: none;
	font-family: 'TGS Perfect', sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
}

#header .right #navigation>ul>li:before {
	background-color: #fff;
	bottom: -.2em;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	-webkit-transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
	transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
	-o-transition: transform .75s cubic-bezier(.19,1,.22,1);
	transition: transform .75s cubic-bezier(.19,1,.22,1);
	transition: transform .75s cubic-bezier(.19,1,.22,1), -webkit-transform .75s cubic-bezier(.19,1,.22,1);
}

#header .right #navigation>ul>li:hover:before,
#header .right #navigation>ul>li.active:before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}


/* Slider */

#slider {
	background: #112943 url(../images/dotted-bg.jpg) no-repeat center 90%;
	background-size: cover;
}

#slider .swiper-slide .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 540px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#slider .swiper-slide .text {
	width: 382px;
	color: #fff;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#slider .swiper-slide .overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#slider .swiper-slide .text h2 {
	color: #fff;
}

#slider .swiper-slide .image {
	margin-left: 30px;
}

#slider .swiper-slide .image img {
	display: block;
	height: auto;
}

#slider .prevBtn,
#slider .nextBtn {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.prevBtn,
.nextBtn {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 18px;
	height: 34px;
	margin-top: -17px;
	outline: none;
	cursor: pointer;
	background: url(../images/slider-arrow.svg) no-repeat;
	background-size: 100%;
	z-index: 1;
}

.nextBtn {
	left: auto;
	right: 30px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#slider .dots {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 10px;
	width: auto;
	pointer-events: none;
	text-align: right;
	z-index: 1;
}

#slider .dots .swiper-pagination-bullet {
	width: 23px;
	height: 23px;
	opacity: 1;
	outline: none;
	margin: 0 0 0 10px;
	border: 1px solid #000;
	pointer-events: auto;
}

#slider .dots .swiper-pagination-bullet-active {
	background: none;
	border-color: #fff;
}

/* Banner */

#banner {
	position: relative;
	min-height: 517px;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 1;
	background: #112943 url(../images/dotted-bg.jpg) no-repeat center 0%;
	background-size: cover;
}

#banner:before {
	content: "";
	position: absolute;
	left: 0;
	width: calc(50% + 40px);
	top: 0;
	bottom: 0;
	z-index: -1;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);
	background: -o-linear-gradient(300.3deg, rgba(0, 0, 0, 0.4) 1.73%, rgba(255, 255, 255, 0.2) 98.68%);
	background: linear-gradient(149.7deg, rgba(0, 0, 0, 0.4) 1.73%, rgba(255, 255, 255, 0.2) 98.68%);
	opacity: 0.8;
	border-radius: 0px 40px 40px 0px;
}

#banner .text,
#banner .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}

#banner .text h3 {
	color: #fff;
}

#banner .text .inner {
	max-width: 474px;
	margin-left: auto;
	margin-right: 40px;
}

#banner .text .inner>:last-child {
	margin-bottom: 0;
}

#banner .image .inner {
	width: 670px;
	padding-left: 40px;
	margin-right: auto;
}

#banner .image .inner img {
	display: block;
	margin: 0 auto;
	height: 230px;
}

#banner .image .withShadow {
	position: relative;
	padding-bottom: 45px;
	background: url(../images/product-shadow-dark.svg) no-repeat center bottom;
	background-size: 200px;
}

/* Products */

#products {
	background: #f7f7f7 url(../images/texture-bg.jpg) no-repeat center top fixed;
	background-size: cover;
	text-align: center;
}

#products .section {
	padding-top: 70px;
	padding-bottom: 70px;
}

#products .listing {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#products .listing li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	width: 33.33333333333333%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#products .listing li a {
	z-index: 1;
}

#products .listing li .image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 291px;
	margin-bottom: 55px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#products .listing li .image:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -115px;
	bottom: -17px;
	width: 230px;
	height: 230px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	z-index: -1;
}

#products .listing li .image:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 200px;
	height: 45px;
	bottom: -20px;
	margin-left: -100px;
	background: url(../images/product-shadow.svg) no-repeat;
	background-size: 100% 100%;
}

#products .listing li .image img {
	display: block;

	-webkit-transition: -webkit-transform 1s;

	transition: -webkit-transform 1s;

	-o-transition: transform 1s;

	transition: transform 1s;

	transition: transform 1s, -webkit-transform 1s;
}

#products .listing li a:hover .image img {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

#products .listing li h3 {
	text-shadow: none;
}

/* Content */

#content .section {
	padding-top: 80px;
	padding-bottom: 80px;
}

#content .narrow {
	max-width: 1080px;
	margin: 0 auto;
}

/* Text Image */

.textImage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
}

.textImage .text {
	width: 474px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.textImage .image {
	width: 499px;
	margin-left: auto;
}

.textImage.alt .image {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-left: 0;
}

.textImage.alt .text {
	margin-left: auto;
}

.textImage .image img {
	display: block;
	width: 100%;
	border-radius: 40px;
}

/* Two Cols */

.twoCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 50px;
}

.twoCols .col {
	width: 473px;
}

/* Category Info */

.categoryInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 70px;
	padding-right: 70px;
}

.categoryInfo .features {
	width: 474px;
}

.categoryInfo .features>:last-child {
	margin-bottom: 0;
}

.categoryInfo .products {
	width: 600px;
	margin-left: auto;
}

.categoryInfo .products .listing {
	margin: 0 -20px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.categoryInfo .products .listing li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	width: 33.33333333333333%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.categoryInfo .products .listing li a {
	z-index: 1;
}

.categoryInfo .products .listing li .image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 210px;
	margin-bottom: 50px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.categoryInfo .products .listing li .image:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -17px;
	width: 100%;
	height: 168px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	z-index: -1;
}

.categoryInfo .products .listing li .image:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 86.82634730538922%;
	height: 45px;
	bottom: -28px;
	margin-left: -43.41317365269461%;
	background: url(../images/product-shadow.svg) no-repeat;
	background-size: 100% 100%;
}

.categoryInfo .products .listing li .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.categoryInfo .products .listing li a:hover .image img {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

.categoryInfo .products .listing li h4 {
	text-shadow: none;
}

.categoryInfo .products .gallery {
	display: table;
	margin: 160px auto 0;
}

.categoryInfo .products .gallery .image {
	padding-bottom: 27px;
	background: url(../images/product-shadow.svg) no-repeat center bottom;
	background-size: 100% 45px;
	margin-bottom: 17px;
}

.categoryInfo .products .gallery .image img {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.categoryInfo .products .gallery .linkBtn {
	margin: 0 auto;
}

.categoryInfo .products .gallery:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.categoryInfo .products .gallery:hover .linkBtn {
	background-color: #000;
	color: #fff;
}

/* Products Slider */

.productsSlider {
	position: relative;
	text-align: center;
	padding-top: 45px;
	margin-top: 60px;
}

.productsSlider:before {
	content: "";
	position: absolute;
	top: 0;
	width: 770px;
	height: 1px;
	background: #000;
	left: 50%;
	margin-left: -385px;
}

.productsSlider .slider {
	position: relative;
}

.productsSlider .swiper {
	max-width: 1100px;
	margin: 70px auto 0;
}

.productsSlider .swiper-slide a {
	display: block;
}

.productsSlider .swiper-slide .image {
	overflow: hidden;
}

.productsSlider .swiper-slide .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.productsSlider .swiper-slide .linkBtn {
	margin: 25px auto 0;
}

.productsSlider .swiper-slide a:hover .linkBtn {
	background-color: #000;
	color: #fff;
}

.productsSlider .swiper-slide a:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.productsSlider .navi {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 233px;
}

/* Team */

.team {
	text-align: center;
}

.team .listing {
	margin: 0 -30px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.team .listing li {
	margin: 30px 0 0;
	padding: 0 30px;
	list-style: none;
	width: 25%;
}

.team .listing li img {
	display: block;
	width: 100%;
	border-radius: 40px;
	margin-bottom: 32px;
}

/* Contact */

#contact {
	position: relative;
	background: url(../images/dotted-bg.jpg) no-repeat center top;
	background-size: cover;
}

#contact:has(.bg) {
	background: none;
}

#contact .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

#contact .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 117px 85px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#contact .form {
	width: 586px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border: 1px solid #fff;
	padding: 45px 85px;
	background: -o-linear-gradient(300.3deg, rgba(255, 255, 255, 0.4) 1.73%, rgba(255, 255, 255, 0.2) 98.68%);
	background: linear-gradient(149.7deg, rgba(255, 255, 255, 0.4) 1.73%, rgba(255, 255, 255, 0.2) 98.68%);
	border-radius: 40px;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);
}

#contact h3 {
	text-shadow: none;
}

#contact .form h3 {
	color: #fff;
}

#contact .form .fields .field {
	margin-bottom: 20px;
}

#contact .form .fields .field .textbox,
#contact .form .fields .field textarea {
	display: block;
	margin: 0;
	padding: 16px 40px;
	width: 100%;
	height: 50px;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	outline: none;
	border: 0;
	background: #fff no-repeat right center;
	border-radius: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#contact .form .fields .field select.textbox {
	background-image: url(../images/down-arrow.svg);
	color: #1A1A1A;
}

#contact .form .fields .field textarea.textbox {
	height: 207px;
	overflow: auto;
	resize: none;
}

#contact .form>:last-child {
	margin-bottom: 0;
}

#contact .form .linkBtn {
	margin-left: auto;
}

#contact .text {
	position: relative;
	background: #fff;
	border-radius: 40px;
	margin-left: -28px;
	margin-top: 51px;
	padding: 60px 44px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#contact .text>:last-child {
	margin-bottom: 0;
}

#contact .text h5 {
	text-shadow: none;
}

/* Clients */

#clients {
	background: #f7f7f7 url(../images/texture-bg.jpg) no-repeat center top fixed;
	background-size: cover;	
	text-align: center;
}

#clients .section {
	padding-top: 70px;
	padding-bottom: 70px;
}

#clients .listing {
	margin: 60px -50px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#clients .listing li {
	margin: 0;
	padding: 0 50px;
	list-style: none;
	width: 33.33333333333333%;
}

#clients .listing li blockquote {
	margin: 0;
	font-style: normal;
	padding: 25px 0 0;
	border-top: 1px solid #000;
}

#clients .listing li blockquote p {
	margin-bottom: 20px;
}

#clients .listing li blockquote>:last-child {
	margin-bottom: 0;
}

/* Footer */

#footer {
	background: #000;
	color: #fff;
}

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 35px;
	padding-bottom: 35px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#footer .logo {
	width: 148px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#footer .logo img {
	display: block;
	width: 100%;
}

#footer h5 {
	color: #fff;
}

#footer .contacts {
	margin-left: 70px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#footer .contacts>:last-child {
	margin-bottom: 0;
}

#footer .links {
	margin: 0 0 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#footer .links li {
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
	font-family: 'TGS Perfect', sans-serif;
	font-size: 21px;
	font-weight: bold;
}

#footer .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	text-align: right;
	font-size: 12px;
	letter-spacing: 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#footer .bottom p {
	margin: 0 0 0 32px;
}

#footer .bottom .websiteBy a {
	display: inline-block;
	padding-left: 20px;
	margin-left: 2px;
	background: url(../images/cloud-ico.svg) no-repeat 0 5px;
}

/* Hamburger */

.hamburger {
	display: none;
	position: absolute;
	right: 15px;
	top: 15px;
	overflow: visible;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	z-index: 2;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #fff;
}

.hamburger-box {
	display: inline-block;
	width: 32px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .22s;
	     -o-transition-duration: .22s;
	        transition-duration: .22s
}

.hamburger .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg)
}

.mm-navbar>* {
	background: #000;
}

.mm-listitem__text {
	padding-left: 10px;
}

.mm-navbar__title {
	border-bottom: 1px solid #fff;
}

.mm-navbar__title>span {
	color: #fff;
}

.mm-panel {
	background: #000;
	font-family: 'TGS Perfect', sans-serif;
	font-size: 25px;
	font-weight: bold;
}

.mm-listitem:after {
	border-color: none;
}

/* Miscelleneous */

p {
	margin: 0 0 27px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Sink', sans-serif;
	font-weight: normal;
	margin: 0 0 19px;
	line-height: 1.2;
	color: #000;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

h2 {
	font-size: 48px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

h2 span {
	display: block;
	font-size: 0.4375em; /* 21px */
	margin-top: 0.380952380952381em;
}

h3 {
	font-size: 32px;
	margin-bottom: 27px;
}

h3 span {
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none;
	color: #1A1A1A;
	margin-top: 14px;
}

h4 {
	font-size: 24px;
	margin-bottom: 21px;
}

h5 {
	font-family: 'Sink', sans-serif;
	font-size: 21px;
	line-height: 1.71;
	text-shadow: none;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
}

ul,
ol {
	padding: 0 0 0 25px;
	margin-bottom: 27px;
}

.linkBtn {
	position: relative;
	display: table;
	line-height: 1.14375;
	font-family: 'TGS Perfect', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0;
	color: #000;
	background: none;
	padding: 14px 42px;
	border: 1px solid #000;
	letter-spacing: 0.05em;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linkBtn:hover {
	background-color: #000;
	color: #fff;
}

.linkBtn.linkBtnTrans {
	border-color: #fff;
	background: none;
	color: #fff;
}

.linkBtn.linkBtnTrans:hover {
	background: #fff;
	color: #000;
}

.linkBtn.linkBtnBlack {
	background: #000;
	border-color: #000;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	color: #fff;
	padding-left: 35px;
	padding-right: 35px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.linkBtn.linkBtnBlack:hover {
	background-color: #131313;
}

.linkBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.linkBtns .linkBtn {
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

/* Large Screens (Desktops) */

@media only screen and (max-width : 1450px) {
	.section {
		max-width: 1200px;
	}	

	#header .right .options .separator {
		margin: 0 16px;
	}

	#header .right #navigation ul li {
		margin-left: 60px;
	}

	#contact .section,
	#contact .form {
		padding-left: 50px;
		padding-right: 50px;
	}

	#clients .listing {
		margin-left: -30px;
		margin-right: -30px;
	}

	#clients .listing li {
		padding-left: 30px;
		padding-right: 30px;
	}

	.categoryInfo {
		padding-left: 30px;
		padding-right: 30px;
	}

	.productsSlider .swiper {
		max-width: 1033px;
	}
}

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}	

	#header .section {
		height: 156px;
	}
	
	#header .logo {
		width: 175px;
	}

	#header .right .options .made {
		font-size: 20px;
	}

	#header .right .options .socials {
		margin-right: 11px;
	}

	#header .right #navigation ul li {
		margin-left: 40px;
	}

	#banner .text .inner {
		margin-right: 0;
	}
	
	.team .listing {
		margin-left: -20px;
		margin-right: -20px;
	}

	.team .listing li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.textImage .text {
		width: 437px;
	}

	.twoCols .col {
		width: 437px;
	}

	.categoryInfo {
		padding-left: 0;
		padding-right: 0;
	}

	.categoryInfo .features {
		width: 437px;
	}

	.categoryInfo .products {
		width: 492px;
	}

	.categoryInfo .products .listing {
		margin-left: -15px;
		margin-right: -15px;
	}

	.categoryInfo .products .listing li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.categoryInfo .products .listing li .image {
		height: 183px;
	}

	.productsSlider .swiper {
		max-width: 875px;
	}

	.productsSlider .navi {
		height: 195px;
	}

	#products,
	#clients {
		background-attachment: scroll;
	}

	#contact .section {
		padding: 90px 15px;
	}
	
	#contact .form {
		width: 420px;
		padding-left: 28px;
		padding-top: 45px;
		padding-bottom: 45px;
	}

	#contact .text {
		padding: 35px 30px;
	}	
	
	#clients .listing {
		margin-left: -20px;
		margin-right: -20px;
	}

	#clients .listing li {
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer .contacts {
		margin-left: 33px;
	}

	#footer .links li {
		margin-left: 36px;
	}

	.prevBtn {
		left: 10px;
	}

	.nextBtn {
		right: 10px;
	}

}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}	

	#header .right .options {
		margin-top: 0;
	}

	#header .right .options .separator {
		display: none;
	}

	#header .right .options .made {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-left: auto;
		margin-bottom: 10px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	
	#header .right #navigation {
		margin-top: 15px;
	}

	#header .right #navigation ul li {
		font-size: 21px;
		margin-left: 24px;
	}

	#slider .swiper-slide .section {
		height: 480px;
	}

	#slider .swiper-slide .image {
		margin-left: 15px;
	}
	
	#banner:before {
		width: 50%;
	}

	#banner .text .inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	#banner .image .inner {
		padding-left: 0;
	}

	#banner .image .inner img {
		height: 190px;
	}
	
	#products .listing li .image {
		height: 200px;
		margin-bottom: 43px;
	}

	#products .listing li .image:before {
		width: 160px;
		height: 160px;
		margin-left: -80px;
	}

	#content .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.categoryInfo .features {
		width: 330px;
	}

	.categoryInfo .products {
		width: 360px;
	}

	.categoryInfo .products .listing {
		margin-left: -10px;
		margin-right: -10px;
	}

	.categoryInfo .products .listing li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.categoryInfo .products .listing li .image {
		height: 135px;
	}

	.categoryInfo .products .listing li .image:before {
		height: 114px;
	}

	.categoryInfo .products .gallery {
		margin-top: 70px;
	}

	.team .listing {
		margin-left: -10px;
		margin-right: -10px;
	}

	.team .listing li {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 15px;
	}

	.team .listing li img {
		margin-bottom: 20px;
	}

	.textImage {
		margin-bottom: 30px;
	}

	.textImage .image {
		width: 300px;
	}

	.textImage .text {
		width: 393px;
	}

	.twoCols .col {
		width: 345px;
	}

	.productsSlider:before {
		width: 80%;
		margin-left: -40%;
	}

	.productsSlider .swiper {
		max-width: 620px;
		margin-top: 44px;
	}
	
	#contact .form {
		width: 350px;
	}

	#contact .text {
		margin-top: 40px;
		margin-left: -22px;
	}

	#footer .logo {
		width: 130px;
	}

	#footer .links li {
		font-size: 19px;
		margin-left: 17px;
	}

	#footer .contacts {
		margin-left: 18px;
	}

	#footer .bottom {
		margin-top: 20px;
	}

	#footer .bottom p {
		margin-left: 22px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 28px;
	}

	h5 {
		font-size: 19px;
	}
	

}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	.hamburger {
		display: block;
	}

	#header .section {
		height: auto;
		padding-top: 30px;
		padding-bottom: 40px;
	}

	#header .right #navigation {
		display: none;
	}

	#header .logo {
		display: block;
		margin: 0 auto 10px;
		width: 200px;
	}

	#header .right .options {
		display: block;
	}

	#header .right .options .made {
		display: block;
		text-align: center;
	}

	#header .right .options .made span {
		padding: 30px 0 0;
		background-position: center top;
		line-height: 1.1;
		background-size: 40px;
	}

	#header .right .options .socials {
		margin: 0 0 15px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#header .right .linkBtn {
		margin: 0 auto;
	}

	#header .section {
		display: block;
	}

	#slider .swiper-slide .section {
		height: auto;
		padding-top: 30px;
		padding-bottom: 70px;
	}

	#slider .swiper-slide .overlay {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}

	#slider .swiper-slide .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-bottom: 20px;
	}

	#slider .swiper-slide .image img {
		height: 200px;
	}

	#slider .swiper-slide .text {
		width: auto;
	}

	#slider .dots {
		text-align: center;
	}

	#slider .dots .swiper-pagination-bullet {
		margin: 0 5px;
	}

	#banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#banner:before {
		width: 100%;
		border-radius: 0;
	}

	#banner .text {
		width: 100%;
		text-align: center;
	}

	#banner .text .inner {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	#banner .image {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}

	#banner .image .inner img {
		height: auto;
	}

	#products .listing {
		display: block;
		margin-top: 50px;
	}

	#products .listing li {
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 30px;
	}

	#products .listing li:last-child {
		margin-bottom: 0;
	}

	#products .listing li .image {
		height: auto;
	}

	#products .listing li .image:before {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}

	#content .section {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.categoryInfo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.categoryInfo .features {
		width: 100%;
		text-align: center;
	}

	.categoryInfo .features ul {
		text-align: left;
	}

	.categoryInfo .products {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-bottom: 30px;
	}

	.categoryInfo .products .listing {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0;
	}

	.categoryInfo .products .listing li {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.categoryInfo .products .listing li:last-child {
		margin-bottom: 0;
	}

	.categoryInfo .products .listing li .image {
		height: auto;
	}

	.categoryInfo .products .listing li .image:before {
		height: 150px;
	}

	.categoryInfo .products .gallery {
		margin-top: 0;
	}

	.textImage {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		margin-bottom: 0;
	}

	.textImage .text {
		width: 100%;
	}

	.textImage .image,
	.textImage.alt .image {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 30px;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}

	.twoCols {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}

	.twoCols .col {
		width: 100%;
	}

	.team .listing li {
		width: 50%;
	}

	.team .listing li img {
		margin-bottom: 15px;
	}
		
	.productsSlider .navi {
		height: 194px;
	}

	#contact .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}

	#contact .text {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 30px;
		padding: 35px 20px;
	}

	#contact .form {
		width: 100%;
		padding: 35px 20px;
	}

	#clients .listing {
		display: block;
		margin-top: 30px;
	}

	#clients .listing li {
		width: 100%;
		margin-bottom: 30px;
	}

	#clients .listing li:last-child {
		margin-bottom: 0;
	}

	#clients .listing li blockquote {
		border-top: none;
		padding-top: 0;
	}

	#footer .section {
		display: block;
	}

	#footer .logo {
		display: block;
		margin: 0 auto 15px;
		width: 200px;
	}

	#footer .contacts {
		margin: 0 0 20px;
		text-align: center;
	}

	#footer .links {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#footer .links li {
		margin: 0 10px;
	}

	#footer .bottom {
		display: block;
		text-align: center;
	}

	#footer .bottom p {
		margin: 0 0 5px;
	}

	.linkBtn {
		margin: 0 auto;
	}

	.linkBtns {
		display: block;
	}

	.linkBtns .linkBtn {
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width : 650px) {
	.productsSlider .navi {
		height: 30vw;
	}
}

@media only screen and (max-width : 599px) {
	.productsSlider .navi {
		height: 46vw;
	}
}

@media only screen and (max-width : 479px) {

	.team .listing li {
		width: 100%;
	}
	
	.productsSlider .navi {
		height: 91vw;
	}

}