
/* 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;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* 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;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* 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;
}
/*------------------------expand-img---------------------------*/

  .image-grid {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 5px 0;
}
 
.image__cell {
  float: left;
  position: relative;
  width: 100%;
}
 
.image--basic {
  padding: 0 5px;
}
 
.basic__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
 
.image__cell.is-collapsed .arrow--up {
  display: block;
  height: 10px;
  width: 100%;
}
.image__cell.is-collapsed .arrow--down {
  display: block;
  height: 10px;
  width: 100%;
}
.position1 {
    left: 22%;
    position: absolute;
    top: -9px;
}
.position2 {
  left:40%;
   position: absolute;
   top: -9px;
}
.position3 {
   left:58%;
   position: absolute;
   top: -9px;
}
.position4 {
  left:75%;
  position: absolute;
   top: -9px;

}
.position5 {
  bottom: 2px;
    left: 22%;
    position: absolute;
}
.position6 {
  bottom: 2px;
  left: 40%;
  position: absolute;
}
.position7 {
  bottom: 2px;
  left:60%;
  position: absolute;
}
.position8 {
  bottom: 2px;
  left:75%;
  position: absolute;
}
 
 .add
 {
     background-color:#5a5a5a;
     border:1px solid #4b4b4b !important;
     color:#ffffff !important;
     border-bottom:none !important;
     }
  .tab-title2
 {
     background-color:#5a5a5a;
     border:1px solid #4b4b4b !important;
     color:#ffffff !important;
     border-bottom:none !important;
     }    
 
.image--large {
  box-sizing: border-box;
  display: block;
  float: left;
  height: 365px;
  max-width: 100%;
}
.image__cell.is-collapsed .image--basic {
  cursor: pointer;
}
 
.image__cell.is-expanded .image--expand {
  margin-bottom: 10px;
  max-height: 550px;
}
 
.image--expand {
  background: none repeat scroll 0 0 #585858;
  box-sizing: content-box;
  left: -5px;
  max-height: 0;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
  transition: max-height 0.3s ease-in-out 0s, margin-bottom 0.1s ease 0.2s;
  width: 100%;
}
.image__cell:nth-of-type(5n+2) .image--expand {
  margin-left: -100%;
}
 
.image__cell:nth-of-type(5n+3) .image--expand {
  margin-left: -200%;
}
 
.image__cell:nth-of-type(5n+4) .image--expand {
  margin-left: -300%;
}
 
.image__cell:nth-of-type(5n+5) .image--expand {
  margin-left: -400%;
}
.image__cell:nth-of-type(5n+6) {
  clear: left;
}
.image__cell.is-expanded .arrow--up {
  display: block;
  border-bottom: 8px solid #585858;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  margin: 2px auto 0;
}
.image__cell.is-expanded .arrow--down {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #585858;
  display: block;
  height: 0;
  margin: 2px auto 0;
  width: 0;
}
.expand__close {
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 50px;
  text-decoration: none;
}
 
.expand__close:before {

}
 
.expand__close:hover {
  color: #fff;
}
.right-tab-part {
  background-color: #ffffff;
  float: right;
  height:281px !important;
  margin-bottom: 20px;
  margin-top: 24px;
  width: 73%;
}

.tab-btn-part {
  left: 1px;
  position: relative;
  top: 29px;
}
.container-tab-part {
   float: right;
    margin-right: 32px;
    padding-bottom: 20px;
	margin-top: 35px;
    position: relative;
    top: -20px;
    width: 768px;
}
.large-img-main {
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 322px;
  margin-top: 24px;
  width: 301px;
}
.large-img-main img {
  box-sizing: border-box;
  display: block;
  float: left;
  height: 254px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 530px) {
 
    .image__cell {
      width: 50%;
    }
 
    .image__cell:nth-of-type(2n+2) .image--expand {
      margin-left: -100%;
    }
 
    .image__cell:nth-of-type(2n+3) {
      clear: left;
    }
 
    .image--expand {
      width: 200%;
    }
 
}








/* 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;
  }
}
