/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}

#contentwrapper{
  margin-top: 50px;
}

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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
#main-nav > li{
  border-left:1px solid #ccc;
}
#main-nav li a{
  text-transform: uppercase;
}
#main-nav > li:last-child{
  border-right:1px solid #ccc;
}
.dropdown-menu > li > a{
  padding:10px 20px;
}

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

/* Carousel base class */
.carousel {
  margin-bottom: 20px;
}
/* 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-inner > .item > img {
  min-width: 100%;
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
	.carousel-indicators{
		display: none;
	}
	.carousel-caption{
		display: block;
		margin-top:20px;
		position: relative;
		bottom:0;
		left: 0%;
	}
	
	.carousel-inner > .item > img {
	  min-width: 100%;
	}
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

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

.divider{
  margin: 50px 0;
  display: block;
  height: 1px;
}
/* Featurettes
------------------------- */

.featurette-divider .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;
}
.section{
  padding:60px 0;
  margin-bottom: 100px;
  clear: both;
}
/*
Video section
 */
 #myvideo{
	 overflow:hidden;
 }
.video-section .pattern-overlay {
background-color: rgba(0, 0, 0, 0.2);
min-height: 700px; 
overflow: hidden;
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}

.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* 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;
  }
}
.featurette .img-thumbnail{
  margin-bottom: 10px;
}
.product-desc h4{
  line-height: 26px;
}
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}
.section.blue{
  background: #4672a7;
  color:#fff;
}
/** parallex section*/
.section.parallex {
    min-height:400px;
    padding-top:100px;
    padding-bottom:100px;
    min-height: 300px;
    overflow:auto;
    color:#000;
}
.bg-profitez-1{
  background: url('http://garciastyleg.s3.amazonaws.com/img3/3141104666031.jpg') no-repeat center center fixed;
    background-size:cover;
}
.bg-embroidery {
  background: url('http://garciastyleg.s3.amazonaws.com/img3/3143060101038-5.jpg') no-repeat center center fixed;
    background-size:cover;
}
  
.bg-2 {
  background: url('/assets/example/bg_suburb.jpg') no-repeat top center fixed;
    background-size:cover;
}

.bg-3 {
  background: url('/assets/example/bg_blueplane.jpg') no-repeat bottom center fixed;
    background-size:cover;
}