/* ---------main structure styles--------- */

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #cccccc url("../images/concrete-texture.jpg") no-repeat fixed center;
	position: relative;
	font-size: 1.6em;
	color: #111111;
}
.container{
	background: #ededed;
}
.banner {
	margin-top: 120px;
	margin-bottom: 50px;
	background-color: #424242;
	color: #ededed;
}
.light {
	background-color: #ededed;
	color: #424242;
	margin: 10px;
	padding: 5px 20px;
}
.move-right {
	padding-right: 0;
}
.lspace {
	padding-left: 30px;
}
.mvspace {
	margin-top: 120px;
}
.vspace {
	margin-top: 50px;
}
.less-vspace {
	margin-top: 30px;
}
.no-margin-top {
	margin-top: 0;
}
.margin-bottom {
	margin-bottom: 20px;
}
.under-construction {
  height: 2em;
  line-height: 3;
  background-color: white;
    background-image: repeating-linear-gradient(45deg, black 0%, black 25%, goldenrod 25%, goldenrod 50%, black 50%, black 75%, goldenrod 75%, goldenrod 100%);
    background-size: 2em 2em;
  
  animation: roll 1s linear 10;
  -webkit-animation: roll 1s linear 10;
}
@keyframes roll { 
  to {background-position: 0% -4em;}
}
@-webkit-keyframes roll { 
  to {-webkit-background-position: 0% -4em;}
}
@-moz-keyframes roll { 
  to {-moz-background-position: 0% -4em;}
}
@-o-keyframes roll { 
  to {-o-background-position: 0% -4em;}
}
footer {
	margin-top: 30px;
	padding: 30px 10px 10px 10px;
	background-color: #424242;
	color: #ededed;
}
.footer-icon {
	display: block;
	font-size: 2em;
	padding: 5px 20px;
}
#map {
  height: 500px;
  width: 100%;
 }
/* ---------images/forms styles--------- */
.kb_logo {
	margin: 10px auto 0px auto;
}
.bci_logo {
	margin: 0 auto 25px auto;
}
.img-pad {
	padding: 10px;
}
.btn-danger {
	background-color: #b22020;
}
.panel form input {
	margin: 10px 2%;
	width: 96%;
}
.panel-heading {
	background-color: #424242;
	color: #ededed;
	margin-bottom: 10px;
}
.panel-footer {
	background-color: #424242;
	color: #ededed;
}
.panel form textarea {
	resize:vertical;
	margin: 10px 2%;
	width: 96%;
}
.panel form textarea:focus {
	width: 96%!important;
	margin: 10px 2%!important;
}
/* ---------slider animations--------- */
#about-slider, #home-slider  {
	position: relative;
	display: block;
}
#about-slider ul, #home-slider ul {
   margin: 0;
   padding: 0;
   position: relative;
}
#about-slider li, #home-slider li {
   position: absolute;
   list-style: none;
}
#about-slider li {
	left: -200; /* Original Position - Outside of the Slider */
}
#home-slider li {
	top: -800px; /* Original Position - Outside of the Slider */
}
#home-slider ul {
	margin-top: 7px;
	margin-bottom: -10px;
}
#about-slider li.firstanimation {
   animation: about_cycle 8s linear infinite;
}

#about-slider li.secondanimation {
   animation: about_cycletwo 8s linear infinite;
}
#home-slider li.firstanimation {
   animation: home_cycle 16s linear infinite;
}

#home-slider li.secondanimation {
   animation: home_cycletwo 16s linear infinite;
}
#home-slider li.thirdanimation {
   animation: home_cyclethree 16s linear infinite;
}

#home-slider li.fourthanimation {
   animation: home_cyclefour 16s linear infinite;
}
@keyframes about_cycle {
   0%  { left: 0px; } /* When you start the slide, the first image is already visible */
   5%  { left: 0px; } /* Original Position */
   45% { left: 0px; opacity:1; z-index:0; } /* From 5% to 45 % = for 4 seconds the image is visible */
   50% { left: 200; opacity: 0; z-index: 0; } /* From 45% to 50% = for 1 second exit image */
   51% { left: -200; opacity: 0; z-index: -1; } /* Return to Original Position */
   92% { left: -200; opacity: 0; z-index: 0; }
   95% { left: -200; opacity: 0; } /* From 95% to 100% = for 1 second enter image*/
   100%{ left: 0px; opacity: 1; }
}
@keyframes about_cycletwo {
   0%  { left: -200; opacity: 0; } /* Original Position */
   45% { left: -200; opacity: 0; }
   50% { left: 0px; opacity: 1; } /* From 45% to 50% = for 1 second enter image */
   84% { left: 0px; opacity: 1; }
   95% { left: 0px; opacity: 1; z-index: 0; }
   100%{ left: 200; opacity: 0; z-index: 0; } /* From 95% to 100% = for 1 second exit image*/
}

