/***** Copyright © 1998-2012 Thorlux Lighting *****/

/***** Global Declarations *****/
body {
    background-color: #F1F4F9;
    color: #333;
    font-family: "myriad-pro", Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    position: relative;
    box-shadow: 0 4px 40px -2px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: subpixel-antialiased;
}

a:link {
    color: #06C;
    text-decoration: none;
}

a:visited {
    color: #06C;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #09F;
    text-decoration: none;
}

a:active {
    color: #06C;
    text-decoration: none;
}

address ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

address ul li {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h2.title {
    font-size: 2em;
    padding: 30px 0;
}

@media screen and (min-width: 770px) {
    h2.title {
        font-size: 2.2em;
        padding: 50px 0;
    }
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.1em;
}

h3.blue-bar {
    background: url(/shared/media/backgrounds/blue-fade-bar.png) repeat-x;
    border: 0;
    color: #FFF;
    font-size: 0.9em;
    font-weight: normal;
    height: 20px;
    margin: 0;
    padding: 5px 0 0 10px;
}

h1.error {
    color: #C00;
    margin: 0;
    padding: 20px 0 0 0;
}

img {
    border: 0;
}

p {
    color: #333;
}

p.error {
    color: red;
    text-align: right;
}

sub, sup {
    line-height: 0;
}

form h1 {
    margin-bottom: 20px;
}

form label {
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 10px;
}

form label.remember {
    font-size: 1em;
    display: inline;
}

input[type=submit] {
    font-size: 1em;
}

input[type=text],
input[type=password],
select,
textarea {
    box-sizing: border-box;
    border: 1px solid #CCC;
    font-size: 1.2em;
    font-weight: 300;
    font-family: "myriad-pro", Arial, Helvetica, sans-serif;
    padding: 1%;
    resize: none;
    width: 100%;
}

.submit-button {
    background-color: #06C;
    border: 0;
    color: #FFF;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: "myriad-pro", Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin-top: 20px;
    padding: 10px 20px;
    z-index: 2;
}

a.submit-button {
    color: #fff;
}

.submit-button:hover {
    background-color: #0055BB;
}

.submit-button.pdf {
    background-image: url(/asset/media/pdf-icon.png);
    background-size: 25px 25px;
    -ms-behavior: url(/asset/js/backgroundsize.min.htc);
    background-repeat: no-repeat;
    background-position: 90% center;
    padding-right: 45px;
}

.submit-button.float-left {
    float: left;
}

span.required {
    color: #AAA;
    font-size: 0.8em;
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: normal;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: bold;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.white {
    color: #FFF;
}

.grey {
    color: #333;
}

.blue {
    color: #06C;
}

.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

/***** Font Sizes for Paragraphs/Lists/Tables *****/
.small {
    font-size: 0.8em;
}

.large {
    font-size: 1.2em;
}

.x-large {
    font-size: 1.4em;
}

/***** Column Styles *****/
.break-before {
    -webkit-column-break-before: always;
    break-before: column;
}

.break-after {
    -webkit-column-break-after: always;
    break-after: column;
}

.flexibox {
    box-sizing: border-box;
    margin: 0 auto;
    width: 88%;
}

.flexibox.full-mobile {
    width: 100%;
}

.flexibox.dark-grey {
    background-color: #333;
}

@media screen and (min-width: 770px) {
    .flexibox.full-mobile {
        width: 88%;
    }

    .flexibox.three-column article {
        float: left;
        margin-left: 5%;
        width: 30%;
    }

    .flexibox.three-column article.first {
        margin-left: 0;
    }

    .flexibox.two-column article {
        float: left;
        margin-left: 4%;
        width: 48%;
    }

    .flexibox.two-column article.first {
        margin-left: 0;
    }

    .flexibox.inset {
        padding: 0 10%;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1600px) {
    .flexibox.full-mobile,
    .flexibox {
        width: 80%;
    }
}

@media screen and (min-width: 2000px) {
    .flexibox.full-mobile,
    .flexibox {
        width: 60%;
    }
}

/***** Top *****/
#top-wrapper {
    background-color: #FFF;
    width: 100%;
    height: 130px;
    text-align: center;
    padding-top: 25px;
    position: relative;
    z-index: 2;
}

#top-wrapper img {
    width: 300px;
}

#search-table {
    max-width: 600px;
}

#search-table .product-search-field {
    height: 40px;
    padding: 20px;
}

#search-sub-menu #search-close {
    height: 20px;
    width: 20px;
    background-color: #333;
    background-image: url(/shared/media/cross.svg);
    -webkit-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 50;
}

#search-sub-menu #search-close:hover {
    background-color: #06c;
    cursor: pointer;
}

#search-submit-button-td {
    background-color: #06c;
    background-image: url(/shared/media/search.svg);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #333;
}

#search-submit-button-td input:hover {
    cursor: pointer;
}

#search-submit-button-td input {
    display: block;
    background-color: transparent;
    color: transparent;
    border: none;
    width: 100%;
    height: 40px;
}

.product-results {
    border: 1px solid #FFFFFF;
}

.product-results td {
    background-color: rgba(68, 68, 68, 1);
    -webkit-box-shadow: 0 0 5px 1px #333;
    -moz-box-shadow: 0 0 5px 1px #333;
    box-shadow: 0 0 5px 1px #333;
}

.product-search-text {
    padding: 20px 0;
}

.product-search-text #loading-results {
    background-color: rgba(68, 68, 68, 1);
    color: #fff;
    padding: 10px;
}

.product-search-text #no-results {
    background-color: #fff;
    color: #0066cc;
    padding: 10px;
}

.search {
    text-align: center;
    color: #fff;
}

.search table {
    width: 100%;
    border-spacing: 1px 10px;
}

.search table #more-results-link {
    display: block;
    background-color: #0066cc;
    color: #fff;
    padding: 10px;
    border: 2px solid #06c;
    box-sizing: border-box;
}

.search table #more-results-link:hover {
    display: block;
    background-color: #fff;
    color: #06c;
    padding: 10px;
    box-sizing: border-box;
}


@media screen and (min-width: 1250px) {

    #search-table .product-search-field {
        height: 50px;
        padding: 20px;
    }
}

/* Main Menu Bar */
#menu-wrapper {
    background-color: #FFF;
    width: 100%;
    z-index: 30;
    height: 60px;
    position: absolute;
    overflow: visible !important;
}

header {
    position: relative;
    margin: 0 auto 0 auto;
    top: 0;
    width: 100%;
}

#logo-and-phone {
    position: absolute;
    top: 0;
    left: 6%;
    text-align: left;
    width: 130px;
    z-index: 31;
}

