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

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.uk-navbar {
    background: #e1f5ff;
    color: #000;
    padding: 10px 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 20px;
    padding: 0 10px;
    line-height: 20px;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 200;
	cursor:pointer;
}
.uk-navbar-nav > li > a[href='#'] {
    cursor: pointer;
}
li {cursor: pointer}
.tm-header {
    margin-top: 10px;
    margin-bottom: 10px;
}
.uk-navbar-nav > li > a:hover {   
    text-decoration: underline;
color:#000;    
}
.uk-navbar-nav > li > a:active {   
    text-decoration: underline;    
}
.uk-navbar-nav {
    margin-top: 18px;
}
.tm-article p{
    margin: 0 0 10px 0;
}

#tm-bottom-b .uk-panel-box {
    padding: 30px;
    background: #F5F5F5;
    color: #999999;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
}
.tm-noblog .tm-content, .tm-isblog .tm-article {
    padding: 15px; 
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
    background: #ffffff;
	min-height:200px;
}
.uk-margin-large-bottom {
    margin-bottom: 10px !important;
}
.uk-margin-top {
    margin-top: 10px !important;
}
.uk-breadcrumb {
    padding: 0;
    list-style: none;
    font-size: 12px;
    padding: 0px 10px 0px 4px;
    background: #38BDFE;
}
.uk-breadcrumb li a{
	color:#fff;	
}
.uk-breadcrumb {
	color:#fff;
}
.uk-breadcrumb > li:nth-child(n+2):before {
    content: "|";
    display: inline-block;
    margin: 0 5px;
    color: #fff !important;
}

p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 5px 0;
}
.uk-breadcrumb > li {
    font-size: 12px;
    vertical-align: top;
    margin-left: 5px;
}
.tm-toolbar {
    padding: 5px 10px;
    background: #38bdfe;
    color: #fff;
}
#tm-content span{
	color:#55595d;
}
.uk-breadcrumb span{
	color:#fff !important;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Modules
----------------------------------------------------------------------------------------------------*/

/* Fixing the flickering for -webkit- browsers */
.module { -webkit-backface-visibility: hidden; }


/* Frontpage: Features
----------------------------------------------------------------------------------------------------*/

.frontpage-teaser1 {
	background-image: url(/images/hothouse/home_slide02b.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.frontpage-teaser2 {
	background-image: url(/images/hothouse/home_slide02b.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.frontpage-teaser3 {
	background-image: url(/images/hothouse/home_slide03b.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	}
	.frontpage-teaser4 {
	background-image: url(/images/hothouse/home_slide04b.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	}
		.frontpage-teaser5 {
	background-image: url(/images/hothouse/home_slide05b.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	}
		.frontpage-teaser6 {
	background-image: url(/images/hothouse/home_slide01b.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	}	
	
	/* slideshow captions */
	
.slidetext {
	position:absolute;
	display:block;
	bottom:45%;
	left:25%;
	right:25%;
	background:none;
	color:#ffffff;
}	
.uk-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #3eabd6;
  text-transform: none;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0);
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  border: 4px solid #3eabd6;
  border-radius: 500px;
  box-shadow: inset 0 0 0 0 #3eabd6;
}
.tm-sidebar-a  {
	padding-left:5px !important;
}
@media (min-width: 1220px){
#tm-top-a {
    margin-top: 175px;
}	
.tm-header {
    margin-top: 0px;
    margin-bottom: 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 1300px;
}
}
#tm-sidebar-a .uk-grid  {
	padding-left:5px !important;
}
}

/* Modifier: `uk-slider-fullscreen`
 ========================================================================== */
.uk-slider-fullscreen,
.uk-slider-fullscreen > li {
  height: 100vh;
}
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  width: 100%;
  /* 4 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */
  overflow: hidden;
  /* 6 */
  touch-action: pan-y;
}
/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow > li {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  opacity: 0;
}
/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow > .uk-active {
  /* 1 */
  z-index: 10;
  /* 2 */
  opacity: 1;
}
/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow > li > img {
  visibility: hidden;
}
/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
  cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}
/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
/*
 * Scale
 */
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}

.tm-overlay {
  position: relative;
}
.tm-overlay .tm-overlay-title {
  color: #ffffff;
}
.tm-overlay p {
  color: #ffffff;
}
.tm-overlay a {
  color: #676664;
}
.tm-overlay a:hover {
  color: #676664;
  text-decoration: none;
}
.tm-overlay img {
  display: block;
  width: 100%;
}
.tm-overlay .tm-overlay-caption {
  padding: 10px;
  background: #3eabd6;
}
.accordion-group {
    border-color: transparent;
	color:#cdcdcd;
}

@media (min-width: 1220px){
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 5px;
}
}

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-notouch .tm-overlay .tm-overlay-caption {
    position: absolute;
    top: 0;
    z-index: 10;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: transparent;
  }
  .uk-notouch .tm-overlay .tm-overlay-caption p {
    -webkit-transition: opacity 0.1s 0.05s, -webkit-transform 0.1s 0.05s;
    transition: opacity .1s .05s, transform .1s .05s;
  }
  .uk-notouch .tm-overlay .tm-overlay-title {
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform .1s;
  }
  .uk-notouch .tm-overlay .tm-overlay-title,
  .uk-notouch .tm-overlay .tm-overlay-caption p {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
  .uk-notouch .tm-overlay svg {
    position: absolute;
    top: -1px;
    /* fixes rendering issue in FF */
    left: 0;
    max-height: 100%;
    width: 100%;
  }
  .uk-notouch .tm-overlay svg path {
    fill: #55595D;
	opacity:0.9;
  }
  .uk-notouch .tm-overlay:hover .tm-overlay-title,
  .uk-notouch .tm-overlay:hover .tm-overlay-caption p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .uk-notouch .tm-overlay:hover .tm-overlay-caption p {
    opacity: 0;
  }
}
@media (max-width: 768px) {
#tm-top-a {
	margin-top:10px;
}
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
     width: 100%;
}
.uk-panel-box {
    padding: 20px;
    }
