@import url('reset.css');

/* General Demo Style */
body{
	background: #403e3d;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	text-align: left;
}
a{
	color: #555;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
	background-color:#403e3d;
	text-align: left;
}
.wrapper p{
	clear: both;

	
}
.reference{
	padding-top: 40px;
}
h1{
	font-size: 34px;
	position:relative;
	color: #000;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    padding: 20px;
	z-index:1000;
	text-transform: uppercase;
	text-align: center;
}
h1 span{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}
/* Header Style */
.header{
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #1c1c1c;
	opacity: 0.9;
	height:30px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	margin-bottom: 10px;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.header a{
	line-height: 18px;
	padding: 0 4px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
}
.header a:hover{
	color: #fff;
}
.header a span{
	font-weight: bold;
}
.header span.right{
	float: right;
}



.title {
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #a2958c;
	text-align: left;
	text-transform: none;
	padding-top: -50px;
}




@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
}

.slidingDiv {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	height:900px;
	width:900px;
	background-color: #403e3d;
	margin-top:10px;
position:relative;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	z-index: 10000;
}


.slidep{
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
}




.show_hide {
    display:none;
}

.closesliding {
width: 900px;
  text-align: right;
  font-size: 14px;	
}




.freelunch {
	font-size: 50px;
	line-height: 60px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #a2958c;
	text-align: left;	
}

.freelunchsub{
	font-size: 40px;
	line-height: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #807b77;
}
