/*
TERMS & CONDITIONS
This website is copyright protected and uses strict security protocols. Do not copy, drag or remove anything from this website or its source code.
https://virtualyard.com/terms-and-conditions for more information.
*/


.livechat-button {
	display: none;
}

.lead {
    font-size: inherit;
    font-weight: inherit;
}

.vy-scrolling .navbar {
    background: rgba(255,255,255,0.7);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 0.5px solid #e2e2e2;
    -webkit-transition: background-color 1s ease-out, backdrop-filter 1s ease-out;
    -moz-transition: background-color 1s ease-out, backdrop-filter 1s ease-out;
    -o-transition: background-color 1s ease-out, backdrop-filter 1s ease-out;
    transition: background-color 1s ease-out, backdrop-filter 1s ease-out;
}

.side-menu-overlay {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.nav-container {
	z-index: 1;
}

.modal {
	z-index: 999999;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
	float: right;
	line-height: 1;
}

button.bubble, a.bubble {
    background: #e5e5e5;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    color: #222 !important;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

.shadow-lg {
    box-shadow: 0 1rem 2rem rgba(0,0,0,.175)!important;
}

.card-image {
	width: 100%;
}

.overlay-shadow {
	background-color: rgba(0,0,0,0.5);
}

.overlay-shadow h2 {
	height: 130px;
	overflow: hidden;
}

.btnTouch {
	background-size: cover;
	background-position: center;
}
    
i.large-icon {
	font-size: 26px;
    margin-top: 10px;
    display: block;
}

table.specifics {
	width: 100%;
    text-align: left;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 40px;
    margin-bottom: 20px;
}
table.specifics tr td {
    padding: 10px 10px 10px 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
}

table.specifics tr {
    border-top: 1px solid #e5e5e5;
}

table.specifics tr:nth-child(2n+2) {
    background: rgba(0,0,0,0.02);
}

table.specifics .title {
	color: rgba(0,0,0,.5);
	font-weight: 400;
}
table.specifics .detail {
	font-weight: 700;
}
table.specifics a {
    text-transform: none;
    line-height: 14px;
}

table.specifics i {
	padding-top: 2px;
    position: absolute;
    margin-left: 4px;
}


.logo {
	max-width: 300px;
    max-height: 57px;
    height: auto;
}

.card-body {
    padding: 0.75rem 0.75rem;
}

.p-2a {
    padding: 0.75rem!important;
}

.virtualdealer-widget {
	display: none;
}

.rounded-5 {
    border-radius: 1rem;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.powered-by {
    height: 26px;
}

small.branding, small.branding a {
    font-size: 10px;
}

.text-left {
	text-align: left;
}

body.signin {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

html, body {
    height: 100%;
}

nav .container {
	padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}

#page {
	padding-top: 70px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline .timeline-frame:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 25%;
    z-index: 1;
}

ul.timeline li.done .timeline-frame:before {
	background: var(--color-main);
}

ul.timeline li:last-child .timeline-frame:before {
	background: #fff;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #d4d9df;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li.done:before {
	border: 3px solid var(--color-main);
}

.card-cover .overlay-shadow{
	background-color: transparent;
	height: 250px;
}


.not-active {
	opacity: 0;
    height: 0px !important;
    overflow: hidden;
	z-index: -1 !important;
}

.is-active {
	transition: opacity 1.25s ease-in-out;
    -moz-transition: opacity 1.25s ease-in-out;
    -webkit-transition: opacity 1.25s ease-in-out;
    height: auto;
    opacity: 1;
}


@media (max-width: 968px) {
	.card-image {
		width: 100%;
	}
}


@media (max-width: 700px) {
	.nav {
		display: block;
	}
}