@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
 	padding: 0;
}

body {
	background: url(../images/crystal-texture-bg.jpg) top center repeat;
	background-color: #162866;
	width: 100%;
	height: 100%;
	margin: 40px 0 0;
	padding: 0;
	font-family: 'Questrial', sans-serif;
	color: #888;
}

.clear {
	clear:both;
}

ul, ol, li, a, img, div, span {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}


/* Header Elements */


#header {
	width: 100%;
	margin-bottom: 30px;
	background: url(../images/header-bg.png) bottom left no-repeat;
}
#header-container {
	width: 1140px;
	height: 104px;
	line-height: 104px;
	margin: 0 auto;
	background: #fff;
	border-radius: 0 16px 16px 0;
	border-right: 5px solid rgba(40,69,129,.6);
	border-bottom: 5px solid rgba(40,69,129,.6);
}

#logo {
	padding: 20px 0;
	float: left;
}

#main-nav {
	float: right;
}

#main-nav ul {
	margin-top: 24px;
	padding-top: 13px;
	margin-left: 0;
	padding-left: 15px;
	margin-right: 20px;
	list-style: none;
	height: 43px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	font-size: 20px;
}

#main-nav ul li {
	float: left;
	line-height: 30px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc; 
}
#main-nav ul li:last-child {
	padding-right: none;
	margin-right: none;
	border-right: none;
}

#main-nav ul li a {
	color: #888;
	text-decoration: none;
	border-radius: 8px;
	padding: 4px 12px;
}

#main-nav ul li:hover {
}

#main-nav ul li:hover a, .current {
	color: #fff !important;
	background: #1d5393;
}

/* Content Elements */

#interior-page-heading {
	width: 1140px;
	margin: -15px auto 0;
}
.interior-page-header-img {
	width: 1140px;
	height: 220px;
	margin-top: -40px;
	position: absolute;
	z-index: -1;
}

.category-title {
	width: 80%;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 64px;
	padding:0;
	margin: 0;
}
.sub-heading {
	width: 80%;
	float: left;
	font-family: 'Arvo', serif;
	font-size: 54px;
	color: #96b1ea;
	margin: 0 0 20px;
	padding: 0;
}

.busy-bee {
	background: url(../images/busy-bee.png) center right no-repeat;
}
.gears {
	background: url(../images/3d-gears.png) center right no-repeat;
}
.people {
    background: url(../images/about-icon.png) center right no-repeat;
}    
.contact {
    background: url(../images/phone-icon.png) center right no-repeat;
}

#container-wrapper-index {
	width: 100%;
	background: url(../images/container-bg.jpg) top left repeat;
	padding-bottom: 30px;
}
#container-wrapper-inner {
	background: rgb(255,255,255); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,220,220,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,220,220,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,220,220,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,220,220,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(220,220,220,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */

	-webkit-box-shadow: 0 -3px 5px rgba(0,0,0,1);
}

#inner-container-header {
	background: url(../images/inner-container-header-bg.png) top left repeat-x;
	height: 13px;
	padding-bottom: 30px;
}

#sidebar {
	float: left;
	width: 228px;
}
.sidebar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-nav li {
	margin-right: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.sidebar-nav li:last-child {
	border-bottom: none;
}
.sidebar-nav li a {
	text-decoration: none;
	color: #888;
}
.sidebar-nav li a:hover {
	color: #283378;
}

#container {
	width: 1140px;
	margin: 0 auto;
}

.filter {
	height: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 20px;
}
.filter h4 {
	color: #f15b30;
	float: left;
	margin: 0 25px 0 0;
	font-style: italic;
}
.filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.filter ul li {
	float: left;
	margin-right: 20px;
}
.filter ul li a {
	color: #2d2d2e;
}
.filter ul li a:hover {
	color: #1D5393;
}

