﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/
/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}

/*===================== 
		  Fonts
  =======================*/
/*===================== 
	  base styles 
  =======================*/
html {
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

/* clear floats */
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.clear {
	clear: both;
}

/*image replacement*/
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-style: solid;
	height: 0;
}

img {
	border: 0;
	max-width: 100%;
}

.showcasebox-title-container {
	color: #298533;
	font-size: 32px;
	font-weight: bold;
	margin: 25px 7px 30px;
}

/*===================== 
	  typography 
  =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	padding: 0 0 2% 0;
	font-weight: normal;
	line-height: 1.5em;
	color: #298533;
	font-weight: bold;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

p:not(.container.cf *) {
	font-family: 'Roboto', sans-serif;
	padding: 0 0 4% 0;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0;
}

strong {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.col.span_2_of_4 h1 {font-size: 30px;font-family: 'Roboto Condensed', sans-serif;margin: 0;padding: 0 0 2% 0;line-height: 1.5em;color: #298533;font-weight: bold;}

.col.span_1_of_4 h2, .col.span_2_of_4 h2 {font-size: 30px;}

.col.span_4_of_4 h2 {font-size: 24px!important; color: #298533;font-weight: bold;line-height: 1.5em;padding: 0 0 2% 0;font-family: 'Roboto Condensed', sans-serif;margin: 0;}
/*===================== 
	  link styles 
  =======================*/
a.link:focus {
	outline: thin dotted;
	/*reset*/
}

a {
	text-decoration: none;
	color: inherit;
}

a.categoryind img,
a.categoryind div {
	display: block;
}

a:hover {
	text-decoration: none;
	color: #298533;
}

.appbutton a {
	background: #298533;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
}

.appbutton a:hover {
	background: #262626;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
}

.appbutton2 {
	margin: 20px 0;
}

.appbutton2 a {
	background: #298533;
	color: #fff;
	border-radius: 3px;
	padding: 5px 69px;
}

.appbutton2 a:hover {
	background: #262626;
	padding: 5px 69px;
	color: #fff;
	border-radius: 3px;
}

/*===================== 
	  list styles 
  =======================*/
ul.list {
	margin: 0;
	padding: 0 0 5% 7%;
}

ul.list li {
	font-size: 16px;
}

/*===================== 
	  header styles 
  =======================*/
header {
	width: 100%;
	margin: 0;
	/* padding: 0 0 15px 0; */
	background: white !important;
}

.headerwrap {
	width: 92%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 26px 0;
	max-width: 1400px;
}

.logo {
	float: left;
	max-width: 485px;
}

.address {
	float: right;
	text-align: right;
	padding-top: 20px;
}

.address h2 {
	padding: 0;
	color: #000;
}

.address h5 {
	padding: 0;
	color: #000;
}

/* Contact Info  */
.contactInfo {
	display: flex;
	padding-right: 90px;
	padding-right: 4.6875vw;
}

.contactInfo.otherside {
	padding-right: 0;
}

.contactInfo,
.contactInfo * {
	color: var(--secondary1);
}

.contactsnip {
	/* padding-left: 20px; */
	/* padding-left: max(13.5417px, 1.04167vw); */
}

.contactInfo a {
	font-size: 17px;
	font-size: 15px;
}

.contactInfo a:hover {
	color: white;
}

a {}

.showcasebox a {
	font-size: 15px;
	background: #298533;
	color: white;
	padding: 15px;
	width: 100% !important;
}

.contactInfo i {
	font-size: 14px;
	font-size: max(12.4792px, 0.72917vw);
	padding-right: max(5.4167px, 0.41667vw);
}

.otherside i {
	font-size: 15px;
	padding: 0;
}

@media only screen and (max-width: 925px) {
	.contactInfo span {
		display: none;
	}

	.contactInfo {
		display: flex !important;
	}

	.contactInfo a {
		padding-left: 0 !important;
	}
}

