/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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

.tm-logo path,
.tm-logo-small svg path { fill: #4c545c; }

.tm-logo path.tm-logo-primary-color,
.tm-logo-small svg path.tm-logo-primary-color { fill: #7c91bc; }

.tm-footer .tm-block {
  padding: 20px 0px 0px 0px;
}

/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  font: 300 16px / 30px 'Roboto', Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #C8CBD1;
  color: #757479;
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #26335a;
  text-transform: uppercase;
}


/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 36px;
  line-height: 42px;
}
h2,
.uk-h2 {
  font-size: 25px;
  line-height: 40px;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 24px;
}
h4,
.uk-h4 {
  font-size: 16px;
  line-height: 22px;
}
h5,
.uk-h5 {
  font-size: 14px;
  line-height: 20px;
}
h6,
.uk-h6 {
  font-size: 12px;
  line-height: 18px;
}




body {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  color: #26335a;
}


/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 70px;
  padding: 0 15px;
  line-height: 70px;
  /* 2 */
  color: #26335a;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.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: #7c91bc;
  /* 3 */
  outline: none;
}

}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: rgba(0, 0, 0, 0);
  color: #4c545c;
  
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #9d201e;
}


a {
  color: #9d201e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7c91bc;
  text-decoration: underline;
}


/* Disabled state
 ========================================================================== */
/* ========================================================================
   Warp theme
 ========================================================================== */
/* Layout
 ========================================================================== */
/*
 * Force vertical scrollbar
 */
html {
  overflow-y: scroll;
}


.tm-toolbar .tm-block {
  padding: 20px 0;
}



/*
 * Container
 */
.uk-notouch .tm-page > .uk-container {
  min-height: 100vh; /*100vh*/
}
.tm-page > .uk-container {
  padding: 0;
  background: #0FFFFFF;
  

  
}
.tm-page {
  background: #26335a;
}
.tm-container-full-width.uk-container {
  max-width: 100%;
}


/* Styles Overrides
 ========================================================================== */
/*
 * Body style Default
 */
/* Widgetkit
 ========================================================================== */
/*
 * Widgetkit 2 Grid Slider 2 Salt
 */
.uk-panel .uk-flex-row-reverse .tm-margin-less,
.uk-panel .tm-margin-less {
  margin-top: -20px;
  margin-bottom: -20px;
}
.uk-panel .tm-margin-less {
  margin-left: -20px;
}
.uk-panel .uk-flex-row-reverse .tm-margin-less {
  margin-right: -20px;
  margin-left: 0;
}
/* Tablet and bigger */
@media (min-width: 960px) {
  .tm-slideshow-margin-left .uk-slideshow > li > .uk-overlay-panel {
    padding-left: 50px;
  }
}
/* Only xlarge screens */
@media (min-width: 1220px) {
  .uk-panel .uk-flex-row-reverse .tm-margin-less,
  .uk-panel .tm-margin-less {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .uk-panel .tm-margin-less {
    margin-left: -50px;
  }
  .uk-panel .uk-flex-row-reverse .tm-margin-less {
    margin-right: -50px;
  }
  .tm-slideshow-margin-left .uk-slideshow > li > .uk-overlay-panel {
    padding-left: 55px;
  }
}


/*
 * Footer and Toolbar
 */
 


.tm-toolbar {
  color: #fff;
}

.tm-footer {background:none;}



.tm-toolbar a,
.tm-footer a {
  color: #fff;
}
.tm-toolbar a:hover,
.tm-footer a:hover {
  color: #7c91bc;
}
.tm-toolbar .uk-subnav > li > a,
.tm-footer .uk-subnav > li > a {
  color: #fff;
}
.tm-toolbar .uk-subnav > li > a:hover,
.tm-footer .uk-subnav > li > a:hover {
  color: #7c91bc;
}
.tm-toolbar .uk-form select,
.tm-footer .uk-form select,
.tm-toolbar .uk-form textarea,
.tm-footer .uk-form textarea,
.tm-toolbar .uk-form input:not([type]),
.tm-footer .uk-form input:not([type]),
.tm-toolbar .uk-form input[type="text"],
.tm-footer .uk-form input[type="text"] {
  background: rgba(255, 255, 255, 0.5);
  color: #757479;
  border-color: #4c545c;
}
.tm-toolbar .uk-form select:focus,
.tm-footer .uk-form select:focus,
.tm-toolbar .uk-form textarea:focus,
.tm-footer .uk-form textarea:focus,
.tm-toolbar .uk-form input:not([type]):focus,
.tm-footer .uk-form input:not([type]):focus,
.tm-toolbar .uk-form input[type="text"]:focus,
.tm-footer .uk-form input[type="text"]:focus {
  background: #ffffff;
}
.tm-toolbar .uk-subnav-line > :nth-child(n+2):before,
.tm-footer .uk-subnav-line > :nth-child(n+2):before {
  border-color: #9d201e;
  border-width:medium;
}

/******/


.uk-button-mobile {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #4c545c;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  background: #fff;
  vertical-align: middle;
  /* 8 */
  line-height: 34px;
  /* 9 */
  min-height: 36px;
  /* 10 */
  font-size: 14px;
  /* 11 */
  text-decoration: none;
  text-align: center;
  border: 1px solid #47464b;
  text-transform: uppercase;
}
