@charset "utf-8";
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic);

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
html,body {
	margin:0 !important;
	padding:0 !important;
	height:100%;
}
body {
	background:#000;
	background-image:url(images/custom/bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
	font-size: 18px;
	font-weight:300;
	font-family:"montserrat",'Open Sans',Arial, Helvetica, Tahoma, sans-serif;
	color:#f4f4f4;
	letter-spacing: 0.3px;
	
}

/*Note Box*/
#note_box {
	margin:10px 0;
	padding:10px;
	color:#FFF;
	font-size:16px;
}
#note_box a {
	color:#FFF;
}
#note_box p {
	margin:0;
	padding:0;
	font-size:16px;
	color:#FFF;
}
#note_box.red {
    background-color: #972422;
}
#note_box.green {
    background-color: #8aaa1f;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable.padcol .col{
	padding:10px;
}
.coltable.nopad .col{
	padding:0px !important; 
}
.coltable .col.first {
	padding-right:20px;
}
.coltable .col.last {
	padding-left:20px;
}
.coltable .col {
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}
.coltable.float .col{
	float:left;
	display:block;
}
.coltable.marg {
	margin:15px 0;
}
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable.vbottom .col {
	vertical-align:bottom;
}
.coltable.vtop .col {
	vertical-align:top;
}
.coltable.col2 > .col {
	width:50%;
}
.coltable.col3 > .col {
	width:33.33%;
}
.coltable.col4 > .col {
	width:25%;
}
.coltable .col.w60 {
	width:60%;
}
.coltable .col.w40 {
	width:40%;
}
.coltable .col.w30 {
	width:30%;
}
.coltable .col.w75 {
	width:75%;
}
.coltable .col.w70 {
	width:70%;
}
.coltable .col.w25 {
	width:25%;
}
.coltable.pad > .col {
	padding:10px;
}
.coltable .col.center {
	text-align:center;
}
.coltable > .col.padright {
	padding-right:10px;	
}
.coltable > .col.padleft {
	padding-left:10px;	
}
.coltable img.resp {
	max-width:100%;
	width:100%;
	vertical-align:top;
}
.coltable.space .col {
	padding-right:20px;
}
.coltable.space .col:last-child {
	padding-right:20px;
}
.background-image {
	background-size:cover;
}
.block-contact {
	text-align:center;
	border:1px solid #EEE;
	border-radius:10px;
	padding:20px 20px;
	box-sizing:border-box;
	background-color:#fff
}
.block-contact b{
	font-weight:800;
}
.block-contact span,
.block-contact span a{
	color:#99ce3c;
}
.block-contact p span {
	color:#286d48;
	transition:all 0.2s ease-in-out 0.0s;
}
.block-contact p span:hover {
	/*color:#fff;
	text-shadow:1px 1px 0px #8F6954;*/
}
.block-contact p a:hover {
	color:#333;
}

/*Coltable Styles*/
.coltable.style0 {
}
.coltable.style0 .info {
	padding:50px 15px;
}

.coltable.style1 {
	box-shadow:0 0 5px #DDD;
	border:1px solid #FFF;
	background-color:#F4F4F4;
}
.coltable.style1 .info {
	padding:50px 15px;
}

.coltable.halfcol-pad .col.first-half,
.coltable.halfcol-pad .col.last-half {
	padding:20px 0px;
}
.coltable.halfcol-pad .col.first-half {
	padding-right:10px;
}
.coltable.halfcol-pad .col.last-half {
	padding-left:10px;
}

/*List Plain*/
.list-plain,
.list-plain li {
	padding:0;
	margin:0 !important;
	list-style:none !important;
	line-height:2;
}

/*Article*/
.article h2 {
	font-weight:300;
	font-size:60px;
	line-height:1;
	color:#FFF;
}
.article h2 a {
	font-size:30px;
	border:2px solid #FFF;
	padding:5px 20px;
	transition:all 0.2s ease-in-out 0s;
}
.article h2 a:hover {
	background-color:#FFF;
	color:#000;
}

/*Content*/
.frame {
	width:1200px;
	margin:0px auto;
	position:relative;
}
.small-frame {
	width:900px;	
	margin:0px auto;
}
.wrapper-content > .frame {
	box-sizing:border-box;
}

.page-content-section {
	padding: 25px 0;
}
.page-content-section .plain-content {
	padding: 0 25px;
}
.green-strips .plain-content {
	padding: 25px 25px;
}


/*Master Wrapper*/
body.fixed #header {
	width:100%;
	top:0;
}
body.fixed #wrapper {
}
body.fixed #banner {
}
body.fixed.banner #wrapper {
	margin-top:0;
}
#wrapper {
	clear:both;
	border-top:4px solid #F8F8F8;
}
#wrapper .wrapper-content {
	padding:40px 0;
}
.section {
	padding:40px 0;
}

/*Sections*/
.wrapper-content.section-contact {
	padding:20px 0;
}
.wrapper-content.section-contact .frame {
	width:1200px;
}
.row {
	width:auto;
	margin-left:-10px;
	margin-right:-10px;
}

