/*!
Theme Name: Photonic
Theme URI: http://torasoftware.com/
Author: Tora Software
Author URI: http://torasoftware.com/
Description: Version 1 of Photonic Lighting Solutions
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: photonic


*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: neosans;  
    src: url("/source/114445a858b1d2f03508b3cff7d8215a.otf");  
    font-weight: normal;  
}
html {
  font-family: Helvetica, 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}
a img {
    border:none;
    outline:none;
}

/* Main theme */
.header {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top:0;
    height: 85px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0px 17px 35px -33px #000000;
    width: 100%;
    background: rgba(255,255,255,0.85);

}

.header-content {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}

.logo {
    width: 25%;
    display: inline-block;
    margin: 0 0 0;
    float: left;
}

.logo img {
    vertical-align: initial;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.nav {
    display: inline-block;
    margin-left: 60px;
    margin-top:5px;
}
.top-container {
    overflow: hidden;
    height: 53em;
    position: relative;
}

.texture {
    display: block;
    overflow: hidden;
        height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
}
.texture-drk {
    display: block;
    overflow: hidden;
        height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
}
.texture-color {
display: block;
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(161deg, rgb(156, 20, 12) 6%, rgb(2, 80, 139) 65%);
}
.head-content {
    position: relative;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 10em auto 0;
    display: block;
    width: 50%;
    text-align:center;
    padding:0 20px;
}

.head-content h1 {
    font-size: 3.4em;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2px!important;
}

.head-content hr {
    transition-delay: .4s;
    display: block;
    width: 100%;
    height: 3px;
    left: 2px;
    background-color: #bdd630;
    content: "";
    margin-top:15px;
}

.head-content p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    display: block;
    color: #ededed;
    line-height: 30px;
    text-shadow: 0px 0px 7px #000;
}

a.red-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #00adef;
    padding: 11px 4px 5px 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
}
.top-container video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:-5;
}
.section-tiles {
  width:100%;
  display: block;
  height:500px;
  position: relative;
}
i.fas.fa-angle-right {
display: inline-block;
    z-index: 999;
    margin-left: 20px;
    color: #fff;
    background: #00aeef;
    padding: 9px 15px;
    border-left: 3px solid #0486b7;
    vertical-align: middle;
}
.tile {
    display: inline-block;
    float: left;
    width: 24.9899%;
    height: 470px;
    margin: 0;
    position: relative;
    top: -70px;
    transition: top ease 0.5s;
}
.tile-content h3 {
    font-size:2em;
    color:#e5e5e5;
    margin-top: 0;
    padding: 15px 40px 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}
.drk-gry {
    background: #1e1e1e;
}
.blue {
    background: #00aeef;
    background-size: cover;
    background: #00aeef;
}

.red {
    background: #bdd630;
}
.gry {
    background: #434343;
    background-size: cover;
}
.gry .h3 {
    color: #ffffff;
    background: #858585;
    padding-bottom: 20px;
}
.tile-content {
    margin: 0 auto;
    padding: 0;
}

.tile-content img {
    width:98%;
}
.tile:first-child img {
    margin: 0 auto;
    display: block;
    text-align: center;
    width:77%;
}
.tile:hover {
    top: -120px!important;
    position: relative;
   }

/*----------------------------------------------------------------------------*\
  Headhesive Specific Styles
/*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     clone: 'banner--clone';
 *   }
 * }
 */
.banner--clone {

  /* Required styles */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;

  /* Additional styles */


  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);

  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

}


/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     stick: 'banner--stick';
 *   }
 * }
 */
.banner--stick {

  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
          background: rgb(0, 173, 239);
}


/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     unstick: 'banner--unstick';
 *   }
 * }
 */
.banner--unstick {
  /* Not required to use, but could be useful to have */
}

/* end banner */

div#lcs_logo_carousel_wrapper {
    display: block;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.container {
    display: block;
    background: #fff;
    overflow: hidden;
    padding:0;
    position: relative;
    clear: both;
}
.container-home {
    display: block;
    overflow: hidden;
    padding:0;
}

.wpls-logo-showcase-slider-wrp.wpls-logo-clearfix {
    display: block;
    width: 60%;
    margin: 0 auto;
}
.content-left {
    display: inline-block;
    float: left;
    width: 40%;
    margin-left: 160px;
    color: #222222;
}

.content-left h2 {
    font-size: 4em;
    margin-top: 0;
    position: relative;
}

.content-left p {
    font-size: 22px;
    line-height: 40px;
}

.content-left h2:after {
    transition: -webkit-transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s;
    transition: transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s;
    -webkit-transform: translateY(40px) translateZ(0);
    -ms-transform: translateY(40px) translateZ(0);
    transform: translateY(40px) translateZ(0);
    transition-delay: .4s;
    display: inline-block;
    width: 55px;
    height: 3px;
    position: absolute;
    bottom: 10px;
    left: 2px;
    background-color: #bdd630;
    content: "";
}

.content-right {
    display: inline-block;
    float: right;
}

section {
    background: #ffffff;
    background: linear-gradient(180deg, #ffffff, #eeeeee);
    display: block;
    overflow: hidden;
}
.abFooter {
    overflow: hidden;
    background: #02508b;
    color: #fff;
    padding: 50px 0 70px;
    background: url("/source/730d404e360b50011231408448016d60.png");
    background-size:cover;

}

.abFooter-content {
    width: 95%;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    z-index: 99;
}

.abFooter h3 {
    text-align: center;
    font-weight: lighter;
    font-size: 3.5em;
    margin: 10px 0;
}

.sections-abFooter {
    overflow: hidden;
    display: block;
    margin-top: 50px;
}

.abFooter-col {
    display: inline-block;
    float: left;
    padding: 0;
}
.tile1 {
    max-width: 330px;
    width: 33%;

}
.abFooter-col.tile2 {
    border-left: 1px #4674a4 solid;
    border-right: 1px #4674a4 solid;
    min-height: 200px;
    width: 41%;
    float: left;
}

.abFooter-col.tile3 {
    padding-left: 10px;
    width: 29%;
    float: left;
}

.abFooter h4 {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
}
.abfooter-tile {
    padding: 0 40px;
}
.abfooter-tile p {
    font-size: 14px;
}
.abfooter-item {
    margin-top: 10px;
    overflow: hidden;
    display: block;
}

.abfooter-item p {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 10px;
}

.tile1 .abfooter-item i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 11px;
}
input.newsletter-input {
    width: 70%;
    padding: 13px 5px;
    border: 1px solid #c7c7c7;
    margin-top: 20px;
    float: left;
    vertical-align: middle;
}

