@import url("https://use.typekit.net/ezo3muv.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
body {
	font-family:  pt-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:19px;
	color:#3c3c3c;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1440px;
	margin:0px auto;
	padding:0px 30px;
}
/* HEADER */
header {
	position:fixed;
	top:0px;
	z-index:4;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
#header {
	position: relative;
	text-align: right;
	padding: 15px 0;
}
.clear:after,
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	position: absolute;
	left: 10%;
	top: 5px;
	z-index:99;
}
#header #contact {
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
}
#header #contact > a {
    line-height: 20px;
	color:#000;
}
#header #contact img {
   margin-right:5px;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-image: linear-gradient(#6b10b5, #000000);
}
header #nav {
	text-align: right;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
}
header #nav > ul > li:last-of-type {
	margin-right: 100px;
}
header #nav > ul > li:nth-of-type(1) {
	margin-left: 0px;
}
header #nav ul li a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:20px 0px;
	font-size:18px;
	font-weight:bold;
}
header #nav > ul > li > a {
	padding:0px 32px;
	margin:20px 0px;
}
header #nav ul li:last-of-type a {
	border-right:0px;
}
header #nav > ul > li:hover {
	background-color:#000;
}
header #nav > ul > li:hover > a {
	color:#fff;
	border-color:#000;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#000;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:10px 20px;
	display:block;
	white-space: nowrap;
}
header #nav > ul > li > ul > li a:hover {
	background-color:#666;
}
/* ^ NAVIGATION */
/* BANNERS */
#banners {
	max-height:640px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#banner-img {
	max-height:640px;
	overflow:hidden;
}
#banner-img .slide > img {
	display:block;
	width:100%;
	height:auto;
	filter: brightness(70%);
}
#banner-img .slide {
	max-height:640px;
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#banner-img .slide.active .content{
	opacity:1;
}
#banner-img .slide.getActive {
	z-index:2;
}
#banner-img .content {
	font-family:  komu-a, sans-serif;
	position:absolute;
	top:20%;
	left:10%;
	z-index:9;
	opacity:1;
	color:#fff;
    padding:40px 10px;
	font-size:84px;
	font-weight: bold;
	width:65%;
	max-width: 800px;
	text-transform: uppercase;
}
#banner-img .content div {
	margin-bottom: 20px;
}
#banner-img .content .small-content {
	font-size: 42px;
}
#banner-img .content .smaller-content {
	font-size: 24px;
	text-transform: none;
	font-family:  pt-sans-pro, sans-serif;
}
#banners #masks {
	background-color:#fff;
	height:10%;
	width:100%;
	position: absolute;
	bottom:-1px;
	clip-path: polygon(0 0,40% 100%,100% 0,100% 100%,0 100%);
	z-index:3;
}
/* ^ BANNERS */
/* CONTENT */
.center {
	text-align: center;
} 
main {
}
#banner-header {
	max-height:378px;
	overflow:hidden;
    position: relative;
}
div.clip {
	background: #fff;
	clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
div.clipped {
	background: transparent;
	clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#banner-header img {
	width:100%;
	filter: brightness(70%);
}
#banner-header h1.content {
	font-family:  komu-a, sans-serif;
	position: absolute;
    color:#fff;
    font-weight: bold;
    font-size:90px;
    width :100%;
	text-align: center;
	bottom: 110px;
    left:0;
	text-transform: uppercase;
}
#banner-header .content-small {
	position: absolute;
    color:#fff;
    font-size:22px;
    width :100%;
	text-align: center;
	bottom: 90px;
    left:0;
}
#main {
	position: relative;
	z-index:2;
	padding-top:30px;
	padding-bottom:0px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
h1 {
	font-family:  komu-a, sans-serif;
	font-size:45px;
	margin-bottom:15px;
	font-weight: 500;
}
h2 {
	font-family:  komu-a, sans-serif;
	font-size:36px;
	margin-bottom:15px;
	font-weight: 500;
}
h1,
h2,
h3 {
	color: #44007b; }

h4,
h5,
h3 {
	font-family:  komu-a, sans-serif;
}
p {
  margin-bottom:15px;
}
ul {
    list-style-position: inside;
}
a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#046241;
	text-decoration:none;
}
a:hover {
	color:#000;
}

