﻿article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}

html {
	text-size-adjust: 100%;
}

body {
	font-family: Roboto, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url("../siteart/p6.png") repeat;
	color: rgb(0, 0, 0);
}

svg:not(:root) {
	overflow: hidden;
}

.group::before,
.group::after {
	content: "";
	display: table;
}

.group::after {
	clear: both;
}

.group {
	zoom: 1;
}

.clear {
	clear: both;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	border-style: solid;
	height: 0px;
}

img {
	border: 0px;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, sans-serif;
	margin: 0px;
	padding: 0px 0px 2%;
	font-weight: 700;
	line-height: 1.5em;
	color: #a85513;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

p {
	font-family: Roboto, sans-serif;
	padding: 0px 0px 2%;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0px;
	font-weight: 300;
}

strong {
	font-family: Roboto, sans-serif;
	font-weight: 700;
}

a.link:focus {
	outline: dotted thin;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: rgb(245, 126, 32);
}

.appbutton {}

.appbutton a {
	background: rgb(56, 183, 73);
	padding: 5px 10px;
	color: rgb(255, 255, 255);
	border-radius: 3px;
}

.appbutton a:hover {
	background: rgb(38, 38, 38);
	padding: 5px 10px;
	color: rgb(255, 255, 255);
	border-radius: 3px;
}

ul.list {
	margin: 0px;
	padding: 0px 0px 5% 7%;
}

ul.list li {
	font-size: 16px;
}

.topbar {
	background: rgb(62, 62, 62);
	padding: 5px 0px;
	font-size: 14px;
	color: rgb(255, 255, 255);
}

.topbar i {
	margin-right: 5px;
	color: rgb(255 255 255);
}

.topbar ul {
	list-style: none;
	margin: 0px auto;
	text-align: right;
}

.topbar ul li {
	display: inline-block;
	zoom: 1;
	padding: 7px 0px 7px 40px;
	font-weight: 700;
	color: rgb(255, 255, 255);
}

.topbar ul li span {
	color: white;
	text-decoration: underline;
}

.topbar a {
	color: white !important;
}

header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: rgb(255, 255, 255);
	position: relative;
	height: 80px;
}

header,
header * {
	box-sizing: unset;
}

.headerwrap {
	width: 96%;
	max-width: 1170px;
	margin: 0px auto;
}

.logo {
	width: 20%;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
	padding: 1% 1% 1% 5%;
}

.logo::after {
	content: " ";
	position: absolute;
	display: block;
	width: 90%;
	height: 100%;
	top: 0px;
	left: 65px;
	z-index: -1;
	background: rgb(255, 255, 255);
	transform-origin: left bottom;
	transform: skew(-30deg, 0deg);
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
}

.navbar {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 73%;
	z-index: 99;
	background: rgb(0, 0, 0);
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
}

.wrapper {
	width: 96%;
	max-width: 1580px;
	margin: 0px auto;
	padding: 0px;
}

.container {
	width: 100%;
	max-width: 1620px;
	margin: 0px auto;
}

.internal {
	background: url("../siteart/light-honeycomb.jpg") repeat;
	padding: 0px 0px 2%;
}

.pagebanner {
	margin-bottom: 2%;
}

.slides {
	background: url("../siteart/concrete_wall.png") repeat;
	padding: 0px;
	color: rgb(255, 255, 255);
	position: relative;
	overflow: hidden;
}

.welcometext {
	width: 80%;
	padding: 2% 10%;
	background: #a85513 repeat;
}

.welcometext h3 {
	font-weight: 300;
	padding: 0px;
	line-height: 1em;
	color: rgb(255, 255, 255);
}

.welcometext h1 {
	color: rgb(255, 255, 255);
	line-height: 1.3em;
	font-size: 32px;
}

.welcometext p {
	font-size: 16px;
}

.linkbutton {
	background: rgb(0, 0, 0);
	padding: 3px 0px;
	width: 40%;
	margin: 0px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
}