/*===================== 
	  nav styles 
  =======================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

* {
	margin: 0;
	padding: 0;
	text-decoration: none
}

.topbarbg {
	background: #27251f;
}

.videocontain {
	width: 100%;
	height: 33.85416666666667VW;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

video#video-element {
	width: 100%;
}

#navcontain {
	position: relative;
	width: 100%;
	margin: 0;
	background: #27251f;
	z-index: 9999;
}

nav {
	position: relative;
	/* max-width: 1024px; */
	margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #head-mobile {
	display: none
}

#cssmenu {
	max-width: 1400px;
	/* margin: 0 auto; */
	width: 94%;
}

#cssmenu>ul {
	margin: 0 0 0 0;
}

#cssmenu>ul>li {
	float: left;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

#cssmenu>ul>li>a {
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-size: 15px;
	padding: 15px 38px 15px 0;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li:focus>a,
#cssmenu ul li.active a {
	color: #298533;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li:focus,
#cssmenu ul li.active:focus,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:focus {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li.has-sub:focus>a:before {
	top: 23px;
	height: 0
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: none;
	background: #fff;
	content: ''
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 7px;
	right: 14px;
	display: none;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #2a2a2a;
	transition: all .25s ease
}

#cssmenu ul ul li:hover {
	background: #e6ecf5;
}

#cssmenu li:hover>ul {
	left: auto
}

#cssmenu li:hover>ul>li {
	height: 35px
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}

#cssmenu ul ul li a {
	padding: 11px 15px;
	width: 213px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}

#cssmenu ul ul li a:hover {
	background: #298533;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}

@media screen and (max-width:1170px) {
	#cssmenu>ul>li>a {
		font-size: 16px;
		padding: 15px 15px;
	}
}

@media screen and (max-width:1055px) {
	.col.span_3_of_4 {
		width: 100%;
	}

	nav {
		width: 100%;
	}

	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #000;
		margin: 0;
		padding: 9px 0 9px 20px;
		border-left: none;
	}

	#cssmenu ul li:hover {
		background: #4b4b4b;
	}

	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto;
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
		padding: 5px 0;
	}

	#cssmenu>ul>li {
		float: none;
		border-bottom: #262626 1px solid;
	}

	#cssmenu ul ul li a {
		padding: 0 !important;
	}

	#cssmenu ul ul li {
		background: #2a2a2a !important;
	}

	#cssmenu ul ul li:hover {
		background: #e6ecf5 !important;
	}

	#cssmenu ul ul li a {
		color: #fff;
		font-size: 14px;
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #000;
		font-weight: bold;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none;
	}

	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700;
	}

	.button_1 {
		width: 55px;
		height: 40px;
		position: absolute;
		top: 0;
		cursor: pointer;
		z-index: 12399994;
	}

	.button_1:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	}

	.button_1:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: '';
	}

	.button_1.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.button_1.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		height: 27px;
		width: 46px;
		cursor: pointer;
		border-left: #000 solid 1px;
		border-bottom: #000 solid 1px;
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #e6ecf5;
		border-left: #000 solid 1px;
		border-bottom: #000 solid 1px;
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 13px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:after {
		top: 13px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #000;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 10px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:before {
		top: 10px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}

	#cssmenu ul ul ul li.active a {
		border-left: none;
	}

	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none;
	}
}

/*===================== 
	  content styles 
  =======================*/
.wrapper {
	width: 92%;
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
}

.container {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
}

.ribbon .wrapper .surroundcats {
	display: flex;
	flex-wrap: wrap;
}

.ribbon .wrapper .surroundcats .categoryind {
	width: 22%;
	border: 1px solid rgb(255 255 255);
	margin: 15px;
}

.ribbon .wrapper .surroundcats .categoryind .linkbox {
	font-family: 'Roboto Condensed', sans-serif;
}

/*===================== 
	  slideshow styles 
  =======================*/
.slides {
	padding: 20px 0;
}

.cycle-slideshow {
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .75);
}

.cycle-slideshow img {
	width: 100%;
}

