/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-parallax-teaser-container {  
width: 80%;  
display: inline-block;  
margin: 0;  
left: 10%;  
right: 10%;  
}  

.tm-parallax-teaser-container > div {  
display: block;  
float: left;  
min-height: 250px;  
}  

.tm-parallax-teaser-container > div > .tm-parallax-teaser-images-bottom {  
position: absolute;  
bottom: 0;  
}  

/* Widths of the "modules": */  
.tm-parallax-teaser-container > div:nth-child(1),  
.tm-parallax-teaser-container > div:nth-child(1) > .tm-parallax-teaser-images-bottom {  
width: 25%;  
}  

.tm-parallax-teaser-container > div:nth-child(2),  
.tm-parallax-teaser-container > div:nth-child(2) > .tm-parallax-teaser-images-bottom {  
width: 40%;  
}  

.tm-parallax-teaser-container > div:nth-child(3),  
.tm-parallax-teaser-container > div:nth-child(3) > .tm-parallax-teaser-images-bottom {  
width: 25%;  
}  

/* Horizontal distance: Remainder, divided by 2: ( 100 - 25 + 40 + 25 ) / 2 ... */  
.tm-parallax-teaser-container > div + div {  
margin-left: 5%;  
}

.tm-slant-bottom > .tm-slant-block-bottom {  
    z-index: 9999;  
}

.uk-article-title {
font-size: 34px;
line-height: 42px;
font-weight: normal;
text-transform: none;
}