body {
	margin: 0;
	width:100%; 
	background-image: url(tile.png); 
	background-repeat: repeat;
	background-attachment: fixed;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color:white;
	width:100%;
	padding:1% 0;
	background-color:#363636;
	text-align:center;
	font-weight: lighter;
	margin:2% 0;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: rgb(50,50,50);
	font-weight: lighter;
	text-align:center;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: lighter;
	font-style: italic;
	color: rgb(50, 50, 50);
	text-align:left;
	padding-bottom:10px;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: lighter;
	font-style: italic;
	color: rgb(50, 50, 50);
	text-align:left;
	padding-bottom:10px;
	margin:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(50,50,50);
	font-size: 20px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(50,50,50);
	font-size: 20px;
	margin-bottom:20px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(50,50,50);
	font-size: 18px;
	text-align: center;
}

a{
	color:white;
	text-decoration: none;
}

td{
	padding:1%;
}

input[type=checkbox] {
display:none;
}

ul ul li{
	margin-bottom:.2em;
}

ul ul li p{
	margin:.1em 0;
	font-size: 90%;
}

img {
    -moz-animation-name: fadeIn;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.4s;

    -webkit-animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.4s;

    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.4s;
}

object {
    -moz-animation-name: fadeIn;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.4s;

    -webkit-animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.4s;

    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.4s;
}

.fadeInClass {
    -moz-animation-name: fadeIn;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.6s;

    -webkit-animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.6s;

    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.6s;
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bannerwrapper{
    width: 100%;
    height: 0;
    padding-bottom: 450px;
    position: relative;
	background-color:#f2f2f2;
}

.mapwrapper{
    width: 100%;
    height: 0;
    padding-bottom: 700px;
    position: relative;
	background-color:#f2f2f2;
}

.tilewrapper{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
	background-color:lightgrey;
	display:inline-block;
	vertical-align: text-bottom;
}

.tilewrapper2{
    width: 32%;
    height: 0;
    padding-bottom: 32%;
    position: relative;
	background-color:lightgrey;
	display:inline-block;
	vertical-align: text-bottom;
}

h1.productpage{
	margin:0; 
}

img.productbutton {
display:inline;
width:100%;
 margin:0%;
}

.featurebutton {
display:inline;
width:18%;
margin-left:1.6%;
margin-bottom:1.6%;
margin-top:1.6%;
}

.featurebutton2 {
display:inline;
width:15%;
margin-left:1.2%;
margin-top:1.2%;
}

.featurebutton3 {
display:inline;
width:15%;
margin-left:0.5%;
margin-bottom:0.5%;
margin-bottom:0.5%;
}

input.productbutton:checked + label{
transform: scale(1.0);
}

input.productbutton{
display:none;
}

input.productbutton + label{
cursor:pointer;
-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
transition: 0.5s;
transform: scale(0.9);
}

input.productbutton + label:hover{
transform: scale(0.9);
}

input.productbutton:checked + label:hover{
transform: scale(1.0);
}

.seriestext{
display: none;
padding:0;
margin-bottom:2%;
}

.hideme{
display:none;
transform: scale(0);
-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
transition: 0.5s;
}

.circletable{
	width:100%;
	padding:1%;
}

.circletable td{
	padding:0 2%;
}


.svgcircles {
			fill:#C8102E;
}			
			
.svgcircles:hover {
			fill: rgb(50,50,50);
			-webkit-transition: 0.5s; /* Safari */
			transition: 0.5s;
}

a.svglink:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

a.svglink {
  position: relative;
  display: block;
}

table.applications{
	font-size:130%;
	text-transform: uppercase;
	font-weight:bold;
	Margin:2% 3%;
	width:94%;
}

table.applications td{
	width:25%;
}

table.datatable{
}

table.datatable td{
	border-radius: 5px;
	background-color: #e6e7e8;
	color: black;
	border: 5px solid #e6e7e8;
	margin:1px;
	vertical-align:middle;
	padding:5px;
	position:relative;
	height:50px;
}

table.datatable tr:nth-child(1) td{
	border-radius: 5px; 
	background-color: #3F4B50; 
	color: white;
	border: 5px solid #3F4B50; 
	margin:1px; 
	font-weight: bold; 
	vertical-align:middle;
	height:85px;
}

table.datatableheader tr:nth-child(1) td{
	height:85px;
}

table.datatableheader tr td{
	border-radius: 5px;
	background-color: #C8102E;
	color: white;
	border: 5px solid #C8102E;
	margin:1px;
	font-weight: bold;
	vertical-align:middle;
	padding:5px;
	position:relative;
	height:50px;
}

.tablescroll {
	width:calc(100% - 98px); 
	display:block; 
	float:left; 
	overflow-x:auto;
	overflow-y:hidden;
	margin-left:2px;
	border-radius:5px;
}

.tablefirstcolumn{
	width:100px;
	display:table;
	float:left;"
}

.topmenu{
	float:left; 
	width:100%; 
	border-collapse:collapse;
	overflow: hidden;
	background-color:#C8102E;
}

.hibutton{
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color:white;
	text-align:center;
	font-weight: lighter;
	background-color:#C8102E;
	padding:10px 0;
	cursor:pointer;
	Margin:5% 0;
}

.bodybutton{
	font-size:16px;
	width:45%;
	max-width:240px;
	display:block;
	margin:0 auto;"
}

#css-table {
	display: table;
	margin-bottom:0;
	width:100%;
}

