﻿/* -----------------------------------------
:: index.htm ( and variations )
----------------------------------------- */
.showcase{
    width:100%;
    height:550px;
    position:relative;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-image: url('../../themed-images/backgrounds/section-bg-a.jpg');
	background-position: center center;
	background-size: cover;
}

.showcase-inner {
    width:100%;
    height:550px;
    position:relative;
	padding: 0px;
	margin: 0px;
	background: rgba(34,34,34,0.65) url('../../graphics/eggshell-bg.png');
}

.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){
#background-video {
	visibility: hidden;
	display: none;
}


}
/* -----------------------------------------
:: MOBILE
----------------------------------------- */
@media (max-width: 768px) {

}