/* pager */
.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 10px;
	overflow: hidden;
	display: none;
}

.cycle-pager span {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
	color: #2885b3;
}

.cycle-pager>* {
	cursor: pointer;
}

/*-------------------------
		   SEARCH BAR
  ---------------------------*/
.inventorysearch {
	font-size: 14px;
}

.list-content .listing-portion-title {
	color: black !important;
}

.address {
	white-space: nowrap;
	padding: 5px 0;
	list-style: none;
	float: right;
}

.address input {
	/* margin: 0; */
	/* color: #100c06; */
}

.address form input#keywords {
	width: 350px;
	height: 34px !important;
	border: 1px #d7d7d7 solid !important;
	font-size: 15px;
	float: right;
	background: none;
	padding: 0 0px 0 15px !important;
	cursor: pointer;
	color: #100c06;
	box-sizing: inherit;
	padding: 7.6px 35px !important;
	border-radius: unset !important;
}

.invpage .address form input#keywords {
	height: 51px !important;
}

.address input#keywords::placeholder {
	color: red;
}

.address input#keywords::-webkit-input-placeholder {
	color: #100c06;
}

.address input#keywords:-moz-placeholder {
	/* Firefox 18- */
	color: #100c06;
}

.address input#keywords::-moz-placeholder {
	/* Firefox 19+ */
	color: #100c06;
}

.address input#keywords:-ms-input-placeholder {
	color: #100c06;
}

.address button.icon {
	height: 49px !important;
	width: 55px !important;
	color: #fff;
	border: 1px #100c06 solid;
	opacity: 1;
	font-size: 10pt;
	background: #100c06;
	padding: 0 !important;
	box-sizing: unset !important;
}

svg:not(:root) {
	margin-top: 3px
}

.address:hover button.icon,
.address:active button.icon,
.address:focus button.icon {
	cursor: pointer;
}

.construction-search {
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 6px;
	margin-right: 3px;
	margin-left: -2px;
	display: inline-block;
	float: right;
	border: 1px solid #100c06;
}

.active {
	color: #100c06;
	font-weight: 700;
	background-color: #626262;
	border: 1px solid #100c06;
}

.search-active {
	display: flex !important;
}

/*===================== 
	  Quick Search Form 
  =======================*/
.quicksearch-form {
	display: inline-block;
	width: 270px;
	background: #fff;
}

.quicksearch-form input {
	border-radius: 2px;
	padding: 5px;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 0;
	box-sizing: border-box;
}

.quicksearch-form input:focus {
	border: #2885b3 solid 1px;
}

.quicksearch-form #search {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: left;
	width: 80%;
	margin-bottom: 0;
	box-shadow: none;
	border: #ccc 1px solid;
	padding: 9px;
	font-size: 10px;
}

.quicksearch-form #search:focus {
	border-color: #000;
	-webkit-box-shadow: 0 1px 1px #bbb inset;
	-moz-box-shadow: 0 1px 1px #bbb inset;
	box-shadow: 0 1px 1px #bbb inset;
	outline: 0;
}

.quicksearch-form #search:-moz-placeholder,
.quicksearch-form #search:-ms-input-placeholder,
.quicksearch-form #search::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
}

.quicksearch-form #submit {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	background: #298533;
	cursor: pointer;
	float: right;
	font-family: 'Roboto', sans-serif;
	width: 19%;
	margin: 0 0 0 0;
	padding: 9px;
	font-size: 14px;
}

.quicksearch-form #submit:hover {
	background-color: #262626;
	color: #fff;
}

.quicksearch-form #submit:active {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	outline: 0;
}

.quicksearch-form #submit::-moz-focus-inner {
	border: 0;
}

/*===================== 
	  Form styles 
  =======================*/
#formpage {
	padding: 35px;
	border: #ccc 1px solid;
	background: #383838;
	color: white;
}

#formpage h4 {
	color: #fff;
	background: #298533;
	padding: 5px 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
}