#logo {
    display: none;
    margin-top: 10px;
}

#logo img {
    width: 170px;
}

#top-phone {
    margin-top: 15px;
}

#top-phone h4 {
    position: relative;
    padding-left: 40px;
}

#top-phone h4 img {
    background-color: #06C;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
}

#mobile-menu-icon {
    background-image: url(/shared/media/menu/mobile/mobile-menu-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 66px 60px;
    -ms-behavior: url(/asset/js/backgroundsize.min.htc);
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    width: 66px;
    height: 60px;
}

/***** Top Nav *****/
.top-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-nav.center {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}

.top-nav.right {
    position: absolute;
    top: 0;
    right: 6%;
    text-align: right;
    width: 200px;
    z-index: 31;
}

.top-nav-list-item,
#search-menu {
    display: inline-block;
    height: 60px;
}

.top-nav.center .top-nav-list-item:hover {
    background: url(/shared/media/arrow-up-blue.png) no-repeat bottom center;
}

.top-nav.right .top-nav-list-item:hover,
.top-nav.right #search-menu:hover {
    background: url(/shared/media/arrow-up-grey.png) no-repeat bottom center;
}

.top-nav-link {
    color: #06C;
    cursor: pointer;
    height: 20px;
    padding: 20px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.top-nav.center .top-nav-link {
    font-size: 1.1em;
}

.top-nav-link {
    display: block;
}

.top-nav.right .top-nav-link {
    background-color: #06C;
    color: #FFF;
    float: right;
    height: 12px;
    margin-left: 1px;
    margin-top: 17px;
    padding: 8px;
    text-align: center;
}

.top-nav.right span.top-nav-link {
    padding: 6px 6px 10px 6px;
}

.top-nav.right .top-nav-list-item:hover .top-nav-link {
    background-color: #444;
    color: #FFF;
}

#account-top-menu .top-nav-link {
    padding-top: 6px;
    padding-bottom: 10px;
}

#group-companies-wrapper {
    position: absolute;
    top: -95px;
    right: 0;
    transition: 0.5s;
}

#group-companies-wrapper.active {
    transform: translateX(0);
    transition: 0.5s;
}

#group-companies-button {
    position: absolute;
    left: -25px;
    top: 5px;
    background-color: #06c;
    height: 20px;
    width: 20px;
    transition: 0.5s;
}

#group-companies-button.active {
    background-color: #333;
    transition: 0.5s;
}

#group-companies-wrapper ul {
    column-count: 2;
    column-gap: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    width: 0;
    transition: width 0.5s;
    overflow: hidden;
}

#group-companies-wrapper ul.active {
    width: 400px;
}

#group-companies-wrapper ul li {
    padding: 5px;
    height: 20px;
}

#group-companies-wrapper ul li a {
    color: #fff;
    overflow: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#group-companies-wrapper ul li a.active {
    opacity: 1;
}

#group-companies-wrapper #philip-payne {
    background-color: #919191;
}

#group-companies-wrapper #solite {
    background-color: #09F;
}

#group-companies-wrapper #portland {
    background-color: #00522e;
}

#group-companies-wrapper #trt {
    background-color: #E22;
}

#group-companies-wrapper #lightronics {
    background-color: #1c449b;
}

#group-companies-wrapper #luxintec {
    background-color: black;
}

@media screen and (max-width: 1280px) {
    .top-nav {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    .top-nav.right {
        right: 6%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
    .top-nav.right {
        right: 10%;
    }
}

@media screen and (min-width: 2000px) {
    .top-nav.right {
        right: 20%;
    }
}

/***** Mobile Menu *****/
#mobile-menu {
    background-color: #333;
    display: none;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    width: 80%;
    z-index: -1;
}

@media screen and (min-width: 400px) {
    #mobile-menu {
        width: 300px;
    }
}

#mobile-menu li {
    color: #DDD;
}

#mobile-menu li .mobile-menu-section.arrow {
    background-image: url(/shared/media/arrow-down-thin-light-grey.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 16px 16px;
    -ms-behavior: url(/asset/js/backgroundsize.min.htc);
}

#mobile-menu li .mobile-menu-section {
    color: #CCC;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
}

#mobile-menu li .mobile-menu-section a {
    color: #CCC;
}

#mobile-menu .active .mobile-menu-section.arrow {
    color: #FFF;
    background-image: url(/shared/media/arrow-up-thin-white.png);
}

#mobile-menu .mobile-sub-menu {
    display: none;
}

#mobile-menu li ul {
    display: none;
    list-style: none;
    padding-left: 10px;
}

#mobile-menu li ul li a img {
    vertical-align: middle;
    margin-right: 10px;
}

#mobile-menu li ul li {
    padding: 7px 15px 7px 30px;
}

#mobile-menu li ul li a {
    color: #FFF;
}

#mobile-menu li#top-mobile {
    background-color: #666;
    display: table;
    width: 100%;
    height: 60px;
}

#mobile-menu li#top-mobile #account-mobile {
    float: left;
    width: 75%;
}

#mobile-menu li#top-mobile #account-mobile h4 {
    background-color: #555;
    color: #DDD;
    padding: 20px 0 0 20px;
    height: 40px;
}

#mobile-menu li#top-mobile #account-mobile.active h4 {
    background-color: #333;
}

#mobile-menu li#top-mobile #cntry-mobile {
    cursor: pointer;
    float: right;
    width: 25%;
}

#mobile-menu li#top-mobile #cntry-mobile h4 {
    padding: 14px 0;
    height: 32px;
    width: 100%;
    text-align: center;
}

#mobile-menu li#top-mobile #cntry-mobile.active h4 {
    background-color: #333;
}

#mobile-menu li #account-mobile-sub-menu {
    padding: 20px;
    border-bottom: 1px solid #555;
}

#mobile-menu li #account-mobile-sub-menu p {
    margin: 0;
    color: #FFF;
}

#mobile-menu li #account-mobile-sub-menu p a {
    color: #FFF;
    text-decoration: underline;
    display: inline;
    padding: 0;
}

#mobile-menu li #account-mobile-sub-menu .manage-account {
    display: block;
    background-color: #06C;
    width: 170px;
    padding: 10px 20px;
    margin: 20px 0;
    color: #FFF;
    text-align: center;
}

#mobile-menu li #account-mobile-sub-menu .manage-account:hover {
    background-color: #3385D6;
}

#mobile-menu li #account-mobile-sub-menu p a:hover {
    color: #FFF;
}

#mobile-menu li #account-mobile-sub-menu td p {
    margin: 0 0 10px 0;
    padding: 0;
    color: #FFF;
}

