/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! 
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5ec5bad85bf0a63cf60f)
 * Config saved to config.json and https://gist.github.com/5ec5bad85bf0a63cf60f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/*img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}*/


#myCarousel {
	position: relative;
	height: 477px;
	width: 100%;
}

.carousel {
	position: relative;
}

.carousel-inner {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
}

.carousel-inner > .item {
	  display: none;
	  position: relative;
	  -webkit-transition: 0.6s ease-in-out left;
	  -o-transition: 0.6s ease-in-out left;
	  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {

	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000;
	}
  
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}

} /*** End: Media Query @media all and (transform-3d), (-webkit-transform-3d) ***/


.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	  left: 100%;
}

.carousel-inner > .prev {
	  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	  left: 0;
}

.carousel-inner > .active.left {
	  left: -100%;
	  float:none; /*Overiding a global class selector ".left"*/
}

.carousel-inner > .active.right {
	left: 100%;
	float:none; /*Overiding a global class selector ".right"*/
}

.carousel-control {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  width: 15%;
	  opacity: 0.5;
	  filter: alpha(opacity=50);
	  font-size: 20px;
	  color: #ffffff;
	  text-align: center;
	  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
	  background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control.right {
	  left: auto;
	  right: 0;
	  background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.carousel-control:hover,
.carousel-control:focus {
	  outline: 0;
	  color: #ffffff;
	  text-decoration: none;
	  opacity: 0.9;
	  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	  position: absolute;
	  top: 50%;
	  z-index: 5;
	  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	  left: 50%;
	  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	  right: 50%;
	  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	  width: 20px;
	  height: 20px;
	  margin-top: -10px;
	  line-height: 1;
	  font-family: serif;
}

.carousel-control .icon-prev:before {
	  content: '\2039';
}

.carousel-control .icon-next:before {
	  content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 27px;
	line-height: normal;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
	text-align: left;
	top: 422px;
	width: 60%;
	z-index: 15;
}

.carousel-indicators li {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #415b6c;
    border-radius: 80px;
    /*behavior: url(/resources/css/PIE.htc);*/
    cursor: pointer;
	display: inline-block;
	height: 10px;
    line-height: normal;
    margin: 0 14px 0 0;
    padding: 0;
	text-indent: -999px;
	width: 10px;
}

.carousel-indicators .active {
	background: none repeat scroll 0 0 #415b6c;
    height: 10px;
	margin: 0 14px 0 0;
	width: 10px;
}

.carousel-caption {
	  position: absolute;
	  left: 15%;
	  right: 15%;
	  bottom: 20px;
	  z-index: 10;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  color: #ffffff;
	  text-align: center;
	  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	  text-shadow: none;
}

@media screen and (min-width: 768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}
  
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px;
	}
  
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px;
	}
  
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	
	.carousel-indicators {
		bottom: 20px;
	}
  
} /*** End: Media Query @media screen and (min-width: 768px) ***/



/*** CUSTOMIZE THE CAROUSEL ***/

/* Carousel base class */

.carousel {
	  /***height: 500px;  ??? ***/
	  margin-bottom: 0;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    left: 35px;
    line-height: 42px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
    top: 175px;
    width: 700px;
	z-index: 1;
}

.carousel-caption h1 {
	color: #10212a;
	font-size: 35px;
	font-family: Helvetica,"Helvetica Neue", Roboto, Arial, sans-serif;
	font-weight: normal;
	text-shadow: none;
	text-transform: none;
}

.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-width: 100%;
	  height: auto;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 477px;
}

/* Carousel Flickr/YouTube */
.carousel .flickr.item,
.carousel .youtube.item {
	height: 300px;
}

.carousel .navigationLevel1 .navImage 
{
    min-width: 766px;
}

iframe.navImage 
{
    height: 300px;
}

.carousel.slide.flickr,
.carousel.slide.youtube  {
	height: 300px;
}

.carousel-inner .flickr.item .image,
.carousel-inner .youtube.item .image {
	float: left;
    margin-left: 264px;
	width: 720px;
}

.carousel-indicators.flickr,
.carousel-indicators.youtube {
	top: 250px;
}


/* MARKETING CONTENT
-------------------------------------------------- 

/* Center align the text within the three columns below the carousel *
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
*/

/* Featurettes
------------------------- 

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more *
}*/

/* Thin out the marketing headings 
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}*/


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo 
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }*/

  /* The navbar becomes detached from the top, so we round the corners 
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }*/

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  /*.featurette-heading {
    font-size: 50px;
  }*/
}

@media (min-width: 992px) {
 /* .featurette-heading {
    margin-top: 120px;
  }*/
}