/***************** PSEUDO & GENERAl CLASSES ***************/

body{  -webkit-font-smoothing: antialiased; }
input{ -webkit-appearance: none; }

input:focus{ outline: none; }
input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0.875em 0.5625em 0; }
select { padding: 4px; }

/* Links */
a, a:visited { color: #48cfad; text-decoration: none; }
a:hover { color: #37bc9b; }

.sidebar ul.breadcrumbs, ul.breadcrumbs {
	display: block;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	padding: 0.5625em 0.875em;
}

.breadcrumbs > * {
	float: left;
	font-size: 0.6875em; margin: 0; text-transform: uppercase;
}
.breadcrumbs > *:first-child:before {
	content: " ";
	margin: 0;
}
.breadcrumbs > *:before {
	color: #AAA;
	content: "/";
	margin: 0 0.75em;
	position: relative;
	top: 1px;
}
	
#loader{ 
	opacity: 1; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background-color: #fff; 
	z-index: 2000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#progress-bar{ 
	height: 10px; 
	background-color: #222; 
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	transition: width .5s ease;
	position: relative;
	top: 400px;
	width: 0px;
}
.hide-loader{ opacity: 0 !important; z-index: -1 !important; }

/** SPACING **/
.pad-large-top { padding-top: 88px; }
.pad-large{
	padding-top: 88px;
	padding-bottom: 88px;
}

.pad-small{
	padding-top: 44px;
	padding-bottom: 44px;
}
.pad-bottom { padding-bottom: 44px; }
.pad-large-bottom{
	padding-bottom: 44px;
}

/** TYPO **/

.text-white{
	color: #fff;
}

h1, h2, h3, h4, h5, h6, h7 {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: -10px;
}

h2.title, h3.title { 
  font-size: 2.75em;
}


/** ELEMENTS **/

.hr{
	background-color: #222;
	height: 1px;
	
}
	.hr.center {
		margin: 0 auto;
	}

.hr.thick{
	background-color: #222;
	height: 6px;
	margin: 0px auto;
}

.btn, .panel.callout {
	border: 1px solid #5D9247;
	border-right: 3px solid;
	border-bottom: 3px solid;
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.btn:hover{
	border-right: 1px solid;
	border-bottom: 1px solid;
	top: 2px;
	left: 2px;

}

.btn-wrapper{
	display: inline-block;
}

.panel.callout {
	background: none;
}


.page-header .box-heading{
	font-family: 'Petrona';
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #1f1e4d;
	margin-bottom: 22px;
	display: inline-block;
}

.page-header .hr{
	margin-top: 22px;
}

#feature{
	background: none;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

#feature:before{
	content:'';
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.3);
	position: absolute;
}

#feature {
	
}

#feature .hr.thick{
	margin: 0px;
	margin-top: 22px;
	margin-bottom: 32px;
	background-color: #fff;
}

#feature .btn-wrapper{
	margin-right: 11px;
}

#feature .btn{
	border-color: #fff;
	color: #fff;
	letter-spacing: 3px;
	font-size: 12px;
}

#feature .btn i{
	margin-right: 5px;
}

#top .module-content {
	padding-bottom: 22px;
}

#content-bottom {
	background: none;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

#content-bottom:before{
	content:'';
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.3);
	position: absolute;
}

#content-bottom .large-12 {
	margin-top: 88px;
	margin-bottom: 44px;
}

#content-bottom .module, #content-bottom .module h3 {
	color: #FFF;
}
#content-bottom .hr {
	background-color: #fff;
	margin-bottom: 44px;
	margin-top: 22px;
}

.client {
	margin-bottom: 88px;
}

.client img{
	width: 80%;
}

.client .pad{
	position: relative;
	bottom: 20px;
}





/***************** NAVIGATION ***************/

.mobile-nav{
	display: none;
}

#nav{
	max-height: 90px;
	min-height: 90px;
	overflow: hidden;
	background-color: #fff;
	position: fixed;
	top: 0px;
	z-index: 200;
	width: 100%;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.open-nav{
	max-height: 300px !important;
}

.open-menu{
	display: none !important;
}

.navigation{
	overflow: hidden;
	list-style: none;
	padding-top: 37px;
	display: inline-block;
	margin-bottom: 0px;
}

.navigation li{
	float: left;
	margin-right: 44px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.navigation li:last-child{
	margin-right: 0px;
}

.navigation li a {
	color: #5d9247;
}

#nav img.logo {
	padding-top: 12px;
}
#logo{
	padding-top: 32px;
}

