/*Logo*/

@media(min-width: 1023px){
  .header4.logo img{height: 80px;}
}

.orbit-three-grid{ margin: 0;}
.orbit-three-grid li.orbit-article-db{ position: relative;}
.orbit-three-grid .orbit-thumbnail-bg{ 
  min-height: 500px;
  filter: grayscale(1);
}
.orbit-three-grid li.orbit-article-db:hover .orbit-thumbnail-bg{ filter: grayscale(0); }

.orbit-three-grid .orbit-post-content{
	position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.orbit-three-grid .orbit-post-content h3{ margin: 0;}
.orbit-three-grid .orbit-post-content h3 a[href]{ color: #fff; }

.portfolio-title{
	border-bottom: #eee solid 2px;
  padding-bottom: 20px;
  
  margin-top: 0;
  margin-bottom: 20px;
  color: #444;
  font-size: 22px;
}

.portfolio-excerpt{
  color: #777;
  margin-bottom: 50px;
}

.container{
	max-width: 960px;
}

@media( min-width: 769px ){
	.header4.navbar-default{ margin-bottom: 80px; }
}
@media (max-width: 768px){
.header4 .navbar-header .visible-xs {max-width: 100px;padding-top:5px;}
.header4 img.desktop-logo{ max-width: 230px;}
.header4.navbar-default li.sp_search_item{
	display: none;
}
@media only screen and (max-width: 768px) and (min-width: 768px){
.header4 img.desktop-logo {max-width: 100px;}
}
  
.footer{
	border-top: #eee solid 2px;
  margin-top: 50px;
  padding: 20px 0;
  font-size: 14px;
  color: #777;
}