#mobile-menu li #account-mobile-sub-menu table {
    margin-top: 20px;
    padding: 0;
    width: 100%;
}

#mobile-menu li #account-mobile-sub-menu tr:last-child td {
    padding-top: 5px;
}

#mobile-menu li #account-mobile-sub-menu td {
    padding: 0;
}

#mobile-menu li #account-mobile-sub-menu label {
    color: #FFF;
}

#mobile-menu li #account-mobile-sub-menu input[type=text],
#mobile-menu li #account-mobile-sub-menu input[type=password] {
    width: 96%;
    padding: 2%
}

#mobile-menu li #account-mobile-sub-menu tr:last-child td {
    text-align: right;
}

#mobile-menu li #cntry-mobile-sub-menu {
    border-bottom: 1px solid #555;
    padding: 20px 0;
}

#mobile-menu li#search-mobile {
    border-bottom: 1px solid #555;
    padding: 20px;
}

@media screen and (max-width: 1280px) {
    #top-wrapper {
        height: 60px;
        padding: 0;
    }

    #menu-wrapper {
        background-color: rgba(255, 255, 255, 0.9);
        position: fixed;
        top: 0;
    }

    .thorlux-logo {
        display: none;
    }

    #feedback-request {
        display: none;
    }

    #mobile-menu-icon {
        display: inline;
    }

    #logo {
        display: block;
    }

    #top-phone {
        display: none;
    }
}

@media screen and (min-width: 1280px) {
    #logo-and-phone {
        width: 275px;
    }

    #mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    #logo-and-phone {
        left: 6%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
    #logo-and-phone {
        left: 10%;
    }
}

@media screen and (min-width: 2000px) {
    #logo-and-phone {
        left: 20%;
    }
}

/***** sub-menu *****/
.sub-menu {
    display: none;
    background-color: #06C;
    background-color: rgba(0, 102, 204, 0.95);
    box-shadow: 0 4px 40px -2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 60px;
    width: 100%;
    padding: 0;
    left: -6%;
}

@media screen and (min-width: 1100px) {
    .sub-menu {
        left: 0;
    }
}

.sub-menu.right {
    background-color: #444;
    background-color: rgba(68, 68, 68, 0.95);
    left: auto;
    width: 200px;
    right: 0;
}

.sub-menu nav {
    padding: 50px 0;
}

.sub-menu.right nav {
    padding: 0;
}

.sub-menu h5,
.sub-menu p {
    color: #FFF;
    padding: 0;
    margin: 0;
}

.sub-menu h5 {
    padding-bottom: 10px;
}

.sub-menu h5.product-filter {
    border-bottom: 1px solid #0052A3;
    text-align: left;
}

.sub-menu ul {
    border-top: 1px solid #3385D6;
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: left;
}

.sub-menu.right h5 {
    border-bottom: 1px solid #111;
}

.sub-menu.right ul {
    border-top: 1px solid #555;
    margin-bottom: 20px;
}

#cntry-sub-menu ul {
    border-top: 0;
}

.sub-menu ul li {
    display: block;
    margin-bottom: 3px;
}

.sub-menu ul li a {
    color: #FFF;
    padding: 0;
    display: block;
}

.sub-menu ul li a:hover {
    color: #99C2EB;
}

.sub-menu.right ul li a:hover {
    color: #CCC;
}

.sub-menu p a {
    display: inline;
}

.menu-link-box,
.menu-list {
    display: block;
    float: left;
    text-align: left;
    vertical-align: top;
}

.menu-link-box img {
    width: 100%;
}

.menu-link-box h2 {
    border-bottom: none;
    color: #FFF;
    margin-top: 5px;
}

#products-sub-menu {
    height: 390px;
    box-sizing: border-box;
}

#products-sub-menu nav#product-nav {
    margin: 0 auto;
    width: 1000px;
}

#products-sub-menu div.left-features,
#products-sub-menu div.right-features {
    display: none;
    position: absolute;
    right: 6%;
    top: 30px;
    width: 240px;
}

#products-sub-menu div.feature {
    margin: 20px 0 20px 20px;
    height: 140px;
    width: 220px;
    text-align: left;
}

#products-sub-menu div.feature a span {
    color: #FFF;
}

#products-sub-menu div.left-features .feature-img,
#products-sub-menu div.right-features .feature-img {
    height: 110px;
    margin-bottom: 5px;
    width: 220px;
}

@media screen and (min-width: 1450px) {
    #products-sub-menu nav#product-nav {
        margin-left: 6%;
    }

    #products-sub-menu div.left-features {
        display: block;
    }

    #products-sub-menu div.right-features {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    #products-sub-menu nav#product-nav {
        margin-left: 10%;
    }

    #products-sub-menu div.left-features,
    #products-sub-menu div.right-features {
        right: 10%;
    }
}

@media screen and (min-width: 1850px) {
    #products-sub-menu nav#product-nav {
        margin-left: 10%;
    }

    #products-sub-menu div.left-features,
    #products-sub-menu div.right-features {
        display: block;
        right: 10%;
    }

    #products-sub-menu div.left-features {
        margin-right: 240px;
    }
}

@media screen and (min-width: 2000px) {
    #products-sub-menu nav#product-nav {
        margin-left: 20%;
    }

    #products-sub-menu div.left-features,
    #products-sub-menu div.right-features {
        right: 20%;
    }

    #products-sub-menu div.left-features {
        margin-right: 0;
    }

    #products-sub-menu div.right-features {
        display: none;
    }
}

@media screen and (min-width: 2400px) {
    #products-sub-menu div.left-features {
        margin-right: 240px;
    }

    #products-sub-menu div.right-features {
        display: block;
    }
}

#products-sub-menu nav#product-nav div {
    float: left;
    margin-left: 20px;
    width: 230px;
}

#products-sub-menu nav#product-nav div:first-child {
    margin-left: 0;
}

#about-sub-menu nav {
    width: 1264px;
    margin: 0 auto 0 auto;
}

#about-sub-menu.de nav {
    width: 948px;
}

#about-sub-menu.ae nav {
    width: 948px;
}

#about-sub-menu div {
    width: 300px;
    margin: 8px;
}

.about-img {
    height: 150px;
    margin-bottom: 5px;
    width: 300px;
}

#solutions-sub-menu nav {
    width: 100px;
    margin: 0 auto 0 auto;
}

/*************applications dropdown***************/
#applications-sub-menu nav {
    width: 80%;
    margin: 0 auto 0 auto;
    text-align: left;
}