.linkbutton h4 {
	color: rgb(255, 255, 255);
	padding: 0px;
}

.linkbutton i {
	font-size: 0.8em;
}

.linkbutton:hover {
	background: rgb(255, 255, 255);
	transition: 0.2s ease-in;
}

.linkbutton:hover h4 {
	color: rgb(51, 51, 51);
	transition: 0.2s ease-in;
}

.linkbutton:hover i {
	color: rgb(245, 126, 32);
	margin-left: 2px;
	transition: 0.2s ease-in;
}

.cycle-slideshow {
	box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 5px 1px;
}

.cycle-slideshow img {
	width: 100%;
}

.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 10px;
	overflow: hidden;
	display: none;
}

.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: rgb(221, 221, 221);
	cursor: pointer;
	transition: 0.5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
	color: rgb(40, 133, 179);
}

.cycle-pager>* {
	cursor: pointer;
}

.quicklinks {
	padding: 2% 0px;
	background: url("../siteart/dark-honeycomb.png") repeat;
	margin: 0px auto;
	text-align: center;
}

.linkbox {
	display: inline-block;
	zoom: 1;
	width: 22%;
	margin: 0px 1%;
	position: relative;
	border: 3px solid rgb(255, 255, 255);
	height: 180px;
	overflow: hidden;
	text-align: center;
	z-index: 99;
}

.linkbox:before {
	background: black;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.6;
}

.linktitler {
	position: absolute;
	top: 50%;
	width: 90%;
	left: 5%;
	transform: translate(0px, -50%);
}

.linktitler h2,
.linktitler p {
	color: rgb(255, 255, 255);
	line-height: 1.2em;
	padding: 0px;
	font-weight: 500;
}

.linkbox:hover>.linktitler h2 {
	border-bottom: 2px solid rgb(255, 255, 255);
	transition: 0.4s ease-in;
}

.linkbox:hover>.linktitler p {
	margin: 5px auto 0px;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	padding: 5px 0px;
	width: 80%;
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
	transition: 0.4s ease-in;
}

.linkbox:hover>img {
	transform: scale(1.1);
	transition: 0.4s ease-in;
}

.linktitler i {
	font-size: 0.8em;
}

.linkbox:hover>.linktitler i {
	color: rgb(245, 126, 32);
	transition: 0.4s ease-in;
}

.linktitler p:hover>i {
	margin-left: 5px;
	transition: 0.2s ease-in;
}

.bushhogbanner {
	background: url("../siteart/grass.jpg") center bottom no-repeat rgb(255, 255, 255);
	padding: 3% 0px 5%;
	position: relative;
	overflow: hidden;
}

.promophoto,
.promotext,
.promobrand {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
}

.promophoto {
	position: absolute;
	z-index: 0;
	left: -150px;
	bottom: -4px;
}

.promocopy {
	float: right;
	width: 80%;
}

.promotext {
	width: 60%;
}

.promotext h1 {
	padding: 0px;
	line-height: 1.2em;
}

.promotext h1 span {
	display: block;
}

.promotext h4 {
	color: rgb(0, 0, 0);
	line-height: 1.4em;
}

.promobrand {
	width: 35%;
	text-align: center;
	margin-left: 4%;
}

.promobutton {
	width: 60%;
	background: #a85513;
	text-align: center;
	padding: 5px 0px;
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
}

.promobutton h4 {
	color: rgb(255, 255, 255);
	padding: 0px;
}

.promobutton h4 i {
	font-size: 0.8em;
}

.promobutton:hover {
	background: rgb(0, 0, 0);
	transition: 0.2s ease-in;
}

.mapblock {
	width: 100%;
	position: relative;
}

.addresswedge {
	background: rgb(245, 126, 32);
	position: absolute;
	padding: 10px 2%;
	z-index: 101;
	top: 0px;
	left: 40%;
	width: 20%;
}

