@charset "UTF-8";

@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/subset-Montserrat-Light.eot');
	src: url('../fonts/subset-Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Montserrat-Light.woff2') format('woff2'),
		url('../fonts/subset-Montserrat-Light.woff') format('woff'),
		url('../fonts/subset-Montserrat-Light.ttf') format('truetype'),
		url('../fonts/subset-Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/subset-Montserrat-Regular.eot');
	src: url('../fonts/subset-Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/subset-Montserrat-Regular.woff') format('woff'),
		url('../fonts/subset-Montserrat-Regular.ttf') format('truetype'),
		url('../fonts/subset-Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
	min-height: 100%;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Montserrat-Light', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 1.333;
	background: #000;
}


/* Page Info */

#pageInfo {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: -35px;
	margin-bottom: 47px;
	z-index: 1;
	text-align: center;
}

#pageInfo:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #323332;
	z-index: -1;
}

#breadcrumb {
	font-size: 15px;
	margin-bottom: 10px;
}

#breadcrumb a:last-child {
	color: #009ee0;
}

#pageInfo .title {
	font-family: 'Montserrat-Regular', Arial, sans-serif;
	font-size: 25px;
	color: #009ee0;
	text-transform: uppercase;
	margin: 0;
}

/* Feedback */

#feedback {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 70px;
}

#feedback .title {
	font-family: 'Montserrat-Regular', Arial, sans-serif;
	font-size: 41px;
	color: #008fbf;
}

#feedback .slides {
	margin: 0;
	padding: 0;
}

#feedback .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#feedback .slides li blockquote {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 983px;
	font-size: 18px;
	font-style: italic;
	color: #666666;
	border: 0;
}

#feedback .slides li blockquote p {
	margin-bottom: 10px;
}

#feedback .slides .owl-prev,
#feedback .slides .owl-next {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 24px;
	text-indent: -9999em;
	margin-top: -12px;
	background: url(../images/slider-arrow.svg) no-repeat;
	background-size: 100%;
}

#feedback .slides .owl-prev {
	left: -50px;
}

#feedback .slides .owl-next {
	right: -50px;
	transform: rotate(180deg);
}

/* About Us */

#aboutUs {
	position: relative;
	z-index: 1;
	margin-bottom: -36px;
	padding-top: 36px;
	padding-bottom: 36px;
}

#aboutUs:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #009ee0;
	z-index: -1;
}

#aboutUs .left {
	float: left;
	width: 63.92857142857143%; /* 895px */
	text-align: center;
	font-size: 17px;
}

#aboutUs .left h1 {
	color: #000;
	margin-bottom: 28px;
}

#aboutUs .left .moreBtn {
	margin-top: 10px;
	background: #000;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#aboutUs .left .moreBtn:hover {
	background-color: #1f1f1f;
}

#aboutUs .right {
	float: right;
	width: 33.28571428571429%; /* 466px */
}
/* Products Range */

#productsRange h2 {
	font-size: 25px;
	text-align: center;
	padding-bottom: 10px;
}

#productsRange .listing {
	margin: 35px 0 0 -2.857142857142857%;
	padding: 0;
}

#productsRange .listing li {
	margin: 0 -4px 1.785714285714286% 0;
	padding: 0 0 0 2.857142857142857%;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
}

#productsRange .listing li a {
	display: block;
}

#productsRange .listing li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 18px;
}

#productsRange .listing li .image img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#productsRange .listing li a:hover .image img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}


/* Miscelleneous */

p {
	margin: 0 0 19px;
}

.linkBtn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	min-width: 153px;
	padding: 10px 20px;
	background: #009ee0;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linkBtn:hover {
	background-color: #3cb4f8;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 19px;
	padding: 0;
	font-family: 'Montserrat-Regular', Arial, sans-serif;
	color: #009ee0;
	font-weight: normal;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.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;  
}

::-webkit-input-placeholder {
	color: #949494;
	opacity: 1;
}

:-moz-placeholder {
	color: #949494;
	opacity: 1;
}

::-moz-placeholder {
	color: #949494;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: #949494;
	opacity: 1;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}
