/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Custom changes for zoo display of announcements in category view */
#yoo-zoo .items h1.pos-title {
	font-size: 14px;
	line-height: 20px;
}

#yoo-zoo .details {
    margin: 0px 0px 20px;
}

#yoo-zoo .items div.teaser-item {
    padding: 0px 7px 5px;
}

#yoo-zoo .items div.teaser-item-bg {
    padding: 0px 0px 0px;
}


/*Change the padding for the modules in the frontpage. Bring the closer in the vertical direction*/
.tm-block-light + .tm-block-dark, .tm-block-dark + .tm-block-light {
    padding-top: 5px;
	padding-bottom: 5px;
}

.tm-block-full + .tm-block {
    padding-top: 35px;
	padding-bottom: 20px;	
}

.tm-page .tm-block:first-child {
    padding-bottom: 20px;
}


/*Customize the uk-panel-hover module suffix. */
.uk-panel-hover {
	background: #ffffff;
    padding: 0px 10px;
    color: #444;
    border: 1px solid transparent;
}

.uk-panel-hover:hover {
  background: #ffffff;
  color: #444;
  border-color: #fff;
}


/*Change the padding-top in the bottom position*/
.tm-bottom {
    padding-top: 35px;
}

input.uk-search-field {
    box-sizing: border-box;
    margin: 0px;
    border-radius: 0px;
    font-family: inherit;
    font-style: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    color: rgba(255, 255, 255, 0.4);
    width: 150px;
    height: 36px;
    padding: 0px 0px 0px 30px;
    border: 1px solid #FFF;
    background: none repeat scroll 0% 0% transparent;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    text-transform: none;
    font-weight: 300;
    font-size: 14px;
}

/* Focus + Active */
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  width: 250px;
  border: 1px solid #FFF;
}

/* Hover */
.uk-nav-search > li > a:hover {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border: 1px solid #FFF;
}


.tm-block-full {
    height: auto;
}


/*Change the height of the flags*/
div.mod-languages {
	margin-top: 5px;
	margin-right: 12px;
}

div.mod-languages img {
	height: 20px;
}


/*Change the color of the li objects in the sidebar menus*/
.uk-nav-side > li > a {
  color: rgba(77, 96, 122, 0.8);
  padding: 7px 0;
}


/*Increase the font-size of the tabs in the frontpage */

/*.wk-slideshow-tabs .nav span {
    font-size: 20px;
	background-color: #4D607A;
	color:#FFF;
}*/


.wk-slideshow-tabs .active {
	font-size: 20px;
	background-color: #4D607A;
	color:#FFF;
  	border-color: rgba(0, 0, 0, 0);
}
.wk-slideshow-tabs .nav li.active {
    padding-bottom: 1px;
    border-bottom: medium none;
	background-color: #FFF;
    background: #4D607A none repeat scroll 0% 0%;
}*/