* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fdfcfc;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #111;
  text-decoration: none;
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.wp-content {
	height: 100%;
  position: relative;
}

.content {
  min-height: 100%;
	height: auto !important;
	height: 100%;
  position: relative;
}

.logo {
  position: absolute;
  top: 30px;
  left: 89px;
  width: 278px;
  transition: width .5s;
}

.header {
  height: 152px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid #adadad;
  transition: height .5s;
}

.scrolled .header {
  height: 60px;
  position: fixed;
}

.scrolled .logo {
  top: 0;
  left: 0;
  width: 200px;
}

.scrolled .inquire-trigger {
  height: 60px;
  line-height: 60px;
  padding: 0 4px;
}

.scrolled .return-trigger {
  height: 60px;
  line-height: 60px;
  padding: 0 4px;
}

.scrolled .h-top {
  float: right;
}

.scrolled .top-menu {
  margin-top: 22px;
  float: right;
}

.scrolled .login-link {
  margin-top: 8px;
  font-size: 0;
  height: 7px;
}

.scrolled .ht-item {
  margin-top: 10px;
  margin-right: 5px;
}

.scrolled .sub-menu {
  top: 60px;
}

.responsive-menu-trigger {
  float: right;
  height: 72px;
  width: 72px;
  margin-left: 1px;
  background: #454545;
  cursor: pointer;
  display: none;
}

.responsive-menu-trigger:hover {
  background: #292929;
}

.responsive-menu-trigger span {
  display: block;
  width: 35px;
  height: 4px;
  margin: 5px auto;
  background: #fff;
}

.responsive-menu-trigger span:first-child {
  margin-top: 24px;
}

.responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 73px;
  z-index: 11;
}

.scrolled .responsive-menu-container {
  top: 61px;
}

.rm-search {
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  color: #FFF;
}

.responsive-menu-container A:link, .responsive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}

.responsive-menu-container A:hover {
  background: rgba(0,0,0,0.7);
}

.header .wrapper {
  float: right;
}

.h-triggers {
  float: right;
}

.inquire-trigger {
  float: left;
  height: 72px;
  line-height: 72px;
  padding: 0 50px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  background: #454545;
  transition: background .5s;
}

.ds-full .inquire-trigger {
  float: none;
  display: inline-block;
  height: 52px;
  line-height: 52px;
}

.inquire-trigger:hover {
  background: #292929;
}

.return-trigger {
  float: right;
  height: 72px;
  line-height: 72px;
  padding: 0 50px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  background: #de7336;
  transition: background .5s;
}

.return-trigger:hover {
  background: #db7032;
}

.ht-item {
  float: right;
  margin-top: 16px;
  margin-right: 37px;
}

.ht-item input[type="text"],
.input-search {
  width: 237px;
  height: 38px;
  line-height: 38px;
  padding-right: 23px;
  text-indent: 15px;
  font-size: 14px;
  color: #292929;
  border: 1px solid #e5e8ee;
  border-radius: 3px;
  background: #fff url('/images/search-icon.png') 98% 50% no-repeat;
}

.rm-search-field {
  width: calc(100% - 23px);
  height: 38px;
  line-height: 38px;
  padding-right: 23px;
  text-indent: 15px;
  font-size: 14px;
  color: #292929;
  border: 1px solid #e5e8ee;
  border-radius: 3px;
  background: #fff url('/images/search-icon.png') 98% 50% no-repeat;
}

.login-link {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  text-decoration: underline;
  padding-top: 19px;
  padding-right: 37px;
  color: #a8a7a7;
  background: url('/images/login-icon.png') 100% 100% no-repeat;
}

.login-link:hover {
  text-decoration: none;
}

.top-menu {
  margin: 30px 21px 30px 0;
}

.top-menu a {
  float: left;
  margin: 0 21px;
  font-weight: 400;
  font-size: 17px;
  color: #242424;
  text-transform: uppercase;
}

.top-menu a:not(.tm-itemS):hover {
  text-decoration: underline;
}

