/*                                                                       */
/*       červená: #a81010   rgba(168, 16, 16, 1.0)                       */
/*       modrá:   #1C459F   rgba(28, 69, 159, 1.0)                       */
/*       pastel. zelená (dřívější)  #50d8af                              */
/*                                                                       */
:root {
	--red: #891a1c;
	--blue: #0c2e8a;
	--danger: #891a1c;
	--primary: #0c2e8a !important;

	--theme-danger-rgb: 168, 16, 16;
	--opacity: 1
}

/*--------------------------------------------------------------
# Hlavní styly
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #444;
	font-family: "Open Sans", sans-serif;
}

a {
	color: #1C459F;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: rgba(var(--theme-danger-rgb), var(--opacity));
	/* #a81010; */
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

.ruka {
	cursor: pointer;
}


.ui-autocomplete {
	max-height: 350px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 350px;
}

.ui-widget-content {
	color: #555;
}

.ui-widget {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
}

.ui-menu .ui-menu-item:hover {
	background: rgba(0, 0, 0, 0.2);
}

.ui-autocomplete-loading {
	background: #fff url("https://jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

/** html #ui-id-1 .ui-menu-item:hover #search-down-detail {
  display: block;
  opacity: 1;
  visibility: visible;
}*/

.odsazeni-1 {
	text-indent: 1em;
}

i.wine {
	color: rgba(168, 16, 16, 0.6);
}

i.wine:hover {
	color: rgba(168, 16, 16, 1);
}

i.zluta {
	color: rgba(255, 201, 40, 0.6);
}

i.zluta:hover {
	color: rgba(255, 201, 40, 1);
}

.btn-warning-cust {
	color: #333;
	background-color: rgba(255, 201, 40, 1);
	/*border-color: rgba(255, 180, 40, 1);*/
}

.btn-warning-cust:hover {
	color: #000;
	background-color: rgba(235, 190, 40, 1);
	/*border-color: rgba(255, 201, 40, 1);*/
}

.btn-primary-cust {
	color: #fff;
	background-color: rgba(12, 46, 138, 1.0);
	border-color: rgba(12, 46, 138, 1.0);
}

.btn-primary-cust:hover {
	color: #fff;
	background-color: rgba(12, 46, 100, 1.0);
	border-color: rgba(12, 46, 100, 1.0);
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: rgba(12, 46, 138, 0.6);
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

.back-to-top:focus {
	background: rgba(12, 46, 138, 1.0);
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: rgba(12, 46, 138, 1.0);
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

/*.breadcrumb li[class^="bg"]:before {*/
.breadcrumb li.bg-info:before {
	display: inline-block;
	padding-right: .5rem;
	color: #fff;
	/*#6c757d;*/
	content: "/";
}

.breadcrumb li:first-child::before {
	content: "";
}

/*--------------------------------------------------------------
# Vlastní styly
--------------------------------------------------------------*/

.font-07 {
	font-size: 0.7em;
}

.font-08 {
	font-size: 0.8em;
}

.font-16 {
	font-size: 1.6em;
}

.font-bold {
	font-weight: bold;
}

.h-40px {
	height: 40px;
}

a.odkaz-dotted::before {
	border-bottom: 1px dotted #1C459F;
}

a.odkaz-dotted::after {
	border-bottom: 1px dotted #1C459F;
}

a.odkaz-dotted {
	border-bottom: 1px dotted #1C459F;
}

a:hover.odkaz-dotted {
	border-bottom: 1px dotted rgba(168, 16, 16, 1.0);
}

#aktuality {
	background: #fefbee;
}

.aktualita {
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e9e9e9;
}

.aktualita>h4 {
	color: #1C459F;
	margin-top: 2vh;
}

.card-img {
	width: 100%;
	border-radius: 0px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #891A1C;
	border-color: #420B14;
}

.page-item .page-link {
	z-index: 3;
	color: #891A1C;
}

.btn-icon-split {
	padding: 0;
	overflow: hidden;
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
}

.btn-icon-split .icon {
	background: rgba(0, 0, 0, 0.15);
	display: inline-block;
	padding: 0.375rem 0.75rem;
}

.btn-icon-split .text {
	display: inline-block;
	padding: 0.375rem 0.75rem;
}

.btn-icon-split.btn-sm .icon,
.btn-group-sm>.btn-icon-split.btn .icon {
	padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-sm .text,
.btn-group-sm>.btn-icon-split.btn .text {
	padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-lg .icon,
.btn-group-lg>.btn-icon-split.btn .icon {
	padding: 0.5rem 1rem;
}

.btn-icon-split.btn-lg .text,
.btn-group-lg>.btn-icon-split.btn .text {
	padding: 0.5rem 1rem;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

#topbar .contact-info a {
	line-height: 1;
	color: #555;
}

#topbar .contact-info a:hover {
	color: #a81010;
}

#topbar .contact-info i {
	color: #333;
	padding: 4px;
}

#topbar .contact-info .fa-phone {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
	color: #555;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
	color: #a81010;
}

#topbar .social-links a:first-child {
	border-left: 0;
}

