/*.index-nav{
	display: block;
}*/
.btn-navbar {
	display: none;
	position: absolute;
	/*right: 8px;
	top: 8px;*/
	padding: 7px;
	margin-right: 5px;
	margin-left: 5px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #7A0000;
	border-color: #e5e5e5 #e5e5e5 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
}
	.btn-navbar .icon-bar {
		display: block;
		width: 18px;
		height: 2px;
		margin: 2px;
		background-color: #f5f5f5;
	}

.unfolded{
	display: block !important;
}
.unfolded-lb{
	
}

.left-navigation {
	min-height: 660px;
}
.content-wrapper{
	min-height: 660px;
}
.left-location-address {
	margin-top: 7px;
}

@media screen and (min-width: 640px) and (max-height: 640px) { 
	.container{
		overflow: auto;
	}
	
}

@media screen and (max-width: 800px) { 
	.container{
		overflow: auto;
	}
}

@media screen and (max-width: 800px) { 
	.promo-box-wrapper{
		display: none;
	}
	.magic-reservations{
		display: none;
	}
}

@media screen and (max-width: 640px) { 
	body{
		background: #F3F2EE;
	}
	
	.container{
		overflow: auto;
	}
	
	.left-navigation {
		width: 65px;
		min-height: 360px;
	}
	.unfolded-lb .left-navigation{
		width: 240px !important;
		min-height: 660px;
	}
	
	.content-wrapper {
		min-height: 360px;
	}
	.unfolded-lb .content-wrapper{
		min-height: 660px;
	}
	
	
	.logo{
		left: 10px;
		top: 15px;
	}
		.logo img{
			height: 100px;
			top: 3px;
		}
	.unfolded-lb .logo{
		left: 81px !important;
		top: 23px !important;
		width: auto !important;
		height: auto !important;
	}
		.unfolded-lb .logo img{
			height: 198px !important;
			top: 3px !important;
		}
		
	.copy, .copy *{
		font-size: 10px;
	}
	.unfolded-lb .copy, .unfolded-lb .copy *{
		font-size: 12px;
	}
	.btn-navbar{
		display: block;
		z-index: 10;
		top: 140px;
		left: 7px;
	}
	.unfolded-lb .btn-navbar{
		left: 98px;
		top: 230px;
	}
	.left-navigation .nav-wrapper{
		display: none;
	}
	.social {
		left: 15px;
		bottom: 80px;
	}
	.unfolded-lb .social {
		bottom: 36px;
	}
	.content-wrapper{
		left: 65px;
		overflow: auto;
	}
	.page-image{
		top: 0;
		right: 0;
		height: 300px;
	}
	.action-index .page-image {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0px;
		height: auto;
	}
	
	.page-content-wrapper{
		top: 300px;
		left:0;
		height: 100%;
	}
	.page-text{
		overflow: visible;
		padding-left: 10px;
	}
	
	.page-title{
		text-align: left;
		margin-left: ;
	}
	.page-text, .page-text * {
		font-size: 14px;
	}
}