@keyframes home_cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   5%  { top: 0px; } /* Original Position */
   20% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   25% { top: 125px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   26% { top: -125px; opacity: 0; z-index: -1; } /* Return to Original Position */
   92% { top: -125px; opacity: 0; z-index: 0; }
   95% { top: -125px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
}
@keyframes home_cycletwo {
   0%  { top: -125px; opacity: 0; } /* Original Position */
   20% { top: -125px; opacity: 0; }/* Starts moving after 16% to this position */
   25% { top: 0px; opacity: 1; }
   26% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   45% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   50% { top: 125px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   51% { top: -125px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   100%{ top: -125px; opacity: 0; z-index: -1; }
}
@keyframes home_cyclethree {
   0%  { top: -125px; opacity: 0; }
   45% { top: -125px; opacity: 0; }
   50% { top: 0px; opacity: 1; }
   70% { top: 0px; opacity: 1; }
   75% { top: 125px; opacity: 0; z-index: 0; }
   76% { top: -125px; opacity: 0; z-index: -1; }
   100%{ top: -125px; opacity: 0; z-index: -1; }
}
@keyframes home_cyclefour {
   0%  { top: -125px; opacity: 0; }
   70% { top: -125px; opacity: 0; }
   75% { top: 0px; opacity: 1; }
   90% { top: 0px; opacity: 1; }
   95% { top: 0px; opacity: 1; z-index: 0; }
   100%{ top: 125px; opacity: 0; z-index: 0; }
}
/* ---------text styles--------- */
.small-font {
	font-size: 12px;
}
p#division {
	padding-top: 5px;
	font-size: .9em;
}
.tag {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	animation: tagscroll 6s 1 linear;
  -webkit-animation: tagscroll 6s 1 linear;
	-moz-animation: tagscroll 6s 1 linear;
	-o-animation: tagscroll 6s 1 linear;
}
@keyframes tagscroll {
from {transform: translate(-300px); }
to {transform: translate(0px); }
}
@-webkit-keyframes tagscroll {
from { -webkit-transform: translate(-300px); }
to { -webkit-transform: translate(0px); }
}
@-moz-keyframes tagscroll {
from { -moz-transform: translate(-300px); }
to { -moz-transform: translate(0px); }
}
@-o-keyframes tagscroll {
from { -o-transform: translate(-300px); }
to { -o-transform: translate(0px); }
}
/* ---------navigation styles--------- */
.navbar {
  color: #ededed;
}
#navbar {
	padding-right: 20px;
}
.navbar-collapse {
	padding-left: 40px;
}
.navbar-brand {
	font-size: 24px;
    color: #ededed;
    padding: 0 0 0 40px;
}
img#brand {
	max-height: 70px;
	display: inline-block;
	position: relative;
	top: -10px;
}
div#company {
	display: inline-block;
	position: relative;
	top: -5px;
}
.navbar-brand:hover {
	color: #b22020;
}
.navbar .navbar-nav > li > a {
    color: #ededed;
    margin-left: 10px;
    padding-bottom: 5px;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    background-color: #424242;
    color: #b22020;
    border-bottom: 3px solid #b22020;
}
.navbar .navbar-nav > li.active > a {
    border-bottom: 3px solid #b22020;
}
.navbar-container {
    padding: 20px 0 20px 0;
    background-color: #424242;
    overflow: hidden;
}
div#company.fixed-theme {
    font-size: 18px;
    top: 0;
}
.navbar-container.fixed-theme {
    padding: 0;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
img#brand.fixed-theme {
	max-height: 50px;
	top: 0px;
}
.navbar-toggle .icon-bar {
	background-color: #ededed;
}
.navbar-toggle {
	margin-right: 30px;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
	background-color: #b22020;
}

/* ---------responsive styles--------- */
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 768px) {
	.move-right {
		padding: 0;
	}
	.bci_logo {
		padding-bottom: 20px;
	}
	#about-slider {
		width: 300px;
		height: 340px;
		padding-bottom: 10px;
	}
	#home-slider {
		height: 370px;
	}
}
@media only screen and (max-width : 600px) {
	#home-slider {
		height: 230px;
	}
}
/* Extra Large Screens */ 
@media only screen and (min-width : 1200px) {
	.light {
		min-height: 382px;
	}
}