@charset "utf-8";
/*<<<<<<<<<<  GENERAL  >>>>>>>>>>*/

body, h1, h2, h3, h4, h5 {font-family: 'Roboto', sans-serif;}
h3, h4 {color: #7F7F7F;}
body {line-height: 1;}
.DWDlogobanner {
  margin:4px 0px 0px 0px;
  max-width: 425px; 
}
.homeBanner {
  background-image: url(https://tepproducts.co.uk/tep_images/TEP_home_banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.showMobile {
  display: none;
}
@media screen and (max-width: 768px) {
.showMobile {
  display: inline-block;
  }
}
@media screen and (max-width: 768px) {
.hideMobile {
  display: none;
  }
}
@media screen and (max-width: 992px) {
.hideSmall {
  display: none;
  }
}
@media screen and (max-width: 1200px) {
.hideMedium {
  display: none;
  }
}

/*<<<<<<<<<<  TOPIC CONTAINERS  >>>>>>>>>>*/
.topicContainer {
  /*margin-top: 10px;*/
  /*margin-bottom: 10px;*/
  /*display: block;*/
  width:100%;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}
.topicBox {
  display: inline-block;
  width:95%;
  max-width:1000px;
  background-color: #F3F3EE;
  margin: 5px 0px;
}
.topicHeading {
  min-height: 75px;
  text-align: right;
}
.topicHeading2 {
  min-height: 45px;
  text-align: right;
}
.topicHeadingText {
  vertical-align: bottom;
  display: inline-block;
  margin: 3px 10px 1px 0px;
  color:#FFFF00;
  font-size: 18pt;
}
.topicNoteContainer {
  padding-bottom: 5px;
}
.topicNoteBox {
  position:relative; 
  display: inline-block; 
  width:100%; 
  height:25px; 
  max-width:1000px;
}

/*<<<<<<<<<<  PAGE TABS  >>>>>>>>>>*/
.pageTabContainer {
  text-align:center;
}
.pageTabBox {
  display: inline-block; 
  width:100%; 
  max-width:1000px;
}

/*<<<<<<<<<<  HEADER MENUSTRIP  >>>>>>>>>>*/
.overlaymenu1:hover .menunote1 {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.menunote1:hover {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.overlaymenu2:hover .menunote2 {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.menunote2:hover {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.overlaymenu3:hover .menunote3 {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.menunote3:hover {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.overlaymenu4:hover .menunote4 {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.menunote4:hover {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.overlaymenu5:hover .menunote5 {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.menunote5:hover {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.overlaymenu6:hover .menunote6 {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.menunote6:hover {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.overlaymenu7:hover .menunote7 {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.menunote7:hover {
  transform: none;
  box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
}
.overlaynote {
  padding: 9px 8px 8px 0px;
  background-color: #FFFFFF;
  color: #000000;
  width: 145px;
  position: absolute;
  top: 30px;
  left: -15px;
  z-index: 45;
  font-size: 10pt;
  text-decoration: none;
  line-height: 2;
  transform-origin: top;
  /*transition: all 0.5s linear;*/
  transform: scale(0);
}
.overlaynote a {
  color: #F59C00;
}
.overlaynote a:hover,
.overlaynote a:focus {
    color: #FFFFFF;
}

.overlaynote li {
  list-style: none;
}
.overlaynote ul {
  margin-left: -1em;
}

.menustrip {
  text-align: right;
  height: 45px;
  background-color: #001122;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 4030;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
.menustrip {
  background-color: transparent;
  }
}
#homebannerbox {
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 1250px) {
#homebannerbox {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  width: 50%;
  max-width: 320px;
  min-width: 250px;
  }
}
@media screen and (max-width: 1250px) {
#homebanner {
  float: left;
  width: 100%;
  }
}
#homeheader {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 50px;
  background-color: #001122;
  /*border-bottom: 2px solid #EBEBEB;*/
  z-index: 50;
}
@media screen and (max-width: 1250px) {
#homeheader {
  height: 50px;
  }
}

/*<<<<<<<<<<  BC TAB BOX  >>>>>>>>>>*/
.bctabbox {
  font-size:18pt;
  position: fixed;
  top: 50px;
  z-index: 11;
  text-align: left;
  line-height: 1;
}
.bctabicon {
  display: inline-block;
  min-height: 30px;
  background-color: #EBEBEB;
  padding: 3px 10px 0px 10px;
}
.bctablabel {
  display: inline-block;
  min-height: 30px;
  padding: 4px 10px 0px 10px;
  color: #EBEBEB;
  margin-left: -5px;
}
.bctabbox a {
  text-decoration: none;
}

/*<<<<<<<<<<  SUB MENU HAMURGER  >>>>>>>>>>*/
.subNav1 {
  cursor: pointer;
  z-index: 4000;
  position: fixed;
  top: 50px;
}
@media only screen and (max-width: 600px) {
  .subNav1 {
    top: 96px;
  }
}

/*<<<<<<<<<<  TABLES  >>>>>>>>>>*/
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
table, th, td {
  border-bottom: 1px solid #F5F5F5;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
  font-weight: normal;
  padding: 2px 5px 2px 5px;
  color: #000000;
}
tr {
  background-color: #FFFFFF;
  text-align: left;
  color:#7F7F7F;
  font-weight: normal;
}
tr:nth-child(odd) {
  background-color: #fdfdfd;
  font-weight: normal;
}
th {
  color: #000000;
  background-color: #F9F9F9;
  text-align: left;
  font-weight: bold;
}
table tr:hover {
  background-color: #E0F1FB;
}
/* TEXT ALIGN CENTER */
#tablerakish1 th, td {/*border: solid 1px #FFFFFF;*/ text-align: center; font-weight: normal;}
#tablerakish1  td {color: #000000; font-weight: normal; font-size: 8pt; padding: 5px;}
#tablerakish1 th {font-size: 8pt;}
#tablerakish1 td:hover {background-color: #CCCCCC;}
#tablerakish1 table tr:hover {background-color: transparent;}
/* TEXT ALIGN LEFT */
#tablerakish2 th, td {/*border: solid 1px #FFFFFF;*/ text-align: left; font-weight: normal;}
#tablerakish2  td {font-weight: normal; font-size: 8pt; padding: 5px;}
#tablerakish2 th {font-size: 8pt;}
#tablerakish2 td:hover {background-color: transparent;}
#tablerakish2 table tr:hover {background-color: transparent;}

.stickyheader {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 80px;
}
.stickyheader85 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 85px;
}
.stickyheadertop {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: -1px;
}
/*<<<<<<<<<<  GALLERIES  >>>>>>>>>>*/
.gallerylabel {
  padding: 10px 0px 20px 0px;
  display: inline-block;
}