#topbar a.user-menu {
	background: #913001;
	color: #f1e7e2;
}

#topbar a:hover.user-menu {
	background: #4b2411;
	color: #ffffff;
}

#topbar a.kosik-menu {
	background: #ffc928;
	color: #333;
	height: 3.8vh;
	padding: .5rem 1rem;
	font-size: 1.2em;
	margin-top: .2rem;
}

#topbar a:hover.kosik-menu {
	background: #F2CD13;
	/*#ffc928;*/
	color: #ffffff;
}

#kosik-tlacitko:hover #kosik-detail {
	display: block;
	visibility: visible;
	opacity: 1;
}

#kosik-detail {
	width: 500px;
	height: auto;
	position: absolute;
	background-color: #fafafa;
	z-index: 99;
	margin-left: auto;
	max-height: 500px;
	overflow-y: hidden;
	color: #333;
	right: calc(10%);
	top: 38px;

	display: none;
	opacity: 0;
	visibility: hidden;

	margin-right: auto;
	padding: 50px 10px;
	border: solid 2px rgba(168, 16, 16, 1)
		/*#f2bd1d   #a81010*/
	;
	-webkit-transition: opacity 2s, visibility 2s;
	transition: opacity 2s, visibility 2s;
	box-shadow: 0 5px 25px -4px rgba(0, 0, 0, 0.8);
}

#kos-kusy {
	position: absolute;
	top: 20px;
	right: 0px;
	/*-250px;*/
	display: block;
	width: 30px;
	height: 30px;
	padding: 2px 10px 0 8px;
	background: #cc0000;
	color: #fff;
	border: 1px solid #990000;
	z-index: 100;
	border-radius: 50%;
	font-weight: 600;
	font-family: inherit;
}

.zobrazene_jmeno {
	width: 6.6rem !important;
}

/*#search-down-tlacitko:hover #search-down-detail {display: block; visibility: visible; opacity: 1;}*/
#search-down-detail {
	width: 500px;
	height: auto;
	position: absolute;
	background-color: #fafafa;
	z-index: 99;
	margin-left: auto;
	max-height: 500px;
	overflow-y: hidden;
	color: #333;
	right: calc(30%);
	top: 38px;

	display: none;
	/*opacity: 0;
  visibility: hidden;*/

	margin-right: auto;
	padding: 50px 10px;
	border: solid 2px rgba(168, 16, 16, 1)
		/*#a81010*/
	;
	-webkit-transition: opacity 2s, visibility 2s;
	transition: opacity 2s, visibility 2s;
	box-shadow: 0 5px 25px -4px rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	padding: 20px 0;
	height: 84px;
	transition: all 0.5s;
	z-index: 997;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
	margin-top: 40px;
}

#header #logo h1 {
	font-size: 1.2em;
	/*42px;*/
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

#header #logo h1 a {
	color: #555;
	line-height: 1;
	display: inline-block;
}

#header #logo h1 a span {
	color: #333;
}

