/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm3
 *
 * Demo styles
 */

/* layout */
body {
  padding-bottom: 40px;
  color: #666;
}
pre { margin: 0; padding: 10px 20px !important;}

/*footer {
  margin-top: 200px;
}*/

.container, .jumbotron .container { width: auto; max-width: 1170px; }

.jumbotron {
  margin: 60px 0;
  padding-left: 0;
  padding-right: 0;
}
  .jumbotron.intro {
    margin-top: 0;
  }

  .jumbotron .navbar {
    font-size: 14px;
    line-height: 1.6;
  }

/* menu styes */
.list-unstyled,
.list-unstyled ul { min-width: 120px }
.list-unstyled li { min-width: 200px; text-align: left; margin:0 5px !important; }
@media ( min-width: 992px ) {
  .panel-group { width: 400px; }
  .thumbnail { margin: 0; }
}

/* Grid demo styles */
.grid-demo {
  padding: 0 10px;
  width: 100%;
}

  .grid-demo [class*="col-"] {
   
    font-size: 1em;
    text-align: center;
    line-height: 2;

    min-height: 240px;
  }

  /* Color box */

  .gulf{background: #0a377b; color: #fff; padding: 30px 25px;}
h5{font-size: 18px; color: #0a377b; padding-bottom:10px;font-weight: 700;position: relative; margin-bottom: 5px; text-align: left;}
h5::after{
  content: ''; width: 32px; height: 2px; background: #0a377b; position: absolute; left: 0;bottom: 0;
}

