/*
|--------------------------------------------------------------------------
| Fonts
|--------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&Roboto+Condensed:ital,wght@1,600&family=Lato:wght@300;400;500;700&family=Oswald:wght@400;700&family=Playfair+Display:wght@400&display=swap');


/*
|--------------------------------------------------------------------------
| Commons
|--------------------------------------------------------------------------
*/

body {
	background: #FFF;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.center {
	text-align: center;
}
.shadow {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}


/*
|--------------------------------------------------------------------------
| Text
|--------------------------------------------------------------------------
*/

.text-primary {
	color: #973851!important;
}
h1 {
	font-weight: 400;
}
h2 {
	font-weight: 400;
}
h3 {
	font-weight: 400;
}
h4 {
	font-weight: 400;
}
.font-weight-bold {
	font-weight: 500;
}
.bg-approved {
	background-color: #daffec;
}
.bg-not-approved {
	background-color: #ffe9d4;
}


/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/

a:link, a:visited, a:active {
	color: #973851;
	text-decoration: none;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
a:hover {
	color: #852f46;
	text-decoration: none;
}
a:focus {
	outline: 0 none;
}
.link-arrow-down {
	display: inline-block;
	background: url('../images/arrow-down.png') left center no-repeat;
	background-size: 22px 22px;
	padding-left: 35px;
	font-size: 17px;
	font-weight: 400;
	transition: all 0.3s linear!important;
    -moz-transition: all 0.3s linear!important;
    -webkit-transition: all 0.3s linear!important;
}
.link-arrow-up {
	display: inline-block;
	background: url('../images/arrow-up.png') left center no-repeat;
	background-size: 22px 22px;
	padding-left: 35px;
	font-size: 17px;
	font-weight: 400;
	transition: all 0.3s linear!important;
    -moz-transition: all 0.3s linear!important;
    -webkit-transition: all 0.3s linear!important;
}
.link-arrow-down:hover, .link-arrow-up:hover {
	filter: brightness(130%);
	color: #852f46;
}
.hero-arrow-down {
	filter: brightness(0) invert(1);
}
.hero-arrow-down:hover {
	filter: brightness(100%) invert(0);
}


/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/

.btn-primary, .btn-primary:visited, .btn-primary:active {
	background-color: #973851;
	color: #FFF!important;
	border-color: #973851;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #852f46;
	color: #FFF;
	border-color: #852f46;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #852f46;
	color: #FFF;
	border-color: #852f46;
}
.btn-primary.active {
	background-color: #FFF!important;
	color: #973851!important;
	border-color: #973851;
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #852f46;
	color: #FFF;
	border-color: #852f46;
}
.btn-success, .btn-danger {
	color: #FFF!important;
}
.btn-full, .btn-full:visited, .btn-full:active {
	padding: 16px 22px;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 5px;
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

.navbar {
	min-height: 92px;
}
.navbar-brand img {
	max-height: 60px;
}
.navbar-nav .nav-username {
	margin-right: 10px;
}
.navbar-nav .nav-profile-pic {
	display: inline-block;
	background: #EEE center center no-repeat;
	background-size: cover;
	margin-right: 5px;
	width: 60px;
	height: 60px;
	vertical-align: middle;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	float: left;
	background-color: #fff;
	background-clip: padding-box;
	top: 100%;
	left: 0;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	margin-top: 8px;
	color: #777;
	text-align: left;
	list-style: none;
	border: 1px solid #edf2f9;
	border-radius: 5px;
	z-index: 1000;
}
.navbar-nav .dropdown-item:active {
	background-color: #973851;
}
.navbar-light .navbar-toggler {
	border: none;
}


/*
|--------------------------------------------------------------------------
| Pages
|--------------------------------------------------------------------------
*/

.content-wrapper {
	background-color: #F9FBFD;
	padding: 40px 0px 60px 0px;
}
.card {
	border: 1px solid #edf2f9;
	box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
}
.card-title {
	margin: 6px 0px;
	color: #973851;
}
.card-header {
	background-color: #FFF;
	padding: 18px 20px;
	border-bottom: 1px solid #edf2f9;
}
.card-header-title {
	margin: 8px 0px;
	color: #973851;
}
.card-body.card-counter {
	margin: 25px;
}
.card-body .list-group-item {
	border-bottom: 1px solid #edf2f9;
}
.embed-responsive .card-img-top {
    object-fit: cover;
}
.main-navigation {
	margin-bottom: 30px;
}
.btn-main-navigation {
	background-color: #FFF;
	padding: 10px 20px;
	border: 1px solid #edf2f9;
	border-radius: 5px;
	box-shadow: 0 .2rem 1.5rem rgba(18,38,63,.03);
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-main-navigation:hover {
	background-color: #852f46;
	border: 1px solid #edf2f9;
	border-radius: 5px;
}
.btn-main-navigation.active {
	background-color: #852f46;
}
.btn-main-navigation-title {
	margin: 8px 0px;
	color: #973851;
	font-weight: 400;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-main-navigation:hover .btn-main-navigation-title, .btn-main-navigation.active .btn-main-navigation-title {
	color: #FFF;
}
.nav-pills .nav-link.active {
	background-color: #973851;
	color: #fff;
}
.nav-pills .nav-link.active:hover {
	background-color: #852f46;
}
.breadcrumb {
	background-color: #F9FBFD;
	margin-bottom: 10px;
	padding: 10px 20px;
}


/*
|--------------------------------------------------------------------------
| Tables
|--------------------------------------------------------------------------
*/

.table {
	margin-top: 20px;
	color: #777;
	table-layout: fixed;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.table th, .table td {
	padding: 8px;
	overflow: hidden;
}
.table .col-actions {
	width: 150px;
}
.table .actions-icon {
	padding: 0px 5px;
	height: 18px;
	cursor: pointer;
}
.table .table-no-results {
	padding: 100px 0px;
}
.table .cell-meta-actions {
	padding-top: 14px;
}


/*
|--------------------------------------------------------------------------
| Public page
|--------------------------------------------------------------------------
*/

.public-page {
	padding-top: 100px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
.public-page.homepage {
	padding-top: 0px;
}
.public-page h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	line-height: 55px;
	font-weight: 500;
	color: #222;
}
.public-page h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	line-height: 45px;
	font-weight: 700;
	color: #222;
}
.public-page .navbar {
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #FFF;
	z-index: 10;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.public-page.homepage .navbar {
	background: rgba(255,255,255,0);
}
.public-page .logo {
	float: left;
	margin: 10px 0px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.public-page .logo img {
	height: 80px;
	/* -webkit-filter: drop-shadow(0px 0px 40px #FFF);
	filter: drop-shadow(0px 0px 40px #FFF); */
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.public-page .navbar-nav {
	float: right;
	font-size: 17px;
	font-weight: 500;
	color: #222;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.public-page.homepage .navbar-nav {
	color: #FFF;
}
.public-page .navbar-nav li {
	margin: 3px 15px;
}
.public-page .navbar-nav li a {
	color: #000;
}
.public-page .navbar-nav li a:hover {
	color: #000;
}
.public-page .navbar-nav li a.active {
	background: none;
	color: #000;
}
.public-page .navbar-nav li a.active:hover {
	color: #000;
}
.public-page.homepage .navbar-nav li a {
	color: #FFF;
}
.public-page.homepage .navbar-nav li a:hover {
	color: #FFF;
}
.public-page.homepage .navbar-nav li a.active {
	background: none;
	color: #FFF;
}
.public-page.homepage .navbar-nav li a.active:hover {
	color: #FFF;
}
.public-page .navbar-resize {
	position: fixed;
	background: rgba(255,255,255,1);
	width: 100%;
	z-index: 1000;
}
.public-page.homepage .navbar-resize {
	background: rgba(255,255,255,1);
}
.public-page .navbar-resize .logo {
	margin: 10px 0px;
}
.public-page .navbar-resize .logo img {
	height: 60px;
}
.public-page.homepage .navbar-resize .navbar-nav {
	color: #000;
}
.public-page .navbar-resize nav {
	margin-top: 5px;
	font-size: 16px;
}
.public-page .navbar-resize .navbar-nav > li > a {
	padding-bottom: 10px!important;
}
.public-page .navbar-resize .navbar-nav li a {
	color: #000;
}
.public-page .navbar-resize .navbar-nav li a:hover {
	color: #000;
}
.public-page .navbar-resize .navbar-nav li a.active {
	background: none;
	color: #000;
}
.public-page .navbar-resize .navbar-nav li a.active:hover {
	color: #000;
}
.public-page .navbar-toggler {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	padding: 5px;
	border-radius: 0px;
	border: none;
}
.public-page .navbar-default .navbar-toggle {
	background: none;
}
.public-page .navbar-default .navbar-toggle:hover {
	background: none;
}
.public-page .page-header {
	margin: 10px 0px 25px 0px;
	padding: 0px;
}
.public-page .page-wrapper {
	background: #FFF;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.public-page .full-page-container {
	position: relative;
	width: 100%;
	min-height: 60vh;
	padding: 10vh 10vh;
}
.public-page .page-container {
	position: relative;
	width: 100%;
	min-height: 80vh;
	padding: 7vh 10vh;
}
.public-page .car-container-hero {
	position: relative;
	width: 100%;
	padding: 7vh 10vh;
}
.public-page .car-container {
	position: relative;
	width: 100%;
	min-height: 80vh;
	padding: 7vh 10vh;
}
/* .public-page .find-out-more {
	position: fixed;
	background: #FFF;
	right: 30px;
	bottom: 30px;
	width: 100px;
	height: 100px;
	padding-top: 28px;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
	z-index: 100;
}
.public-page .find-out-more:hover {
	background: #222;
	color: #FFF;
} */
.public-page #home {
	background: #111 url('../images/home-banner/bg-home.jpg') center center no-repeat;
	background-size: cover;
	min-height: 100vh;
}
.public-page #reel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-fit: cover;
}
.public-page .hero-claim {
	position: absolute;
	bottom: 12vh;
	z-index: 100;
}
.public-page .hero-claim h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 90px;
	line-height: 100px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: -3px;
	color: #FFF;
}
.public-page .hero-claim h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	line-height: 45px;
	font-weight: 300;
	color: #FFF;
}
/*
.public-page #about {
	background: #FFF;
	background: #F8F8F9 url('../images/bg-who-we-are.jpg') bottom right no-repeat;
	background-size: contain;
}
.public-page #about hr {
	margin: 40px 0px 20px 0px;
}
.public-page #assetclassic-fund {
	background: #FFF;
	background: #000 url('../images/bg-assets.jpg') bottom right no-repeat;
	background-size: contain;
}
.public-page #assetclassic-fund .fund-infograph {
	margin: 20px 0px 30px 0px;
	padding: 10px 0px;
	width: 100%;
	overflow-x: scroll;
}
.public-page #assetclassic-fund .fund-infograph-img {
	width: 100%;
	min-width: 1000px;
}
.public-page #our-world {
	background: #F8F8F9;
	font-size: 17px;
	line-height: 26px;
	color: #999;
}
.public-page #our-world .instagram-post {
	background: center center no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 30px;
}
*/
.public-page .banner {
	position: relative;
	width: 100%;
	height: 800px;
}
.public-page .bg-about-banner {
	background: url('../images/home-banner/bg-about.jpg') center center no-repeat;
	background-size: cover;
	background-position: center 70%;
}
.public-page .bg-five-pillars-banner {
	background: url('../images/home-banner/bg-pillars.jpg') center center no-repeat;
	background-size: cover;
	background-position: center 30%;
}
.public-page .bg-why-assetclassic-banner {
	background: url('../images/home-banner/bg-why.jpg') center center no-repeat;
	background-size: cover;
	background-position: center 55%;
}
.public-page .bg-management-team-banner {
	background: url('../images/home-banner/bg-team.jpg') center center no-repeat;
	background-size: cover;
	background-position: center 70%;
}
.public-page .bg-forum-banner {
	background: url('../images/home-banner/bg-forum.jpg') center center no-repeat;
	background-size: cover;
	background-position: center 63%;
}
.public-page #five-pillars .five-pillars-title {
	padding-right: 50%;
}
.public-page #forum .forum-column-left {
	position: relative;
}
.public-page #forum .forum-column-left .icon-arrow-right {
	width: 18px;
	margin-left: 6px;
}
.public-page #forum .forum-column-left .forum-bottom-text {
	position: absolute;
	bottom: 0px;
}
.public-page .hr-line-top {
	background-color: #959595;
	margin-bottom: 0px;
	height: 1px;
	border: 0px;
}
.public-page .icon-list {
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 30px;
}
.public-page .icon-list .icon-list-item {
	list-style: none;
}
.public-page .icon-list .icon-list-item img {
	width: 14px;
	margin-right: 4px;
}
.public-page .icon-list .icon-list-item span {
	font-size: 14px;
}
.public-page .v-card .v-card-header {
	border-bottom: 1px solid #959595;
	padding: 16px 0px;
}
.public-page .v-card .v-card-header .v-card-header-text {
	margin: 0px;
}
.public-page .v-card .v-card-header .v-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.public-page .v-card {
	padding-top: 20px;
}
.public-page .v-card .v-card-title {
	margin-top: 10px;
	font-weight: 900;
	color: #973851;
	margin-bottom: 14px;
}
.public-page .v-card .v-card-title .v-card-subtitle {
	font-size: 13px;
	font-weight: 900;
	color: #000000;
	margin: 5px 0px 0px 0px;
}
.public-page .v-card .v-card-text {
	margin-bottom: 0px;
}
.public-page .h-card {
	border-bottom: 1px solid #959595;
	padding: 30px 0px;
}
.public-page .h-card .h-card-title {
	color:#973851;
	margin-bottom: 0px;
}
.public-page .h-card .h-card-subtitle {
	font-size: 15px;
}
.public-page .h-card .business-expertise {
	position: absolute;
	bottom: 0;
}
.public-page .h-card .business-expertise .business-expertise-text {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
}
.public-page .h-card .h-card-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.public-page #contact {
	background: #000 url('../images/bg-contacts.jpg') bottom right no-repeat;
	background-size: contain;
	color: #FFF;
}
.public-page #contact .page-header h1 {
	margin-top: 0px;
	color: #FFF;
	text-align: center;
}
.public-page #contact form {
	margin-top: 10px;
}
.public-page #contact .icon-social {
	margin: 15px;
	height: 50px;
	transition: filter 0.3s linear;
    -moz-transition: filter 0.3s linear;
    -webkit-transition: filter 0.3s linear;
}
.public-page #contact .icon-social:hover {
	filter: brightness(130%);
}
.public-page .email-contact {
	font-size: 22px;
	font-weight: 400;
}
.public-page .content-spacer {
	height: 40px;
}
.public-page .border-animation {
    position: absolute;
    display: block;
    background-color: #852f46;
    left: 0;
    top: 90%;
    width: 0%;
    margin: 5px auto 0px auto;
    height: 1px;
    transition: width 0.5s ease;
}
.public-page .cars-list-img-wrapper, .public-page .events-list-img-wrapper {
	overflow: hidden;
}
.public-page .cars-list-img {
	background: #333 center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 380px;
	transition: transform .5s;
	-moz-transition: -moz-transform .5s;
	-webkit-transition: -webkit-transform .5s;
}
.public-page .cars-list-title {
	position: relative;
    display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}
