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

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #cccccc url("../images/stones-opaque.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	font-size: 1.6em;
	color: #111111;
}
.container{
	background: #ededed;
}
header {
	height: 90px;
}
hr {
	border-color: #424242;
}
.banner, .about-row {
	margin-top: 10px;
	margin-bottom: 50px;
	background-color: #424242;
	padding-top: 20px;
    padding-bottom: 20px;
}
.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;
}
.tagline {
	margin-top: 50px;
	margin-bottom: 50px;
}
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/videos/audio styles--------- */
.kb_logo {
	margin: 10px auto 0px auto;
}
.bci_logo {
	margin: 0 auto 25px auto;
}
.img-pad {
	padding: 10px;
}
figure {
	position: relative;
}
figure img {
	width: 100%;
}
.image-caption {
	background-color: #edededd9;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 3px 10px;
}
video {
	width: 100%;
	max-width: 630px;
	height: auto;
	margin-top: 5px;
}
.full-width {
	width: 100%;
}
audio {
	height: 50px;
}
#playlist, audio {
	background: #424242;
	width: 400px;
	padding: 10px;
}
.playlist-item {
	list-style: none;
}
.playlist-item a {
	color: #ededed;
	background: #adadad;
	padding: 5px;
	display: block;
}
.playlist-item a:hover {
	text-decoration: none;
	color: #424242;
}
.active-audio a {
	color:#026667;
	text-decoration:none;
}
.product-slider #carousel { border: 4px solid #026667; margin: 0; }

.product-slider #thumbcarousel { margin: 12px 0 0; padding: 0 10px; }

.product-slider #thumbcarousel .item { text-align: center; }

.product-slider #thumbcarousel .item .thumb { border: 2px solid #cecece; width: 11%; margin: 0 2%; display: inline-block; vertical-align: middle; cursor: pointer; max-width: 75px; }

.product-slider #thumbcarousel .item .thumb:hover { border-color: #026667; }

.product-slider .item img { max-height: 400px; margin: 0 auto; height: auto; }

.product-slider .item p { text-align: center; height: 60px; padding: 10px; margin-bottom: 0; }

.carousel-control { color: #026667; text-align: center; text-shadow: none; font-size: 30px; width: 30px; height: 30px; line-height: 20px; top: 23%; }

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }

.carousel-control { background-color: rgba(0, 0, 0, 0); bottom: auto; font-size: 20px; left: 0; position: absolute; top: 30%; width: auto; }

.carousel-control.right, .carousel-control.left { background-color: rgba(0, 0, 0, 0); background-image: none; }

/* --------- forms styles--------- */
.btn-contact {
	background-color: #026667;
	border-color: #424242;
	color: #fff;
}
.btn-contact:hover {
	background-color: #a2a2a2;
	border-color: #026667;
	color: #026667;
}
.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;
}

/* ---------scrolling banner--------- */
.tech-slideshow {
	height: 360px;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
	width: 4608px;
	background: url(../images/Summit-Sound-Studio-Scroll-4410x360.jpg);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover {
  animation: moveSlideshow 12s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-64.6%);  
  }
}
/* ---------text styles--------- */
footer a {
	color: #5eb7b9;
}
a {
	color: #026667;
}
a:hover {
	color: #a2a2a2;
}
.about-row h4 {
	line-height: 1.5em;
	color: #ededed;
	margin-right: 20px;
	margin-top: 20px;
}
.small-font {
	font-size: 12px;
}

/* ---------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: #026667;
}
.navbar .navbar-nav > li > a {
    color: #434041;
    margin-left: 10px;
    padding-bottom: 5px;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    color: #026667;
    border-bottom: 3px solid #026667;
}
.navbar .navbar-nav > li.active > a {
    border-bottom: 3px solid #026667;
}
.navbar-container {
    padding: 20px 0 20px 0;
    background-color: #ededed;
    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: #026667;
}
.navbar-toggle {
	margin-right: 30px;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
	background-color: #026667;
}

/* ---------responsive styles--------- */
@media only screen and (max-width : 992px) {
	img#brand {
		max-height: 50px;
	}
}
/* 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;
	}
	.center-xs {
		max-width: 375px;
		margin: 0px auto 25px auto;
	}
	.about-row h4 {
		margin-right: 0px;
	}
}
@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;
	}
}