.top-menu a.tm-itemS {
 color: #de7436;
}

.more-link {
  display: inline-block;
  vertical-align: top;
  height: 58px;
  line-height: 58px;
  padding: 0 40px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  background: #454545;
  border-radius: 3px;
  transition: background .5s;
}

.more-link:hover {
  background: #292929;
}

.tabs {
  margin-top: 8px;
  border-top: 1px solid #d3d2d2;
  border-bottom: 1px solid #d3d2d2;
  text-align: center;
  font-size: 0;
}

.tabs a {
  display: inline-block;
  height: 95px;
  line-height: 95px;
  width: 200px;
  font-size: 19px;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  margin-right: -1px;
  background: #fff;
  transition: background .5s;
}

.tabs a:not(.t-itemS):hover {
  background: #f7dbca;
}

.tabs a.t-itemS {
  background: #de7436;
  color: #fff;
}

.home-thumbs {
  margin-bottom: 50px;
  border-left: 13px solid #de7436;
  border-bottom: 1px solid #d3d2d2;
  padding: 20px 5px;
  font-size: 0;
  text-align: center;
}

.home-thumbs:not(:first-child) {
  display: none;
}

.inner-thumbs {
  max-width: 1580px;
  margin: 45px auto;
  text-align: center;
  font-size: 0;
}

.home-thumbs a,
.inner-thumbs a {
  margin: 1px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 378px;
  height: 280px;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 10px rgba(0,0,0,.3);
  background-size: cover;
  background-position: 50% 50%;
}

.inner-thumbs a {
  margin: 8px;
}

.home-thumbs a h4,
.inner-thumbs a h4 {
  margin: 40px 35px;
  font-weight: 300;
  font-size: 36px;
  position: relative;
  z-index: 2;
}

.ht-descr {
  display: block;
  opacity: 0;
  font-weight: 300;
  font-size: 24px;
  margin: 50px 35px 0;
  position: relative;
  z-index: 2;
  transition: opacity .5s;
}

.ht-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(173,136,132,0);
  transition: background .5s;
}

.home-thumbs a:hover .ht-fade,
.inner-thumbs a:hover .ht-fade {
  background: rgba(173,136,132,.9);
}

.home-thumbs a:hover .ht-descr,
.inner-thumbs a:hover .ht-descr {
  opacity: 1;
}

.welcome-block {
  padding: 0 10px;
  margin-bottom: 50px;
}

.wb-l {
  float: left;
  width: 48%;
  text-align: right;
}

.wb-r {
  float: right;
  width: 48%;
  text-align: left;
}

.wb-item {
  display: inline-block;
  max-width: 760px;
  width: 100%;
  border: 1px solid #dadada;
  text-align: left;
  border-radius: 5px;
  min-height: 373px;
}

.wb-item .wrapper {
  padding: 55px;
}

.wb-item h3 {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 30px;
  color: #231f20;
  text-transform: uppercase;
}

.wb-l h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e8e8;
}

.wb-item p {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 19px;
  color: #666464;
}

.wbi-l {
  float: left;
  width: 40%;
}

.wbi-r {
  float: right;
  width: 55%;
}

.dealers-block {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #dadada;
  border-radius: 5px;
  position: relative;
}

.dealers-block .wrapper {
  padding: 35px 30px 15px;
}

.dealers-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: url('/images/dealers-icon.png');
}

.dealers-block label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #7f8fa4;
  margin-bottom: 5px;
}