.public-page .cars-list-element:hover .cars-list-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.public-page .cars-list-element:hover .border-animation {
	width: 100%;
}
.public-page #main-carousel {
	margin-top: 25px;
	margin-bottom: 10px;
}
.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.splide__arrow {
	opacity: 0!important;
}
.public-page #main-carousel img {
	transition: transform .5s;
	-moz-transition: -moz-transform .5s;
	-webkit-transition: -webkit-transform .5s;
}
.public-page #main-carousel img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
#thumbnail-carousel .splide__slide {
	opacity: 0.6;
}
#thumbnail-carousel .splide__slide.is-active {
	opacity: 1;
}
.carousel:hover .splide__arrow {
	opacity: 0.7!important;
}
.public-page .car-side-title {
	margin-top: 50px;
	font-size: 220px;
	line-height: 220px;
	font-weight: 700;
	color: #EEE;
}
.public-page .car-details {
	margin-bottom: 10px;
}
.public-page .cars-main-img {
	background: #333 center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 730px;
}
.public-page .cars-side-img {
	background: #333 center center no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	width: 100%;
	height: 350px;
}
.public-page .car-short-description {
	margin-top: 20px;
}
.public-page .car-description {
	margin-top: 25px;
}
.public-page .car-description ul {
	list-style: none;
	padding: 0px;
}
.public-page .car-description li {
	padding: 15px 0px;
	font-size: 17px;
	border-bottom: 1px solid #EEE;
}
.public-page .car-description li:last-child {
	border-bottom: none;
}
.public-page .car-secondary-text {
	margin: 15px 0px;
	padding: 25px 30px;
	column-count: 2;
	column-gap: 40px;
}
.public-page .brand-card p:last-child {
	margin-bottom: 0px;
}
.public-page .brand-img {
	float: left;
	margin: 35px 30px 10px 0px;
	max-width: 100%;
	height: 150px;
}
.public-page #car-enquiry input[type="text"], .public-page #car-enquiry input[type="email"] {
	margin-bottom: 26px;
}
.public-page .badge-sold {
	position: absolute;
	display: flex;
	background-color: #000;
	top: -40px;
	right: 30px;
	height: 88px;
	width: 88px;
	color: #FFF;
	font-size: 18px;
    line-height: 22px;
	font-family: oswald, "Helvetica Neue", Helvetica, sans-serif;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
    text-align: center;
	z-index: 100;
}
.public-page .badge-sold-show {
	position: relative;
	top: auto;
	right: auto;
	margin-left: 25px;
}
.public-page .about-img {
	max-width: 100%;
	margin: 40px 0px;
}
.public-page .ecosystem-img {
	width: 100%;
	max-width: 600px;
	margin: 40px 0px;
}
.public-page .team-profile {
	padding: 0px 15px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
.public-page .team-profile-pic {
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
	border-radius: 50%;
	opacity: 1;
	cursor: pointer;
	transition: opacity .5s;
	-moz-transition: -moz-opacity .5s;
	-webkit-transition: -webkit-opacity .5s;
}
.public-page .team-profile-pic:hover {
	opacity: 0.7;
}
.public-page .team-profile h4 {
	font-size: 17px;
}
.public-page .team-profile h5 {
	font-family: 'Playfair Display';
	font-size: 16px;
	font-style: italic;
	color: #055632;
}
.public-page .team-profile-text {
	display: none;
	font-size: 16px;
	line-height: 26px;
}
.public-page .team-icon-social {
	position: absolute;
	top: 0px;
	right: 50%;
	margin: 5px -100px 5px 0px;
	height: 25px;
	transition: filter 0.3s linear;
    -moz-transition: filter 0.3s linear;
    -webkit-transition: filter 0.3s linear;
}
.public-page .team-icon-social:hover {
	filter: brightness(130%);
}
.public-page .events-list-img {
	background: #333 center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 380px;
	transition: transform .5s;
	-moz-transition: -moz-transform .5s;
	-webkit-transition: -webkit-transform .5s;
}
.public-page .events-list-date {
	margin-top: 20px;
}
.public-page .events-list-title {
	position: relative;
    display: inline-block;
	margin-top: 0px;
	margin-bottom: 40px;
}
.public-page .events-list-element:hover .events-list-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.public-page .events-list-element:hover .border-animation {
	width: 100%;
}
.public-page .event-cover-img {
	position: relative;
	background: #333 center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.public-page .event-cover-img .event-header {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	padding-top: 200px;
	text-align: center;
}
.public-page .event-img {
	background: #333 center center no-repeat;
	background-size: cover;
	margin-top: 20px;
	width: 100%;
	height: 400px;
}
.public-page .event-secondary-text {
	padding: 25px 30px 10px 30px;
}
.public-page .partner-img {
	max-width: 100%;
	margin: 40px 0px;
}
.public-page .partnership {
	cursor: pointer;
}
.public-page .partnership .partnership-logo {
	position: relative;
	padding: 100px 0px;
	text-align: center;
}
.public-page .partnership .partnership-logo img {
	height: 100px;
}
.public-page .partnership-detail {
	background: #501c2a;
	position: absolute;
	padding: 60px 40px 0px 40px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
}
.public-page .partnership .partnership-img {
	background: center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
	text-align: center;
}
.public-page .copy-footer {
	background: #FFF;
	padding: 30px 16px 30px 16px;
	font-size: 15px;
	line-height: 22px;
}
.public-page .confirm-page {
	background: #000 url('../images/bg-confirm.jpg') center center no-repeat;
	background-size: cover;
	color: #FFF;
}
.player-video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin-top: 25px;
	margin-bottom: 25px;
	overflow: hidden;
}
.player-video iframe, .player-video object, .player-video embed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.grecaptcha-badge {
	width: 0px!important;
}