.app-icon-top {
    background-image: url(/shared/media/menu/applications/app-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 1700px 200px;
}

.app-icon-top.de {
    background-image: url(/shared/media/menu/applications/app-icons.png);
}

.app-links-top {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    overflow: hidden;
}

.app-links-top p {
    width: 100px;
    font-weight: lighter;
    text-align: left;
    margin-top: 4px;
}

.app-icon-container {
    height: 100px;
    overflow: hidden;
}

.app-icon-top {
    display: block;
    height: 100px;
    width: 100px;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -o-transition: all 0.4s ease; /* IE 9 */
    -ms-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}

.app-icon-top:hover {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}

.app-icon-top.ancillary {
    background-position: 0 0;
}

.app-icon-top.car-park {
    background-position: -100px 0;
}

.app-icon-top.clean-environment {
    background-position: -200px 0;
}

.app-icon-top.education {
    background-position: -300px 0;
}

.app-icon-top.external {
    background-position: -400px 0;
}

.app-icon-top.food {
    background-position: -500px 0;
}

.app-icon-top.healthcare {
    background-position: -600px 0;
}

.app-icon-top.heavy-industry {
    background-position: -700px 0;
}

.app-icon-top.hospitality {
    background-position: -800px 0;
}

.app-icon-top.leisure {
    background-position: -900px 0;
}

.app-icon-top.light-industry {
    background-position: -1000px 0;
}

.app-icon-top.mental-health {
    background-position: -1100px 0;
}

.app-icon-top.office {
    background-position: -1200px 0;
}

.app-icon-top.petrol-forecourt {
    background-position: -1300px 0;
}

.app-icon-top.railway {
    background-position: -1400px 0;
}

.app-icon-top.retail {
    background-position: -1500px 0;
}

.app-icon-top.warehouse {
    background-position: -1600px 0;
}

@media screen and (min-width: 200px) {
    #applications {
        margin: 15px auto;
        width: 360px;
    }

    .app-icon-top {
        background-repeat: no-repeat;
        background-size: 1700px 100px;
    }

    .app-icon-top {
        display: block;
        height: 100px;
        width: 100px;
    }
}

@media screen and (min-width: 1200px) {
    #applications-sub-menu nav {
        width: 90%;
    }
}

@media screen and (min-width: 1400px) {
    #applications-sub-menu nav {
        width: 80%;
        max-width: 1150px;
    }
}

@media screen and (min-width: 1600px) {
    #applications-sub-menu nav {
        width: 70%;
    }
}

@media screen and (min-width: 1850px) {
    #applications-sub-menu nav {
        width: 60%;
    }
}

#tools-sub-menu nav {
    width: 600px;
    margin: 0 auto 0 auto;
}

#tools-sub-menu.de nav {
    width: 480px;
}

#tools-sub-menu.ie nav,
#tools-sub-menu.com.au nav,
#tools-sub-menu.ae nav {
    width: 360px;
}

#contact-sub-menu nav {
    width: 480px;
    margin: 0 auto 0 auto;
}

#contact-sub-menu.ae nav,
#contact-sub-menu.ie nav {
    width: 360px;
}

#solutions-sub-menu .menu-link-box,
#applications-sub-menu .menu-link-box,
#tools-sub-menu .menu-link-box,
#contact-sub-menu .menu-link-box {
    margin: 10px;
    width: 100px;
}

#solutions-sub-menu .menu-link-box a,
#applications-sub-menu .menu-link-box a,
#tools-sub-menu .menu-link-box a,
#contact-sub-menu .menu-link-box a {
    height: 100px;
    margin-bottom: 5px;
}

#tools-sub-menu .menu-list {
    width: 200px;
    margin: 10px 10px 10px 30px;
}

#search-sub-menu {
    width: 400px;
    padding: 30px 10px 30px 10px;
}

#search-sub-menu div.search {
    margin: 0 auto 0 auto;
    width: 350px;
}

#account-top-sub-menu {
    padding: 0;
    text-align: left;
    width: 320px
}

#account-top-sub-menu #top-is-logged-in {
    padding: 30px;
}

#account-top-sub-menu .login-sub-menu {
    border-bottom: 1px solid #666;
    padding: 30px;
    position: relative;
}

#account-top-sub-menu .register-link {
    border-top: 1px solid #222;
    position: relative;
    padding: 30px;
}

#account-top-sub-menu .register-link h5 {
    margin-top: 0;
}

#account-top-sub-menu p {
    margin: 0;
    color: #FFF;
}

#account-top-sub-menu p a {
    text-decoration: underline;
    color: #FFF;
}

#account-top-sub-menu p.forgot {
    margin-bottom: 20px;
}

#account-top-sub-menu label {
    color: #FFF;
}

#account-top-sub-menu .login-sub-menu .left-note {
    margin-top: 50px;
}

#account-top-sub-menu .submit-button {
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

#account-top-sub-menu .manage-account {
    display: block;
    background-color: #06C;
    width: 170px;
    padding: 10px 20px;
    margin: 20px 0;
    color: #FFF;
    text-align: center;
}

#account-top-sub-menu .manage-account:hover {
    background-color: #3385D6;
}

#account-top-sub-menu .register-hint {
    border-bottom: 0;
    font-size: 1em;
    margin-top: 20px;
    padding-top: 10px;
}

#cntry-sub-menu {
    padding-top: 15px;
    padding-bottom: 25px;
    width: 250px;
}

#cntry-sub-menu ul {
    margin: 0 auto 0 auto;
}

#cntry-sub-menu li {
    margin: 0;
    padding: 0;
}

#cntry-sub-menu li a {
    display: block;
    width: 100%;
    height: 100%;
}

#cntry-sub-menu li a:hover {
    background-color: #06C;
    background-color: rgba(0, 102, 204, 0.9);
    color: #FFF;
}

#cntry-sub-menu li img {
    height: 48px;
    width: 48px;
    vertical-align: middle;
    margin: 0 20px 0 20px;
}

/***** Main *****/
#main-wrapper {
    background: #F1F4F9;
    background-size: 100%;
    -ms-behavior: url(/asset/js/backgroundsize.min.htc);
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 770px) {
    #main-wrapper {
        min-height: 800px;
    }
}

#main {
    margin: 0 auto 0 auto;
    position: relative;
    width: 1000px;
    padding: 50px 0;
}

#main-wrapper.full #main {
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 1600px) {
    #main-wrapper.flexible #main {
        width: 88%;
        margin: 0 6% 0 6%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
    #main-wrapper.flexible #main {
        width: 80%;
        margin: 0 10% 0 10%;
    }
}