.samples {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.samples img {
	max-width: 100%;
	-webkit-box-shadow: 0 0 0px 5px #fff;
}
.samples li {
	float: left;
	width: 18%;
	margin-right: 2%;
	padding: 2%;
	margin-bottom: 40px;
	border: 1px solid #d8d8d8;
	position: relative;
	background: #fff;
	height: 200px;
}
.samples li:hover {
	border-color: #ccc;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	background: #f2f5fc;
}

.samples li::after, .samples li::before {
content: "";
position: absolute;
z-index: -1;
left: 5px;
bottom: 13px;
width: 48%;
height: 20px;
max-width: 150px;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}

.samples li::after {
right: 5px;
left: auto;
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}

.see-more {
	position: absolute;
	bottom: 8%;
	right: 8%;
	text-transform: uppercase;
	font-size: 12px;
}

#slider {
	border-bottom: 1px solid #d8d8d8;
}

.slide-caption-container {
	width: 1140px;
	height: 450px;
	margin: 0 auto;
	position: relative;
}

.slide-caption {
	position: absolute;
	width: 424px;
	top: 25%;
	left: 0;
	background: url(../images/caption-bg.png) bottom right no-repeat;
	padding: 30px;
	color: #fff;
	font-family: 'Arvo', serif;
	font-size: 34px;
	line-height: 42px;
	text-transform: uppercase;
	padding-top: 18px;
	letter-spacing: 1px;
}

#interior-content {
	width: 880px;
	padding-left: 30px;
	padding-bottom: 70px;
	margin-bottom: 30px;
	border-left: 2px solid #ddd;
	float: left;
	line-height: 20px;
	color: #2d2d2e;
}

#interior-content-full {
	width: 1140px;
	padding-bottom: 70px;
	margin-bottom: 30px;	
	line-height: 20px;
	color: #2d2d2e;
	position: relative;
	z-index: 9999;
}

.content a {
	text-decoration: none;
	color: #F15B30;
}
.content a:hover {
	color: #1D5393;
}

.page-title {
	margin: 0 0 20px;
	color: #283378;
	font-size: 36px;
	text-transform: uppercase;
}

.featured-image {
	width: 880px;
	margin-bottom: 25px;
}

#four-columns {
	margin-top: 30px;
}

.four-columns-link {
	position: absolute;
	text-align: right;
	width: 262px;
	height: 139px;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
}
.four-columns-link:hover {
	opacity: .8;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.dark-blue {
	background: url(../images/dark-blue-bg.png) top right no-repeat;
	color: #31549e;
}
.light-blue {
	background: url(../images/light-blue-bg.png) top right no-repeat;
	color: #45b0e3;
}
.orange {
	background: url(../images/orange-bg.png) top right no-repeat;
	color: #f15b30;
}
.gray {
	background: url(../images/gray-bg.png) top right no-repeat;
	color: #9f9fa1;
}

.four-columns-heading {
	background: none !important;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	margin-top: 15px;
	margin-bottom: 8px;
}

#column1, #column2, #column3, #column4 {
	width: 262px;
	float: left;
}

#column1, #column2, #column3 {
	margin-right: 30px;
}

/* Footer Elements */

#footer {
	width: 100%;
	margin-top: 0;
	padding-top: 1px;
}

#footer-container {
	width: 1140px;
	margin: 30px auto 0;
	padding-bottom: 80px;
	color: #fff;
	/*background: url(../images/kapp-crescent-moon-footer.png) top left no-repeat;*/
}

#footer-columns {
}

#footer-columns h4 {
	font-size: 24px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

#footer-column1, #footer-column2 {
	width: 260px;
	float: left;
	margin-right: 33px;
	line-height: 24px;
	font-weight: 300;
}

#footer-column1 {
}

#footer-links {

}

#footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-links ul li {
	line-height: 22px;
	width: 50%;
	float: left;
}

#footer-links ul li a, #footer-container a {
	color: rgba(255,255,255,.7);
	text-decoration: none;
}

#footer-links ul li a:hover, #footer-container a:hover {
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
}

.phone-number {
	font-size: 28px;
	line-height: 40px;
	font-family: 'Arvo', serif;
}

#footer-column3 {
	text-align: right;
}

#facebook-widget {
	float: left;
	/*padding: 15px 20px;*/
	background: #292e3d;
	margin-bottom: 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
}

#copyright {
	font-size: 13px;
	float: right;
	text-align: right;
	line-height: 24px;
}

