html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*-------------------- Font --------------------*/

@font-face {
  font-family: 'brad-hand';
  src: url('../fonts/brad-hand-eot.eot');
  src: url('../fonts/brad-hand-eot.eot?#iefix') format('embedded-opentype'),
       url('../fonts/brad-hand-ttf.ttf') format('truetype');
}



@font-face {
	font-family: brad-hand;
	src: url('../fonts/brad-hand-eot.eot');
	src: url('../fonts/brad-hand-ttf.ttf');
}

/*-------------------- Layout Style --------------------*/
html {
	background: #34495E;
}

body {
	background: #34495E;
}

.body-wrapper {
	min-width: 1400px;
}


/*-------------------- Header --------------------*/
.header {
	width: 100%;
	text-align: center;
	background-image: url('../images/header/dune-sunflower.jpg');
	background-repeat: no-repeat;
}

.header .header-back {
	width: 100%;
	height: 100%;
	background-color: rgba(65, 131, 215, .7);
	background-color: rgb(65, 131, 215, .7);
}

.header #logo-image {
	width: 90%;
	margin-top: 5px;
}

.header #navigation {
	width: 100%;
}

.header #navigation nav #main-nav {
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #2264A6;
	font-weight: bold;
	color: #FFFFFF;
}

.header #navigation nav #main-nav li a {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	font: bolder x-large brad-hand, verdana, arial;
	color: #FFFFFF;
}

.header #navigation nav #main-nav li a:hover {
	background-color: #f1c40f;
	color: #FFFFFF;
}

.header #navigation nav #main-nav .main-nav-li, .header #navigation nav #main-nav #services {
	display: inline-block;
	position: relative;
}

.header #navigation nav #main-nav #services ul {
	display: none;
	position: absolute;
	background-color: #2264A6;
	margin-top: 4.8%;
	border-left: 2px solid #336E7B;
	border-right: 2px solid #336E7B;
	border-bottom: 2px solid #336E7B;
	z-index: 99999;
}

.header #navigation nav #main-nav #services ul li a {
	width: 15em;
	display: inline;
	float: left;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
}

.header #navigation nav #main-nav #services:hover > ul {
	display: block;
}

/*-------------------- Body --------------------*/
.body {
	width: 100%;
	margin: 0 auto;
}

.body #content {
	width: 100%;
}

.body #content #main-image {
	width: 100%;
	opacity: .94;
}

.body #content #main-image .slide-show-index {
	width: 100%;
	height: 430px;
	background: #2574A9;
	position: relative;
}

.body #content #main-image .slide-show {
	text-align: center;
	width: 100%;
	min-height: 475px;
	max-height: 475px;
	background: #2574A9;
	position: relative;
}

.body #content #main-image .slide-show img {
	width: auto;
	min-height: 465px;
	max-height: 465px;
	padding: 5px;
	background: #fff;
	position: relative;
	display: none;
}

.body #content #main-image .slide-show-index img, .body #content #main-image .slide-show-index .p {
	display: none;
}

.body #content #main-image .index-para-1 .para-1 #index-h1, .body #content #main-image .index-para-1 .para-1 #paragraph-1 {
	display: none;
}

.body #content #main-image .para-2 a {
	display: block;
}

.body #content #main-image .slide-show-index .img1, .body #content #main-image .slide-show-index .img2, .body #content #main-image .slide-show-index .img3 {
	width: 100%;
	position: absolute;
	text-align: center;
}

.body #content #main-image .slide-show-index .img1 img {
	margin-top: 5%;
	margin-left: 5%;
	width: 20%;
	height: 200px;
	float: left;
	background: #FFFFFF;
	padding: 5px;
	position: relative;
	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-.27);
}

.body #content #main-image .slide-show-index .img2 img {
	margin-top: 10px;
	width: 20%;
	height: 200px;
	background: #FFFFFF;
	padding: 5px;
	position: relative;
}

.body #content #main-image .slide-show-index .img3 img {
	margin-top: 5%;
	margin-right: 5%;
	width: 20%;
	height: 200px;
	float: right;
	background: #FFFFFF;
	padding: 5px;
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.27);
	position: relative
}