.addresswedge h3,
.addresswedge p {
	color: rgb(255, 255, 255);
	font-weight: 700;
	padding: 0px;
	line-height: 1.3em;
	text-align: center;
}

.addresswedge::before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: -1;
	background: #a85513;
	transform-origin: left bottom;
	transform: skew(30deg, 0deg);
}

.addresswedge::after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: -1;
	background: #a85513;
	transform-origin: left bottom;
	transform: skew(-30deg, 0deg);
}

.mapblock iframe {
	height: 400px;
}

.contactleft {
	width: 65%;
	float: left;
}

.contactright {
	width: 30%;
	float: right;
}

.half {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.half strong,
.commentbox strong {
	color: #a85513;
}

.contactright h3 {
	padding: 0px;
}

.contactright p strong {
	color: #a85513;
}

.contactright iframe {
	height: 300px;
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
}

#formpage {
	padding: 0px 10px;
}

form {
	margin: 0px;
}

label:not(.cf *) {
	display: block;
	font-size: 16px;
	padding-top: 4%;
	width: 100%;
}

input:not(.cf *) {
	font-family: Roboto, Arial, sans-serif;
	border: 1px solid rgb(153, 153, 153);
	border-radius: 2px;
	padding: 1%;
	font-size: 14px;
	width: 98%;
	margin-bottom: 10px;
}

input:focus {
	border: 1px solid rgb(40, 133, 179);
}

input.button2 {
	display: block;
	width: 50%;
	margin: 0px auto 5%;
	border: 1px solid rgb(39, 126, 50);
	background-color: rgb(56, 183, 73);
	color: rgb(255, 255, 255);
	border-radius: 2px;
}

input.button2:hover {
	background-color: rgb(39, 126, 50);
	cursor: pointer;
}

select {
	font-family: Roboto, Arial, sans-serif;
	border: 1px solid rgb(153, 153, 153);
	padding: 1%;
	font-size: 14px;
	width: 100%;
}

textarea {
	font-family: Roboto, Arial, sans-serif;
	border: 1px solid rgb(153, 153, 153);
	border-radius: 2px;
	padding: 1%;
	font-size: 14px;
	width: 96%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 2px;
	width: 15px !important;
	min-width: 15px !important;
}

.sendbutton {
	background: #a85513;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 20px;
	margin: 0px auto;
}

.sendbutton:hover {
	cursor: pointer;
	background: rgb(255, 255, 255);
	color: rgb(245, 126, 32);
	box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
	transition: 0.2s ease-in;
}

.padit {
	padding: 2% 0px;
}

.welcome h1 {
	color: rgb(0, 0, 0);
}

.welcome {
	text-align: center;
	background: url("../siteart/welcomebg.jpg") center center / cover no-repeat;
}

.scrolling {
	display: block;
	background: url("../siteart/scrollingbg.jpg") repeat;
	padding: 30px 0px;
	border-top: 4px solid rgb(255, 205, 7);
}

.ribbon {
	text-align: center;
	color: rgb(255, 255, 255);
	background: rgb(56, 183, 73);
	border-bottom: 5px solid rgb(33, 108, 43);
	position: relative;
}

.ribbon h2 {
	color: rgb(255, 255, 255);
}

.sitemap {
	background: url("../siteart/escheresque_ste.png") repeat;
	color: rgb(255, 255, 255);
}

.sitemap p {
	line-height: 2em;
}

.sitemap i {
	font-size: 42px;
	margin-right: 20px;
}

.hosted-content .pagination>.drop-down-form select {
	width: 8% !important;
}

.hosted-content h1 {
	font-size: 24px !important;
}

.hosted-content h2 {
	font-size: 22px !important;
}

.hosted-content h3 {
	font-size: 20px !important;
}

.cf {
	background: rgb(255, 255, 255);
}

.currency-capital-price-container img {
	display: none;
}

