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: -24px;
}
.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;
	padding: 0 50px;
	display:block;
	position:fixed;
	z-index:5;
	
}
.slides-creative{
    padding-top: 44px;
}

.navbar{display:none!important;}


}


@media screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation : portrait){
    .header img{
     width: 39%!important;
    margin-left: 41%!important;
    }
	
	.header span {
    margin-left: 9%;
    margin-top: -13px !important;
}
}



@media screen and (max-device-width: 767px) 
{
.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: 75px;
	padding: 5px 50px;
	display:block;
	position:fixed;
	z-index: 999;
    top: 0;
    border: 1px solid#e7e7e7;
	
}

.navbar{display:none!important;}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 640px) 
and (orientation : landscape){

.header img {
    width: 28% !important;
    margin-left: 200px !important;
	margin-top: 2px !important;
}
.header span {
    margin-left: 170px;
    margin-top: -13px !important;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){



    .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: 80px;
	/*height: 100px;*/
	padding: 10px 50px;
	display:block!important;
	position:fixed;
	z-index:99;
	
}

.header img {
    width: 28% !important;
    margin-left: 249px !important;
}
.header span {
    margin-left: 251px;
    margin-top: -13px !important;
}
.header-one{
    display: none;
}
.header img{
    width: 20% !important;
}
.navbar{display:none!important;}
.top-banner {
    margin-top: -10px!important;
}
    
}


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