/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@font-face{
    font-family: "PATF";
    src: url('dist/fonts/PATF.ttf'),
    url('PATF.eot'); /* IE */
}

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* 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;
}
.navbar-default {
    background-color: transparent;
    border-bottom:solid 2px #7c4029;
    padding-bottom:20px;
}
/* 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;
}
.navbar-nav { float:right;}
.navbar-brand img { margin-top:-10px;}
.carousel-caption { font-family: PATF; right:30%; left:15%;}
.navbar-default .navbar-nav>li>a { font-weight:bold; color: #000;}
/* 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;
}

.carousel-caption h1{
  font-size:72px;
  color:#fff;
}

/* 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;
}
/*AddITION BY KUMAR*/
.carousel-control.left { background:none;}
.carousel-control.right { background:none;}

.banner-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    
    position: relative;
    background: rgb(255, 85, 66);
    
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
}
.banner-wrap .featured-thumbnail {
    text-align: center;
    padding-top: 84px;
    backface-visibility: hidden;
    margin: 0px;
    transition: transform 0.35s;
}
.banner-wrap:hover .featured-thumbnail {
    transform: translate3d(0px, -60px, 0px);
}
.banner-wrap h2 {
    font-size: 26px;
    line-height: 28px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: normal;
    margin-bottom: 0px;
    left: 30px;
    position: absolute;
    bottom: 32px;
    transition: transform 0.35s;
}
.banner-wrap .banner-btn {
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    transform: translate3d(0px, 50px, 0px);
    padding-top: 26px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-weight: normal;
    text-align: left;
    border-top: 3px solid rgb(255, 255, 255);
    transition: all 300ms linear;
    
}
.banner-wrap:hover .banner-btn {
    transform: translate3d(0px, -27px, 0px);
}
/* 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;
  }
}

/*ProgBar*/
.badge{ float:right;}

/*-- gallery --*/
.gallery-grids,.blog,.single{
	margin:0em 0 5em;
}
.gallery-grid {
    float: left;
    width: 20%;
}
.gallery-grid img {
    padding: .1em;
}
.gallery-head h5{
	font-size:2em;
    color: #E0BD62;
    margin: 1.5em 0 0;
}
.gallery-head p{
	font-size:14px;
	color:#999;
	margin:.5em 0 0;
	line-height:1.8em;
}
