﻿/* -----------------------------------------
:: index.htm ( and variations )
----------------------------------------- */
.showcase {
	width: 100%;
	height: 550px;
	position: relative;
}

.showcase-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0px;
	margin: 0px;
	background: rgba(255,255,255,0.35) url('../../graphics/dark-stripes-bg.png');
}

.background-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #222222;
}

.kbbg {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: #121212;
	min-height: 100vh;
	min-height: 550px;
	max-height: 550px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.ken-burns {
	width: 100%;
	min-height: 100vh;
	min-height: 550px;
	max-height: 550px;
	overflow: hidden;
}

.ken-burns img {
	width: 115%;
	margin-right: -15%;
	-webkit-animation: kenburns 120s infinite linear;
	-moz-animation: kenburns 120s infinite linear;
	animation: kenburns 120s infinite linear;
}

@keyframes kenburns {
  0% {
    transform: scale(1) rotate(0deg) translate(0, 0);
  }
  50% {
    transform: scale(1.4) rotate(15deg) translate(-15%, 0);
  }
  100% {
    transform: scale(1) rotate(0deg) translate(0, 0);
  }
}
.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) {
}