#header #logo img {
	height: 80px;
	width: auto;
	padding: 0;
	margin: 0;
	margin-top: 0px;
}

/*--------------------------------------------------------------
# Sekce slider - carousel
--------------------------------------------------------------*/
#hledat-box {
	position: absolute;
	top: 240px;
}

#hledat-box #button-hledat {
	background: rgba(168, 16, 16, 1) !important;
	border-color: rgba(119, 0, 0, 1) !important
}

#hledat-box #button-hledat:hover {
	background: rgba(119, 0, 0, 1) !important;
	border-color: rgba(109, 0, 0, 1) !important
}

#intro {
	width: 100%;
	height: 60vh;
	position: relative;
	background: url("../img/intro-carousel/slider-knihy-trojan-prodejna-ulice.jpg") no-repeat rgba(0, 0, 0, 1);
	background-size: cover;
}

#intro .intro-content {
	position: absolute;
	bottom: 0;
	top: 10vh;
	left: 0;
	right: 0;
	height: 25vh;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	/*width: 50em;
  height: 20em;
  margin: auto;*/
	/*background: rgba(0, 0, 0, 0.8);*/
}

#intro .intro-content h2 {
	color: #fff;
	/*#555;*/
	margin-bottom: 30px;
	font-size: 64px;
	font-weight: 700;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

#intro .intro-content h2 span {
	color: rgba(168, 16, 16, 1);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8),
		0px 1px 8px rgba(255, 255, 255, 1);
	/*  text-decoration: underline;*/
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
}

#intro .intro-content .btn-get-started {
	background: #0c2e8a;
	border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
	background: none;
	color: #0c2e8a;
}

#intro .intro-content .btn-projects {
	background: rgba(168, 16, 16, 1.0);
	border: 2px solid rgba(168, 16, 16, 1.0);
}

#intro .intro-content .btn-projects:hover {
	background: none;
	color: rgba(168, 16, 16, 1.0);
}

#intro #intro-carousel {
	z-index: 8;
}

#intro #intro-carousel::before {
	content: '';
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 7;
}

#intro #intro-carousel .item {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigace Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -30rem;
	/*  BYLA 0 */
	width: 60vw;
	/* NOVE */
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu>li {
	float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
	display: block;
}

.nav-menu ul ul {
	top: 90%;
	/* BYLA 0 */
	left: 5rem; /* -50%; */
	/* BYLO 100% */
	width: 20rem;
	/* NOVE */
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
	padding: 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #555;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	outline: none;
}

.nav-menu li:hover>a,
.nav-menu .menu-active>a {
	color: #913001;
	border-bottom: 2px solid #913001;
	/*color: #a81010;
  border-bottom: 2px solid #a81010;*/
}

.nav-menu>li {
	margin-left: 10px;
}

.nav-menu li>a {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}

.nav-menu ul li:hover>a {
	color: rgba(168, 16, 16, 1.0);
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #888;
}

/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(52, 59, 64, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}

#mobile-nav ul li a:hover {
	color: #fff;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: rgba(var(--theme-danger-rgb), var(--opacity));
}

#mobile-nav ul .menu-item-active {
	color: rgba(var(--theme-danger-rgb), var(--opacity));
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
	z-index: 1100;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

.nav-menu li > a.nav-antik {
	/* border-bottom: 1px solid #dc3545; */
	border-color: rgba(var(--theme-danger-rgb), var(--opacity));
	border-bottom-width: 1px;
	transition: all .2s ease-in;
}

.nav-menu li.menu-active > a.nav-antik {
	border-bottom-width: 3px;
}