@media screen and (min-width: 2000px) {
    #main-wrapper.flexible #main {
        width: 60%;
        margin: 0 20% 0 20%;
    }
}

/* Breadcrumb Bar */
#breadcrumb-wrapper {
    background-color: #06C;
    width: 100%;
    padding: 12px 0;
}

nav#breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav#breadcrumb ul li {
    color: #FFF;
    display: inline;
    margin-right: 5px;
}

nav#breadcrumb ul li a {
    color: #FFF;
    text-decoration: none;
}

nav#breadcrumb ul li a:focus,
nav#breadcrumb ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 770px) {
    nav#breadcrumb ul li.crumb {
        display: none;
    }

    #breadcrumb-wrapper.disable-mobile {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    nav#breadcrumb {
        margin: 0 6% 0 6%
    }
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
    nav#breadcrumb {
        margin: 0 10% 0 10%
    }
}

@media screen and (min-width: 2000px) {
    nav#breadcrumb {
        margin: 0 20% 0 20%
    }
}

/***** Bottom *****/
#bottom-wrapper {
    background-color: #333;
    position: relative;
    z-index: 2;
}

footer {
    color: #CCC;
    padding: 40px 0 20px 0;
}

footer #group-companies,
footer #slogan {
    float: left;
    text-align: left;
}

@media screen and (max-width: 770px) {
    footer #slogan h4 {
        font-size: 1.2em;
    }
}

footer #slogan img.thorlux {
    /*height: 35px;*/
    width: 131px;
}

footer #slogan img.thorlux-llc {
    /*height: 45px;*/
    width: 150px;
}

footer nav {
    float: left;
    margin-bottom: 20px;
}

footer nav:last-child {
    margin-right: 0;
}

footer nav#bottom-links {
    padding-right: 0;
}

footer h4 {
    background-image: url(/shared/media/menu/mobile/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 90% 3px;
    background-size: 16px 16px;
    -ms-behavior: url(/asset/js/backgroundsize.min.htc);
    color: #CCC;
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
}

footer h4.active {
    color: #FFF;
}

footer h4.bottom-title {
    cursor: pointer;
}

@media screen and (min-width: 600px) {
    footer h4.bottom-title {
        background: none;
        border-bottom: 1px solid #000;
        cursor: default;
    }
}

footer #slogan h4 {
    background: none;
    color: #FFF;
    border-bottom: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

footer nav ul {
    border-top: 1px solid #666;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 0;
}

@media screen and (min-width: 600px) {
    footer nav ul {
        display: block;
    }
}

footer nav ul li {
    color: #FFF;
    margin-bottom: 4px;
    width: 100%;
}

footer nav ul li span {
    white-space: nowrap;
}

footer nav ul li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
}

footer nav ul li a:link {
    color: #FFF;
    text-decoration: none;
}

footer nav ul li a:visited {
    color: #FFF;
}

footer nav ul li a:active {
    color: #FFF;
}

footer nav ul li a:focus,
footer nav ul li a:hover {
    color: #FFF;
}

@media screen and (min-width: 770px) {
    footer nav ul li {
        color: #CCC;
    }

    footer nav ul li a {
        color: #CCC;
    }

    footer nav ul li a:link {
        color: #CCC;
    }

    footer nav ul li a:visited {
        color: #CCC;
    }

    footer nav ul li a:focus,
    footer nav ul li a:hover {
        color: #FFF;
    }
}

footer nav ul li.email a {
    display: inline;
}

footer #social-networks {
    padding: 10px 0;
}

footer #social-networks ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

footer #social-networks ul li {
    display: inline-block;
    width: 40px;
    margin-right: 5px;
}

footer #social-networks ul li img {
    width: 100%;
}

footer #social-networks ul li a {
    opacity: 0.6;
}

footer #social-networks ul li:last-child {
    margin-right: 0;
}

footer #group-logos {
    padding: 10px 0;
}

footer #group-logos ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

footer #group-logos ul li {
    display: inline-block;
    width: 120px;
    margin-right: 5px;
}

footer #group-logos ul li img {
    width: 100%;
}

footer #group-logos ul li a {
    opacity: 0.6;
}

footer #group-logos ul li:last-child {
    margin-right: 0;
}

footer div.dark-grey-line {
    height: 1px;
    background-color: #000;
}

footer div.light-grey-line {
    height: 1px;
    background-color: #666;
}

footer p {
    color: #CCC;
    text-align: center;
}

footer p a:link,
footer p a:visited {
    color: #CCC;
}

footer p a:focus,
footer p a:hover {
    color: #FFF;
}

footer nav#bottom-contact a {
    display: inline;

}

@media screen and (max-width: 600px) {
    footer #slogan {
        text-align: center;
    }

    footer #slogan,
    footer nav#bottom-country-select,
    footer nav#bottom-contact,
    footer nav#bottom-links {
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    footer #slogan {
        width: 45%;
        margin-right: 7%;
    }

    footer nav#bottom-country-select {
        width: 48%;
        margin-right: 4%;
    }

    footer nav#bottom-contact,
    footer nav#bottom-links {
        width: 48%;
        margin-right: 0;
    }

    footer nav#bottom-country-select {
        clear: left;
    }
}

@media screen and (min-width: 900px) and (max-width: 1150px) {
    footer #slogan {
        width: 22%;
        margin-right: 3%;
    }

    footer nav#bottom-country-select,
    footer nav#bottom-contact,
    footer nav#bottom-links {
        width: 23%;
        margin-left: 2%;
    }
}

@media screen and (min-width: 1150px) and (max-width: 1600px) {
    footer #slogan {
        width: 30%;
        margin-right: 10%;
    }

    footer nav {
        width: 18%;
        margin-left: 2%;
    }
}

@media screen and (min-width: 1600px) {
    footer #slogan {
        width: 30%;
        margin-right: 22%;
    }

    footer nav {
        width: 14%;
        margin-left: 2%;
    }
}

@media screen and (max-width: 1600px) {
    footer {
        margin: 0 6% 0 6%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
    footer {
        margin: 0 10% 0 10%;
    }
}

@media screen and (min-width: 2000px) {
    footer {
        margin: 0 20% 0 20%;
    }
}

/***** Global IDs *****/
div.black-overlay,
#login-request,
#logout-confirm,
#dialux-popup,
#wait-request {
    background: url(/shared/media/backgrounds/transparent-000-80.png);
    height: 100%;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 40;
}

#dialux-popup {
    z-index: 39;
}

#login-request #message-wrapper,
#logout-confirm #message-wrapper,
#dialux-popup #message-wrapper,
#wait-request #message-wrapper {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 40;
}