/***************** HOME / HERO ***************/

#hero {
	overflow: hidden;
}

#hero a { color: #222; }

#hero-slider{
	position: relative;
	overflow: hidden;
	margin-top: 90px;
	padding-top: 150px;
	padding-bottom: 150px;
}

#hero-slider .slides li{
	
	background-size: cover !important;
	background-position: center;
}

#hero-slider .flex-direction-nav .flex-prev {
	left: -44px;
	opacity: 0.7;
	top: 48%;
}

#hero-slider .flex-direction-nav .flex-next {
	right: -44px;
	opacity: 0.7;
	top: 48%;
}

#hero-slider:hover .flex-direction-nav .flex-prev {
	left: 44px;
}

#hero-slider:hover .flex-direction-nav .flex-next {
	right: 44px;
}

.slider-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

.tile-wrapper{
	border: 1px solid rgba(255,255,255,0.8);
	padding: 10px;
	width: 350px;
	height: 350px;
	margin: 0px auto;
}

.slider-tile{
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	margin: 0px auto;
	text-align: center;
	padding-top: 60px;
	height: 330px;
}

.slider-tile i{
	font-size: 2.5em;
}

.slider-tile h5{
	margin-top: 11px;
	margin-bottom: 22px;
	padding: 10px;
	color: #5d9247;
}

.slider-tile .hr{
	margin-bottom: 44px;
}

.slider-tile .biline{
	width: 60%;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.6;
	margin: 0px auto;
	font-family: 'Petrona';
}

#hero .module { padding-top: 22px; }


/***************** ABOUT ***************/

p.four-cols{
	
	-webkit-column-count: 4;
	-webkit-column-gap: 44px; /* Safari and Chrome */
	-moz-column-count: 4;
	-moz-column-gap: 44px; /* Firefox */
	column-count: 4;
	column-gap: 44px;
	
	font-weight: 300;
	margin-bottom: 44px;
}
p.three-cols{
	-webkit-column-count: 3;
	-webkit-column-gap: 88px; /* Safari and Chrome */
	-moz-column-count: 3;
	-moz-column-gap: 88px; /* Firefox */
	column-count: 3;
	column-gap: 88px;
	
	font-weight: 300;
	margin-bottom: 44px;
}
p.two-cols{
	
	-webkit-column-count: 2;
	-webkit-column-gap: 100px; /* Safari and Chrome */
	-moz-column-count: 2;
	-moz-column-gap: 100px; /* Firefox */
	column-count: 2;
	column-gap: 100px;
	
	font-weight: 300;
	margin-bottom: 44px;
}

p.four-cols, p.three-cols, p.two-cols { text-align: left; }

.team-member{
	opacity: 0.7;
	text-align: center;
	padding: 10px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
}

.team-member:hover{
	opacity: 1;

}

.team-member span{
	font-size: 14px;
}

.team-member .hr{
	margin-top: 11px;
	margin-bottom: 11px;
}

.team-social{
	list-style: none;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 0px;
	display: inline-block;
}

.team-social li{
	/*float: left;
	margin-right: 5px;*/
	display: inline-block;
}

.team-social a{
	color: #222;
}

.team-social i{
	font-size: 36px;
}

.team-social li:last-child{
	margin-right: 0px;
}

.team-img-wrapper{
	margin: 0px auto;
	margin-bottom: 11px;
}

.team-img-holder img{
	width: 80%;
}

.team-member h6{
	letter-spacing: 7px;
	margin-right: -7px;
	margin-bottom: 5px;
}

/***************** SERVICES ***************/

.services-row {
	margin-bottom: 0/*22px*/;
}

.services-row:last-child{
	margin-bottom: 0px;
}

