::-moz-selection { background:dodgerblue; color:#fff;}
::selection { background: dodgerblue; color:#fff;}

/*-----clear fix-----*/

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	background: #fff;
}

p,
li,
td,
th,
a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/*-----wrapper-----*/

/*.wrapper { max-width:1200px; margin:0 auto; padding:0 30px; }*/

.wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.ie7and8 .wrapper {
	width: 1200px;
}

.product-wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

@media screen and (max-width:1199px) {
	.product-wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
}

@media screen and (max-width:1199px) {
	.wrapper {
		padding: 0;
		width: 100%
	}
}

@media screen and (max-width:800px) {
	.wrapper {
		padding: 0;
		width: 100%
	}
}

@media screen and (max-width:600px) {
	.wrapper {
		padding: 0;
		width: 100%;
	}
}

* {
	box-sizing: border-box;
}

/*-----header-----*/

#header {
	background: #fff;
}

#header-top {
	padding: 20px 0 15px 0;
}

#header-top p {
	width: 33%;
	float: left;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #c1dcec;
}

#header-top p a {
	color: #be0024;
	text-decoration: none;
	font-weight: bold;
}

@media screen and (max-width:800px) {
	#header-top p {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
	}
}

#header-nav {
	width: 33%;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}

#header-nav li {
	display: inline;
	margin: 0 10px;
	font-size: 13px;
	text-transform: uppercase;
}

#header-nav li a {
	color: #818181;
	text-decoration: none;
}

@media screen and (max-width:800px) {
	#header-nav {
		float: none;
		width: 100%;
		text-align: center;
	}
}

#header-navarea {
	padding: 20px 0;
}

.logo {
	display: block;
	margin: auto;
	text-align: center;
	width: 33%;
	float: left;
}

.logo img {
	text-align: center;
	margin: auto;
	width: 220px;
}

@media screen and (max-width:800px) {
	.logo {
		float: none;
		text-align: center;
		margin: 20px auto;
		display: block;
		width: auto;
	}
}

#main-nav {
	width: 80%;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}

#main-nav li {
	display: inline;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
}

#main-nav li a {
	color: #0075be;
	text-decoration: none;
}

@media screen and (max-width:800px) {
	#main-nav {
		float: none;
		width: 100%;
	}
	#main-nav li {
		display: block;
		text-align: center;
	}

	ul#main-nav:hover {
		display: block;
	}

}

.main-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #0075be;
	text-align: center;
}

.main-nav li {
	display: inline-block;
}

.main-nav li a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.main-nav li a:hover:not(.active) {
	background-color: #efefef;
	color: #0075be;
}

.main-nav a.active {
	background-color: #0075be;
	color: #ffffff;
}

.main-nav .dropdown:hover .dropbtn {
	background-color: #efefef;
	color: #0075be;
}

.main-nav li.dropdown {
	display: inline-block;
}

@media screen and (max-width:1200px) {
	.main-nav {
		width: 100%;
		display: none;
	}
	.main-nav li.dropdown {
		border: 1px solid #efefef;
		display: block;
	}
}

.main-nav .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 100000000;
	color: #0075be;
}

.main-nav .dropdown-content a {
	color: #0075be;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #efefef;
}

.main-nav .dropdown-content a:hover {
	background-color: #0075be;
}

.main-nav .dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width:1200px) {
	.main-nav .dropdown:hover .dropdown-content {
		display: none;
	}
}
.toggle-nav {
    display: none;
}

@media screen and (max-width: 1200px) {
	a.toggle-nav, a.toggle-nav:hover {
		color: #fff;
		text-decoration: none;
	}
}

@media screen and (max-width: 500px) {
	.toggle-nav {
		padding: 10px;
		display: block;
		background: #0075be;
		color: #fff;
		font-size: 20px;
		transition: color linear 0.15s;
		text-align: center;
	}
}

@media only screen and (max-width : 1200px) {
	#menu-icon {
		display:inline-block;
	}
	ul.active {display: block;}
}

/*-----home-----*/

#home {
	background: url(../images/background.jpg) no-repeat #1fafde;
}

#home h1,
#home h2,
#home p {
	text-align: center;
	color: #fff;
}