#dialux-popup #message-wrapper {
    z-index: 39;
}

#login-request #message-wrapper #message,
#logout-confirm #message-wrapper #message,
#dialux-popup #message-wrapper #message,
#wait-request #message-wrapper #message {
    background: #FFF;
    border: 5px solid #CCC;
    padding: 40px;
    position: relative;
    margin-top: -50%;
    margin-left: -50%;
    width: 300px;
}

#login-request #message-wrapper #message p,
#logout-confirm #message-wrapper #message p,
#dialux-popup #message-wrapper #message p,
#wait-request #message-wrapper #message p {
    margin: 0;
    padding: 0;
    line-height: 115%;
}

#dialux-popup #message-wrapper #message {
    width: 500px;
}

#dialux-popup #message-wrapper #message img {
    margin-bottom: 10px;
}

#wait-request #message-wrapper #message {
    background: #FFF url(/asset/media/loading.gif) no-repeat 300px center;
}

#logout-confirm h2 {
    color: #06C;
}

#logout-confirm #buttons {
    margin-top: 20px;
}

#logout-confirm #buttons a.logout {
    margin-right: 10px;
}

#logout-confirm #cancel {
    margin-left: 10px;
}

div.black-overlay #close,
#login-request #message-wrapper #message #close,
#dialux-popup #message-wrapper #message #close {
    position: absolute;
    right: 10px;
    top: 10px;
}

div.black-overlay #close,
#login-request #message-wrapper #message #close img,
#dialux-popup #message-wrapper #message #close img {
    width: 12px;
    height: 12px;
}

/***** Global classes *****/
.sitewidth {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.content-shadow {
    width: 1060px;
}

.clearfloat {
    clear: both;
}

.redbox {
    background-color: #FEE;
    border: 1px solid #F00;
    color: #F00;
    margin-bottom: 15px;
    padding: 5px;
}

.greenbox {
    background-color: #EFE;
    border: 1px solid #0F0;
    color: #0F0;
    margin-bottom: 15px;
    padding: 5px;
}

.text-align-right {
    text-align: right;
}

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

div.right-column,
div.left-column {
    float: left;
    width: 485px;
}

div.left-column {
    margin-right: 30px;
}

div#success,
div#fail {
    padding: 20px;
}

div#success {
    background-color: #080;
}

div#fail {
    background-color: #C00;
}

div#success p,
div#fail p {
    color: #FFF;
    text-align: center;
}

div#attention {
    background: url(/shared/media/attention.png) no-repeat 0 4px;
    padding-left: 60px;
    margin-bottom: 30px;
}

div#attention h2 {
    margin-bottom: 5px;
    padding-bottom: 0;
}

div#attention p {
    margin-top: 0;
}

div.notice {
    padding: 20px;
    border: 2px solid #AAAA00;
    background-color: #FFFFCC;
    color: #AAAA00;
    font-size: 1.6em;
    font-weight: 300;
}

div.notice img {
    height: 30px;
}

.dotted-separator {
    border-bottom: 2px dotted #CCC;
    clear: both;
    margin: 20px 0 !important;
    width: 100%;
}

.grey-bg-separator {
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #CCC;
    clear: both;
    height: 0;
}

div.full-width-text-box {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 50px;
    margin-bottom: 30px;
}

div.text-box-with-side-bar {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 30px 50px 30px 50px;
    overflow: auto;
    width: 600px;
}

div.side-bar {
    float: right;
    width: 270px;
}

div.side-bar div.side-note {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin-bottom: 30px;
}

/***** Luminaire Tiles *****/
.luminaire-tile {
    background-color: #666;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
}

.luminaire-tile a {
    color: #FFF;
    display: block;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.luminaire-tile img {
    background-color: #333;
    border: 0;
    width: 100%;
}

.luminaire-tile.display-and-feature img {
    border-bottom: 2px solid #FBC700;
}

.luminaire-tile.exterior img {
    border-bottom: 2px solid #C2D505;
}

.luminaire-tile.suspended img {
    border-bottom: 2px solid #C82B7D;
}

.luminaire-tile.surface img {
    border-bottom: 2px solid #44B6B1;
}

.luminaire-tile.recessed img {
    border-bottom: 2px solid #009FEE;
}

.luminaire-tile.high-and-low-bay img {
    border-bottom: 2px solid #9F5BA2;
}

.luminaire-tile.hazardous-area img {
    border-bottom: 2px solid #F07F0A;
}

.luminaire-tile.emergency img {
    border-bottom: 2px solid #E2161E;
}

.luminaire-tile.sign img {
    border-bottom: 2px solid #017E4C;
}

.luminaire-tile p {
    color: #FFF;
    padding: 0 5px;
    margin: 0;
}

/***** Other Products Footer (used on products.php, show-luminaires.php and applications.php) *****/
#other-bar {
    background-color: #FFF;
    padding: 100px 0;
}

#other a {
    background-size: 100%;
    -ms-behavior: url(/asset/js/backgroundsize.min.htc);
    display: table;
    margin: 30px auto;
    position: relative;
    width: 100%;
    max-width: 500px;
}

#other a:before {
    content: "";
    display: block;
    padding-top: 45%;
}

@media screen and (min-width: 1000px) {
    #other a {
        float: left;
        width: 45%;
        margin-right: 2%;
        max-width: none;
    }

    #other a:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 1400px) {
    #other a {
        width: 23%;
    }
}

#other a p {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    padding-left: 20px;
    padding-right: 45%;
}

#other a#controls {
    background-image: url(/shared/media/product/other/controls.jpg);
}

#other a#emergency {
    background-image: url(/shared/media/product/other/emergency.jpg);
}

#other a#applications {
    background-image: url(/shared/media/product/other/applications.jpg);
}

#other a#columns {
    background-image: url(/shared/media/product/other/columns.jpg);
}

#other a#lamps {
    background-image: url(/shared/media/product/other/lamps.jpg);
}

#other a#spares {
    background-image: url(/shared/media/product/other/spares.jpg);
}

#other a#luminaires {
    background-image: url(/shared/media/product/other/luminaires.jpg);
}

#other a#energy-calculator {
    background-image: url(/shared/media/product/other/energy-calculator.jpg);
}

#other a#commissioning {
    background-image: url(/shared/media/product/other/commissioning.jpg);
}

/**** File Lists ****/
ul.files-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

