/* ==========================================================================
   Base
   ========================================================================== */

body {}
hr{margin-bottom: 60px;border-top: 1px solid #333;}
hr.light{margin-bottom: 18px;margin-top: 18px;border-top: 1px solid #ddd;}
span.brand{color:#00a651;font-weight: 400;}
span.brand>span{color:#00aeef;}
a.brand.show-desktop>img{margin-top: -90px;}	
.affix {position: fixed;top: 80px;left: auto;right: auto;max-width: 320px;}
.carousel-caption{background: #fff;background: rgba(255, 255, 255, 0.25);}
.carousel-caption h1{color: #fff;}
.carousel-caption.black h1,
.carousel-caption.black p{
	color: #000!important;
}
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  padding-top:20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  background-image: none;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: none;
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}



/* =============================================================================
   Header
   ========================================================================== */

#banner { }



/* Fixed Topbar Navigation */
body.top-navbar { padding-top: 60px; }
body.admin-bar .navbar-fixed-top { top: 28px; }



/* ==========================================================================
   Content
   ========================================================================== */

#content { }

/* ==========================================================================
   Primary Content
   ========================================================================== */

#main { }



/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar { }



/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */

#content-info { }



/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar {
    padding-top: 0;
  }
  /* Fix Copyright Image Footer*/
  .imgx{
  	height: 482px;
  }
  
}