#home h1 {
	font-size: 74px;
	font-weight: 300;
	padding: 20px 0 0 0;
}

#home p.intro {
	font-size: 22px;
	padding: 0 10%;
	color: #ffffff;
}

#home h2 {
	padding: 0 0 20px 0;
}

/*-----home panel-----*/

#home-panel {
	margin: 5px 0;
	overflow: hidden;
}

#home-image {
	margin: 5px 0;
}

#home-image img {
	width: 100%;
	height: auto;
}

/*-----home category highlight-----*/

.category-item a {
	text-decoration: none;
}

.category-item {
	position: relative;
	overflow: hidden;
	width: 33.3%;
	height: 400px;
	background: #28a7bd;
	float: left;
	cursor: pointer;
}




.category-item:nth-child(odd) {
	background: #255c9e;
}

.category-item:nth-child(0n+2) {
	background: #1fb0df;
}

.category-item p {
	text-align: center;
	line-height: 28px;
	padding: 45% 20%;
	margin: 0;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.slide {
	position: absolute;
	bottom: -400px;
	width: 100%;
	height: 400px;
	transition: 0.5s;
}

.category-item:hover .slide {
	transition: 0.5s;
	bottom: 0;
}

/*-----home product highlight-----*/

#home-product-highlight {
	padding: 30px 0;
}

#home-product-highlight ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#home-product-highlight ul li {
	padding: 20px 0;
	margin: 0;
	width: 25%;
	float: left;
	background-color: #21a3bc;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#home-product-highlight ul li:nth-child(odd) {
	background-color: #158bc7;
}

#home-product-highlight ul li img {
	width: 90%;
	margin: auto;
	padding: 10px 0 0 0;
}

#home-product-highlight ul li a {
	text-decoration: none;
	color: #fff;
}

#home-product-highlight ul li a span {
	display: block;
	font-size: 18px;
}

@media screen and (max-width:800px) {
	#home-product-highlight ul li {
		padding: 20px 0;
		margin: 0;
		width: 50%;
		float: left;
		background-color: #21a3bc;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}
	#home-product-highlight ul li:nth-child(odd) {
		background-color: #21a3bc;
	}
}

/*-----inside-----*/

#inside-category h1 {
	text-align: center;
	color: #0075be;
}

#inside-category h1 {
	font-size: 48px;
	font-weight: 300;
	line-height: 42px;
}

#inside-category h2 {
	font-size: 34px;
	font-weight: 300;
}

#inside-category p {
	color: #666;
	max-width: 900px;
	margin: 24px auto;
}

#inside-category p.category-intro {
	padding: 60px 0 20px 0;
	text-align: center;
}

p.intro-highlight {
	max-width: 100% !important;
}

@media screen and (max-width:800px) {
	#inside-category h1 {
		font-size: 24px;
		font-weight: 300;
		line-height: 26px;
	}
}

.intro-highlight a {
	background-color: #be0024;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 0;
}

#inside-category .category-highlight {
	background-color: #30b0d3;
	text-align: left;
	margin: 0 0 20px 0;
}

#inside-category .category-highlight h2 {
	padding: 10px 0 5px 0;
	margin: 0;
	color: #fff;
}

#inside-category .category-highlight h2 a {
	color: #fff;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
}

#inside-category .category-highlight p {
	padding: 0 0 15px 0;
	margin: 0;
	color: #fff;
}

#inside-category .category-highlight img {
	float: left;
	margin: 0 20px 0 0;
}

#inside-category .category-highlight a {
	color: #fff;
	padding: 6px 12px;
	background-color: #0a4ea3;
	text-decoration: none;
	margin: 0;
}

#inside-category .category {
	transition: all 0.25s ease-in;
	width: 46%;
	margin: 2%;
	text-align: left;
	background-color: #fafafa;
	border-radius: 12px;
	box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.1), 0 6px 20px 0 rgba(90, 90, 90, 0.1);
}


 #inside-category .grid-2 .category {
	transition: all 0.25s ease-in;
	width: 31%;
	margin: 1%;
	text-align: left;
	background-color: #fafafa;
	border-radius: 12px;
	box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.1), 0 6px 20px 0 rgba(90, 90, 90, 0.1);

}