.nav-menu li > a.nav-antik:hover {
	background-color: rgba(var(--theme-danger-rgb), var(--opacity));
	color: rgb(241, 231, 226);
	border-bottom-width: 1px;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/*.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
  margin-bottom: 0;
} */

.breadcrumbs {
	padding: 20px 0 20px 0;
	background: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	margin-bottom: 0;

}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 700;
	color: #545454;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6e6e6e;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

/*.breadcrumb li[class^="bg"]:before {*/
.breadcrumb li.bg-info:before {
	display: inline-block;
	padding-right: .5rem;
	color: #fff;
	/*#6c757d;*/
	content: "/";
}

.breadcrumb li:first-child::before {
	content: "";
}



/*--------------------------------------------------------------
# Sekce
--------------------------------------------------------------*/

/* Sekce Header
--------------------------------*/

.section-header {
	margin-bottom: 30px;
	position: relative;
}

.section-header h2 {
	font-size: 32px;
	color: #0c2e8a;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}

.section-header h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: rgba(var(--theme-danger-rgb), var(--opacity));
	bottom: 0;
	left: 0;
}

.section-header h3 {
	font-size: 1.75em;
	color: rgba(var(--theme-danger-rgb), var(--opacity));
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 1rem;
	padding-left: 2rem;
}

.section-header h3::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 3px;
	height: 28px;
	background: #0c2e8a;
	top: 0;
	left: 0;
}

.section-header p {
	padding: 0;
	margin: 0;
}

/* Sekce O nás a Novinky
--------------------------------*/

#about {
	padding: 60px 0 30px 0;
}

#about .about-img {
	overflow: hidden;
}

#about .about-img img {
	/*margin-left: -15px;*/
	max-width: 100%;
}

#about .content h2 {
	color: #0c2e8a;
	font-weight: 700;
	font-size: 36px;
	font-family: "Raleway", sans-serif;
}

#about .content h3 {
	color: #555;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}

#about .content p {
	line-height: 26px;
}

#about .content p:last-child {
	margin-bottom: 0;
}

#about .content i {
	font-size: 20px;
	padding-right: 4px;
	color: rgba(var(--theme-danger-rgb), var(--opacity));
}

#about .content ul {
	list-style: none;
	padding: 0;
}

#about .content ul li {
	padding-bottom: 10px;
}

#about .content ul li.kalendar-akci-seznam {
	padding-bottom: 10px;
}

#about .content ul li.kalendar-akci-seznam>.kalendar-seznam-1 {
	display: inline-flex;
	width: 160px !important;
	margin-right: 1vh;
	padding-bottom: 10px;
}

#about .content ul li.kalendar-akci-seznam>.kalendar-seznam-2 {
	display: inline-flex;
	width: 22em;
	margin-right: 1vh;
	padding-bottom: 10px;
}

#about .content ul li.kalendar-akci-seznam>.kalendar-seznam-3 {
	display: inline-flex;
	width: 10em;
	margin-right: 0px;
	padding-bottom: 10px;
}

#about.barney-blog .section-header h2 {
	font-size: 2rem;
}
#about.barney-blog .blog-container {

}
#about.barney-blog .card {
	transition: all 0.4s ease;
}

#about.barney-blog .card .card-image-box {
	overflow: hidden;
	transition: all 0.4s ease;
}

#about.barney-blog .card .card-image-box .card-img-top {
	scale: 1;
	transition: all 0.4s ease;
}

#about.barney-blog .card:hover .card-image-box .card-img-top {
	scale: 1.1;
	transition: all 0.4s ease;
}

#about.barney-blog .blog-content .blog-published {
	font-size: 0.6em;
	font-weight: normal;
	float: right;
	vertical-align: bottom;
}

#about.barney-blog .blog-content .barney-mainpicture {
	width: 100%;
	height: auto;
	max-width: 10rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 576px) {
	#about.barney-blog .section-header h2 {
		font-size: 1.4rem;
	}
	#about.barney-blog .blog-container {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

/* Sekce Services
--------------------------------*/

#services {
	padding: 30px 0 0 0;
}

#services .box {
	min-height: 25vh;
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
	background: #fff;
	transition: 0.4s;
}

#services .box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

#services .box .icon {
	float: left;
}

#services .box .icon i {
	color: #444;
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
}

#services .box .icon i:before {
	background: #fff;
	/*#0c2e8a;*/
	background: linear-gradient(45deg, rgba(168, 16, 16, 1.0) 0%, rgba(168, 16, 16, 0.7) 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#services .box h4 {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
}

