.home-content .imageStyle {
  width: 50%;
  float: left;
}

.navbar-collapse{
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
  
  #sidebarContainer #sidebar {
  font-size: 1em;
  text-align: center;
}
#sidebarContainer #sidebar img {
  display: inline;
}
.thumbnail-frame img {
  width: 100%;
}

.album-wrapper .col-md-3 {
  width: 23%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
 background-image: url(images/button-bg-left.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff !important;
    background-size: 100% 100% !important;
}
#navcontainer-01 a:hover, #navcontainer-01 a:active {
  color: #fff;
  background-color: #7a3513;
 background-image: url(images/button-bg-left.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-shadow: 0 0 3px #fff;
   background-size: 100% 100% !important;
}

@media(max-width:767px){

#navcontainer-01 li {
	height: 42px;
	  width: 100%;
  line-height: 42px;
  border-radius: 0px;
	/*float: left;*/
	margin: 0;
	/*padding: 0 28px 0 0;*/
	padding:0px;
	position: relative;
	list-style: none;
	background-image: url(images/navbar-li-bg.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#pageHeader h1 {
	font-size: 2.5em;
}

#pageHeader h2 {
	font-size: 1.5em;
}

#pageHeader {
Text-align:center;
}
#pageHeader h2 {
  text-align: center;
    margin-top: 0px;
  }
#navcontainer-01 a {
    height: auto;
  line-height: 2;
  }
.serc .img {
  width: 100% !important;
  height: auto;
  margin: auto;
  display: inline !important;
  float: left;
}
  
  
}
@media(min-width:768px){
#pageHeader h1 {
	font-size: 48px;
}

#pageHeader h2 {
	font-size: 18px;
}
#navcontainer-01 li {
	padding-right: 30px;
  margin-left: 0px;
}
  #navcontainer-01 a {
  padding: 0px 20px; !important;
  }
.navbar-default {
  background-image: none;
  background: transparent;
  border: none !important;
  box-shadow: none;
}
}
@media(min-width:992px){}
@media(min-width:1200px){}