input.newsletter-submit {
    border: 0px solid #c7c7c7;
    margin-top: 20px;
    float: left;
    vertical-align: middle;
    background: #bdd630;
    color: #fff;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 600;
    height: 43px;
    text-transform: uppercase;
}
.red {
    background: #bdd630!important;
    margin-top:0!important;
}
i.fas.fa-angle-right.red {
    border-left: 3px solid #a6bc28;
}
.footer {
    background: #fff;
    overflow: hidden;
}

.footer-content {
    width: 95%;
    display: block;
    margin: 0 auto;
    max-width: 1170px;
}

.footer-col {
    display: inline-block;
    float: left;
    width: 18%;
    margin-right:20px;
}

.footer-col ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-col img {
    width: 95%;
}

.footer-col h4 {
    font-size: 16px;
    color: #9db31e;
}

.footer-col a {
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    color: #545454;
    font-weight: 500;
    font-size:15px;
}

.footer-col a:hover {
    color: #02508b;
}

.footer-col:last-child a {
    margin: 0;
}

.footer-col:last-child h4 {
    display: none;
}

.footer-col:last-child {
    margin-top: 10px;
}
.bottom-banner {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    margin-top:20px;
}

.bottom-banner p {
    font-size: 12px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    color: #727272;
}

.bottom-banner a {
    text-decoration: none;
    color: #02508b;
}

.social {
    float: right;
    display: inline-block;
    width: 26%;
}
.social p {
    font-size: 13px;
    color: #02508b;
    font-weight: 700;
    vertical-align: bottom;
    float: left;
}
.footer-wrapper {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.brands {
    display: block;
    width: 70%;
    margin: 100px auto 0;
}
.content {
    display: block;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.lrg-left {
    float: left;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    background-image: url("/source/f8f1093082d7c205e6e5e16835125a26.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    min-height: 642px;
    color: #fff;
}

.small-right {
    display: inline-block;
    width: 55%;
}

.lrg-tile {
    display: block;
    padding: 20px;
    height: 640px;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}

.lrg-content h3 {
    font-weight: lighter;
    font-size: 2em;
    margin: 20px 0 10px;
}

.lrg-content h2 {
    font-size: 35px;
    margin: 11px 0;
}

.lrg-content p {
    line-height: 35px;
    font-size: 20px;
    font-weight: lighter;
}

a.btn-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
}

.blog-tiles {
    margin: 0 0 20px 20px;
    width: 46%;
    float: left;
    display: inline-block;
    background: #00aeef;
    color: #fff;
}
.blog-tiles-img {
    overflow: hidden;
    display: block;
    height: 120px;
}

.blog-tiles-img img {
    width: 100%;
}

.blog-tile-content {
    display: block;
    padding: 0 20px 13px;
}

.blog-tiles p {
    font-size: 16px;
}
p.small-txt {
    font-size: 14px;
    margin: 10px 0;
}

.blog-tile-content h4 {
    margin: 10px 0;
}


a.btn-a {
    color: #fff;
    text-decoration: none;
    margin-top: 32px;
    display: block;
}
.top-banner {
    display: block;
    overflow: hidden;
    min-height: 45vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.banner-content {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 12em;
}

.banner-content h1 {
    font-size: 4em;
    font-weight: 400;
    margin: 0 0;
}

.banner-content h3 {
    font-size: 2em;
    font-weight: 500;
    margin: 20px 0 50px;
}

.methods {
display: block;
    overflow: hidden;
    background: rgb(62, 62, 62);
    color: #fff;
    padding: 30px;
    box-shadow: inset 0 0px 39px -4px #000;
    width: 100%;
}

.methods-content {
    width: 60%;
    margin: 0 auto;
    overflow:hidden;
}

.contact-col {
    float: left;
    display: inline-block;
    width: 24%;
    margin: 0 5px;
    text-align: center;
}
.methods h3 {
    font-size: 25px;
    font-weight: 500;
    margin:5px 0;
}
.methods p {
    font-size: 15px;
}
.contact-form {
    display: block;
    overflow: hidden;
    padding: 50px 0;
    width: 95%;
    max-width: 1170px;
    margin: 0 auto;
}
.contact-col i {
    font-size: 43px;
    height: 54px;
        color: #20b4ec;
}
.map {
    overflow: hidden;
    display: block;
    height: 670px;
    padding: 50px 0;
    position: relative;
}

.map h3 {
    display: block;
    text-align: center;
    font-size: 3.5em;
    font-weight: 500;
    position: relative;
    z-index: 99;
    color: #fff;
    text-shadow: 3px 1px 8px #000;
    margin: 10px 0;
}

.contact-form::after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20class%3D…2C960%2C35s-13183.5-5902.454-13183.5-13183.5H14143.5z%22%2F%3E%3C%2Fsvg%3E);
}

.map-content {
    display: block;
    margin: 90px auto 0;
    width: 60%;
    background: rgba(31,52,76, 0.7);
    color: #fff;
    overflow: hidden;
    height: 500px;
    position: relative;
    z-index: 99;
}
.map-left {
    width: 50%;
    display: inline-block;
    float: left;
    height: 100%;
    background: url("/source/fcbd8c1a61b7b3cc1914480443e8780b.jpg");
    height: 505px;
    background-size: cover;
}

.map-right {
    padding: 50px;
    float: right;
    width: 37%;
    line-height: 30px;

}

.map-right p {
    font-size: 21px;
    text-align: center;
    margin-top: 120px;
}
.map iframe {
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
  #map {
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */      
}
  .contact-form label {
font-weight: 500;
    font-size: 16px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    color: #4c4c4c;
}
.contact-form-p {
overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
    width: 44%;
    line-height: 30px;
    margin-top: 50px;
    min-width: 490px;
}

.contact-form-p p {
    font-size: 19px;
    font-weight: 500;
    color: #4c4c4c;
}
.form-left {
    float: left;
    width: 55%;
    min-width: 550px;
}
.contact-form input, .contact-form textarea {
    width: 95%;
    max-width: 500px;
    outline: none;
    padding: 13px 15px;
    margin-top: 15px;
    border: 1px solid #bdbdbd;
}

input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    border: 2px solid #024375;
    background: #02508b;
    color: #fff;
    border-radius: 5px;
    width: 95%;
    max-width: 215px;
    margin: 0;
    cursor: pointer;
    font-size: 17px;
    padding: 9px 7px;
     /* delays for 1 second */
     /* for Safari & Chrome */
    transition: background 0.5s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #00223c;
        border: 2px solid #01233e;
}
.top-banner.small {
    min-height: 300px;
    background-size:cover!important;
    background-position: center!important;
}
.small-content {
    width: 95%;
    max-width: 1070px;
    margin: 150px auto 0;
}

