html, body
{
	padding: 0;
	margin: 0;
}

body *
{
	text-shadow: none;
}

nav:not(.mm-menu)
{
	display: block;
}

.header,
.content,
.footer
{
	//text-align: center;
}
.header
{
	background: #000;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	display: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

.header a
{
	background: center center no-repeat transparent;
	background-image: url(mobile-menu-toggle.png);

	display: block;
	width: 100px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 10px;
}
.content
{
	//padding: 150px 50px 50px 50px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 640px)
{
.content
{
	padding-top: 40px;
}

.header
{
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px !important;
	padding: 0 50px;
	display:block;
	position:fixed;
	z-index:5;

}

.navbar{display:none!important;}
}
@media screen and (max-device-width: 768px)
{
.content
{
	padding-top: 40px;
}

.header
{
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 5px 50px;
	display:block;
	position:fixed;
	z-index:10;

}

.navbar{display:block!important;}
.header img{
    width:50%;
}
.slider-booking {
    margin-top: 13%;
}
.navbar .nav > li > a {
	font-size: 13px !important;
padding-left: 0px !important;
}

.navbar .nav > li {
padding: 0 7px !important;
margin-left: 0px !important;
border-left: none !important;
}
.pull-left {
    margin-left: 20% !important;
}

}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){
    .content
{
	padding-top: 40px;
}

.header
{
	displa:none;
}
.header-one{
    display: none;
}
.header img{
    width: 20% !important;
}
.booking{
    top:3%;
}
.navbar{display:block!important;}
.navbar .nav{
    top:45px;
    right:0px;
}
}


@media (max-width: 768px){
.tp-caption.customin.rs-parallaxlevel-0.start img {
    display: block;
}
}
