.page-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.content {
   background-color: #ffffff;
   padding: 10px;

 /*  border-top: 1px solid #e5e5e5;
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
   border-radius: 5px;*/
 }

 body {
   background-color: #ffffff;
 }

 html {
  height: 100%;
}

footer {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-color: #e7e7e7;
  border-width: 4px 1px 0px 1px;
  border-top: 1px solid #e5e5e5;
}

.logo {
  transition: all 1s ease;
}


.logo-description.sticky-top {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 20px;
  opacity: 1;
  padding-bottom: 5px;
}

.logo-description {
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: -20px;
  font-size: 90%;
  opacity: 0;
  transition: all 1s ease;
}

.logo-description-container {
  overflow: hidden;
}

.logo.sticky-top {
  max-height: 110px;
}

.logo {
  max-height: 70px;
}

.banner.sticky-top {
  text-align: center;
 
  min-height: 100px;
}

nav {
   transition: all 1s ease;
   padding-top: 20px;

}
nav.sticky-top {
   padding-top: 50px;
}


#sidebar.affix {
   position: relative;
       
  }
@media (min-width: 768px) { 
 #sidebar.affix {
    position: fixed;
    top: 85px;
    width: auto;
   
    
  }
  .affix-bottom {
    position: absolute;
     top: auto; 
  }

}


.banner {
    transition: all 1s ease;
}

.navbar {
  font-weight: 400;
  border-color: #E2E2E2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  margin-bottom: 0px;
}


.header {
  padding-right: 0px;
  padding-left: 0px;
}

.header .navbar {
  padding-top: 7px;
  padding-bottom: 7px;
  /*overflow: hidden;*/
}

.navbar-nav>li>.dropdown-menu {
margin-top: 7px;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-top: 0; 

}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


#nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:1;
}

#nav > .navbar-inner {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

@media (min-width: 768px) {
 dd {
  margin-left: 25px;
}

.dl-horizontal dd {
  margin-left: 245px;
}

.dl-horizontal dt {
  float: left;
  width: 220px; 
  clear: left;
  text-align: right;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}

}

.panel-title {
  font-size: 28px;
}

.thumbnail {
  padding:20px;
}


  /*image align*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.hero-unit {
position: relative;
overflow: hidden;
height: 100%;
}

/*meta slider */
.slides h2{
  color:#ffffff;
}
.metaslider .caption-wrap {
  opacity:1;
}

.entry-content {
  padding-top: 20px;
}


@media (max-width: 791px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.center-cropped {
  width: 100%;  
  min-height: 170px; 
  background-position: center center;
  background-repeat: no-repeat;
  }​