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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
.tm-navbar,
.tm-navbar-fixed.tm-navbar-animated .tm-navbar-small{
	background: #fff;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a{
	background: none;
}
 
.uk-navbar-nav > li > a {
	color: #000 !important;
	font-weight: bold;
	font-family: "MyriadPro",sans-serif
}

.uk-navbar-nav > li > a:hover {
	background: none;
	color: #c92020 !important;
	cursor: pointer
}

.uk-dropdown-navbar{
	background: #fff;
}

.uk-dropdown-navbar li{
	padding: 5px;
	border-bottom: 1px solid #000;
}

.uk-dropdown-navbar li:last-child{
	border-bottom: 0;
	padding-bottom: 0
}

.uk-nav-navbar > li > a{
	color: #000 !important;
	font-weight: bold;
	font-family: "MyriadPro",sans-serif
}

.uk-dropdown-navbar:before{
	display: none
}

.uk-nav-navbar > li > a:hover{
	background: none;
	color: #c92020 !important;
	cursor: pointer
}
 
.tm-navbar-fixed.tm-navbar-animated .tm-navbar-small img{
	margin-top: -5px
}

@media (max-width: 860px) {
	.tm-navbar  img{
		height: 120%;
	}
}

.tm-fullscreen-container .tm-fullscreen .uk-panel h1{
	color: #fff;
}

.tm-block-primary{
	background: #fff;
	color: #000 !important
}
.tm-primary h2,
.tm-primary h3,
.tm-primary h4,
.tm-primary h5{
	color: #000 !important
}

h5{
	color: #fff !important;
}

.tm-block-top-a.tm-block-primary{
	
}

h1{
	color: #fff
}

.color-orange{
	color: #60676d !important;
}

a{
	color: #60676d !important;
}

.szechenyi{
	position: absolute;
	right: 0;
	bottom: -173px;
	width: 250px;
	cursor: pointer;
	height: auto !important;
}

.popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
	display: none;
}

.popup-content{
	width: 100%;
	max-width: 500px;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
}

.popup .btn{
	border: 0;
	background: #000;
	color: #fff;
	cursor: pointer;
}

@media (max-width: 1000px) {


	.szechenyi{
		bottom: -124px;
		width: 180px;
	}


}