﻿/* -----------------------------------------
:: index.htm ( and variations )
----------------------------------------- */



.background-cover {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #222222;
    background-color: #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;
}
@media (min-width:1025px) {
.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(0,0,0,0.25);
}	
	
.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;
}
	
}


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

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

.menu-top {
	display: block;
}


.website-name {
	float: right;
}

.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:400px) {
	.contact-details .sec-heading2-dark.wowed h2.wow.fadeInUp.animated	{font-size: 16px;}
}



@media (max-width:1024px) {
.call-today {
	display: none;
}	
	
.kbbg {
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	min-height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	    width: 100%;
    padding-top: calc(56.25% + 58px); /* 16:9 Aspect Ratio */

}

.ken-burns {
    width: 100%;
    min-height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    left: -22px;
    top: -1197px;
}	
  .header-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;


  }
  .header {
    width: 100%;
    padding-top: calc(56.25% + 58px); /* 16:9 Aspect Ratio */
	  background:none;
  }
		.menu-top {width: 100%; text-align: center; z-index: 111111;}
.logo {
	padding: 5px 0px 0px 0px;
}
.menu-bar {
	min-height: 70px;
	height: 78px;

}
	.menupush-nav-trigger {
	right: 5px;
	top: 5px;
	width: 40px;
}
	
	.carousel-indicators {
	bottom: 100px;
}
.menu-top {
	display: none;
}
		
	
}
@media (max-width:360px) {
.menu-bar {
		min-height: auto;

	height: 58px;

}
	
	.graphic-logo p img.img-responsive {width: 280px;}
	
	
}	