.small-content h1 {
    font-size: 4em;
    color: #fff;
    font-weight: lighter;
    margin: 15px 0;
}

.small-content h1 strong {
    font-weight: 700;
}

.small-content p {
    font-size: 19px;
    color: #fff;
    margin: 20px 0 30px;
}
.content-wrapper {
    display: inline-block;
    padding: 0px 130px;
    position: relative;
}
.tile-wrapper {
    margin: 0 auto;
    width: 95%;
    max-width: 1170px;
    overflow: hidden;
    padding: 30px 0;
}

.color-tile {
    width: 43%;
    display: inline-block;
    float: left;
    padding: 30px;
    box-shadow: inset 0px 0 88px #000;
    border-radius: 3px;
}

.light {
    margin-right: 40px;
    background: #838383;
}

.color-tile h2 {
    font-size: 2em;
    font-weight: 500;
    margin: 0px 0;
    color: #fff;
    text-shadow: 0px 0px 44px #000;
}

.color-tile p {
color: #fff;
    text-shadow: 0px 0px 44px #000;
}

.dark {
    background: #bdd630;
}

.color-tile a {
    background: #dfdfdf;
    color: #292929;
    font-weight: 600;
}

.color-tile i.fas.fa-angle-right {
    background: #353535;
    border-left: 3px solid #ffffff;
}
.left-align {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.left-align p {
    padding-right: 25px;
    font-size: 17px;
    line-height: 30px;
}

span.lrg-text {
    font-size: 25px;
}

.right-align {
    width: 48%;
    float: right;
    display: inline-block;
    text-align: center;
}

.right-align p {
    width: 90%;
    margin: 75px auto 0;
    line-height: 35px;
    font-size: 17px;
}

.mission {
    display: block;
    overflow: hidden;
    width: 100%;
    background: url("https://www.sas.com/content/sascom/en_gb/company-information/company-values/_jcr_content/par/styledcontainer_1ea1/image.img.png/1499781529659.png");
    background-size: cover;
    background-position: center top;
}
.mission-wrap {
    display: block;
    overflow: hidden;
    width: 95%;
    margin: 0 auto 60px;
    max-width: 1170px;
    color: #fff;
}

.mission-wrap h3 {
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
    margin: 35px 0;
}

.mission-wrap p {
    text-align: center;
    display: block;
    font-size: 20px;
}

.values {
    display: block;
    overflow: hidden;
}

.val {
    margin: 0 20px 50px;
    border: 1px solid #0f83d1;
    border-radius: 5px;
    float: left;
    display: inline-block;
    width: 43%;
    padding: 20px 19px;
}

.val h3 {
    font-size: 30px;
}
.action {
    background-color: #1F344C;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    box-shadow: inset 0 0 42px -14px #000000;
    -moz-box-shadow: inset 0 0 42px -14px #000000;
    -webkit-box-shadow: inset 0 0 42px -14px #000000;
    box-shadow: inset 0 0 42px -14px #000000;
}

.wrapper {
    width: 95%;
    display: block;
    max-width: 1170px;
    margin: 0 auto;
}

.action h3 {
    font-size: 40px;
    font-weight: 600;
}

.action p {
    font-size: 23px;
    line-height: 40px;
}
.history {
    text-align: center;
    padding: 30px 0 60px;
}

.history h3 {
    font-size: 29px;
    font-weight: 500;
}

.history p {
    font-size: 17px;
    line-height: 30px;
}
.tiny {min-height: 35vh;}

.tiny .small-content {
    margin: 120px auto 0;
}
.blue-wrapper {
    display: block;
    overflow: hidden;
    background: #005ea5;
    position: relative;
}
.archive .blue-wrapper {
    background: url("/source/730d404e360b50011231408448016d60.png");
}
nav.woocommerce-breadcrumb {
    display: block;
    width: 95%;
    max-width: 1170px;
    margin: 95px auto 0!important;
    margin-top: 44px;
    position: relative;

}
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

nav.woocommerce-breadcrumb {
color: #bdd630!important;
    font-weight: 600;
    font-size: 15px!important;
    margin-bottom: 8px!important;
}

h1.product_title.entry-title {
    font-size: 40px;
    font-weight: lighter;
    font-weight: lighter;
    color: #01adef;
    margin: 0 0 0;
    margin-top: 40px;
    background-image: -webkit-linear-gradient(left, #13002c, #0080c9, #c8d400);
    background-image: -moz-linear-gradient(left, #13002c, #0080c9, #c8d400);
    background-image: -ms-linear-gradient(left, #13002c, #0080c9, #c8d400);
    background-image: -o-linear-gradient(left, #13002c, #0080c9, #c8d400);
    background-image: linear-gradient(to left, #006cae, #0080c9, #c8d400);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    h1.product_title.entry-title {
        color: #01adef;
        background: transparent;
    }
}
.summary.entry-summary {
    float: left!important;
    padding-bottom: 10px;
    margin-right: 70px;
    color: #ffffff;
    margin-top: 20px;
    width: 100%!important;
    text-align: left!important;
    background: /* gradient can be an image */ linear-gradient( to right, #c8d400 0%, #0080c9 36%, #13002c 92%) left bottom no-repeat;
    background-size: 100% 5px;
}
.woocommerce-product-gallery__image {
    height: 415px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}
.woocommerce-product-gallery__image a {
    display: block;
    overflow: hidden;
}

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


.woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 95%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    bottom: 39px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    overflow: hidden;
    background: #020202;
    padding: 10px 0 45px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 4px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
    padding: .7em 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: 0px 0px 0 transparent;
    border: 0!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    box-shadow: 0px 0px 0 transparent;
    border: 0!important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {

    margin: 0 0 20px;
    font-weight: 500;
    font-size: 25px;
    color: #9ab30e;
}

.woocommerce div.product .woocommerce-tabs .panel p {

    line-height: 30px;
}

table.shop_attributes {
    max-width: 1170px;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}
a.lgt-btn {
    background: #00adef;
    color: #eaeaea;
    text-decoration: none;
    margin-right: 20px;
    padding: 12px 25px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    margin-bottom:50px;
}
.posted_in a {
    text-decoration: none;
    color: #fff;
}

span.posted_in {
    font-size: 13px;
}
.woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 27px;
}

.woocommerce-product-details__short-description li {
    font-size: 15px;
    line-height: 27px;
}
.flex-control-nav li {
    clear: inherit!important;
    width: 14%!important;
    margin: 12px 12px 0 0!important;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    margin-right: 0;
}
mark.count {
    display: none;
}

h1.woocommerce-products-header__title.page-title {
    display: none;
}
.archive-page {margin-top: 50px;}

h2.woocommerce-loop-category__title, h2.woocommerce-loop-product__title {
    text-align: center!important;
    color: #00adef!important;
    padding: 0!important;
    font-size: 19px!important;
    height: 70px!important;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0;
}
p.woocommerce-result-count {
    width: 95%;
    max-width: 1170px;
    margin: 10px auto 0!important;
    display: none;
    float: none!important;
}
p.woocommerce-result-count {
    width: 95%;
    max-width: 1170px;
    margin: 10px auto 0!important;
    display: none;
    float: none!important;
}

a.button.product_type_simple.ajax_add_to_cart {
    display: none;
}
p.woocommerce-info {
    width: 90%;margin: 70px auto 70px;max-width: 1170px;
}
.panel ul {
    width: 95%;
    margin: 0 auto;
    max-width: 1170px;
}
section.related.products {
    margin: 0 auto;
    background: transparent;
}

.related h2 {
    font-weight: 500;
    font-size: 25px;
    color: #bdd630;
    margin-top: 0;
}

h2.woocommerce-loop-product__title {
    color: #fff;
}
p.order_att_expire_date {
    display: none;
}

a.wcpoa_attachmentbtn {
    text-decoration: none;
    font-weight: 600;
    padding: 13px 30px;
}
.case-wrapper {
    display: block;
    width: 95%;
    margin: 30px auto;
}
.case-wrapper ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.case-wrapper li {
    float: left;
    width: 22%;
    margin: 20px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: transform .3s .15s ease-in;
    -ms-transition: transform .3s .15s ease-in;
    -webkit-transition: transform .3s .15s ease-in;
    -o-transition: transform .3s .15s ease-in;
    transition: transform .3s .15s ease-in;
    background-size: cover;
    background-position: center;
    min-height: 297px;
    position: relative;
    overflow: hidden;
}

.case-wrapper li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    width: 85%;
    padding: 20px 20px 10px;
    bottom: 42px;
    left: 0;
}
.blog-wrapper {
    display: block;
    width: 100%;
    margin: 0;
}
.blog-wrapper ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-wrapper li {
    float: left;
    width: 23%;
    margin: 18px 18px;
    -moz-transition: transform .3s .15s ease-in;
    -ms-transition: transform .3s .15s ease-in;
    -webkit-transition: transform .3s .15s ease-in;
    -o-transition: transform .3s .15s ease-in;
    transition: transform .3s .15s ease-in;
    background-size: cover;
    background-position: center;
    min-height: 380px;
    position: relative;
    overflow: hidden;
}

.blog-wrapper li a {
color: #fff;
    text-decoration: none;
    font-size: 30px;
    position: absolute;
    overflow: hidden;
    width: 85%;
    padding: 20px 20px 10px;
    bottom: 60px;
    left: 0;
    font-weight: lighter;
}
.post-content {
    padding: 20px 20px 5px;
    background: #ffffff;
    background: linear-gradient(180deg, transparent, #000);
    height: 100%;
    position: absolute;
    width: 100%;
}
.blog-content {
    padding: 20px 20px 5px;
    background: #ffffff;
    background: linear-gradient(180deg, transparent, #000);

    height: 100%;
    position: absolute;
    width: 100%;
}
.top-banner.case {
    min-height: 200px;
}

.case-content {
    width: 95%;
    max-width: 1070px;
    margin: 100px auto 0;
    text-align: center;
}

.case-content .content-wrapper {
    background: transparent!important;
}

.case-content h1 {
    font-size: 3em;
    color: #fff;
    font-weight: lighter;
    margin: 20px 0 0;
}

.case-content strong {
    font-weight: 700;
}

.case-content p {
    font-size: 17px;
    color: #fff;
    margin: 9px 0 30px;
}

.blog-content:hover {
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}

.case-wrapper li:hover {
    transform: scale(1.1);
    z-index: 99;
}
.blog-wrapper li:hover {
    transform: scale(1.1);
    z-index: 99;
}
.clear {
    clear:both;
}
a.a-cover {
    display: block;
    height: 100%;
    z-index: 99;
    position: relative;
    text-decoration: none;
}
span.byline {
    display: none;
}

.post-thumbnail {
    display: none;
}
.entry-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #bdd630;
}
.entry-content p {
    font-size: 18px;
    color: #313131;
    line-height: 24px;
}
.blog-left {
    display: block;
    float: left;
    width: 60%;
}

.entry-meta {
    font-size: 14px;
    color: #878787;
    margin-top: 10px;
    width: 95%;
    margin: 0 auto 0;
    max-width: 1170px;
}

.entry-meta a {
    text-decoration: none;
    color: #878787;
}
.single-post .wrapper {
    width: 85%;
    display: block;
    margin: 0 auto;
    max-width: none;
}

.blog-left {
    display: block;
    float: left;
    width: 60%;
}

.entry-meta {
    font-size: 14px;
    color: #878787;
    margin-top: 10px;
    margin-bottom: 20px;
}

.entry-meta a {
    text-decoration: none;
    color: #878787;
}

.single-post .wrapper {
    width: 85%;
    display: block;
    margin: 0 auto;
    max-width: none;
}

.entry-content {
    width: 95%;
    margin: 0 auto 70px;
    max-width: 1170px;
}
.top-banner.case.single-case {
    min-height: 25vh;
}
.single-case .case-content {
    margin: 95px auto 0;
    text-align: center;
}
.sp-slides-container {
    width: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background: #181818;
    text-align: center;
    padding: 0;
}

.sp-mask.sp-grab {
    max-width: 1100px!important;
    margin: 0 auto;
    width: 95%;
}

.sp-thumbnails-container.sp-bottom-thumbnails.sp-swiping {
    max-width: 1170px;
    width: 95%;
}
.single-case-wrapper {
        width: 95%!important;
    display: block;
    max-width: 1170px!important;
    margin: 0 auto;
}
.twenty20 {
    display: inline-block;
    float: left;
    margin-right: 40px;
}
.wide-texture {
    display: block;
    overflow: hidden;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    z-index: 2;
}
.wide-content {
    width: 95%;
    max-width: 1070px;
    margin: 0;
    height: 100%;
}
.wide-wrapper {
        background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 140px 130px;
    height: 100%;
}
.divider {
    display: block;
    position:  relative;
    height: 120px;
    z-index: 9;
    background: #F5F5F5;
}

.divider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -1px;
    transform: skewY(-2.5deg);
    -moz-transform: skewY(-2.5deg);
    -webkit-transform: skewY(-3.5deg);
    transform-origin: left;
    background-color: #F5F5F5;
}
.wide-content h1 {
    font-size: 4em;
    color: #02508b;
    font-weight: lighter;
    margin: 15px 0;
}
.wide-content p {
    font-size: 19px;
    color: #bbbbbb;
    margin: 20px 0 30px;
}
.full-width {
    background-image: url("/source/db593c759f0f3c219910f26842633d9b.jpg");
    overflow: hidden;
}

.word-text {
    width: 95%;
    margin: 0 auto 70px;
    max-width: 900px;
}

.word-text h2 {
    font-size: 2.5em;
    text-align: Center;
    color: #424242;
    font-weight: 700;
    margin: 20px 0;
}

.word-text p {
    font-size: 19px;
    text-align: center;
    line-height: 30px;
    color: #6a6a6a;
}
.services-wrap {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.services-wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.services-wrap li {
    width: 33.333333%;
    float: left;
    background: url('') center center no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-filter .3s ease;
    transition: -webkit-filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease;
    height: 450px;
    overflow: hidden;
}

.services-wrap li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 160px 50px;
    text-align: center;
    font-size: 30px;
        -webkit-transition: -webkit-filter .3s ease;
    transition: -webkit-filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease;
     -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
      transform: scale(1); /* you need a scale here to allow it to transition in both directions */
  transition: 0.15s all ease;
}

.services-wrap i {
    display: block;
    text-align: center;
    font-size: 80px;
    margin-bottom: 30px;
}
.high-red {
    background: rgba(231, 0, 76, 0.7);
}
.high-lgrey {
    background: rgba(97, 97, 97, 0.7);
}
.high-blue {
    background: rgba(0, 61, 166, 0.7);
}
.high-dgrey {
    background: rgba(23, 23, 23, 0.7);
}
.services-wrap li:hover a {
    background: rgba(0,0,0,.7);
     transform: scale(0.9);
}
.services .texture {
    background: rgba(3, 3, 3, 0.7);
}
.texture.case {
    background: rgba(3, 3, 3, 0.6);
}
.services .banner-content {
    margin-top: 7em;
}
.services .banner-content p {
    font-size: 19px;
    line-height: 30px;
}
.section-two h2 {
    font-size: 3em;
    font-weight: lighter;
    text-align: center;
    margin-top: 70px;
    color: #185d8d;
}

.section-two p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.double-wrap {
    width: 100%;
    display: block;
    overflow: hidden;
}

.double {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 46%;
    margin: 40px 20px;
}

.double p {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}

.double h4 {
    font-size: 20px;
    font-weight: lighter;
    color: #185d8d;
    margin: 15px 0 10px;
}

.blue-box {
    background: #005ea5;
    overflow: hidden;
    box-shadow: inset 0 0 42px -14px #000000;
    -moz-box-shadow: inset 0 0 42px -14px #000000;
    -webkit-box-shadow: inset 0 0 42px -14px #000000;
    box-shadow: inset 0 0 59px -5px #01090f;
}

.box {
    width: 95%;
    margin: 0 auto;
    max-width: 1170px;
    padding: 60px 0;
    overflow: hidden;
    color: #fff;
}

.benefits {
    displaY: inline-block;
    float: left;
    width: 28%;
    padding: 0 30px;
    text-align: center;
}

.benefits i {
    font-size: 70px;
}

.benefits h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.benefits p {
    font-size: 15px;
    line-height: 23px;
}
.service-logo h2 {
    font-size: 3em;
    font-weight: lighter;
    text-align: center;
    margin-top: 70px;
    color: #185d8d;
}

.service-logo p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0 0;
}
.service-logo .brands {
    margin: 20px auto 70px;
}
i.fas.fa-trophy {
    color: #bdd630;
}

i.fas.fa-check {
    color: #b3b3b3;
}

i.fas.fa-chart-line {
    color: #002865;
}
.featured-post {
    height: 230px;
    margin-bottom:18px;
}
.single-post {
    height: 100%;
    position: relative;
}

.blog-anchor {
    z-index: 1;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 3em;
    font-weight: 700;
    width: 95%;
    max-width: 1130px;
    margin: 135px auto;
    display: block;
    position: relative;
}
.blog-a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 57%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 70.3125%;
    text-align: left;
    color: #fff;
    text-decoration: underline;
    font-size: 1.5em;
    font-weight: 500;
}
.hidden {
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
    margin: 20px 0 0;
visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.val:hover .show {
    display: none;
}

.val {
    height: 130px;
}
.val:hover {
    cursor: pointer;
}
.val:hover .hidden {
      visibility: visible;
  opacity: 1;
}

.home-case {
    display: block;
    overflow: hidden;
    background: url("/source/24dce8a75ff93e406b06a1bea19ff0c4.jpg");
    background-size: cover;
    background-position:  center;
}

.home-case h2 {
     font-weight: 400;
    font-size: 49px;
    color: #fff;
    text-align: center;
    margin: 29px 0 10px;
}

.case-studies {
    display: block;
    overflow: hidden;
    padding: 0 0 50px;
}

.case-studies ul {
    list-style-type:  none;
    padding: 0;
    margin: 0;
}

.case-studies li {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 15px 11px;
    height: 285px;
    overflow: hidden;
    -moz-transition: transform .3s .15s ease-in;
    -ms-transition: transform .3s .15s ease-in;
    -webkit-transition: transform .3s .15s ease-in;
    -o-transition: transform .3s .15s ease-in;
    transition: transform .3s .15s ease-in;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    behavior: url("/source/0e7fe4c399f21617314c67290bedae9a.htc");
}
.case-studies li:hover {
    transform: scale(1.1);
    z-index: 99;
}
.c-one {
    background: url("/source/bd37a7148d0669c510a893b5dca746e8.jpg");
    background-size: cover;
    background-position:  center;
}

.hidden-anchor {
    color: #fff;
    display: none;
    padding: 50px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    height: 100%;
    -webkit-transition: -webkit-filter .3s ease;
    transition: -webkit-filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transform: scale(1);
    transition: 0.15s all ease;
}

.hidden-anchor a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

.hidden-anchor p {
    font-size: 20px;
}
.texture-case {
    overflow: hidden;
    display: block;
    background: rgba(0,0,0,0.7);
}
.blue-texture {
    background: linear-gradient(180deg, #d7dbde, #ffffff);
}
.text-area h1 {
font-size: 3.7em;
    text-align: center;
    font-weight: 500;
    color: #01adef;
    margin: 0 0 0;
    margin-top: 40px;
    background-image: -webkit-linear-gradient(left, #13002c, #0080c9, #c8d400);
    background-image: -moz-linear-gradient(left, #13002c, #0080c9, #c8d400);
    background-image: -ms-linear-gradient(left, #13002c, #0080c9, #c8d400);
    background-image: -o-linear-gradient(left, #13002c, #0080c9, #c8d400);
    background-image: linear-gradient(to left, #13002c, #0080c9, #c8d400);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
} 
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .text-area h1 {
        color: #01adef;
        background: transparent;
    }
}
.about-page .text-area h1 {
    font-weight:500;
    margin-top:25px;
}
.sub-text {
    font-size: 18px;
    text-align: center;
    padding: 0 0 14px;
    margin: 0;
    line-height:30px;
    font-weight:500;
}
p.p-line {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    color: #414141;
}

p.p-line:before {
    background-color: rgba(65,64,66,.5);
    margin-right: 20px;
    content: "\a0";
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    position: relative;
    top: 12px;
}

p.p-line:after {
    background-color: rgba(65,64,66,.5);
    margin-left: 20px;
    content: "\a0";
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    position: relative;
    top: 12px;
}
.tile a {
    display: block;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
}
.text-area {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}
.color-tiles {
    width: 85%;
    margin: 0 auto 80px;
    max-width: 1400px;
}

.tile-top {
    overflow: hidden;
    margin: 0;
    display:  block;
}

.h-tile {
    display: block;
    float: left;
    width: 48%;
    margin: 0 10px 20px;
    border-radius: 3px;
    height: 260px;
    overflow: hidden;
}

.tile-intro {
    display: inline-block;
    float: left;
    margin-right: 40px;
    width: 35%;
    overflow: hidden;
    height: 270px;
    position:  relative;
    background: url("");
    background-position:  center;
    background-size: cover;
}

.tile-intro img {
    width: 100%;
    background: url("");
}

.tile-right {
    display: inline-block;
    overflow: hidden;
    color: #fff;
    width: 55%;
}

.tile-right h2 {
font-weight: 500;
    font-size: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    margin-bottom: 0;
}

.tile-right h3 {
font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
    margin-bottom: 0;
    margin-top: 0;
}
.tile-right p {
    line-height: 23px;
}
.tile-right a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 7px 25px;
    margin-top: 10px;
    display: inline-block;
}
.h-content {
    width: 90%;
    margin: 30px auto 0;
    color: #fff;
    text-align: center;
}

.h-content h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.h-content a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 7px 25px;
    margin-top: 10px;
    display: inline-block;
}
.h-content i {
    font-size: 50px;
    margin-bottom: 10px;
}
.smll-tile {
    width: 26%;
    background: #00aeef;
}
.upper-tile {
    width: 70%;
    background: #434343;
}
.case-title {
    font-size: 17px;
    text-align: center;
    color: #303030;
    text-decoration: none;
    background-color: #bdd630;
    padding: 7px 0;
    background: rgb(189, 214, 48);
    position: absolute;
    width: 100%;
    top: 44%;
    font-weight: 600;
}
.woocommerce ul.products li {
    border-bottom: 8px solid #bdd630;
    padding-bottom: 0!important;
}
.archive-page {
    max-width: 1350px;
}
.archive-cat {
    color: #5d5d5d;
    font-size: 16px;
    text-align: Center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 53px;
}
.full-container {
    display: block;
    padding: 0;
    margin: 0;
}

.full-container ul {
    padding: 0;
    margin: 0;
}

.full-container li {
float: left;
    width: 33.33333%;
    height: 400px;
    margin: 0;
    padding: 0;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0 0 30px -2px #020202;
    -webkit-box-shadow: 0 0 30px -2px #020202;
    box-shadow: 0 0 30px -2px #020202;
}
.team-content {
    color: #fff;
    text-decoration: none;
    position: absolute;
    overflow: hidden;
    width: 70%;
    padding: 20px 20px 10px;
    bottom: 30px;
    left: 70px;
    text-align: center;
}

.role {
    border-top: 2px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
}

.team-content p {
    font-size: 17px;
}

.team-content h3 {
    font-size: 24px;
}
.full-container li:hover {
    transform: scale(1.1);
    z-index: 99;
    cursor: pointer;
}
header.woocommerce-products-header {
    margin: 0 auto;
    width: 95%;
    max-width: 1500px;
    font-size: 19px;
    color: #363636;
}
form.woocommerce-ordering {
    display: none;
}
.term-description {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
}

.term-description p {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
    display: none;
}
.pattern-cover {
display: block;
    overflow: hidden;
    padding: 120px 0 30px;
    background: #04518c !important;
    background: -moz-linear-gradient(left, #04518c 0%,#00a1d9 33%, #bdd630 100%) !important;
    background: -webkit-linear-gradient(left, #04518c 0%,#00a1d9 33%,#bdd630 100%) !important;
    background: linear-gradient(to right, #04518c 0%,#00a1d9 33%,#bdd630 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04518c', endColorstr='#bdd630',GradientType=1 ) !important;
}

.pattern {
display: block;
    position: relative;
    color: #fff;
}

.black-cross {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.black-cross:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 1px;
    transform: skewY(-14.5deg);
    -moz-transform: skewY(-14.5deg);
    -webkit-transform: skewY(-14.5deg);
    transform-origin: left;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: inset 77px 21px 116px #020202;
}

.pattern-content h1 {
    z-index: 99;
    position: relative;
    font-size: 51px;
    margin: 0;
    padding: 0;
}

.pattern-content {
z-index: 9;
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
    padding: 0 0 0;
    text-align: left;
}

.blue-cross {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.blue-cross:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: skewY(14.5deg);
    -moz-transform: skewY(14.5deg);
    -webkit-transform: skewY(14.5deg);
    transform-origin: left;
    background: rgba(0, 61, 166, 0.8);
}

.pattern-content p {
    font-size: 20px;
    line-height: 35px;
}
.non-stick {
    display: none!important;
}
.banner--stick #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #fff!important;
}
.banner--stick .stick {
    display:none!important;
}
.banner--stick .non-stick {
    display:block!important;
}
span.bright {
    color: #bdd630;
    font-family: neosans;
}

span.led {
    color: #00aeef;
}
.colour-width {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.half-width {
    width: 49.99%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
}

.half-container {
    padding: 50px 90px 30px 60px;
    width: 70%;
    float: right;
    color: #fff;
}
.half-container h3 {
    color: #044a64;
    font-size: 35px;
    margin: 0;
}

.half-container h2 {
    font-size: 45px;
    margin: 4px 0;
    color: #bdd630;
    padding: 0;
}

.half-container p {
    font-size: 20px;
    line-height: 35px;
}

.half-container a {
    font-size: 20px;
    color: #fff;
    background: #03516e;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 15px;
    transition: background-color 0.5s ease;
}
.half-container a:hover {
    background: #02425a;
}
.half-height {
    display: block;
    overflow: hidden;
    padding: 0;
    min-height: 50%;
}

.light-blue {
    background: #bdd630;
}
.light-blue h3 {
color: #2a2a2a;
    font-size: 30px;
    margin: 100px 0 30px;
    position: relative;
    height: 50%!important;
    width: 95%;
    max-width: 700px;
}
.bottom-c {
    padding: 20px 20px 0;
}

.bottom-c h2 {
    color: #2a2a2a;
    font-size: 80px;
    position: relative;
    height: 50%!important;
    margin: 0 0 15px;
}
.orange {
    background: #cbcbcb;
}

.top-c {
    padding: 40px 30px 0;
}

.top-c h3 {
    color: #00aeef;
    font-size: 30px;
    position: relative;
    height: 50%!important;
    margin: 0;
}

.top-c h2 {
    color: #00aeef;
    font-size: 45px;
    position: relative;
    height: 50%!important;
    margin: 0 0 15px;
}

.bottom-c h5 {
    font-size: 20px;
    margin: 80px 0 20px;
    color: #fff;
}

.bottom-c h4 {
    font-size: 20px;
    margin: 7px 0 20px;
    color: #fff;
}
.made-in-britain-fixed {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 11%;
    opacity: 0.5!important;
}
time.updated {
    display: none;
}
.singlepage .banner-content {
    margin-top: 10em;
}

.top-banner.small.singlepage {
    background: rgb(0, 173, 239);
    margin-bottom: 40px;
}
.full-width {
    width:95%;
    margin:0 auto;
    display:block;
}
.flex-viewport {
    width: 75%!important;
    display: inline-block;
    float: left;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    margin-top: 25px;
    width: 75%!important;
    margin-bottom: 80px;
    overflow: hidden;
}
.single .product.type-product.product-type-simple {
    background: #020202;
}

.woocommerce-product-gallery__image {
    height: 600px;
    width: 100%;
    background: #020202;
}
.woocommerce div.product div.images img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
a.woocommerce-product-gallery__trigger {
    left: 20px;
}
ol.flex-control-nav.flex-control-thumbs {
    display: inline-block;
    float: right;
    width: 25%;
}

.flex-control-nav li {
    width: 100%!important;
}
.woocommerce-product-details__short-description {
    display: inline-block;
    color: #fff;
    width: 23%;
    margin-top: 50px;
}
.archive-cat {
    display: none;
}
span.tablepress-table-description {
    color: #fff;
}
span.page-numbers {
color: #ffffff!important;
    background: #2b2b2b!important;
    font-weight: 700!important;
}

a.page-numbers {
    color: #bdd630;
    background: #2b2b2b;
    font-weight: 700!important;
}

ul.page-numbers {
    margin-bottom: 50px!important;
}
a.download-btn {
    color: #222;
    background: #bdd630;
    text-decoration:  none;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 500;
    margin: 0 40px;
    text-align: center;
     /* Safari */
    transition: 0.3s;
}

a.download-btn:hover {
    background: #029cd9;
    color: #fff;
}
.drk-wrap {
    background: #020202;
    overflow: hidden;
}
.archive .container {
    background:transparent;
}
.colour-width a {
    text-decoration: none;
}
h2.woocommerce-loop-product__title, h2.woocommerce-loop-category__title {
    background: #2b2b2b;
    color: #fff!important;
    font-weight: 500;
    height: 60px!important;
    padding: 6px 20px!important;
    font-size: 16px!important;
    line-height: 22px;
}
.brands h3 {
    text-align: center;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: center;
    color: #414141;
}
.fake-cat h3 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 21px!important;
    line-height: 40px;
    padding: 82px 8px!important;
}

li.product-category.product.fake-cat {
    background: #2b2b2b;
}
img.format-logo {
    vertical-align:  bottom;
    margin-left: 20px;
}
img.blog-img {
    width: 100%;
}

.left-content {
    float: left;
    display: inline-block;
    width: 70%;
}
.right-content {
    width: 25%;
    float: right;
    display: inline-block;
}
.right-content h2 {
    color: #3a3a3a;
}

.right-content input, .right-content textarea {
    padding: 6px 5px;
    margin-top: 5px;
    border: 1px solid #cdcdcd;
    width: 95%;
}
.right-content #recent-posts-2 li {
    list-style-type: none;
    padding: 10px 0;
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 9px;
}

.right-content #recent-posts-2 ul {
    padding: 0;
    margin: 0 0 30px;
}

.right-content #recent-posts-2 a {
    text-decoration: none;
    color: #3a3a3a;
    line-height: 22px;
    font-size: 15px;
}
.single-post.single .entry-content a {
    color: #00adef;
}
.margin-top {
    margin-top: 60px!important;
}
.abfooter-item a {
    color: #fff;
    text-decoration:  none;
}
.temp-cat {
    display: inline-block;
    float: left;
    text-align: center;
    border-bottom: 8px solid #bdd630;
    padding-bottom: 0!important;
float: left;
    margin: 0 2.4% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
    min-height: 288px;
    background: #2b2b2b;
    padding: 0 10px;
    }

.temp-cat h2 {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 30px;
}

.temp-cat a {
    text-decoration: none;
}
.hor-center {
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    text-align: center;
    padding: 0 10px;
    width: 94%;
}
section#recent-posts-2 {
    background: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    float: left;
}
.img-ie {
    position: absolute;
    width: 100%;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 3.8%;
}
.error-page {
    text-align: center;
    color: #505050;
    padding: 150px 0;
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
}

.error-page h1 {
    font-weight: 600;
}

.error-page p {
    font-size: 18px;
    line-height: 30px;
}

.error-page a {
    color: #505050;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}
.page-description {
    color: #fff;
}

.page-description a {
    color: #01adef;
    text-decoration:  none;
}
.head-content a {
    color: #fff;
}
.statement {
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #bdd630;
    top: 85px;
    position: relative;
    z-index: 99;
}

.statemet-content {
    width: 95%;
    margin: 0 auto;
}

p.underline {
    text-decoration: underline;
}
iframe {
    border:0;
    padding: 0;
    margin:0;
}
.iframe-home {
    top:85px;
    position:relative;
    z-index: 999;
}
.footer-col section {
    background: transparent!important;
}
.home-bg {
    background: url("/source/dcd24b963cb53c7426ce00ee0d3e2dcf.jpg");
    background-size: cover;
}

.home-bg .texture {
    background: rgba(0, 0, 0, 0.6);
}