/*Banner*/
#banner {
	margin:0 auto;
}
.slider img {
	vertical-align:top;
}
.slider {
	position:relative;
}
.slider .slide-inner {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	z-index:1;
	height:700px;
	vertical-align:middle;
	padding-top:17%;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
.slider .slide-inner h1,
.slider .slide-inner h3,
.slider .slide-inner h2 {
	color:#FFF;
}
/*
.slider .slide {
    padding-top: 70%;
    text-align: center;
    width: 100%;
}
.slider .slide .textonly {
    left: 0;
    margin: 0;
    padding: 0 10%;
    position: absolute;
    top: 35%;
    width: 80%;
}*/

/*Header*/
.header,#footer,#nav {
	display:block;
}
#header {
}
.foot-base,
.header {
	position:relative;
	z-index:100;
	padding:0 15px;
}
.header h3 {
	color:#FFF;
}
.header .col {
	vertical-align:middle;
}
.header .col.nav {
	width:80%;
	text-align:right;
	text-shadow:2px 2px 3px #000;
}
.header .col.nav ul.menu {
	display:inline-block;
}
.header .col.logo {
	width:20%;
}
.header .button {
	background:none;
	border:1px solid #FFF;
	font-size:16px;
	padding:3px 10px;
}
.header .button:hover {
	background-color:#FFF;
	padding:3px 14px;
	color:#000;
}
.header p.logo {
	margin:0;
}
.header p.logo a {
	display:inline-block;
	background-image:url(images/custom/logo.rev.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:contain;
	width:400px;
	height:120px;
	text-indent:-9999px;
}
.header .col.nav {
	text-align:right;
}
.header .col.nav h3 {
	margin:0;
}
.header .col.nav h2 {
	color:#FFF;
	font-weight:300;
}
.navbar {
	background-color:#99ce3c;
	background-image:url(images/nav-bg.jpg);
	border-bottom:4px solid #FFF;
	margin:0 0 25px;
	border-top:1px solid #F00;
}

/*Notification*/
.notification {
	margin-bottom:10px;
	padding:15px;
	border-radius:5px;
	color:#FFF;
	font-size:16px;
	display:none;
}
.notification a {
	color:#FFF;
}
.notification p {
	margin:0;
	color:#FFF;
	font-size:16px;
}
.notification p.info {
	font-size:12px;
	color:#EEE;
}
.notification.red {
	background-color:#972422;
}
.notification.green {
	background-color:#8AAA1F;
}

/*GENERAL*/
h1,h2,h3,h4,h5,h6 {
	font-family:"industry",montserrat,arial;
	font-weight:300;
	margin-bottom:15px;
}
h1 {
	font-weight:600;
	font-size:60px;
/*	line-height:38px;*/
	font-style:italic;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:30px;
}
h2 {
	font-size:28px;
	line-height:28px;
	color:#99ce3c;
	font-style:italic;
}
h2 a {
	color:inherit;
	text-decoration:none;
}
h4,h3 {
	line-height:26px;
	font-size:22px;
	font-style:italic;
}
h4 {
	color:#999;
}
h1 b,h2 b,h3 b,h4 b,h5 b,h6 b {
	font-weight:800;
}
blockquote,
quote,
p {
	margin:0px 0 20px;
}
blockquote,
quote {
	font-family:'clavo','montserrat',arial;
	font-style:italic;
	font-weight:300;
}
a {
	color:#99ce3c;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
b {
	font-weight:800;
	font-weight:bold;
}
hr {
	border:0;
	border-top:2px solid #ddd;
	width:100%;
	clear:both;
	margin:55px 0 30px;
}
hr.plain {
	background:none;
	border-top:2px solid #EEE;
	margin:20px 0 0;
	height:0;
	padding:0 0 20px;
}
hr.blind {
	border:none;
}
.text-no-margin h1,
.text-no-margin h2,
.text-no-margin h3,
.text-no-margin p {
	margin:0;
}
blockquote,
quote {
	font-weight:200;
	font-size:22px;
	color:#999;
	line-height:22px;
	font-style: italic;
	text-align:justify;
}

/*Misc Global Classes*/
.disclaimer {
	font-size:12px;
	color:#999;
	font-style:italic;
}
.disclaimer-box {
	border:1px solid #fff;
	background-color:#f5f5f5;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	font-size:14px;
	color:#666;
	padding:10px 15px;	
}
h2 a.button {
	padding:3px 10px;
	font-size:28px;
}

/*Button*/
a.button {
	color:#99ce3c;
	padding:9px 25px 8px;
	text-decoration:none;
	border: 2px solid #99ce3c;
	transition:all 0.2s ease-in-out 0s;
	font-weight:300;
	display:inline-block;
	font-family:adelle-sans,montserrat,arial;
	transform: skewX(-10deg);
}
a.button:hover {
	background-color:#99ce3c;
	color:#FFF;
	
}
a.button.green {
	background-color:#93B10A;
}
.button-rotate {
	transition:all 0.2s ease-in-out 0s;
	transform:rotate(0deg);	
}
.button-rotate:hover {
	transform:rotate(3deg);	
}

/*option-list*/
.option-list,
.option-list li {
	padding:0;
	margin:0 !important;
	list-style:none;
}
.option-list li a {
	display:block;
	border-top:1px solid #666; 
	color:#999;
	padding:5px 0;
	transition:all 0.2s ease-in-out 0s;
	text-decoration:none;
}
.option-list li a:hover {
	color:#ea2a2a;
	padding-left:5px;
}

/*Horizontal Product List*/
.product-block {
	text-align:center;
	box-sizing:border-box;
	transition:all 0.2s ease-in-out 0s;
	position:relative;
	border:1px solid #EEE;
}
.product-block:hover {
	border:1px solid #99ce3c;
}
.product-block .title p {
	font-size:24px;
	font-weight:600;
	padding-bottom:10px;
}

.product-block img {
	vertical-align:top;
	width:100%;
}
.product-block,
.product-block .inner {
	transition:background-color 0.5s ease-in-out 0s,border-color 0.5s ease-in-out 0s;
}
.product-block .inner {
	padding:8px;
	border-top:0;
}
.product-block .inner p {
	margin:0;
}
.product-block p {
	margin:0.3em 0;
	font-size:14px;
	color:#333;
}
.product-block ul li {
	font-size:13px;
}
.product-block .title {
	margin-top:20px;
}
.product-block .title a {
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
	line-height:18px;
	letter-spacing:-1px;
}
.product-block .specs {
	font-size:14px;
	font-weight:700;
	color:#999;
}
.product-block .address {
	font-size:12px;
	color:#999;
}
.product-block .title a:hover {
	text-decoration:underline;
}
.product-block .sub {
	font-weight:600;
	font-size:14px;
	color:#BBB;
}
.product-block .price_ex {
	font-size:12px;
	color:#999;
	text-align:center;
	letter-spacing:-1px;
}
.product_box .feature {
	font-size:12px;
	color:#7E98A9;
	letter-spacing:-1px;
}

/*Product*/
.product-wrapper {
	padding:20px;
	background-color:#F7DF0C;
	background-image:url(images/bg-products.jpg);
}
.product-wrapper h2, 
.product-wrapper p,
.product-nav,
.product-nav a {
	text-shadow:0 1px 0 #6f002d;
	color:#FFF;
}
.product-wrapper h2 {
	font-weight:300;
	font-family:'BryantLGLight',Arial,sans-serif;
	font-size:32px;
}
.product-nav {
	padding:0 0 0.5em;
}
.product-nav, .product-nav a {
	text-align:center;
	font-size:22px;
}
.product-nav a.hover {
	color:#ff8fbc;
}
.product-nav span.found {
	font-size:14px;
	font-weight:300;
}
.product-nav span.found span {
	font-weight:600;
}

/*Product Page Info Block*/
.product-info-block {
	padding:20px;
	overflow:hidden;
	margin:1em 0;
}
.product-info-block .block {
	background-color:rgba(255,255,255,0.8);
	width:450px;
	padding:10px;
	float:right;
	clear:left;
	border-bottom:4px solid #F7DF0C;
}
.product-info-block .block p.link a {
	font-family: Exo,Arial,sans-serif;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:4px 10px;
	text-decoration:none;
	background-color:#F7DF0C;
}
.product-info-block .block p.link a:hover {
	background-color:#6B747C;
}

/*Sidebox*/
.coltable .col.body-sidebox {
	/*background-image:url(images/bg-sidebox.jpg);
	border-right:1px solid #DDD;*/
	padding:0;
}
.body-sidebox.left {
	padding-left:0;
}
.body-sidebox.right {
	padding-right:0;
}
.body-sidebox .sidebox {
	padding-bottom:15px;
	margin-bottom:15px;
	padding:10px;
	border:1px solid #EEE;
}
.body-sidebox .sidebox_top {
	font-size:22px;
	font-weight:300;
	padding-bottom:10px;
}
.body-sidebox .sidebox:last-child {
	margin-bottom:20px;
}
.product-sidebox input,
.product-sidebox select,
.product-sidebox textarea,
.body-sidebox .sidebox_bdy input,
.body-sidebox .sidebox_bdy select,
.body-sidebox .sidebox_bdy textarea {
	width:100%;
	box-sizing:border-box;
}

/*UL Bullet List*/
ul.bullet-list li {
	list-style:none;
}
/*
ul.bullet-list li::before {
	font-family: FontAwesome;
	content: "\f054";
	padding-right:10px;
	color:#99ce3c;
}*/
ul.bullet-list li::before {
	content:url('images/custom/bullet-xs.png');
}
ul.bullet-list li {
	position:relative;
	margin-left:25px;
	padding: 3px 0;
}
ul.bullet-list li::before {
	position:absolute;
	left:-25px;
	top:5px;
}
ul.bullet-list.med li {
	font-size:20px;
}

/*SOCIAL ICON*/
.sicon {
	border:2px solid #99ce3c;
	padding:6px 0 4px;
	width:35px;
	max-width:35px;
	display:inline-block;
	text-align:center;
	border-radius:50px;
	transition:all 0.8s ease-in-out 0s;
	text-shadow:none !important;
}
.sicon:hover {
	transform:rotate(720deg) scale(1.5,1.5);
	background-color:#99ce3c;
	color:#FFF;
}

/*OTHER*/
.pad-right-20 {
	padding-right:20px;
}
.responsive {
	width:100%;
	vertical-align:top;
}/*
.foot-image {
	margin-bottom:-35px;
}
.foot-image-extra {
	margin-bottom:-70px;
}*/
.text-center {
	text-align:center;
}
.text-medium {
	font-size:20px !important;
	line-height:28px !important;
}
.text-upper {
	text-transform:uppercase;
}
.divide {
	margin-bottom:20px;
}
.spacer-bar {
	margin:30px 0;
	border-bottom:3px solid #aab0b9;
	width:50px;
}
.pad-left-20 {
	padding-left:20px;
}
.kepler {
	font-family:"kepler-std-semicondensed",serif;
}
.text-justify {
	text-align:justify;
}
.text-right {
	text-align:right;
}
.pacifico {
	font-family:'Kaushan Script',Arial,sans-serif;
}
.raleway {
	font-family:Raleway,Arial,sans-serif;
}
.special-link a {
	text-decoration:none;
}
.inline-block {
	display:inline-block;
	float:none;
}
.icon-yellow .fa {
	color:#f7df0c;
}
.hide {
	display:none;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.no-margin {
	margin:0 !important
}
.no-padding {
	padding:0 !important
}
.web-symbols {
	font-family:WebSymbols;
}
.web-symbols {
	text-decoration:none;
	font-weight:normal;
}
.center,
.text-center {
	text-align:center;
}
p.blue,
a.blue,
span.blue {
	color:#115283;	
}
.black {
	color:#333;
	font-size:30px;	
}
.grey {
	color:#888;	
}
.left {
	float:left;
}
.right {
	float:right;
}
.half {
	width:45%;
	overflow:hidden;
}
.clearfix {
	clear:both;	
}

.bt-book {
	padding:8px 15px;
	color:#FFF;
	background-color:#F7DF0C;
	text-decoration:none;
	border-radius:5px;
	transition:all 0.2s ease-in-out 0s;
}
.bt-book:hover {
	background-color:#99ce3c;
}
.text-large {
	font-size:20px;
	color:#999;
}
h2.style span {
	font-weight:300;
}
.icon-red .fa {
	color:#d31f3a;	
}
.icon-blue .fa {
	color:#F7DF0C;	
}
.lil-text{
	font-size:0.8em;	
}
.lil-text li{
	font-size:13px !important;	
}
.txt-red{
	color:#d31f3a;	
}
.li-right {
	float:right;	
}
.text-white {
	color:#fff;	
}
.text-green {
	color:#99ce3c;	
}

/*OTHER ELEMENTS*/
.gallery {
	margin:10px;
	border:2px solid #DDD;
	transition:all 0.2s ease-in-out 0s;
}
.gallery:hover {
	border-color:#F7DF0C;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
}
#basemenu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
p.caption {
	color:#99ce3c;
	font-weight:800;
	text-transform:uppercase;
}
p.caption-value {
	color:#333;
	font-weight:800;
	font-size:20px;
}

/*Tile*/
.tile a {
	text-decoration:none;
}
.tile .tile-inner {
	padding:10px;
	box-sizing:border-box;
	background-color:#99ce3c;
	border-top:10px solid #FFF;
	color:#FFF;
}
.tile .tile-inner h2, 
.tile .tile-inner p {
	color:#FFF;
	margin:0;
}

/*FORM*/
.form_table {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
.form_caption {
	font-size:12px;
	font-weight:none;
	color:#FFF;
	padding:0px 0px 0px 5px;
	margin:0;
	font-style:italic;
	display:none;
}
input,select {
	padding:4px 2px;
	font-size:12px;
}
input[type="text"],input[type="password"],textarea {
	border:2px solid #BBB;
	color:#999;
}
select {
	padding:4px 2px;
	border:2px solid #BBB;
	color:#999;
}
select:focus,input:focus,textarea:focus {
	color:#99ce3c;
	border-color:#F7DF0C;
}
input[type="submit"] {
	background-color:#F7DF0C;
	color:#FFF;
	border:none;
	padding:8px 35px;
	font-family:Raleway,Arial,sans-serif;
	cursor:pointer;
}
input[type="submit"]:hover {
	background-color:#666;
}
input[type="submit"]:active {
	box-shadow:inset 0px 0px 5px #99ce3c;
}

/*SITEMAP <LI>*/
#sitemap {
	margin-top:10px;
}
#sitemap li {
	margin:10px 0;
	list-style-type:square;
	margin-left:15px;
}

/*SEARCH <LI>*/
#search {
	margin-top:10px;
}
#search li {
	margin:10px 0;
	list-style:none;
	border-top:1px solid #DDD;
}
#search li h2 a {
	font-size:16px;
	text-decoration:none;
}
#search li h2 a:hover {
	text-decoration:underline;
}
#search li p {
	margin:0;
}

