/* mndk.name @MNDK file:mndk/www-html/css/main.css */

body {
	padding-top: 3rem;
	/*color: #5a5a5a;*/
}

.cursor-pointer {
	cursor: pointer;
}

.bg-body-tertiary {
	background-color: #343a40 !important;
}

.navbar-bg-gray {
	background-color: #343a40;
}

.main-gray {
	color: #5a5a5a;
}

.main-light-gray {
	color: #325d88;
}

:root {
	--label-bg-light: #fff;
	--label-bg-dark: #303030;
}

.form-outline2 {
	position: relative;
	margin-bottom: 1.5rem;
}

.form-outline2 label {
	position: absolute;
	top: 0;
	left: 0;
	padding: .30rem .75rem;
	margin-left: .2rem;
	transition: all .3s;
	pointer-events: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.form-outline2 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .30rem .75rem;
	border: 1px solid #bdbdbd;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select-label.active {
	margin-left: 0 !important;
	padding: 0 0.3rem !important;
	background: var(--label-bg-light);
	transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}
.select-label {
	max-width: var(--mdb-form-outline-select-label-max-width);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mndk-gallery-image {
	object-fit: cover;
	height: 200px;
	max-width: 100%;
}

.carousel {
	margin-bottom: 4rem;
}
.carousel-caption {
	padding: 1rem 1rem 1rem 1rem;
	bottom: 1rem;
	z-index: 10;
	background-color: rgba(60,61,65,.55);
}
.carousel-item {
	height: 36rem;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
}

.intro {
	width: 10rem;
}

.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: 400;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

.featurette-divider {
	margin: 5rem 0;
}
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}
.profile-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}


.results-list {
	height: 3rem;
	width: auto;
}
.results-hr {
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
}


@media (min-width: 40em) {
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.featurette-heading {
		font-size: 3.125rem;
	}
	.profile-heading {
		font-size: 3.125rem;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
	.profile-heading {
		margin-top: 4rem;
	}
}

.partners_img {
	padding:0 1.25rem 0 1.25rem;
}

.portfolio-item {
	margin-top: 1.5625rem;
}

/* footer */
#footer-menu {
	background-color: #343a40;
	color: white;
	padding-top: 1.25rem;
	margin-top: 1.875rem;
	font-size: 0.875rem;
}
#footer-menu .footer-copyright {
	background-color: #333333;
	padding-top: 0.1875rem;
	padding-bottom: 0.1875rem;
	text-align: center;
}
#footer-menu .footer-copyright p {
	margin: 0.625rem;
	color: #ccc;
}
#footer-menu .row {
	margin-bottom: 0.625rem;
}
#footer-menu ul {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.7;
}
#footer-menu h5 {
	font-size: 0.875rem;
	color: white;
	font-weight: bold;
	margin-top: 0.3125rem;
}
#footer-menu a {
	color: #d2d1d1;
	text-decoration: none;
}
#footer-menu a:hover,
#footer-menu a:focus {
	text-decoration: none;
	color: white;
}
#footer-menu .social-networks {
	text-align: center;
	padding-top: 0;
}
#footer-menu .social-networks a {
	font-size: 2rem;
	color: #f9f9f9;
	padding: 0.625rem;
	transition: 0.2s;
}
#footer-menu .social-networks a:hover {
	text-decoration: none;
	color: #0077e2;
}

@media screen and (max-width: 767px) {
	#footer-menu {
		text-align: center;
	}
}

/* back to top */
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 1.25rem;
	right: 1.25rem;
}

/* in-line race details */
#race-description {
	background: #ffffff;
	padding: 1.25rem;
	overflow: hidden;
}
#race-description img {
	margin-bottom: 1.875rem;
}
#race-description h1 {
	font-size: 1.875rem;
}
#race-description .race-comments {
	margin-bottom: 0.875rem;
}
#race-description .race-comments h1 {
	padding: 0;
	margin: 1.25rem 0 0 0;
}
#race-description .race-comments p {
	padding: 1.125rem 0 0 0;
	margin: 0;
}
#race-description .race-comments dl {
	font-size: 0.875rem;
}
#race-photos {
	width: 100%;
	height: 5rem;
	position: relative;
}
#race-photos img {
	width: auto;
	height: 5rem;
}

#login-dp {
	min-width: 25em;
	padding: 0.875rem 0.875rem 0;
	overflow: hidden;
}
#login-dp .form-group {
	margin-bottom: 0.625rem;
}