ul.files-list li {
    border: 1px solid;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    margin-top: 10px;
    display: table;
    width: 100%;
    max-width: 500px;
    border-color: #06c;
    vertical-align: top;
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover {
    background: #06c;
    border-color: #003f7b;
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li span {
    display: table-cell;
    width: 60px;
}

ul.files-list li span.error,
ul.files-list li a {
    display: table;
    background-position: 12px 8px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    height: 50px;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

ul.files-list li a span {
    display: table-cell;
    width: 60px;
}

ul.files-list li a p {
    border-left: 1px solid #06c;
    width: calc(100% - 60px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    top: 0;
    right: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    margin: 0 0 0 60px;
    min-height: 45px;
    color: #06c;
    text-align: left;
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover a p,
ul.files-list li:active a p {
    color: #fff;
    border-left: 1px solid #003f7b;
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li span.error {
    color: red;
}

ul.files-list li.brochures a,
ul.files-list li.datasheets a,
ul.files-list li.led-lifetime-datasheets a,
ul.files-list li.installation-leaflets a,
ul.files-list li.led-lifetime-datasheets a,
ul.files-list li.other a,
ul.files-list li.pdf a,
ul.files-list li.specification-text a {
    background-image: url(/asset/media/pdf-icon.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li.video a {
    background-image: url(/shared/media/icon/video-guide.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li.eld a {
    background-image: url(/shared/media/icon/eld.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li.ies a {
    background-image: url(/shared/media/icon/ies.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li.dialux a {
    background-image: url(/shared/media/icon/dialux.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li.relux a {
    background-image: url(/shared/media/icon/relux.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li.revit a {
    background-image: url(/shared/media/icon/revit.png);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li.download a {
    background-image: url(/shared/media/icon/download.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover.brochures a,
ul.files-list li:hover.datasheets a,
ul.files-list li:hover.led-lifetime-datasheets a,
ul.files-list li:hover.installation-leaflets a,
ul.files-list li:hover.led-lifetime-datasheets a,
ul.files-list li:hover.other a,
ul.files-list li:hover.pdf a,
ul.files-list li:hover.specification-text a {
    background-image: url(/asset/media/pdf-icon-white.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover.video a {
    background-image: url(/shared/media/icon/video-guide-white.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover.eld a {
    background-image: url(/shared/media/icon/eld-white.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover.ies a {
    background-image: url(/shared/media/icon/ies-white.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover.dialux a {
    background-image: url(/shared/media/icon/dialux-white.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover.relux a {
    background-image: url(/shared/media/icon/relux-white.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover.revit a {
    background-image: url(/shared/media/icon/revit-white.png);
    transition: 0.2s;
    transition-timing-function: ease;
}

ul.files-list li:hover.download a {
    background-image: url(/shared/media/icon/download-white.svg);
    transition: 0.2s;
    transition-timing-function: ease;
}

div#email-sent {
    text-align: center;
    max-width: 500px;
    padding: 30px 0;
}

@media screen and (min-width: 770px) {
    div#email-sent {
        padding: 50px 0;
    }

}

@media screen and (min-width: 1600px) {
    div#email-sent {
        padding: 75px 0;
    }
}

div#email-sent h2 {
    color: #06C;
}

div#email-sent p {
    background: url(/shared/media/attention.png) no-repeat 0 12px;
    margin-top: 35px;
    font-size: 1.2em;
    padding-left: 60px;
}

#my-thorlux-logo {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    padding-top: 100px;
    margin-bottom: 80px;
}

#my-thorlux-logo img {
    width: 100%;
}

@media screen and (min-width: 600px) {
    #my-thorlux-logo img {
        width: 500px;
    }
}

/***** Videos *****/
.video-wrapper {
    box-sizing: border-box;
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
}

.video {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    -ms-behavior: url(/asset/js/backgroundsize.min.htc);
    cursor: pointer;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.video .play {
    background-image: url(/asset/media/play.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75px 75px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.5;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.video .play:hover {
    opacity: 1;
}

/***** Dot Links for galleries *****/
.dot-links {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
}

.dot-links li {
    background-color: #333;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 3px;
    height: 10px;
    width: 10px;
}

.dot-links li.active {
    background-color: #06C;
}

.dot-links.blue-dots li {
    background-color: #06C;
}

.dot-links.blue-dots li.active {
    background-color: #FFF;
}

.dot-links.grey-dots li {
    background-color: #333;
}

.dot-links.grey-dots li.active {
    background-color: #FFF;
}

/***** Zoom Hover *****/
.zoom-hover {
    display: block;
    overflow: hidden;
}

.zoom-hover img {
    display: block;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -o-transition: all 0.4s ease; /* IE 9 */
    -ms-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
    max-width: 100%;
}

.zoom-hover:hover img {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}

/*********Side Nav***********/

#side-nav {
    display: none;
}

@media screen and (min-width: 1000px) {
    #side-nav {
        position: fixed;
        right: 20px;
        top: 50%;
        margin-top: -182px;
        z-index: 10;
        margin-right: -300px;
        display: block;
    }

    #side-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #side-nav ul li {
        color: #FFF;
        position: relative;
        text-align: right;
        padding: 10px 50px 10px 30px;
        height: 16px;
        cursor: pointer;
        font-size: 0.8em;
        background: none;
        margin-top: 5px;
        transition: all .2s ease-in-out;
        border-right: 5px solid transparent;
    }

    #side-nav ul li div {
        width: 10px;
        height: 10px;
        position: absolute;
        right: 8px;
        top: 12px;
        background-color: #fff;
        border-radius: 2px;
        border: 2px solid #06c;
    }

    #side-nav ul li span {
        display: none;
    }

    #side-nav ul li:hover div,
    #side-nav ul li.active div {
        background-color: #06c;
        border: 2px solid #fff;
    }

    #introduction-link:hover div,
    #introduction-link.active div {
        background-color: #06c;
        border: 2px solid #fff;
    }

    #back-to-top:hover div,
    #back-to-top.active div {
        background-image: url(/shared/media/back-to-top-white.svg);
        background-repeat: no-repeat;
        border: 2px solid #fff;
        background-color: #06c !important;
        transition: 0.5s;
    }

    #back-to-top div {
        background-image: url(/shared/media/back-to-top-blue.svg);
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.8) !important;
        border: 2px solid transparent !important;
        width: 20px !important;
        height: 20px !important;
        right: 3px !important;
        top: 6px !important;
        transition: 0.5s;

    }
}

/******Search results page******/

#search-mobile form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

#search-mobile form #mobile-product-search-field {
    width: 70%;
    padding: 0 10px;
}

#search-mobile form #mobile-site-search {
    width: 28%;
    background-color: #06c;
    background-image: url(/shared/media/search.svg);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    color: transparent;
}

#search-mobile form #mobile-site-search:hover {
    cursor: pointer;
}

#search-results {
    margin: 0;
    padding: 50px 30px;
    background-color: #fff;
    width: 100%;
}

#search-results table {
    padding: 50px auto 10px auto;
    border-spacing: 0 20px;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.product-results #product-results-link-box {
    display: block;
    color: #fff;
    padding: 10px 20px;
}

.product-results td:hover {
    background-color: #06c;
}

.product-results #search-content-title {
    width: 80%;
    float: left;
    text-align: left;
}

.product-results #search-content-arrows {
    width: 20%;
    display: inline-block;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
    text-align: right;
}

#search-results table input {
    width: 100%;
    font-size: 1.4em;
    padding-left: 20px;
    box-sizing: border-box;
}

#search-results table .search-results-row {
    -moz-box-shadow: 1px 1px 18px 0 rgba(51, 51, 51, 0.51);
    -webkit-box-shadow: 1px 1px 18px 0 rgba(51, 51, 51, 0.51);
    box-shadow: 1px 1px 18px 0 rgba(51, 51, 51, 0.51);
    border-collapse: separate;
    border-spacing: 5em;
}

#search-results table .search-results-row a {
    display: block;
}

#search-results table .search-results-row #product-image {
    background-color: #333;
    text-align: center;
}

#search-results table .search-results-row #product-image img {
    width: 100px;
    margin: auto;
    vertical-align: bottom;
}

#search-results table .search-results-row #product-details {
    width: 500%;
    background-color: #fff;
    padding: 20px 40px;
}

#search-results table .search-results-row #product-details h4 {
    color: #06c;
    font-weight: bold;
}

#search-results table .search-results-row #product-details a {
    background-color: #06c;
    padding: 5px 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #06c;
    transition: 0.2s;
}

#search-results table .search-results-row #product-details a:hover {
    background-color: #fff;
    color: #06c;
    transition: 0.2s;
}

#search-results #search-results-table {
    padding: 0 auto 150px auto;
}

#search-results #smart-search-banner {
    background-color: #06c;
    padding: 5px 20px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}