#inside-category .nohover .category:hover {
	transform:none !important;
	cursor:auto !important;
}

#inside-category .category:hover {
	transform: translateY(-5px);
	cursor: pointer;
}

#inside-category .category img {
	width: 100%;
	height: auto;
	min-height: 300px;
	text-align: center;
	border-radius: 12px 12px 0 0;
}


#inside-category .grid-2 .category img {
	width: 100%;
	height: auto;
	min-height: 100px;
	text-align: center;
	border-radius: 12px 12px 0 0;
}


#inside-category .category h2 {
	color: #0a4ea3;
	font-size: 28px;
	padding: 0 0 10px 0;
	margin: 0;
}

#inside-category .category a {
	display: block;
	text-decoration: none;
}

#inside-category .category-info {
	font-size: 20px;
	padding: 5% 5% 7% 5%;
}

#inside-category .category p {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

#inside-category .category p.categorylink a {
	color: #fff;
	padding: 6px;
	background-color: #0a4ea3;
	display: block;
	width: 70%;
	text-align: center;
	margin: auto;
	text-decoration: none;
}

@media screen and (max-width:1199px) {
	#inside-category .category {
		min-height: auto;
	}
	#inside-category .category img {
		height: 100% !important;
	}
}

@media screen and (max-width:600px) {
	#inside-category .category h2 {
		color: #0a4ea3;
		font-size: 16px;
		text-align: center;
	}
	#inside-category .category p {
		display: none;
	}

	#inside-category .category p.categorylink {
		display: block !important;
	}
}





/*-----product listing-----*/

#product-listing h1 {
	text-align: center;
	color: #0075be;
	font-size: 48px;
	font-weight: 300;
	margin: 40px auto;
}

#product-listing p {
	color: #666;
}

#product-listing p.listing-intro {
	padding: 20px 0 20px 0;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.grid, .grid-2 {
	display: flex;
	align-items: stretch;
	height: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

@media screen and (max-width:800px) {
	.grid {
		width: 100%;
		padding: 0 2.5%;
	}
}

.grid-around {
	justify-content: center;
}

@media screen and (max-width:800px) {
	#product-listing h1 {
		font-size: 38px;
		font-weight: 300;
		line-height: 38px;
	}
}

.product-listing-highlight {
	background-color: #30b0d3;
	text-align: left;
	margin: 0 0 20px 0;
}

.product-listing-highlight h2 {
	padding: 10px 0 5px 0;
	margin: 0;
	color: #fff;
}

.product-listing-highlight h2 a {
	color: #fff;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
}

.product-listing-highlight p {
	padding: 0 0 15px 0;
	margin: 0;
	color: #fff;
}

.product-listing-highlight img {
	float: left;
	margin: 0 20px 0 0;
}

.product-listing-highlight a {
	color: #fff;
	padding: 6px 12px;
	background-color: #0a4ea3;
	text-decoration: none;
	margin: 0;
}

.product-listing {
	width: 31%;
	margin: 1%;
	background-color: #efefef;
	border-radius: 12px;
	box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.1), 0 6px 20px 0 rgba(90, 90, 90, 0.1);
}

/*.product-listing {width:32%; margin:1% 0.5%; border: 1px solid #efefef; float:left; text-align:left;}*/

.product-listing img {
	width: 100%;
	text-align: center;
	border-radius: 12px 12px 0 0;
}

