@import url("https://use.typekit.net/eep7ani.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
body {
	font-family: urw-form, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:19px;
	color:#646464;
}
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:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	float:left;
	width:30%;
}
#header #logo img {
	padding-top:10px;
}
#header #contact {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-right:20px;
    float: left;
    width: 70%;
}
#header #contact > a {
    display: inline-block;
    line-height: 20px;
    padding: 0px 0px 0px 15px;
	text-decoration:none;
	color:#046241;
    font-size:18px;
}
#header #contact img {
   margin-right:5px;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	text-align:center;
	float: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 a {
	text-decoration:none;
	color:#046241;
	text-transform:uppercase;
	display:block;
	padding:20px 0px;
	font-size:18px;
	font-weight:500;
}
header #nav > ul > li > a {
	border-right:1px solid #ccc;
	padding:0px 20px;
	margin:20px 0px;
	font-weight: bold
}
header #nav ul li:last-of-type a {
	border-right:0px;
}
header #nav > ul > li:hover {
	background-color:#046241;
}
header #nav > ul > li:hover > a {
	color:#fff;
	border-color:#046241;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#fff;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:5px 20px;
	display:block;
	white-space: nowrap;
}
header #nav > ul > li > ul > li a:hover {
	background-color:rgba(4,98,65,.15);
}
/* ^ 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;
}
#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 .slide .content {
	position:absolute;
	top:50%;
	left:10%;
	z-index:2;
	opacity:0;
	color:#fff;
    padding:40px 10px;
	font-size:44px;
	font-weight: bold;
	width:55%;
}
.home .blockSlideshow #grad {
	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;
}
.banner_overlay {
	left: 9%;
	top: 40%;
}
.staticText .banner_overlay_header, .banner_overlay_header {
	font-size: 44px;
	line-height: 60px;
	font-weight: bold;
}
/* ^ BANNERS */
/* CONTENT */
main {
}
#banner-header {
	max-height:378px;
	overflow:hidden;
    position: relative;
}
#banner-header img {
	width:100%;
}
#banner-header .content {
	position: absolute;
    color:#fff;
    font-weight: 500;
    font-style: italic;
    font-size:30px;
    top:45%;
    left:5%;
}
#main {
	position: relative;
	z-index:2;
	padding-top:00px;
	padding-bottom:00px;
}
.clear:after,
#main:after {
	content:'';
	display: block;
	clear:both;
}
h1 {
	font-size:42px;
	color:#046241;
	margin-bottom:15px;
	font-weight: bold;
}
.home h1 {
	font-size:35px;
}
h2 {
	font-size:26px;
	color:#046241;
	margin-bottom:15px;
	font-weight: 500;
}
h3 {
	font-size:26px;
	color:#046241;
	margin-bottom:15px;
	font-weight: 500;
}
h4 {
  color: #046241;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 19px;
}
h5 {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 15px;
}
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;
	text-decoration: underline;
}

