.header{
	height: 200px;
	display: block;
	-webkit-box-shadow: 0 3px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0 3px 10px 5px rgba(0,0,0,0.3);
}
.contentcontainer{
  margin-top: 100px;
}
.burgercard{
  margin-bottom: 40px;
  padding-top: 150px;
  position: relative;
}
.burgercard:after{
  content: "";
  display: table;
  clear: both;
}
.burgercard .header{
  height: 150px;
  position: absolute;
  top:0;
  left:0;
  right:0;
  z-index: 2;
}
.shorts{
 margin-top:0px;
 border: 1px solid #999;
}
.shorts .shortcontent{
  padding: 15px;
  margin-bottom: 15px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec; 
  border-bottom: 1px solid #ececec;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.07);
}
.shorts .shortcontent .fa{
	position: absolute;
	top: 18px;
	right: 25px;
}
/*.shorts div:nth-child(4) .shortcontent{
  border-right: 1px solid #ececec; 
}*/
.burgerheader{
  height: 360px;
  padding-top: 360px;
}
/*search bar*/
.headercontent{
	height: 200px;
	position: relative;
	
}
.searhbar{
	position: absolute;
	bottom: 0;
	width: 600px;
	left:50%;
	margin-left: -300px;
	height: 50px;
	
}
.searchinput{
	width: 100%;
	height: 50px;
	border: none;
	-webkit-appearance: none;
	position: relative;
	z-index: 6;
	font-size: 20px;
	border-radius: 4px 4px 0 0;
}
.searchbtn{
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 7;
	right: 0;
	top: 0;
    -webkit-appearance: none;
    font-size: 30px;
}
.searchbarexpandable{
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	z-index: 5;
    -webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;

}
.searchbarexpandable.expanded{
	height: 500px;
	-webkit-box-shadow: 0 3px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0 3px 10px 5px rgba(0,0,0,0.3);
}
.searchbarexpandable label{
	display: block;
}
.searchbarexpandable select{
	width: 100%;
}
.searchbarexpandable .searchbarpersons label{
	display: inline-block;
}
.searchbarexpandable .searchbarpersons .slabel{
	font-weight: bold;
	display: block;
}