/*
|--------------------------------------------------------------------------
| Login & Register
|--------------------------------------------------------------------------
*/

.login-card {
	padding: 30px;
}
.login-card .login-title {
	margin: 10px 0px 20px 0px;
}


/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/

.form-control:focus {
	border: 1px solid #DDD;
	box-shadow: 0 0 4px #DDD;
	outline: 0 none;
}
.form-control.validation-border {
    transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -webkit-transition: border 0.3s linear;
}
.form-control.validation-border-green {
    border: 1px solid #2EBD70!important;
}
a.btn.btn-primary.validation-border-green {
    border: 1px solid #2EBD70!important;
    background: #2EBD70!important;
}
.form-control.validation-border-red {
    border: 1px solid #F75D4C!important;
}
a.btn.btn-primary.validation-border-red {
    border: 1px solid #F75D4C!important;
    background: #F75D4C!important;
}

/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
*/

.pagination {
	-webkit-box-pack: center !important;
	justify-content: center !important;
}
.pagination .page-item.active .page-link {
	background-color: #973851;
	border-color: #973851;
}
.pagination .page-link {
	color: #973851;
}
.pagination .page-linke:hover {
	color: #852f46;
}


/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

.footer-wrapper {
	padding: 30px 0px;
	font-size: 15px;
}