#services .box h4 a {
	color: #444;
}

#services .box p {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 0;
	line-height: 24px;
}

/* Sekce Parneři
--------------------------------*/

#clients {
	padding: 30px 0;
}

#clients img {
	max-width: 100%;
	opacity: 0.95;
	transition: 0.3s;
	padding: 15px 0;
}

#clients img:hover {
	opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#clients .owl-dot.active {
	background-color: rgba(168, 16, 16, 1.0);
}

/* Sekce Foto a Video
--------------------------------*/

#portfolio {
	background: #fff;
	padding: 30px 0;
}

#portfolio .portfolio-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
	overflow: hidden;
	position: relative;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

#portfolio .portfolio-item h2 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 700;
}

#portfolio .portfolio-item img {
	transition: all ease-in-out 0.4s;
	width: 100%;
}

#portfolio .portfolio-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-item-cust {
	overflow: hidden;
	height: 11rem;
	/*12.6rem;*/
}

#portfolio .portfolio-info {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Sekce Reference
--------------------------------*/

#testimonials {
	padding: 30px 0;
}

#testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px 30px 0 30px;
	margin: 30px 15px;
	text-align: center;
	min-height: 350px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}

#testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}

#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}

#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#testimonials .owl-dot.active {
	background-color: rgba(168, 16, 16, 1.0);
}

/* Sekce Jdi na akci (call-to-action)
--------------------------------*/

#call-to-action {
	background: #081e5b;
	/*background: rgba(255, 201, 40, 1);*/
	background-size: cover;
	padding: 40px 0;
}

#call-to-action .cta-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

#call-to-action .cta-text {
	color: #fff;
	font-size: 1.2em;
}

#call-to-action .cta-btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 1px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	background: rgba(255, 201, 40, 1);
	/*color: #fff;*/
}

#call-to-action .cta-btn:hover {
	background: #fff;
	border: 3px solid #fff;
	color: rgba(168, 16, 16, 1.0)
}

/* Sekce Tým - Osoby
--------------------------------*/

#team {
	background: #fff;
	padding: 30px 0 0 0;
}

#team .member {
	text-align: center;
	margin-bottom: 20px;
}

#team .member .pic {
	overflow: hidden;
	text-align: center;
}

#team .member .pic img {
	max-width: 100%;
}

#team .member .details {
	background: rgba(168, 16, 16, 1.0);
	color: #fff;
	padding: 15px;
	border-radius: 0 0 3px 3px;
}

#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}

#team .member .social {
	margin-top: 5px;
}

#team .member .social a {
	color: #fff;
}

#team .member .social i {
	font-size: 16px;
	margin: 0 2px;
}

/* Sekce Kontakt
--------------------------------*/

#contact {
	padding: 30px 0;
}

#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}

#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(12, 46, 138, 1);
	/*color: rgba(168, 16, 16, 1.0);*/
}

#contact .contact-info address,
#contact .contact-info p {
	margin-bottom: 0;
	color: #000;
}

#contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

#contact .contact-info a {
	color: #000;
}

#contact .contact-info a:hover {
	color: rgba(168, 16, 16, 1.0);
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
	margin-bottom: 20px;
}

#contact #google-map {
	height: 290px;
	margin-bottom: 20px;
}

#contact .form #sendmessage {
	color: rgba(168, 16, 16, 1.0);
	border: 1px solid rgba(168, 16, 16, 1.0);
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
	display: block;
}

#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#contact .form input,
#contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}

#contact .form button[type="submit"] {
	background: rgba(168, 16, 16, 0.7);
	border: 0;
	border-radius: 3px;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
}

#contact .form button[type="submit"]:hover {
	background: rgba(168, 16, 16, 1.0);
}

/*--------------------------------------------------------------
# KNIHA
--------------------------------------------------------------*/
.kniha {}

.kniha .icon {
	float: none !important;
	height: 250px;
}

.kniha .kniha-img {
	max-height: 230px;
	max-width: 250px;
	margin-bottom: 15px;
}

