﻿/* -----------------------------------------
:: index.htm ( and variations )
----------------------------------------- */
.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: #FFFFFF;
	min-height: 100vh;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.ken-burns {
	width: 100%;
	min-height: 100vh;
	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);
  }
}
.header {
	width: 100%;
	height: 100%;
	height: 100vh;
	padding: 0px;
	margin: 0px;
	position: relative; /*background: #222222 url('../../graphics/header-home.jpg') no-repeat fixed 90% 50%*/;
	position: relative;
	background: none;
}

.header-inner {
	width: 100%;
	height: 100%;
	height: 100vh;
	padding: 0px;
	margin: 0px;
	position: relative;
    background: rgba(34,34,34,0.65) url('../../graphics/section3-dots.png');
}

.header-inner div.divider1 {
	position: absolute;
	bottom: 0;
}

.menu-bar {
	width: 100%;
	min-height: 101px;
	background: linear-gradient(rgba(34,34,34,0.75), rgba(34,34,34,0.75)), url('../../graphics/section3-dots.png') left -1px repeat;
	position: absolute;
	bottom: 40px;
}

.menu-top {
	display: block;
}

.logo {
	display: inline-block;
	background: #000000;
	background: rgba(0,0,0,0.5);
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 0px;
}

.logo:after {
	content: '';
	line-height: 0;
	font-size: 0;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 100px solid rgba(0,0,0,0.5);
	border-left: 0px solid transparent;
	border-right: 100px solid transparent;
	position: absolute;
	bottom: 0;
	right: -100px;
}

.website-name {
	float: right;
}

.features-bg1 {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../../themed-images/sections/mug-kb-bg.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/sections/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/sections/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;
}

.menu-top {
	visibility: hidden;
	display: none;
}

.header-inner {
	height: 141px;
}

.header {
	height: 141px;
}

}
/* -----------------------------------------
:: MOBILE
----------------------------------------- */
@media (max-width: 768px) {
.logo {
	width: 100%;
}

.website-name {
	float: none;
}

.menu-bar {
	background: #222222;
	bottom: 0;
	min-height: 141px;
	position: relative;
	width: 100%;
}

}


