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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-navbar-nav > li > a {
    -moz-box-sizing: border-box;
    border-radius: 3px;
    color: #8B8E94;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin-left: 5px;
    padding: 0 16px;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out 0s;
}


.uk-navbar-nav > li > a {
    border-radius: 3px;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-left: 5px;
    padding: 0 7px;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out 0s;
}

.uk-navbar {
    background: none repeat scroll 0 0 #00A5DB;
    color: #8B8E94;
    padding: 27px;
}



img {
    border-color: #00A3E4;
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.tm-toolbar {
    margin: 6px auto 10px;
    width: 90%;
}
a, .uk-link {
    color: #00A3E4;
    cursor: pointer;
    text-decoration: none;
}
.tm-bottom {
    padding-bottom: 10px;
    padding-top: 10px;
}
.tm-block-black {
    background-color: #fff;
}
.tm-bottom .uk-panel:not([class*="uk-panel-box"]), .tm-bottom .uk-panel:not([class*="uk-panel-box"]) li a {
    color: #fff;
}
.tm-footer {
    padding-top: 0;
    position: relative;
}
a, .uk-link {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
}
.uk-panel-box-secondary {
    background-color: #E6F6FB;
    color: #000;
  border-color: #00A5DB;
  border-style: solid;
  border-width: 5px;
}
.uk-panel-box-secondary .uk-panel-title {
    color: #000;
}

h1 {
    color: #00A5DB;
    font-family: 'Open Sans';
    font-weight: normal;
    margin: 0 0 15px;
    text-transform: none;
}
.tm-block-light {
    background-color: #FFFFFF;
}

.tm-bottom > div > .tm-block:last-child {
    background: #00A5DB none repeat scroll 0 0;
    padding-bottom: 0;
}
.uk-article-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
    text-transform: none;
}
.uk-offcanvas-page { 
  position: relative;
height: 100%;
}
.uk-nav-offcanvas .uk-nav-sub {
    padding: 5px 15px;
}
.uk-offcanvas-bar {
    background: #3e4145 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out 0s;
    width: 290px;
    z-index: 1001;
}

.uk-nav-offcanvas > li > a {
    background: #323438 none repeat scroll 0 0;
    border-top: 1px solid rgba(140, 140, 145, 0.15);
    color: #ffffff;
    padding: 0 15px;
}
.uk-nav-sub li a {
    padding-bottom: 0;
    padding-top: 0;
}
h2, .uk-h2 {
    font-size: 25px;
    line-height: 34px;
}
h3, .uk-h3 {
    font-size: 16px;
    line-height: 20px;
}

h1, .uk-h1 {
    font-size: 28px;
    line-height: 40px;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 10px;
}
fieldset.formFieldset legend {
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
    padding: 0 2px;
    color: #00a5db;
}

html {
    background-attachment: fixed, fixed, fixed, fixed, fixed;
    background-clip: border-box, border-box, border-box, border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/background/default/bg2.jpg");
    background-origin: padding-box, padding-box, padding-box, padding-box, padding-box;
    background-position: 75% 110%, -20% -10%, 120% 0%, 0 0px, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat;
    background-size: 100% ;
}
.tm-headerbar {

    max-width: 1200px;
    height: 65px;
    padding-left: 23px;
    padding-right: 24px;
}
    
.tm-page {
    
  max-width: 100%;
}

.uk-subnav {

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    padding: 8px;
    list-style: none;
    text-transform: uppercase;
    color: black;

}

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {

    box-sizing: ox;
    display: contents;
    height: 35px;
    padding: 0 20px;
    float: left;

}

.uk-navbar-flip {

    float: left;
    margin-left: 106px;

}

.uk-subnav > * > * {

    display: inline-block;
    color: #000;
      text-decoration: none;
    font-size: 17px;

}
.uk-subnav > .uk-active > * {

    color: #000;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
  font-size: 17px;
  }
.uk-float-right {

    float: right;
    margin: 31px;

}
.tm-toolbar {

    margin: -14px auto 10px;
    width: 90%;

}