.product-listing h2 {
	color: #ffffff;
	background-image: -webkit-linear-gradient(92deg, #0075be, #0a4ea3);
	font-size: 18px;
	padding: 2.5% 5%;
	margin: 0;
}

.product-listing a {
	display: block;
	text-decoration: none;
}

.product-listing-info {
	font-size: 20px;
}

.product-listing p {
	font-size: 14px;
	line-height: 20px;
	padding: 5%;
	margin: 0;
}

.product-listing p a {
	color:  #666;
}
.product-listing ul {
	margin:0px;
	padding:0 10px 0 40px;
	list-style-position: outside;
}
.product-listing li {
	font-size: 14px;
	line-height: 15px;
	margin:0 0 5px 0;
	color: #666;
}

@media screen and (max-width:800px) {

	.product-listing {
		width: 48%;
		margin: 1%;
		background-color: #efefef;
		border-radius: 12px;
		box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.1), 0 6px 20px 0 rgba(90, 90, 90, 0.1);
	}
		
	.product-listing img {
		width: 100%;
		text-align: center;
		border-radius: 12px 12px 0 0;
	}
	
	.product-listing h2 {
		color: #ffffff;
		background-image: -webkit-linear-gradient(92deg, #0075be, #0a4ea3);
		font-size: 18px;
		padding: 2.5% 5%;
		margin: 0;
	}
	
	.product-listing a {
		display: block;
		text-decoration: none;
	}
	
	.product-listing-info {
		font-size: 20px;
	}
	
	.product-listing p {
		font-size: 14px;
		line-height: 20px;
		padding: 5%;
		margin: 0;
	}

}


.product-listing p.cproduct-listing-link a {
	color: #fff;
	padding: 6px;
	background-color: #0075be;
	display: block;
	width: 70%;
	text-align: center;
	margin: auto;
	text-decoration: none;
}

#navbar {
	z-index: 1000000;
}
@media screen and (max-width:800px) {

	#navbar {
		white-space: nowrap;
		overflow-x: scroll; 
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	/* [5] */
	#navbar::-webkit-scrollbar {
		display: none;
	}

}

.listing-nav {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	background-color: #efefef;
	text-align: center;
}

@media screen and (max-width:800px) {
	.listing-nav {
		overflow: scroll;
		padding: 5px 5px 0 5px;
	}
}

@media screen and (max-width:800px) {
	.listing-nav li {
		font-size: 12px;
	}
}

.section-nav {
	background-color: #fff;
}

@media screen and (max-width:800px) {
	.section-nav {
		padding: 0 5px 5px 5px;
	}
}
.section-nav li {
	font-size: 14px;
}

@media screen and (max-width:800px) {
	.section-nav li {
		font-size: 12px; ;line-height: 12px;
	}
	
}

.section-nav li a {
	border-bottom: none !important;
}

.section-nav li a.active {
	border-bottom: 3px solid #0075be !important;
}

.listing-nav li {
	display: inline-block;
}

.listing-nav li a {
	display: block;
	color: #0075be;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	border-bottom: 4px solid #efefef;
}

.listing-nav li a:hover:not(.active) {
	border-bottom: 4px solid #0075be;
	color: #0075be;
}

.listing-nav a.active {
	border-bottom: 4px solid #0075be;
	color: #0075be;
}



/*-----related products-----*/

.related-title {
	font-size: 22px;
	color: #0075be;
}

.related-item {
	margin: 0 2%;
}

.related-item a {
	text-decoration: none;
}

.prev,
.next {
	background-color: #ffffff;
	border: 2px solid #0075be;
	color: #0075be;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	border-radius: 4px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
}

.next {
	float: right;
}

.prev:hover,
.next:hover {
	background-color: #0075be;
	color: white;
}

.related-tite {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 0 3px 0;
}

.caption {
	font-size: 12px;
	line-height: 17px;
}

.prev {}

.next {}

#inside,
#inside-category,
#product-listing {
	border-top: 1px solid #30b0d3;
	padding: 0 0 40px 0;
}

@media screen and (max-width:800px) {
	#inside,
	#inside-category,
	#product-listing {
		padding:0 0 10px 0;
	}
}

#inside-nav {
	float: left;
	width: 27%;
}

#inside-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#inside-nav ul li {
	padding: 0;
	margin: 0;
}

#inside-nav ul li a {
	padding: 10px;
	margin: 0 20px 2px 0;
	background: #0075be;
	color: #fff;
	text-decoration: none;
	display: block;
}

#inside-nav ul li ul {
	padding: 0 0 0 2px;
	margin: 0 0 0 10px;
	border-left: 2px solid #0075be;
}

#inside-nav ul li ul li a {
	background: #efefef;
	color: #0075be;
	font-size: 15px;
}