#formpage hr {
	clear: both;
	margin: 20px 0;
}

.half-field {
	float: left;
	width: 48%;
	margin: 0 1% 5px 1%;
	height: 65px;
}

.full-field {
	float: left;
	width: 98%;
	margin: 0 1% 5px 1%;
	min-height: 65px;
}

.radio:not(.container.cf *) {
	min-height: 45px;
}

form:not(.container.cf *) {
	margin: 0 0 0;
}

label:not(.container.cf *) {
	display: inline-block;
	font-size: 16px;
}

input:not(.container.cf *) {
	/* font-family: 'Roboto', sans-serif; */
	/* border: #999999 solid 1px; */
	/* border-radius: 2px; */
	/* padding: 1%; */
	/* font-size: 14px; */
	/* width: 100%; */
	/* margin-bottom: 10px; */
	/* box-sizing: border-box; */
}

input:focus {
	border: #2885b3 solid 1px;
}

input[type="radio"] {
	width: auto;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

input[type="checkbox"] {
	width: auto;
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

input.button2 {
	display: block;
	width: 50%;
	margin: 0 auto 5% auto;
	border: #277e32 solid 1px;
	background-color: #298533;
	color: #fff;
	border-radius: 2px;
}

input.button2:hover {
	background-color: #277e32;
	cursor: pointer;
}

select {
	font-family: 'Roboto', sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size: 14px;
}

textarea {
	font-family: 'Roboto', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
}

.rentalbox {
	float: left;
	box-sizing: border-box;
	width: 23%;
	margin: 1%;
	text-align: center;
	/* border: #4d4d4d 1px solid; */
	border-radius: 3px;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}

.rentalbox img {
	max-width: 100%
}

.rentalbox a {
	border-radius: 3px;
	padding: 10px;
	background: #298533;
	display: block;
	 color: #fff; 
}

.rentalbox a:hover {
	background: #262626;
}

.rentalbox p {
	font-size: 14px;
	margin-bottom: 10px;
}

.rentalbox h5 {
	text-transform: uppercase;
}

.rentalbutton {
	float: left;
	box-sizing: border-box;
	width: 23%;
	margin: 1%;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
}

.rentalbutton a {
	padding: 10px 2px;
	background: #298533;
	display: block;
	 color: #fff; 
}

.rentalbutton a:hover {
	background: #fff;
	color: #000;
}

.borderit {
	border: #ccc 1px solid;
	background: #262626;
	display: flex;
	justify-content: center;
}

/*===================== 
	  layout styles 
  =======================*/
.padit {
	padding: 2% 0;
}

.welcome h1 {
	color: #000;
	padding-bottom: 0;
}

.ribbon {
	text-align: center;
	color: #fff;
	background: #298533;
	/* border-bottom: #216c2b 5px solid; */
	position: relative;
	margin-top: -10px;
}

.ribbon h2 {
	color: #fff;
	margin-top: 2%;
	margin-bottom: 2%;
}

.linkbox {
	display: inline-block;
	zoom: 1;
	/* width: 170px; */
	/* height: 70px; */
	/* padding-top: 100px; */
	font-family: 'Roboto', sans-serif;
	text-align: left;
	padding: 10px 20px;
	background: black;
	font-size: 14.2px;
}

a .linkbox {
	color: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover .linkbox {
	color: #000;
}

.showcasebox {
	float: left;
	width: 23%;
	margin: 0 0 0 0;
	box-sizing: border-box;
	margin: 1%;
	position: relative;
	/* overflow: hidden; */
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: #ccc 1px solid;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 3px 3px 15px -10px rgba(0, 0, 0, .4) !important;
}

.showcasebox {}

.showcasebox * {
	box-sizing: border-box;
	text-align: center;
}

.showcasebox img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.surroundbtn-contain {
	background: #f0f0f0;
	padding: 30px 0;
}

.showcasebox .showcasebox-title {
	display: block;
	text-align: center;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)z-index:100;
	font-size: 32px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 0 0;
	text-transform: uppercase;
	z-index: 999;
}

.showcasebox:after {
	/* content: " "; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	transition: .3s all;
	display: block;
}

.showcasebox:hover .showcasebox-title {
	display: block;
}

.showcasebox:hover:after {
	opacity: 0.9;
	background: #000;
}

a .showcasebox {
	color: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover .showcasebox {
	color: #000;
}

.sitemap {
	background: url(../siteart/escheresque_ste.png) repeat;
	color: #fff;
}

.sitemap p {
	line-height: 2em;
}

.sitemap a {
	color: #fff;
}

.sitemap a:hover {
	color: #298533;
}

.sitemap i {
	font-size: 42px;
	margin-right: 20px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.headersurroundstuff {
	color: white;
	background: #298533;
	padding: 40px;
	clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
}

.headersurroundstuff * {
	color: white;
	margin: 0 auto;
	max-width: 1400px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child {
	margin-left: 0;
}

.hosted-content .col {
	margin: 0 0 0 0 !important;
}

.hosted-content input {
	width: auto;
}

.hosted-content .pagination .next {
	background: #298533;
}

.hosted-content .pagination .prev {
	background: #298533;
}

.hosted-content .pagination {
	padding: 15px 15px !important;
	border: #298533 1px solid;
	box-sizing: border-box;
	background: #f1f1f1;
}

.hosted-content #main-search {
	display: none;
}

/*  GROUPING  */
.group:before,
.group:after {
	/* content: ""; */
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
	/* For IE 6/7 */
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.col.span_2_of_4.hostedfooter {
	width: 100%;
}

.span_1_of_4 {
	width: 23.8%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.13%;
}

.span_1_of_3 {
	width: 32.26%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 600px) {
	.col {
		margin: 4% 0 4% 0%;
	}

	.span_1_of_4,
	.span_2_of_4,
	.span_3_of_4,
	.span_4_of_4 {
		width: 100%;
	}

	.span_3_of_3,
	.span_2_of_3,
	.span_1_of_3 {
		width: 100%;
	}

	.sitemap {
		text-align: center;
	}
}

/*===================== 
	  MATS page
  =======================*/
#mat {
	float: left;
	width: 30%;
	margin: 1.5%;
	text-align: center;
	display: block
}

#mat img {
	max-width: 100%
}

#main img {
	max-width: 50%;
}

.matlogo {
	display: block;
	width: 100%;
}

/*===================== 
	  footer styles 
  =======================*/
.pagebottom {
	background: #f0f0f0;
	padding: 50px 0;
}

footer {
	margin: 0 auto;
	width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: none;
	font-size: 11px;
	color: #ccc;
	border-bottom: none;
}

a.footerlink:hover {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}

.footertext {
	font-size: 11px;
	color: #666;
}

.smallfootertext {
	font-size: 11px;
	color: #666;
}

.divfooter {
	text-align: left;
	margin: 0 auto;
}

header #topbar {
	display: flex;
	justify-content: space-between;
	background: #27251f;
	color: white;
	/* padding: 0 25px; */
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}