/*
|--------------------------------------------------------------------------
| File Upload
|--------------------------------------------------------------------------
*/

.file-upload-button {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.file-upload-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}
.file-upload-progress-container {
	width: 0px;
}
.file-upload-progress {
	width: auto;
	height: 32px;
	margin-top: 2px;
}
.file-upload-progress .progress-bar-success {
	background-color: #38c172;
}
.file-upload-preview {
	color: #FFF!important;
	text-align: center;
	cursor: pointer;
}
.file-upload-remove {
	color: #FFF!important;
	text-align: center;
	cursor: pointer;
}
.fileinput-hide {
	display: none
}


/*
|--------------------------------------------------------------------------
| Swal
|--------------------------------------------------------------------------
*/

.swal2-icon.swal2-info {
	color: #852f46;
	border-color: #852f46;
}
.swal2-modal .swal2-spacer {
	height: 0px;
}


/*
|--------------------------------------------------------------------------
| Date Picker
|--------------------------------------------------------------------------
*/

.input-date .input-group-append {
	cursor: pointer;
}
.datepicker.datepicker-dropdown {
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	color: #495057;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker table tr td, .datepicker table tr th {
	width: 34px;
	height: 34px;
	border-radius: 4px;
	border: none;
	text-align: center;
}
.datepicker table tr td.active {
	background: #973851;
}
.datepicker table tr td.active:hover {
	background: #852f46;
}