a.button {
	background-color:#046241;
	display:inline-block;
	padding:10px 25px;
	color:#fff;
	font-size:16px;
	text-decoration: none;
	text-transform:uppercase;
	border-radius: 20px;
}
a.button:hover {
	background-color:#000;
}
div.buttons {
	margin-bottom: 15px;
}
.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;
}
.buckets {
	background-color:#c7c7c7;
	padding:40px 0px 10% 0px;
}
.bucket {
    width: 29%;
    float: left;
    margin: 2%;
}
.bucket a {
	text-decoration: none;
	text-align: center;
	display: block;
}
.bucket img {
	width:100%;
	max-height: 277px;
	overflow: hidden;
	border:1px solid #fff;
}
.bucket .heading {
	color:#046241;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom:15px;
}
.bucket p {
	min-height: 170px;
}
.testimonial {
	text-align: center;
	color:#046241;
	padding:30px 17% 15px 17% !important;	
}
.testimonial .quote {
	font-weight:500;
	font-style: italic;
	font-size:22px;
	margin-bottom:15px;
}
.split-2 {
	width:50%;
	float:left;
}
.split-2:nth-of-type(odd) {
	padding-right:20px;
}
.split-2:nth-of-type(even) {
	padding-left:20px;
}
.xleft {
	float:left;
	width:80%;
	padding-right:50px;
}
.xright {
	padding:50px 0px 50px 20px;
    border-left: 1px solid #999;
	float:left;
	width:20%;
    color:#046241;
}
.resident-portal {
	max-width: 300px;
}
.client-title {
	border-bottom: 1px solid #999;
}
.client-title .left {
	width: 80%;
	float: left;
	margin-right: 5%;
	padding: 0px;
}
.client-title .right {
	width: 15%;
	text-align: right;
	float: left;
	border: 0px;
	padding: 10px 0 0px;
}
.client {
	margin: 20px 0;
}
.client .left,
.client .right {
	width: 48%;
	float: left;
	margin: 1%;
	padding: 10px;
	border: 0px;
	color: #646464;
}
.client strong {
	color: #046241;
}
.client .left div,
.client .right div {
	margin: 10px 0;
}
.attachments {
	border-top: 1px solid #999;
}
.attachments .attach {
	float: left;
	width: 31%;
	margin: 1%;
	background: #f9f9f9;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	border: 1px solid #d9d9d9;
}
.attachments .attach .name,
.attachments .attach .file,
.attachments .attach .size,
.attachments .attach .date,
.attachments .attach .downloads,
.attachments .attach .link {
	margin: 10px 0;
}
.attachments .attach .file img {
	max-width: 45px; 
}
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.s-active {
    background-image:url('../../Assets/Images/nav-arrow.png');
}
ul.side-menu li.active a {
    text-transform: uppercase;
    font-weight: 500;
}
ul.side-menu li.s-active a {
	font-weight: bold;
}
ul.side-menu li a:hover {
	text-decoration: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;
}
input[type="submit"], button, .SubmitForm {
	background-color:#046241;
	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;
    border-radius:20px;
}
/* ^ FORMS */
/* FEATURED */
#featured-projects {
	text-align:center;
	background-color:#373737;
	background-image:url('../../Assets/Images/bkg-featured.jpg');
	background-size:cover;
	color:#fff;
	padding:50px;
}
#featured-projects .heading {
	text-transform: uppercase;
	font-size:36px;
	margin-bottom:20px;
}
#featured-projects #featured-categories ul {
	list-style:none;
	text-align:center;
	display:block;
	margin:30px auto;
}
#featured-projects #featured-categories ul li {
	display:inline-block;
	padding:10px 20px;
	text-transform: uppercase;
	border:1px solid transparent;
	margin:0px 10px;
	border-radius:20px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	cursor: pointer;
}
#featured-projects #featured-categories ul li.active {
	border:1px solid #fff;
	background-color:#046241;
}
#featured-projects .project {
    display:none;
}
#featured-projects .project.active {
    display:block;
}
#featured-projects .project .col.main-img {
	width:48.7%;
	float:left;
	margin-right:1%;
	overflow: hidden;
}
#featured-projects .project .col.more-imgs {
	width:50.3%;
	float:left;
	overflow: hidden;
}
#featured-projects .project .main-img a > img, 
#featured-projects .project .more-img a > img {
	width:100%;
	height:auto;
	border:1px solid #fff;
	display:block;
}
#featured-projects .project .main-img a > img {
	height: 465px;
	width: auto;
}
#featured-projects .project .col.more-imgs .more-img {
	width:48%;
	max-height: 333px;
	min-height: 220px;
	overflow: hidden;
	margin:0 2% 15px 0;
	float:left;
	position: relative;   
}
#featured-projects .project .col.main-img .more-img a,
#featured-projects .project .col.more-imgs .more-img a {
	position:relative;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	display:block;
	color:inherit;
}
#featured-projects .project .col.main-img .hover,
#featured-projects .project .col.more-imgs .hover {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.4);
	display:table;
    opacity:0
}
#featured-projects .project .col.main-img .hover.show,
#featured-projects .project .col.more-imgs .hover.show {
	display:table;
}
#featured-projects .project .col.main-img .content,
#featured-projects .project .col.more-imgs .content {
	display: table-cell;
  	vertical-align: middle;
	text-transform: uppercase;
	font-size:24px;
	padding:10px;
}
#featured-projects .button {
	margin-top:50px;
	border:1px solid #fff;
}
/* ^ FEATURED */
/* GALLERY */
#categories {
	display:flex;
	flex-wrap:wrap;
}
#categoriess > div  {
	flex:1 1 27.5%;
	flex-shrink:1;
	text-align:center;
	margin:.5%;
	overflow:hidden;
	max-width: 447px;
	max-height: 295px;
}
#categories > div  {
	text-align:center;
	margin:.5%;
	overflow:hidden;
	max-width: 447px;
	max-height: 295px;
	width: 32%;
}
#categories > div a {
	display:block;
	max-height: 295px;
	overflow: hidden;
}
#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(.8);
}
#categories > div:hover a > img {
	filter: brightness(.5);
}
#categories > div .category {
	position:absolute;
	top:40%;
	width:90%;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	font-weight: 500;
    font-size:24px;
    text-shadow: 0 0 5px #000;
	left: 5%;
}
#gallery-details {
	padding: 0px 75px;
}
#gallery #gallery-show {
    float:left;
    width:67%;
	margin-right: 3%;
}
#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:6px;
    text-align:center;
}
 #gallery #gallery-show .gallery-arrow:last-of-type {
   padding-left:3px;
}
#gallery #gallery-show #gallery-img {
    float:left;
    width:calc(100% - 90px);
    margin:0px 10px;
}
#gallery #gallery-show #gallery-img div {
    position: absolute;
    top:0px;
    left:0px;
    opacity: 0;
    z-index: 0;
	width: 100%;
	text-align: center;
}
#gallery #gallery-show #gallery-img div img {
	max-height: 500px;
	display: block;
	margin: 0 auto;
	width: auto;
}
#gallery #gallery-show #gallery-img div.active{
    position: relative;
    opacity: 1;
    z-index: 1;    
}
#gallery #gallery-show #gallery-img div.getActive {
	z-index:2;
}
#gallery #gallery-thumbs {
    margin-top:0px;
    margin-bottom:60px;
}
#gallery #gallery-thumbs img {
    margin-right:0px;
    margin-bottom:0px;
    cursor:pointer;
}
#gallery #gallery-menu {
    float:left;
    width:30%;
    text-align: center;
    padding-top:0px;
}
#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;
}
.grid-item {
	width: 31%;
	float: left;
	margin: 1%;
}
/* ^ GALLERY */
form .col {
	text-align: center;
}
form .g-recaptcha {
  display: inline-block;
}
form #submit {
	margin-top: 10px;
}
.blockform h2 {
	font-size: 40px;
	font-weight: 500;
	color: #046241;
	margin-bottom: 30px;
}
.blockform .form-left {
	padding-right: 20px;
	width: 50%;
}
.blockform .form-right {
	padding-left: 20px;
	width: 50%;
}
.blockform .form-right textarea {
	min-height: 210px;
}
.blockform {
	width: 75%;
	margin: 0px auto;
	padding: 0px;
}
.blockform .form-1 {
	text-align: center;
}
/* 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/bkg-footer.jpg');
	background-size:cover;
}
#footer {
	color:#fff;
	font-size:15px;
	padding-top:20px;
	padding-bottom:40px;
}

#footer .col {
	float:left;
	width:24%;
}
#footer .col#links {
	width: 20%;
}
#footer .col:last-of-type {
	width: 22%;
}
#footer .col#logo {
	text-align: center;
	width:34%;
}	
#footer .heading {
	text-transform: uppercase;
	font-size:22px;
	font-weight: 500;
	padding-bottom:20px;
	display:block;
}
#footer ul {
	list-style:none;
	line-height:170%;
}
#footer .contact {
	padding-left:40px;
	margin-bottom:30px;
	line-height:170%;
	background-repeat: no-repeat;
    display:inline-block;
    vertical-align: top;
}
#footer #address {
	background-image:url("../../Assets/Images/ico-map.png");	
}
#footer #phone {
	background-image:url("../../Assets/Images/ico-cell.png");	
}
#footer #email {
	background-image:url("../../Assets/Images/ico-email.png");	
}
#footer a {
	color:inherit;
	text-decoration:none;
	text-transform: uppercase;
}
#footer a:hover {
	color:#fff;
	text-decoration: underline;
}
#footer #social a {
    font-size: 30px;
	padding: 0 6px;
}
#siteby 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:120px;
	font-family:Arial;
	margin:0px auto;
	cursor: pointer;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
	cursor: pointer;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:18px;
	line-height:22px; 
	cursor: pointer;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:46.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.block .TwoColumn.wideleft .left {
	margin-right: 2%;
	width: 56%;
}
.block .TwoColumn.wideleft .right {
	width: 42%;
}
.ThreeColumn h4 {
	margin-top: 15px;
}
.ThreeColumn .right p, .ThreeColumn .center p, .ThreeColumn .left p {
	margin-bottom: 15px;
}
.ThreeColumn .right div a.button, .ThreeColumn .center div a.button, .ThreeColumn .left div a.button {
	display: block;
	text-align: center;
}
.block[rel="6"] p {
	min-height: 170px;
}
.quote {
	color: #046241;
	padding: 30px 17% 15px 17% !important;
}
.PortfolioCategories .layout1 .portfolioDiv {
	width: 32%;
	text-align: center;
	margin: .5%;
	overflow: hidden;
	max-width: 447px;
	max-height: 295px;
	padding: 0px;
	border: 0px solid #fff;
}
.PortfolioCategories .layout1 .portfolioDiv .portfolioInfo {
	position: absolute;
	top: 10%;
	width: 90%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	text-shadow: 0 0 5px #000;
	left: 5%;
}
.PortfolioCategories .layout1 .portfolioDiv .portfolioName {
	font-weight: normal;
}
.PortfolioCategories .layout1 .portfolioDiv .portfolioInfo a {
	color: #fff;
	display: block;
	padding: 70px 0;
}
.PortfolioCategories .layout1 .portfolioDiv .portfolioInfo a:hover {
	text-decoration: none;
}
@media (max-width:1280px) {
#banner-img .slide .content {
    top:25%;
}
}
@media (max-width:1080px) {
	.PortfolioCategories .layout1 .portfolioDiv .portfolioInfo {
		font-size: 22px;
	}
	.PortfolioCategories .layout1 .portfolioDiv .portfolioInfo a {
		padding: 50px 0;
	}
	.blockform {
		width: 100%;
		margin: 10px 0;
	}
	#featured-projects .project .col.more-imgs .more-img {
		width: 48%;
		min-height: 120px;
	}
	.PortfolioCategories .layout1 .portfolioDiv {
		width: 100%;
		margin: 10px;
	}
	.block .TwoColumn.wideleft .left,
	.block .TwoColumn.wideleft .right {
		width: 100%;
		padding: 0 !important;
		margin: 10px 0;
	}
	.quote {
		width: 100%;
		padding: 20px 0 !important;
		margin: 10px 0;
	}
	header {
		position: relative;
	}
	.block.large-top-padding {
		padding-top: 20px;
	}
	.block.large-bottom-padding {
		padding-bottom: 20px;
	}
	#header {
		padding:0px;
	}
	#header #logo {
		padding-left:20px;
		padding-bottom:10px;
	}
	#header #contact {
		margin-top: 20px;
	}
	header nav {
		background-color: #046241;
		width:100%;
		float:none;
		clear:both;
	}
	#mobile-nav {
		display:block;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		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;
	}
	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:32px;
		width:70%;
		top: 40%;
	}
	#footer .col {
		width:33%;
	}
	#footer .col#logo {
		width:100%;
	}
}
@media (max-width:900px) {
	#featured-projects .project .main-img a > img {
		height: auto;
		width: auto;
	}
	form#contact .heading {
		font-size: 26px;
		font-weight: bold;
	}

	#banner-img .slide .content {
		font-size:28px;
		width:80%;
		top: 5%;
	}
	.m20 {
		margin-bottom: 20px;
	}
	.client-title .left,
	.client-title .right,
	.attachments .attach,
	.client .left,
	.client .right,
	#gallery #gallery-show, #gallery #gallery-menu, #gallery-details .left, #gallery-details .right {
		float:none;
		width:100%;
		clear:both;
	}
	.client-title .left h1,
	.client-title .right {
		text-align: center;
		padding: 0px;
		margin: 0px;
	}
	.client-title .right a {
		margin: 10px 0 15px;
	}
	h1,
	#category h1 {
		font-size: 32px;
		line-height: 38px;
	}
	#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) {
	#header #contact {
		margin-top: 0px;
	}
	.left, .right {
		float:none;
		width:100%;
		padding:0px;
	}
	.right {
		margin-top:30px;
		border:0px;
	}
	.bucket {
		width:96%;
		margin-bottom:20px;
	}
	.bucket:nth-child(odd) {
		clear:left;
	}
	#featured-projects {
		padding:50px 15px;
	}
	#footer .col {
		width:100% !important;
		margin-bottom:30px;
		text-align: center;
	}
	form#contact {
		width:auto;
		padding:30px 0px;
	}
	#categories > div {
		flex: 1 1 98.5%;
		max-width: 100%;
	}
	#featured-projects .project .col.main-img .content,
	#featured-projects .project .col.more-imgs .content {
		font-size:20px;
	}
	#gallery-details {
		padding: 0px 20px;
	}
}
@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%;
	}
	.split-2 {
		float:none;
		width:auto;
		padding:0px !important;
	}
	#featured-projects .project .col.more-imgs .more-img {
		width: 100%;
		min-height: 120px;
		margin: 10px 0;
	}
	#featured-projects .project .col.main-img .content,
	#featured-projects .project .col.more-imgs .content {
		font-size:18px;
	}
}
@media (max-width:500px) {
	#header #contact > a {
		display:block;
		padding:0px;
	}
	.container {
		padding:0px 15px;
	}
	#bannerss {
		display:none;
	}
	#banner-img .slide .content {
		font-size:22px;
		top: 2%;
	}
	#banner-img .slide > img {
		filter: brightness(.8);
	}
	.buckets {
		background-color:transparent;
	}
	.bucket {
		width:100%;
		margin-left:0px;
		margin-right:0px;
		float:none;
	}
	#view-category {
		max-width:100%;
	}
	#categories > div .category {
		top:38%;
		font-size:20px;
	}
	#footer .col {
		width:100% !important;
		float:none;
		text-align: center;
	}
}