/* Add here all your CSS customizations */

#header .header-logo img {
	margin: 5px 15px 5px 0 !important;
}

#header .header-logo h1 {
	display: none;
}

html .label-tousek {
	background-color: #1e4b8a;
}

a:hover.label-link-tousek {
	text-decoration: none !important;
}

a:hover.label-link-tousek > span.label-tousek {
	background-color: #063860;
}

.bg-tousek {
	background-color: #1e4b8a !important;
}

/* Custom background for slider breadcrumb default state */
.owl-theme .owl-dots .owl-dot span {
	background-color: #a83b3b;
}

#html section.section.custom-home-contacts ul li i {
	color: yellow;
	background-color: #00ff00 !important;
}

/* Remove border from Kde nas najdete list items */
#custom-section-where-we-are .list.list-icons.list-icons-style-2 li > .fa:first-child,
#custom-section-where-we-are .list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
#custom-section-where-we-are .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
	border: none;
}


.custom-call-to-action {
	display: block;
	border-left: 2px solid #4e4e4e;
	padding-left: 10px;
}
.custom-call-to-action span:nth-child(2) {
	display: block;
	font-size: 1.8rem;
}
.custom-call-to-action.white-border {
	border-color: #FFF !important;
}

@media (max-width: 991px) {
	.custom-call-to-action span:nth-child(2) {
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.custom-call-to-action span:nth-child(2) {
		font-size: 2rem;
	}
}

/* Masonry */
.masonry .masonry-item {
	width: 20% !important;
}

@media (max-width: 767px) {
	.masonry .masonry-item {
		width: 33% !important;
	}
}
