html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background:#0048B3 url(file:///Macintosh%20HD/Users/falkonns_flight/Desktop/EMLandcape%20NEW/images/img01.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:100%;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #FC0;
	padding-left: 5px;
	line-height: 1px;
}
h3{
	padding: 0;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 200;
	color: #6FF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow:1px 1px 1px #000;
}
h4 {
	padding: 0;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 200;
	color: #6FF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow:1px 1px 1px #000;
}

h5 {
	padding: 0;
	text-transform: uppercase;
	font-size: 1.9em;
	font-weight: 200;
	color: #6FF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow:1px 1px 1px #000;
}

h6 {
	padding: 0;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 200;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow:1px 1px 1px #000;
}

p, ol, ul {
	margin-top: 0px;
	padding-left: 5px;
}

p {
	color: #FFF;
	font-size: 24px;
	letter-spacing: 0px;
}

p2 {
	margin-top: 0px;
	padding-left: 20px;
	color:#FFF;
	font-size: 16px;
	letter-spacing: -1px;
}

p3 {
	margin-top: 0px;
	color: #FC0;
	font-size: 14px;
}

p4 {
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0px;
}
	


ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

strong {
}

a {
	color: #A5C35C;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-right: 23px;
	padding-left: 10px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: none;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background:none;
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	width: 100%;
	height: 330px;
	margin: 0px auto;
	background:url(../images/header_work_mobile.png) no-repeat right top;
}

/** LOGO */

#logo {
	overflow: hidden;
	font-family: 'Oswald', sans-serif;
}

#logo h1, #logo p {
	text-shadow: 1px 1px 0px #5E8CC3;
	text-transform: uppercase;
}

#logo h1 {
	padding: 15px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 100px;
}

#logo p {
	margin-top: -20px;
	padding: 0px 0px 0px 5px;
	
	font-size: 20px;
	font-weight: 300;
	color: #B8D1EE;
}

#logo p a {
	color: #696969;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}
/** MENU */

#menu {
	width: 100%;
	height: 88px;
	margin: 0px auto;
	background:#09F;
	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-right: 1px solid #00C;
	padding-left:10px;
}

#menu a {
	display: block;
	height: 68px;
	margin: 0;
	padding: 20px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:1px 1px 1px #000;
}

#menu a:hover {
	background:#3CF;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .first a {
	background:none;
	color: #FFFFFF;
}

/** PAGE */

#page {
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
	background:none;
}

/** CONTENT */

#content {
	float: left;
	width: 100%;
	padding-right: 5px;
	background: none;
}

#content ul {
	margin: 0px;
	padding-left:100px;
}

#content li {
	float:inherit;
	font-size:16px;
	color:#FFF;
	letter-spacing:0px;
	text-align:left;
	line-height: 34px;
}

#content p{
	font-size:20px;
	padding-left:18px;
}

#content p2{
	font-size:20px;
	padding-left:15px;
	color:#FF6;
}

#content h3{
	font-size: 20px;
	text-decoration:underline;
}

#content h5{
	font-size: 20px;
	text-decoration:underline;
}

/*Gallery*/
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #000;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* UILayer */
div.ps-uilayer { 
	
	background: #000;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(loader.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(icons@2x.png);
	}
}


/*Services List*/
#serv-list {
	overflow: hidden;
	padding: 0;
	text-shadow: 1px 1px 0px ##999;
	color:#FFF;
	font-size:16px;
}

#serv-list #lbox1 {
	float: left;
	width: 500px;
	margin-right: 14px;
}

#serv-list #lbox2 {
	float: left;
	width: 350px;
	margin-right: 14px;
}

/** POST */

.post {
	margin-bottom: 5px;
	background: none;
}

.post .title {
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	color: #000000;
}

.post .meta {
	display: block;
	margin-top: -15px;
	padding: 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	padding: 5px 0px 10px 2px;
}

/* Three Column Content */
#four-column {
	overflow: hidden;
	padding: 10]px 0px 20px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #626262;
}

#four-column #tbox1 {
	float: left;
	width: 282px;
	margin-right: 2px;
}

#four-column #tbox2 {
	float: left;
	width: 282px;
	margin-right: 24px;
}

#four-column #tbox3 {
	float: left;
	width: 282px;
}

#four-column #tbox4 {
	float: left;
	width: 347px;
	padding-top:20px;
}

.box-style {
	background: none;
}

.box-style h2 {
	padding: 10px 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #515151;
}

.box-style .image {
	width: 320px;
}

.box-style .arrow {
	background: url(images/img06.png) no-repeat right top;
}

.box-style .content {
	overflow: hidden;
	padding: 15px;
}


/** FOOTER */

#footer {
	width: 100%;
	margin: 0px auto;
	background: none;
}

#footer p {
	margin: 0px;
	text-align: center;
	font-size: 24px;
	color:#FF9;
}

#footer a {
	color: #FFF;
}