.service {
	margin-bottom: 22px;
	padding: 15px;
	border: 1px solid #222;
	border-right: 3px solid #5D9247;
	border-bottom: 3px solid #5D9247;
	max-height: 132px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.service:hover {
	/*border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	top: 2px;
	left: 2px;*/
	border-color: #1E1D4F;
}

.open-service{
	max-height: 625px !important;
	border-right: 3px solid #222;
	border-bottom: 3px solid #222;
}

.open-service .hr{
	opacity: 1 !important;
}

.open-service p{
	opacity: 1 !important;
}

.service i{
	font-size: 42px;
}

.service h5{
	margin-top: 22px;
	letter-spacing: 7px;
	margin-right: -7px;
}

.service .hr{
	margin-top: 22px;
	margin-bottom: 22px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.service p{
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-bottom: 7px;
}

/***************** WORK ***************/
.work-row{
	margin-bottom: 30px;
}

.work-img-holder{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.work-img-holder img{
	/*width: 100%;*/
}

.work-overlay{
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background-color: rgba(255,255,255,0.8);
	padding: 180px 15px 15px 15px;
	position: absolute;
	font-weight: 300;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.work-overlay h6{
	letter-spacing: 7px;
	margin-right: -7px;
}	

.work-overlay .hr{
	margin: 0px;
	margin-top: 11px;
	margin-bottom: 11px;
}

.work-img-holder:hover .work-overlay{
	opacity: 1;
	width: 94%;
	height: 94%;
	top: 3%;
	left: 3%;
}

.project{
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
}

.open-project{
	max-height: 1000px !important;
}

.close-project{
	margin-top: 88px;
	margin-bottom: 44px;
	cursor: pointer;
}

.close-project i{
	font-size: 62px;
}

.work-slider{
	position: relative;
}

.project-img-holder{
	width: 630px;
	height: 630px;
	overflow: hidden;
	margin: 0px auto;
}

.work-slider .flex-direction-nav a{
	top: 30%; /* 46% */
}

.work-slider .flex-direction-nav a:before {
	color: #222;
}

.project-details{
	margin-bottom: 44px;
}

.project-details h2 {
	font-size: 1.6875em;
}

.project-details .hr{
	margin-top: 22px;
	margin-bottom: 22px;
}

.project-details p{
	width: 50%;
	display:block;
	margin: 0px auto;
}


/* Flex Slider */
.post-body .project-images { margin-top: 66px; }
.post-body .project-images img { float: none; margin: 0; }
.post-body .flex-direction-nav .flex-prev { left: 0; text-align: left; }
.post-body .flex-direction-nav .flex-next { right: 0; }
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('font/flexslider-icon.eot');
	src:url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('font/flexslider-icon.woff') format('woff'),
		url('font/flexslider-icon.ttf') format('truetype'),
		url('font/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.slides { zoom: 1; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 43px; height: 43px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 44px; }
.flex-direction-nav .flex-next { right: 44px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "typicons"; font-size: 40px; display: inline-block; content: '\e044'; color: #fff; }
.flex-direction-nav a.flex-next:before  { content: '\e046'; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/***************** CONTACT ***************/
section#footer { position: relative; }

#contact{
	position: relative;
	z-index: 1;
}

#contact-holder{
	padding-top: 88px;
	padding-bottom: 88px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.6);
	position: relative;
	z-index: 2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	opacity: 1;
}

.contact-fade{
	opacity: 0 !important;
	z-index: -1 !important;
}



#map-toggle{
	position: absolute;
	z-index: 3;
	top: 44px;
	right: 44px;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;
}

#footer iframe{
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0px;
}


div#footer{
	margin-top: 44px;
}

div#footer .hr, div#footer .navigation {
	margin-bottom: 22px;
}

div#footer .navigation {
	padding-top: 17px;
}

.footer-social{
	overflow: hidden;
	list-style: none;
	margin-bottom: 0/*22px*/;
	display: inline-block;
}

.footer-social li a{
	color: #222;
}

.footer-social li{
	/*float: left;*/
	display: inline-block;
	margin-right: 11px;
}

.footer-social li:last-child{
	margin-right: 0px;
}

.footer-social li i{
	font-size: 40px;
}

div#footer span{
	float: none;
	clear: both;
}

.logo-text{
	font-weight: bold;
	letter-spacing: 3px;
	margin-right: -3px;
	text-transform: uppercase;
}


#copy-text {
	opacity: 0.4;
	font-size: 0.7em;
}

/* Joomla content */
.blog ul, .blog ol, .sidebar ul, .sidebar ol, .login ul {
	margin-left: 1.25em;
}
	.blog ul.pricing-table {
		margin-left: 0;
	}

.post {
	margin-bottom: 66px;
}

.post h2 {
	font-size: 1.6875em;
	letter-spacing: 2px;
}
	.post h2 a { color: inherit; }
	
.post-meta {
	font-size: 0.7em;
	letter-spacing: 4px;
	line-height: 1.4;
	text-transform: uppercase;
}
.post .post-meta span.date { font-size: 1.575em; }

