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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.ads {
     border: 5px solid #ffffff;
 }

.uk-navbar .uk-navbar-nav > li > a {
    font-size: 21px;
 }

.knapp_alt1 {
    background-color: #800000; 
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 138px;
    margin: 4px;
    border-radius: 12px;
}

.knapp_alt1:hover {
    background-color: #770202; 
    border: none;
    color: white;
}


.knapp_alt2 {
    background-color: #d9b101; 
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 138px;
    margin: 4px;
    border-radius: 12px;
}

.knapp_alt2:hover {
    background-color: #cca706; 
    color: white;
}


.knapp_alt3 {
    background-color: #00554e; 
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 138px;
    margin: 4px;
    border-radius: 12px;
}

.knapp_alt3:hover {
    background-color: #014742; 
    color: white;
}

.knapp_alt4 {
    background-color: #3a6281; 
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 138px;
    margin: 4px;
    border-radius: 12px;
}

.knapp_alt4:hover {
    background-color: #2f5471; 
    color: white;
}


.knapp_alt5 {
    background-color: #545656; 
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 138px;
    margin: 4px;
    border-radius: 12px;
}

.knapp_alt5:hover {
    background-color: #434444; 
    color: white;
}




.uk-dropdown-navbar {
    margin-top: 0;
    background: #00554e;
    color: #ffffff;
    border-width: 4px;
    border-style: solid;
    border-image-source: url("../less/uikit/images/default/dropdown_border.png");
    border-image-slice: 4;
    border-image-repeat: round;
    background-image: url("../less/uikit/images/dropdown_bg.png");
    background-position: 50% 50%;
    background-clip: padding-box;
    background-repeat: repeat;
}




.uk-navbar .uk-navbar-nav > li > a {
    color: #000000;
 }


.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #d9b101;
}

.uk-nav-navbar > .uk-active > a {
  color: #d9b101;
}

.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: #ffffff;
    outline: none;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: rgba(0, 0, 0, 0);
    color: #d9b101;
    outline: none;
}


.tm-navbar {
    margin-top: 25px;
    margin-bottom: 45px;
}

.row {
    margin-bottom: 12px;
    background: url("../less/uikit/images/border_dashed_horizontal.png") 0 0 repeat-x;
    background-position:bottom;
}

#yoo-zoo .items div.pos-media {
    border: none;
}

#yoo-zoo .items div.pos-media > * {
    border: none;
    background: #ffffff;
}

#yoo-zoo .item div.address ul strong {
	display: inline-block;
	width: 110px;
}

/* position headings */
#yoo-zoo .item h3 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: normal;
}

#yoo-zoo .item h1.pos-title {
     font-size: 30px;
    line-height: 35px;
}


.tm-noblog .tm-content {
    background-clip: inherit;
}

.uk-panel-box {
   background-clip: inherit;
}

.uk-article {
    background-clip: inherit;
}