/*menu*/
.mobileMenu
{
	display: inline-block;
	left: 0;
	position: absolute;
	margin-left: 8px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	background: #3D3C43;
	color: #FFFFFF;
	margin-top: 4px;
	cursor: pointer;
	border-bottom: 2px solid #535353;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
/*view*/
HEADER .nav
{
	display: none;
}
.mobile-nav
{
	display: block;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	transform: translate(-100%, 0px);
	-webkit-transform: translate(-100%, 0px);
	-moz-transform: translate(-100%, 0px);
	width: 100%;
	z-index: 999999999;
	margin: 0;
	padding: 0;
	line-height: normal;
	height: 100%;
	overflow: hidden;
}
.mobile-nav .close-overlay
{
	float: right;
	position: absolute;
	width: 10000px;
	background: rgba(1, 1, 1, 0.5);
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	z-index: 999999998;
	/*+opacity:0;*/
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.mobile-nav UL
{
	width: 75%;
	background: #1E1E21;
	height: 100%;
	float: left;
	z-index: 999999999;
	position: absolute;
}
.mobile-nav LI A
{
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
}
.mobile-nav LI:hover A
{
	background: #FFFFFF;
	background: #FFD200;
	color: #000000;
	border-left: 10px solid #F6F4F4;
	padding-left: 10px;
}
/*nav*/
#black-head
{
	margin-top: 0;
}
#black-head .container
{
	padding-right: 15px;
}
HEADER .logo
{
	text-align: center;
	width: 100%;
}
.container
{
	width: 100%;
	margin: 0 auto;
}
SECTION.content.page .img
{
	height: 200px;
}
SECTION.content.page .page-content
{
	padding: 25px;
}
SECTION.content.page .page-title
{
	background: #FFD300;
	padding: 20px 0 20px 25px;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}
.nav-big
{
	padding-right: 0;
	padding-left: 10px;
}
.nav-big LI I
{
	display: none;
}
.nav-big LI SPAN
{
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	margin-top: 22px;
	margin-left: 0;
	width: 100%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	overflow: hidden;
	text-align: center;
}
#slider .nav-big-indicator
{
	display: none;
}
.slider .pg H2
{
	bottom: 10px;
	left: 30px;
	position: absolute;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/*+text-shadow:0px 0px 20px #222222;*/
	-moz-text-shadow: 0px 0px 20px #222222;
	-webkit-text-shadow: 0px 0px 20px #222222;
	-o-text-shadow: 0px 0px 20px #222222;
	text-shadow: 0px 0px 20px #222222;
}
.slider-desc
{
	background: #000000;
	color: #56555E;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	padding: 30px 40px;
	text-align: justify;
}
.slider-desc SPAN
{
	font-size: 18px;
}
FOOTER .nav
{
	padding-top: 10px;
	padding-bottom: 10px;
	float: none;
	text-align: center;
}
FOOTER .nav LI A
{
	display: block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	padding: 10px 13px;
}
FOOTER .pull-right
{
	display: block;
	float: none;
	text-align: center;
	line-height: 40px;
}
FOOTER .macellan
{
	padding-bottom: 10px;
}
#map
{
	width: 100% !important;
	display: block;
}
.contact
{
	display: block;
	width: 100%;
	text-align: center;
}
.gallery SPAN A
{
	width: 120px;
	height: 120px;
}
.gallery SPAN
{
	width: 126px;
	height: 126px;
}