@media screen and (max-width:800px) {
	#inside-nav {
		padding: 0;
		width: 100%;
		float: none;
	}
	#inside-nav {
		margin: 0;
	}
	#inside-nav ul li a {
		margin: 0 0 2px 0;
		text-align: center;
	}
}

@media screen and (max-width:600px) {
	#inside-nav {
		padding: 0;
		width: 100%;
		float: none;
	}
}

#cta-highlight {
	background: #be0024;
	padding: 10px 20px;
	margin: 0 20px 0 0;
}

#cta-highlight p strong {
	color: #fff !important;
	font-size: 22px;
}

#cta-highlight p {
	color: #fff !important;
	font-size: 18px;
}

#cta-highlight p a {
	color: #fff !important;
}

#cta-highlight.stick {
	position: fixed;
	z-index: 10000;
	top: 0;
	width: 264px;
}

#cta-highlight img {
	width: 100%;
}

#inside-content {
	width: 80%;
	margin: 0 auto;
}

#inside-content h1 {
	font-size: 56px;
	line-height: 58px;
	font-weight: 300;
	text-align: center;
	padding: 0 0 20px 0;
	color: #0075be;
}

#inside-content h2 {
	font-size: 32px;
	font-weight: 300;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 0;
	color: #0a4ea3;
}

#inside-content h3 {
	text-align: left;
	padding: 0 0 4px 0;
	margin: 0;
	color: #0a4ea3;
}

#inside-content p {
	font-size: 17px;
	line-height: 26px;
	padding: 0 0 15px 0;
	margin: 0;
	color: #666;
}

#inside-content ul {
	width: 75%;
}

#inside-content li {
	font-size: 17px;
	line-height: 24px;
	padding: 0 0 8px 0;
	margin: 0;
	color: #666;
}

#inside-content a {
	color: #0075be;
	font-weight: bold;
}

#inside-content img {
	padding: 0 0 20px 0;
	max-width: 100%;
}

.section-header {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0;
	color: #0a4ea3;
}

#inside-content .question {
	background-color: #0a4ea3;
	padding: 40px;
	margin: 20px 0;
}

#inside-content .question p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
}

#inside-content .cta {
	background-color: #30b0d3;
	padding: 40px;
	margin: 20px 0;
}

#inside-content .cta p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
}

#inside-content .cta p a {
	color: #fff;
}

.features {
	padding: 5%;
	margin: 40px 0;
	background: #30b0d3;
	background-image: -webkit-linear-gradient(92deg, #30b0d3, #0a4ea3);
	border-radius: 12px;
	box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.1), 0 6px 20px 0 rgba(90, 90, 90, 0.1);
}

.features-list {
	color: #ffffff;
	width: 80%;
	margin: 20px auto;
}

.features-list li {
	color: #ffffff;
	padding: 10px 0;
}

.features-header {
	color: #A0D8EC;
	text-align: center;
	font-size: 48px;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
	font-weight: lighter;
}

@media screen and (max-width:800px) {
	.features {
		padding: 5%;
		margin: 10px 0;
	}

	.features-list {
		width: 100%;
		margin: 10px auto;
	}
	.features-header {
		font-size: 22px;
		margin: 0 0 10px 0;
	}
}


.small-list {
	padding: 0 12px;
	color:#666;
}

.small-list li {
	padding: 4px 0;
	font-size: 14px;
	line-height: 16px;
}


.product-intro {
	display: flex;
	align-items: center;
	margin: 20px 0;
	align-content: stretch;
	border-radius: 12px;
	box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.1), 0 6px 20px 0 rgba(90, 90, 90, 0.1);
}

.product-intro-img {
	width: 40%;
	background: #ffffff;
}

.product-intro-info {
	padding: 10% 5%;
	width: 60%;
	background-color: #efefef;
	border-radius: 0 12px 12px 0;
}

.product-intro-img img {
	width: 100%
}

@media screen and (max-width:800px) {
	.product-intro {
		display: block;
	}

	.product-intro-img {
		width: 100%;
		background: #ffffff;
	}
	
	.product-intro-info {
		width: 100%;
		padding: 5%;
	}
	
	.product-intro-img img {
		width: 100%
	}
}

