@font-face {
	font-family: 'AuspuffSets';
	src: url('../fonts/auspuff-sets.woff2') format('woff2'), url('../fonts/auspuff-sets.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
background:#333 url(../images/background.jpg) left bottom no-repeat;
}

h1,h2,h3,h4,h5,h6 {
font-family:AuspuffSets, Arial, Helevtica, sans-serif;
font-style:normal;
font-weight:400;
}

h1,h2 {
color:#0099e0;
}

h3 {
color:#0079c0;
}

.product {
background:url(../images/productbox.jpg) repeat-x;
background-size:cover!important;
}

hr {
border:1px solid #0079c0;
}

a {
color: #0099e0;
}

a:hover {
color: #0079c0;
}

.button {
background-color:#0099e0;
}

.button:hover, .button:focus {
background-color:#0079c0;
}

#footertext {
background-color:#000;
background-image: linear-gradient(to bottom, #333, #000);
color:#eee;
}

#topline {
	background-color: #274261;
	line-height: 50%;
}

#topline div div {
	color: #eee;
}

#tel-link {
	background: #0099e0;
}

.heading {
	background: #0099e0;
	color: #fff;
}

@media (max-width: 767px){
.flextable td::before {
background: #0099e0;
}