/*
|--------------------------------------------------------------------------
| Fancybox
|--------------------------------------------------------------------------
*/

.fancybox-content {
	max-width: 800px;
	margin: 0;
}
.fancybox-page {
	padding: 40px 30px;
}
.fancybox-container {
	z-index: 1000;
}


/*
|--------------------------------------------------------------------------
| Multiple Select
|--------------------------------------------------------------------------
*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #973851;
}
.select2-container .select2-selection--single {
    height: 37px!important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 37px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 37px!important;
}


/*
|--------------------------------------------------------------------------
| Errors
|--------------------------------------------------------------------------
*/

.error-page-wrapper {
	display: flex;
	min-height: 100vh;
}
.error-content-wrapper {
	display: flex;
	width: 50%;
	padding: 0px 50px;
	justify-content: center;
	align-items: center;
}
.error-page h1 {
	margin-bottom: 20px;
	font-size: 50px;
	color: #22292f;
}
.error-page h3 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 300;
	color: #606f7b;
}
.error-image-wrapper {
	position: relative;
	padding-bottom: 0;
	width: 50%;
	min-height: 100vh;
}
.error-page-img {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/*
|--------------------------------------------------------------------------
| Responsive: large desktop
|--------------------------------------------------------------------------
*/

@media (min-width: 1200px) {

	.public-page .navbar-collapse {
		display: block!important;
	}
	.public-page .navbar-toggler {
		display: none;
	}

}

@media (min-width: 1200px) and (max-width: 1512px) {

	.public-page .cars-list-img {
		height: 290px;
	}
	.public-page .events-list-img {
		height: 290px;
	}
	.public-page .car-side-title {
		margin-top: 40px;
		font-size: 170px;
		line-height: 170px;
		color: #EEE;
	}
	.public-page .cars-main-img {
		height: 570px;
	}
	.public-page .cars-side-img {
		height: 270px;
	}
	.public-page .event-cover-img {
		height: 500px;
	}
	.public-page .event-img {
		height: 290px;
	}

}


/*
|--------------------------------------------------------------------------
| Responsive: desktop and tablet
|--------------------------------------------------------------------------
*/

@media (min-width: 992px) and (max-width: 1199px) {

	.public-page .navbar-collapse {
		display: block!important;
	}
	.public-page .navbar-toggler {
		display: none;
	}
	.public-page header nav ul li {
		display: block;
		float: none;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	.public-page .full-page-container {
		padding: 10vh 5vh;
	}
	.public-page .page-container {
		padding: 4vh 5vh;
	}
	.public-page .car-container-hero {
		padding: 4vh 5vh;
	}
	.public-page .car-container {
		padding: 4vh 5vh;
	}
	.public-page .cars-list-img {
		height: 240px;
	}
	.public-page .events-list-img {
		height: 240px;
	}
	.public-page .car-side-title {
		margin-top: 30px;
		font-size: 140px;
		line-height: 140px;
		color: #EEE;
	}
	.public-page .cars-main-img {
		height: 390px;
		margin-bottom: 30px;
	}
	.public-page .cars-side-img {
		height: 180px;
	}
	.public-page .event-cover-img {
		height: 400px;
	}
	.public-page .event-cover-img .event-header {
		padding-top: 130px;
	}
	.public-page .event-img {
		height: 250px;
	}
	.public-page .brand-img {
		float: none;
		margin: 0px 0px 30px 0px;
		max-width: 100%;
		height: 100px;
	}

}


/*
|--------------------------------------------------------------------------
| Responsive: tablet portrait
|--------------------------------------------------------------------------
*/

@media (min-width: 768px) and (max-width: 991px) {

	.public-page h1 {
		font-size: 30px;
		line-height: 42px;
		font-weight: 300;
		color: #222;
	}
	.public-page h2 {
		font-size: 26px;
		line-height: 38px;
		font-weight: 300;
		color: #222;
	}
	.public-page header .navbar-header {
		margin: 0px!important;
	}
	.public-page .sidebar-fixed {
		bottom: auto;
	}
	.public-page .logo {
		margin: 10px 0px 10px 15px;
		text-align: left;
	}
	.public-page .logo img {
		height: 50px;
	}
	.public-page header .navbar {
		min-height: auto;
	}
	.public-page header nav .navbar-nav {
		margin-bottom: 20px;
	}
	.public-page header nav p {
		margin-bottom: 0px;
	}
	.public-page header nav {
		float: none;
		margin: 10px 0px;
	}
	.public-page header nav ul li {
		display: block;
		float: none;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	.public-page .page-wrapper:not(.home-page-wrapper) {
		padding-top: 50px;
	}
	.public-page .full-page-container {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 100vh;
		padding: 10vh 5vh;
	}
	.public-page .page-container {
		min-height: 100vh;
		padding: 5vh;
	}
	.public-page .car-container-hero {
		padding: 5vh;
	}
	.public-page .car-container {
		padding: 5vh;
	}
	.public-page .page-header {
		margin-bottom: 20px;
	}
	/* .public-page #home {
		background: #111 url('../images/hero-slide.jpg?v=1.0') 62% center no-repeat;
		background-size: cover;
	} */
	.public-page .hero-claim h1 {
		font-size: 56px;
		line-height: 66px;
	}
	.public-page .hero-claim h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.public-page .banner {
		position: relative;
		width: 100%;
		height: 400px;
	}
	.public-page .why-assetclassic-upper-text {
		margin-top: 20px;
		margin-bottom: -40px;
		text-align: justify;
	}
	.public-page #five-pillars .five-pillars-title {
		padding-right:0px;
	}
	.public-page .management-team-text {
		margin-top: 20px;
		text-align: justify;
	}
	.public-page .forum-text {
		margin-top: 20px;
		margin-bottom: 80px;
		text-align: justify;
	}
	.public-page .forum-bottom-text {
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.public-page .classic-car-collection-upper-text {
		margin-top: 20px;
		margin-bottom: -20px;
		text-align: justify;
	}
	.public-page .v-card .v-card-title {
		margin-top: 15px;
	}
	.public-page .v-card .v-card-text {
		margin-bottom: 10px;
		text-align: justify;
	}
	.public-page .h-card {
		text-align: center;
	}
	.public-page .h-card .h-card-header {
		height: 50px;
	}
	.public-page .h-card .business-expertise {
		position: relative;
		margin: 15px 0px 20px 0px;
	}
	.public-page .h-card .h-card-text {
		margin-top: 15px;
		text-align: justify;
	}
	.public-page .h-card .h-card-image {
		height: 200px;
		width: 200px;
	}
	/* .public-page #about {
		background: #F8F8F9;
	}
	.public-page .bg-who-we-are-mobile {
		position: relative;
		background: url('../images/bg-who-we-are-mobile.jpg?v=1.0') center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 350px;
	}
	.public-page #assetclassic-fund {
		background: #F8F8F9;
	}
	.public-page .bg-assetclassic-fund-mobile {
		position: relative;
		background: url('../images/bg-assets-mobile.jpg?v=1.0') center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 350px;
	} */
	.public-page #contact {
		background: #000;
	}
	.public-page .bg-contacts-mobile {
		position: relative;
		background: url('../images/bg-contacts-mobile.jpg?v=1.0') center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 350px;
	}
	.public-page #contact .icon-social {
		margin-right: 20px;
	}
	.public-page #contact footer {
		position: relative;
		bottom: 0px;
	}
	.public-page .content-spacer {
		height: 25px;
	}
	.public-page .cars-list-img {
		height: 200px;
	}
	.public-page .events-list-img {
		height: 200px;
	}
	.public-page .car-side-title {
		margin-top: 30px;
		font-size: 140px;
		line-height: 140px;
		color: #EEE;
	}
	.public-page .cars-main-img {
		height: 380px;
		margin-bottom: 30px;
	}
	.public-page .cars-side-img {
		height: 380px;
	}
	.public-page .event-cover-img {
		height: 350px;
	}
	.public-page .event-cover-img .event-header {
		padding-top: 130px;
	}
	.public-page .event-img {
		height: 250px;
	}
	.public-page .partnership {
		cursor: default;
	}
	.public-page .partnership .partnership-logo {
		padding: 50px 0px;
	}
	.public-page .partnership .partnership-logo img {
		height: 100px;
	}
	.public-page .partnership .partnership-img {
		height: 200px;
	}
	.public-page .partnership-detail-mobile {
		margin: 30px 0px 40px 0px;
		text-align: center;
	}
	.public-page .carousel {
		margin-bottom: 20px;
	}
	.public-page .brand-img {
		float: none;
		margin: 0px 0px 30px 0px;
		max-width: 100%;
		height: 100px;
	}
	.public-page footer {
		font-size: 14px;
	}
	.public-page .copy-footer {
		padding: 30px 5vh 30px 5vh;
	}
}