.body #content #main-image .slide-show-index .p {
	width: 40%;
	margin: 0 auto;
	padding-top: 250px;
	position: relative;
	text-align: center;
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFF;
}

.body #content #main-image .slide-show-wrapper {
	padding: 10px;
	background: #2574A9;
}

.body #content #main-image .slide-show-wrapper-plant{
	background: #1E8BC3;
	padding: 10px;
}

.body #content #main-image .slide-show-wrapper-plant h1 {
	text-align: center;
	font: bolder 28px brad-hand, verdana, arial;
	color: #FFFFFF;
	margin-top: 2em;
	margin-bottom: 2em;
}

.body #content #main-image .slide-show-wrapper-gallery{
	background: #2574A9;
	padding: 10px;
}

.body #content #main-image .about {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	text-align: center;
	background: #2574A9;
}

.body #content #main-image .about .about-img-wrapper {
	width: 90%;
	height: 410px;
	margin: 0 auto;
	text-align: center;
}

.body #content #main-image .about #img-own {
	width: auto;
	height: 80%;
	margin: 1%;
	margin-top: 3.5%;
	border: 10px solid rgb(255, 255, 255, .5);
	border: 10px solid rgba(255, 255, 255, .5);
}

.body #content #main-image .about #img-crew {
	width: 30%;
	height: 80%;
	margin: 1%;
	margin-top: 3.5%;
	border: 10px solid rgb(255, 255, 255, .5);
	border: 10px solid rgba(255, 255, 255, .5);
}

.body #content #main-image .index-para-1 {
	width: 100%;
	height: 410px;
	background: #1E8BC3;
}

.body #content #main-image .index-para-1 .para-1 #paragraph-1 {
	width: 100%;
}

.body #content #main-image .index-para-3 {
	width: 100%;
	height: 510px;
	background: #9CBFE6;
	text-align: center;
}

.body #content #main-image .index-para-3 h1 {
	font: bolder 28px brad-hand, verdana, arial;
	color: #000000;
	text-decoration: underline;
	padding-top: 1em;
}

.body #content #main-image .index-para-3 form {
	width: 50%;
	margin: 0 auto;
	margin-top: 1%;
}

.body #content #main-image .index-para-3 form table {
	width: 100%;
	margin: 0 auto;
}

.body #content #main-image .index-para-3 form table tr {
	width: 100%;
}

.body #content #main-image .index-para-3 form table th {
	width: 49%;
	padding-top: 10px;
	float: left;
	text-align: left;
	text-decoration: underline;
	font: bolder 26px brad-hand, verdana, arial;
}

.body #content #main-image .index-para-3 form table td {
	float: left;
	width: 49%;
	text-align: left;
}

.body #content #main-image .index-para-3 form table td input {
	width: 90%;
}

.body #content #main-image .index-para-3 form table td .contactButtons {
	width: 30%;
	margin-top: 2%;
	margin-right: 2%;
	padding: 5px;
	text-align: center;
	background: linear-gradient(#2264A6, #34495E);
	border-style: outset;
	border-color: #34495E;
	border-radius: 5px;
	cursor: pointer;
	font: bolder 20px brad-hand, verdana, arial;
	color: #FFFFFF;
}

.body #content #main-image .index-para-3 form table td .contactButtons:hover {
	background: linear-gradient(#34495E, #2264A6);
	border-style: inset;
}

.body #content #main-image .para-1 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.body #content #main-image .para-1 h1 {
	text-decoration: underline;
	font: bolder 28px brad-hand, verdana, arial;
	color: #000;
	padding-top: 2em;
	padding-bottom: 1em;
}

.body #content #main-image .para-1 #paragraph-1 {
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFF;
	padding: 1em;
}

/********** Monthly Maintenance **********/

.body #content #main-image .monthly-para-1 {
	width: 100%;
	height: 410px;
	background-color: #2574A9;
}

.body #content #main-image .monthly-para-1 h1 {
	text-decoration: underline;
	font: bolder 28px brad-hand, verdana, arial;
	color: #000;
	text-align: center;
	padding-top: 2em;
}

