    /*
	Theme Name: LED Lighting Custom Theme
	Theme URI: http://www.ledlighting.co.za/
	Description: Custom theme for LED Lighting
	Version: 1.0
	Author: Engage Brandcraft
	Author URI: http://www.engage.co.za
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
    */

    /*------------------------------------*\
    MAIN
    \*------------------------------------*/

    /* global box-sizing */

    *,
    *:after,
    *:before {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }
    /* html element 62.5% font-size for REM use */

    html {
        font-size: 62.5%;
    }

    body {
        font: 400 18px 'Montserrat', Helvetica, Arial, sans-serif;
        color: #333333;
    }

    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    /* clear */

    .clear:before,
    .clear:after {
        content: ' ';
        display: table;
    }

    .clear:after {
        clear: both;
    }

    .clear {
        *zoom: 1;
    }

    img {
        max-width: 100%;
        vertical-align: bottom;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto !important;
    }

    a {
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        color: #4d4d4d
    }

    a:hover {
        color: #004d73;
    }

    a:focus {
        outline: 0;
    }

    a:hover,
    a:active {
        outline: 0;
    }

    input:focus {
        outline: 0;
        border: 1px solid #04A4CC;
    }
    /* global box-sizing */

    *,
    *:after,
    *:before {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }
    /* html element 62.5% font-size for REM use */

    html {
        font-size: 62.5%;
    }

    body {
        font: 400 18px 'Montserrat', Helvetica, Arial, sans-serif;
        color: #333333;
    }

    body.linea-lights {
        background: #e8ebf1;
    }

    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    /* clear */

    .clear:before,
    .clear:after {
        content: ' ';
        display: table;
    }

    .clear:after {
        clear: both;
    }

    .clear {
        *zoom: 1;
    }

    img {
        max-width: 100%;
        vertical-align: bottom;
    }

    a {
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        color: #4d4d4d
    }

    a:hover {
        color: #004d73;
    }

    a:focus {
        outline: 0;
    }

    a:hover,
    a:active {
        outline: 0;
    }

    input:focus {
        outline: 0;
        border: 1px solid #04A4CC;
    }

    /*------------------------------------*\
    STRUCTURE
    \*------------------------------------*/

    /* wrapper */

    .wrapper {
        width: 100%;
        min-height: 100%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 150px;
        overflow: hidden;
    }

    .container {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    /* header */

    .header {
        width: 100%;
        background: #fff;
        height: 68px;
        border-bottom: 1px solid #c2c6cc;
        position: fixed;
        z-index: 99999;
    }

    .header-spacer {
        width: 100%;
        height: 67px;
        display: block;
    }
    /* logo */

    .logo {
        width: 240px;
        height: 47px;
        float: left;
        margin-top: 18px;        
    }

    @media screen and (max-width:992px) {
        .logo {
            margin-top: 22px!important;
        }
    }

    .logo-img {}
    /* nav */

    .nav {}
    /* sidebar */

    .sidebar {}
    /* footer */

    .footer {
        position: absolute;
        height: 150px;
        background: #333333;
        width: 100%;
        bottom: 0;
        color: #808080;
        font-size: 14px;
        padding: 25px 0 0 0;
    }

    @media screen and (min-width:992px) {
        .footer{
            padding: 0;
        }
    } 

    .footer a {
        color: #b3b3b3;
    }

    .footer .footer-logo {
        width: 205px;
        height: 24px;
        background: url(img/led-logo-reversed.png) no-repeat center center;
        background-size: contain;
        margin: 10px auto;
        float: none;
    }

    @media screen and (min-width:992px) {
        .footer .footer-logo {
            float: left;
            margin-top: 50px;
        }    
    } 

/*
    .footer .linked-in {
        float: right;
        display: block;
        width: 26px;
        height: 26px;
        background: url(img/icons/icon-linkedin.png) no-repeat center center;
        background-size: contain;
        margin-top: 46px;
    }
*/

    .footer .social{
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    @media screen and (min-width:992px) {
        .footer .social{
            float: right;
            width: auto;
        }
    } 

    .footer .social-media{
        list-style-type: none;
        margin-top: 0; 
        margin-left: 0; 
        padding: 0;
        display: inline-block; 
    }

    @media screen and (min-width:992px) {
        .footer .social-media{
            margin-top: 45px; 
        }
    } 

    .footer .social-media li{
        float: left;
        margin: 0 15px 0 0;
    }    

    .footer .social-media li:last-child{
        margin: 0;
    }  

    .footer .social-media li a{
        display: block;
        width: 26px;
        height: 26px;               
    }

    .footer .social-media li .linkedin{
        background: url(img/icons/linkedin-footer.png) no-repeat center center;
        background-size: contain;
        opacity: 0.3;
    }  

    .footer .social-media li .linkedin:hover{
        background: url(img/icons/linkedin-footer.png) no-repeat center center;
        background-size: contain;
        /*background-color: #1383c6;*/
        opacity: 1;  
    }

    .footer .social-media li .facebook{
        background: url(img/icons/facebook-footer.png) no-repeat center center;
        background-size: contain;
        opacity: 0.3;        
    }  

    .footer .social-media li .facebook:hover{
        background: url(img/icons/facebook-footer.png) no-repeat center center;
        background-size: contain;
        /*background-color: #507cbc;*/
        opacity: 1;
    }

    .footer .social-media li .instagram{
        background: url(img/icons/instagram-footer.png) no-repeat center center;
        background-size: contain;
        opacity: 0.3;         
    } 

    .footer .social-media li .instagram:hover{
        background: url(img/icons/instagram-footer.png) no-repeat center center;
        background-size: contain;
        /*background-color: #cf358c;*/
        opacity: 1;     
    } 

    .footer .social-media li .twitter{
        background: url(img/icons/twitter-footer.png) no-repeat center center;
        background-size: contain;
        opacity: 0.3; 
    } 

    .footer .social-media li .twitter:hover{
        background: url(img/icons/twitter-footer.png) no-repeat center center;
        background-size: contain;
        /*background-color: #64caed;*/ 
        opacity: 1;            
    } 

    .footer .social-media li .youtube{
        background: url(img/icons/youtube-footer.png) no-repeat center center;
        background-size: contain;
        opacity: 0.3;  
    } 

    .footer .social-media li .youtube:hover{
        background: url(img/icons/youtube-footer.png) no-repeat center center;
        background-size: contain;
        /*background-color: #ec6b52;*/
        opacity: 1;    
    } 

    .footer .copyright {
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    @media screen and (min-width:992px) {
        .footer .copyright {
            float: left;
            margin: 52px 50px 0;
            text-align: center;
            /*width: calc(100% - 205px - 190px - 102px);*/
        }
    }    

    .footer .links {
        float: left;
        margin-top: 52px;
    }

    .trigger {
        display: none;
        width: 30px;
        height: 30px;
        background: url(img/hamburger.png) no-repeat center center #004d73;
        float: right;
        background-size: contain;
        margin-top: 20px;
    }

    .trigger:hover {
        margin-top: 20px;
        background-color: #b3b3b3;
    }
   
    /*------------------------------------*\
    NAV
    \*------------------------------------*/

    .nav {
        float: right;
        margin-top: 22px;
        position: relative;
        padding-right: 40px;
    }

    .nav ul {
        margin: 0;
        padding: 0;
    }

    .nav ul li.menu-item {
        display: inline-block;
        list-style: none;
        margin-left: 20px;
        position: relative;
        padding-bottom: 50px;
        cursor: default;
    }

    .nav ul li.mega-menu {
        position: initial;
    }

    .nav ul li.mega-menu a {
        margin: 0 8px 0 0;
    }

    .nav ul li.mega-menu .arrow {
        float: right;
        width: 11px;
        height: 8px;
        padding: 8px 0 0 0;

        @media all and (max-width: 959px) {
            display: none;
        }
    }

    ul.mm-listview li.mega-menu .arrow {
        display: none;
    }

    .nav ul li.mega-menu .arrow img {
        display: block;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nav ul li.mega-menu .arrow img.downArrow {
        display: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nav ul li.mega-menu:hover .arrow img.upArrow {
        display: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nav ul li.mega-menu:hover .arrow img.downArrow {
        display: block;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nav ul li.menu-item a {
        color: #333333;
        font-size: 15px;
    }

    .nav ul li.menu-item a:hover {
        color: #004d73;
    }

    .nav ul li.menu-item ul.sub-menu {
        margin-left: -40px;
        top: 80px;
        position: absolute;
        left: 0;
        right: 0;
        width: 150px;
        text-align: center;
        background: #004d73;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nav ul li.menu-item:hover ul.sub-menu {
        opacity: 1;
        display: block;
        visibility: visible;
        top: 43px;
        z-index: 999;
    }

    .nav ul li.menu-item ul.sub-menu li {
        margin: 0;
        padding: 0;
    }

    .nav ul li.menu-item ul.sub-menu li a {
        color: #ffffff;
        padding: 12px 0;
        width: 150px;
        display: block;
    }

    .nav ul li.menu-item ul.sub-menu li a:hover {
        background: #dbebfa;
        color: #004d73;
    }

    .nav ul li.menu-item ul.sub-menu:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(74, 156, 247, 0);
        border-bottom-color: #004d73;
        border-width: 7px;
        margin-left: -7px;
    }

    .nav ul li.mega-menu ul.top-level {
        width: 960px;
        top: 43px;
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        margin-left: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px 5px 5px -5px rgba(0, 0, 0, .3), -5px 5px 5px -5px rgba(0, 0, 0, .3);
        -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px 5px 5px -5px rgba(0, 0, 0, .3), -5px 5px 5px -5px rgba(0, 0, 0, .3);
        box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3), 5px 5px 5px -5px rgba(0, 0, 0, .3), -5px 5px 5px -5px rgba(0, 0, 0, .3);
        -webkit-transition: top 0.2s, opacity 0.2s;
        -moz-transition: top 0.2s, opacity 0.2s;
        -ms-transition: top 0.2s, opacity 0.2s;
        -o-transition: top 0.2s, opacity 0.2s;
        transition: top 0.2s, opacity 0.2s;
    }

    .nav ul li.mega-menu:hover ul.top-level {
        top: 43px;
        opacity: 1;
        display: block;
        visibility: visible;
        z-index: 999;
    }

    .nav ul li.mega-menu ul.top-level li.col-1 {
        width: 100%;
    }

    .nav ul li.mega-menu ul.top-level li.col-2 {
        width: 50%;
    }

    .nav ul li.mega-menu ul.top-level li.col-3 {
        width: calc(960px / 3);
    }

    .nav ul li.mega-menu ul.top-level li.col-4 {
        width: 25%;
    }

    .nav ul li.mega-menu ul.top-level li.col {
        float: left;
        border-right: 1px solid #dcdcdc;
        position: relative;
        padding: 0 0 80px 0;
    }

    .nav ul li.mega-menu ul.top-level li.col:last-child {
        border-right: none;
    }

    .nav ul li.mega-menu ul.top-level li.col img {
        width: 180px;
        height: auto;
        margin: 36px 0 0 0;
    }

    .nav ul li.mega-menu ul.top-level li.col a {
        color: #333333;
        font-size: 14px;
        float: left;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        /*
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        */
    }
	
    .nav ul li.mega-menu ul.top-level li.col p {
        color: #949faa;
        font-size: 11px;
        padding: 0 40px;
        margin: 20px 0;
    }

    .nav ul li.mega-menu ul.top-level li.col ul {
        width: 100%;
        position: initial;
        margin-left: 0;
        list-style: none;
        display: inline-block;
        padding: 0;
    }

    .nav ul li.mega-menu ul.top-level li.col ul li {
        float: left;
        width: 100%;
        border-top: 1px solid #dcdcdc;
        /*
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        */
    }

    .nav ul li.mega-menu ul.top-level li.col a.product_link {
        display: none;
    }

    .nav ul li.mega-menu ul.top-level li.col ul li.view_all_link {
        position: absolute; 
        left: 0;
        bottom: 0;
        height: 40px;
        width: 100%;
        color: #fff;
        text-align: center;
    }

    .nav ul li.mega-menu ul.top-level li.col ul li.view_catalogues_link {
        position: absolute; 
        left: 0;
        bottom: 40px;
        height: 40px;
        width: 100%;
        color: #fff;
        text-align: center;
    }

    .nav ul li.mega-menu ul.top-level li.col ul li:hover,
    .nav ul li.mega-menu ul.top-level li.col ul li.view_all_link {
        background: #004d73;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nav ul li.mega-menu ul.top-level li.col ul li.view_catalogues_link {
        background: #949faa;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nav ul li.mega-menu ul.top-level li.col ul li:hover a,
    .nav ul li.mega-menu ul.top-level li.col ul li.view_all_link a {
        color: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nav ul li.mega-menu ul.top-level li.col ul li.view_catalogues_link a {
        color: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nav ul li.mega-menu ul.top-level li.col ul li.view_catalogues_link:hover {
        background: #004d73;
    }

    .nav ul li.mega-menu ul.top-level li.col ul li.view_all_link:hover {
        background: #dbebfa;
    }

    .view_all_link a:hover{
        color: #004d73!important;      
    }

    .pagi {
        padding: 40px 20px;
        text-align: center;
        width: 100%;
        float: left;
    }
  
    /*------------------------------------*\
    BUTTONS
    \*------------------------------------*/

    .white-btn {
        width: 150px;
        display: block;
        border: 1px solid #ffffff;
        line-height: 40px;
        height: 40px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
    }

    .white-btn:hover {
        background-color: #fff;
        color: #004d73;
    }

    .blue-btn {
        width: 260px;
        display: block;
        line-height: 40px !important;
        height: 40px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
    }

    .blue-btn span {
        display: block;
        line-height: 40px !important;
        height: 40px;
        border: none !important;
    }

    .map-btn {
        width: 150px;
        display: block;
        line-height: 40px !important;
        height: 40px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
    }

    .blue-btn:hover,
    .map-btn {
		color: #004d73;
		background: #dbebfa;
    }

    .middle-btn {
        margin: 30px auto 0;
    }

    .right-btn {
        float: right;
        margin-top: 30px;
    }

    .left-btn {
        float: left;
        margin-top: 30px;
    }

    @media screen and (max-width:480px) {
        .left-btn {
            float: none;
            margin: 30px auto 0 auto;
        }
   }  

    .tp-caption a {
        color: #fff !important;
    }

    .tp-caption a:hover {
        color: #333333 !important;
    }

    /*------------------------------------*\
    HEADER
    \*------------------------------------*/

    .product-text {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .product-text h1 {
        margin-top: 0 !important;
        font-weight: 400 !important;
        color: #333333 !important;
        line-height: 40px !important;
        font-size: 33px !important;
    }

    .banner-text {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .banner-text h2 {
        margin-top: 0 !important;
        font-weight: 400 !important;
        color: #333333 !important;
        line-height: 40px !important;
        font-size: 33px !important;
    }

    /*------------------------------------*\
    PAGES
    \*------------------------------------*/

    /*---HOME---*/

    .blue-bar {
        width: 100%;
        text-align: center;
        background: #004d73;
        padding: 70px 0;
        color: #fff;
        font-size: 15px;
        line-height: 18px;
        position: relative;
    }

    .blue-bar h2 {
        color: #fff;
        margin: 0 0 25px 0;
        font-weight: normal;
        font-size: 25px;
        text-transform: uppercase;
        line-height: 28px;
    }

    .blue-bar .bx-wrapper {
        margin: 0 auto;
    }

    .blue-bar .bx-wrapper .bx-pager {
        display: none;
    }

    .blue-bar .down-arrow {
        position: absolute;
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 50%;
        margin-bottom: -25px;
        display: block;
        background: url(img/down-arrow.png) no-repeat center center;
        background-size: 100%;
        opacity: 1;
    }

    .blue-bar .down-arrow:hover {
        opacity: 0.7
    }

    .light-blue {
        /*background: #4a9cf7;*/
        background: #949faa;
    }

    .testimonials {
        font-size: 24px;
        line-height: 28px;
        font-weight: 300;
    }

    .testimonials li {
        padding-bottom: 30px;
    }

    .case-studies-module {
        position: relative;
    }

    .case-studies-module .case-studies-ul {
        margin: 0;
        padding: 70px 0;
    }

    .case-studies-module .case-studies-ul li {
        float: left;
        width: 100%;
        /*max-width: 320px;*/
        height: auto;
        list-style: none;
        padding: 0 5px;
        margin: 0 0 15px 0;
    }

    @media screen and (min-width:490px) {
        .case-studies-module .case-studies-ul li {
            max-width: 320px;
        }
    }

    /* CASE STUDIES CLEARS */
    /* LARGE */
    .case-clear-lg:before,
    .case-clear-lg:after {
        content: ' ';
        display: table;
    }

    .case-clear-lg:after {
        clear: both;
    }

    /* SMALL */
    .case-clear-md:before,
    .case-clear-md:after {
        content: ' ';
        display: table;
    }

    .case-clear-md:after {
        clear: both;
    }

    .case-clear-lg,
    .case-clear-md {
        display: none;
    }

    @media screen and (min-width:590px) {
        .case-clear-md {
            display: block;
        }
    }

    @media all and (min-width: 480px) {
        .case-studies-module .case-studies-ul li {
            width: calc((100%) / 2)!important;
        }

        .case-clear-md{
            display:block;
        }

        .case-clear-lg{
            display:none;
        }

    } 

    @media all and (min-width: 762px) {

    } 

    @media all and (min-width: 768px) {
        .case-studies-module .case-studies-ul li {
            width: calc((100%) / 3)!important;
        }

        .case-clear-md{
            display:none;
        }

        .case-clear-lg{
            display:block;
        }

    }    

    .case-studies-module .case-studies-ul li .image {
        width: 100%;
        height: auto;
        overflow: hidden;
        max-height: 250px;
        margin-bottom: 15px;
        position: relative;
    }

    .case-studies-module a {
        color: #4d4d4d;
        font-size: 18px;
    }

    .case-studies-module a:hover {
        color: #004d73;
    }

    .case-studies-module .overlay {
        background-color: rgba(0,77,115, 0.7);
        position: absolute;
        z-index: 4;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        overflow: hidden;
    }

    .case-studies-module .overlay:before {
        width: 100%;
        height: 100%;
        text-align: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 250px;
        margin-top: 50px;
        content: 'VIEW';
        color: #fff;
        padding-top: 40px;
        background: url(img/icons/expand-icon.png) no-repeat center top;
        background-size: 32px 32px;
        font-size: 14px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .case-studies-module .image:hover .overlay {
        opacity: 1;
    }

    .case-studies-module .image:hover .overlay:before {
        top: -15px;
    }

    .title {
        width: 100%;
        position: relative;
        left: 0;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
        font-weight: 300;
        color: #333333;
    }

    .title h1 {
        font-weight: 300;
        font-size: 24px;
        position: relative;
        max-width: 950px;
        margin: 0 auto;
        z-index: 1;
        padding: 0 0 0 15px;

    }

    @media screen and (max-width:400px) {
     .title h1 {
        font-size: 18px;
     }       
   }  

   .page-template-template-all-products .title-container,
   .tax-product-category .title-container,
   .page-template-jlc-products-page .title-container,
   .single-jlc .title-container,
   .single-products .title-container{
        display: table!important;
        height: 100px!important;
         margin: 0 auto!important;
        max-width: 960px!important;
        width: 100%!important;
   }

   .page-template-template-all-products .title-container-inner,
   .tax-product-category .title-container-inner,
   .page-template-jlc-products-page .title-container-inner,
   .single-jlc .title-container-inner,
   .single-products .title-container-inner{
        display: table-cell!important;
        vertical-align: middle!important;
   } 

   .title-container-heading h1{
    color: #fff!important;
   }

    .title-container-sub h1{
        color: #333!important;
    }

   .page-template-template-all-products .title h1,
    .tax-product-category .title h1,
    .page-template-jlc-products-page .title h1,
    .single-jlc .title h1,
    .single-products .title h1{
        line-height: 25px!important;
    }

   .page-template-template-all-products .title,
    .tax-product-category .title,
    .page-template-jlc-products-page .title,
    .single-jlc .title,
    .single-products .title{
        line-height: 25px!important;
    }

    .title .bg_colour {
        position: absolute;
        width: 40%;
        background: #e4e9ef;
        top: 0;
        height: 100px;
        min-width: 300px;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8
    }

    .title .bg_sub_colour {
        position: absolute;
        width: 40%;
        background: #e4e9ef;
        top: 0;
        height: 100px;
        min-width: 300px;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8
    }

    .colour_two .bg_colour {
        background: #004d73;
    }

    .colour_two h1 {
        color: #fff;
    }

    .colour_three .bg_colour {
        background: #949faa;
    }

    .colour_three h1 {
        color: #fff;
    }

    .colour_four .bg_colour {
        /*background: #004d73;*/
    }

    .colour_four_dark .bg_colour {
        background: #004d73!important;
    }

    .colour_four h1 {
        /*color: #ffffff;*/
    }

    .colour_five h1 {
        color: #fff;
    }

    .application_repeater {
        margin: 0;
        text-align: center;
    }

    .application_repeater li {
        list-style: none;
        display: inline-block;
        width: 24%;
    }

    .application_repeater .icon {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        background: #f2f2f2;
        border: 1px solid #d6dee5;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        overflow: hidden;
        position: relative;
    }

    .application_repeater .overlay {
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        background-color: rgba(0,77,115, 0.7);
        position: absolute;
        z-index: 4;
        width: 118px;
        height: 118px;
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        overflow: hidden;
    }

    .application_repeater .overlay:before {
        width: 120px;
        height: 120px;
        left: 0;
        position: absolute;
        right: 0;
        top: 150px;
        content: 'VIEW';
        color: #fff;
        padding-top: 40px;
        background: url(img/icons/expand-icon.png) no-repeat center top;
        background-size: 32px 32px;
        font-size: 14px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .application_repeater .icon:hover .overlay {
        opacity: 1;
    }

    .application_repeater .icon:hover .overlay:before {
        top: 35px;
    }

    .application_repeater .icon img {}

    .application_repeater .title {
        font-size: 20px;
    }

    .application_repeater .title a {
        color: #004d73;
    }

    .application_repeater .title a:hover {
        color: #004d73;
    }

    .latest-products {}

    .latest-products .bx-wrapper {
        margin: 0 auto;
    }

    .latest-products .bx-wrapper .bx-pager {
        display: none;
    }

    .latest-products-slider {
        margin: 0;
    }

    .latest-products-slider li {
        list-style: none;
        padding: 70px 0;
    }

    .latest-products-slider .image {
        width: 50%;
        float: left;
    }

    .latest-products-slider .right {
        width: 50%;
        float: left;
        font-size: 16px;
        color: #4d4d4d;
        padding-left: 20px;
    }

    .latest-products-slider .right h3 {
        font-size: 32px;
        font-weight: normal;
        margin-bottom: 20px;
        margin-top: 20px;
        color: #333333;
    }

    .client-logos {
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .client-logos ul {
        margin: 0;
        padding: 40px 15px 40px 15px;
        text-align: center;
    }

    @media screen and (max-width:580px) {
     .client-logos ul{  
        padding: 15px;
     }     
    }

    .client-logos ul li {
        /*width: 23%;*/
        width: auto;
        display: inline-block;
        padding: 20px 0;
        vertical-align: middle;
        margin: 0 25px 0 25px;
        float: none;
    }

    @media screen and (max-width:580px) {
     .client-logos ul li {  
        margin: 0 auto;
        width: 100%;
        padding: 15px 0;
     }     
    }     

    .client-logos ul li img {
        margin: 0 auto;
        filter: grayscale(100%);
        opacity: .3;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .client-logos ul li img:hover {
        filter: grayscale(0);
        opacity: 1;
    }    
    /*---BRANDS---*/

    @media screen and (min-width:768px) {
        .brands img {
            margin: 0 auto;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            left: 50%;
        }
    }

    .brands .brandwrap {
        height: 66px;
        position: relative;
    }

    .brands .blue-bar {
        padding: 0;
        height: 169px;
    }

    .brands .blue-bar a {
        color: #FFF;
    }

    .brands .application_repeater .ourbrands {
        font-size: 19px;
        line-height: 168px;
        padding: 0;
        background: #004d73;
    }

    .brands ul.application_repeater {
        height: 250px;
        padding: 0;
        margin: 0;
    }

    .brands .application_repeater li {
        border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
        vertical-align: top;
        height: 168px;
        width: calc((100% - 161px) / 3);
        background: #004d73;
    }

    .brands li.ourbrands {
        width: 160px;
    }

    .brands .blue-bar li a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 30px 20px 20px 20px;
    }

    .brands .blue-bar li:hover {
        background-color: #949faa;
        transition: background-color 0.7s ease;
    }

    .brands .application_repeater li:last-child {
        border-right: none;
    }

    .brands .application_repeater li p {
        margin-top: 0.5em;
    }

    li.ourbrands {
        width: 160px;
    }

    .brands .application_repeater li:first-child:hover {
        background-color: #004d73 !important;
    }

    @media screen and (max-width:767px) {
        .brands .application_repeater .ourbrands {
            font-size: 15px;
            line-height: 3;
            padding: 0;
        }
        .brands ul.application_repeater {
            height: auto;
            padding: 0;
            margin: 0;
        }
        .brands .application_repeater li {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
            height: auto;
            width: 100%;
        }
        .brands .application_repeater li p {
            margin-bottom: 0;
            font-size: 0.7em;
        }
        .brands li.ourbrands {
            width: 100%;
        }
        .brands .blue-bar li a {
            padding: 12px;
        }
        .brands .blue-bar {
            padding: 0;
            height: auto;
        }
        .brands .brandwrap {
            height: auto;
        }
        .brands img {
            margin: 0 auto;
        }
    }
    /*---APPLICATION---*/

    .applications .application_repeater {
        padding: 0 15px;
        text-align: left;
    }

    .applications ul.application_repeater {
        margin-top: 60px;
    }

    .applications .application_repeater li {
        width: 50%;
        vertical-align: top;
        margin: 0 0 25px 0;
        display: inline-block !important;
        text-align: center;
    }

    .applications .application_repeater li p {
        line-height: 20px !important;
    }

    @media screen and (min-width:591px) {
        .applications .application_repeater li {
            width: calc(100% / 4);
        }
    }

    @media screen and (min-width:870px) {
        .applications .application_repeater li {
            width: calc(100% / 6);
        }
    }
    /*---ABOUT---*/

    .client-list ul {
        padding: 70px 0;
        margin: 0;
        text-align: center;
    }

    .client-list ul li {
        margin: 0 4% 25px;
        padding: 0;
        list-style: none;
        display: inline-block;
        width: 120px;
        height: 120px;
        background: #f2f2f2;
        border: 1px solid #d6dee5;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        overflow: hidden;
    }

    .client-list ul li:nth-child(1) {
        margin-left: 0;
    }

    .client-list ul li:nth-child(5) {
        margin-right: 0;
    }
    /*---ABOUT HEADER---*/

    .about-header {
        position: relative;
        top: 0;
        left: 0;
    }
    /*---BOX AROUND BUTTON*/

    .buttonbox {
        position: relative;
        min-height: 100vh;
        height: 100vh;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .youtube-box{
        position: relative;
        min-height: calc(100vh - 67px);
        height: calc(100vh - 67px);
        width: 100%;        
    }

    .youtube-box .youtube-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px; 
      overflow: hidden;
    }
     
    .youtube-box .youtube-container iframe,
    .youtube-box .youtube-container object,
    .youtube-box .youtube-container embed {
      position: absolute;
      top: 0!important;
      left: 0!important;
      width: 100%!important;
      height: 100%!important; 
    }

    .buttonbox .innerbox {
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
        top: 40%;
        left: 32%;
        transform: translate(-30%, -22%);
        padding: 35px 35px 35px 20px;
        border: solid grey 0.01em;
    }

    .buttonbox .innerbox h2 {
        font-family: arial;
        font-size: 32px;
        font-weight: normal;
        color: #333333;
        margin: 0 0 25px 0;
        ;
        padding: 0;
    }

    .fancybox-wrap .fancybox-desktop .fancybox-type-iframe .fancybox-opened {
        background-color: #58A0D6;
    }

    .videobutton {
        border: none;
        color: white!important;
        text-align: left !important;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        padding: 10px 40px;
        text-transform: uppercase;
        background: rgba(72, 156, 245, 1);
        background: -moz-linear-gradient(top, rgba(72, 156, 245, 1) 0%, rgba(28, 123, 195, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72, 156, 245, 1)), color-stop(100%, rgba(28, 123, 195, 1)));
        background: -webkit-linear-gradient(top, rgba(72, 156, 245, 1) 0%, rgba(28, 123, 195, 1) 100%);
        background: -o-linear-gradient(top, rgba(72, 156, 245, 1) 0%, rgba(28, 123, 195, 1) 100%);
        background: -ms-linear-gradient(top, rgba(72, 156, 245, 1) 0%, rgba(28, 123, 195, 1) 100%);
        background: linear-gradient(to bottom, rgba(72, 156, 245, 1) 0%, rgba(28, 123, 195, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#489cf5', endColorstr='#1c7bc3', GradientType=0);
    }

    @media screen and (max-width:320px) {
        .videobutton {
            font-size: 10px;
        }
    }

    .videobutton:hover {
        background-color: #4699F2;
        color: white;
    }
    /*---FANCYBOX YOUTUBE---*/

    .innerbox .videobutton .fancybox-media {
        color: white !important;
    }

    /*---FANCYBOX PROFILE---*/

    .fancybox-overlay .fancybox-overlay-fixed .fancybox-skin .fancybox-inner {}
    /*---CATALOGUE---*/

    .headerbanner {
        width: 100%;
    }
    /*---LEADERSHIP TEAM---*/
    .leadership_team {
        text-align: center;
        padding: 20px 0;
    }

    .leadership_team h2 {
        margin-bottom: 0;
    }

    .leadership_team p {
        margin-top: 0;
    }

    .leadership_team .profile .poverlay {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(0,77,115, 0.7);      
        position: absolute;
        z-index: 4;
        width: 150px;
        height: 150px;
        left: calc((100% - 150px) / 2);
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        overflow: hidden;
    }

    .leadership_team .profile .poverlay:before {
        width: 150px;
        height: 150px;
        left: 0;
        position: absolute;
        right: 0;
        top: 150px;
        content: 'VIEW';
        color: #fff;
        padding-top: 40px;
        background: url(img/icons/expand-icon.png) no-repeat center top;
        background-size: 32px 32px;
        font-size: 14px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    @media screen and (min-width:590px) {
        .leadership_team .teamcontainer:hover .profile .poverlay {
            opacity: 1;
        }

        .leadership_team .teamcontainer:hover .profile .poverlay:before {
            top: 45px;
        }
    }

    .leadership_team .teamcontainer {
        width: 100%;
        float: left;
        position: relative;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .leadership_team .title p {
        font-size: 12px !important;
        margin-top: 20px;
    }

    .leadership_team .person {
        font-size: 12px !important;
    }

    .leadership_team .profile img {
        border-radius: 50% !important;
    }
    .clear-lg,
    .clear-md {
        display: none;
    }

    @media screen and (min-width:590px) {
        .leadership_team .teamcontainer {
            width: calc(100% / 3);
        }

        .clear-md {
            display: block;
        }
        .clear-md:before,
        .clear-md:after {
            content: ' ';
            display: table;
        }

        .clear-md:after {
            clear: both;
        }
    }

    @media screen and (min-width:870px) {
        .leadership_team .teamcontainer {
            width: calc(100% / 4);
        }
        .clear-md {
            display: none;
        }
        .clear-lg {
            display: block;
        }
        .clear-lg:before,
        .clear-lg:after {
            content: ' ';
            display: table;
        }

        .clear-lg:after {
            clear: both;
        }
    }
    /*---LEADERSHIP SINGLE PROFILE---*/
    /*---PRODUCTS---*/
    .product-loop .type-page{
        display:none!important;
        opacity: 0!important;
    }

    .product-loop {
        /*padding: 70px 0;*/
        padding: 35px 0;
    }

    .product-loop .image {
        float: left;
        width: 220px;
        height: 200px;
        overflow: hidden;
    }

    .product-loop .content {
        /*float: left;*/
        width: auto;
        max-width: 260px;
        padding: 0 15px;
        text-align:center;
    }

    .product-loop article {
        width: 50%;
        display: inline-block;
        font-size: 15px;
        color: #4d4d4d;
        /*margin-bottom: 70px;*/
        margin-bottom: 35px;
        vertical-align: top;
    }

    .product-loop h2 {
        color: #333333;
        margin-top: 0;
    }

    .product-loop .content p{
        font-size: 13px!important;
        margin:0;
        padding: 0;
    }

    .all-products article {
        width: 19%;
    }

    .all-products .image {
        width: 100%;
        height: auto;
        min-height: 170px;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
    }

    .tax-product-category .all-products .image{
       padding: 10px; 
    }

    .all-products h2 {
        font-weight: normal;
        text-align: center;
        margin-bottom: 5px;
        line-height: 21px;
    }

    .all-products h2 a {
        color: #004d73;
        font-size: 18px;
    }

    .all-products h2 a:hover {
        color: #333333
    }

    .all-products #post-770 {
        margin-bottom: 0;
    }

    #strip-lights article {
        min-height: 260px;
    }

    .DOP_NextGENThumbnailScroller_LightboxWindow {
        background: rgba(18, 121, 198, 0.95) !important;
    }

    .DOP_NextGENThumbnailScroller_LightboxBg {
        background: #ffffff !important;
    }

    .DOP_NextGENThumbnailScroller_ThumbContainer .label {
        display: none !important;
    }

    .DOP_NextGENThumbnailScroller_LightboxNavigation_CloseBtn {
        width: 41px !important;
        height: 41px !important;
        top: -40px;
    }

    .DOP_NextGENThumbnailScroller_LightboxNavigation_CloseBtn img,
    .DOP_NextGENThumbnailScroller_LightboxNavigation_NextBtn img,
    .DOP_NextGENThumbnailScroller_LightboxNavigation_PrevBtn img {
        width: 100%;
        height: auto;
    }

    .DOP_NextGENThumbnailScroller_LightboxNavigation_NextBtn {
        width: 32px;
        height: 32px;
    }

    .DOP_NextGENThumbnailScroller_LightboxNavigation_PrevBtn {
        width: 32px;
        height: 32px;
    }

    /*---CASE STUDIES---*/

    .case-studies-loop {
        padding: 70px 0 40px 0;
        margin: 0!important;
    }

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

    }      

    .case-studies-loop .pindex {
        width: 100%!important;
        /*max-width: 450px;*/
        float: left;
        position: relative;
        padding: 0 15px 0 15px;
        margin: 0 0 30px 0!important;
    }

    @media only screen and (min-width : 530px) {
        .case-studies-loop .pindex {
            width: 50%!important;
            margin: 0 0 30px 0!important;
        }
    }    

    /* MEDIA CLEAR */
    .cclear-md-case:before,
    .clear-md-case:after {
        content: ' ';
        display: table;
    }

    .clear-md-case:after {
        clear: both;
    }

    .clear-md-case{
        /*display:none;*/
    }

    .case-studies-loop .pimage {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .case-studies-loop .pimage img {
        width: 100%;
        height: auto;
    }

    .case-studies-loop .ptitle {
        width: 100%;
        padding: 20px;
        background: #949faa;
    }

    .case-studies-loop .ptitle h2 a {
        color: #fff;
        margin: 0;
    }

    .case-studies-loop .ptitle h2 {
        margin: 0;
        font-size: 20px;
    }

    .case-studies-loop .overlay {
        background-color: rgba(0,77,115, 0.7);
        position: absolute;
        z-index: 4;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        overflow: hidden;
    }

    .case-studies-loop .overlay .blurb {
        position: absolute;
        top: 50%;
        width: 100%;
        max-width: 320px;
        color: #fff;
        z-index: 20;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .case-studies-loop .overlay:before {
        width: 100%;
        height: 100%;
        text-align: center;
        left: 0;
        position: absolute;
        right: 0;
        content: '';
        top: 250px;
        color: #fff;
        padding-top: 40px;
        background: url(img/icons/expand-icon.png) no-repeat center top;
        background-size: 32px 32px;
        font-size: 14px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .case-studies-loop .pimage:hover .overlay {
        opacity: 1;
    }

    .case-studies-loop .pimage:hover .overlay:before {
        top: 30%;
    }

    .case-studies-single {
        padding: 70px 0;
        color: #4d4d4d;
    }

    .case-studies-single .left {
        width: 50%;
        float: left;
        font-size: 15px;
        text-align: center;
        font-weight: 300;
        padding-right: 30px;
        line-height: 26px;
    }

    .case-studies-single .left img{
        margin: 0 auto;
    }

    .case-studies-single .right {
        width: 50%;
        float: right;
        font-size: 14px;
        line-height: 28px;
        padding-left: 30px;
    }

    .case-studies-single h1 {
        color: #004d73;
        font-size: 24px;
        font-weight: normal;
    }

    .case-studies-single h2 {
        color: #004d73;
        font-size: 18px;
        font-weight: normal;
    }

    .case-studies-single h3 {
        color: #004d73;
        font-size: 16px;
        font-weight: normal;
    }

    .case-studies-single hr {
        border: none;
        size: 2px;
        background-color: #e8f2f7;
        color: #e8f2f7;
        margin: 20px auto;
        height: 2px;
    }

    .case-studies-single .applications-list {
        color: #004d73;
        font-size: 18px;
    }

    .case-studies-single .applications-list a {
        display: inline-block;
        margin: 0 8px 8px 0;
        width: auto;
        padding: 0 20px;
        color: #949faa;
        background-color: #edf1f2;
        height: 38px;
        line-height: 38px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .single-case-studies .case-studies-single .left{
        text-align: left;
    }

    .products-used {
        padding: 70px 0;
    }

    .products-used .image {
        float: left;
        width: 220px;
        height: 200px;
        overflow: hidden;
    }

    @media screen and (max-width:480px) {
        .products-used .image {
            float: none;
            text-align: center;
        }
   } 

    .products-used .content {
        float: left;
        width: auto;
        max-width: 260px;
        padding: 0 15px;
    }

    @media screen and (max-width:480px) {
        .products-used .content {
            float: none;
            text-align: center;
        }
   } 

    .products-used ul {
        margin: 0;
        padding: 0;
    }

    .products-used ul li {
        width: 50%;
        float: left;
        font-size: 15px;
        color: #4d4d4d;
        list-style: none;
        padding: 0;
        margin: 0 0 70px 0;
        vertical-align: top;
    }

    .products-used h2 {
        color: #333333;
        margin-top: 0;
    }
    /*---CONTACT---*/

    .contact-bar {
        font-size: 20px;
        line-height: 32px;
        padding: 40px 0;
    }

    .contact-page {
        padding: 70px 0;
    }

    .contact-page ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .contact-page ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 33%;
        float: left;
        display: inline-block;
        text-align: left;
        position: relative;
        vertical-align: top;
        min-height: 600px;
        padding-right: 30px;
    }

    .contact-page ul li .image {
        width: 280px;
        height: 240px;
        display: block;
        border: 1px solid #f2f2f2;
        background: #e6e6e6;
    }

    .contact-page ul li .info h3,
    .contact-page h3 {
        color: #004d73;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact-page ul li .info {
        color: #4d4d4d;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
        min-height: 220px;
    }

    .contact-page ul li .address {
        color: #4d4d4d;
    }

    .contact-page ul li .map {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .contact-page ul li .map a {
        color: #fff;
    }

    .contact-page ul li .map a:hover {
        color: #4d4d4d;
    }

    .contact-page .left {
        float: left;
        width: 33%;
        margin-top: 50px;
        color: #4d4d4d;
        font-size: 18px;
    }

    .contact-page .right {
        float: left;
        width: 67%;
        margin-top: 50px;
        color: #4d4d4d;
        font-size: 18px;
        margin-bottom: 70px;
    }

    .contact-page .right ul {
        margin: 0;
        padding: 0;
    }

    .contact-page .right ul li {
        display: block;
        min-height: inherit;
        width: 100%;
        padding-left: 25px;
        line-height: 30px;
        position: relative;
    }

    .contact-page .right ul li:before {
        content: '•';
        position: absolute;
        left: 0;
    }

    .contact-page a {
        color: #004d73;
    }

    .contact-page a:hover {
        color: #4d4d4d;
    }
    /*---TECHNOLOGY---*/

    .technology-page {
        padding: 70px 0;
    }

    .technology-page .su-spoiler-title {
        color: #004d73 !important;
        font-size: 18px;
        background: #edf1f2 !important;
    }

    .technology-page .su-spoiler:nth-child(2n) .su-spoiler-title {
        background: #ffffff !important;
    }

    .su-spoiler-style-default>.su-spoiler-title {
        padding: 15px 27px 15px 15px !important;
    }

    .su-spoiler.su-spoiler-closed>.su-spoiler-content {
        padding: 0 !important;
    }

    .su-spoiler-icon {
        left: inherit !important;
        right: 18px !important;
        top: 12px !important;
    }

    .su-spoiler {
        margin-bottom: 0 !important;
    }

    .su-spoiler-style-default>.su-spoiler-content {
        padding: 20px !important;
        color: #4d4d4d;
        font-size: 14px;
        line-height: 18px;
    }

    .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
        content: '' !important;
        width: 27px;
        height: 27px;
        display: block;
        background: url(img/expand-icon.png) no-repeat center center;
        background-size: contain;
    }

    .su-spoiler-icon-plus .su-spoiler-icon:before {
        content: '' !important;
        width: 27px;
        height: 27px;
        display: block;
        background: url(img/contract-icon.png) no-repeat center center;
        background-size: contain;
    }
    /*---APPLICATION---*/

    .select-bar {
        text-align: left;
        font-size: 20px;
        font-weight: 300;
        background: #004d73;
    }

    .pre-text {
        width: auto;
        display: inline-block;
        margin-right: 25px;
    }

    .wrapper-dropdown-5 {
        /* Size & position */
        position: absolute;
        margin: -35px auto 0;
        left: 0;
        right: 0;
        width: 400px;
        display: block;
        z-index: 100;
        height: 50px;
        padding: 12px 15px;
        /* Styles */
        color: #004d73;
        /*background: #dbebfa;*/
        background: #fff;
        cursor: pointer;
        outline: none;
        transition: all 0.3s ease-out;
    }

    .wrapper-dropdown-5:after {
        /* Little arrow */
        content: "";
        height: 50px;
        width: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(img/arrow-down.png) no-repeat center center #fff;
        transition: all 0.3s ease-out;
        opacity: 1;
    }

    .wrapper-dropdown-5 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        right: 0;
        /* Styles */
        background: #fff;
        border: none;
        list-style: none;
        transition: all 0.3s ease-out;
        /* Hiding */
        max-height: 0;
        overflow: hidden;
    }

    .wrapper-dropdown-5 .dropdown li {
        line-height: 50px;
    }

    .wrapper-dropdown-5 .dropdown li a {
        display: inline-block;
        text-decoration: none;
        padding: 0 15px;
        color: #004d73;
        /*height: 50px;*/
        height: auto;
        width: 100%;
        transition: all 0.3s ease-out;
    }

    .wrapper-dropdown-5 .dropdown li a:hover {
        background: #004d73;
        color: #fff!important;
    }

    .wrapper-dropdown-5 .dropdown li:last-of-type a {
        border: none;
    }

    .wrapper-dropdown-5 .dropdown li i {
        margin-right: 5px;
        color: inherit;
        vertical-align: middle;
    }
    /* Hover state */

    .wrapper-dropdown-5 .dropdown li:hover a {
        color: #57a9d9;
    }

    .wrapper-dropdown-5.active {
        box-shadow: none;
        border-bottom: none;
        color: #004d73;
    }

    .wrapper-dropdown-5.active:after {
        opacity: 0.6;
    }

    .wrapper-dropdown-5.active .dropdown {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        max-height: 400px;
    }
    /*---404 PAGE---*/

    .error404 .client-logos {
        display: none !important;
    }

    .error404 {
        background: #004d73;
        color: #ffffff;
    }

    .page-not-found {
        padding: 70px 0;
        text-align: center;
    }

    .page-not-found h1 {
        margin-top: 0;
        font-size: 60px;
        font-weight: 700;
    }

    .page-not-found a {
        color: #fff;
        text-decoration: underline;
    }

    .page-not-found h2 {
        font-size: 42px;
        font-weight: 300;
    }

    .page-not-found h3 {
        font-size: 24px;
        font-weight: 300;
    }
    
    /*------------------------------------*\
    SEARCH
    \*------------------------------------*/

    #ajaxsearchprores1_1,
    #ajaxsearchprores1_2,
    div.ajaxsearchpro[id*="ajaxsearchprores1_"] {
        z-index: 99999 !important;
    }

    #ajaxsearchprores1_1 .results .item .content h3 a,
    #ajaxsearchprores1_2 .results .item .content h3 a,
    div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .content h3 a {
        font: 700 18px 'Montserrat', Helvetica, Arial, sans-serif;
        color: #004d73 !important;
    }

    #ajaxsearchprores1_1 .results .item .content h3 a:hover,
    #ajaxsearchprores1_2 .results .item .content h3 a:hover,
    div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item .content h3 a:hover {
        font: 700 18px 'Montserrat', Helvetica, Arial, sans-serif;
        color: #004d73 !important;
    }

    #ajaxsearchprores1_1 .results .item div.content,
    #ajaxsearchprores1_2 .results .item div.content,
    div.ajaxsearchpro[id*="ajaxsearchprores1_"] .results .item div.content {
        font: 400 14px 'Montserrat', Helvetica, Arial, sans-serif;
        color: #333333 !important;
    }

    div.ajaxsearchpro[id*='ajaxsearchprores'] .results .item {
        margin-bottom: 15px !important;
    }

    /*------------------------------------*\
    GRADIENTS
    \*------------------------------------*/

    .gradient {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+54,e6e6e6+100 */
        background: #ffffff;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #ffffff 78%, #e6e6e6 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, #ffffff), color-stop(100%, #e6e6e6));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 78%, #e6e6e6 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 78%, #e6e6e6 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 78%, #e6e6e6 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 78%, #e6e6e6 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        /* IE6-8 */
    }

    .gradient-blue {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004d73+0,1279c6+100 */
        background: #004d73;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOWNmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjc5YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #004d73 0%, #004d73 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004d73), color-stop(100%, #004d73));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #004d73 0%, #004d73 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #004d73 0%, #004d73 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #004d73 0%, #004d73 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #004d73 0%, #004d73 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#004d73', endColorstr='#004d73', GradientType=0);
        /* IE6-8 */
    }

    .gradient-grey {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ced2d8+0,aeb3ba+100 */
        background: #ced2d8;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZDJkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWIzYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ced2d8 0%, #aeb3ba 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ced2d8), color-stop(100%, #aeb3ba));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ced2d8 0%, #aeb3ba 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ced2d8 0%, #aeb3ba 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ced2d8 0%, #aeb3ba 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #ced2d8 0%, #aeb3ba 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ced2d8', endColorstr='#aeb3ba', GradientType=0);
        /* IE6-8 */
    }
    
    /*------------------------------------*\
	TYPOGRAPHY
    \*------------------------------------*/

    @font-face {
        font-family: 'Font-Name';
        src: url('fonts/font-name.eot');
        src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
    /*------------------------------------*\
    MISC
    \*------------------------------------*/

    ::selection {
        background: #04A4CC;
        color: #FFF;
        text-shadow: none;
    }

    ::-webkit-selection {
        background: #04A4CC;
        color: #FFF;
        text-shadow: none;
    }

    ::-moz-selection {
        background: #04A4CC;
        color: #FFF;
        text-shadow: none;
    }
    
    /*------------------------------------*\
    WORDPRESS CORE
    \*------------------------------------*/

    .alignnone {
        margin: 5px 20px 20px 0;
    }

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    a img.alignnone {
        margin: 5px 20px 20px 0;
    }

    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption {
        background: #FFF;
        border: 1px solid #F0F0F0;
        max-width: 96%;
        padding: 5px 3px 10px;
        text-align: center;
    }

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

    .sticky {}

    .bypostauthor {}

    /*------------------------------------*\
    PRINT
    \*------------------------------------*/

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            box-shadow: none !important;
            text-shadow: none !important;
        }
        a,
        a:visited {
            text-decoration: underline;
        }
        a[href]:after {
            content: " (" attr(href) ")";
        }
        abbr[title]:after {
            content: " (" attr(title) ")";
        }
        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }
        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }
        thead {
            display: table-header-group;
        }
        tr,
        img {
            page-break-inside: avoid;
        }
        img {
            max-width: 100% !important;
        }
        @page {
            margin: 0.5cm;
        }
        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }
        h2,
        h3 {
            page-break-after: avoid;
        }
    }

    /*------------------------------------*\
    LINEA LIGHTS
    \*------------------------------------*/

    .page-template-template-catalogue .client-logos {
        background: #fff;
    }

    .linea-light .container p {
        font-size: 16px;
        color: #4d4d4d;
    }

    .linea-light .container .button {
        width: 225px;
        border: none !important;
        border-radius: 2px !important;
        text-transform: initial !important;
        padding-right: 0;
    }

    .linea-light .container .button:hover {
        opacity: 1 !important;
    }

    .linea-light .container .button span {
        background: none !important;
        border: none !important;
        line-height: 40px !important;
        height: 40px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .linea-light .container .button:hover span {
		color: #004d73!important;
		background: #dbebfa!important;
    }

    .banner_header {
        height: 227px;
        margin: 0 0 44px 0;
    }

    @media all and (max-width: 960px) {
        .banner_header {
            margin: 0;
        }
        .catalogues {
            margin: 35px 0 0 0 !important;
        }
    }

    .banner_header .container {
        height: 227px;
    }

    .banner_header .container .headerlogo {
        margin: 65px 0 0 0;
    }

    .catalogues {
        margin: 70px 0 0 0;
    }

    .catalogue_item {
        float: left;
        width: calc(100% / 2 - 15px);
        padding: 29px 26px;
        margin: 0 30px 30px 0;
        background: #fff;
        position: relative;
    }

    .catalogue_item .overlay {
        background-color: rgba(0,77,115, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        overflow: hidden;
    }

    .catalogue_item .overlay:before {
        width: 100%;
        height: 100%;
        text-align: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 250px;
        margin-top: 125px;
        content: 'DOWNLOAD';
        color: #fff;
        padding-top: 40px;
        background: url(img/icons/expand-icon.png) no-repeat center top;
        background-size: 32px 32px;
        font-size: 14px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .catalogue_item:hover .overlay {
        opacity: 1;
    }

    .catalogue_item:hover .overlay:before {
        top: -15px;
    }

    @media all and (max-width: 700px) {
        .catalogue_item {
            width: 100%;
        }
        .catalogue_item img {
            width: 135px !important;
            height: auto !important;
        }
        .catalogue_item .content {
            width: calc(100% - 150px) !important;
        }
        .catalogue_item .content h3 {
            margin: 6px 0 15px 0 !important;
        }
    }

    @media all and (max-width: 480px) {
        .catalogue_item {
            width: 100%;
        }
        .catalogue_item img {
            width: 100px !important;
            height: auto !important;
        }
        .catalogue_item .content {
            width: calc(100% - 115px) !important;
        }
        .catalogue_item .content h3 {
            margin: 6px 0 15px 0 !important;
        }
    }

    .catalogue_item:nth-child(2n+1) {
        margin: 0 0 30px 0;
    }

    .catalogue_item a.catalogue_link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .catalogue_item img {
        float: left;
        width: 135px;
        height: auto;
        border: 1px solid #999;
    }

    .catalogue_item .content {
        float: left;
        width: calc(100% - 150px);
        margin: 0 0 0 15px;
    }

    .catalogue_item .content h3 {
        margin: 6px 0 30px 0;
        font-size: 20px;
        color: #4d4d4d;
    }

    .catalogue_item .content p {
        font-size: 16px;
        color: #4d4d4d;
    }

    /*  Team Member Modals     */

    .team-modal-container {
        text-align: center;
        background: #fff;
    }                     


    .team-modal-container img {
        margin: 30px;
        padding: 17px;
        border-radius: 50% !important;
    }

    .team-modal-container h2 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .team-modal-container p.jobtitle {
        margin: 0 20px 20px 20px;
    }

    .team-modal-container p.teamcontent {
        margin: 20px 40px 40px 40px;
        font-size: 16px;
    }

    .team-email{
        background: url(img/mail.png) no-repeat center center;
        width: 50px;
        height: 50px;
    }

    .team-linkedin {
        background: url(img/linkedin.png) no-repeat center 15px;
        width: 50px;
        height: 50px;
    }

    .team-modal-container ul {
        list-style: none;
        text-align: center;
        border-top: 1px solid #e2e2e2;
        background: #fff;
        margin: 0;
        padding: 0;
    }
    .team-modal-container li{
        display: inline-block;
    }

    .team-modal-container li a {
        display: block;
        width: 50px;
        height: 50px;
    }

    /* Team loader */

    #ajax-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image:url(img/fancybox_overlay.png);
        z-index: 99999;
    }

    #ajax-loader {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -22px;
        margin-left: -22px;
        background-position: 0 -108px;
        opacity: 0.8;
        cursor: pointer;
        z-index: 99999;
        background-image:url(img/fancybox_sprite.png);
    }

    #ajax-loader div {
        width: 44px;
        height: 44px;
        background: url(img/fancybox_loading.gif) center center no-repeat;
    }

    /*Retina graphics!*/
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5){

        #ajax-loader {
            background-image: url(img/fancybox_sprite@2x.png);
            background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
        }

        #ajax-loader div {
            background-image: url(img/fancybox_loading@2x.gif);
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
    }

/*
    .blue-btn{
        width: 165px;
        padding-right: 45px;
        position: relative;
    }
*/

    .button-img{
        background: url(img/play.png) no-repeat center center;
        width: 16px;
        height: 16px;  
        position: absolute;
        right: 25px;
        top:12px;
    }

    .buttonbox .innerbox .blue-btn {
        width: 165px;
        padding-right: 45px;
        position: relative;
    }

    .buttonbox .innerbox .button-img{
        background: url(img/play.png) no-repeat center center;
        width: 16px;
        height: 16px;  
        position: absolute;
        right: 25px;
        top:12px;
    }

    /*---FANCYBOx Z-INDEX*/
    .fancybox-opened{
        z-index: 999999!important;  
    }   

    .DOPNextGENThumbnailScroller{
        margin-bottom: 35px;
    }    

    .DOP_NextGENThumbnailScroller_Background{
        border:none!important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;    
    }

    .DOP_NextGENThumbnailScroller_Container{
        border: 1px solid rgb(224, 224, 224);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;  
    }


.page-template-template-all-products #cp-electronic,
.page-template-template-all-products #tridonic,
.page-template-template-all-products #helvar,
.page-template-template-all-products #dl,
.page-template-template-all-products #freez,
.page-template-template-all-products #alstom,
.page-template-template-all-products #hbf,
.page-template-template-all-products #gll,
.page-template-template-all-products #outdoor,
.page-template-template-all-products #ri,
.page-template-template-all-products #striplight,
.page-template-template-all-products #dl-suspended-and-surface-luminaires,
.page-template-template-all-products #tl,
.page-template-template-all-products #tl-linear,
.page-template-template-all-products #led-flex{
    display: none!important;
}

.page-template-template-all-products #main section{
    display:none;
}

.page-template-template-all-products #downlight-luminaires,
.page-template-template-all-products #recessed-luminaires,
.page-template-template-all-products #striplight-luminaires,
.page-template-template-all-products #track-lights,
.page-template-template-all-products #control-and-sensor-systems,
.page-template-template-all-products #freezer-rail-and-automotive-luminaires,
.page-template-template-all-products #highbay-and-lowbay-luminaires,
.page-template-template-all-products #suspended-and-surface-luminaires,
.page-template-template-all-products #outdoor-and-extra-protection-luminaires{
    display:block!important;
}

#rev_slider_5_1 {
	position: relative !important;
	z-index: 1000 !important;
}

.tp-bgimg {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1 !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.clear {
	clear: both;
}

.gap5 {
	height: 5px;
}

.gap6 {
	height: 6px;
}

.gap7 {
	height: 7px;
}

.gap8 {
	height: 8px;
}

.gap9 {
	height: 9px;
}

.gap10 {
	height: 10px;
}

.gap15 {
	height: 15px;
}

.gap20 {
	height: 20px;
}

.gap25 {
	height: 25px;
}

.gap30 {
	height: 30px;
}

.gap40 {
	height: 40px;
}

.gap50 {
	height: 50px;
}

.gap60 {
	height: 60px;
}

.gap70 {
	height: 70px;
}

.gap80 {
	height: 80px;
}

.gap90 {
	height: 90px;
}

.gap100 {
	height: 100px;
}