/*
* Menu
*
*/
#menu
{
  margin: 50px 0px 50px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
#menu >.col-lg-12, #menu >.col-md-12{
  margin: 0px;
  padding: 0px;
}
.navbar-inverse{
  background: -webkit-linear-gradient(#5CACF2, #3F95E0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5CACF2, #3F95E0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5CACF2, #3F95E0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5CACF2, #3F95E0); /* Standard syntax */
  border-color: #3F95E0;
  
}
.navbar-inverse .navbar-nav > li:hover{
  background:white;
  border-color: #3F95E0;
  
}
.navbar-inverse .navbar-nav > li:hover > a{
 color: #5CACF2;
}
.navbar-inverse .navbar-nav > li >a {
  color: white;
}
.navbar-inverse .navbar-nav > li >a:hover {
  color: #5CACF2;
}
.navbar-toggle{
  border-color: #333;
}
.icon-bar{
  background-color: #333;
}
.navbar-toggle:hover{
  background-color: #333;
  color: white;
}
.icon-bar:hover{
  background-color: white;
}

.navbar-white{
  background-color: white;
  font-weight: 400;
  font-size:1.4em; 
  color: #9999aa;
}
.navbar-white .navbar-nav > li{
  padding-top: 15px;
}
.navbar-white .navbar-nav > li:hover{
  background:#f5f5f5;

}
.navbar-white .navbar-nav > li:hover > a{
 color: #000;
}
.navbar-white .navbar-nav > li >a {
  color: #2c3e50;
}
.navbar-white .navbar-nav > li >a:hover {
  color: #ecf0f1;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #c0392b;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ecf0f1;
    background-color: #c0392b;
}

.carousel-inner > .item > img, {
  margin: auto;
}
.carousel-inner{
  height: 480px;
}
.img-carousel{
  position: absolute;
  left: -30px;
  right: -30px;
  min-width: 100%;
  margin: auto;
  
}

.carousel-caption{
  color: #000;
  bottom: -400px;
  left: 0px;
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
}
.carousel-control {
  font-size: 60px;
}
.carousel-control:hover{
  opacity: 0;
}
.fixed
{
    position:fixed;
    top:0px;
    z-index:100;
}


.section {
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 50px 0 10px;
}
.section-heading {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 30px;
  text-align: center;
  line-height: 1.2;
  font-size: 2.5em;
  text-transform: uppercase;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h3 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}



#rightside{
margin:30px 0px;
width:900px;
height:500px;
}
/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
  position: static;
}

/* First level of nav */
.bs-sidenav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #563d7c;
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }
}

/*
 * content
 */

#content{
  padding-bottom: 30px;
}
.panel {
  background-color: rgba(255,255,255,0.5);
  border-color: #3F95E0;
}
.panel-heading {
  background-color: #3F95E0;
  color: white;
  border-color: rgba(255,255,255,0.5);
}
.post-title{
  background: #3F95E0;
  border: 1px;
  padding-left: 30px;
  padding-top: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.post-row{
 padding-bottom: 30px;
 background-color: rgba(255,255,255,0.5);
}
.title {
  color: #B71212;
}

#map{
  background: #efefef;
}
#map .clearfix{
  margin: 0px;
  padding: 10px;
}
.post-title-non{
  margin: 0px 10px;
  padding: 0px;
}
/*
 * Footer
 *
 * Separated section of content at the bottom of all pages, save the homepage.
 */
#subfooter{
  color: white;
}

#subfooter a{
  color: white;
}
#footer{
  height: 200px;
  margin: 0px;
  background: #3F95E0;
}
.footer {
  background: #3F95E0;
}
.footer .container{
  padding-top: 50px;
  background: #3F95E0;
}
.sup-footer{
}
.bs-footer {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.footer-links {
  padding-left: 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}
.footer-links > li > a {
  color: white;
}

@media (min-width: 768px) {
  .bs-footer {
    text-align: left;
  }
  .bs-footer p {
    margin-bottom: 0;
  }
}