.body #content #main-image .monthly-para-1 p {
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFFFFF;
	text-align: center;
}

.body #content #main-image .monthly-para-2 {
	width: 100%;
	height: 480px;
	background: #1E8BC3;
	opacity: .94;
}

.body #content #main-image .monthly-para-2 .monthly-para-2-wrapper {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.body #content #main-image .monthly-para-2 .monthly-para-2-wrapper p {
	margin: 0 auto;
	text-align: center;
	font: bolder 28px brad-hand, verdana, arial;
	color: #FFFFFF;
	margin-bottom: 1%;
}

.body #content #main-image .monthly-para-2 .monthly-para-2-wrapper p:first-child {
	padding-top: 1em;
}

.body #content #main-image .monthly-para-2 .monthly-para-2-wrapper .monthly-para-2-images {
	width: 90%;
	margin: 0 auto;
}

.body #content #main-image .monthly-para-2 .monthly-para-2-wrapper .monthly-para-2-images img {
	width: 15%;
	margin: .5em;
	border: 10px solid #2574A9;
	cursor: pointer;
}

.body #content #main-image .monthly-para-2 .monthly-para-2-wrapper .monthly-para-2-images img:hover {
	border-color: #34495E;
}

.body #content #main-image .monthly-para-2 #dialog-images {
	display: none;
}

.body #content #main-image .monthly-para-3 {
	width: 100%;
	height: 400px;
	background: #22A7F0;
}

.body #content #main-image .monthly-para-3 p {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFFFFF;
	padding-top: 4em;
}

.body #content #main-image .monthly-para-3 .monthly-button-wrapper {
	display: ;
	width: 200px;
	height: 75px;
	margin: 0 auto;
	margin-top: 2em;
	background: url('../images/header/dune-sunflower-2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}

.body #content #main-image .monthly-para-3 .monthly-button-wrapper .requestQuote {
	width: 200px;
	height: 75px;
	font: bold 20px brad-hand, verdana, arial;
	color: #FFFFFF;
	background: #2264A6;
	opacity: .85;
	border-radius: 5px;
	border: 3px solid #3C869C;
	cursor: pointer;
}

.body #content #main-image .monthly-para-3 .monthly-button-wrapper .requestQuote:hover {
	color: #34495E;
	background: #FFFFFF;
}

.body #content #main-image .monthly-para-3 #dialog {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 1750px;
	text-align: center;
	z-index: 99999;
	background-color: rgba(81, 117, 31, .6);
	background-color: rgb(81, 117, 31, .6);
}

.body #content #main-image .monthly-para-3 #dialog .div-out{
	width: 700px;
	height: 450px;
	margin: 100px auto;
	margin-top: 900px;
	color: #34495E;
	background: url('../images/seasonal-installation/superbells.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	border: 10px solid #FC721C;
	border-radius: 10px;
}

.body #content #main-image .monthly-para-3 #dialog .div-out .div-in {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	background-color: rgb(255, 255, 255, .7);
}

.body #content #main-image .monthly-para-3 #dialog .div-out .div-in form {
	width: 100%;
	padding: 1%;
}

.body #content #main-image .monthly-para-3 #dialog .div-out .div-in form table {
	width: 100%;
}

.body #content #main-image .monthly-para-3 #dialog .div-out .div-in form table tr {
	width: 100%;
}

.body #content #main-image .monthly-para-3 #dialog .div-out .div-in form table tr th {
	width: 49%;
	text-align: left;
	text-decoration: underline;
	padding-top: 2%;
	font: bolder 26px brad-hand, verdana, arial;
}

.body #content #main-image .monthly-para-3 #dialog .div-out .div-in form table tr td {
	width: 49%;
	text-align: left;
}

.body #content #main-image .monthly-para-3 #dialog .div-out .div-in form table tr td input {
	width: 80%;
	text-align: left;
}