a.button {
	background-color:#ffca10;
	display:inline-block;
	padding:10px 25px;
	color:#1f0133;
	font-size:16px;
	text-decoration: none;
	text-transform:uppercase;
	border: 1px solid #fff;
}
a.button:hover {
	background-color:#000;
}
.img-right {
	float:right;
	max-width:50%;
	margin-left:10px;
}
.row:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
.lowlight {
    background-color:#f3f3f3;
    padding-top:20px;
    padding-bottom:20px;
}
#home .buckets {
	background:#c7c7c7 url('../Images/shopbackground-home.jpg') 0 0 no-repeat;
	background-size: cover;
	padding:40px;
	min-height: 800px;
}
#home #purple .buckets {
	min-height: 300px;
}
#interior .buckets {
	padding: 40px;
}
.buckets .shopby {
	text-align: center;
	margin-bottom: 50px;
}
#home .buckets .shopby h4 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 32px;
}
#interior .buckets .shopby h4 {
	color: #000;
	font-size: 30px;
	margin-bottom: 20px;
}
#home .buckets .shopby a {
	margin-right: 50px;
	background: rgba(79,79,79,.7);
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
}
#interior .buckets .shopby a {
	margin-right: 50px;
	background: #000;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
}
#home .buckets .shopby a:hover {
	background: rgba(79,79,79,.9);
}
#interior .buckets .shopby a:hover {
	background: #333;
}
.buckets .shopby a:last-of-type {
	margin-right: 0px;
}
.bucket {
    width: 29%;
    float: left;
    margin: 0 2%;
	overflow: hidden;
}
.bucket a {
	text-decoration: none;
	display: block;
}
.bucket img {
	display: block;
	width:100%;
}
.bucket:hover img {
	filter: brightness(.7);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.bucket .heading {
	color:#fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 80px;
	text-align: center;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}
#logos {}
#logos .vendorlogo {
	float: left;
	width: 16%;
	margin: 2%;
	text-align: center;
}
#logos .vendorlogo:first-of-type {
	width: 32%;
}
#quote {
	background: #fff url('../../Assets/Images/lightduty-background.jpg') 0 0 no-repeat;
	background-size: cover;
}
#quote .quote {
	width: 40%;
	padding: 150px 0 50px;
	color: #fff;
	font-size: 23px;
}
#quote .quote .quoteicon {
	margin-bottom: 20px;
	text-align: center;
}
#quote .quote .quotetext {
	margin-bottom: 30px;
	font-style: italic;
}
#quote .quote .quotename {
	margin-bottom: 2px;
	font-size: 25px;
	font-weight: bold;
}
#quote .quote .quotetitle {
	font-size: 20px;
}
#team {
	background: #fff url('../../Assets/Images/purple-grunge-background.jpg') 0 0 no-repeat;
	background-size: cover;
	padding: 250px 0 100px;
}
#team h3 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
#team .teammember {
	width: 21%;
	margin: 2%;
	float: left;
	text-align: center;
	color: #fff;
}
#team .teammember .teamimage {
	margin-bottom: 15px;
}
#team .teammember .teamimage img {
	border: 1px solid #fff;
}
#team .teammember .teamname {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
}
#team .teammember .teamtitle {
}
.split-2 {
	width:50%;
	float:left;
}
.split-2:nth-of-type(odd) {
	padding-right:20px;
}
.split-2:nth-of-type(even) {
	padding-left:20px;
}
.left {
	float:left;
	width:80%;
	padding-right:50px;
}
.right {
	padding:50px 0px 50px 20px;
    border-left: 1px solid #999;
	float:left;
	width:20%;
    color:#046241;
}
ul.side-menu {
    list-style:none;
    margin-bottom:30px;
}
ul.side-menu li {
    padding:0px 0px 10px 30px;
    background-repeat:no-repeat;
}
ul.side-menu li:hover {
    background-image:url('../../Assets/Images/nav-arrow-gray.png');
}
ul.side-menu li.active {
    background-image:url('../../Assets/Images/nav-arrow.png');
}
ul.side-menu li.active a {
    text-transform: uppercase;
    font-weight: 500;
}
#purple {
	background: #fff url('../../Assets/Images/swag-area-background.jpg') 0 0 no-repeat;
	background-size: cover;
	padding: 200px 0 40px 0;
}
#purple .left {
	width: 48%;
	float: left;
	margin-right: 4%;
	text-align: right;
}
#purple .right {
	text-align: left;
	width: 48%;
	float: left;
	border: 0px;
	color: #fff;
	padding: 0;
}
#purple h4 {
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
}
#purple .right .buckets {
	background: none;
	padding: 25px 0 0 0;
}
#purple .right .buckets .bucket {
	width: 50%;
	margin: 0;
	border: 1px solid #fff;
}
#purple .right .buckets .bucket {
}
.EventUL {
	list-style: none;
}
/* ^ CONTENT */
/* FORMS */
form#contact {
	width:75%;
	margin:0px auto;
	padding:30px;
}
form#contact .heading {
	font-size:40px;
	font-weight:500;
    color:#046241;
    margin-bottom:30px;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	background-color:#f3f3f3;
	border:0px;
	padding:10px;
	width:100%;
	margin-bottom:15px;
}
a.button,
input[type="submit"], button {
	background-color:#44007b;
	color:#fff;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	text-align:center;
	text-transform: uppercase;
    display:inline-block;
    width:auto;
	padding:10px 30px;
}
#small-form {
	text-align: center;
	padding: 20px 0;
}
#small-form .left,
#small-form .right {
	width: 48%;
	float: left;
	margin: 1%;
	border: 0px;
	padding: 0px;
}
#small-form label {
	display: none;
}
#small-form textarea {
	height: 161px;
}
#small-form form .g-recaptcha {
	display: inline-block;
}
.center {
	text-align: center;
}
/* ^ FORMS */