.dealers-block select {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 20px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ced0da;
  background: linear-gradient(0deg, #f2f4f7, #fff);
}

.submit-dealers {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #de7436;
  color: #fff;
  border: 1px solid #de7436;
  border-radius: 5px;
  transition: all .5s;
}

.submit-dealers:hover {
  background: #925d3e;
  border: 1px solid #925d3e;
}

.submit-dealers.disabled {
  pointer-events: none;
  background: #cacaca;
  color: #808080;
  border: 1px solid #808080;
}

.applications-block {
  text-align: center;
}

.applications-block h3 {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #231f20;
}

.applications-block .heading p {
  font-weight: 300;
  font-size: 19px;
  color: #807f7f;
  max-width: 700px;
  margin: 0 auto 20px;
}

.footer {
  border-top: 1px solid #e2e2e2;
  position: relative;
  font-size: 14px;
  background: #f8f8f8;
}

.f-top {
  padding: 60px 70px 20px;
  color: #3c3c3c;
}

.f-top a {
  color: #3c3c3c;
}

.f-top a:hover {
  text-decoration: underline;
  color: #de7436;
}

.ft-block {
  display: inline-block;
  vertical-align: top;
  width: 21%;
  margin-right: 4%;
  position: relative;
}

.ft-block:last-child {
  float: right;
  text-align: right;
  margin-right: 0;
  width: 23%;
}

.ft-block img {
  margin-bottom: 30px;
}

.ft-label {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #3c3c3c;
  text-transform: uppercase;
}

.f-bottom .ft-label {
  margin-bottom: 15px;
}

.ft-menu {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
  margin-bottom: 1em;
}

.ft-menu li {
  margin-bottom: 10px;
}

.ft-menu:last-child {
  margin: 0;
}

.f-bottom {
  padding: 20px 70px 40px;
  color: #3c3c3c;
}

.f-bottom a {
  color: #3c3c3c;
}

.f-bottom a:hover {
  text-decoration: underline;
}

.fb-left {
  float: left;
}

.fb-right {
  float: right;
}

.ft-quest {
  font-size: 24px;
  font-weight: 300;
}

.ft-phone {
  font-size: 30px;
  font-weight: 900;
}

.ft-block p {
  float: right;
  margin: 1em 0;
  max-width: 420px;
}

.ft-instagram {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 29px;
  background: url('/images/socials/instagram.png') 0 0 no-repeat;
  background-size: 24px;
}

.ft-twitter {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 29px;
  background: url('/images/socials/twitter.png') 0 0 no-repeat;
  background-size: 24px;
}

.ft-linkedin {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 29px;
  background: url('/images/socials/linkedin.png') 0 0 no-repeat;
  background-size: 24px;
}

.ft-google {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 29px;
  background: url('/images/socials/googleplus.png') 0 0 no-repeat;
  background-size: 24px;
}

.ft-facebook {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 29px;
  background: url('/images/socials/facebook.png') 0 0 no-repeat;
  background-size: 24px;
}

.header-block {
  height: 430px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.header-block .fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
}

.header-block h1 {
  text-align: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 35px;
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.breadcrumbs {
  padding: 40px 6%;
  background: #f9f9f9;
  border-bottom: 1px solid #d3d2d2;
}

.breadcrumbs a {
  margin-right: 15px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  color: #a5a4a4;
}

.breadcrumbs a:not(:last-child):after {
  content: '/';
  margin-left: 15px;
}

.breadcrumbs a:hover span {
  text-decoration: underline;
}

.luminaires-page {
  margin-top: 50px;
  padding-bottom: 20px;
  float: right;
  width: 85%;
}

.ip-l {
  float: left;
  width: 38%;
}

.ip-r {
  float: right;
  width: 58%;
  margin-bottom: 10px;
}

.ip-gallery {
  margin-bottom: 40px;
}

.ip-gallery .ipg-main {
  display: block;
  max-width: 615px;
  position: relative;
}

.ip-gallery .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.ip-gallery .wrapper a {
  width: 31%;
  margin-right: 2.33%;
  display: inline-block;
  position: relative;
}

.ip-r h1 {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ip-r h2 {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ipr-descr {
  max-width: 675px;
}

.ipr-descr p {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 18px;
  color: #807f7f;
}

.ipr-files {
  margin-top: 40px;
  padding: 30px 0 20px;
  border-top: 1px solid #d3d2d2;
  border-bottom: 1px solid #d3d2d2;
}

.ipr-files a {
  min-width: 130px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 23px 58px 23px 22px;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  background: url('/images/arrow-icon.png') 91% 50% no-repeat;
  background-color: #232323;
  transition: background-color .5s;
}

.ipr-files a:hover {
  background-color: #de7436;
}

.application-thumbs {
  max-width: 1200px;
  margin: 45px auto;
  font-size: 0;
}

.ai-r .application-thumbs {
  max-width: 1400px;
  margin: 45px 0;
}

.application-thumbs a {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1.5% 45px;
}

.application-thumbs a:hover {
  opacity: .5;
}

.application-thumbs a span {
  margin-bottom: 25px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}

.application-thumbs a span img {
  display: block;
  width: 100%;
}

.application-thumbs a h4 {
  font-size: 24px;
  color: #585454;
}

.ai-l {
  padding-top: 122px;
  float: left;
  width: 390px;
}

.ai-r {
  float: left;
  width: calc(100% - 390px);
}

.lm-item {
  margin-left: 115px;
  float: left;
  clear: left;
  font-size: 19px;
  color: #585454;
  margin-bottom: 25px;
}

.sm-item {
  margin-left: 140px;
  margin-right: 10px;
  float: left;
  clear: left;
  font-size: 18px;
  color: #585454;
  margin-bottom: 15px;
}

.sm {
  margin-bottom: 10px;
}

.ai-l a:not(.itemS):hover {
  text-decoration: underline;
}

.ai-l a.itemS {
  color: #de7436;
}

.application-body {
  padding: 40px 20px;
}

.ab-l {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.ab-r {
  float: left;
  width: 38%;
}

.ab-l .ipg-main {
  max-width: none;
}

.ip-gallery img {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.ab-r h2 {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 24px;
  color: #231f20;
  text-transform: uppercase;
}

.ab-r p {
  margin-bottom: 15px;
  font-weight: 300;
  color: #231f20;
}

.application-body h1 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
  color: #231f20;
  text-transform: uppercase;
}

.related-products div {
  font-size: 0;
}

.related-products h3 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 30px;
  color: #231f20;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.related-products a {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 30px 0;
}

.related-products a:hover {
  opacity: .5;
}

.rp-pic {
  margin-bottom: 25px;
  display: block;
  position: relative;
  height: 302px;
  background: #f9f9f9;
  text-align: center;
  border: 1px solid #dcdcdc;
}

.rp-pic img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.related-products a h4 {
  font-weight: 400;
  font-size: 24px;
  color: #1f1f1f;
  text-transform: uppercase;
}

.wp-application .ai-r {
  margin-right: -1px;
  border-left: 1px solid #dfdfdf;
}

.left-menu-responsive {
  display: none;
}

.tabs-links-responsive {
  display: none;
  margin-top: -40px;
}

.wp-home .tabs-links-responsive {
  margin-top: 0;
}

.left-menu-responsive select,
.tabs-links-responsive select {
  margin: 10px 30px 0;
  margin-bottom: 15px;
  padding: 15px 20px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ced0da;
  background: linear-gradient(0deg, #f2f4f7, #fff);
}

.downloads-wrapper {
  margin: 18px 6%;
}

.downloads-wrapper p {
  max-width: 946px;
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 19px;
  color: #666464;
}

.common-tabs {
  font-size: 0;
  margin-bottom: 50px;
  white-space: nowrap;
}

.common-tabs.alt {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  text-align: center;
}

.common-tabs a {
  min-width: 160px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 30px 30px;
  margin-right: -1px;
  font-weight: 400;
  font-size: 19px;
  color: #111818;
  background: #f4f2f2;
  border: 1px solid #c5c5c5;
  transition: background .5s;
}

.common-tabs.alt a {
  margin-top: -1px;
  margin-bottom: -1px;
  text-transform: uppercase;
}

.common-tabs a.itemS {
  background: #ee7421;
  color: #fff;
}

.common-tabs a:not(.itemS):hover {
  background: #f7dbca;
}

a.data-pdf,
a.data-doc,
a.data-xls,
a.data-ppt,
a.data-ies {
  width: 20%;
  margin-left: -6px;
  padding-left: 40px;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 5%;
  font-size: 12px;
  color: #1a92eb;
  background: url('/images/icons/pdf-icon.gif') 0 1px no-repeat;
}

.data-ies:link, .data-ies:visited{
  background: url('/images/icons/ies-icon.gif') 0 1px no-repeat;
}

.data-doc:link, .data-doc:visited{
  background: url('/images/icons/doc-icon.gif') 0 1px no-repeat;
}

.data-xls:link, .data-xls:visited{
  background: url('/images/icons/xls-icon.gif') 0 1px no-repeat;
}

.data-ppt:link, .data-ppt:visited{
  background: url('/images/icons/ppt-icon.gif') 0 1px no-repeat;
}

a.data-pdf:after {
  content: '(Download PDF)';
}

a.data-ies:after {
  content: '(Download IES)';
}

a.data-doc:after {
  content: '(Download DOC)';
}

a.data-xls:after {
  content: '(Download XLS)';
}

a.data-ppt:after {
  content: '(Download PPT)';
}

.data-pdf span,
.data-doc span,
.data-xls span,
.data-ppt span,
.data-ies span {
  display: block;
  font-size: 14px;
  color: #2f2f2f;
  text-decoration: underline;
}

.data-pdf:hover,
.data-doc:hover,
.data-xls:hover,
.data-ppt:hover,
.data-ies:hover {
  opacity: 0.9;
}

.downloads-items {
  margin-bottom: 40px;
}

.downloads-items div {
  padding: 30px 6%;
}

.downloads-items div:nth-child(odd) {
  background: #f8f8f8;
}

.downloads-items div a {
  margin-bottom: 40px;
}

.standart-colours {
  padding: 11px 6%;
  margin-bottom: 25px;
  background: #e0e0e0;
}

.sc-heading {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 60px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #231f20;
}

.sc-items {
  display: inline-block;
}

.sc-item {
  float: left;
  padding: 20px 50px;
  margin-right: -1px;
  text-align: right;
  border: 1px solid #c5c5c5;
}

.sc-pic {
  margin-bottom: 20px;
  width: 190px;
  height: 115px;
  text-align: center;
}

.sc-pic img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sc-item h4 {
  font-weight: 400;
  font-size: 19px;
  color: #111818;
}

.text-block {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}

.text-block.spaced {
  margin-top: 25px;
}

.text-block h2 {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 48px;
  color: #354052;
}

.text-block h3 {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 36px;
  color: #354052;
}

.text-block p {
  max-width: 1060px;
  margin: 0 auto 1em;
  font-weight: 400;
  font-size: 19px;
  color: #666464;
}

.text-block ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 10px;
  list-style: none;
  text-align: left;
}

.text-block li {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  color: #111;
  background: url('/images/green-check-icon.png') 0 0 no-repeat;
}

.colours-block {
  max-width: 1330px;
  margin: 0 auto;
  font-size: 0;
}

.cb-search {
  max-width: 850px;
  margin: 40px auto;
}

.cb-search .input-search {
  width: calc(100% - 25px);
}

.colours-block a {
  display: inline-block;
  position: relative;
  width: 180px;
  text-align: center;
  margin: 0 5px 45px;
}

.cb-colour {
  display: block;
  width: 94px;
  height: 94px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
  border: 1px solid #e0e0e0;
}

.cb-large {
  display: block;
  position: absolute;
  bottom: 41%;
  right: 0;
  width: 425px;
  height: 425px;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  background-size: cover;
  background-position: 50% 50%;
  transition: opacity .3s;
}

.colours-block a:hover .cb-large {
  opacity: 1;
}

.cb-large span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.colours-block a h4 {
  font-weight: 700;
  font-size: 19px;
  color: #111818;
}

.colours-block a h5  {
  font-weight: 400;
  font-size: 19px;
  color: #111818;
}

a .cb-large h4 {
  font-size: 25px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

a .cb-large h5 {
  font-size: 25px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.dealers-page {
  padding: 40px 0 50px;
  min-height: calc(100vh - 300px);
  background-image: url('/images/dealers-bg.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}

.dealers-page h1 {
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  margin-bottom: 45px;
}

.dealers-page p {
  max-width: 1050px;
  margin: 0 auto 80px;
  padding: 0 10px;
  font-weight: 300;
  font-size: 21px;
  color: #fff;
}

.dealers-page p a {
  color: #fff;
  text-decoration: underline;
}

.dealers-wrapper {
  max-width: 100%;
  width: 357px;
  margin: 0 auto;
}

.dealers-popup {
  display: none;
}

.dealers-wrapper .dealers-block {
  background: #fff;
}

.banner {
  max-width: 1580px;
  margin: 0 auto 50px;
}

.company-video {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.home-video-link {
  margin-top: 40px;
  display: block;
  width: 100%;
  position: relative;
  background-size: cover;
}

.play-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.play-icon span {
  display: block;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.home-video-frame {
  width: 100%;
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 152px;
  left: 0;
  right: 0;
  padding: 0 6%;
  background: #fff;
  border-top: 1px solid #d3d3d2;
  border-bottom: 1px solid #d3d3d2;
}

.tsm-wrapper {
  width: 33%;
  margin-right: -1px;
  float: left;
  text-align: center;
  border-left: 1px solid #d3d3d2;
  border-right: 1px solid #d3d3d2;
}

.tsm-link {
  display: block;
  width: 100%;
  height: 260px;
  font-weight: 400;
  font-size: 30px;
  color: #111818;
  background:#fff;
  transition: background .5s;
}

.tsm-text {
  padding: 30px 0 20px;
  display: block;
}

.tsm-link:hover {
  background: #f7dbca;
}

.tsm-sub {
  display: none;
  position: absolute;
  top: -1px;
  right: 6%;
  bottom: 0;
  left: 6%;
  z-index: 1;
}

.tsm-sub a {
  margin-right: -1px;
  margin-bottom: -1px;
  float: left;
  width: calc(27% - 1px);
  padding: 30px 3%;
  height: 200px;
  text-align: left;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
  transition: background .5s;
}

.tsm-sub a h5 {
  font-weight: 400;
  font-size: 19px;
  color: #111818;
}

.tss-pic {
  height: 200px;
  text-align: center;
  display: block;
}

.tss-pic img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
}

.tsm-sub a:hover {
  background: #f7dbca;
}

.page-err{
  width: auto;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 15px;
}

.page-err h1{
  margin: 30px 0;
  font-size: 60pt;
  color: #007CC4;
}

.page-err h2{
  margin: 0;
  padding: 0;
  font-size: 30pt;
  color: #007CC4;
  font-weight: normal;
}

.page-err p, .page-err A:link, .page-err A:visited{
  color: #666464;
}

.page-err A:hover{
  text-decoration: underline;
}

.ds-full {
  padding: 4px 4px 10px 4px;
  position: relative;
}

.ds-fullFirst{
  padding: 5px 15px 10px 15px;
  position: relative;
}

.ds-full-company{
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #505054;
  color: #505054;
  text-transform: uppercase;
  font-size: 14pt;
}

.ds-full-left{
  float: left;
  width: 110px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}

.ds-full-right{
	float: left;
	width: 100%;
  max-width: 570px;
  padding-bottom: 5px;
}

.ds-full-comment{
	width: 100%;
  max-width: 560px;
  padding: 10px 20px 0 120px;
}

.dealers-popup-wrapper {
  position: relative;
}

.ds-full-province{
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.fancybox-stage .dealers-popup {
  width: 795px;
  min-height: 150px;
  background-color: #fff !important;
  padding: 0 !important;
  color: #333;
  border-radius: 5px;
}

.jqm-header {
  padding: 15px 27px;
  background: #bdab00;
  border-radius: 5px 5px 0 0;
}

.login-popup {
  display: none;
}

.login-wrapper {
  padding: 10px;
  min-width: 280px;
  background: #fff;
}

.nl-input input {
  margin-top: 10px;
  width: 99%;
  height: 38px;
  line-height: 38px;
  text-indent: 15px;
  font-size: 14px;
  color: #292929;
  border: 1px solid #e5e8ee;
  border-radius: 3px;
}

.rl-btn {
  margin-top: 10px;
}

.rl-btn button {
  cursor: pointer;
  width: 99%;
  height: 38px;
  line-height: 38px;
  text-indent: 15px;
  font-size: 14px;
  color: #292929;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0);
  transition: box-shadow .5s;
}

.rl-btn button:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.search-wrapper {
  max-width: 80%;
  margin: 0 auto 10px;
  padding: 200px 10px 0;
}

.search-wrapper h2 {
  text-align: center;
}

.reg-block {
  display: none;
}

.nothing2 {
  padding: 20px;
}

.files-popup {
  display: none;
}

.files-popup > div {
  max-width: 650px;
  padding: 20px 0 0;
  border-radius: 15px;
  background: #fff;
}

.files-popup a {
  min-width: 150px;
  margin: 0 20px 20px;
  box-sizing: border-box;
}

.fancybox-slide {
  z-index: 3 !important;
}

.fancybox-container {
  z-index: 4 !important;
}

.hi-select {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 16px;
  font-weight: 700;
  font-size: 13px;
  color: #354052;
  box-sizing: border-box;
  border: 1px solid #dfe3e9;
  border-radius: 3px;
  background: #f8fafc;
}

.hi-icon {
  width: 15px;
  height: 8px;
  position: absolute;
  top: 21px;
  right: 9px;
  background: url('/images/icon-arrow-down.png');
}

.hi-select-options {
  display: none;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  border-radius: 3px;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  background: #fff;
}

.hi-select-options span {
  min-width: 150px;
  float: left;
  clear: both;
  font-size: 13px;
  margin: 5px 0;
}

.hi-select-options span:hover {
  text-decoration: underline;
}

@media (max-width: 1675px) {
  .scrolled .top-menu a {
    margin: 0 7px;
  }
}

@media (max-width: 1500px) {
  .scrolled  .ht-item input[type="text"] {
    width: 70px;
  }
}

@media (max-width: 1410px) {
  .logo {
    left: 10px;
  }
}

@media (max-width: 1380px) {
  .sc-pic {
    width: auto;
  }

  .sc-items {
    display: block;
  }

  .sc-item {
    width: calc(20% - 1px);
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media (max-width: 1350px) {
  .luminaires-page {
    float: none;
    width: 98%;
    margin: 50px 1% 0;
  }
}

@media (max-width: 1330px) {
  .logo {
    top: 7px;
  }

  .header {
    height: 130px;
  }

  .ai-l {
    width: 300px;
  }

  .lm-item {
    margin-left: 55px;
  }

  .sm-item {
    margin-left: 80px;
  }
}

@media (max-width: 1320px) {
  .scrolled .top-menu a {
    font-size: 15px;
  }
}

@media (max-width: 1245px) {
  .scrolled .top-menu {
    display: none;
  }

  .scrolled .responsive-menu-trigger {
    display: block;
    height: 60px;
    width: 60px;
  }

  .scrolled .ht-item {
    display: none;
  }

  .scrolled .responsive-menu-trigger span:first-child {
    margin-top: 20px;
  }
}

@media (max-width: 1220px) {
  .wb-l,
  .wb-r {
    float: none;
    width: auto;
    text-align: center;
  }

  .wb-l {
    margin-bottom: 20px;
  }
}

@media (max-width: 1150px) {
  .ht-item {
    margin-right: 5px;
  }

  .ht-item input[type="text"],
  .input-search {
    width: 137px;
  }
}

@media (max-width: 1050px) {
  .ai-l {
    display: none;
  }

  .ai-r {
    float: none;
    width: auto;
  }

  .left-menu-responsive {
    display: block;
  }

  .ai-r .application-thumbs {
    margin-top: 0;
  }
}

@media (max-width: 1040px) {
  .top-menu a {
    float: left;
    margin: 0 9px;
  }
}

@media (max-width: 1010px) {
  .wp-content:not(.scrolled) .login-link {
    position: absolute;
    top: -6px;
    right: 230px;
  }
}

@media (max-width: 970px) {
  .inquire-trigger {
    padding: 0 4px;
  }

  .return-trigger {
    padding: 0 4px;
  }
}

@media (max-width: 940px) {
  .ft-block:last-child {
    display: none;
  }

  .ft-block {
    width: 30%;
  }

  .ft-block:nth-child(3) {
    margin-right: 0;
    float: right;
  }

  .f-top {
    padding: 60px 20px 20px;
  }

  .f-bottom {
    padding: 20px 20px 40px;
  }
}

@media (max-width: 920px) {
  .top-menu {
    display: none;
  }

  .sub-menu {
    display: none !important;
  }

  .responsive-menu-trigger {
    display: block;
  }

  .wp-content:not(.scrolled) .ht-item {
    display: none;
  }

  .inquire-trigger {
    padding: 0 5px;
  }

  .header {
    height: 72px;
  }

  .ht-item {
    margin-top: 33px;
    margin-right: 7px;
  }

  .logo {
    width: 210px;
  }

  .login-link {
    display: none;
  }

  .header-block {
    height: 220px;
  }
}

@media (max-width: 830px) {
  .ip-l,
  .ip-r {
    float: none;
    width: auto;
  }

  .ip-gallery .ipg-main {
    max-width: none;
  }

  a.data-pdf, a.data-doc, a.data-xls, a.data-ppt {
    width: calc(100% - 40px);
  }
}

@media (max-width: 775px) {
  .sc-item {
    width: calc(45% - 1px);
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media (max-width: 760px) {
  .text-block ul {
    max-width: 80%;
    display: block;
    margin: 0 auto 10px;
  }
}

@media (max-width: 710px) {
  .ht-item input {
    display: none;
  }

  .wb-item .wrapper {
    padding: 20px;
  }
}

@media (max-width: 670px) {
  .application-thumbs a {
    width: 45%;
    margin: 0 1.5% 25px;
  }

  .header-block h1 {
    font-size: 40px;
  }

  .application-thumbs a h4 {
    font-size: 20px;
  }

  .application-thumbs a span {
    margin-bottom: 5px;
  }
}

@media (max-width: 635px) {
  .inquire-trigger,
  .return-trigger {
    display: block;
    float: none;
    height: 36px;
    line-height: 36px;
  }

  .scrolled .inquire-trigger,
  .scrolled .return-trigger {
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 620px) {
  .ab-l,
  .ab-r {
    float: none;
    width: auto;
  }

  .related-products a {
    width: 48%;
  }
}

@media (max-width: 610px) {
  .ft-block,
  .ft-block:nth-child(3) {
    float: none;
    display: block;
    width: auto;
    text-align: center;
    margin: 0 0 20px;
  }

  .ft-menu {
    display: block;
    margin: 0;
  }
}

@media (max-width: 600px) {
  .wbi-l,
  .wbi-r {
    float: none;
    width: auto;
  }

  .wbi-l {
    margin-bottom: 70px;
  }
}

@media (max-width: 550px) {
  .f-top {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .ft-label {
    text-align: center;
  }

  .fb-left,
  .fb-right {
    float: none;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .logo {
    top: 20px;
    width: 90px;
  }

  .scrolled .logo {
    top: 15px;
    left: 5px;
    width: 90px;
  }
}

@media (max-width: 430px) {
  .tabs a {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 420px) {
  .home-thumbs a,
  .inner-thumbs a {
    width: 100%;
  }

  .related-products a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 380px) {
  .colours-block {
    text-align: center;
  }

  .colours-block a {
    width: auto;
  }

  .return-trigger,
  .inquire-trigger {
    font-size: 15px;
  }
}