/*Spacers*/
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}

/*Loader*/
#load_contact {
	display:none;
	margin-left:5px;
}

/*Homepage coltables*/
.coltable .col.quote {
	width: 60%;	
}
.line-quote {
	width: 400px;
	margin: 0 auto;
	padding: 0 0 90px 0;
	text-align:center;
}
.line-quote img {
	width: 200px;
}
.line-quote p quote {
	font-size: 38px;
	color: #fff;	
}
.coltable.catecol img{
	width:100%;
	vertical-align:top;
}
.coltable.catecol a,
.coltable.catecol a:hover {
	text-decoration:none;
}
.coltable.catecol h3{
	text-align:center;
	color:#231f20;
}
.coltable.catecol h3 b{
	font-weight:800;
}

.coltable.ab-tab {
	vertical-align:middle;
}
.coltable.ab-tab .at-img{
	width:35%;
}
.coltable.ab-tab .at-img img{
	width:100%;
}
.coltable.ab-tab .at-text{
	width:65%;
	padding-left:20px;
}

.coltable.catelink .col a h3 {
	padding:5px 0;
	margin:0;
	margin-top:-40px;
	line-height:30px;
	position:relative;
	background-color:rgba(0,0,0,0.45);
	transition:all 0.3s ease-in-out 0.0s ;
	color:#fff;
}
.coltable.catelink .col a:hover h3 {
	margin-top:-50px !important;
	background-color:rgba(0,0,0,1);
}

/*HTML Box
.content-holder {
	width:800px;
	overflow:hidden;	
}
.content-holder .holder, .content-holder .divider {
	float:left;
	text-align:justify;
}
.content-holder .holder.w50 {
	width:390px;
}
.content-holder .holder.w75 {
	width:585px;
}
.content-holder .holder.w25 {
	width:195px;
}
.content-holder .divider {
	width:20px;
}
*/

/*Contact Container*/
.contact-container .panel-body {
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	background-color:#FFF;
	background-color:rgba(255,255,255,0.8);
}
.contact-info,
.contact-form {
	width:50%;
}
.contact-container .col {
	padding:10px;
}
.contact-container .field {
	display:table;
	margin:8px 0 !important;
	width:100% !important;
	float:none !important;
}
.contact-container .field label,
.contact-container .field textarea,
.contact-container .field input {
	display:table-cell !important;
	vertical-align:middle;
}
.contact-container .field label {
	width:15%;
}
#map_canvas {
	box-shadow:0 0px 8px rgba(0, 0, 0, 0.2);
	width:100%;
	height:245px;
	display:block;
	top:0;
	left:0;
}
.section-contact-map {
	position:relative;
	width:100%;
	/*height:350px;*/
	box-sizing:border-box;
}
.section-contact-map h2 {
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
	font-weight:300;
	text-shadow:0 0 10px #FFF;
}
.section-contact-map h2 span.fa {
	font-size:inherit;
}
.section-contact-map h2 span {
	font-size:16px;
	font-weight:800;
}