/* GALLERY */
#categories {
	display:flex;
	flex-wrap:wrap;
}
#categories > div  {
	flex:1 1 27.5%;
	flex-shrink:1;
	text-align:center;
	margin:.5%;
	overflow:hidden;
}
#categories > div a {
	display:block;
}
#categories > div a > img {
	display:block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	text-decoration: none;
	width:100%;
	filter: brightness(1);
}
#categories > div:hover a > img {
	filter: brightness(.6);
}
#categories > div .category {
	position:absolute;
	top:40%;
	width:100%;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	font-weight: 500;
    font-size:24px;
    text-shadow: 0 0 5px #000;
}
#gallery .photo {
	width: 23%;
	margin: 1%;
}
#gallery .photo img {
	width: 100%;
	cursor: pointer;
}
#gallery #gallery-show {
    float:left;
    width:70%;
}
#gallery #gallery-show .gallery-arrow {
    float:left;
    width:35px; 
    height:35px; 
    color:#fff;
    background-color:#046241;
    border-radius:50%;
    margin-top:25%;
    cursor:pointer;
    padding-top:8px;
    text-align:center;
}
#gallery #gallery-show #gallery-img {
    float:left;
    width:calc(100% - 90px);
    margin:0px 10px;
}
#gallery #gallery-show #gallery-img img{
    position: absolute;
    top:0px;
    left:0px;
    opacity: 0;
    z-index: 0;
}
#gallery #gallery-show #gallery-img img.active{
    position: relative;
    opacity: 1;
    z-index: 1;    
}
#gallery #gallery-show #gallery-img img.getActive {
	z-index:2;
}
#gallery #gallery-thumbs {
    margin-top:30px;
}
#gallery #gallery-thumbs img {
    margin-right:10px;
    margin-bottom:10px;
    cursor:pointer;
}
#gallery #gallery-menu {
    float:left;
    width:30%;
    text-align: center;
    padding-top:30px;
}
#gallery #gallery-menu .heading {
    text-transform: uppercase;
    color:#046241;
    margin-bottom:15px;
    font-weight:500;
    font-size:22px;
}
#gallery #gallery-menu ul {
    list-style:none;
    margin-bottom:30px;
    line-height:200%;
}
#gallery #gallery-menu ul a {
    color:#646464;
}
#gallery-details .left {
	float:left;
	width:70%;
	padding-right:50px;
}
#gallery-details .right {
	padding:50px 0px 50px 50px;
    border-left: 1px solid #666;
	float:left;
	width:30%;
    color:#046241;
    line-height:200%;
    font-weight: 500;
}
/* ^ GALLERY */
/* CATEGORIES SLIDER */
#project-categories {
	background-color:#373737;
    background-image:url('../../Assets/Images/bkg-categories.jpg');
    background-size:cover;
	padding-top:30px;
    padding-bottom:20px;
	text-align:center;
}
#project-categories h2 {
    font-size:34px;
	color:#fff;
    text-transform: uppercase;
    margin-bottom:50px;
}
#view-category {
	font-size:18px;
	text-align: left;
	background-color:#fff;	
	z-index:3;
    display:block;
    max-width:30%;
    margin:0px auto 40px auto;
}
#view-category #category-select {
	white-space: nowrap;
}
#view-category #category-select span {
	padding:5px 15px;
	display:block;
	border:1px solid #3b3b3b;
}
#view-category:hover #category-select span {	
	border-color:#fff;
}
#view-category img {
	margin-left:10px;
}
#view-category ul {
	list-style:none;
	background-color: #fff;
	width:100%;
	left:0px;
	display:none;
	position: absolute;
	border-top:0px;
}
#view-category ul li:hover {
	background-color:#ebebeb;
}
#view-category ul li a {
	display:block;
	text-decoration: none;
	color:#3b3b3b;
	padding:3px 15px;
}
#category-scroller {
	margin:0px auto;
}
.category-scroller-dir, #category-scroller-frame {
	float:left;
}
.category-scroller-dir {
	width:22px;
	text-align:center;
	cursor:pointer;
	margin-top:10%;
}
.category-scroller-dir:hover {
	opacity:1;
}
#category-scroller-frame {
	overflow:hidden;
	position:relative;
	width:100%;	
}
#category-scroller-slider {
	position:absolute;
	width:100%;
}
#category-scroller-slider .category {
	position:absolute;
	padding-left:20px;
	padding-right:20px;
	max-width:420px;
	font-size:20px;
	line-height:20px;
	color:#3e3b3b;
}
#category-scroller-slider .category img {
	width:100%;
	display:block;
    border:1px solid #fff;
}
#category-scroller-slider .title {
	font-weight:500;
	color:#fff;
	margin-bottom:10px;	
    font-size:22px;
}
/* ^ CATEGORIES SLIDER */
/* FOOTER */
#scroll-up {
	position:fixed;
	opacity:.5;
	z-index:99999999999;
	right:20px;
	bottom:30px;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background-color:#000;
	display:none;
	font-size:30px;
	font-family:verdana, sans-serrif;
}
#scroll-up:hover {
	opacity:1;
}
footer {
	background-color:#373737;
	background-image:url('../../Assets/Images/footer-background.jpg');
	background-size:cover;
}
#footer {
	color:#fff;
	padding-top:20px;
	padding-bottom:40px;
	font-size: 18px;
}
#footer .col {
	float:left;
	width:26%;
	margin: 1%;
}
#footer .col#logo {
	text-align: center;
}	
#footer .col#contact {
	text-align: center;
	width: 14%;
}	
#footer .heading {
	font-weight: bold;
}