.subline {
	text-transform: uppercase;
	color: #30b0d3;
	font-size: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.intro-text {
	font-size: 0 20px;
	color: #656565;
}

.highlight-small {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 10px 0;
}

.highlight-small img {
	width: 45px;
	height: 45px;
	margin: 0 20px 0 0;
}

.highlight-centre {
	text-align: center;
	margin: 20px auto;
	display: block;
}

.delivery {
	color: #cc2827;
}

@media screen and (max-width:800px) {

	.highlight-small {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 20px 0;

	}
	
	.highlight-small img {
		height: auto;
		margin: 0 auto;
		display: block;
	}
	
	.delivery {
		color: #cc2827;
		display: block;
		text-align: center;
	}
	
}


.product-quote-btn {
	border: 2px solid #01a07c;
	text-shadow: 2px 2px #01a07c;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 20px;
	border-radius: 8px;
	margin: 0;
	display: inline-block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	background-color: rgb(1, 175, 136);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: 100% 200%;
	background-position: 0 -100%;
	background-image: linear-gradient(to top, transparent 50%, rgba(1, 160, 124, 0.9) 50%);
}

@media screen and (max-width:800px) {
	.product-quote-btn {
		font-size: 14px;
		padding: 10px;
	}
}

.product-quote-btn:hover {
	background: #01a07c;
	background-position: 0 0;
}

.page-image-full {
	width: 100%;
	height: auto !important;
	margin: 20px 0;
}

.page-image-centre {
	margin: auto;
	display: block;
	text-align: center;
}

.cta-abb {
	background: #BF0000;
	text-align: center;
	padding: 20px;
	margin: 40px 0;
	border-radius: 12px;
	box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.1), 0 6px 20px 0 rgba(90, 90, 90, 0.1);
}

.cta-abb-header {
	color: #ffffff !important;
	font-size: 28px;
}


.cta-abb p {
	color: #ffffff !important;
}

.cta-abb p a {
	color: #ffffff !important;
}

.cta {
	background: #0075be;
	text-align: center;
	padding: 20px;
	margin: 40px 0;
	border-radius: 12px;
}

.cta-header {
	color: #fff !important;
	font-size: 28px;
}

.cta p {
	color: #fff !important;
	font-size: 24px;
}

.cta p a {
	color: #fff !important;
}

@media screen and (max-width:800px) {
	.cta-abb , .cta {
		margin: 10px 0;
	}
	.cta-abb-header, .cta-header {
		color: #ffffff;
		font-size: 22px;
		line-height: 26px
	}
	.cta p {
		font-size: 16px;
	}
	
}

h1 {
	font-size: 48px;
	color: #2C2C2C;
	font-weight: lighter;
	padding: 0;
	margin: 40px 0;
	text-align: center;
}

h2 {
	color: #094EA2;
	font-size: 30px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h3 {
	color: #094EA2;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

p,
li {
	color: #3F3F3F;
	font-size: 18px;
	line-height: 26px;
}

.section {
	background: #efefef;
	display: table;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.1), 0 6px 20px 0 rgba(90, 90, 90, 0.1);
	vertical-align: middle;
}

.section-1-col {
	width: 40%;
	display: table-cell;
	padding: 15px 30px 30px 30px;
	border-radius: 0 12px 12px 0;
	vertical-align: middle;
}

.section-2-col {
	width: 60%;
	display: table-cell;
	padding: 15px 30px 30px 30px;
	border-radius: 12px;
	vertical-align: middle;
}

.section-highlight {
	background: #0075be;
}

.section-highlight p,
.section-highlight li,
.section-highlight h3 {
	color: #ffffff;
}

.section-highlight li {
	color: #ffffff;
}

.section img {
	width: 100%;
	height: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#inside-content {
		padding: 0 20px;
		width: auto;
		float: none;
	}
	#inside-content img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:800px) {
	#inside-content {
		padding: 0 20px;
		width: auto;
		float: none;
	}
	#inside-content img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:600px) {
	#inside-content {
		padding: 0 10px;
		width: auto;
		float: none;
	}
	#inside-content h1 {
		font-size: 34px;
		line-height: 38px;
		font-weight: 300;
		text-align: left;
		padding: 0 0 20px 0;
		margin: 0;
		color: #0075be;
	}
}