.fitness-table  td {
	border-bottom: 1px solid #999999;
	padding: 4px 8px;
}

.fitness-table-main  td {
	padding: 4px 8px;
}

/* Responsive Fixes */

@media screen and (max-width: 480px) {
	
	body {
		margin-top: 0;
	}	
	#header-container {
		width: 100%;
		border-radius: 0;
		border-right: 0;
		padding-right: 0;
	}	
	#header {
		margin-bottom: 0;
	}
	#logo {
		width: 100%;
		position: absolute;
		text-align: center;
		padding-top: 6%;
	}
	#main-nav {
		clear: both;
		width: 100%;
		margin-top: 85px;
		height: 85px;
	}
	#main-nav ul {
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
		font-size: 96%;
		margin-right: 0;
		padding-left: 5%;
	}
	#main-nav ul li {
		padding-right: 4px;
		margin-right: 4px;
	}
	#main-nav ul li a {
		padding: 2px 4px;
		border-radius: 2px;
	}
	.sl-slider-wrapper {
		width: 100%;
		height: 225px !important;
	}
	.sl-slider {
		width: 100%;
	}
	.sl-content-wrapper {
		width: 100% !important;
		padding: 0;
	}
	.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
		width: 100%;
	}
	.bg-img {
		background-position: bottom center !important;
	}
	.slide-caption-container {
		width: 100%;
		height: 40px;
	}
	.slide-caption {
		width: 100% !important;
		background: rgba(8,58,129,.8);
		bottom: 0;
		font-size: 90%;
		line-height: 30px;
		text-transform: none;
		letter-spacing: normal;
		padding: 0;
		text-align: center;
	}
	#nav-arrows {display: none;}
	#container {
		width: 100%;
	}
	#four-columns {
		margin-top: 5%;
	}
	#column1, #column2, #column3, #column4 {
		width: 92%;
		float: none;
		clear: both;
		margin: 0 auto 2% auto !important;
	}
	#column1, #column2, #column3 {
		padding-bottom: 3%;
		border-bottom: 1px dashed #aaa;
	}
	.four-columns-link {
		width: 92%;
	}
	.four-columns-link:hover {
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
	}
	#four-columns img {
		width: 100%;
	}
	
	#inner-container-header {
		padding-bottom: 15px;
	}
	.interior-page-header-img {
		width: 100%;
		opacity: .4;
	}
	.category-title {
		margin-top: 30px;
		font-size: 300%;
		padding-left: 2%;
	}
	.sub-heading {
		font-size: 175%;
		padding-left: 2%;
	}
	
	.filter {
		width: 96%;
		padding: 0 2%;
		font-size: 100%;
	}
	
	#sidebar {
		width: 90%;
		padding: 0 5%;
		margin-bottom: 30px;
		border-bottom: 1px dashed #d8d8d8;
	}
	.sidebar-nav li {
		float: left;
		font-size: 90%;
		border-bottom: 0 !important;
		border-right: 1px solid #ccc;
		padding-right: 2%;
		margin-right: 2%;
		padding-bottom: 0;
	}
	.sidebar-nav li:last-child {
		border-right: none !important;
	}
	
	#interior-content, #interior-content-full {
		width: 90%;
		padding: 0 5%;
	}
	.featured-image {
		max-width: 100%;
	}
	.page-title {
		font-size: 200%;
		line-height: 100%;
	}
	
	#portfolio-thumbs {
		width: 96%;
		padding: 0 2%;
	}
	.samples {
		padding: 0 4% 0 0 ;
	}
	.samples h3 {
		margin-left: 5%;
	}
	.samples li {
		width: 100%;
		height: inherit;
	}
	.samples li img {
		max-width: 100%;
	}
	
	#footer-container {
		width: 92%;
	}
	#footer-column1, #footer-column2 {
		width: 100%;
		margin-bottom: 8%;
	}
	#facebook-widget {
		width: 100% !important;
		height: 160px !important;
	}
	#facebook-widget iframe {
		width: 100% !important;
		height: 152px !important;
	}
}