header #topbar>.contactInfo:first-child>.contactsnip:first-child {
	background: #298533;
	color: black;
	padding: 13px 17px;
	color: #fff;
}

header #topbar>.contactInfo:first-child>.contactsnip:first-child i {
	color: #fff;
}

header #topbar>.contactInfo:first-child>.contactsnip {
	margin-right: 30px;
}

header #topbar>.contactInfo:first-child>.contactsnip i {
	color: #298533;
}

header #topbar .contactInfo {
	display: flex;
	align-items: center;
}

.otherside .contactsnip {
	background: white;
	padding: 12px 18px !important;
	border-right: 1px solid black;
}

header #topbar .otherside a {
	color: black !important;
}

header .headerwrap .address .search .icon .feather {
	padding: 0 8px;
}

.welcome.padit {
	margin: 130px auto 220px !important;
	padding: 0;
}

.welcome .wrapper .section .col .buttonsurround .standardbtn {
	border: 1px solid #298533;
	padding: 13px 30px;
	text-transform: uppercase;
	margin-right: 6px;
}

footer .pagebottom .wrapper .section {
	display: flex;
	justify-content: space-between;
}

footer .group:before,
footer .group:after {
	display: none;
}

footer .pagebottom .wrapper .section .col img {
	width: 370px;
}