#footer .location {
	padding-left: 30px;
	background: transparent url("../../Assets/Images/footer_location_icon.png") 0 0 no-repeat;	
	margin-bottom: 30px;
}
#footer .assistance {
	padding-left: 65px;
	background: transparent url("../../Assets/Images/footer_service_icon.png") 0 0 no-repeat;	
	margin-bottom: 30px;
}
#footer a {
	color:inherit;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
#footer #social {margin-top: 5px}
#footer #social img {
    display:inline-block;
    margin-right:5px;
}
#siteby {
	margin-top: 20px;
}
#siteb a {
    width: 84px;
    height: 39px;
    text-indent: -5000px;
    background: url("../../Assets/Images/firehorse-creative.png") top left no-repeat;
    margin:0px auto;
    display:block;
    margin-top:70px;
}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
@media (max-width:1280px) {
#banner-img .slide .content {
    top:25%;
}
}
@media (max-width:1080px) {
	#banner-header h1.content {
		font-size: 60px;
	}
	#header {
		padding:0px;
	}
	#header #logo {
		position: relative;
		text-align: center;
		left: 0;
		top: 0;
		margin: 10px 0;
	}
	#header #contact {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	header nav {
		background-color: #046241;
		width:100%;
		float:none;
		clear:both;
	}
	header #nav > ul > li:nth-of-type(1) {
		margin-left: 0px;
	}
	header #nav > ul > li:nth-of-type(3) {
		margin-right: 0px;
	}
	#mobile-nav {
		display:block;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#000;
		padding-left:0px;
		width:100%;
	}
	header #nav ul li {
		display:block;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav > ul > li > a {
		padding:20px;
		margin:0px;
		color: #fff;
	}
	header #nav > ul > li ul {
		position:relative;
	}
	header #nav > ul > li:hover {
		background-color:transparent;
	}
	header #nav > ul > li:hover > a {
		background-color:#046241;
		border:0px;
	}
	#banner-img .slide .content {
		font-size:30px;
		width:80%;
	}
	#footer .col {
		width:33%;
	}
	#footer .col#logo {
		width:100%;
	}
	.buckets .shopby a {
		display: block;
		width: 80%;
		margin: 10px 10%;
	}
	#interior .buckets {
		padding: 40px 0 0;
	}
}
@media (max-width:900px) {
	#gallery #gallery-show, #gallery #gallery-menu, #gallery-details .left, #gallery-details .right {
		float:none;
		width:100%;
		clear:both;
	}
	#gallery #gallery-menu #gallery-projects {
		display:none;
	}
	#gallery #gallery-menu {
		padding-top:0px;
	}
	#gallery-details .left {
		padding-right: 0px
	}
	#gallery-details .right {
		padding-left: 0px;
		border:0px;
	}
}
@media (max-width:800px) {
	#team {
		padding: 80px 0;
	}
	#team h3 {
		font-size: 28px;
	}
	#team .teammember {
		width: 46%;
		margin: 1%;
	}
	#team .teammember .teamname {
		font-size: 20px;
	}
	#team .teammember .teamtitle {
		font-size: 18px;
	}
	#purple .left img {
		max-width: 180px;
		margin: 10px auto;
		display: block;
	}
	#purple .left, #purple .right,	
	.left, .right {
		float:none;
		width:100%;
		padding:0px;
	}
	.right {
		margin-top:30px;
		border:0px;
	}
	.bucket {
		width:46%;
		margin:10px 0;
	}
	.bucket:nth-child(odd) {
		clear:left;
	}
	#purple .right .buckets .bucket {
		width:60%;
		margin:10px 20%;
		float: left;
	}
	#quote {
		background-image: none;
		background-color: #000;
	}
	#quote .quote {
		width: 80%;
		margin: 0 10%;
		padding: 30px 0;
	}
	#featured-projects {
		padding:50px 15px;
	}
	#footer .col {
		width:50% !important;
		margin-bottom:30px;
	}
	form#contact {
		width:auto;
		padding:30px 0px;
	}
	#categories > div {
		flex: 1 1 48.5%;
	}
}
@media (max-width:600px) {
#header #logo, #header #contact {
	float:none;
	width:100%;
	text-align:center;
	padding-top:0px;
    padding-right:10px;
    padding-left:10px;
}
#banner-header .content {
    top:20%;
    font-size:20px;
}
#featured-projects .project .col.main-img, #featured-projects .project .col.more-imgs {
    float:none;
    width:auto;
    margin:0px 0px 1% 0px;
}
#featured-projects .project .col.main-img {
    margin:0px 1% 1% 1%;
}
#featured-projects .project .col.more-imgs .more-img {
    margin:0px 1% 1% 1%;
}
.split-2 {
    float:none;
    width:auto;
    padding:0px !important;
}
}
@media (max-width:500px) {
#header #contact > a {
    display:block;
    padding:0px;
}
.container {
    padding:0px 15px;
}
#banners {
	display:none;
}
.buckets {
    background-color:transparent;
}
.bucket {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	float:none;
}
#view-category {
    max-width:100%;
}
#categories > div .category {
    top:25%;
    font-size:18px;
}
#footer .col {
    width:100% !important;
    float:none;
    text-align: center;
}
}