/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
 
 /* ========================================================================
    Use this file to add custom CSS easily
  ========================================================================== */
  
 html {
   /* 1 */
   font: normal 15px / 24px;
   /* 2 */
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   /* 3 */
   background: url(/docs/background.png) 0 183px repeat-x scroll transparent;
   color: #000;
 }
 
 /* STYLE ========== */
 
 a,
 .uk-link {
   color: #f01e2b;
   text-decoration: none;
   cursor: pointer;
 }
 a:hover,
 .uk-link:hover {
   color: #6ea734;
   text-decoration: underline;
 }
 
A.class1 {color: #99cc00;}
A.class1:link  {text-decoration: none; color: #99cc00;}
A.class1:visited {text-decoration: none; color: #99cc00;}
A.class1:hover {text-decoration: underline; color: #99cc00;}
A.class1:active {text-decoration: none; color: #99cc00;}


A.class2 {color: #ff9900;}
A.class2:link {text-decoration: none; color: #ff9900;}
A.class2:visited {text-decoration: none; color: #ff9900;}
A.class2:hover {text-decoration: underline; color: #ff9900;}
A.class2:active {text-decoration: none; color: #ff9900;}

A.class3 {color: #00ccff;}
A.class3:link {text-decoration: none; color: #00ccff;}
A.class3:visited {text-decoration: none; color: #00ccff;}
A.class3:hover {text-decoration: underline; color: #00ccff;}
A.class3:active {text-decoration: none; color: #00ccff;}
 
A.class4 {color: #ff0000;}
A.class4:link {text-decoration: none; color: #ff0000;}
A.class4:visited {text-decoration: none; color: #ff0000;}
A.class4:hover {text-decoration: underline; color: #ff0000;}
A.class4:active {text-decoration: none; color: #ff0000;}
 
 /* Container
  ========================================================================== */
 .uk-container {
   box-sizing: border-box;
   max-width: 1200px;
   padding: 0 10px;
 	background-color: #fff;
 }
   /*
  * Blocks
  */
 .tm-toolbar,
 .tm-footer {
   margin-top: 10px;
   margin-bottom: 10px;
   }
   
   .tm-navbar {
     margin-top: 10px;
     margin-bottom: 20px;
     }
   

   .tm-headerbar .uk-panel {
     max-width: 500px;
     margin-right: 0;
     float: right;
   	padding-top: 15px;
   }
     
 /*
  * Footer
  */
 .tm-footer {
   position: relative;
   text-align: center;
 	background-color: #efefef;
 	padding: 20px;
 }
 .tm-footer .uk-panel + .uk-panel {
   margin-top: 25px;
 }
 /* Grid gutter
  ========================================================================== */
 /*
  * Default gutter
  */
 /* Horizontal */
 .uk-grid {
   margin-left: -25px;
 }
 .uk-grid > * {
   padding-left: 25px;
 }
 /* Vertical */
 .uk-grid + .uk-grid,
 .uk-grid-margin,
 .uk-grid > * > .uk-panel + .uk-panel {
   margin-top: 15px;
 }
 /* Large screen and bigger */
 @media (min-width: 1220px) {
   /* Horizontal */
   .uk-grid {
     margin-left: -35px;
   }
   .uk-grid > * {
     padding-left: 35px;`
   }
   /* Vertical */
   .uk-grid + .uk-grid,
   .uk-grid-margin,
   .uk-grid > * > .uk-panel + .uk-panel {
     margin-top: 20px;
   }
 }
 /* Small Logo (Mobile)
     */
 .uk-navbar-center.uk-visible-small {  
 max-width:75%;  
 }  
 
 .uk-navbar-content.uk-visible-small {
 	margin-bottom: 80px;
 }  
 
 .tm-logo-small img {
 	padding-bottom: 0px;
 }
 
 /* NAVIGATION ========== */
 
 .uk-navbar {
   background: #fff;
   color: #000;
   border: 0px solid rgba(0, 0, 0, 0.1);
   border-bottom-color: none;
   border-radius: 0px;
   background-origin: border-box;
   background-image: none;
   background-image: none;
   
 }
 /*
  * 1. Dimensions
  * 2. Style
  */
 .uk-navbar-nav > li > a {
   display: block;
   box-sizing: border-box;
   text-decoration: none;
   
   /* 1 */
   height: 35px;
 	padding: 0 12px 0 12px;
 	line-height: 34px;
   /* 2 */
   color: #000;
   font-size: 15px;
   font-weight: normal;
   margin-top: 0px;
   margin-left: 0px;
   border: 0px solid transparent;
   border-bottom-width: 0;
   text-shadow: none;
   border-right: 1px solid #bebcbc;
 text-transform: uppercase;
 }
 
 /*
  * Hover
  * 1. Apply hover style also to focus state
  * 2. Also apply if dropdown is opened
  * 3. Remove default focus style
  */
  .uk-navbar-center {
    float: none;
    text-align: center;
    /* 1 */
    max-width: 80%;
    margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 10px;
  }
  
 .uk-navbar-nav > li:hover > a,
 .uk-navbar-nav > li > a:focus,
 .uk-navbar-nav > li.uk-open > a {
   background-color: #fff;
   color: #bebcbc;
   /* 3 */
   outline: none;
   position: relative;
   z-index: 1;
   border-left-color: none;
 	border-right: 1px solid #bebcbc;
 	border-top-color: none;
   box-shadow: none;
 }
 /* OnClick */
 .uk-navbar-nav > li > a:active {
   background-color: #fff;
   color: #6ea734;
   border-left-color: none;
   border-right-color: none;
   border-top-color: none;
   border-right: 1px solid #bebcbc;
   box-shadow: none;
   
 }
 /* Active */
 .uk-navbar-nav > li.uk-active > a {
   background-color: #6ea734;
   color: #fff;
   border-left-color: none;
   border-right-color: none;
   border-top-color: none;
   border-right: 2px solid #fff;
   box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
 }
 
  /* Apply same `border-radius` as `uk-navbar`
      */
 .uk-navbar-nav:first-child > li:first-child > a {
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
   border-left: 1px solid #bebcbc;
 }
 .menu-donate {
 	background-color: #fd7f00;
 	border-right-style: none;
 }
 
 /* Sub-object: `uk-navbar-toggle`
  ========================================================================== */
 .uk-navbar-toggle {
   font-size: 24px;
   color: #444444;
   text-decoration: none;
   
 }
 /*
  * 1. Apply hover style also to focus state
  * 2. Remove default focus style
  */
 .uk-navbar-toggle:hover,
 .uk-navbar-toggle:focus {
   color: #444444;
   text-decoration: none;
   /* 2 */
   outline: none;
 }
 /*
  * 1. Center icon vertically
  */
 .uk-navbar-toggle:after {
   content: "\f0c9";
   font-family: FontAwesome;
   /* 1 */
   vertical-align: top;
 }
 .uk-navbar-toggle-alt:after {
   content: "\f002";
 }
 
 /* Modifier `uk-nav-side`
  ========================================================================== */
 /*
  * Items
  */
 .uk-nav-side > li > a {
   	color: #000;
 	font-size: 16px;
 	background-color: #fff;
 	border-bottom: 1px solid #efefef;
 	padding-top: 5px;
 	padding-bottom: 5px;
 }
 /*
  * Hover
  * 1. Apply hover style also to focus state
  * 2. Remove default focus style
  */
 .uk-nav-side > li > a:hover,
 .uk-nav-side > li > a:focus {
   background: #f01e2b;
   color: #fff;
   /* 2 */
   outline: none;
   box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
   text-shadow: 0 0px 0 #ffffff;
 }
 /* Active */
 .uk-nav-side > li.uk-active > a {
   background: #6ea734;
   color: #ffffff;
   box-shadow: inset 0 0px 0px rgba(0, 69, 109, 0.25);
   text-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
 }
 .uk-nav-side ul a {
   color: #6ea734;
 }
 .uk-nav-side ul a:hover {
   color: #f01e2b;
 }
 /*
  * Sub-object: `uk-nav-header`
  */
 .uk-nav-side .uk-nav-header {
     color: #fff;
 	font-size: 18px;
 	background-color: #efefef;
 	font-weight: normal;
 	padding-top: 8px;
 	padding-bottom: 8px;
 }
 /*
  * Sub-object: `uk-nav-divider`
  */
 .uk-nav-side .uk-nav-divider {
   border-top: 1px solid #dddddd;
   box-shadow: 0 1px 0 #ffffff;
 	color: #f01e2b;
 }
 /*
  * Nested items
  */
 .uk-nav-side ul a {
   color: #1fa2d6;
 }
 .uk-nav-side ul a:hover {
   color: #0074a2;
 }
 
 .uk-panel-box > .uk-nav-side {
   margin: 0 -20px;
 }
 /* ========================================================================
    Component: Dropdown
  ========================================================================== */
 /*
  * 1. Hide by default
  * 2. Set position
  * 3. Box-sizing is needed for `uk-dropdown-justify`
  * 4. Set width
  */
 .uk-dropdown,
 .uk-dropdown-blank {
   /* 1 */
   display: none;
   /* 2 */
   position: absolute;
   z-index: 1020;
   /* 3 */
   box-sizing: border-box;
   /* 4 */
   width: 250px;
 }
 /*
  * Dropdown style
  * 1. Reset button group whitespace hack
  */
 .uk-dropdown {
   padding: 10px 25px 10px 15px;
   background: #ffffff;
   /* 1 */
   vertical-align: top;
   border: 0px solid #cbcbcb;
   border-radius: 0px;
   box-shadow: none;
   color: #000;
   font-size: 18px;
   font-weight: normal;
   text-transform: normal;
 
 }
 /*
  * 1. Show dropdown
  * 2. Set animation
  * 3. Needed for scale animation
  */
 .uk-open > .uk-dropdown,
 .uk-open > .uk-dropdown-blank {
   /* 1 */
   display: block;
   /* 2 */
   -webkit-animation: uk-fade 0.2s ease-in-out;
   animation: uk-fade 0.2s ease-in-out;
   /* 3 */
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
 }
 /*
  * Hover
  * 1. Apply hover style also to focus state
  * 2. Remove default focus style
  */
 .uk-nav-dropdown > li > a:hover,
 .uk-nav-dropdown > li > a:focus {
   background: #f01e2b;
   color: #ffffff;  
   /* 2 */
   outline: none;
   box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
 }
 
 /*
  * Sub-object: `uk-nav-header`
  */
 .uk-nav-side .uk-nav-header {
   color: #444444;
 }
 /*
  * Sub-object: `uk-nav-divider`
  */
 .uk-nav-side .uk-nav-divider {
   border-top: 0px solid #dddddd;
   box-shadow: 0 0px 0 #ffffff;
 }
 /*
  * Hover
  * 1. Apply hover style also to focus state
  * 2. Remove default focus style
  */
 .uk-nav-navbar > li > a:hover,
 .uk-nav-navbar > li > a:focus {
   background: #f01e2b;
   color: #ffffff;
   /* 2 */
   outline: none;
   box-shadow: inset 0 0px 0px rgba(0, 69, 109, 0.25);
   text-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
 }
 /* Items
  ========================================================================== */
 .uk-subnav > * > * {
   display: inline-block;
   color: #f01e2b;
 }
 /*
  * Hover
  * 1. Apply hover style also to focus state
  */
 .uk-subnav > * > :hover,
 .uk-subnav > * > :focus {
   color: #f01e2b;
   text-decoration: none;
 }
 /*
  * Active
  */
 .uk-subnav > .uk-active > * {
   color: #f01e2b;
 }
 /* Modifier `uk-nav-offcanvas`
  ========================================================================== */
 /*
  * Items
  */
 .uk-nav-offcanvas > li > a {
   color: #cccccc;
   padding: 10px 15px;
   border-top: 1px solid rgba(0, 0, 0, 0.3);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
 }
 /*
  * Hover
  * No hover on touch devices because it behaves buggy in fixed offcanvas
  * 1. Apply hover style also to focus state
  * 2. Remove default focus style
  */
 .uk-nav-offcanvas > .uk-open > a,
 html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
 html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
   background: #404040;
   color: #ffffff;
   /* 2 */
   outline: none;
 }
 /*
  * Active
  * `html .uk-nav` needed for higher specificity to override hover
  */
 html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
   background: #1a1a1a;
   color: #ffffff;
   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
 }
 /*
  * Sub-object: `uk-nav-header`
  */
 .uk-nav-offcanvas .uk-nav-header {
   color: #777777;
   margin-top: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.3);
   background: #404040;
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
 }
 /*
  * Sub-object: `uk-nav-divider`
  */
 .uk-nav-offcanvas .uk-nav-divider {
   border-top: 1px solid rgba(255, 255, 255, 0.01);
   margin: 0;
   height: 4px;
   background: rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
 }
 /*
  * Nested items
  * No hover on touch devices because it behaves buggy in fixed offcanvas
  */
 .uk-nav-offcanvas ul a {
   color: #cccccc;
 }
 html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
   color: #ffffff;
 }
 /*
      * Modifier `uk-nav-offcanvas`
      */
 .uk-nav-offcanvas {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
 }
 /*
      * Sub-object: `uk-nav-sub`
      */
 .uk-nav-offcanvas .uk-nav-sub {
   border-top: 1px solid rgba(0, 0, 0, 0.3);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
 }
 
 /*
  * Sub-modifier: `uk-panel-box-secondary`
  */
  /*
   * Sub-modifier: `uk-panel-box-primary`
   */
  .uk-panel-box-primary {
    background-color: transparent;
    color: #000;
    border-color: none;
    border-style: none;
      border-radius: 0px;
  }
  .uk-panel-box-primary-hover:hover {
    color: #699eb3;
  }
  .uk-panel-box-primary .uk-panel-title {
    color: #000;
  }
  
 .uk-panel-box-secondary {
   background-color: #f01e2b;
   color: #fff;
 	border-style: none;
 	  border-radius: 0px;
 }
 .uk-panel-box-secondary-hover:hover {
   color: #fff;
 }
 .uk-panel-box-secondary .uk-panel-title {
   color: #fff;
 }
 /* Large screen and bigger */
 @media (min-width: 1220px) {
   .uk-container {
     max-width: 1125px;
     padding: 0 35px;
   }
 
 
 
   .tm-headerbar,
   .tm-navbar,
   .tm-footer {
     margin-top: 15px;
     margin-bottom: 15px;
   }
   

 
 
 /* Typography ------------------------------------------------ */
 /*
  * Margins
  */
  
  /* Sub-object `uk-article-title`
   ========================================================================== */
  .uk-article-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-transform: none;
  	margin-bottom: 20px;
  }
  
 p,
 ul,
 ol,
 dl,
 blockquote,
 pre,
 address,
 fieldset,
 figure {
   margin: 0 0 20px 0;
 }
 * + p,
 * + ul,
 * + ol,
 * + dl,
 * + blockquote,
 * + pre,
 * + address,
 * + fieldset,
 * + figure {
   margin-top: 0px;
   font-size: 16px;
 }
 /* Headings */
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin: 0 0 10px 0;
   font-weight: 300;
   color: #000;
   text-transform: none;
   
 }
 /*
  * Margins
  */
 * + h1,
 * + h2,
 * + h3,
 * + h4,
 * + h5,
 * + h6 {
   margin-top: 10px;
 }
 /*
  * Sizes
  */
 h1,
 .uk-h1 {
   font-size: 40px;
   line-height: 50px;
 }
 h2,
 .uk-h2 {
   font-size: 30px;
   line-height: 40px;
 }
 h3,
 .uk-h3 {
   font-size: 20px;
   line-height: 30px;
   
 }
 h4,
 .uk-h4 {
   font-size: 18px;
   line-height: 26px;
 	color: #fff;
 }
 h5,
 .uk-h5 {
   font-size: 16px;
   line-height: 20px;
 }
 h6,
 .uk-h6 {
   font-size: 12px;
   line-height: 18px;
 }
 /*
  * Style
  */
 a,
 .uk-link {
   color: #f01e2b;
   text-decoration: none;
   cursor: pointer;
 }
 a:hover,
 .uk-link:hover {
   color: #f01e2b;
   text-decoration: underline;
 }
 
 .uk-article-title {
   font-size: 36px;
   line-height: 36px;
   font-weight: 700;
   text-transform: none;
   margin-top: 10px;
 }
 
 .uk-button {
   /* 1 */
   -webkit-appearance: none;
   /* 2 */
   margin: 0;
   /* 3 */
   border: none;
   /* 4 */
   overflow: visible;
   /* 5 */
   font: inherit;
   color: #444444;
   /* 6 */
   text-transform: none;
   /* 7 */
   display: inline-block;
   box-sizing: border-box;
   padding: 0 16px;
   background: #f7f7f7;
   vertical-align: middle;
   /* 8 */
   line-height: 28px;
   /* 9 */
   min-height: 35px;
   /* 10 */
   font-size: 1rem;
   /* 11 */
   text-decoration: none;
   text-align: center;
   border: 0px solid rgba(0, 0, 0, 0.2);
   border-bottom-color: rgba(0, 0, 0, 0.3);
   background-origin: border-box;
   background-image: none;
   background-image: none;
   border-radius: 0px;
   text-shadow: 0 1px 0 #ffffff;
 }
 /* Color modifiers
  ========================================================================== */
 /*
  * Modifier: `uk-button-primary`
  */
 .uk-button-primary {
   background-color: #fff;
   color: #000;
   background-image: none;
   background-image: none;
   border-color: none);
   border-bottom-color: none;
   text-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
 	font-size: 10pt;
 }
 /* Hover */
 .uk-button-primary:hover,
 .uk-button-primary:focus {
   background-color: #6ea734;
   color: #ffffff;
   background-image: none;
 }
 /* Active */
 .uk-button-primary:active,
 .uk-button-primary.uk-active {
   background-color: #6ea734;
   color: #ffffff;
   background-image: none;
   border-color: none;
   border-top-color: none;
   box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.2);
 }
 /*
  * 1. Define consistent box sizing.
  * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
  * 3. Remove `border-radius` in iOS.
  * 4. Correct `font` properties and `color` not being inherited.
  * 5. Remove default style in iOS.
  * 6. Style
  */
 .uk-search-field {
   /* 1 */
   box-sizing: border-box;
   /* 2 */
   margin: 0;
   /* 3 */
   border-radius: 0;
   /* 4 */
   font: inherit;
   color: #fff;
   /* 5 */
   -webkit-appearance: none;
   /* 6 */
   width: 120px;
   height: 30px;
   padding: 0 0 0 30px;
   border: 0px solid rgba(0, 0, 0, 0);
   background: rgba(0, 0, 0, 0);
   -webkit-transition: all linear 0.2s;
   transition: all linear 0.2s;
   vertical-align: middle;
   
 }
 /* Placeholder */
 .uk-search-field:-ms-input-placeholder {
   color: #999999 !important;
 }
 .uk-search-field::-moz-placeholder {
   color: #fff;
 }
 .uk-search-field::-webkit-input-placeholder {
   color: #fff;
 }
 /* Focus */
 .uk-search-field:focus {
   outline: 0;
 }
 /* Focus + Active */
 .uk-search-field:focus,
 .uk-search.uk-active .uk-search-field {
   width: 180px;
 }
 /* ========================================================================
    Component: Search
  ========================================================================== */
 /*
  * 1. Create position context for dropdowns
  * 2. Needed for `form` element
  */
 .uk-search {
   display: inline-block;
   /* 1 */
   position: relative;
   /* 2 */
   margin: 0;
 }
 /*
  * Icon
  */
 .uk-search:before {
   content: "\f002";
   position: absolute;
   top: 0;
   left: 0;
   width: 30px;
   line-height: 30px;
   text-align: center;
   font-size: 14px;
   color: #fff;
 }
 
 
 
 
 
 