.hosted-content .btn {
	background: rgb(245, 126, 32) !important;
}

.hosted-content .btn:hover {
	background: rgb(204, 204, 204) !important;
}

.legal p {
	font-size: 11px !important;
}

.mobilecontainer {
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	height: 92px;
	padding: 0px;
	background: rgb(0, 0, 0);
}

iframe.banner {
	width: 100%;
	height: 92px;
	background: rgb(0, 0, 0);
}

.pagebottom {
	background: black;
	padding: 30px 0px 0px;
}

.pagebottom p {
	color: rgb(255, 255, 255);
	font-size: 16px;
}

.pagebottom a {
	color: rgb(255, 255, 255);
}

.pagebottom a:hover {
	color: rgb(245, 126, 32);
}

.footerleft {
	float: left;
	width: 25%;
}

.footerleft p strong {
	color: white;
}

.footerlinks {
	float: left;
	width: 35%;
}

.footerinv {
	width: 50%;
	float: left;
	text-align: center;
}

.footerinv h3 {
	padding: 0px;
	color: white;
}

.footerlinks a {
	display: block;
	margin: 8px auto;
	color: rgb(255, 255, 255);
}

.footerright {
	float: left;
	width: 40%;
	text-align: right;
}

.fb-page,
.logoblock {
	float: right;
}

.fb-page {
	margin-right: 4%;
	width: 56%;
}

.logoblock {
	width: 40%;
}

.logoblock img {
	display: block;
	margin-bottom: 2%;
	text-align: right;
}

footer {
	margin: 0px auto;
	width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: none;
	font-size: 11px;
	color: rgb(204, 204, 204);
	border-bottom: none;
}

a.footerlink:hover {
	text-decoration: none;
	font-size: 11px;
	color: rgb(255, 255, 255);
}

.footertext {
	font-size: 11px;
	color: rgb(102, 102, 102);
}

.smallfootertext {
	font-size: 11px;
	color: rgb(102, 102, 102);
}

.hostedfooter {
	padding: 1% 0px;
	background: rgb(255, 255, 255);
	margin-top: 30px;
}

.divfooter {
	text-align: center;
	margin: 0px auto;
}

@media screen and (max-width: 1650px) {
	.logo {
		padding-left: 2%;
		width: 22%;
	}

	.promophoto {
		left: -240px;
	}

	.promotext {
		width: 65%;
	}

	.promobrand {
		width: 30%;
	}

	.promocopy {
		width: 85%;
	}

	.addresswedge {
		width: 26%;
		left: 37%;
	}
}

@media screen and (max-width: 1480px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	p {
		font-size: 16px;
	}

	.slides {
		overflow-y: visible;
		max-height: none;
	}

	.welcometext {
		padding: 2% 10%;
		position: relative;
		width: 80%;
		text-align: center;
		background: #a85513 repeat;
	}

	.welcometext::before {
		display: none;
	}

	.welcometext h1 {
		padding-bottom: 5px;
	}

	.linkbutton {
		margin: 0px auto;
	}

	.linkbutton h4,
	.sendbutton {
		font-size: 18px;
	}

	.linkbox {
		height: 140px;
	}

	.linktitler h2 {
		font-size: 24px;
	}

	.mapblock iframe {
		height: 320px;
	}

	.hosted-content h1 {
		font-size: 22px !important;
	}

	.hosted-content h2 {
		font-size: 20px !important;
	}

	.hosted-content h3 {
		font-size: 18px !important;
	}
}