/*
|--------------------------------------------------------------------------
| Responsive: phone
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

	.navbar {
		min-height: auto;
	}
	.navbar-nav .nav-item {
		text-align: center;
	}
	.card {
		margin-bottom: 10px;
	}
	.btn-main-navigation {
		margin-bottom: 10px;
	}
	#search .form-control {
		margin-top: 10px;
	}
	.table {
		table-layout: auto;
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
	}
	.table th, .table td {
		overflow: visible;
		white-space: nowrap;
	}
	.table .col-actions {
		width: auto;
	}
	.pagination {
		margin-top: 30px;
	}
	.footer-wrapper {
		text-align: center;
	}
	.footer-wrapper .text-right {
		margin-top: 10px;
		text-align: center!important;
	}
	.error-page-wrapper {
		display: block;
	}
	.error-content-wrapper {
		width: 100%;
		padding: 0px 10px;
		min-height: 50vh;
		text-align: center;
	}
	.error-image-wrapper {
		position: relative;
		padding-bottom: 0;
		width: 100%;
		min-height: 50vh;
	}
	.public-page {
		font-size: 16px;
		line-height: 28px;
	}
	.public-page h1 {
		font-size: 30px;
		line-height: 42px;
		font-weight: 300;
		color: #222;
	}
	.public-page h2 {
		font-size: 26px;
		line-height: 38px;
		font-weight: 300;
		color: #222;
	}
	.public-page h3 {
		font-size: 20px;
		line-height: 32px;
	}
	.public-page .navbar-header {
		width: 100%;
	}
	.public-page .navbar-nav {
		background: #FFF;
		width: 100%;
		padding: 0px 5px 15px 5px;
		text-align: center;
	}
	.public-page.homepage .navbar-nav {
		background: none;
	}
	.public-page .logo img {
		height: 60px;
	}
	.public-page .navbar-resize .navbar-nav {
		background: #FFF;
	}
	.public-page .navbar-resize .logo img {
		height: 50px;
	}
	.public-page .page-wrapper:not(.home-page-wrapper) {
		padding-top: 50px;
	}
	.public-page .full-page-container {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 100vh;
		padding: 10vh 5vh;
	}
	.public-page .page-container {
		min-height: 100vh;
		padding: 5vh;
	}
	.public-page .car-container-hero {
		padding: 5vh;
	}
	.public-page .car-container {
		padding: 5vh;
	}
	.public-page .page-header {
		margin-bottom: 20px;
	}
	.public-page #home {
		background-position: right -250px center;
	}
	/* .public-page #reel {
		min-height: auto;
		height: 50%;
		z-index: 0;
	} */
	.public-page .hero-claim {
		bottom: 20vh;
	}
	.public-page .hero-claim h1 {
		font-size: 48px;
		line-height: 52px;
	}
	.public-page .hero-claim h2 {
		font-size: 18px;
		line-height: 30px;
	}
	.public-page .banner {
		position: relative;
		width: 100%;
		height: 250px;
	}
	.public-page .why-assetclassic-upper-text {
		margin-top: 20px;
		margin-bottom: -40px;
		text-align: justify;
	}
	.public-page #five-pillars .five-pillars-title {
		padding-right:0px;
	}
	.public-page .management-team-text {
		margin-top: 20px;
		text-align: justify;
	}
	.public-page .forum-text {
		margin-top: 20px;
		margin-bottom: 80px;
		text-align: justify;
	}
	.public-page .forum-bottom-text {
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.public-page .classic-car-collection-upper-text {
		margin-top: 20px;
		margin-bottom: -20px;
		text-align: justify;
	}
	.public-page .v-card .v-card-title {
		margin-top: 15px;
	}
	.public-page .v-card .v-card-text {
		margin-bottom: 10px;
		text-align: justify;
	}
	.public-page .h-card {
		text-align: center;
	}
	.public-page .h-card .h-card-header {
		height: 50px;
	}
	.public-page .h-card .business-expertise {
		position: relative;
		margin: 15px 0px 20px 0px;
	}
	.public-page .h-card .h-card-text {
		margin-top: 15px;
		text-align: justify;
	}
	.public-page .h-card .h-card-image {
		height: 200px;
		width: 200px;
	}
	/* .public-page #about {
		background: #F8F8F9;
	}
	.public-page .bg-who-we-are-mobile {
		position: relative;
		background: url('../images/bg-who-we-are-mobile.jpg?v=1.0') center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 350px;
	}
	.public-page #assetclassic-fund {
		background: #F8F8F9;
	} */
	.public-page #contact {
		background: #000;
	}
	.public-page .bg-contacts-mobile {
		position: relative;
		background: url('../images/bg-contacts-mobile.jpg?v=1.0') center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 350px;
	}
	.public-page #contact .icon-social {
		margin-right: 20px;
	}
	.public-page #contact footer {
		position: relative;
		bottom: 0px;
	}
	.public-page .content-spacer {
		height: 25px;
	}
	.public-page #contact .form-group > .row > .col-lg-6:first-child {
		margin-bottom: 10px;
	}
	.public-page .cars-list-img {
		height: 200px;
	}
	.public-page .events-list-img {
		height: 200px;
	}
	.public-page .car-side-title {
		margin-top: 30px;
		margin-bottom: 40px;
		font-size: 80px;
		line-height: 80px;
		color: #EEE;
	}
	.public-page .cars-main-img {
		height: 200px;
		margin-bottom: 30px;
	}
	.public-page .cars-side-img {
		height: 200px;
	}
	.public-page .car-secondary-text {
		column-count: 1;
		column-gap: 0px;
	}
	.public-page .event-cover-img {
		height: 350px;
	}
	.public-page .event-cover-img .event-header {
		padding-top: 130px;
	}
	.public-page .event-img {
		height: 200px;
	}
	.public-page .partnership .partnership-logo {
		padding: 50px 0px;
	}
	.public-page .partnership .partnership-logo img {
		height: 100px;
	}
	.public-page .partnership .partnership-img {
		height: 200px;
	}
	.public-page .partnership-detail-mobile {
		margin: 30px 0px 40px 0px;
		text-align: center;
	}
	.public-page .carousel {
		margin-bottom: 10px;
	}
	.public-page footer {
		font-size: 14px;
	}
	.public-page .copy-footer {
		padding: 30px 5vh 30px 5vh;
	}
}


/* ---- smaller ---- */

@media (max-width: 480px) {

}