.body #content #main-image .monthly-para-3 #dialog .div-out .div-in form table tr td .contactButtons {
	width: 25%;
	margin-top: 2%;
	margin-right: 2%;
	padding: 5px;
	text-align: center;
	background: linear-gradient(#3E8972, #3a8072);
	border-style: outset;
	border-color: #22A7F0;
	border-radius: 5px;
	cursor: pointer;
	font: bolder 20px brad-hand, verdana, arial;
	color: #FFFFFF;
}

.body #content #main-image .monthly-para-3 #dialog .div-out .div-in form table tr td .contactButtons:hover {
	background: linear-gradient(#3a8072, #3E8972);
	border-style: inset;
}

/********** END Monthly Maintenance **********/

.body #content #main-image .para-1-columns {
	width: 100%;
	background: #2574A9;
}

.body #content #main-image .para-1-columns h1 {
	text-decoration: underline;
	font: bolder 28px brad-hand, verdana, arial;
	color: #000;
	text-align: center;
	padding-top: 1em;
}

.body #content #main-image .para-1-columns .para-1-columns-wrapper {
	width: 75%;
	min-height: 510px;
	margin: 0 auto;
	padding-top: 2em;
	padding-bottom: 1em;
	position: relative;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	text-align: center;
}

.body #content #main-image .para-1-columns .para-1-columns-wrapper-1 {
	width: 40%;
	min-height: 510px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.body #content #main-image .para-1-columns .para-1-columns-wrapper-1 #img-sugar-mills {
	width: auto;
	height: 100%;
}

.body #content #main-image .para-1-columns a {
	text-decoration: none;
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFFFFF;
	display: block;
}

.body #content #main-image .para-1-columns a:hover {
	text-decoration: underline;
	color: #000000;
}

.body #content #main-image .para-1-columns a img{
	width: auto;
	height: 510px;
}

.body #content #main-image .para-1-columns p {
	width: 50%;
	margin: 0 auto;
}

.body #content #main-image .para-2 {
	width: 100%;
	min-height: 510px;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #22A7F0;
	position: relative;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	text-align: center;
}

.body #content #main-image .para-2 a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFFFFF;
}

.body #content #main-image .para-2 a:hover {
	text-decoration: underline;
	color: #000000;
}

.body #content #main-image .para-2 img {
	width: 80%;
	height: auto;
	margin-top: 100px;
	border: 4px solid #FFFFFF;
}

.body #content #main-image .para-2-no-columns {
	width: 100%;
	height: 490px;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #1E8BC3;
	position: relative;
	text-align: center;
}

.body #content #main-image .para-2-no-columns-consult {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #1E8BC3;
	position: relative;
	text-align: center;
}

.body #content #main-image .para-2-no-columns h1 {
	text-decoration: underline;
	font: bolder 28px brad-hand, verdana, arial;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
}

.body #content #main-image .para-2-no-columns-consult h1 {
	text-decoration: underline;
	font: bolder 28px brad-hand, verdana, arial;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
}

.body #content #main-image .para-2-no-columns h2 {
	text-decoration: underline;
	font: bolder 28px brad-hand, verdana, arial;
	color: #000;
	margin-bottom: 2em;
}

.body #content #main-image .para-2-no-columns #paragraph-2-1 {
	width: 91%;
	margin: 0 auto;
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFF;
	padding: 1.5em;
}

.body #content #main-image .para-2-no-columns-consult #paragraph-2-1 {
	width: 90%;
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFF;
	padding: 1.5em;
}

.body #content #main-image .para-2-no-columns-consult #paragraph-2-2 {
	width: 90%;
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFF;
	padding: 1.5em;
}

.body #content #main-image .para-2-no-columns-consult .para-2-img {
	width: 90%;
	margin: 0 auto;
}

.body #content #main-image .para-2-no-columns-consult .para-2-img a img {
	width: auto;
	height: 350px;
	margin: 0 auto;
}

.body #content #main-image .para-2-no-columns #paragraph-2-2 {
	width: 90%;
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFF;
	padding: 1em;
}

.body #content #main-image .para-2-no-columns-1 {
	width: 100%;
	height: 310px;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #16a085;
	position: relative;
	text-align: center;
}

