﻿/* -----------------------------------------
:: index.htm ( and variations )
----------------------------------------- */
.background-video-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #222222;
}
.showcase {
	height: 500px;
	position: relative;
	width: 100%;
}
.features-bg1 {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../../themed-images/backgrounds/section-bgtrans-a.png') center center no-repeat;
}
.phone-animation {
	width: 100%;
	min-height: 500px;
	position: relative;
}
.cellphone-left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../../themed-images/backgrounds/cellphone-bg-left.png') center center no-repeat;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.cellphone-right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../../themed-images/backgrounds/cellphone-bg-right.png') center center no-repeat;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.call-today {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

@media (max-width:992px) {
}

/* -----------------------------------------
:: MOBILE
----------------------------------------- */
@media (max-width: 768px) {
#background-video {
	background: url('../../themed-images/backgrounds/DaytonaRenderSlide.png') center center no-repeat;
	display: none;
	visibility: hidden;
}
div#ytplayer-container1463175161123 {
	display: none;
	visibility: hidden;
}
.logo {
	width: 100%;
}
.website-name {
	float: none;
}
.menu-bar {
	background: #222222;
	bottom: 0;
	min-height: 141px;
	position: relative;
	width: 100%;
}
.ytplayer-player {
	display: none;
}
.showcase {
	height: 300px;
	position: relative;
	width: 100%;
	background-image: url('../../themed-images/backgrounds/DaytonaRenderSlide.png');
	background-size: cover;
}
}