/*Filter Box*/
.filter-box {
	overflow:hidden;
}
.filter-box li {
	float:left;
	list-style:none;
	margin:0 !important;
}
.filter-box li a,
.filter-box li p {
	font-size:14px;
	color:#99ce3c;
}
.filter-box li a,
.filter-box li p {
	display:block;
	padding:10px 15px;
	text-decoration:none;
	border:1px solid #EEE;
	border-left:none;
	transition:all 0.2s ease-in-out 0s;
}
.filter-box li a.selected, 
.filter-box li a:hover {
	box-shadow:inset 0 0 rgba(0,0,0,0.5);
	background-color:#99ce3c;
	color:#FFF;
}
.filter-box li:first-child a,
.filter-box li:first-child p {
	border-left:1px solid #EEE;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.filter-box li:last-child a,
.filter-box li:last-child p {
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.filter-box li.label p {
	color:#99ce3c;
}

/*Nav Tree*/
div.nav-tree {
    background-color: #F3F3F3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
div.nav-tree a {
    color: #666666;
    text-decoration: underline;
}
div.nav-tree a:hover {
	text-decoration:none;
}

/*GALLERY LIST*/
ul.gallery-list {
	list-style:none !important;
	overflow:hidden;
}
ul.gallery-list li {
	margin:0 !important;
	float:left;
	width:25%;
	padding:5px;
	box-sizing:border-box;
}
ul.gallery-list li .gli {
	padding:10px;
	border: 1px solid #eee;
	width:100%;
	box-sizing:border-box;
}
ul.gallery-list li .gli img {
	width:100%;
	vertical-align:top;
}
ul.gallery-list li h3 {
	font-size:22px;
	letter-spacing:-1px;
	color:#99ce3c;
}
ul.gallery-list li a.view {
	display:block;
	margin-top:4px;
	background-color:#99ce3c;
	color:#FFF;
	text-align:center;
	padding:7px 5px;
	text-decoration:none;
}
ul.gallery-list li a.view:hover {
	box-shadow:inset 0 0 5px #99ce3c;
	text-decoration:underline;
}
ul.gallery-list p {
	margin:0;
}

/*NEWS*/
.content-holder .holder.news h6 {
	font-size:24px;
	color:#99ce3c;
}
.content-holder .holder.news p.sub-text {
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}
.content-holder .holder.news p {
	font-size:12px;
}
.content-holder.border-top-news {
	border-top:1px solid #FFF;
}

/*Forms*/
ul.form {
	list-style:none;
	margin:10px 0;
	overflow:hidden;
}
ul.form li.field {
	display:block;
	margin:1px 0;
	clear:right;
}
ul.form.float li.field {
	float:left;
	margin-right:15px;
}
ul.form li.field.submit {
	margin-top:15px;
}
ul.form li.field.submit-links {
	margin-top:23px;
}
ul.form li.field label, ul.form li.field input, ul.form li.field select, ul.form li.field textarea {
	display:block;
}

ul.form li.field label {
	display:block;
	color:#999;
	font-weight:normal;
	font-size:13px;
}
ul.form li.field em {
	color:#99ce3c;
}

ul.form li.field input, ul.form li.field textarea, ul.form li.field select {
	font-family:Arial,sans-serif;
	border:1px solid #999;
	padding:3px 4px;
	color:#999;
	font-size:12px;
	border-radius:2px;
}
ul.form li.field textarea {
	padding:5px 4px;
}
ul.form li.field select {
	padding:7px 4px;
}
ul.form li.field input:focus, ul.form li.field textarea:focus, ul.form li.field select:focus {
	color:#99ce3c;
	border:1px solid #3FA9F5;
}
ul.form li.field p.value {
	font-size:12px;
	color:#999;
	margin:0;
	padding-top:8px;
}
ul.form li.field input[type=submit] {
	background-color:#4e7a9b;
	color:#FFF;
	font-weight:bold;
	border:none;
	padding:8px 20px;
	text-shadow:0 1px 0 #036;
	border-radius:4px;
	cursor:pointer;
	text-shadow:0 -1px 0 #99ce3c;
}
ul.form li.field input[type=submit]:hover {
	background-color:#666;
}
ul.form li.field input[type=submit]:active {
	box-shadow:inset 0px 0px 5px #99ce3c;
}
ul.form li.field textarea.full {
	width:97%;
	display:block;
	padding:1%;
	min-height:200px;
}
ul.form li.field p.caption {
	font-size:11px;
	color:#999;
	margin:0.5em 0 0;
	font-weight:normal;
}

/*Comments*/
div.comment-form {
	margin:1em 0 0;
	width:453px;
	padding:5px;
	background-color:#EEE;
	border-radius:5px;
	border:1px solid #CCC;
}

div.comment-display {
	margin:1em 0 0;
	border:1px solid #CCC;
	border-radius:5px;
	overflow:hidden;
}
div.comment-display ul {
	list-style:none;
}
div.comment-display ul li {
	background-color:#EEE;
	padding:5px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #FFF;
}
div.comment-display ul li.top {
	border-top:none;	
}
div.comment-display ul li p {
	font-size:13px;
	margin:0;
}
div.comment-display ul li p.info {
	font-size:11px;
	color:#999;
}

/*Item List*/
ul.item-list * {
	margin:0;
}
ul.item-list {
	margin:10px 0 20px;
	overflow:hidden;
	list-style:none !important;
}
ul.item-list li.item {
	background-color:#EEE;
	list-style:none !important;
}
ul.item-list li.item.blur {
	background-color:#F5F5F5;
}
ul.item-list li.item ul.row-data {
	overflow:hidden;
	width:100%;
	list-style:none;
}
ul.item-list li.item ul.row-data li {
	float:left;
	list-style:none;
	padding:5px 0;
}
ul.item-list li.item ul.row-data li h2 {
	font-size:14px;
	color:#666;
}
ul.item-list li.item ul.row-data li.download {
	width:160px;
	text-align:right;
	float:right;
	padding-right:10px;
}
ul.item-list li.item ul.row-data li.download p {
	font-size:13px;
	color:#666;
	letter-spacing:-1px;
	margin-bottom:0;
}
ul.item-list li.item ul.row-data li.image {
	margin-left:10px;
	padding:5px 0;
	padding-right:10px;
}

.selector-block {
	overflow:hidden;
}
.selector-block .block {
	float:left;
	width:135px;
	padding:10px;
	margin:10px;
	background-color:#FFF;
	border-radius:10px;
	text-align:center;
	border:3px solid #CCC;
}
.selector-block .block p {
	font-size:11px;
	text-align:left;
}
.selector-block .block h3, .selector-block .block h3 a  {
	color:#F7DF0C;
}
.selector-block .block h3 a {
	text-decoration:none;
}
.selector-block .block:hover {
	border-color:#AAA;
}

/*Tech Block*/
.text-block {
	overflow:hidden;
	background-color:#FFF;
	border-radius:10px;
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:0.5em;
}
.text-block .image {
	float:left;
	padding-right:10px;
	width:93px;
}
.text-block .info {
	float:left;
	width:605px;
}
.text-block .info p {
	font-size:12px;
}


.text-block.image-130 .info {
	width:568px;
}
.text-block.image-130 .image {
	width:130px;
}

.margin-0 {
	margin:0;
}
.pad-top-0 {
	padding-top:0 !important;
}

/*Product Gallery*/
ul.product-gallery {
	list-style:none !important;
	overflow:hidden;
}
ul.product-gallery li {
	margin:0 !important;
	float:left;
	width:25%;
	padding:4px;
}
ul.product-gallery li img {
	width:100%;
	box-sizing:border-box;
	vertical-align:top;
	transition:all 0.2s ease-in-out 0.0s;
}
ul.product-gallery li img:hover {
	box-shadow:0 0 12px #ddd;
}

/*Info Capsule*/
.info-capsule {
}
.info-capsule li {
	border:1px solid #DDD;
	padding:3px 10px;
	border-radius:50px;
	display:inline-block;
	margin:5px 5px 0 0 !important;
	transition:all 0.2s ease-in-out 0s;
	color:#99ce3c;
}
.info-capsule li:hover {
	border-color:#ea2a2a;
}
.info-capsule li a {
	text-decoration:none;
}
.info-capsule li .fa {
	color:#999;
	transition:all 0.2s ease-in-out 0s;
}

/*Product*/
.product-wrapper {
	padding:20px;
	background-color:#F7DF0C;
	background-image:url(images/bg-products.jpg);
}
.product-wrapper h2, 
.product-wrapper p,
.product-nav,
.product-nav a {
	text-shadow:0 1px 0 #6f002d;
	color:#FFF;
}
.product-wrapper h2 {
	font-weight:300;
	font-family:'BryantLGLight',Arial,sans-serif;
	font-size:32px;
}
.product-nav {
	padding:0 0 0.5em;
}
.product-nav, .product-nav a {
	text-align:center;
	font-size:22px;
}
.product-nav a.hover {
	color:#ff8fbc;
}
.product-nav span.found {
	font-size:14px;
	font-weight:300;
}
.product-nav span.found span {
	font-weight:600;
}
.product-block {
	overflow:hidden;
}
.product-block .block {
	float:left;
	background-color:#F4F4F4;
	margin:8px;
	border:2px solid #FFF;
	width:210px;
	text-shadow:0 1px 0 #FFF;
	box-shadow:0 5px 10px #6f002d;
	position:relative;
}
.product-block-container {
	width:199ce3c0px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	left:0;
}
.product-block h2, 
.product-block p {
	text-shadow:0 1px 0 #FFF;
}
.product-block .block .block-info {
	padding:10px;
}
.product-block p {
	font-family: Raleway,Arial,sans-serif;
    font-weight: normal !important;
}
.product-block p.title {
	font-size:20px;
	color:#F7DF0C;
	margin-bottom:0;
	letter-spacing: -1px;
	margin:0;
}
.product-block p.model {
	font-family: Raleway,Arial,sans-serif;
	color:#6B747C;
	margin:0;
}
.product-block p.link a {
	text-align:center;
	display:block;
	background-color:#DDD;
	padding:8px 0;
	color:#6B747C;
	text-decoration:none;
}
.product-block p.link {
	margin-bottom:0;
}
.product-block p.link a:hover {
	background-color:#F7DF0C;
	color:#FFF;
	text-shadow:0 1px 0 #6F002D;
}
.product-block p.rating {
	position:absolute;
	top:5px;
	left:5px;
	background-color:rgba(192,5,80,0.9);
	width:32px;
	padding:12px 5px;
	font-size:11px;
	border-radius:35px;
	text-shadow:0 -1px 0 #6F002D;
	transform:rotate(-7deg);
}

/*Product Page Info Block*/
.product-info-block {
	padding:20px;
	overflow:hidden;
	margin:1em 0;
}
.product-info-block .block {
	background-color:rgba(255,255,255,0.8);
	width:450px;
	padding:10px;
	float:right;
	clear:left;
	border-bottom:4px solid #F7DF0C;
}
.product-info-block .block p.link a {
	font-family: Raleway,Arial,sans-serif;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:4px 10px;
	text-decoration:none;
	background-color:#F7DF0C;
}
.product-info-block .block p.link a:hover {
	background-color:#6B747C;
}

/*Spec Tables*/
table.specs {
    border-top: 1px dotted #999999;
    color: #99ce3c;
    line-height: 17px;
    margin: 0 0 20px;
    width: 100%;
}
table.specs tr {
    color: #99ce3c;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
table.specs td {
    border-bottom: 1px dotted #999999;
    color: #99ce3c;
    min-width: 100px;
    padding: 4px;
}
table.specs th {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px dotted #999999;
    color: #F7DF0C;
    font: 13px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    padding: 4px;
    text-align: left;
}
table.specs tr:hover td {
    background: none repeat scroll 0 0 #F0F0F0;
}
table.specs p {
    color: #99ce3c;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
.spec-table {
	margin:1em 0;
}

/*Feature Block*/
.feature-block {
	overflow:hidden;
}
.feature-block .block {
	float:left;
	width:276px;
	margin:5px;
	padding:10px;
	min-height:145px;
	border:2px solid #EEE;
	background-color:#FFF;
}
.feature-block.four .block {
	width:205px;
	min-height:185px;
}
.feature-block .block.hover {
	border-color:#F7DF0C;
	cursor:pointer;
}
.feature-block .block h2 {
	font-family: Raleway,Arial,sans-serif;
	color:#F7DF0C;
	font-size:18px;
}
.feature-block .block p {
	font-size:11px;
}

/*Breadcrumb*/
.breadcrumb {
	font-family: Raleway,Arial,sans-serif;
	font-size:10px;
	color:#6B747C;
	margin:0 0 1em;
}
.breadcrumb a {
	text-decoration:none;
	color:#6B747C;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

p.footnote {
	font-size:9px;
	color:grey;
}

/*Green Strips*/
.green-strips {
	box-sizing:border-box;
	margin:20px 0;
	padding:20px;
	border-left:10px solid #AAC449;	
	transition:all 0.2s ease-in-out 0.0s;
}

.green-strips:hover {
	box-shadow:0 3px 12px #eee;
	border-color: #99ce3c;
	
}

/*List*/
ul.list {
	font-size:14px;
	list-style:disc;
	overflow:hidden;
}
ul.list li {
	margin:3px 0;
	margin-left:15px;
}
ul.list.float li {
	float:left;
	min-width:200px;
}

/*Twin-block*/
.twin-block {
	overflow:hidden;
}
.twin-block .block {
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
	margin-right:15px;
	float:left;
	width:335px;
}
.twin-block .block.last {
	margin-right:0;
}
.twin-block .block h2, .twin-block .block h3, .twin-block .block h4 {
	border-bottom:1px dotted #DDD;
	padding-bottom:8px;
	margin-bottom:8px;
}

/*Center Text*/
.center-text {
	text-align:center;
}

/*Price Block*/
.product-info-price {
	overflow:hidden;
}
.product-info-price .block-header {
	float:left;
	width:530px;
}
.product-info-price .block-price {
	float:right;
	width:400px;
}

.product-info-price .block-price-option {
	list-style:none;
	overflow:hidden;
	background-color:#FFF;
	padding:10px;
}
.product-info-price .block-price-option li {
	float:left;
}
.product-info-price .block-price-option li.label {
	font-family:Raleway,Arial,sans-serif;
	padding-top:7px;
	font-size:12px;
	color:#999;
}
.product-info-price .block-price-option li a {
	display:block;
	height:18px;
	padding:5px;
	margin:0 5px;
	font-size:12px;
	border-radius:5px;
	border:1px solid #DDD;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-image:url(images/bg-price-option.jpg);
}
.product-info-price .block-price-option li a:hover, .product-info-price .block-price-option li a.selected {
	background-image:url(images/bg-price-option-hvr.jpg);
	border-color:#a40243;
	text-shadow:0 -1px 0 #a40243;
	color:#FFF;
	box-shadow:inset 0 1px 0 #ff71aa;
}

.product-info-price .block-price-info {
	list-style:none;
	overflow:hidden;
	background-color:#F7DF0C;
	padding:10px;
	font-size:12px;
	color:#FFF;
}
.product-info-price .block-price-info a {
	color:#FFF;
	text-decoration:none;
}
.product-info-price .block-price-info a:hover {
	text-decoration:underline;
}

.regions-block {
    overflow: hidden;
}
.regions-block .map {
    float: left;
    position: relative;
    width: 440px;
}
.regions-block .map p#label-select {
    font-weight: bold;
    position: absolute;
    right: 80px;
    top: 40px;
}
.regions-block .regions {
    float: left;
    width: 483px;
}
.regions-block .regions .block {
    border: 2px solid #CCC;
	background-color:#FFF;
    margin-bottom: 10px;
    padding: 15px;
}
.regions-block .regions .block:hover, .regions-block .regions .block.selected {
    background-color: #EEEEEE;
    border-color: #F7DF0C;
    cursor: pointer;
}
.regions-block .regions .block h2, .regions-block .regions .block h3 {
    margin: 0;
}
.regions-block .regions .block h3 {
    color: #999999;
    font-size: 14px;
}
p#label-select {
	font-size:12px;
	color:#999;
}

/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0;
	padding:0;
}
ul.spec-list li {
	padding:0 !important;
	margin:0 !important;
	display:table;
	width:100%;
}
ul.spec-list li p {
	display:table-cell;
	padding:5px 0;
}
ul.spec-list li p.value {
	width:60%;
}
ul.spec-list li p.label,
ul.spec-list li p.label a {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
ul.spec-list li p.label span.date,
ul.spec-list li p.value span.date {
	float:right;
	font-weight:300;
	color:#99ce3c;
}
ul.spec-list li p.label.full,
ul.spec-list li p.value.full {
	width:100%;
}
ul.spec-list li {
	border-bottom:1px solid #CCC;
}
ul.spec-list li:first-child {
	border-top:1px solid #CCC;
}

ul.spec-list.small li p {
	font-size:12px;
	margin:5px 0;
}

/*Infobox*/
.infobox .inner {
	font-weight:300;
}
.infobox a {
	text-decoration:none;
}
.infobox h3,
.infobox p {
	font-weight:300;
	color:#fff; /* 99ce3c */
}
.infobox p {
	font-family:Raleway,Arial,sans-serif;
	font-size:18px;
}
.infobox .inner {
	background-color:#F7DF0C;
	border-top:1px solid #FFF;
	border-bottom-right-radius:15px;
	padding:10px 0px;
}
.infobox .inner h3{
	background-color:#EABA00;	
	color:#fff;
	padding:3px 15px;
}
.infobox .inner p{
	padding:0px 15px;	
	color:#333;
	margin:14px 0px 10px 0px;
}
.infobox img {
	vertical-align:top;
}
div.infobox {
    padding: 20px;
	box-sizing:border-box;
	border: 10px solid #99ce3c;
}

/*About page*/
.about-wrapper img {
	border: 10px solid #99ce3c;
    box-sizing: border-box;
}

/*Contact Page*/
.contact-wrapper {
	margin-top: 60px;	
}
.contact-wrapper .sicon {
	
}

/*Testimonial*/
.testimonial {
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
	box-sizing:border-box;
	border: 2px solid #737373;
	margin: 40px 0;
	padding: 10px;
	transition: all 0.4s;
}
.testimonial .test-text {
	padding:20px;
	box-shadow:0 0 10px #ccc;
	background-color:rgba(255,255,255,0.7);
	transition:all 0.2s ease-in-out 0s;
	font-size:16px;
	text-align:justify;
	margin:0;
}
.testimonial:hover {
	box-shadow: 0 0 8px #000;
	border: 2px solid #99ce3c;
}
p.author {
	font-weight: 300;
	font-size: 120%;	
	font-style: italic;
	font-family:'clavo',serif;
	margin:15px 0 0;
}
.testimonial:hover p.author .fa{
	color:#fff;
}

.test-box {
	background-color: #d3e987;
    border-left: 10px solid #93b10a;
	transition:all 0.2s ease-in-out 0.0s;
	padding:30px;
}
.test-box p {
	color:#323D00;
}
.test-box i {
	color:#758E03;
}
.test-box:hover {
	background-color: #DFF19F;
    border-left: 16px solid #93b10a;
}

/*Info Block*/
.info-block {
	margin:1em 0;
	overflow:hidden;
}
.info-block .block {
	margin:10px;
	width:250px;
	float:left;
}
.info-block.three .block {
	width:310px;
}
.info-block .block h2 {
	padding:5px;
	text-align:center;
	background-color:#F7DF0C;
	font-size:18px;
	color:#FFF;
	padding-bottom:7px;
	margin-bottom:0;
	border-top:2px solid #F7DF0C;
	border-left:2px solid #F7DF0C;
	border-right:2px solid #F7DF0C;
	border-bottom:1px solid #FFF;
}
.info-block .block .inner {
	background-color:#F4F4F4;
	padding:10px;
	border-left:2px solid #DDD;
	border-right:2px solid #DDD;
	border-bottom:2px solid #DDD;
	min-height:140px;
}
.info-block .block img.main {
	border-left:2px solid #DDD;
	border-right:2px solid #DDD;
	border-bottom:1px solid #FFF;
	vertical-align:top;
}
.info-block .block.no-top {
	padding-top:0;
}
.info-block .block p {
	font-size:13px;
	text-shadow:0 1px 0 #FFF;
	margin:0.35em 0;
}
.info-block .block p.button a {
	padding:5px;
	background-color:#F7DF0C;
	color:#FFF;
	text-decoration:none;
	text-shadow:0 1px 0 #99ce3c;
	position:relative;
	top:0;
	margin-right:4px;
}
.info-block .block p.button a.hover {
	background-color:#99ce3c;
}

/*Panel*/
.panel {
	padding:10px;
	transition:all 0.2s ease-in-out 0s;
	background-color:#FFF;
}
.panel.pan-map {
	padding:0;	
	background-color:none;
}
.panel:hover {
	background-position:bottom left;
	border-bottom-color:#DDD;
}
.panel .title {
	font-weight:800;
}
.panel img,
.panel p,
.panel h2,
.panel h3 {
	margin-bottom:10px;
}
.panel.header {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0 auto 20px;
    max-width: 650px;
    padding: 0;
}
.panel .panel-title {
	position:relative;
	box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.3);
	background-color:#99ce3c;
	padding:10px;
	color:#FFF;
	font-size:20px;
	border:1px solid #99ce3c;
}
.panel .panel-body {
	padding:10px;
}
.panel .panel-body .form-block {
	margin:0;
}
.panel .panel-title .panel-badge {
	width:129px;
	height:53px;
	background-position:top left;
	background-size:contain;
	background-image:url(images/panel-badge.png);
	top:-4px;
	right:10px;
	position:absolute;
	display:none;
}
.panel ul:last-child,
.panel p:last-child {
	margin-bottom:0;
}
.panel {
	
}
.max-body{
	max-width:0px;
}
.w75{
	width:75%!important;
}
.w25{
	width:25%!important;
}
.w60{
	width:60%!important;
}
.w40{
	width:40%!important;
}
.home-panel > .col {
	width:30%;
}
.home-panel > .col > .coltable > .c-social {
	width:20%;
}
.home-panel > .col > .box {
	box-shadow:5px 5px 10px rgba(0,0,0,0.5);
}
.home-panel p.info,
.home-panel ul {
	margin:0 0 20px;
}
.home-panel h2 {
	color:#7DA100;
	
}
.home-panel h2 b {
	color:#99ce3c;
}
.home-panel .panel {
	background-image:url(images/custom/panel-leaf.png);	
	background-position:bottom right;
	background-repeat:no-repeat;
}
.home-panel .panel p.info {
	min-height:42px;
}
.home-panel .panel p.info.less-gap {
	min-height:inherit;
	margin-bottom:9px;
}
.image-wrap {
	position:relative;
	padding:3px;
	box-sizing:border-box;
}


/*Box*/
.box {
	border:1px solid #EEE;
}
.box.box-full {
	border:none;
}
.box .box-title {
	background-color:#333;
	padding:10px;
	font-size:18px;
	font-family:"industry",montserrat,arial;
	text-transform:uppercase;
	font-style:italic;
}
.box .box-title .fa {
	color:#99ce3c;
}


/*Hero Block*/
.hero-block {
	height:500px;
	background-size:cover;
	position:relative;
	overflow:hidden;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
}
.hero-block .title,
.hero-block .action {
	position:absolute;
	top:0;
	left:0;
}
.hero-block .title {
	padding-top:20px;
	padding-left:20px;
	padding-right:50px;
	color:#FFF;
	text-transform:uppercase;
}
.hero-block .title h2 {
	font-weight:800;
	font-size:36px;
	line-height:47px;
	color:#FFF;
	margin:0 0 4px;
}
.hero-block .action {
	bottom:0;
	top:auto;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	padding:15px 50px 15px 40px;
	font-size:30px;
	font-style:italic;
	font-family:"industry",montserrat,arial;
	-ms-transform: skewX(20deg); 
    -webkit-transform: skewX(20deg); 
    transform: skewX(-20deg);
	left:-20px;
	transition:all 0.2s ease-in-out 0s;
}
.hero-block .action p {
	margin:0;
    transform: skewX(20deg);
	color:#FFF;
}
.hero-block:hover .action {
	background-color:rgba(0,0,0,0.9);
	left:-12px;
}
.hero-block.hero-news {
	background-image:url(images/custom/news-placeholder.jpg);
}
.hero-block.hero-about {
	background-image:url(images/custom/taylor.jpg);
}

/*News*/
.news-info {
	padding: 0 20px;	
}
.infobox .news-info h3,h4,h5 {
	color: #fff;	
}
.news-block {
	
}
.news-list {
	overflow:hidden;
}
.news-list .block {
	float:left;
	width:320px;
	margin-right:20px;
}
.news-list .block.last {
	margin-right:0;
}
.news-list .block .info {
	padding:10px;
	border-top-right-radius:0;
	border-top-left-radius:0;
	background-color:#EEE;
	border-top:2px solid #F4F4F4;
}
.news-list .block .info h2, 
.news-list .block .info p {
	margin:0;
}
.news-list .block img {
	vertical-align:top;
}
.news-list .block .info p {
	font-size:12px;
}
.news-list .block .info h2 {
	font-size:18px;
}
.news-list .block .info h2 a {
	text-decoration:none;
}
.news-list .block .info h2 a:hover {
	text-decoration:underline;
}
.news-list .block .info p.date {
	color:#999;
	font-size:14px;
	margin-bottom:10px;
}
.news-image {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}

/*News Block*/
.hero-block .col {
	vertical-align:middle !important;
}
.hero-block.fullpage .col {
	vertical-align:top !important;
}
.hero-block .news-info {
	padding-left:20px;
}

#wrapper ul {
	list-style:square;
}
#wrapper ol li,
#wrapper ul li {
	margin:5px 0;
	margin-left:25px;
}
.video-box {
	width:480px;
	height:385px;
}
.form-block {
	overflow:hidden;
	display:block;
	margin:1em 0 0;
}
.field {
	margin-bottom:5px;
}
.form-block .field {
	float: left;
    width: 33%;
    padding: 5px;
	box-sizing:border-box;
}
.form-block.form-col2 .field {
	width:50%;
}
.form-block .field.full,
.form-block .field.textarea-full {
	width:100%;
	border:none;
	box-sizing:border-box;
	float:none;
	margin:5px 0;
}
.form-block .field.textarea-full textarea {
	box-sizing:border-box;
	width:100%;
	min-height:100px;
}
.form-block .field.clear {
	clear:left;
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea {
	display:block;
}
.form-block .field p.caption, .form_caption { /*Note caption*/
	font-size:10px;
	color:#999;
	letter-spacing:-0.5px
}
.form_caption { /*Toggle caption*/
	margin-left:5px;
	display:none;
}
.form-block.cut .field { /*shrink fields for twin sidebox pages*/
	width:145px;
}
.form-block.cut .field.textarea-full, .form-block.cut .field.textarea-full textarea {
	width:490px;
	margin:0;
}
.form-block.cut .field input[type="text"], .form-block.cut .field input[type="password"], .form-block.cut .field textarea {
	width:140px;
	margin:0;
}
.form-block.cut .field select {
	padding:7px 0 6px;
	width:150px;
}
.form_spacer {
	margin:0;
	padding:0;
	height:15px;
}

.form-block.single .field {
	margin:5px 0;
	padding:0;
	width:100%;
	box-sizing:border-box;
	float:none;
}

#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
#form_radio {
	margin-top:5px;
	padding:5px;
	background-color:#DDD;
	font-size:12px;
}
.form_subcaption {
	padding:6px 5px;
	margin-bottom:20px;
	color:#FFF;
	background-color:#999;
}
label {
	color:#999;
	font-size:18px;
}
input,select,textarea {
	transition:background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
	font-family:"montserrat",Arial, Helvetica, sans-serif;
	box-sizing:border-box;
}
input[type="submit"] {
    background-color: #99ce3c;
    cursor: pointer;
    padding: 6px 30px;
	font-weight:300;
	font-size:18px;
	font-family:"kepler-std-semicondensed",'Open Sans',Arial,sans-serif;
	color:#fff;
}
input[type="submit"]:hover {
    background-color: #6f757e;
}
input[type="submit"]:disabled {
	background-color:#AAA;
	border:1px solid #999;
	color:#999;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color:#99ce3c;
}
input[type="text"],input[type="password"],textarea,select {
	background-color:#FFF;
	font-size:14px;
	padding:8px 3px;
	border:1px solid #CCC;
	width:100%;
}
select {
	background-color:#FFF;
	width:100%;
	padding:8px 0 7px;
}
.form-block .field-data { /*field data*/
	width:315px;
	background-color:#F5F5F5;
	border-radius:5px;
	float:left;
	padding:15px 10px;
	margin:5px;
	margin-bottom:10px;
}
.form-block.cbox .field-data {
	width:230px;
}
.form-block .field-data h6 {
	font-size:14px;
	color:#0091c9;
	border-bottom:1px dotted #CCC;
	margin-bottom:7px;
	padding-bottom:7px;
}


/*Footer*/
.foot-wrap {
	background-image:url(images/custom/bg-foot.jpg);
	background-size:cover;
}
.foot-base {
	padding:15px;
	font-family:"industry",montserrat,arial;
	font-style:italic;
	color:#FFF;
}
.foot-sponsor > .coltable {
	height:95px;
	box-sizing:border-box;
	font-family:"industry",montserrat,arial;
	font-style:italic;
	text-transform:uppercase;
	padding:0 15px;
	text-shadow:1px 1px 0 #FFF;
}
.foot-sponsor .c-thanks {
	width:20%;
}
.foot-sponsor .c-logos {
	width:60%;
	text-align:center;
}
.foot-sponsor .c-logos > img {
	max-width:400px;
}
.foot-sponsor .c-social {
	width:20%;
}
.foot-sponsor p {
	color:#999;
	font-size:18px;
	margin:0;
}
.foot-base .col-terms {
	text-align:right;
	width:80%;
}
.foot-base .col-terms ul {
	display:inline-block;
	overflow:hidden;
}
.foot-base .col-terms ul li {
	float:left;
	list-style:none;
}
.foot-base .col-terms ul li a {
	display:block;
	padding-left:30px;
	font-weight:300;
	text-decoration:none;
	color:#f1ffb8;
	text-transform:uppercase;
	font-size:14px;
}
.foot-base .col-terms ul li.menuhover a {
	font-weight:600;
}
.foot-base a {
}
.foot-base p {
	font-size:16px;
	margin:0;
	text-transform:uppercase;
	color:#FFF;
}
.foot-base p.razor a {
	color:#f1ffb8;
	text-decoration:none;
	font-size:12px;
	transition:all 0.2s ease-in-out 0s;
}
.foot-base p.razor a:hover {
	color:#FFF;
}
.foot-base .col-logo {
	text-align:center;
}
.foot-base .col-logo p {
	text-align:center;
	display:inline-block;
	font-weight:800;
	font-size:18px;
	text-transform:uppercase;
}
.foot-base .col-terms {
	text-align:right;
	padding-top:10px;
}
.foot-currency {
    clear: both;
    color: #9f83bc;
    font-size: 12px;
    text-align: right;
}
.foot-currency a, .foot-currency a:hover {
	color: #9f83bc;
}
#footer .social .fa {
	font-size:36px;
	transition:all 0.2s ease-in-out 0s;
}
#footer .social a:hover .fa {
	color:#FFF;
}