@media screen and (max-width: 767px) and (min-width: 481px) {
	
	body {
		margin-top: 0;
	}	
	#header-container {
		width: 100%;
		border-radius: 0;
		border-right: 0;
		padding-right: 0;
	}	
	#header {
		margin-bottom: 0;
	}
	#logo {
		width: 100%;
		position: absolute;
		text-align: center;
		padding-top: 3%;
	}
	#main-nav {
		clear: both;
		width: 100%;
		margin-top: 85px;
		height: 85px;
	}
	#main-nav ul {
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
		font-size: 100%;
		width: 465px;
		padding: 0;
		margin: 36px auto 0;
	}
	#main-nav ul li {
		padding-right: 4px;
		margin-right: 4px;
	}
	#main-nav ul li a {
		padding: 2px 4px;
		border-radius: 2px;
	}
	.sl-slider-wrapper {
		width: 100%;
		height: 225px !important;
	}
	.sl-slider {
		width: 100%;
	}
	.sl-content-wrapper {
		width: 100% !important;
		padding: 0;
	}
	.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
		width: 100%;
	}
	.bg-img {
		background-position: bottom center !important;
	}
	.slide-caption-container {
		width: 100%;
		height: 40px;
	}
	.slide-caption {
		width: 100% !important;
		background: rgba(8,58,129,.8);
		bottom: 0;
		font-size: 90%;
		line-height: 30px;
		text-transform: none;
		letter-spacing: normal;
		padding: 0;
		text-align: center;
	}
	#nav-arrows {display: none;}
	#container {
		width: 100%;
	}
	#four-columns {
		margin-top: 5%;
	}
	#column1, #column2, #column3, #column4 {
		width: 46%;
		margin: 0 2% 3% 2% !important;
	}
	#column1, #column2 {
		padding-bottom: 3%;
		border-bottom: 1px dashed #aaa;
	}
	.four-columns-link {
		width: 46%;
	}
	.four-columns-link:hover {
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
	}
	#four-columns img {
		width: 100%;
	}
	
	#inner-container-header {
		padding-bottom: 15px;
	}
	.interior-page-header-img {
		width: 100%;
		opacity: .4;
	}
	.category-title {
		margin-top: 30px;
		font-size: 300%;
		padding-left: 2%;
	}
	.sub-heading {
		font-size: 175%;
		padding-left: 2%;
	}
	
	.filter {
		width: 100%;
		padding: 0;
		font-size: 100%;
	}
	
	#sidebar {
		width: 90%;
		padding: 0 5%;
		margin-bottom: 30px;
		border-bottom: 1px dashed #d8d8d8;
	}
	.sidebar-nav li {
		float: left;
		font-size: 90%;
		border-bottom: 0 !important;
		border-right: 1px solid #ccc;
		padding-right: 2%;
		margin-right: 2%;
		padding-bottom: 0;
	}
	.sidebar-nav li:last-child {
		border-right: none !important;
	}
	
	#interior-content, #interior-content-full {
		width: 96%;
		padding: 0 2%;
	}
	#interior-content-full {
		margin-bottom: 0 !important;
	}
	.featured-image {
		max-width: 100%;
	}
	.page-title {
		font-size: 200%;
		line-height: 100%;
	}
	
	#portfolio-thumbs {
		width: 96%;
		padding: 0;
	}
	.samples {
		padding: 0;
	}
	.samples h3 {
		margin-left: 2%;
	}
	.see-more {
		bottom: 5%;
	}
	.samples li {
		width: 100%;
		height: inherit;
	}
	.samples li img {
		max-width: 100%;
	}	
	
	#footer-container {
		width: 96%;
		padding: 0 2% 4% 2%;
	}
	#footer-column1, #footer-column2 {
		width: 48%;
		margin: 0 0 4%;
		float: left;
	}
	#footer-column1 {
		margin-right: 4%;
	}
	#facebook-widget {
		width: 100% !important;
		height: 160px !important;
	}
	#facebook-widget iframe {
		width: 100% !important;
		height: 152px !important;
	}
}

