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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .tm-logo {

    top: 75%;
}


html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #fed53b;
    color: #ffffff;
}


.tm-block-dark a:hover, .tm-block-primary a:hover, .tm-block-dark .uk-link:hover, .tm-block-primary .uk-link:hover {
    color: #111 !important;
}


.uk-close-alt {
    background: #fed53b;
    color: #000;	

}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 100px;
    padding: 0 25px 0 15px;
    line-height: 100px;
    color: #777777;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}


h1, .uk-h1 {
    font-size: 24px;
    line-height: 20px;
    font-weight: 300;
}

.uk-p {
	margin: 0;
    font: 300 16px / 26px "Roboto", sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #777777;
}
}

}

.uk-navbar {
    background: #e1e1e1;

}

.uk-navbar-nav > li.uk-active > a {
    background-color: #e1e1e1;

}
.uk-navbar-nav > li > a::before {

    background: #fed53b;

}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: #e1e1e1;
    color: #777777;
    outline: none;
}

.uk-subnav-pill > .uk-active > * {
    background: #fed53b;
    color: #000;
}

.uk-subnav-pill > * > * {
    padding: 9px 16px;
}

.uk-panel-box a {
    color: #000;
}

.uk-panel-box a:hover {
    color: #000;
}


.tm-block-divider.tm-block-default::before, .tm-block-divider.tm-block-dark::before, .tm-block-divider.tm-block-primary::before {
    z-index: 2;
    position: absolute;
    top: -5px;
    width: 100%;
    height: 10px;
    margin-left: -60px;
    content: '';
    background: #fed53b;
    background-image: none;

}

.tm-block-primary {
    background: #e6e6e6;
	color: rgba(0, 0, 0, 0.7) !important;
}


.tm-block-dark a, .tm-block-primary a, .tm-block-dark .uk-link, .tm-block-primary .uk-link {
    color: rgba(0, 0, 0, 0.7) !important;
}


.uk-slidenav {

    font-size: 80px;
}

@media (max-width: 768px) {
 .tm-logo {

    top: 35%;
}
}
.uk-accordion-title {
    font: 300 24px "Roboto", sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #777777;
    border: 0px solid #dddddd;
    border-radius: 0px;
   
}