table {
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 100%;
}

table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #efefef;
	background-color: #dedede;
	text-align: left;
	font-weight: bold;
	color: #3F3F3F;
}

table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #efefef;
	background-color: #ffffff;
	color: #666;
}

/*-----all products-----*/

#inside-category.all-items {
	background: url(../images/background.jpg) 0 -1780px no-repeat #fff;
}

#inside-category.all-items h1 {
	line-height: 44px;
	padding: 0;
	margin: 20px 0 0 0;
}

.mix {
	display: none;
}

/*--
#inside-category .category-all {background-color:#f7f7f7; width:19%; margin:0.5%; float:left; padding:1% 0; text-align:center;}
--*/

#inside-category .category-all a {
	text-decoration: none;
}

#inside-category .category-all img {
	padding: 0 0 6px 0;
}

#inside-category .category-all p strong {
	color: #30b0d3;
	font-size: 12px;
	display: block;
	padding: 0 0 6px 0;
}

#inside-category .category-all p.categorylink a {
	color: #fff;
	padding: 6px;
	background-color: #0a4ea3;
	display: block;
	width: 70%;
	text-align: center;
	margin: auto;
	text-decoration: none;
	font-size: 11px;
}

.filter-item {
	display: none;
	background-color: #f7f7f7;
	width: 19%;
	margin: 0.5%;
	float: left;
	padding: 1% 0;
	text-align: center;
	flex-grow: 1;
	transition: all 0.25s ease-in;
	background-color: #fafafa;
	border-radius: 12px;
	box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.1), 0 6px 20px 0 rgba(90, 90, 90, 0.1);
}

.filter-item:hover {
	transform: translateY(-5px);
	cursor: pointer;
}

.filter-tag {
	font-size: 10px;
	padding: 0;
	margin: 0 !important;
	color: #999999 !important;
}

.show {
	display: block;
}

.filter-nav p {
	margin: 0;
	text-align: center;
	color: #666666;
}

.filter-nav ul {
	padding: 25px 0 40px 0;
	margin: 0;
	list-style-type: none;
	margin: 0;
	text-align: center;
}

.filter-nav ul li {
	padding: 5px 10px;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
}

.filter-nav ul li.active {
	background: #0075be;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky+.content {
	padding-top: 100px;
}


/*-----team-----*/


.team {
	display: flex;
	flex-flow: row wrap;
	/* Then we define how is distributed the remaining space */
	justify-content: space-around;
	padding: 0 0 30px 0;
}

.team-member {
	width: 30%;
	margin: auto;
	text-align: center;
	padding: 1%;
}

.team-image {
	display: block;
	border-radius: 100%;
	margin:0 0 10px 0;
	padding: 0px !important;

}

#inside-content p.team-name {
	font-weight: bold;
	color: #0075be;
	padding:0;
	margin: 0 0 5px 0;
	line-height: 18px;
}

#inside-content p.team-title {
	font-size: 12px;
	line-height: 13px;
	padding:0;
	margin: 0 0 18px 0;
}



@media screen and (max-width:800px) {

	#footer p.footer-header {
		font-size: 20px;
	}
	
	#footer p.contact-highlight {
		font-size: 20px;
	}
	

}


/*-----footer-----*/

#footer {
	background: #fff;
	padding: 15px 0;
	border-top: 1px solid #c1dcec;
}

#footer p {
	text-align: center;
	color: #818181;
	font-size: 14px;
	line-height: 20px;
}

#footer p.footer-header {
	font-size: 44px;
	color: #0075be;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

#footer p.contact-highlight {
	font-size: 32px;
}

#footer img {
	display: block;
	margin: 0 auto 20px auto;
}

#footer-nav {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #818181
}

#footer-nav li a {
	color: #818181;
	text-decoration: none;
}

@media screen and (max-width:800px) {

	#footer p.footer-header {
		font-size: 20px;
	}
	
	#footer p.contact-highlight {
		font-size: 20px;
	}
	

}