@media screen and (max-width: 1300px) {
	.topbar {
		font-size: 12px;
	}

	.linkbox:hover>.linktitler h2 {
		border: none;
		transition: none;
	}

	.linkbox:hover>.linktitler p {
		width: 100%;
		padding: 0px;
		background: none;
		margin: 0px;
		box-shadow: none;
		transition: none;
	}

	.linkbox:hover>img {
		transform: none;
	}

	.linkbox:hover>.linktitler i {
		color: rgb(255, 255, 255);
		margin: 0px;
		transition: none;
	}

	.promophoto {
		left: -260px;
		bottom: -70px;
	}

	.promotext h1 {
		font-size: 26px;
	}

	.promotext h4 {
		font-size: 18px;
	}

	.promobutton {
		width: 70%;
	}

	.pagebottom {
		position: relative;
	}

	.footerleft {
		width: 30%;
	}

	.footerlinks {
		width: 40%;
	}

	.footerright {
		width: 30%;
	}

	.fb-page {
		width: 100%;
		margin: 0px;
	}

	.hostedfooter {
		margin-top: 120px;
	}

	.logoblock {
		width: 90%;
		left: 5%;
		right: 5%;
		float: none;
		position: absolute;
		text-align: center;
		margin: 0px auto;
		bottom: 90px;
	}

	.logoblock img {
		display: inline-block;
		zoom: 1;
		vertical-align: top;
		width: 22%;
		margin: 0px 1%;
	}
}

@media screen and (max-width: 1100px) {
	.topbar ul li {
		padding: 10px 0px 13px 10px;
		font-size: 11px;
	}

	.logo {
		width: 25%;
	}

	.navbar {
		width: 70%;
	}

	.linkbox {
		height: 110px;
	}

	.linktitler h2 {
		font-size: 20px;
	}

	.linktitler p {
		font-size: 14px;
	}

	.promophoto {
		left: -300px;
	}

	.addresswedge {
		position: relative;
		width: 100%;
		left: 0px;
		right: 0px;
		padding: 10px 0px;
	}

	.addresswedge::before,
	.addresswedge::after {
		display: none;
	}

	.mapblock iframe {
		height: 250px;
	}

	.footerlinks a {
		font-size: 14px;
	}

	.logoblock {
		bottom: 110px;
	}
}