.kniha .title {
	margin-left: 0 !important;
	height: 3rem;
	overflow: hidden;
}

.kniha .title:after {
	/*content: "...";*/
}

.kniha .title a {
	color: #913001;
}

.kniha .description {
	margin-left: 0 !important;
}

.kniha .autor {
	max-height: 2rem;
}

.kniha .nakladatel {
	max-height: 2rem;
	overflow: hidden;
}

.kniha .cena {
	margin-top: .5rem;
	max-height: 2rem;
	font-size: 1.2em !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	/*background: #fefbee;*/
	padding: 0 0 30px 0;
	font-size: 14px;
}

#footer hr {
	border: none;
	border-top: 1px solid #333333;
}

#footer .creator {
	margin-top: 20px;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #555;
}

#footer .credits a {
	color: #0c2e8a;
}

#footer .flogo h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

#footer.bg-grey {
	background: #292929;
}

#footer .logo-footer {
	margin-bottom: 40px;
}

#footer {
	color: grey;
}

#footer p,
#footer a {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

#footer h6 {
	margin-bottom: 40px;
	position: relative;
}

#footer h6:after {
	position: absolute;
	content: "";
	background: grey;
	width: 12%;
	height: 1px;
	left: 0;
	bottom: -20px;
}

#footer .btn-footer {
	color: grey;
	text-decoration: none;
	border: 1px solid;
	border-radius: 5px;
	font-size: 13px;
	padding: 7px 30px;
	line-height: 47px;
}

#footer .btn-footer:hover {
	text-decoration: none;
}

#footer .form-footer input[type="text"] {
	border: none;
	border-radius: 16px 0 0 16px;
	outline: none;
	padding-left: 10px;
}

#footer .form-footer input[type="button"] {
	border: none;
	background: #232323;
	margin-left: -5px;
	color: #fff;
	outline: none;
	border-radius: 0 16px 16px 0;
	padding: 2px 12px;
}

#footer .social .fab,
#footer .social .fas {
	color: grey;
	font-size: 2.2em;
	padding: 10px 15px;
	background: #3c3c3c;
}

#footer .social .fab:hover,
#footer .social .fas:hover {
	color: #fff;
}

#footer ul li {
	list-style: none;
	display: block;
}

#footer ul {
	padding-left: 0;
}

#footer ul li a {
	text-decoration: none;
	color: grey;
	text-decoration: none;
	font-size: 1.4em;
}

#footer a:hover {
	text-decoration: none;
	color: #f5f5f5 !important;
}

#footer .logo-part {
	padding-right: 20px;
	border-right: 1px solid grey;
	height: 100%;
}

/*--------------------------------------------------------------
# RESPONZIVNI
--------------------------------------------------------------*/
@media (min-width: 768px) {

	#contact .contact-address,
	#contact .contact-phone,
	#contact .contact-email {
		padding: 20px 0;
	}

	#contact .contact-phone {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}

@media (min-width: 769px) {
	#call-to-action .cta-btn-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}

	#header {
		/*padding: 20px 0 5px 0;*/
		padding: 45px 0 5px 0;
		height: 100px;
	}

	#header #logo h1 {
		/*font-size: 34px;*/
		font-size: 14px;
	}

	#header #logo img {
		max-height: 40px;
	}

	#nav-menu-container {
		display: none;
	}

	#mobile-nav-toggle {
		display: inline;
		top: 60px;
	}

	#about .about-img {
		height: auto;
	}

	#about .about-img img {
		margin-left: 0;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	#intro .intro-content h2 {
		font-size: 34px;
	}

	#services .box .box {
		margin-bottom: 20px;
	}

	#services .box .icon {
		float: none;
		text-align: center;
		padding-bottom: 15px;
	}

	#services .box h4,
	#services .box p {
		margin-left: 0;
		text-align: center;
	}

	#testimonials .testimonial-item {
		margin: 30px 10px;
	}
}

@media (max-width: 576px) {
	#contact #google-map {
		margin-top: 20px;
	}
}