#search-results .search-result-banner {
    display: block;
    height: 200px;
    width: 100%;
}

#search-results #smart-search-result {
    background-color: #a0c13a;
}

#search-results #smart-search-result #product-image {
    background-color: transparent;
}

#search-results #smart-search-result #product-details {
    background-color: #8eaf39;
    color: #fff;
}

#search-results #smart-search-result #product-details h4 {
    color: #fff;
}

#search-results #smart-search-result #product-details p {
    color: #fff;
}

#search-results #smart-search-result #product-details a {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}
#search-results #smart-search-result #product-details a:hover {
    background-color: #a0c13a;
    color: #fff;
}

#search-results #smart-external-search-result {
    background-color: #0e313d;
}

#search-results #smart-external-search-result #product-image {
    background-color: transparent;
}

#search-results #smart-external-search-result #product-details {
    background-color: #0d1a25;
    color: #fff;
}

#search-results #smart-external-search-result #product-details h4 {
    color: #fff;
}

#search-results #smart-external-search-result #product-details p {
    color: #fff;
}

#search-results #smart-external-search-result #product-details a {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}
#search-results #smart-external-search-result #product-details a:hover {
    background-color: #0e313d;
    color: #fff;
}

#search-results #smartscan-search-result {
    background-color: #00a3e0;
}

#search-results #smartscan-search-result #product-image {
    background-color: transparent;
}

#search-results #smartscan-search-result #product-details {
    background-color: #0084bf;
    color: #fff;
}

#search-results #smartscan-search-result #product-details h4 {
    color: #fff;
}

#search-results #smartscan-search-result #product-details p {
    color: #fff;
}

#search-results #smartscan-search-result #product-details a {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}

#search-results #smartscan-search-result #product-details a:hover {
    background-color: #00a3e0;
    color: #fff;
}

#search-results #emergency-search-result {
    background-color: #9C0F14;
}


#search-results #emergency-search-result #product-image {
    background-color: transparent;
}


#search-results #emergency-search-result #product-details {
    background-color: #7e0f14;
    color: #fff;
}


#search-results #emergency-search-result #product-details h4 {
    color: #fff;
}


#search-results #emergency-search-result #product-details p {
    color: #fff;
}

#search-results #emergency-search-result #product-details a {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}

#search-results #emergency-search-result #product-details a:hover {
    background-color: #9C0F14;
    color: #fff;
}

#search-results #eco-search-result {
    background-color: #38505a;
}

#search-results #eco-search-result #product-image {
    background-color: transparent;
}

#search-results #eco-search-result #product-details {
    background-color: #213943;
}

#search-results #eco-search-result #product-details h4 {
    color: #fff;
}

#search-results #eco-search-result #product-details p {
    color: #fff;
}

#search-results #eco-search-result #product-details a {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}

#search-results #eco-search-result #product-details a:hover {
    background-color: #38505a;
    color: #fff;
}

#search-results #controls-search-result {
    background-color: #fff;
}


#search-results #controls-search-result #product-image {
    background-color: #fff;
}


#search-results #controls-search-result #product-details  {
    background-color: #fff;
}


#search-results #controls-search-result #product-details h4 {
    color: #a09f9f;
}

#search-results #controls-search-result #product-details a {
    background-color: transparent;
    border: solid 1px #A09F9F;
    color: #A09F9F;
}

#search-results #controls-search-result #product-details a:hover {
    background-color: #878686;
    border: solid 1px #878686;
    color: #fff;
}

#search-results #commissioning-search-result {
    background-color: #06c;
}

#search-results #commissioning-search-result #product-image {
    background-color: #06c;
}

#search-results #commissioning-search-result #product-details {
    background-color: #0059af;
}

#search-results #commissioning-search-result #product-details h4 {
    color: #fff;
}

#search-results #commissioning-search-result #product-details a {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}

#search-results #commissioning-search-result #product-details a:hover {
    background-color: #06c;
    color: #fff;
}


#search-results table #no-results {
    text-align: center;
}

#search-results table #no-results td {
    padding: 50px 20px;
}

#search-results table #no-results span {
    font-style: italic;
    font-weight: bold;
}

@media screen and (min-width: 800px) {
    #search-results {
        margin: 50px auto 100px auto;
        padding: 50px 0;
        background-color: #fff;
        width: 88%;
    }
}

@media screen and (min-width: 1280px) {

    #search-mobile {
        display: none;
    }

    #search-results table .search-results-row #product-image img {
        width: 250px;
    }

    #search-results table input {
        font-size: 1.6em;
    }

    #search-results table {
        max-width: 1000px;
    }
}