@media screen and (max-width: 1000px) {
	header {
		background: rgb(0, 0, 0);
		height: 120px;
	}

	.topbar ul li {
		display: block;
		padding: 5px 0px;
	}

	.logo {
		width: 30%;
	}

	.logo::after {
		width: 80%;
	}

	.navbar {
		z-index: 100;
		width: 60%;
	}

	.linkbox {
		margin: 0px 0.5%;
		height: 90px;
	}

	.welcometext {
		width: 92%;
		padding: 2% 4%;
	}

	.welcometext h1 {
		font-size: 28px;
	}

	.promophoto {
		display: none !important;
	}

	.promocopy {
		width: 100%;
	}

	.footerinv {
		width: 100%;
		float: none;
		display: block;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	p {
		font-size: 14px;
	}

	.logo {
		width: 35%;
	}

	.navbar {
		width: 50%;
	}

	.quicklinks {
		padding: 4% 0px;
	}

	.linkbox {
		width: 45%;
		margin: 1%;
	}

	.promotext h1 {
		font-size: 22px;
	}

	.promotext h4 {
		font-size: 16px;
	}

	.footerleft {
		width: 100%;
		display: block;
		margin: 0px auto;
		text-align: center;
		padding-bottom: 4%;
	}

	.footerleft img {
		margin: 0px auto;
	}

	.footerlinks {
		width: 40%;
	}

	.footerright {
		width: 60%;
		text-align: center;
	}

	.pagebottom p {
		font-size: 14px;
	}

	.logoblock img {
		width: 35%;
		margin: 0px 5%;
	}

	.hostedfooter {
		margin-top: 200px;
	}

	.divfooter {
		width: 80%;
	}

	.hosted-content h1 {
		font-size: 20px !important;
	}

	.hosted-content h2 {
		font-size: 18px !important;
	}

	.hosted-content h3 {
		font-size: 16px !important;
	}

	.contactleft,
	.contactright {
		width: 100%;
		float: none;
		display: block;
	}

	.contactright {
		text-align: center;
	}

	.contactright img {
		width: 40%;
		margin: 0px auto -20px;
	}
}

@media screen and (max-width: 700px) {
	.logo {
		width: 40%;
	}

	.promobutton {
		width: 80%;
	}

	.mapblock iframe {
		height: 200px;
	}

	.logoblock {
		bottom: 140px;
	}
}

@media screen and (max-width: 600px) {
	.topbar ul {
		text-align: center;
		padding: 0px;
	}

	.topbar ul li {
		display: inline-block;
		zoom: 1;
		vertical-align: middle;
		padding: 0px;
		margin: 1%;
	}

	header {
		height: 100px;
	}

	.logo {
		top: 55px;
	}

	.logo::after {
		width: 75%;
	}

	.navbar {
		width: 40%;
	}

	.welcometext {
		text-align: center;
		padding: 4%;
	}

	.welcometext h1 {
		font-size: 24px;
	}

	.linkbutton {
		width: 60%;
		margin: 1% auto;
	}

	.bushhogbanner {
		padding: 5% 0px;
	}

	.promocopy {
		text-align: center;
	}

	.promotext {
		width: 100%;
		text-align: center;
	}

	.promobutton {
		margin: 0px auto;
	}

	.promobrand {
		width: 50%;
		margin: 0px auto;
	}

	.footerlogo {
		width: 50%;
		margin: 0px auto;
	}

	.footerlinks {
		width: 100%;
		display: block;
		margin: 0px auto;
		text-align: center;
		padding-bottom: 4%;
	}

	.footerlinks a {
		margin: 5px 0px;
	}

	.footerinv {
		float: none;
		display: inline-block;
		zoom: 1;
		vertical-align: top;
		width: 45%;
		margin: 0px 1%;
	}

	.footerinv h3 {
		font-size: 16px;
	}

	.footerright {
		width: 90%;
		margin: 0px auto;
		padding-bottom: 4%;
		float: none;
	}

	.fb-page {
		float: none;
		display: block;
	}

	.hostedfooter {
		margin-top: 160px;
	}

	.contactright img {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}

	p {
		font-size: 14px;
		padding-bottom: 4%;
	}

	header {
		height: 110px;
	}

	.logo {
		padding-top: 2%;
		top: 65px;
		width: 45%;
	}

	.logo::after {
		width: 70%;
		left: 80px;
	}

	.topbar ul li {
		display: block;
	}

	.navbar {
		width: 35%;
	}

	.linkbutton,
	.promobutton {
		width: 90%;
		margin: 2% auto;
	}

	.linktitler h2 {
		font-size: 18px;
	}

	.promobrand {
		width: 60%;
	}

	.promotext h1 {
		font-size: 20px;
	}

	.promotext h1 span {
		display: inline;
	}

	.promotext h4 {
		font-size: 14px;
	}

	.pagebottom {
		padding: 20px 0px 0px;
		text-align: center;
	}

	.pagebottom p {
		padding-bottom: 2%;
	}

	.footerlogo {
		width: 70%;
	}

	.divfooter {
		text-align: center;
	}

	.hostedfooter {
		margin-top: 150px;
	}

	.logoblock img {
		width: 39%;
	}

	.fb-page {
		display: none !important;
	}

	.logoblock {
		position: relative;
		display: block;
		width: 100%;
		bottom: auto;
		left: 0px;
		right: 0px;
	}

	.hostedfooter {
		margin-top: 0px;
	}

	.half {
		width: 100%;
		float: none;
		display: block;
		margin: 0px auto;
	}

	textarea {
		width: 98%;
	}
}

@media screen and (max-width: 400px) {
	.logo::after {
		width: 60%;
	}

	.welcometext h1 span {
		display: block;
	}

	.linkbox {
		width: 90%;
		margin: 1% auto;
	}

	.footerinv {
		width: 100%;
	}
}