#css-table-menu {
	display: table;
	margin-bottom:0;
	width:200%;
}

#css-table .col {
	display: table-cell;
	width: 50%;
	padding: 1% 3% 2% 3%;
}

#css-table-menu .colmenu {
	display: table-cell;
	width: 50%;
	padding: 0;
	margin:0;
}

#css-table .col2 {
	display: table-cell;
	width: 25%;
	padding: 1%;
}

#css-table .col3 {
	display: table-cell;
	width: 65%;
	padding:1%;
	background: #e6e6e6;
}

#css-table .col4 {
	display: table-cell;
	width: 35%;
	background: #dddddd;
}

#css-table .col:nth-child(even) {
	background: #e6e6e6;
}

#css-table .col:nth-child(odd) {
	background: #dddddd;
}

#banner{
	width:100%;
	display: block;
}

#wrapper {
	margin: 0 auto;
	width:100%;
	max-width: 1200px;
	background-color: #f2f2f2;
	box-shadow: 0px 0px 50px #888888;
	overflow: hidden;
	overflow-x:hidden;
	position:absolute;
	left:0;
	right:0;
}

#paragraph {
	background-color: rgb(240,240,240);
	padding: 10px;
}

#footer {
	width:100%;
	background-color:#C8102E;
}

.hibutton:hover {
	background-color: rgb(50,50,50);
	color: white;
	-webkit-backface-visibility: hidden;
	-webkit-transition:0.4s; /* For Safari 3.1 to 6.0 */
	transition: 0.4s;
}

.hoverchange:hover {
	background-color: rgb(50,50,50);
	color: white;
	-webkit-backface-visibility: hidden;
	-webkit-transition:0.4s; /* For Safari 3.1 to 6.0 */
	transition: 0.4s;
}

.hometile{
-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
transition: 0.5s;
}

.hometile:hover{
-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
transition: 0.3s;
transform: scale(1.1);
}

#lefthalf {
	width:48%;
	margin:0 1%;
	float:left;
}

#righthalf {
	width:48%;
	margin:0 1%;
	float:right;
}

.sidesearch{
background-color:#C8102E; 
overflow: hidden; 
position:relative; 
top:0px; 
vertical-align:center;
-webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
transition: 1s;
z-index:2;
}

.navmenu{
position:absolute; left:0px; width:100%; height:0px; overflow:hidden;
-webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
transition: 1s;
z-index:2;
}

.show-hide-navmenu{
height:185px;
-webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
transition: 1s;
}

.show-hide-sidesearch{
transform: translateX(-100%);
}

.show-hide3{
display:none;
}
 
