@charset "utf-8";

* { margin: 0; padding: 0; }

body {
	background: #222222;
	font-family: pt-sans, pt-sans-narrow, "PT Sans", "PT Sans Narrow", sans-serif,;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

a { text-decoration: none; color: #05695A; -moz-transition:all 200ms;-o-transition:all 200ms;-webkit-transition:all 200ms;transition:all 200ms;cursor:pointer; }
a:hover { text-decoration: underline; cursor:pointer; color: #A4A4A4; }

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	position: relative;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

.gridContainer.nav-portion { width: 100%; padding: 0; }

.top {
	padding: 1em 0;
	background: #FFF;	zoom: 1;
	filter: alpha(opacity=75); /* For Internet Exploder */
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 1000;
	max-width: 1500px;
	margin: 0 auto;
}

.top img { opacity: 1.0; filter: alpha(opacity=100); /* For Internet Exploder */ }

.logo {
	display: inline-block;
	width: 40%;
	padding-left: 2.275%;
	zoom: 1;
}

.logo img { width: 100%; max-width: 100%; }

.nav-container {
	width: 100%;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 1em;
	z-index: 1000;
	right: 0;
	top: 0;
	text-align: right;
}

.fullContainer { background: none; text-align: center; padding-bottom: 1.7em; max-width: 1500px; margin: 0 auto; }

.fullContainer.white { background: #fff; max-width: 1500px; margin: 0 auto; background-image: url(../images/contentbg.png); }
.fullContainer.blue { background: #1B6AC0; max-width: 1500px; margin: 0 auto;  }
.fullContainer.green {  max-width: 1500px; margin: 0 auto; background-image:url(../images/greenBG.jpg); max-height: 301px }
.fullContainer.grey { background: #777777; max-width: 1500px; margin: 0 auto; color: #333333; text-align: right; text-transform: lowercase; font-size: 1em; }
.fullContainer.footer { background: #333333 /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */; max-width: 1500px; margin: 0 auto; padding-bottom: 0.7em; }

 }
.fullContainer.picture { padding-bottom: 0; max-width: 1500px; margin: 0 auto;  }
.fullContainer.image { padding-bottom: 0; background: url(../images/work-pic.jpg) top center no-repeat #000; height: 16em; max-width: 1500px; margin: 0 auto;  }

.contentArea { padding: 0 2%; width: 96%; }
.contentArea h1 { text-align: left;   font-size: 2.2em; text-transform: capitalize; margin-bottom: 0; padding-top: 2em; color: #333333; }
.contentArea p { text-align: left; padding: 0 !important;   font-size: 1em; color: #333333; }
.contentArea div.contentImage { float: right; line-height: 16px; margin: -60px 0 10px 40px; max-width: 577px; text-align: center; width: 100%; }
.contactPage div.contentImage { float: right; line-height: 16px; margin: -60px 0 10px 40px; max-width: 577px; text-align: center; width: 100%; }
.contentArea a.button { display: block; background-color:#35CEB7; border: 1px solid #0B564B; padding: 0.7em 0em; max-width: 204px; color: white; border-radius: 3px;   text-transform:uppercase; font-size: 1.3em; margin-top: 1em;}

h1 { text-transform: normal; font-size: 1.9em; padding-top: 2.5em; font-weight: 200; display: block; padding-bottom: 0.7em; margin-bottom: 0.7em; text-align: left; }
.fullContainer.green h1 { border-bottom: none; color: #fff; }
.fullContainer.footer h1 { border-bottom: none; padding-bottom: 0.0em; }
h1.contact { width: 100%; margin-bottom: 0; }

span.work-text { display: block; font-size: 3.2em; color: #333;  text-transform: lowercase; margin-top: 0.1em; margin-bottom: 0.8em; margin-right: 0.5em; }
span.search-homes { display: block; font-size: 1.5em; color: #FDFDFD; font-weight: 200; text-transform: capitalize; margin-top: 1em; margin-bottom: 0.5em;  border-bottom: 1px solid white;}

.fullContainer p {  line-height: 1.7em; font-size: 1.2em; color: #202020; }

a.read-more {  padding: 1em; display: block; background: #000; color: #fff; width: 200px; margin: 1.5em auto 1em; text-transform: uppercase; font-weight: 700; }
a.read-more:hover { background: #333; }

a.read-more.little { width: 120px; background: #fff; border: 2px solid #000; color: #000; }


/**** Pictures ****/

.product-thumbs {
	display: table;
	width: 100%;
}

.product-thumbs a { display: table-cell; width: 48%; padding: 1%; color: #fff; }
.product-thumbs a img { width: 100%; max-width: 100%; }

span.product-topics { font-family: 'Lato', sans-serif; display: block; text-align: center; font-weight: 700; text-transform: uppercase; font-size: 0.7em; margin-top: 0.3em; }
.footer-information { padding-left: 0; }
.footer-information li { list-style: none; margin-left: 0; padding: 0; color: #7E7365; font-weight: 700; text-transform: uppercase; }
.copy { color: #333; font-size: 0.75em;  }

.pic-overlay { display: none; }

/**** Contact Form ****/

form { margin-bottom: 7em; }
form#contact-form input, form#contact-form select  { display: inline; color: #222; font-size: 0.8em;  padding: 1.3em 1em 1.5em; width: 91%; background: #fff; border: 1px solid #ccc;  text-transform:uppercase; margin-bottom: 0.7em; }

select.city { max-width: 15%; }
input#minPrice { max-width: 10%; }
input#maxPrice { max-width: 10%; }
select.Beds { max-width: 12%; }
select.Baths { max-width: 12%; }
select.PropertyType { max-width: 17%; }

form.searchForHomes select.city { max-width: 50%; display: block; margin-bottom: 1em;}
form.searchForHomes input#minPrice { max-width: 25%; display: block; margin-bottom: 1em; }
form.searchForHomes input#maxPrice { max-width: 25%; display: block; margin-bottom: 1em; }
form.searchForHomes select.Beds { max-width: 25%; display: block; margin-bottom: 1em; }
form.searchForHomes select.Baths { max-width: 25%; display: block; margin-bottom: 1em; }
form.searchForHomes select.PropertyType { max-width: 50%; display: block; margin-bottom: 1em; }


#contact-form textarea { border: 1px solid #ccc; padding: 1em; background: #fff; margin-top: 2.8em; width: 91%; height: 12em; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

div.contactpageForm form#contact-form input { margin-bottom: 0.5em; }
div.contactpageForm form#contact-form p { margin-top: 1em; display: block; clear: both; text-transform:uppercase; color: #999; }
div.contactpageForm form#contact-form { margin-bottom: 2em; color: #999; }

form#contact-form input[type="submit"].send { 
	background: #35ceb7;
	padding: 1em 0;
	border: none;
	color: #ECEBE4;
	font-size: 1.4em;
	text-align: center;
	font-style: normal;
	margin-top: 0.8em;
	margin-left: 0.5em;
	max-width: 25%;
}
div.contactpageForm form#contact-form textarea { margin-top: 1em; }
.radioButtons { disply: inline-block; width: 100%; max-width: 550px; }
.radioButtons input { width: 20px !important;  margin-top: 3px; vertical-align: top;}
.radioButtons input, .radioButtons span { float: left; display: inline; }
.radioButtons span { margin-right: 8px; }
.left-content.contact {
	width: 100%;
}

.left-content.contact .left-content-cell {
	padding: 2em 0;
	border-bottom: 1px solid #999;
	text-align: left;
}

.left-content.contact .left-content-cell.last { border-bottom: none; }

.left-content-cell span.contact-heading { font-size: 0.8em; color: #222; font-weight: 700; text-transform: uppercase; display: block; vertical-align: top; }
.left-content-cell span.contact-information { font-size: 1em; display: block; }
.left-content-cell span.contact-information img { width: 0.875em; margin-left: 2em; margin-right: 0.5em;
    width: 2em; }
.right-content.contact {
	width: 100%;
	text-align: left;
	margin-bottom: 1em;
}

.form-content { margin: 0px; }
.form-content p { padding: 0; font-size: 1.25em; }

form#contact-form { margin-top: 1em; }

p.other-stuff {
    color: #222222;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
}

.products-right p { font-size: 0.8em; padding-bottom: 1em; }

table.products-container tr { border-bottom: 1px solid #79725E; }
table.products-container tr.last { border-bottom: none; }
table.products-container tr td { display: block; }

.products-left p { font-size: 0.8em; padding-bottom: 1em; }

.products-left ul { padding: 0 0 0.5em 0; list-style: none; }
.products-left ul li { font-size: 0.8em; }

.left-content-cell span.contact-information img { margin-right: 0; margin-left: 0; }

.logo-bottom {
	margin: 1.5em auto 1.5em auto;
	text-align: center;
}

.logo-bottom img { width: 30%;
	max-width: 30%; }
	

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  margin-bottom: 4em;
}

.flex-item {
  padding: 5px;
  width: 26%;
  margin-top: 10px;
  color: black;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.7em;
}

.borderBottomNone { border-bottom: none; padding-bottom: 0; margin-bottom:0; }

.mini-Logo { margin-bottom: 1.5em; margin-top: 2em; }

.contentPhone { font-size: 2em; }



a img.BWHover {
 transition: all 0.55s ease-in-out;

}

a img.BWHover:hover {
	-moz-filter: filter: grayscale(100%);
  -webkit-filter: filter: grayscale(100%);
  filter: grayscale(100%);

} 

.areamap { max-width: 340px; }
p.disclaimer { font-size: 0.6em !important; }

.footerInformation { width: 80%; text-align: left; color: #AAAAAA;   margin-left: 1%; margin-top: 2em; margin-bottom: 1.7em; }
.footerInformation div { width: 30%; display: inline-block; text-align: left; vertical-align: top; }
.footerInformation span { color: #AAAAAA; font-weight: bold; font-size: 1.2em; letter-spacing: 0.1em; }
.footerInformation p { color: #AAAAAA !important; padding: 0 !important; font-size: 0.9em;}
.footerInformation a { color: #AAAAAA !important; text-decoration: underline; }

.servicesListed { display: inline-block; width: 22%; color: #fdfdfd !important; margin-bottom: 1em; vertical-align: top; }
.servicesListed p { color: #fdfdfd !important; display: block; clear: both; font-size: 0.7em; vertical-align:top; padding: 0 !important; }
.fullContainer.green a { display: block; background-color:transparent; border: 1px solid #fff; padding: 0.7em 0em; max-width: 204px; color: white; border-radius: 3px;   text-transform:uppercase; font-size: 1.3em; margin-top: 1em; margin: 0 auto; text-align:center;}
.demo-gallery { max-width: 1000px; }
.contactPage p { text-align: left; margin-left: 2.5em; padding: 0 !important; font-size: 1em; }
#lightgallery p { text-align: left; padding: 0 0; }


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	position: relative;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

span.work-text { margin-top: 1.2em; font-weight: 200;}
span.work-text span { width: 12px; height: 12px; padding: 0 0.5em; margin-bottom: 0.3em; }
span.work-text span img { margin-bottom: 8px; }
.products-left ul { padding: 0 0 0.5em 1em; }

.logo { width: 30.3030303030303%; max-width: 19.75em; padding-bottom: 1em; }

.photo-container { display: table; width: 100%; }
.product-thumbs { display: table-cell; width: 48%; padding: 0; vertical-align: top; }
.product-thumbs a { display: inline-block; width: 46.5%; vertical-align: top; zoom: 1; }

.fullContainer.footer h1 { display: none; }
.fullContainer.picture { top: 0; position: relative; }

.footer-information {
	margin-top: 2em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #BEB9AF;

}

.footer-information li { display: inline-block; list-style: none; font-weight: 700; font-size: 0.75em; text-transform: uppercase; color: #7E7365; zoom: 1; }
.footer-information li:first-child { border-left: none; }
.footer-information li span.square-deal { display: inline-block; margin: 0 1.3em; width: 4px; height: 4px; background: #7E7365; vertical-align: middle; zoom: 1; }

.copy {
	font-size: 0.7em;
	color: #AAAAAA;
	font-weight: 200;
	display: inline-block;
	margin-left: 1%;
	vertical-align: top;
	margin-top: 3.5em;
	margin-bottom: 1.65em;
	text-transform:uppercase;
	float: left; 
	display: inline-block;
	text-align: left;
}

.copy span { color: #666666; font-size: 0.9em; }
.copy span a { color: #666; }

.footerLine { background-color: #444444; height: 1px; width: 100%; display: block; margin-top: 1em; }
.footerNav { display: inline-block; margin-top: 3.5em; float: right; margin-right: 1%;}
.footerNav a:Link, .footerNav a:Visited { color: white; text-transform: uppercase; font-size: 0.9em; margin-left: 2.5em; }

.social-icons {
	display: inline-block;
	margin-left: 5em;
	margin-top: 1.6em;
}

.social-icons a { display: inline-block; width: 2em; }
.social-icons a img { width: 100%; max-width: 100%; }

.positionAbsoluteFixDeal {
	position: absolute;
	height: 25em;
}

.pic-overlay {
	display: block;
	position: absolute;
	padding: 2em;
	background-color: rgba(80,80,75,0.65);
	top: 20%;
	z-index: 1001;
	text-transform: uppercase;
	text-align: left;
}

.pic-overlay span { display: block; font-size: 2.4em; color: #fff; opacity: 1; }

table.product-container {
	border: 0;
	width: 100%;
}

table.products-container tr { vertical-align: middle; }
table.products-container tr td { width: 50%; vertical-align: middle; display: table-cell; }
table.products-container tr td.first { border-right: 1px solid #eee; }

table.products-container.photo-gal tr { vertical-align: top; border-bottom: none; }
table.products-container.photo-gal tr td { width: 30%; display: table-cell; vertical-align: top; }
table.products-container.photo-gal td.first { width: 70%; }

.products-left {
	padding: 2em 2em 2em 0;
	text-align: left;
}

.products-right {
	padding: 2em 0 2em 2em;
	text-align: left;
}

.fullContainer .products-right p { margin: 0; padding: 0 0 1em; }

.serv-box {
	display: inline-block;
	width: 16em;
	zoom: 1;
	vertical-align: top;
}

.gridContainer.top-text {
	top: 50%;
}

.logo-bottom {
	display: inline-block;
	width: 10%;
	max-width: 4.0625em;
	margin-top: 1.5em;
	vertical-align: top;
}

.logo-bottom img { width: 100%; max-width: 100%; }

/**** Contact Form ****/

.content-container {
	display: table;
	width: 100%;
	vertical-align: top;
}

.left-content {
	display: table-cell;
	width: 57.01754385964912%;
	vertical-align: top;
}

.right-content {
	display: table-cell;
	width: 31.92982456140351%;
	vertical-align: top;
	text-align: right;
}

.left-content.contact {
	width: 49%;
	border-right: 1px solid #999;
}

.left-content.contact .left-content-cell {
	padding: 2em 0;
	border-bottom: 1px solid #999;
}

.left-content.contact .left-content-cell.last { border-bottom: none; }

.left-content-cell span.contact-heading { font-size: 0.8em; color: #222; text-transform: uppercase; width: 12em; vertical-align: top; zoom: 1; }
.left-content-cell span.contact-information { font-size: 1em; margin-left: 3em; zoom: 1; }
.left-content-cell span.contact-information img { margin-left: 0; }
.right-content.contact {
	width: 49%;
	text-align: left;
}

.form-content { margin: 20px 20px 50px 24px; }
.form-content p { padding: 0; font-size: 1.25em; }

.left-content-cell span.contact-information img { margin-right: 0.5em; }

.contentArea div.contentImage { width: 20% !important; }
}

@media screen and (min-width: 40em) {
	.nav-container {
	width: 100%;
	max-width: 100%;
	text-align: left;
	right: 1%;
	font-size: 1em;
	margin-top: 3.3em;
	display: block;
	clear: both;
	 
}

.pic-overlay { top: 15%; }

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1024px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

.products-left ul { list-style: outside; }

.pic-overlay { width: 32em; }

#nav li { margin-left: 3%; }

.nav-container {
	font-size: 1em;
	margin-top: 3.3em;
}

#nav li a { padding-right: 0; font-size: 0.8em;  }


.fullContainer p { padding: 0 15%; color: #333; }

.logo { display: block; clear: both; margin: 0 auto;; }
.instagram img { max-width: 40px; }
.instagram { display: inline-block; margin-left: 1em;  }

.form-content { margin: 20px 140px 50px 24px; }
.products-left .form-content { margin: 0px 140px 50px 24px; }
.form-content p { padding: 0; }
.products-left p { font-size: 0.8em; padding: 0 10% 1em 0; }

.left-content-cell span.contact-heading { display: inline-block; zoom: 1; }
.left-content-cell span.contact-information { display: inline-block; zoom: 1; }

.swipeToView  { display: none; }

.displayNoneMobile { display: block !important; }
.displayNoneDesktop { display: none !important; }

 .contentArea h1 { display: block; }
 
 .contentArea div.contentImage { width: 40% !important; }
 .contactPage div.contentImage { width: 40% !important; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { .gridContainer {
	width: 94.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	position: relative;
}
.nav-container { margin-top: 1.0em; }

.logo { padding-left: 1.1625%; } }

@media only screen and (min-width: 1024px) {
	span.product-topics { font-size: 1em; }
	.product-thumbs a { width: 47.5%; }
	
	.fullContainer.picture { top: -100px; margin-bottom: -100px; }
	.fullContentContainer { position: relative; max-width: 1500px; margin: 0 auto;  }
	.fullContainer.footer {  }
	.pic-overlay { top: 40%; }
	.nav-container { margin-top: 0.5em;   font-size: 0.8em;}
	#toggle { top: 0; }
	#nav li a { font-size: 1em;  }
	
	.contentArea div.contentImage { width: 40% !important; }
	.contactPage div.contentImage { width: 40% !important; }
}

@media only screen and (min-width: 1140px) {
.gridContainer {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.nav-container { font-size: 1.1em; }

.contentArea div.contentImage { width: 100% !important; }
.contactPage div.contentImage { width: 100% !important; }

}

@media screen and (max-width: 40em) { .pic-overlay { display: none; } }

@media screen and (max-width: 1280px) { h1 { margin-left: 1em; }

@media screen and (max-width: 900px) {

.logo { float: left; padding-bottom: 0;}	
#toggle { top: 35% !important; }

.contentArea h1 { font-size: 1.8em; }

form#contact-form input, form#contact-form select { width: 80%; margin: 0 auto; } 
#contact-form textarea { width: 80%; }
	
}

@media screen and (max-width: 768px) {
.flex-container { display: block; }	
.flex-item { display: block; width: 100%; }	
.copy { width: 100%; text-align: center; color: #aaaaaa; }
.footerNav { width: 100%; }
form#contact-form input, form#contact-form select { display: block; margin-bottom: 1em; width: 92%; }

select.city { max-width: 100%; width: 100% !important; }
input#minPrice { max-width: 100%; }
input#maxPrice { max-width: 100%; }
select.Beds { max-width: 100%; width: 100% !important; }
select.Baths { max-width: 100%; width: 100% !important; }
select.PropertyType { max-width: 100%; width: 100% !important;}

form.searchForHomes select.city { max-width: 100%; display: block; margin-bottom: 1em;}
form.searchForHomes input#minPrice { max-width: 100%; display: block; margin-bottom: 1em; }
form.searchForHomes input#maxPrice { max-width: 100%; display: block; margin-bottom: 1em; }
form.searchForHomes select.Beds { max-width: 100%; display: block; margin-bottom: 1em; }
form.searchForHomes select.Baths { max-width: 100%; display: block; margin-bottom: 1em; }
form.searchForHomes select.PropertyType { max-width: 100%; display: block; margin-bottom: 1em; }


form#contact-form input.send[type="submit"] { margin: 0 auto; min-width: 200px; }

.slick-next { display: none !important; }

.footerNav a { color: white; font-size: 10px; margin-right: 2%; }

span.work-text { margin-top: 1.8em; font-size: 24px; text-align: center; }

#toggle { top: -0.2em; }

.slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 270px;
}

h1 { padding-top: 2em; font-size: 1.1em; }

.logo { width: 40%; }

.swipeToView { text-align: center; font-size: 0.9em; color: #1B6AC0; width: 270px; text-transform: uppercase; }
.slick-slider { margin-top: 1em; }

.displayNoneMobile { display: none !important; }
.displayNoneDesktop { display: block !important; }
.areamap img { width: 100%; max-width: 100%; }

.radioButtons { display: block; float: left; margin-bottom: 0.5em; }
div.contactpageForm form#contact-form p { text-align: left; }

.products-left ul li { font-size: 1em; }

span.work-text span { display: block;  }
span.work-text span img { display: none;  }

.instagram img { max-width: 40px; }
.instagram { display: inline-block; margin-left: 0.5em;  }

table.products-container tr td { display: block !important; }
table.products-container.photo-gal td.first { width: 100%; }
table.products-container.photo-gal tr td { width: 100%; }
.products-right { padding: 0; }

.serv-box { display: inline-block; vertical-align: top; width: 210px}
.products-left ul { margin-bottom: 0; }
.products-left ul { margin-top: 0; padding: 0 0 0 0;  }
.mobilePush { margin-top: 1em; }
.copy span { display: none; }

.contentArea h1 { font-size: 25px; text-align:center; }
.contentArea div.contentImage { display: none; }
.contentArea p { text-align: center; font-size: 15px; margin-bottom: 1em; }
.contentArea a { margin: 0 auto; }
.fullContainer.green { background-image: none; background-color: #05695A; max-height: 100%; }
.servicesListed { display: block; margin: 0 auto; width: 100%;  }
.fullContainer.green a { margin-top: 1em; }
.footerInformation { width: 100%; }
.footerInformation div { width: 100%; display: block; margin-bottom: 1em; text-align: center; }

#toggle { top: 1.6em !important; }

.contactPage div.contentImage { margin-top: 0; }
.contactPage p { margin-left: 0; text-align: center; }
form#contact-form input, form#contact-form select { width: 80%; margin: 0 auto; } 
#contact-form textarea { width: 80%; }

#lightgallery p { text-align: center ; padding: 0 0; margin: 1em 0;}
.demo-gallery > ul > li, .demo-gallery > ul > li a { margin-bottom: 1em !important; }
h1 { text-align: center; margin-left: 0;  }
}

@media screen and (max-width: 640px) { 

#toggle { top: 1.7em; }
}

@media screen and (max-width: 400px) { 

#toggle { top: 0.6em !important; } 

}