footer .pagebottom .wrapper .section .col ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

footer .pagebottom .wrapper .section .col ul li {
	font-size: 15px;
	color: #6c6c6c;
}

/*===================== 
	  Responsive styles 
  =======================*/
@media screen and (max-width: 1275px) {
	.ribbon .wrapper .surroundcats .categoryind {
		width: 30%;
	}

	.col.span_2_of_4.footerlogo {
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}

	footer .pagebottom .wrapper .section {
		flex-direction: column;
		align-items: center;
	}

	footer .pagebottom .wrapper .section .col ul {
		flex-direction: column;
	}

	footer .pagebottom .wrapper .section .col ul li {
		margin-bottom: 30px;
	}

	.rentalbox h5 {
		height: 60px;
	}
}

@media screen and (max-width: 1055px) {
	.aboutus p {
		margin-right: 0 !important;
		width: 100%;
	}

	.ribbon .wrapper .surroundcats .categoryind {
		width: 46%;
	}

	header .headerwrap .address {
		width: 300px;
	}

	.logo {
		float: none;
		text-align: center;
	}

	.logo img {
		max-width: 444px;
		margin: 0 auto
	}

	.address {
		float: none;
		text-align: center;
		padding-top: 10px;
	}

	.rentalbutton {
		font-size: 13px;
	}

	.span_1_of_4 {
		width: 47%;
	}
}

@media screen and (max-width: 960px) {
	.ribbon .wrapper .surroundcats .categoryind {
		width: 100%;
	}

	.ribbon .wrapper .surroundcats .categoryind img {
		height: 160px;
		object-fit: cover;
	}

	header .headerwrap {
		flex-direction: column;
		padding: 0px;
		margin: 0;
		width: 100%;
	}

	header .headerwrap .logo {
		margin-top: 30px;
	}

	header .headerwrap .address {
		width: 100%;
		margin-bottom: -5px;
	}

	header .headerwrap .address .search {
		width: 100%;
	}

	header .headerwrap .address .search #keywords {
		width: 100%;
	}

	.logo {
		float: none;
		text-align: center;
	}

	.logo img {
		max-width: 90%
	}

	.address {
		text-align: center;
		padding-top: 20px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	p {
		font-size: 14px;
	}

	.showcasebox .showcasebox-title {
		font-size: 24px;
	}

	.half-field {
		float: left;
		width: 98%;
		margin: 0 1% 5px 1%;
		min-height: 65px;
	}

	.rentalbox {
		width: 48%;
	}

	.rentalbutton {
		width: 48%;
	}

	.rentalbox h5 {
		height: auto;
	}

	.wrapper {
		text-align: center
	}

	.showcasebox {
		WIDTH: 100% !important;
	}

	.span_3_of_4,
	.span_1_of_4,
	.span_2_of_4 {
		width: 100%;
	}

	.col {
		float: none;
		margin: 1% auto;
	}

	.breakstuff {
		display: flex;
		flex-direction: column;
	}

	.divfooter {
		text-align: center;
	}

	.matlogo {
		width: 100% !important;
	}
}

.aboutus p {
	margin-right: 4vw !important;
}

strong {
	font-weight: bold;
}

.ribbon .wrapper .surroundcats .categoryind:hover * {
	color: white !important;
}

.ribbon .wrapper .surroundcats .categoryind img {
	width: 100%;
}

