@CHARSET "UTF-8";





/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel-inner > .item > img {
  /*position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;*/
  
  

}

.section .parallax /*, .section .full-image*/ {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: block;
}

.section .parallax img.img-carousel, 
.section .full-image img.img-carousel {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 100vh;
	position: relative;
	z-index: 1;
}





/*** 
CAROUSEL 
***/

div#myCarousel {
	/*height:auto;*/
	/*margin-bottom:35px;*/
	box-shadow: 5px 5px 5px #999999;
}

/*
div#myCarousel img {
	margin:0px;
	width:100%;
	height:400px
}
*/


.carousel-inner > .item > img {
   /* height: 500px;*/
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}


/** CAPTION */


.carousel-caption {
    z-index: 10;
    background-color: transparent;
    bottom: auto;
    top:220px;
    /*left:0;*/
    
    /*width:1170px;
   /* margin-left:auto;
    margin-right:auto;*/
    
    text-align: left;
    padding:0px;
    
}

.carousel-caption h1 {
	font-size:62px;
	/*font-weight:bold;*/
}
.carousel-caption h6 {
	font-size:14px;
	/*font-weight:bold;*/
}

.carousel-caption a.btn {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0;
    border-width: 2px;
    transition: all 0.1s ease-out 0s;
    color:white;
}
.carousel-caption a.btn:hover {

    background: #fff;
    color:#555;
    
}

/* CAPTION -> section
 ------------------------------------------------- */
 
 /*
	.section-header {
		padding: 0;
	}
			
			
	.section-header h1 {
		letter-spacing: 0.1em;
		font-weight: 800;
		font-size: 8em;

		text-transform: capitalize;
		text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3), -2px 4px 2px rgba(0, 0, 0, 0.1);
	}
	.section-header h5 {
		font-size: 3.3em;
		margin: 0 auto .5em;
		line-height: 1.5;

			  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
			  color: #fff;
			  letter-spacing:1px;
			}

*/




/*

.carousel-control {
	font-size: 30px;
}





/** INDICATORS **/

.carousel-indicators {
    bottom: auto;
    top:33%;
    left: 50%;
    
    list-style: none outside none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    width: 15px;
}
.carousel-indicators .active {
    background-color: #fff;
    height: 17px;
    margin: 0;
    width: 17px;
}



/** CONTROLS **/
.carousel-control {z-index: 245;}
.carousel-control .icon-prev, 
.carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
   /* top: 107%;*/
    
}

.carousel-control .icon-prev, 
.carousel-control .glyphicon-chevron-left {
	/*left:119%;*/
}
.carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-right {
	/*right:107%;*/
}






/******************* fade transition ****************/
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity 1.4s; /*adjust timing here */
         -moz-transition: opacity 1.4s;
           -o-transition: opacity 1.4s;
              transition: opacity 1.4s;
}
/*
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
*/
/* Fade controls with items */
.next.left, .prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left, .active.right {
    opacity: 0;
    z-index: 2;
}

/******************* fade transition end ****************/







/* 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 */

  /* 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;
  }
}
