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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-logo {
	float: left;
}
.tm-navbar {
    padding-top: 20px;
	background-image: url('../images/meni_drvo.jpg');
	box-shadow: 0px 2px 5px #333;
	z-index: -10;
}

.uk-heading-large {
    text-shadow: 2px 2px 2px #333;
}

.uk-navbar-nav > li > a {
	text-shadow: 0px 1px 2px #000;
}

.tm-block-footer {
	background-image: url('../images/meni_drvo.jpg');
	text-shadow: 0px 1px 1px #333;
	color: #fff;
}

.uk-panel-box-primary {
	background-image: url('../images/modul.jpg');
	text-shadow: 0px 1px 2px #000;
	font-weight: 600;
	box-shadow: 0px 0px 15px #aaa;
}

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

.uk-panel-box-primary  a:hover {
	color: #1c2362;
	text-shadow: 0px 1px 1px #fff;
}

.uk-heading-large{
	font-size: 48px;
	color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: 45px;
    padding: 0;
    text-shadow: 2px 2px 2px #333;
}


.uk-text-large {
	color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
    text-shadow: 2px 2px 2px #333;
	font-size: 21px;
	clear: none;
}


.uk-overlay-background {
    background: rgba(0, 0, 0, 0.6);
	border: none;
	margin: 50px;
	max-width: 40%;
	color: #fff;
}

.uk-overlay-panel  h3 {
	color: #fff;
}

.uk-navbar-toggle {
    font-size: 36px;
    color: #fff;
	text-shadow: 2px 2px 2px #333;
}

.uk-slideshow .uk-overlay-panel h1,  
.uk-slideshow .uk-overlay-panel h2,  
.uk-slideshow .uk-overlay-panel h3,  
.uk-slideshow .uk-overlay-panel h4,  
.uk-slideshow .uk-overlay-panel h5,  
.uk-slideshow .uk-overlay-panel h6 { padding-bottom: 0; }  

.uk-slideshow .uk-overlay-panel h1:before,  
.uk-slideshow .uk-overlay-panel h2:before,  
.uk-slideshow .uk-overlay-panel h3:before,  
.uk-slideshow .uk-overlay-panel h4:before,  
.uk-slideshow .uk-overlay-panel h5:before,  
.uk-slideshow .uk-overlay-panel h6:before,  
.uk-slideshow .uk-overlay-panel h1:after,  
.uk-slideshow .uk-overlay-panel h2:after,  
.uk-slideshow .uk-overlay-panel h3:after,  
.uk-slideshow .uk-overlay-panel h4:after,  
.uk-slideshow .uk-overlay-panel h5:after,  
.uk-slideshow .uk-overlay-panel h6:after { border: none; }

/* .uk-article {
	display-block;
	padding: 25px;
	background: #fff;
	box-shadow: 0px 0px 15px #aaa;
}

.tm-main {
	background: url('../images/main-back.jpg') repeat center top;
} */

.tm-navbar .uk-container {
    max-width: 100%;
}

div#b2jcontainer_c119.b2jcontainer {
	background-image: url('../images/modul.jpg');
	text-shadow: 0px 1px 1px #000;
	font-weight: 400;
	box-shadow: 0px 0px 15px #aaa;
	color: #fff;
}

.b2jcontainer h2 {
    font-size: 25px;
	font-weight: 400;
    background: none;
}

.uk-icon-button {
    font-size: 14px;
    height: 34px;
    line-height: 33px;
    width: 34px;
}
@media (max-width: 767px) {  

.uk-container {
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 15px;
}

.uk-heading-large {
    line-height: 32px;
	font-size: 24px;
	clear: none;
}

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.6);
	border: none;
	margin: 20px;
	max-width: 90%;
	color: #fff;
}
}

.tm-logo-small {
    margin: 0 80px;
    max-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.tm-block-dark {
	background-image: url("../images/meni_drvo.jpg");
    background-repeat: repeat-y;
}

.tm-block-dark-panel .uk-h2, .tm-block-dark-panel h2 {
	font-weight: 600;
    text-shadow: 2px 2px 2px #333;
	font-size: 36px;
}

.tm-block-dark-panel .uk-nav-side > li.uk-active > a {
	background: none;
}

.uk-contrast .uk-nav-side > li.uk-active > a, .uk-panel-box-primary .uk-nav-side > li.uk-active > a, .tm-block-dark-panel .uk-nav-side > li.uk-active > a, .tm-block-footer .uk-nav-side > li.uk-active > a {
    background: none;
    color: #000000;
	text-shadow: 1px 1px 1px #aaa;
}

.uk-panel-box-primary .uk-nav li > a:hover {
	background:  none;
	text-shadow: 1px 1px 1px #666;
}