/*!
 * 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: 100%;
    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;}
 }


/*modal*/
.modal-open {
  overflow: auto;
}
.modal {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 1200px) {
  .modal-dialog {
    width: 600px;
    margin: 40px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}