.body #content #main-image .para-2-no-columns-1 h1 {
	text-decoration: underline;
	font: bolder 28px brad-hand, verdana, arial;
	color: #000;
	margin-top: 1em;
	margin-bottom: 2em;
}

.body #content #main-image .para-2-no-columns-1 #paragraph-2-1 {
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFF;
	padding: 1em;
}

.body #content #main-image .para-3 {
	width: 100%;
	height: 510px;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
	text-align: center;
	background: #22A7F0;
}

.body #content #main-image .para-3 h1 {
	text-align: center;
	text-decoration: underline;
	font: bolder 28px brad-hand, verdana, arial;
	color: #000;
	margin-top: 75px;
}

.body #content #main-image .para-3 .type {
	text-decoration: underline;
	padding-top: 1em;
}

.body #content #main-image .para-3 p {
	font: bolder 26px brad-hand, verdana, arial;
	color: #FFF;
}

.body #content  #main-image {
	width: 100%;
	background: #2574A9;
}

.body #content #main-image .reviews-table-wrapper {
	width: 75%;
	margin: 0 auto;
}

.body #content #main-image .reviews-table-wrapper table tr th {
	text-align: left;
	margin-top: 3%; 
	text-decoration: underline;
	font: bold 26px brad-hand, verdana, arial;
	color: #FFFFFF;
}

.body #content #main-image .reviews-table-wrapper table tr td .style {
	width: 100%;
	box-sizing: border-box;
	font: bold 18px brad-hand, verdana, arial;
  background: #ECF0F1;
  border: 1px solid #f1c40f;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);	
}

.body #content #main-image .reviews-table-wrapper table tr td .buttons {	
  font: bold 18px brad-hand, verdana, arial;
  background: #ECF0F1;
  color: #34495E;
  border: 1px solid #f1c40f;
  -o-border-radius: 5px;
  -webkit-border-radius: ;
  -moz-border-radius: 5px;
  border-radius: 5px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 50px;
}

.body #content #main-image .reviews-table-wrapper table tr td .buttons:hover {	
  background: #34495e;
  color: #ECF0F1;
}

.body #content #main-image .get-reviews {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 5%;
	padding-top: 5%;
}

.body #content #main-image .get-reviews .customerReview {
	width: 100%;
	border-bottom: 4px solid #F1C40F;
	padding: 20px;
}

.body #content #main-image .get-reviews .customerReview .date {
	font: bold 26px brad-hand, verdana, arial;
	color: #FFFFFF;
	float: right;
}

.body #content #main-image .get-reviews .customerReview .name {
	color: #000000;
	font: bold 26px brad-hand, verdana, arial;
}

.body #content #main-image .get-reviews .customerReview .comments {
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	color: #FFFFFF;
	font: bold 26px brad-hand, verdana, arial;
}


/*-------------------- Footer --------------------*/

.footer {
	width: 100%;
	background: #34495e;
	text-align: center;
}

.footer .footer-wrapper {
	width: 550px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer .footer-wrapper #footer-nav {
	width: 100%;
	margin: 0 auto;
	
}

.footer .footer-wrapper #footer-nav li {
	text-align: center;
	padding: 2.7%;
	float: left;
	list-style: none;
	/*list-style-image: url('../images/footer/logo-footer.png');*/
}

.footer .footer-wrapper #footer-nav li a {
	font: bold 14px brad-hand, verdana, arial;
	color: #FFFFFF;
}

.footer .footer-wrapper #footer-nav li a:hover {
	color: #F1C40F;
}

.footer .footer-wrapper #footer-nav li:first-child {
	list-style: none;
}

.footer .footer-wrapper p {
	width: 70%;
	margin: 0 auto;
	margin-top: 4%;
	font: bolder 12px brad-hand, verdana, arial;
	color: #FFFFFF;
}

.footer .footer-wrapper p:last-child {
	width: 50%;
	margin-top: 0;
	font-size: 10px;
}

.footer .footer-wrapper p:last-child a {
	text-decoration: none;
	font: bold 10px verdana, arial;
	color: #16a085;
}

.footer .footer-wrapper p:last-child a:hover {
	color: #a8a8a8;
}