/*TEMPLATE DIVIDER*/
.template-divider {
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	padding:15px 0;
}
.template-divider * {
	margin:0;
	color:#FFF;
}
.template-divider h2 {
	display:inline-block;
	position:relative;
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
}
.template-divider h2 .team {
	display:block;
	width:191px;
	height:113px;
	background-image:url(images/pool-girl.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:-210px;
	bottom:-29px;
}

/*Service item*/
.service-item {
	position:relative;
	border:2px solid #EEE;
	margin:0 0 20px;
	padding:10px;
	box-sizing:border-box;
	transition:all 0.2s ease-in-out 0s;
}
.service-item:hover {
	border-color:#DDD;
}
.service-item .blade {
	opacity:0.1;
	position:absolute;
	bottom:0;
	left:0;
	width:100px;
	height:100px;
	background-image:url(images/blade.png);
	background-size:contain;
	background-repeat:no-repeat;
	transition:all 0.2s ease-in-out 0s;
}
.service-item:hover .blade {
	animation: rotateblade 1s ease-in-out 1;
	opacity:1;
}
@keyframes rotateblade {
    from   {transform:rotate(0deg);}
    to   {transform:rotate(720deg);}
}

/*Service Boxes*/
.serbox {
	padding:0px 0;
}
.serbox a {
	text-decoration:none;
}
.serbox .col.first {
	padding-right:20px;
}
.serbox .col.mid {
	padding:0 10px;
}
.serbox .col.last {
	padding-left:20px;
}
.serbox .col h2{
	margin:0;
	color:#fff;
	font-size:25px;
	font-weight:600;
	padding:0px 20px;
	position:relative;
	top:-50px;
	text-shadow:0 0 15px #333;
}
.serbox .col .blue-base {
	height:8px;
	background-color:#99ce3c;
	transition:all 0.4s ease-in-out 0.0s;
	background-repeat:no-repeat;
}
.serbox .col:hover .blue-base {
	background-color:#333;
}
.serbox .col h2 .fa {
	transition:all 0.4s ease-in-out 0.0s;
	transform:scale(0.8,0.8);
}
.serbox .col:hover h2 .fa {
	transform:scale(1,1);
}
.serbox .col h2 span.smol{
	font-size:18px;
}
.serbox.smol-titles .col h2 {
	font-size:23px;
}
.serbox.smol-titles .col h2 span.smol{
	font-size:14px;
}


/******* RESPONSIVE OVERRIDE **************/
@media screen and (max-width: 1400px) {
	.footer .copy-wrap {
		right:0;
	}
	#footer .frame {
		width:100%;
		box-sizing:border-box;
		padding-left:20px;
	}
}
@media screen and (max-width: 1220px) {
	.frame {
		width:1100px;
	}
	.header .col {
		display:block;
		text-align:center;
		width:100% !important;
	}
	ul.menu {
		margin: 0 auto;
	}
}
@media screen and (max-width: 1120px) {
	.frame {
		width:1000px;
	}
	.footer .copy-wrap .container {
		background:none;
	}
	.footer .copy-wrap .content  {
		padding-right:0;
	}
	.footer .copy-wrap {
		position:static;
		width:auto;
	}
	.footer .copy-wrap .container {
		position:static;
	}
	#footer .frame {
		padding:0 20px;
	}
	.serbox .col h2 {
		top:-70px;	
	}
	.frame.waste-products-icons {
		width:100%;	
	}
}
@media screen and (max-width: 1020px) {
	.frame {
		width:900px;
	}
	.frame.waste-page {
		width: 100%;
	}
}
@media screen and (max-width: 920px) {
	.frame {
		width:800px;
	}
	#header .frame {
		width:100%;
	}
	.header p.logo {
		background-size:cover;
	}
	.header p.logo a {
		margin-left:43px;
		margin-top:14px;
	}
	.small-frame {
		width:100%;
	}
	.home-panel > .col {
		display:block;
		width:100%;	
	}
}
@media screen and (max-width: 850px) {
	.wrapper-content.section-contact .frame,
	.frame {
		width:100%;
		margin:0px auto;
		box-sizing:border-box;
	}
	.header .col.nav {
		text-align:center;
	}
	.header p.logo {
		height:auto;
		position:static;
		background:none;
	}
	.header p.logo a {
		margin-left:63px;
		margin:0;
		top:0;
		background-position:center;
		width:100%;
		height:80px;
	}
	.text-right,
	#footer-links {
		text-align:center;
	}
	.banner .banner-content {
		padding-top:50px;
		padding-left:50px;
	}
	.header .logo-wrap {
		height:auto;
	}
	.header .col.nav,
	.header .logo-wrap {
		padding:15px 0 15px;
	}
	.header p.phone-us {
		padding:0 0 15px;
	}
	body.fixed #banner {
		margin-top:205px;
	}
	.foot-base .col-terms ul li {
		float:none;	
	}
	.foot-base .col-terms ul li a {
		padding-left:0;
		padding-top:5px;	
	}
}
@media screen and (max-width: 700px) {
	body.fixed #header {
		position:static;
	}
	body.fixed #wrapper {
		margin-top:0;
	}
	.header .col.nav ul.menu {
		display:block;
		width:100%;
	}
	.header .col.nav ul.menu {
		top:0;
	}
	.footer .col {
		padding:10px;
	}
	.footer .copy-wrap .content {
		text-align:center;
	}
	.footer .copy-wrap .content {
		padding:0;
	}
	.footer .copy-wrap {
		position:static;
		width:100%;
	}
	.footer .copy-wrap .container {
		background:none;
		position:static;
		height:auto;
	}
	.footer .col.end {
		padding:0;
		margin-top:20px;
	}
	.footer .copyright {
		border:none;
	}
	#wrapper .wrapper-content {
		padding:15px 10px;
	}
	body.fixed #banner {
		margin-top:0;
	}
	.serbox {
		padding:0px 0px;
	}
	.serbox .col.first {
		padding:0px 0px;
	}
	.serbox .col.mid {
		padding:0px 0px;
	}
	.serbox .col.last {
		padding:0px 0px;
	}
	.coltable .col.first,
	.coltable .col.last {
		padding:0 5px;	
	}
}
@media screen and (max-width: 600px) {
	.coltable .col,
	.coltable.col3 .col,
	.coltable.col2 .col {
		display:block;
		width:100% !important;
	}
	#footer #footer-nav .col .inner {
		padding:0;
		padding-top:25px;
	}
	ul.spec {
		padding-top:20px;
	}
	.coltable.style0 .info {
		padding:10px;
	}
	h1 {
		font-size:28px;
	}
	h2 {
		font-size:22px;
	}
	.brands {
		text-align:center;
		ext-align:center;
	}
	.article h2,
	.foot-base .col {
		text-align:center;
	}
	.green-strips {
		margin: 0;
		padding: 0;
	}
	.waste-products-icons p {
		margin: 0;
	}
	.green-strips .plain-content {
		padding: 0 20px;
	}
	.foot-sponsor .c-thanks {
		text-align:center;
		padding:20px 0 10px;
	}
	.foot-sponsor .c-logos > img {
		width:100%;
		padding:10px 0;
	}
	.foot-sponsor .c-social {
		text-align:center;
		padding:10px 0 20px;
	}
	.foot-wrap {
		background:#fff;
	}
	.foot-base {
		padding-top:25px;
		background:#A3CA39;
	}
	.line-quote {
		width:100%;
	}
	ul.gallery-list li {
		box-sizing: border-box;
		float: none;
		padding: 10px;
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.banner .banner-content {
		padding-left:10px;
		padding-right:10px;
	}
}