/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*DEFAULTS*/
/*NAVIGATION*/
/*@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    /*margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}*/
.content {
    min-height: calc(54vh - 94px);
    /* 50px header + 40px footer = 120px  */
}

@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

 .navbar-collapse.in {
    overflow-y: hidden;
  }



@media (max-width: 487px) {
  body {
    padding-top: 10;
    max-width: 100%;
  }
}
html {
    min-height: 100%;
    position: relative;
}

body  {
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
    margin-bottom: 100px;
}

p, ul {
    font-size: 0.95em;
    line-height: 1.5;
    color: gray;
    text-align: justify;

}

p.myP
{
    height: 100px;
}

iframe {width: 250px;
        height: 250px;

 }
.maps { vertical-align: baseline }

font {
    font-size: 0.95em;
    line-height: 1.5;
}

h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: "Arial","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: gray;
    /*letter-spacing: 1px;*/
}
h4 {color: gray;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}

.top-heading
{
    background-color: #f8f8f8;
    min-height: 10px;
    border-color: #696969;
/*    border-style: solid;
    border-width: 1px;*/
}
.wrap {min-height: 100%;}

/*.footer {
  
 height: 100%;
 position: relative;
 clear:both;
 width:100%;
 bottom:0;

}*/

.container .text-muted {
    margin: 20px 0;
}
.footer-head
{
    height: 80px;
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 10px;
    bottom: 30px;
    position: absolute;
    width: 100%;
}

/*.p1{ 
  text-align: center; 
  padding-bottom: 100px;
  padding-right: 90px;
}*/
.container {
    
    padding: 0 15px;
  }
.footer-links
{
    min-height: 40px;
    background-color: #696969;
    bottom: 0;
    position: absolute;
}

.footer-links span
{
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-links a
{
    color: #ffffff;
    text-decoration: none;
}

.footer-links .links
{
    padding-top: 10px;
}

.separator
{
    min-height: 30px;
/*    margin-top: 10px;
    margin-bottom: 10px;*/
       /*background-color: red;*/
       clear:both;
}
.body-content
{
    min-height: 250px;
}
/*HOME PAGE*/
.home-images
{
    padding: 20px; 
    text-align: center;
    display: inline;
    
}

.home-info
{
    padding-left: 15px; 
    padding-right: 15px; 
}

/*BOARD*/
@media screen and (max-width: 240px) {
    .director-head
{
    font-size: 1.5em;
    color: gray;
}

    }
}
.director-head
{
    font-size: 1.5em;
    color: gray;
}


/*Knowledge 350*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: initial;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

 
     
.show_wheel
{
   background-image : url('img/knowledge_diagram.jpg');
   background-repeat : no-repeat;
   height:420px;
   min-height:588px;
   display:block;


 

   /*position: center;*/
} 
.nowrap { white-space: nowrap; }
/*.logo
{
    width: 250px;
    height: 80px;
}
.top-nav li a
{
    color: gray;
}

.top-line
{
    background-color: #b31810;
    min-height: 5px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #d52d25;
}*/
@media only screen and (max-device-width: 480px) {

.show_wheel{
  background-image : url('img/knowledge_diagram.png');
   background-repeat : no-repeat;
   max-width:100%;
   height:auto;
   position: relative;}
 }