@media screen and (max-width: 600px) {
	.welcome .wrapper .section .col p {
		margin-bottom: 30px;
	}

	.welcome .wrapper .section .col .buttonsurround {
		display: flex;
		flex-direction: column;
	}

	.welcome .wrapper .section .col .buttonsurround .standardbtn {
		margin-bottom: 12px;
	}

	.showcasebox {
		width: 48%;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}

	.address h2 {
		font-size: 24px;
	}

	.rentalbutton a {
		/* height: 35px; */
	}

	#mat {
		width: 47%
	}
}

@media screen and (max-width: 410px) {
	.rentalbox h5 {
		font-size: 12px;
	}
}

@media screen and (max-width: 300px) {
	.appbutton a {
		background: #298533;
		padding: 5px 10px;
		color: #fff;
		border-radius: 3px;
		font-size: 12px;
	}

	.appbutton a:hover {
		background: #262626;
		padding: 5px 10px;
		color: #fff;
		border-radius: 3px;
		font-size: 12px;
	}

	.appbutton2 {
		margin: 20px 0;
	}

	.appbutton2 a {
		background: #298533;
		color: #fff;
		border-radius: 3px;
		padding: 5px 55px;
		font-size: 12px;
	}

	.appbutton2 a:hover {
		background: #262626;
		padding: 5px 55px;
		color: #fff;
		border-radius: 3px;
		font-size: 12px;
	}
}

.surroundcontact {
	/*===================== 
	 Form styles 
	 =======================*/
}

.surroundcontact #formpage {
	padding: 15px;
	border: #ccc 1px solid;
}

.surroundcontact #formpage h4 {
	color: #fff;
	background: #298533;
	padding: 5px 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
}

.surroundcontact #formpage hr {
	clear: both;
	margin: 20px 0;
}

.surroundcontact .half-field {
	float: left;
	width: 48%;
	margin: 0 1% 5px 1%;
	height: 65px;
}

.surroundcontact .full-field {
	float: left;
	width: 98%;
	margin: 0 1% 5px 1%;
	min-height: 65px;
}

.surroundcontact .radio {
	min-height: 45px;
}

.surroundcontact form {
	margin: 0 0 0;
}

.surroundcontact label {
	display: inline-block;
	font-size: 16px;
}

.surroundcontact input {
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.surroundcontact input:focus {
	border: #2885b3 solid 1px;
}

.surroundcontact input[type="radio"] {
	width: auto;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.surroundcontact input[type="checkbox"] {
	width: auto;
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.surroundcontact input.button2 {
	display: block;
	width: 50%;
	margin: 0 auto 5% auto;
	border: #277e32 solid 1px;
	background-color: #298533;
	color: #fff;
	border-radius: 2px;
}

.surroundcontact input.button2:hover {
	background-color: #277e32;
	cursor: pointer;
}

.surroundcontact select {
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size: 14px;
}

.surroundcontact textarea {
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
}

.surroundcontact .rentalbox {
	float: left;
	box-sizing: border-box;
	width: 23%;
	margin: 1%;
	text-align: center;
	border: #4d4d4d 1px solid;
	border-radius: 3px;
	padding: 15px;
	background: #fff;
}

.surroundcontact .rentalbox img {
	max-width: 100%;
}

.surroundcontact .rentalbox a {
	border-radius: 3px;
	padding: 10px;
	background: #298533;
	display: block;
	color: #fff;
}

.surroundcontact .rentalbox a:hover {
	background: #262626;
}

.surroundcontact .rentalbox p {
	font-size: 14px;
	margin-bottom: 10px;
}

.surroundcontact .rentalbox h5 {
	text-transform: uppercase;
}

.surroundcontact .rentalbutton {
	float: left;
	box-sizing: border-box;
	width: 23%;
	margin: 1%;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
}

.surroundcontact .rentalbutton a {
	padding: 10px 2px;
	background: #298533;
	display: block;
	color: #fff;
}

.surroundcontact .rentalbutton a:hover {
	background: #fff;
	color: #000;
}

.surroundcontact .borderit {
	border: #ccc 1px solid;
	background: #262626;
}