/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  max-width: none !important;
  width: 970px;
}

/* Demonstrate the grids */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

/* Sticky footer styles
-------------------------------------------------- */

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(/assets/fonts/PTSans.woff) format('woff');
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
  background:#f7faf8;
  color:#272e35;
  font-family: 'PT Sans', sans-serif;
  font-size:15px;
}

h1, h2, h3, h4, h5, h6
{
  font-family: 'PT Sans', sans-serif;
}

a:link, a:visited {text-decoration: underline;}

a.pdf:link, a.pdf:visited {color:#E0354C}


/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -130px;
  /* Pad bottom by footer height */
  padding: 0 0 160px 0;
}

/* Set the fixed height of the footer here */
#footer {
  height: 130px;
  background-color: #272e35;
  color:#b4bcc4;
  text-shadow: 0px 1px 1px #000;
  font-size:90%;
}

#footer h4 {margin-top:30px; color:#f7faf8;}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 30px;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar {
  border-top:2px solid #333e46;
  border-radius: 0;
  background: #272e35;
  height:94px;
}

.navbar a {text-decoration: none;}

.navbar-brand
{
  margin-top:-10px;
}

.nav
{
  
}

.navbar .nav li a:link, .navbar .nav li a:visited {padding-top:20px;font-size:24px;}
.navbar .nav li a:hover, .navbar .nav li.active a {border-bottom:1px solid #036db9;}
.navbar .nav li ul li a:link, .navbar .nav li ul li a:visited {font-size:15px;padding-top:0;border-bottom:0;}

.white {background:#fff;}
.grey {background:#f6f9f6;}
.tbordered {border-top:1px solid #bec3be;}
.margintop {margin-top:20px;}

.journalbox_small {
  width:25%;
  float:left;
  border:1px solid #bec3be;
  padding:5px;
  background:#fff url(/upload/images/design/shtrikh.gif);
}

.journalbox_small .white
{
  height:80px;
  text-align: center;
  line-height: 80px;
}

.journalbox {
  width:70%;
  margin-left:-5px;
  float:left;
  border:1px solid #bec3be;
  border-left:0;
  padding:5px;
  background:#fff url(/upload/images/design/shtrikh.gif);
}

.journalbox .white
{
  text-align: center;
  height: 80px;
  line-height:80px;

}

.nav-stacked ul li
{
 line-height: 150%;
 font-size:90%;
}