/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */



.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

.uk-nav{
  font-weight:bold;
  text-transform:capitalize;
}

.uk-nav-navbar > li > a{
  text-transform:capitalize;
}


.uk-animation-custom-slow {  
    -webkit-animation-duration: 10.0s;  
    animation-duration: 10.0s;  
}

.uk-navbar-nav li~li { border-left: 1px solid #ffffff }

.tm-navbar {
  background:#ffffff;
  background-image:url('http://www.lowesgassolutions.com.au/images/module-images/Lowes-heating-cooling-hotwater-gradient.png');
}

.tm-block-toolbar {
  background:#ffffff;
  *background-image:url('http://www.lowesgassolutions.com.au/images/module-images/Lowes-heating-cooling-hotwater-gradient.png');
}

.tm-block-top-b {
  background:#000;
  background-image:url('http://www.lowesgassolutions.com.au/images/module-images/Lowes-heating-cooling-hotwater-gradient.png');
}

.tm-block-footer{
  background:#000;
  background-image:url('http://www.lowesgassolutions.com.au/images/module-images/Lowes-heating-cooling-hotwater-gradient.png');
  background-size:100%;
}

.uk-button{
  background:#000;
  background-image:url('http://www.lowesgassolutions.com.au/images/module-images/Lowes-heating-cooling-hotwater-gradient.png');
  background-size:100%;
  border-radius:0px;
  font-size:20pt;
  font-weight:900;
}

h1{
  color:#006fb1;
}

h1, .uk-h1 {
    font-size: 24px;
    line-height: 28px;
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: bold;
    height: 20px;
    padding: 0 10px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 600;
    position: relative;
    text-transform: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #f99403;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: rgba(0, 0, 0, 0);
    color: #1d75bd;
    outline: none;
}

[class*="uk-icon-"] {
    font-family: FontAwesome;
    display: inline-block;
color: #37b34a;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.uk-panel-box {
    padding: 25px;
    background: #00b8ee;
    color: #000;
    position: relative;
    border: 1px solid #b5bbef;
    border-radius: 3px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}



.uk-panel-box-secondary {
    background-color: #04336e;
    color: #fff;
    border: 1px solid #e4e7f2;
}

.uk-block-secondary {
    
background: #032651;
    
color: #464749;
}

.uk-dropdown-navbar {
    margin-top: 40px;
    background: #043974;
    color: #fff;
}