@media screen and (max-width: 980px) and (min-width: 768px) {
	
	body {
		margin-top: 0;
	}	
	#header-container {
		width: 100%;
		border-radius: 0;
		border-right: 0;
		padding-right: 0;
	}	
	#header {
		margin-bottom: 0;
	}
	#logo {
		width: 39%;
		position: absolute;
		text-align: left;
		padding-left: 2%;
		padding-top: 2%;
	}
	#logo img {
		max-width: 95% !important;
	}
	#main-nav {
		width: 59%;
		float: right;
		height: 85px;
	}
	#main-nav ul {
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
		font-size: 16px;
		padding: 0;
		margin: 36px 0 0;
		float: right;
	}
	#main-nav ul li {
		padding-right: 4px;
		margin-right: 4px;
	}
	#main-nav ul li a {
		padding: 2px 4px;
		border-radius: 2px;
	}
	.sl-slider-wrapper {
		width: 100%;
	}
	.sl-slider {
		width: 100%;
	}
	.sl-content-wrapper {
		width: 100% !important;
		padding: 0;
	}
	.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
		width: 100%;
	}
/*	.slide-caption-container {
		width: 100%;
		height: 40px;
	}
	.slide-caption {
		width: 100% !important;
		background: rgba(8,58,129,.8);
		bottom: 0;
		font-size: 90%;
		line-height: 30px;
		text-transform: none;
		letter-spacing: normal;
		padding: 0;
		text-align: center;
	}
	#nav-arrows {display: none;}
*/
	#container {
		width: 100%;
	}
	#four-columns {
		margin-top: 2%;
	}
	#column1, #column2, #column3, #column4 {
		width: 23%;
		margin: 0 1% 3% !important;
	}
	#column1, #column2 {
		padding-bottom: 3%;
	}
	.four-columns-link {
		width: 23%;
	}
	.four-columns-link:hover {
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
	}
	#four-columns img {
		width: 100%;
	}
	
	#inner-container-header {
		padding-bottom: 15px;
	}
	.interior-page-header-img {
		width: 100%;
	}
	.category-title {
		margin-top: 30px;
		font-size: 300%;
		padding-left: 2%;
	}
	.sub-heading {
		font-size: 175%;
		padding-left: 2%;
	}
	
	.filter {
		width: 100%;
		padding: 0;
		font-size: 100%;
	}
	
	#sidebar {
		width: 90%;
		padding: 0 5%;
		margin-bottom: 30px;
		border-bottom: 1px dashed #d8d8d8;
	}
	.sidebar-nav li {
		float: left;
		font-size: 90%;
		border-bottom: 0 !important;
		border-right: 1px solid #ccc;
		padding-right: 2%;
		margin-right: 2%;
		padding-bottom: 0;
	}
	.sidebar-nav li:last-child {
		border-right: none !important;
	}
	
	#interior-content, #interior-content-full {
		width: 96%;
		padding: 0 2%;
	}
	#interior-content-full {
		margin-bottom: 0 !important;
	}
	.featured-image {
		max-width: 100%;
	}
	.page-title {
		font-size: 200%;
		line-height: 100%;
	}
	
	#portfolio-thumbs {
		width: 96%;
		padding: 0;
	}
	.samples {
		padding: 0;
	}
	.samples h3 {
		margin-left: 2%;
	}
	.see-more {
		bottom: 5%;
	}
	.samples li {
		width: 100%;
		height: inherit;
	}
	.samples li img {
		max-width: 100%;
	}	
	
	#footer-container {
		width: 96%;
		padding: 0 1% 3% 1%;
	}
	#footer-column1, #footer-column2 {
		width: 23%;
		margin: 0 1% 3%;
		float: left;
	}
	#footer-column1 {
		margin-right: 1%;
	}
	#footer-links ul li {
		width: 100%;
		float: none;
	}
	#footer-columns h4 {
		font-size: 20px;
	}
	.phone-number {
		font-size: 23px;
	}
	#facebook-widget {
		width: 48% !important;
		height: 160px !important;
		float: right;
	}
	#facebook-widget iframe {
		width: 100% !important;
		height: 152px !important;
	}
	#copyright {
		clear: both;
		border-top: 1px dashed rgba(255,255,255,.3);
		padding-top: 10px;
	}
}

