@media(min-width: 768px) {
	.wow {
		visibility: hidden;
	}
}

#cookie-info {
	z-index: 1030;
	position: fixed;
	display: block;
	max-width: 20rem;
	right: 1rem;
	margin-left: 1rem;
	bottom: 1rem;
}

#cookie-info .card {
	padding: 0.5rem;
}

/* FIDENT */

body {
	font-family: 'Montserrat', sans-serif!important;
}

a {
	text-decoration: none!important;
	color: #000;
}

a:hover {
	color: #045072;
}

p {
	text-indent: 2.5rem;
}

.stats p {
	text-indent: 0!important;
}

.card p {
	text-indent: 0!important;
}

.fident-badge {
	color: #fff;
	background-color: #78b3c5;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fident-bg-1 {
	background-color: #eee;
}

.fident-bg-2 {
	background-color: #78b3c5;
}

.hidden-overflow {
	overflow: hidden;
}

/* parallax images */

.fident-parallax-image {
	background: no-repeat center fixed;
	background-size: cover;
	background-color: #fff;
}

/* head section */

.fident-title {
	font-family: 'Times New Roman';
	font-size: 50px;
	line-height: 58px;
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 0;
}

.fident-subtitle {
	font-family: 'Times New Roman';
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

.fident-top {
	flex: inherit;
}

.fident-top-contact {
	font-size: 20px;
	font-style: italic;
	list-style: none;
	color: #022d40;
}

.fident-top-contact li {
	display: inline;
	border-right: #3f97bd solid 1px;
	padding-right: 10px;
	padding-left: 5px;
	white-space: normal!important;
}

.fident-top-contact li:last-child {
	border-right: none;
}

/* slider */

.slider-caption {
	position: absolute;
	right: 15%;
	bottom: initial;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-caption {
	bottom: 3rem;
}

/* navbar */

.fident-navbar {
	background: #045072;
	padding: 0;
}

.fident-navbar .nav-link {
	padding: 0.7rem;
}

.fident-navbar .nav-item:hover {
	background: #327696;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.fident-navbar .navbar-nav .active {
	background: #fff!important;
}

.fident-navbar .nav-item.active .nav-link {
	color: #045072!important;
}

.fident-navbar-bottom {
	background: #045072;
	padding-left: 0;
	padding-right: 0;
}

.fident-navbar-bottom.navbar {
	padding: 0;
}

.fident-navbar-bottom .navbar-nav .active {
	border-radius: 0;
}

.fident-navbar-bottom .navbar-nav .nav-link {
	padding-left: .25rem;
	padding-right: .25rem;
	padding-top: 0.3rem;
	padding-bottom: 0rem;
	font-size: .75rem;
}

/* team */

.team {
	margin-bottom: 2rem;
}

/* offer */

.offer-sidebar {
	position: sticky;
	top: 4rem;
}

.list-group-item {
	border-color: #17a2b8;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	text-decoration: none;
	color: #fff;
	background-color: #17a2b8;
}

.list-group-item.active {
	background-color: #17a2b8;
	border-color: #17a2b8;
}

/* prices */

.service {
	margin-bottom: 0.5rem;
}

.service a {
	color: #000;
}

.card-service {
	padding: 0.6rem;
	border-color: #17a2b8;
	color: #17a2b8;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-service.active {
	background: #17a2b8;
	color: #fff;
}

.card-service:hover, .card-service.active:hover {
	background: #17a2b8;
	color: #fff;
}

/* prices-cards */

.card-service-list .card-body {
	padding: 0.5rem;
	border-radius: 0;
	border-left: none;
	border-right: none;
	margin-bottom: -1px;
}

.card-service-list .active {
	background: #dcdcdc;
}

.card-price {
	background: #f2f2f2;
	font-weight: bold;
}

.card-service-list .card-body:hover, .card-price:hover {
	background: #eaeaea;
}

/* prices-table */

.table-hover tbody tr:hover {
	background-color: #cfcfcf;
}

/* gallery */

.fident-img-thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	transition: all 0.2s ease-in-out;
	max-width: 100%;
	height: auto;
}

a .fident-img-thumbnail:hover {
	opacity: 0.4;
}

/* footer section */

.footer-icons img {
	margin: 5px;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.footer-icons img:hover, .icons img:focus, .icons img:active {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* contact */

.fident-contact-card {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 768px) {
	.fident-contact-card {
		height: 22rem;
	}
}

@media (min-width: 1200px) {
	.fident-contact-card {
		height: 19.5rem;
	}
}

.fident-contact-card a {
	color: #17a2b8;
}

.fident-contact-card:hover a {
	color: #fff;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 660px;
		margin: 1.75rem auto;
	}
}