 
 .tile-alt .tile-photo {
	background-position: center center;
 }
 
 .tile-0.tile-alt .tile-photo {
	background-image: url('../img/sample/portfolio-5.jpg');
 }
 
  .tile-1.tile-alt .tile-photo {
	background-image: url('../img/sample/portfolio-4.jpg');
 }
 
  .tile-2.tile-alt .tile-photo {
	background-image: url('../img/sample/portfolio-3.jpg');
 }
 
  .tile-3.tile-alt .tile-photo {
	background-image: url('../img/sample/portfolio-2.jpg');
 }
 
 .container-top.container-wrapper-home.carousel .text-left {
	 background: rgba(255,255,255,0.5); 
	 color:#000522;
	 padding: 30px;
 }
 
 .container-top.container-wrapper-home.carousel {
  padding: 73px 0 0;
  height: 580px;
/*  background: url(../img/sample/featured-bg-3.jpg) 25% center no-repeat #ffffff; */
 background: url(../img/ice.jpg) 40% center no-repeat #050c14; 
/* background: #313138; */

}

 .container-top.container-wrapper-home.carousel .text-left  h1{
	 color:#000522;
	 margin-top: 20px;
 }
 
 .container-top.container-wrapper-home.carousel .text-left  h1 p{
	 color:#000522;
 }



.container-wrapper-silicom {
  background: #313138;
  }
  
   .container-wrapper-silicom {
background: url(../img/ice.jpg) 40% center no-repeat #050c14;
}
  
  .container-wrapper-silicom h1 {
  color: #9999cc;
  }
  
  .container-wrapper-silicom h1 {
	 color:#000522;
	background: rgba(255,255,255,0.5); 
  }
  
  .container-wrapper.container-top {
padding-top: 90px;
}
  
 .container-wrapper { 
	text-shadow: none;
 }
 


.editor-mode .nav-user {
	display: none;
}

.post {
margin: 0 0 20px;
padding: 0 0 20px;
border-bottom: 1px solid #e0e0e0;
}

.post h2 {
	font-size: 20px;
line-height: 26px;
}


.post-content .field.image {
	margin-bottom: 15px;
}

.type-news-item .post-content .teaser {
	display: none;
}

.user-role-admin.type-news-item .post-content .teaser {
	display: block;
	margin-bottom: 15px;
} 

a.more {
	padding-top: 10px;
	display: block;
}



.row  .post-feature-image {
	height: auto !important;
}

.row .post-feature-image p img {
	width: 180px !important;
	height: auto !important;
	float: left;
	margin: 0 15px 15px 0;
}

/* Smaller Tablets */
@media (max-width: 767px) {
  .navbar.navbar-fixed-top .brand {
    margin-left: 20px;
    margin-bottom: 0;
  }
}
 
 