/*
Template Name: David style
Author: DB
Author URI: https://
Version: 1.0
*/

/* Body */
body {
  background: #FFFFFF !important;
	font-size: 16px;
	font-weight: 400;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	color: #000000;
}
button, a {
	outline: none !important;
	color: #000;
	text-decoration: none !important;
}


/* Header */ 
.menu-nav {
  /*background-image: url("/img/web/head.jpg");*/ 
  background: #ffffff none repeat scroll 0 0 !important;
  background-size: auto;      
}
.hp-header {
  background-size: cover;
	background-position: left center;
  background-color: #f0eff4;
  background-image: url("/img/web/header.jpg");
  /*background-size: auto;*/ 
  text-shadow: 2px 2px 4px #2125297d;
}
.header-mini {
  background-color: #F75E28 !important;
}
.img-logo {
	height: 40px;
}
/* END Header */


/* Primary tlacitka a texty */
.btn-primary {
	background-color: #F75E28 !important;
	border-color: #F75E28 !important;
  color: #ffffff !important;
}
.btn-primary:hover {
	background-color: #F6C243 !important;
	border-color: #F75E28 !important;
  color: #ffffff !important;
}
.btn-outline-primary {
	background-color: #ffffff !important;
	border-color: #F75E28 !important;
	color: #F75E28 !important; 
}
.btn-outline-primary:hover {
	background-color: #F75E28 !important;
	border-color: #F75E28 !important;
  color: #ffffff !important;
}
.text-primary {
	color: #F75E28 !important;
}
.border-primary {
	border-color: #F75E28!important;
}
.badge-primary {
	background-color: #F75E28 !important;
	border-color: #F75E28 !important;
}

.btn-aplikacia {
	background-color: #F6C243 !important;
	border-color: #191919 !important;
  color: #000000 !important;
}
.btn-aplikacia:hover {
	background-color: #ffd775 !important;
	border-color: #191919 !important;
  color: #000000 !important;
}
/* END Primary tlacitka a texty */
/*
.btn-secondary {
	background-color: #ffffff !important;
	border-color: #0056cd !important;
  color: #0056cd !important;
}
.btn-secondary:hover {
	background-color: #ffffff !important;
	border-color: #0056cd !important;
  color: #0056cd !important;
}

.btn-success {
	background-color: #BA1816 !important;
	border-color: #BA1816 !important;
}
.btn-success:hover {
	border-color: #BA1816 !important;
	background-color: #30bd50 !important;
}
.btn-outline-success {
	color: #BA1816 !important;
	border-color: #BA1816 !important;
}
.btn-outline-success:hover {
	color: #ffffff !important;
	border-color: #BA1816 !important;
	background-color: #BA1816 !important;
}
.text-success {
	color: #BA1816 !important;
}
.border-success {
	border-color: #BA1816!important;
}
.badge-success {
	background-color: #BA1816 !important;
	border-color: #BA1816 !important;
}
.alert-success {
  background-color: #90b60169 !important;
	border-color: #BA1816 !important;
}
*/


/* Footer */
footer {
	background-color: #F75E28 !important
}
.footer {
	background: #F75E28 !important;
  color: #ffffff !important;
}
.footer h6 {
	font-size: 16px;
  color: #ffffff !important;
}
.footer-links {
	color: #ffffff!important;
} 
a.footer-links {
	color: #ffffff!important;
}       
a.footer-links:focus, a.footer-links:hover {
	color: #cbd3da!important;
}
.hr-footer-text {
	background-color: #ffffff !important;
  width: 60px !important;
}
/* END Footer */  


/* Homepage sekce */ 
#hp-aplikacia {
  background-color: #F75E28; 
  color: #ffffff !important;
  box-shadow: 0px 0px 75px 0px rgb(0 0 0 / 50%) inset;
  /*text-shadow: 2px 2px 4px #2125297d;*/
  text-shadow: none !important;
}
.hp-aplikacia-text { 
  color: #ffffff !important;
}

#hp-cisla {
  background-color: #ffffff; 
}

#hp-mesta {
  background-color: #ffffff; 
}

#hp-hodnotenia {
  background-color: #ffffff; 
}

#hp-nove {
  background-color: #ffffff; 
}

#hp-oblibene {
  background-color: #ffffff; 
}
/* END Homepage sekce */ 


/* Profil */
#profil-popis-text a {
  color: #248b26;
  text-decoration: underline;
  font-weight: bold;
}
#profil-popis-text a:hover {
  color: #FCB040;
  text-decoration: underline;
  font-weight: bold;
}
/* END Profil */