@media screen and (max-width: 1139px) and (min-width: 981px) {

	#header-container {
		width: 100%;
		border-radius: 0;
		border-right: 0;
		padding-right: 0;
	}	
	#main-nav ul {
		float: right;
	}
	#main-nav ul li {
		padding-right: 4px;
		margin-right: 4px;
	}
	#main-nav ul li a {
		padding: 2px 4px;
		border-radius: 2px;
	}
	.sl-slider-wrapper {
		width: 100%;
	}
	.sl-slider {
		width: 100%;
	}
	.sl-content-wrapper {
		width: 100% !important;
		padding: 0;
	}
	.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
		width: 100%;
	}
/*	.slide-caption-container {
		width: 100%;
		height: 40px;
	}
	.slide-caption {
		width: 100% !important;
		background: rgba(8,58,129,.8);
		bottom: 0;
		font-size: 90%;
		line-height: 30px;
		text-transform: none;
		letter-spacing: normal;
		padding: 0;
		text-align: center;
	}
	#nav-arrows {display: none;}
*/
	#container {
		width: 100%;
	}
	#container-wrapper-index {
		padding-bottom: 0;
	}
	#four-columns {
		margin-top: 2%;
	}
	#column1, #column2, #column3, #column4 {
		width: 23%;
		margin: 0 1% 0 !important;
	}
	#column1, #column2 {
		padding-bottom: 3%;
	}
	.four-columns-link {
		width: 23%;
	}
	.four-columns-link:hover {
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
	}
	#four-columns img {
		width: 100%;
	}
	
	#inner-container-header {
		padding-bottom: 15px;
	}
	.interior-page-header-img {
		width: 100%;
	}
	.category-title {
		margin-top: 0;
		padding-left: 2%;
	}
	.sub-heading {
		padding-left: 2%;
	}
		
	#sidebar {
		width: 90%;
		padding: 0 5%;
		margin-bottom: 30px;
		border-bottom: 1px dashed #d8d8d8;
	}
	.sidebar-nav li {
		float: left;
		border-bottom: 0 !important;
		border-right: 1px solid #ccc;
		padding-right: 2%;
		margin-right: 2%;
		padding-bottom: 0;
	}
	.sidebar-nav li:last-child {
		border-right: none !important;
	}
	
	#interior-content, #interior-content-full {
		width: 96%;
		padding: 0 2%;
	}
	#interior-content-full {
		margin-bottom: 0 !important;
	}
	.featured-image {
		max-width: 100%;
	}
	.page-title {
		font-size: 200%;
		line-height: 100%;
	}
	
	#portfolio-thumbs {
		width: 100%;
		padding: 0;
	}
	.samples {
		width: 100%;
		padding: 0;
	}
	.samples h3 {
		margin-left: 5%;
	}
	.samples li {
		width: 43%;
		margin-right: 2%;
		float: left;
		height: inherit;
	}
	.samples li img {
		max-width: 100%;
	}	
	
	#footer-container {
		width: 96%;
		padding: 0 1% 3% 1%;
	}
	#footer-column1, #footer-column2 {
		width: 23%;
		margin: 0 1% 3%;
		float: left;
	}
	#footer-column1 {
		margin-right: 1%;
	}
	#footer-links ul li {
		width: 100%;
		float: none;
	}
	#footer-columns h4 {
		font-size: 20px;
	}
	.phone-number {
		font-size: 23px;
	}
	#facebook-widget {
		width: 48% !important;
		height: 160px !important;
		float: right;
	}
	#facebook-widget iframe {
		width: 100% !important;
		height: 152px !important;
	}
}

/*------------------ PureManager CSS-------------------*/
 
/*------------------ Content Manager CSS-------------------*/
.PureManagerAdmin_mainMenu            {background-color:#eeeeee; padding:2px;}
.PureManagerAdmin_mainMenu a         {color:#006;}
.PureManagerAdmin_mainMenu a:hover            {color:#000;}
 
#displayOptions                               {position:fixed; top:0px; left:0px; width:100%;}
 
/*--------------Site Map CSS--------------------*/
#siteMap                             {}
#siteMap li                          {list-style-type:circle; margin-left:10px;}
#siteMap .siteMapSec   {margin-left:15px;}
#siteMap .siteMapSec li                {list-style:none;}