/* Global styles
================================================== */

a {
	color: #fe6019;
}

a.read-more:hover {
	color: #327cbc;
}


/* Typography
================================================== */

.btn.btn-primary {
	border: 2px solid #fe6019;
}

.btn.btn-primary:hover {
	background: #fe6019;
}

.btn.btn-primary.solid {
	background: #fe6019;
}

.btn.btn-primary.solid:hover,
ul.circle li:before {
	color: #fe6019;
}

ul.check-list li i {
	color: #fe6019;
}

blockquote {
	border-left: 5px solid #fe6019;
}


/* Common styles
================================================== */

.heading:hover .title-icon {
	color: #fe6019;
}

h2.entry-title a:hover {
	color: #fe6019;
}

/* Icon pentagon */

.icon-pentagon {
	background: none repeat scroll 0 0 #fe6019;
}

.icon-pentagon:before {
	border-bottom: 10px solid #fe6019;
}

.icon-pentagon:after {
	border-top: 10px solid #fe6019;
}

.service-icon:before {
	border-bottom: 30px solid #fe6019;
}

.service-icon:after {
	border-top: 30px solid #fe6019;
}

/* Carousel controller */

.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
	background: #fe6019;
}

/* Input form */

.form-control:focus {
	border: 1px solid #fe6019 !important;
}

/* Flex Slider */

.portfolio-slider .flex-direction-nav a:hover,
.ts-flex-slider .flex-direction-nav a:hover {
	background: #fe6019;
}

/* Pagination */
.pagination .page-link {
	color: #fe6019;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
	background: #fe6019;
	border-color: #fe6019;
}

/* Header area
================================================== */

/*-- Header --*/
.header {
	border-top: 5px solid #fe6019;
}

.header-solid ul.navbar-nav>li:hover>a,
.header-solid ul.navbar-nav>li.active>a {
	color: #fe6019;
}

/*-- Logo --*/

.navbar-brand {
	background: #000;
}

.navbar-toggler {
	background: #fe6019;
}

/*-- Main navigation --*/

.nav-item.active {
	color: #fe6019;
}

.nav-link:hover,
.dropdown-item:hover {
	color: #fe6019 !important;
}


/* Header area - 2
================================================== */

/*-- Header bgnone fixed --*/

.header-bgnone {
	background: #fe6019;
}


/* Slideshow
================================================== */

/*-- Main slide --*/

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
	background-color: #fe6019;
}

#main-slide .carousel-control i:hover {
	background: #fe6019;
}

/* Portfolio
================================================== */

.isotope-nav ul li a {
	border: 1px solid #fe6019;
}

.isotope-nav ul a.active,
.isotope-nav ul a:hover {
	background: #fe6019;
}

.isotope-nav ul a.active:after,
.isotope-nav ul a:hover:after {
	border-color: #fe6019 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}


/* Feature box
================================================== */
.feature-icon {
	color: #fe6019;
	font-size: large;
}

.feature-center-icon {
	color: #fe6019;
}

/* About us
================================================== */

/* Featured Tab */

.featured-tab .nav-link.active {
	background: #fe6019;
}

.featured-tab .nav-link.active::before {
	border-left-color: #fe6019;
}

.featured-tab .nav-link:hover {
	background: #fe6019;
	color: #fff !important;
}

.featured-tab .nav-link:hover:before {
	border-left-color: #fe6019;
}

/* Pricing table
================================================== */

.plan.featured .plan-price {
	background: #fe6019;
}

.plan.featured .plan-price:after {
	border-top-color: #fe6019;
}

/* Testimonial
================================================== */

.testimonial-slide .testimonial-text:before {
	color: #fe6019;
}

.testimonial-slide .testimonial-text:after {
	color: #fe6019;
}

.testimonial-slide.owl-theme .owl-controls .owl-page.active span {
	background: #fe6019;
}

/* Recent Post
================================================== */

.post-img-overlay a:hover {
	background: #fe6019;
}


/* Footer
================================================== */

.copyright-info a:hover {
	color: #fe6019;
}

.footer2 .copyright-info a {
	color: #fe6019;
}

#back-to-top .btn.btn-primary:hover {
	background: #fe6019;
}

.footer-about-us h4 {
	color: #fe6019;
}

.footer-widget .latest-post-content h4 a:hover {
	color: #fe6019;
}

.subscribe button {
	background: #fe6019;
}

/* Blog Item page
================================================== */

.post-meta a:hover {
	color: #fe6019;
}

.author-url span a:hover {
	color: #fe6019;
}

.comments-counter a:hover {
	color: #fe6019;
}

.comments-list .comment-reply:hover {
	color: #fe6019;
}

/*-- Blog sidebar --*/

.widget-tab h4.entry-title a:hover {
	color: #fe6019;
}

.widget-tags ul>li a:hover {
	background: #fe6019;
}

.team {
	text-align: center;
}

.team-photo {
	width: 200px;
	/* Nastavte požadovanou šířku */
	height: 200px;
	/* Nastavte požadovanou výšku */
	border-radius: 50%;
	/* Vytvoří kruh */
	object-fit: cover;
	/* Zajistí, aby se obrázek přizpůsobil poměru stran */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	/* Přidá stín */
}

/* Landing page
================================================== */

.landing-header.header-bgnone ul.navbar-nav>li:hover>a,
.landing-header.header-bgnone ul.navbar-nav>li.active>a {
	color: #fe6019;
}

.features-content .features-icon {
	color: #fe6019;
}

.landing_facts {
	background: #fe6019;
}

.landing-tab .nav-link.active i {
	color: #fe6019;
}

.landing-tab .nav-link::before {
	background: #fe6019;
}

.landing-tab .nav-link:hover i {
	color: #fe6019 !important;
}

.text-primary {
	color: #fe6019 !important;
}

.app-gallery.owl-theme .owl-controls .owl-page.active span {
	background: #fe6019;
}

.landing_page_clients {
	background: #fe6019;
}

/* Misc */

.title-border {
	border-bottom: 2px solid #fe6019;
}

.post-title a:hover {
	color: #fe6019;
}

.portfolio-static-desc a:hover {
	color: #fe6019;
}

.client-carousel .item a:hover {
	border: 1px solid #fe6019;
}

.footer ul li a:hover {
	color: #fe6019;
}

.call-to-action {
	background: #fe6019;
}

.blog-date {
	background: #fe6019;
}

.widget-categories ul.category-list li a:hover {
	color: #fe6019;
}

.about-message ul li a:hover {
	color: #fe6019;
}

.directive-header {
	border: 1px solid #ddd;
	padding: 1em;
	border-radius: 5px;
	background-color: #f9f9f9;
	margin-bottom: 2em;
}

.directive-row {
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
}

.directive-label {
	flex: 0 0 160px;
	font-weight: bold;
}

.directive-content {
	flex: 1;
}