.post-meta ul.actions {
	list-style: none;
	float: right;
}

.post-meta ul.actions li {
	display: inline;
	margin-left: 5px;
}
	/* email and print icon */
	
	[class^="icon-"], [class*=" icon-"] {line-height:1;width:1em;height:1em}
	[class^="icon-"]:before, [class*=" icon-"]:before{font-family:'typicons';font-style:normal;font-weight:normal;speak:none;display:inline-block;width:1em;height:1em;font-size:1em;text-align:center;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}
	.icon-print, .icon-envelope { font-size: 1.275em; }
	
.post-meta, .post-body {
	margin-top: 22px;
}

.post-body ul, .post-body ol { margin-left: 0.9375em; }

.post-body .hr {
	margin-bottom: 11px;
	margin-top: 5px;
}

.post-body p.four-cols, .post-body p.three-cols, .post-body p.two-cols { font-weight: 400; }

.post-body img {
	float: left;
	margin: 0 0.9375em 0.9375em 0;
}

.post-body img.right {
	float: right;
	margin: 0 0 0.9375em 0.9375em;
}

.readmore.btn {
	color: #222;
}

.readmore.btn:hover {
	color: #444;
}

/* Search Component */
.search-result .btn { background-color: #222; border-color: #222; color: #fff; display: inline-block; font-size: 1.125em; height:44px; padding: 11px 22px; width: 31%; }
.search-result .input-holder { display: inline-block; float: left; width: 68%; }
.search-result .input-holder input[type="text"] { background: #fff; border: 1px solid #222; color: #222; font-size: 14px; height: 44px; margin: 0; padding-left: 15px; width: 100%; }

/* sidebar */
aside.sidebar { margin-bottom: 66px; margin-top: 66px; }

.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar h7 { letter-spacing: 2px; }
.sidebar h3 { font-size: 1.125em; margin-bottom: 22px; }

.sidebar .module.box {

	margin-bottom: 22px;
	padding: 15px;
	border: 1px solid #222;
	border-right: 3px solid #555;
	border-bottom: 3px solid #555;
	position: relative;

}



/* Blog Page */
.big-image, .post-media .big-image {
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.big-image { height: 420px; margin-bottom: 44px; }
.no-big-image { margin-bottom: 132px; }

@media only screen and (min-width: 500px) {
  /* line 13, ../scss/_extensions.scss */
  .big-image, body article.page .big-image {
    height: 420px;
  }
}

/* Default Pagination */
.pagination ul {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
.pagination ul li {
    height: 1.5em;
    color: #222222;
    font-size: 0.875em;
    margin-left: 0.3125em;
}
	.pagination ul li span { padding: 0.0625em 0.4375em; }
    .pagination ul li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999999;
	}
    .pagination ul li:hover a,
    .paginationul li a:focus {
      background: #e6e6e6;
	}
    .pagination ul li.unavailable a {
      cursor: default;
      color: #999999;
	}
    .pagination ul li.unavailable:hover a, .pagination ul li.unavailable a:focus {
      background: transparent;
	}
    .pagination ul li.current a {
      background: #2ba6cb;
      color: white;
      font-weight: bold;
      cursor: default;
	}
    .pagination ul li.current a:hover, .pagination ul li.current a:focus {
        background: #2ba6cb;
	}
	.pagination ul li {
		float: left;
		display: block;
	}
	.counter { font-size: 0.875em; }

/* Category modules */
ul.unstyled, 
ul.category-module, ul.category-module ul { list-style: none; margin-left: 0; }

/* Article Modules */
.module .post-meta { letter-spacing: 1px; margin-top: 6px; margin-bottom: 6px; }
.module p { line-height: 1.4; }
.module .readmore a { font-size: 0.7em; text-transform: uppercase; }

/* Typo */
blockquote {
	color: #606060;
	font-style: italic;
}
blockquote {
	border-left: 3px solid #222;
}
blockquote cite {
	font-style: normal;
	padding-top: 1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table {
	background: #fff;
	border: 1px solid #222;
	border-right: 2px solid;
	border-bottom: 2px solid;
	margin-bottom: 1.25em;
}

table thead, table tfoot {
	background: #f5f5f5;
	font-weight: 400;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	display: table-cell;
	line-height: 1.125em;
}

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: #F9F9F9;
}

table tr th, table tr td {
	color: #222;
	font-size: 0.875em;
	padding: 0.5625em 0.625em;
	text-align: left;
}

/* Pricing Table */
.pricing-table {
	border: 1px solid #222;
	border-right: 3px solid #222;
	border-bottom: 3px solid #222;
}

/* main button */
button, .button {
	background-color: #fff;
	color: #222;
	border-color: #222;
	border-style: solid;
	border-width: 1px 3px 3px 1px;
	font-weight: 400;
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color: transparent;
	color: #222;
}

/* search module */
.search input[type="text"] { border-color: #222; border-style: solid; border-width: 1px 1px 3px 1px; }
.search button.btn { padding: 5px 5px 6px; }

/* MiniArt layout of BarossaFolio module */
.artgallery ul, .sidebar .artgallery ul { margin: 0; padding: 0; }

.ac header h2, .ac header h3, .ac header h4, .ac header h5, .ac header h6 {
	font-size: 0.7em;
}
/* Users Component */
.login ul { margin-left: 0; }
.login ul li { list-style: none; display: block; font-size: 0.7em; letter-spacing: 4px; text-transform: uppercase; }
fieldset, select {
	border-color: #222;
	border-style: solid;
	border-width: 1px 3px 3px 1px;	
}

.tooltip {
	background: #000; color: #fff;
	max-width: 85%;
	padding: 0.5em;
	line-height: 1.3;
}

/* system messages: alert, info, warning */
.alert-box {
	background-color: #28A6CB;
	border-color: #2284A1;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	display: block;
	font-size: 0.875em;
	font-weight: 400;
	margin-bottom: 1.25em;
	padding: 0.6875em 1.3125em 0.75em 0.6875em;
	position: relative;
}
.alert-box.alert {
	background-color: #C60F13;
	border-color: #970B0E;
	color: #fff;
}

.alert-box.success {
	background-color: #5DA423;
	border-color: #457A1A;
	color: #fff;
}
.alert-box.secondary {
	background-color: #E9E9E9;
	border-color: #D0D0D0;
	color: #505050;
}

.alert-box .close {
	color: #333;
	font-size: 1.375em;
	line-height: 0;
	opacity: 0.3;
	padding: 5px 4px 4px;
	position: absolute;
	right: 0.3125em;
	top: 0.4375em;
	
}

.module .title h3 {
	font-size: 1.125em;
	padding-bottom: 22px;
}

.services-row{
	max-width: 75.5em;
}

.services-row .module{
	float:left;
	width: 25%;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}
.services-row .large-4.columns{
	width: 100%;
}
.pyramid-1{
	margin-left:40%;
}
.pyramid-2{
	max-width: 38.5em;
}
.services-row.pyramid-2 .module{
	width:50%;
}
.pyramid-3{
	/*margin-left:20%;*/
}
.pyramid-4{

}
.portfolio .filter { font-family: 'Petrona'; text-transform: lowercase; }

.gap {
margin-bottom: 50px !important;

}

.smgreen {
font-size: 16px;
text-shadow: 2px 2px #000;
}

.custodial {
background-image: url("/images/services/custodial-bg.jpg");
background-repeat: no-repeat;
color: #000;
margin-bottom: 30px;
}


.day{
background-image: url("/images/services/day-bg.jpg");
background-repeat: no-repeat;
color: #000;
}


.carpet {
background-image: url("/images/services/carpet-bg.jpg");
background-repeat: no-repeat;
color: #000;
}


.hardfloor {
background-image: url("/images/services/hardfloor-bg.jpg");
background-repeat: no-repeat;
color: #000;

}


.landscaping {
background-image: url("/images/services/landscaping-bg.jpg");
background-repeat: no-repeat;
color: #000;

}


.construction {
background-image: url("/images/services/construction-bg.jpg");
background-repeat: no-repeat;
color: #000;

}


.janitorial {
background-image: url("/images/services/janitorial-bg.jpg");
background-repeat: no-repeat;
color: #000;

}

.twentyfour {
background-image: url("/images/services/24-7-bg.jpg");
background-repeat: no-repeat;
color: #000;

}


.biohazard {
background-image: url("/images/services/bio-hazard-bg.jpg");
background-repeat: no-repeat;
color: #000;

}


.environmental{
background-image: url("/images/services/environmental-bg.jpg");
background-repeat: no-repeat;
color: #000;

}


.shadow {
text-shadow: 2px 2px #000;
}

.margin60 {
margin-left: 60px;
color: #fff;
}