/*Custom Breadcrumb Styles*/
#content img
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

/*Custom Breadcrumb Styles*/
.breadcrumb
{
	margin-top: 50px;
	border-radius: initial;
	border: 1px solid #eee;
	background-color: #ffffff; */
}

/*Footer Margins*/
#footer 
{
	margin-top: 4px;
	margin-bottom: 30px;
}
/*Constant Height gallery items*/
.gallery-item 
{
	height: 175px;
	width: 150px;
	margin: auto;
}
@media (min-width: 769px){
.gallery-item 
{
	width: 175px;
}}

.gallery-item a
{
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 100%;
	height: 100%;
}
.gallery-item img
{
	margin: auto;
	max-width: 100%;
	max-height: 75%;
	
}
.gallery-item a .gallery-caption
{
	margin-top: 5px;
	text-align: center;
	color: black;
}
/*Adding margin to searchbar*/
@media (min-width: 993px){
	#searchbar
	{
		margin-top: 25px;
	}
}
#searchbar *
{
	-webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/*Restricting min height of logo */
#logo {
	min-height: 96px;
	min-width:  263px;
}

/*Custom banner image Style (fixes height of the images)*/
#banner .item {
  border-color: #eee;
  border-style: solid;
  border-width: 1px;
  }
#banner .item > img {
  max-height: 353px;
}
.banner-thumb {
    cursor: pointer;
	height: 80px;
	width: 80px;
	margin-left: auto;
    margin-right: auto;
}
.banner-thumb img{
	max-width: 100%;
	max-height: 100%;
}
.selected img {
	opacity: 0.4;
}
/*Custom hover Menu Style*/
.hover-menu {
	display: none;
	position: absolute;
	left:225px;
	top: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 9999;
}
.hover-menu-item {
  white-space: nowrap;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.hover-menu-item > .badge {
  float: right;
}
.hover-menu-item > .badge + .badge {
  margin-right: 5px;
}
a.hover-menu-item {
  color: #555;
}
a.hover-menu-item:hover,
a.hover-menu-item:focus {
  color: #000;
  text-decoration: none;
  background-color: #f5f5f5;
}
@media (min-width: 993px){
	li:hover > .hover-menu {
		display: block;
	}
	.hover-menu a {
		list-style: none;
		padding: 5px 50px 5px 10px;
		margin: 0px;
	}
	.hover-menu:hover {
		display: block;
	}
}

/*Custom Sidebar Style*/ 
.nav>li>a {
padding: 5px 15px;
}

.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}

.sub-list > li:hover > a {
    background-color: #eee;
    color: #2a6496;
  }
.sub-list > li > a{
padding-left: 30px;
}

@media (min-width: 768px){
   .affix-content .container {
    width: 700px;
  }   
   .affix-content .container .page-header{
    margin-top: 0;
  }

  .affix-sidebar{
    padding-right:0; 
    font-size:small;
    padding-left: 0;
  }  
  .affix-row, .affix-container, .affix-content{
    height: 100%;
    overflow: scroll;
    margin-left: 0;
    margin-right: 0;    
  } 
  .affix-content{
    background-color:white; 
  } 
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  
  .sidebar-nav .navbar{
    border-radius:0; 
    margin-bottom:0; 
    border:0;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
}

@media (min-width: 769px){
	.nav > li > a{
  border: 1px solid #eee;
  }
  .affix-content .container {
    width: 600px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }  
}

@media (min-width: 992px){
  .nav > li > a{
  border: 1px solid #eee;
  }
  .affix-content .container {
  width: 900px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
}

@media (min-width: 1220px){
  .affix-row{
    overflow: hidden;
  }

  .affix-content{
    overflow: auto;
  }

  .affix-content .container {
    width: 1000px;
  }

  .affix-content .container .page-header{
    margin-top: 0;
  }
  .affix-content{
    padding-right: 30px;
    padding-left: 30px;
  }  
  .affix-title{
    border-bottom: 1px solid #ecf0f1; 
    padding-bottom:10px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse{
    padding: 0;
  }
  .sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
  }  
}

	
/* Custom Carousel styles*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
  line-height: 1;
}
.carousel-caption{
	display: none;
}

@media (min-width: 769px){
.carousel-caption{
	display: block;
}
}
.carousel-control {
  left: initial;
  top: initial;
  bottom: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
}
.carousel-control.right {
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
}
.map-format {
	width: 600px; 
	height: 450px; 
	margin: 0;
	border: 0;
}

#scroll-thumbnails {
	overflow:auto;
	max-height:375px;
}