.menubutton input[type=checkbox] + label
{
background: url("menubutton.svg") no-repeat;
height: 40px;
width: 40px;
display:inline-block;
padding: 0 0 0 0px;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.menubutton input[type=checkbox]:checked + label{
background: url("cross.svg") no-repeat;
height: 40px;
width: 40px;
display:inline-block;
padding: 0 0 0 0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.searchbutton input[type=checkbox] + label
{
background: url("searchbutton.svg") no-repeat;
height: 40px;
width: 40px;
display:inline-block;
padding: 0 0 0 0px;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.searchbutton input[type=checkbox]:checked + label{
background: url("cross.svg") no-repeat;
height: 40px;
width: 40px;
display:inline-block;
padding: 0 0 0 0px;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.grouptext{
display: none;
}

.groupbutton{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
	
}

img.groupbutton {
display:inline-block;
width:60px;
max-width:65%;
}

input.groupbutton:checked + label img{
transform: scale(2);
}

input.groupbutton{
display:none;
}

input.groupbutton + label img
{
cursor:pointer;
-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
transition: 0.5s;
}

input.groupbutton + label img:hover{
transform: scale(1.4);
}

input.groupbutton:checked + label img:hover{
transform: scale(2.2);
}

.producttitle{
margin:0;
font-size:46px;
padding:5px 0;
}

.tablecellparent{
display:table;
width:100%;
vertical-align: middle;
}

.tablecellchild{
display:table-cell;
width:100%;
vertical-align: middle;
}

.tablecellchild p{
margin:1em 0;
}

.kettlecontrolcolumn{
background-color:#e6e6e6;
text-align:center; 
display:inline-block; 
width:30%; 
margin:2% 0 2% 2.5%; 
vertical-align:top;
-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
transition: 0.5s;
}

.kettlecontrolcolumn:hover{
transform: scale(1.05);
}


@media screen and (max-width: 900px){
.kettlecontrolcolumn{width:46.25%;}
.tilewrapper2 {
width:48%;
padding-bottom:48%;
}
.featurebutton {
width:32%;
margin-left:0.5%;
margin-top:0.5%;
}
.featurebutton2 {
width:32%;
margin-left:0.5%;
margin-top:0.5%;
}
.featurebutton3 {
width:32%;
margin-left:0.1%;
margin-top:0.5%;
}
}

@media screen and (max-width: 600px){
.kettlecontrolcolumn{width:95%;}
}

@media screen and (max-width: 700px) {
.tilewrapper2 {
width:32%;
padding-bottom:32%;
}

#css-table {
	display: block;
	margin-bottom:3%;
}

#css-table .col {
	display: block;
	width: 94%;
	padding: 1% 3% 2% 3%;
	margin-bottom:3%;
}

#css-table .col2 {
	display: block;
	width: 100%;
}

#css-table .col3 {
	display: block;
	width: 94%;
	padding: 1% 3% 2% 3%;
	margin-bottom:3%;
}

#css-table .col4 {
	display: none;
}

#maincontent{
	width:98%;
}


#imagecontent {
	width:98%;
}

#imagecontent img{
	width:30%;
	margin: 2.5% 1.2%;
	display: inline;
}

}

@media screen and (max-width: 900px){

.showbelow900{display:table-cell;}
.showabove900{display:none;}
.showbelow900block{display:block;}
.showabove900block{display:none;}
.hibutton{
	font-size: 16px;
}
.producttitle{
margin:0;
font-size:38px;
padding:5px 0;
}
}

@media screen and (min-width: 901px){

.showbelow900{display:none;}
.showabove900{display:table-cell;}
.showbelow900block{display:none;}
.showabove900block{display:block;}
}

@media screen and (max-width: 600px){

.showbelow600{display:table-cell;}
.showabove600{display:none;}
h1{font-size: 22px;}
h2{font-size: 20px;}
h3{font-size: 20px;}
p{font-size: 16px;}
.producttitle{
margin:0;
font-size:28px;
padding:5px 0;
}

table.datatableheader tr td{
	border-radius: 5px;
	background-color: #C8102E;
	color: white;
	border: 5px solid #C8102E;
	margin:1px;
	font-weight: bold;
	vertical-align:middle;
	padding:5px 2px;
	position:relative;
	height:50px;
}

.tablescroll {
	width:calc(100% - 82px); 
	display:block; 
	float:left; 
	overflow-x:auto;"
}

.tablefirstcolumn{
	width:84px;
	display:table-cell;
	float:left;"
}

}

@media screen and (min-width: 601px){

.showbelow600{display:none;}
.showabove600{display:table-cell;}
}