/* @override 
	http://myspecfab.wpengine.com/wp-content/themes/specfab18/style.css?* */

/*!
Theme Name: SpecFab18
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: specfab18
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SpecFab18 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
	display:block;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	padding: 0 60px 0 110px;
	margin: 40px 0 0 35px;
	background: url('images/blockquote.png') no-repeat;
	background-position-y: 1em;
}
blockquote p{
	color: #efefef;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	line-height: 35px;
}
blockquote em{
	font-size: 20px;
	line-height: 38px;
}
blockquote p strong{
	color: #fff200;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	line-height: 42px;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
.blog article img{
	margin-bottom: 30px;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fff200;
}

a:visited {
	color: #fff200;
}

a:hover, a:focus, a:active {
	color: #fff;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 270px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.pagecontent .page-content,
.pagecontent .entry-content,
.pagecontent .entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	min-width: 150px;
	min-height: 150px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* GLOBAL SETTINGS */
@font-face {
  font-family: 'aller_display';
  src: url('fonts/allerdisplay-webfont.eot');
  src: url('fonts/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'),
      url('fonts/allerdisplay-webfont.woff') format('woff'),
      url('fonts/allerdisplay-webfont.ttf') format('truetype'),
      url('fonts/allerdisplay-webfont.svg#aller_displayregular') format('svg');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'allerbold';
    src: url('fonts/aller_bd-webfont.eot');
    src: url('fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_bd-webfont.woff') format('woff'),
         url('fonts/aller_bd-webfont.ttf') format('truetype'),
         url('fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_italic';
    src: url('fonts/aller_it-webfont.eot');
    src: url('fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_it-webfont.woff') format('woff'),
         url('fonts/aller_it-webfont.ttf') format('truetype'),
         url('fonts/aller_it-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_bold_italic';
    src: url('fonts/aller_bdit-webfont.eot');
    src: url('fonts/aller_bdit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_bdit-webfont.woff') format('woff'),
         url('fonts/aller_bdit-webfont.ttf') format('truetype'),
         url('fonts/aller_bdit-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/allerdisplay-webfont.svg#aller_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#page{width: 100%; margin: 0 auto;}
/* HEADER */
.site-header{
	background-color: #42649d;
}
.topbar{
	border-bottom: 1px solid rgba(77,77,76,.35);
	max-width:1470px; width: 100%;
	margin: 0 auto;
}
#top-menu{height: 44px; align-items:center;display:flex; padding:0; margin:0; list-style:none; justify-content:flex-end;}
ul#top-menu li a{
	padding: 0 10px;
	border-right: 1px solid lightgray;
	line-height: 0px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #6d6d6c;
	background: none;
	text-decoration: none;
}
ul#top-menu li:last-of-type a{border:0;}
ul#top-menu li a:hover{color:lightgray;}
ul#top-menu li a:hover, ul#top-menu li:hover a{
	background: none;
}
.main-navigation{
	background: #fec61c;
	height: 74px;
	display:flex;
	align-items: center;
}
.menu-top-menu-container{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: none;
}
.main-navigation ul li{
	font-family: "Aller", sans-serif;
	text-shadow: 0.5px 0.9px 1px #fef103;
	color: #231f20;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	border-right: 1px solid #e9d547;
	height: 100%;
	text-transform: uppercase;
}
.main-navigation ul li a {
	color: #231f20;
	padding: 0 28px;
	height: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	font-family: 'allerbold', sans-serif;
	font-weight: 400;
}
.main-navigation ul li a:hover{
	background: #3e3e3d;
	color: #fff;
	text-shadow: none;
}
ul.sub-menu{
	width: 270px;
}
ul.sub-menu li{
	background-color: #3e3e3d;
	box-shadow: 4px 6.9px 5px rgba(28, 26, 26, 0.41);
}
.main-navigation ul ul.sub-menu {
	background-color: #3e3e3d;
}
.main-navigation ul > hover ul li{
	background-color: #3e3e3d;
}
ul li:hover a {
	background: #3e3e3d;
	color: #fff;
	text-shadow: none;
}
.main-navigation ul ul.sub-menu li:first-of-type {
	margin: 11px 0 0 0;
}
.main-navigation ul ul.sub-menu li a:last-of-type {
	margin: 0 0 11px 0;
}
.main-navigation ul ul.sub-menu li {
	border:none;
	width: 270px;
	display:flex;
	justify-content: center;
}
.main-navigation ul ul.sub-menu li a {
	width: 244px;
	color:#fff;
	border: none;
	text-shadow:none;
	height: 53px; 
	display:flex; 
	align-items:center;
}
.main-navigation ul ul.sub-menu li a:hover {
	background-color: #fff200;
	background-image: linear-gradient(180deg, #fff200 0%, #e8d44c 100%);
	border: 1px solid #fdf000;
	box-shadow: 0 2px 11px rgba(28, 26, 26, 0.75);
	text-shadow: 0.5px 0.9px 1px #fef103;
	border-radius:2px;
	color: #231f20;
}
.logobuttons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height:  157px;
	justify-content: space-between;
	align-items:  center;
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 40px 0 30px;
}
/* HOME SLIDER */
.homeslider {
	min-height: 792px;
	max-height: 792px;
	overflow: hidden;
	position: relative;
}
.homeslider .item {
	height: 792px;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	background-position: center center;
	background-size: cover;
	object-fit:  cover;
}
.homeslider .slidecontent {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.homeslider .shell {
	margin: 0 auto;
	width: 100%;
	max-width: 1120px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding:  0 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
}
.homeslider .item .item{height: auto;display:  flex;justify-content: space-between;}
.homeslider .item .item:first-of-type{height: auto; max-width: 515px;}
.homeslider .shell .slideleft, .homeslider .shell .slideright{
	display:flex;
	flex-direction: column;
}
.homeslider .shell h2 {
	text-shadow: 0 1px 4.8px #231f20;
	color: white;
	font-family: "aller-display", sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin: 0 0 38px 0;
	text-transform: uppercase;
}
.homeslider .shell p.slidecontent {
	text-shadow: 0 1px 4.8px #231f20;
	color: white;
	font-family: "aller-display", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	text-align: left !important;
	margin: 0px 0 0;
	text-transform: uppercase;
	max-width: 515px;
	width: 100%;
	padding:  0;
}
.homeslider a {
	text-decoration: none;
}
.homeslider .item .wrapper {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	flex: 1;
}
.homeslider .item .wrapper .button .wrapper {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	justify-content: space-between;
}

.homeslider .item .wrapper h2 {
	text-shadow: 0.3px 1px 5.6px #010101;
	color: white;
	font-family: "aller-display", sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	max-width: 620px;
	float: right;
	margin: 182px 0 58px 0;
	text-decoration: none;
}
.homeslider .button {
	clear: right;
	float: right;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
}
.homeslider .button .wrapper {
	width: 100%;
	max-width: 240px;
	padding: 0 20px;
	height: 80px;
	background: #008ac2;
	color: white;
	font-family: "aller-display", sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: space-between;
	align-items: center;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	flex-wrap: nowrap;
	flex-direction: row;
}
.homeslider .button .wrapper .slideitem img {
	margin-left: 20px;
}

.homeslider .button .wrapper:hover {
	text-decoration: none;
	background: #0076b3;
	transition: .5s all;
}
.owl-carousel img {
	width: auto !important;
}
.homeslider .owl-dots {
	position: absolute;
	top: 46px;
	right: 0;
	margin:  0 auto;
	max-width:  1120px;
	width: 100%;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	justify-content: flex-end;
	left: 0;
	padding: 0 40px;
}
a.sliderbutton {
	width: 270px;
	height: 70px;
	border: 1px solid #fff200;
	color: #fff200;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-family: 'aller', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 20px;
	background: url('images/buttonarrowyellow.png') no-repeat bottom right;
	}
a:hover.sliderbutton {
	border: 1px solid #40403f;
	background: #fff200;
	color: #40403f;
	text-decoration: none;
	//background: #fff200 url('images/buttonarrowblack.png') no-repeat bottom right;
	-webkit-clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff200;
}
.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    margin: 5px 11px;
    background-color: #8a8b8a;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/* HOME PAGE */
.home .site-main{
	max-width: 930px; 
	width: 100%;
}

.page .content-area, .single .content-area, .blog .content-area, .error404 .content-area{
	background: url('images/pagebg.jpg') repeat;
	border-bottom: 4px solid #eedc2f;
	padding: 0 0 96px;
	color: #fff;
	align-items:center;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.archive .entry-header, .single .entry-header{
	margin-top: 0px;
}
.error404 .content-area{
	border-bottom: 0;
}
.single .content-area{
	border-bottom: none;
}
.home .content-area{
	background: url('images/introductionbg.jpg') no-repeat;
	border-bottom: 4px solid #eedc2f;
	background-size: cover;
	padding: 78px 0 96px;
	color: #fff;
	align-items:center;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: column;
	justify-content: center;
}
.slider{
	border-bottom: 5px solid #231f20;
}

.content-area h1{
	color: white;
	font-family: "aller", sans-serif;
	font-size: 41px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid dimgray;
	padding-bottom: 18px;
	width: auto;
	float:  none;
}
.single .content-area h1, .archive .content-area h1{
	text-align: left;
}
.content-area a{color: #fff200; text-decoration:none;}
.content-area a:hover{color: #fff200; text-decoration:underline;}
.content-area p{
	font-family: 'Arial', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 41px;
	color: #dbd9d9;
	clear: both;
	margin-bottom: 29px;
}
.blog h2{
	font-family: 'allerbold', sans-serif;
}
.buttoncenter {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */

	flex-wrap: wrap;
	justify-content: center;
	margin: 28px auto 26px;
}
.home .buttoncenter{
	margin: 82px auto 0;
}
.footercta .buttoncenter {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-wrap: wrap;
	justify-content: center;
	margin: 84px auto 26px;
}
.buttoncenter .button a {
	width: 270px;
	height: 70px;
	border: 1px solid #fff200;
	color: #fff200;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-family: 'aller', sans-serif;
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	margin: 20px;
	background: url('images/buttonarrowyellow.png') no-repeat bottom right;
}
.buttoncenter .button a:hover {
	width: 270px;
	height: 70px;
	border: 1px solid #231f20;
	background: #fff200;
	color: #231f20;
	text-decoration: none;
	-webkit-clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
}

.buttoncenter .button a.phone{
	width: 196px;
	background: url('images/phone.png') no-repeat center left;
	border: none;
}
.buttoncenter .button a:hover.phone{
	background: url('images/phone.png') no-repeat center left;
	border: none;
	color: #fff;
}

.logobuttons .buttoncenter {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
	margin: 0 auto;
}

/* SERVICES */
.services{
	background: #1a1918;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: column;
	padding: 61px 0 70px;
	color: #eeeaea;
	border-bottom: 4px solid #eedc2f;
	align-items: center;
}
.services .servicecontainer{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	flex-wrap:  wrap;
	justify-content: space-evenly;
}
.service{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: column;
	width: 100%;
	max-width: 400px;
	padding: 0 46px;
	border-right: 1px solid #525252;
}
.service:last-of-type{
	border-right: none;
}
.serviceimage{
	margin: 1px 0 33px;
}
.servicetitle a{
	text-decoration: none;
}
.servicetitle h3{
	color: #fff200;
	font-family: 'aller', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 20px;
	text-transform:  uppercase;
	margin: 0 0 16px;
}
.servicecontent {
	color: #eeeaea;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	max-width: 308px;
	margin-bottom: 44px;
}

.servicebutton a,  .gform_wrapper .gform_footer input[type=submit], [type=submit] {
	width: 270px;
	height: 70px;
	border-radius: 0;
	border: 1px solid #fff200;
	color: #fff200;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-family: 'aller', sans-serif !important;
	font-size: 20px !important;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 20px;
	background: url('images/buttonarrowyellow.png') no-repeat bottom right;
	}
[type=submit] {
	margin: 0;
}	
.servicebutton a:hover,  .gform_wrapper .gform_footer input[type=submit]:hover, [type=submit]:hover {
	//border: 1px solid #40403f;
	border-radius: 0;
	color: #40403f;
	text-decoration: none;
	background: #fff200;
	width: 270px !important;
	height: 70px !important;
	//background: #fff200 url('images/buttonarrowblack.png') no-repeat bottom right;
	-webkit-clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
}

/* NEWS */
.news{
	background: #3e3e3d;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content:space-evenly;
	padding: 88px 40px 82px 40px;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.news .item:last-of-type{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1120px;
}
.news .item .newsitem{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: column;
	justify-content:  space-between;
	margin: 0 0px 40px;
	width: 334px;
	height:  323px;
	min-height: 323px;
	position:  relative;
}
.newsimage img{
	object-fit:cover;
	height:  323px;
	min-height: 323px;
}
.news .item h3{
	color: #f5e520;
	font-family: 'aller', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 83px;
	text-transform: uppercase;
}
.newsbutton{
	color: #f5e520;
	font-family: 'aller', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 28px;
	height: 61px;
	background: rgba(26,25,24,.75);
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 23px 0 25px;
	text-decoration:none;
	position:  absolute;
	bottom: 0;
	width:  100%;
	text-align: left;
}
.newsbutton:hover{
	background: rgba(26,25,24,1);
}
.newsbutton .item{
	flex: 1;
}
.newsbutton .item:last-of-type{
	flex: 0;
}
.smallarrow{
	background: url('images/smallarrows.png') no-repeat top right;
	width: 13px;
	height: 22px;
	margin-left: 5px
}
/* FOOTER CTA */
.footercta{
	background: #f5e520 url('images/footerctabg.jpg') no-repeat center right;
	background-size: 100%;
	height: 244px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: flex-start;
	object-fit:  cover;
	border-top: 1px solid #8a8b8a;
}
.footerctatext{
	background: #f5e520;
	flex: 1;
	-webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	position: relative;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	align-items: center;
	max-width: 44%;
	justify-content: center;
	align-content: center;
}
.footertextcontainer{
	color: #231f20;
	font-family: 'aller', sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 60px;
	width: 100%;
	max-width: 320px;
	position:absolute;
	right: 144px;
}
.footercta .buttons{
	margin-left: 54px;
}
.footercta .buttons .buttoncenter .button a.phone {
	font-size: 24px;
	line-height: 1;
	padding-left: 20px;
	font-family: "aller";
	margin-right: 66px;
}
/* SITE FOOTER */
.site-footer{
	border-top:8px solid #4d4d4c;
	background: #231f20;
}
.site-info{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	justify-content: center;
	padding: 73px 0 84px;
	margin: 0 auto;
}
.site-info .item{
	flex:1;
	padding: 0 10px;
	max-width: 270px;
}
.site-info .columnone{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction:column;
	justify-content:flex-start;
}
.site-info .columnone p{
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #b5b5b5;
	margin-top:0;
}
.site-info .columnone p:last-of-type{
	margin-bottom: 0;
}
.site-info .columnone p strong{
	color: #e6e6e6;
	font-weight: 700;
	text-transform: uppercase;
}
.site-info .columnone p a{
	color: #b5b5b5;
	font-weight: 400;
	text-decoration:none;
}
.site-info .columnone p a:hover{
	color: #fff;
	font-weight: 400;
	text-decoration:underline;
}
.site-info .columntwo{
	flex: 2;
	max-width: 270px;
}
.item .ourservicemenu{
	margin-bottom: 40px !important;
}
/* SOCIAL MEDIA ICONS */
.columnthree{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction:column;
}
.socialicons{

}
.socialicons .socialheader h4{
	margin: 0 0 9px;
	color: #e6e6e6;
	font-family: 'Arial', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 19px;
	text-transform: uppercase;
}
.socialicons .icons{
	display:flex;
}
.socialicons .icons a{
	text-decoration: none;
}
a .fa{
	width:31px;
	height:31px;
	color: #fff;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	align-items:center;
	justify-content:center;
	margin-right:12px;
	text-decoration:none;
	border:  none;
}
a .fa-facebook{
	background: rgba(59, 89, 152, 1);
	text-decoration:none;
}
a .fa-twitter{
	background: rgba(85, 172, 238, 1);
	text-decoration:none;
}
a .fa-youtube{
	background: rgba(255, 0, 0, 1);
	text-decoration:none;
}
a .fa-linkedin{
	background: rgba(0, 123, 181, 1);
	text-decoration:none;
}
a .fa-google-plus{
	background: rgba(221, 75, 57, 1);
	text-decoration:none;
}
a:hover .fa-facebook{
	background: rgba(59, 89, 152, .75);
	text-decoration:none;
}
a:hover .fa-twitter{
	background: rgba(85, 172, 238, .75);
	text-decoration:none;
}
a:hover .fa-youtube{
	background: rgba(255, 0, 0, .75);
	text-decoration:none;
}
a:hover .fa-linkedin{
	background: rgba(0, 123, 181, .75);
	text-decoration:none;
}
a:hover .fa-google-plus{
	background: rgba(221, 75, 57, .75);
	text-decoration:none;
}
/* GALLERY ITEMS */
.gallery {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-wrap: wrap;
	margin: 0 10px;
}
.gallery-item .gallery-icon{
	margin: 10px;
}
/* FOOTER MENU COLUMNS */
.ourservicemenu, .ourequipmentmenu{
	margin:0 0 20px

}
.ourservicemenu h4, .ourequipmentmenu h4{
	color: #e6e6e6;
	font-weight: 700;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0;
}
.ourservicemenu ul , .ourequipmentmenu ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
.ourservicemenu ul li a, .ourequipmentmenu ul li a{
	color: #fff200;
	background: none;
	font-weight: 400;
	line-height: 22px;
	text-decoration: none;
}
.ourservicemenu ul li:hover, .ourservicemenu ul li a:hover, ourequipmentmenu ul li:hover, .ourequipmentmenu ul li a:hover{
	color: #e6e6e6;
	background: none;
	text-decoration: underline;
	cursor: pointer;
}
.owl-theme .owl-nav{
	margin: 0;
	position: absolute;
	top: calc(50% - 64px);
	bottom: 50%;
	width: 100%;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	justify-content: space-between;
	padding: 20px;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    background: none !important;
}
.owl-theme .owl-nav .owl-prev .leftarrow{
	width: 39px;
	height: 64px;
    display: inline-block;
	background: url('images/sliderarrows.png') no-repeat top left;
}
.owl-theme .owl-nav .owl-prev:hover .leftarrow{
	width: 39px;
	height: 64px;
    display: inline-block;
	background: url('images/sliderarrows.png') no-repeat bottom left;
}
.owl-theme .owl-nav .owl-next .rightarrow{
	width: 39px;
	height: 64px;
    display: inline-block;
	background: url('images/sliderarrows.png') no-repeat top right;
}
.owl-theme .owl-nav .owl-next:hover .rightarrow{
	width: 39px;
	height: 64px;
    display: inline-block;
	background: url('images/sliderarrows.png') no-repeat bottom right;
}

/* SINGLE POSTS */
.archive .site-content{
	background: url('images/pagebg.jpg') repeat;
	padding: 92px 0 96px;
	padding: 0 0 96px;
	color: #fff;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: center;
	width: 100%;
	border-top: 5px solid #231f20;
}
.archive .content-area{
	max-width: 1120px;
	width: 100%;
	margin: 92px auto 96px;
}
.archive .articlecontents{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row-reverse;
}
.blog .hentry, .archive .hentry {
	padding: 0 0 70px;
	margin-bottom: 75px;
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.blog .hentry p:last-of-type, .archive .hentry p:last-of-type {
	margin: 0;
}
article .post-thumbnail{
	//border-bottom: 5px solid #231f20;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	margin-bottom: 20px;
}
article .post-thumbnail img, .error404 img{
	height: 100%;
	width: 100%;
}
.sidebarpage{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	max-width: 1120px;
	width: 100%;
	margin:  52px auto 0;
	justify-content:  center;
}
.error404 img{
	border-bottom: 5px solid #231f20;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
}
.home .sidebarpage{
	display: block;
	flex-direction: row;
	max-width: 1120px;
	width: 100%;
	margin:  92px auto 0;
}
.single .sidebarpage .sidebarpage{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: column;
	max-width: 1120px;
	width: 100%;
	margin:  0 auto 0;
}
.page .site-main{
	width: 100%;
}
.sidebar{
	margin-right: 30px;width: 300px;
}
ul.pagelisting-menu, ul.pagelisting-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pagelisting-menu{
	background-color: #231f20;
	border: 1px solid #363636;
	border-radius: 4px;
}
ul.pagelisting-menu li a{
	background: #fdf003;
	color: #231f20;
	font-family: 'allerbold', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	height: 88px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	align-items: center;
	padding-left: 25px;
	text-transform: uppercase;
}
ul.pagelisting-menu li.current_page_item a{
	color: #fdf003;
}
ul.pagelisting-menu li a:hover{
	cursor: pointer;
	text-decoration: none;
}
.page-template-default .pagelisting-menu{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: column;
}
ul.pagelisting-menu{

}
ul.pagelisting-menu ul{
	width: 100%;
	margin: 0;
}
ul.pagelisting-menu ul li a{
	color: white;
	font-family: 'aller', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	background-color: #231f20;
	text-shadow: none;
	height: 65px;
	border-bottom: 1px solid #363636;
	text-transform: uppercase;
}
ul.pagelisting-menu ul li a:hover{
	color: #fdf003 !important;
	text-decoration: none;
}
.page .pagecontent h1{
	color: white;
	font-family: 'Aller', sans-serif;
	font-size: 41px;
	font-weight: 400;
	line-height: 43px;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 26px;
	text-transform: uppercase;
}
.home .pagecontent {
	margin: 0 auto;
}
.home .pagecontent h1{
	width: auto;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
	margin: 0 auto;
	display: table;
}
.page .pagecontent h2{
	color: white;
	font-family: 'Aller', sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 38px;
	margin: 56px 0 21px;
	text-transform: uppercase;
}
.page .pagecontent h3{
	color: white;
	font-family: 'Aller', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	margin: 52px 0 20px;
	text-transform: uppercase;
}
.page .pagecontent h4{
	color: white;
	font-family: 'Aller', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	text-transform: uppercase;
	margin: 55px 0 -19px;
}
.page .pagecontent p{
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	color: #e1dfdf;
}
.single .pagecontent ul, .page .pagecontent ul, .single .pagecontent ol, .page .pagecontent ol{
	color: #e1dfdf;
	font-family: 'Arial', sans-serif;
	margin: -10px 0 37px 22px;
}
.single .pagecontent ul li, .page .pagecontent ul li, .single .pagecontent ol li, .page .pagecontent ol li{
	margin-bottom: 13px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding-left: 22px;
}

.sidebar .buttoncenter {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
	margin: 0 auto 96px;
	flex-direction: column;

}
.sidebar .buttoncenter .button{
	margin-bottom: 27px;
	width: 100%;
}

.sidebar .buttoncenter .button a {
	width: 270px;
	height: 70px;
	border: 1px solid #fff200;
	color: #fff200;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-family: 'aller', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	background: url('images/buttonarrowyellow.png') no-repeat bottom right;
	}
.sidebar .buttoncenter .button a:hover {
	border: 1px solid #40403f;
	background: #fff200;
	color: #40403f;
	text-decoration: none;
	//background: #fff200 url('images/buttonarrowblack.png') no-repeat bottom right;
	-webkit-clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
}
.pagecontent{
	width: 100%;
	max-width: 790px;
}
.page .entry-content{
	margin:0;
}
.page article{
	padding: 0px;
}
.page .pagelisting{
	margin-bottom: 45px;
}
.page-template-default .homeslider {
	min-height: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
}
.page-template-default .homeslider .item {
	height: 100%;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	background-position: center center;
	background-size: cover;
	object-fit:  cover;
}
.page-template-default .homeslider .item video {
	position: absolute;
	z-index: 0;
	transform: translateX(-50%);
	left: 50%;
	height: 100%;
}
.page-template-default .homeslider .item {
	max-width: 100%;
	max-height: 600px;
	min-height: 377px;
	width: 100vw !important;
	height: 70vw !important;
	background-position: center !important;
}
.page-template-default .homeslider .item video {
	height: auto;
}
.page-template-default .homeslider .owl-item{
	overflow: hidden;
}
/* GRAVITY FORMS */
.gform_wrapper form li, .gform_wrapper li {
    margin-left: 0!important;
    list-style: none!important;
    overflow: visible;
    background: none;
    padding: 0;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #fff200 !important;
}
.gform_wrapper div.validation_error {
    color: #fff200 !important;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: none !important;
    border-bottom: none !important;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.gform_wrapper .gfield_required {
    color: #fff200 !important;
    margin-left: 4px;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #fff200 !important;
}
.gform_wrapper .validation_message {
    color: #fff200 !important;
    font-weight: 700;
    letter-spacing: normal;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(0,0,0,.45) !important;
    background: none !important;
    margin-bottom: 6px!important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 6px;
    padding-top: 8px;

    box-sizing: border-box;
}
.gform_wrapper li{
    padding: 20px 0px !important;
}


.gform_wrapper input {
    background: none;
    border: 1px solid #ccc;
    border: 1px solid #fff200;
    color: #e9e9e9;
}
.ginput_container_textarea{
    background: none !important;

}
.gform_wrapper input:focus {
	color: #e9e9e9;
	border: 1px solid #e9e9e9;
	background: none;
}
.gform_wrapper input:hover{
    background: none;
    color: #e9e9e9;
}
/* END GRAVITY FORMS */

/* SINGLE PAGES */
.sidebar{
	margin-right: 60px;width: 270px;
}
.contactsideblock{
	margin: 0;
	padding: 0;
	list-style: none;
}
.contactsideblock{
	background-color: #231f20;
	border: 1px solid #363636;
	border-radius: 4px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: column;
}
span.sideheadertext a{
	background: #fdf003;
	text-shadow: 0.5px 0.9px 1px #fef103;
	color: #231f20;
	font-family: 'allerbold', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	height: 88px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	align-items: center;
	padding-left: 25px;
	text-decoration: none;
}
span.sideheadertext a:hover{
	color: #231f20;
	text-decoration: none;
}
.contactsideblock li {
	width: 100%;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	align-items: center;
	justify-content: center;
	height: 65px;
	flex-direction: column;
}
.contactsideblock li:first-of-type {
	width: 100%;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	align-items: center;
	justify-content: center;
	height: auto;
	flex-direction: column;
}
.contactsideblock ul li:first-of-type a:hover{
	color: #231f20;
}
.contactsideblock ul ul li:first-of-type a:hover, .contactsideblock ul ul li a:hover{
	color: #fff200;
	text-decoration: none;
}
.contactsideblock li a{
	color: white;
	font-family: 'aller', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	background-color: #231f20;
	text-shadow: none;
	height: 65px;
	border-bottom: 1px solid #363636;
	width: 100%;
	padding: 0 0 0 25px;
	text-decoration: none;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
    padding-left: 25px;
}
.contactsideblock ul li a:hover, .contactsideblock ul ul li a:hover{
	color: #231f20;
	text-decoration: none;
}
.contactsideblock li a:hover, .contactsideblock ul ul li a:hover{
	color: #fdf003;
	text-decoration: none;
}
.allnews{
	margin-bottom: 40px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
    padding-left: 25px;
	height: 65px;
	padding-left: 25px;
	font-size: 18px;
	background: #231f20;
	font-family: 'aller', sans-serif;
	text-decoration: none;
}
a.allnews {
	color: #fff;
}
a:hover.allnews {
	color: #fff200;
	text-decoration: none;
}

/* PAGINATION */
.nav-links {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
	font-size: 20px;
	align-items:  center;
	margin-top: 100px;
	/*margin-bottom: 156px;*/
}
.nav-links a{
    font-family: 'aller', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff200;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
    margin: 0 20px;
    text-decoration: none;

}
.nav-links a.next, .nav-links a.prev{
    margin: 0;
    text-decoration: none;
}
.nav-links .current a {
    color: #d5d5d5;
}
span.leftarrow {
	width: 13px;
	height: 22px;
	background: url('images/smallarrows.png') no-repeat bottom left;
	display: block;
	float: left;
	margin-right: 18px;
	margin-top: 0px;
	cursor: pointer;
}
.prevd:hover span.leftarrow, .prev:hover span.leftarrow {
	width: 13px;
	height: 22px;
	background: url('images/smallarrows.png') no-repeat top left;
	display: block;
	float: left;
	margin-right: 18px;
	
}
span.rightarrow {
	width: 13px;
	height: 22px;
	background: url('images/smallarrows.png') no-repeat bottom right;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
}
.next span.rightarrow {
	width: 13px;
	height: 22px;
	background: url('images/smallarrows.png') no-repeat bottom right;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
}
.prev span.leftarrow {
	width: 13px;
	height: 22px;
	background: url('images/smallarrows.png') no-repeat bottom left;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
}
.nav-links a:hover{
    color: #d5d5d5;
}
a.next:hover{
    color: #d5d5d5;
}
a.next:hover span.rightarrow {
	width: 13px;
	height: 22px;
	background: url('images/smallarrows.png') no-repeat top right;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
	color: #d5d5d5;
}
a.prev:hover span.leftarrow {
	width: 13px;
	height: 22px;
	background: url('images/smallarrows.png') no-repeat top left;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
	color: #d5d5d5;
}

.nextd:hover span.rightarrow, .next:hover span.rightarrow  {
	width: 13px;
	height: 22px;
	background: url('images/smallarrows.png') no-repeat top right;
	display: block;
	float: right;
	margin-left: 18px;
}
span.prevd, span.nextd {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: center;
	align-items: center;
}
.page-numbersd:hover {
	color: #fff200;
}
span.prevd {
	margin-right: 52px;
}
span.nextd {
	margin-left: 52px;
}
.prevd a {
	font-family: 'aller', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #b6b6b6;
	text-decoration: none;
}
span.prevd a:hover {
	font-family: 'aller', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #fff200;
	text-decoration: none;
}
.nextd a {
	font-family: 'aller', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #b6b6b6;
	text-decoration: none;
}
.nextd:hover a, .prevd:hover a{
    color: #fff200;
}
span.nextd a:hover {
	font-family: 'aller', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #fff200;
	text-decoration: none;
}
.archive .entry-content {
	margin: 0px 0 0 0;
}
.archive .content-area h2{
	color: white;
	font-family: 'Aller', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.archive .entry-content p:first-of-type {
	margin-top: 0;
}
/* END SINGLE PAGES */
.page-numbers.current{
	margin: 0 20px;
}
a.page-numbers{
	color: #dbd9d9;
}
a:hover.page-numbers{
	color: #fff200;
	text-decoration: none;
}

/* BLOG */
.blog .site-main{
	padding: 52px 20px;
}
.blog .articlecontents{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1120px;
}
.blog h2{
	margin-top: 0;
	color: white;
    font-family: 'Aller', sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
    margin: 0 0 21px;
    text-transform: uppercase;
}
.blog .content-area{
	border-bottom: 0;
}
/* END BLOG */

/* PRODUCT SHORTCODE */
.productcenter {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -20px;
	margin-bottom: 15px;
}
.productcenter a{
    text-decoration: none;
}
.product {
	max-width: 375px;
	width: 100%;
	margin-bottom: 30px;
	margin: 0 20px 42px;
}
.productinfo {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0 15px;
	font-family: 'Sansation', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	align-items:  center;
	margin: 10px 0 15px;
}
.product:hover .productinfo, .productinfo:hover, .product:hover{
	cursor: pointer;
}
.product:hover .productinfo p, .productinfo:hover p {
	color: #242424;
	font-family: 'sansationbold', sans-serif;
}
.page .productinfo h3, .single .productinfo h3 {
	flex: 100%;
	width: auto;
	margin-bottom: 0;
	color: #fef02e;
	text-transform: uppercase;
	font-family: 'Aller', sans-serif;
	font-size: 27px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.product:hover h3{
	color: #231f20;
}
.product:hover .smallarrow {
    background: url(images/smallarrowsyellowtoblack.png) no-repeat bottom right;
    width: 13px;
    height: 22px;
}
.product{
	background: #231f20;
}
.product:hover{
	background: #fef02e;
}
.product img{
	margin-bottom: 0px !important;
}
/* PRODUCT SHORTCODE */

.gform_wrapper form li, .gform_wrapper li {
    margin-left: 0!important;
    list-style: none!important;
    overflow: visible;
    background: none;
    padding: 0;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #fff200 !important;
}
.gform_wrapper div.validation_error {
    color: #fff200 !important;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: none !important;
    border-bottom: none !important;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.gform_wrapper .gfield_required {
    color: #fff200 !important;
    margin-left: 4px;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #fff200 !important;
}
.gform_wrapper .validation_message {
    color: #fff200 !important;
    font-weight: 700;
    letter-spacing: normal;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(0,0,0,.45) !important;
    background: none !important;
    margin-bottom: 6px!important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 6px;
    padding-top: 8px;

    box-sizing: border-box;
}
.gform_wrapper li{
    padding: 20px 0px !important;
}
.gform_wrapper input, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    min-width: calc(50% - 8px);
    background: none;
    border: 1px solid rgba(255,244,0,.85);
    color: #e9e9e9;
}
.ginput_container_textarea{
    background: none !important;

}
.gform_wrapper input:focus {
color: #e9e9e9;
border: 1px solid #e9e9e9;
background: none;
}
.gform_wrapper input:hover{
    background: none;
    color: #e9e9e9;
}
.gform_wrapper .gform_footer input[type=submit]{
	width: 270px !important;
	min-width: 270px;
	height: 70px !important;
}
.entry-content .gform_wrapper textarea.medium{
    background: none !important;
    border: 1px solid rgba(255,244,0,.85);
    color: #e9e9e9;
    border-image-outset: 1px;    
}
.gform_wrapper textarea.medium:focus{
    border: 1px solid #ccc;
}
:focus{
	outline: 0;
}
.error404 #main{
	width: 100%;
}
img.featuredimage{
	object-fit: cover;
	margin: 0;
}
.featuredimage{
	width: 100%;
	height: auto;
	border-bottom: 5px solid #231f20;
}
.single .featuredimage{
	border: 0;
	margin-bottom: 20px;
}
.featuredimage, img.attachment-post-thumbnail{
    display: block;
    max-width:100%;
    max-height:400px;
    min-height: 200px;
    width: auto;
    height: auto;
    width: 100% !important;
    object-fit: cover;
    margin-bottom: 30px;
}

.single .content-area h1{
	color: #fff200;
	border-bottom: 1px solid dimgray;
	padding-bottom: 18px;
	width: auto;
	float:  none;
	text-align: left;
	font-family: 'Aller', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin: 0px;
    text-transform: uppercase;
}

.gallery {
	justify-content: center;
}
.gallery-columns-4 .gallery-item {
	width: auto;
	margin: 0;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -2px !important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    margin-bottom: 0 !important;
    
}
.main-navigation ul li:hover:last-of-type > ul, .main-navigation ul li.focus:last-of-type > ul {
	right: 0;
}
@media screen and (max-width: 1599px){
	.services{
		padding-bottom: 0;
	}
	.services .servicecontainer{
		max-width: 800px;
		width: 100%;
	}
	.service{
		margin-bottom: 70px;
	}
	.service:nth-of-type(2){
		border-right: none;
	}
}
@media screen and (max-width: 1160px){
	.sidebarpage{
		padding: 0 20px;
	}
	.sidebarpage .sidebarpage{
		padding: 0;
	}
	.archive .content-area{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1119px){
	.news .item:last-of-type{
		display:block;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		max-width: 334px;
	}
	.news .item:last-of-type .newsbutton{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.news .item:last-of-type .newsbutton .item{
		flex: 1;
	}
	.news .item:last-of-type .newsbutton .item:last-of-type{
		flex: 0;
	}
	.footercta{
		flex-direction: column;
		background: #f5e520 url('images/footerctabg.jpg') no-repeat center right;
		background-size: cover;
		height: 244px;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		justify-content: flex-start;
		object-fit:  cover;
	}
	.footerctatext{
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		max-width: 100%;
		width: 100%;
	}
	.footertextcontainer{
		font-size: 38px;
		line-height: 44px;
		width: 100%;
		max-width: 100%;
		position: relative;
		right: 0;
		left: 0;
		text-align: center;
		padding: 10px 20px;
	}
	.footercta{
		height: auto;
	}
	.footercta .buttons{
		margin: 0;
		padding: 40px 20px 60px;
		height: auto;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		justify-content: center;
		align-items:center;
		min-height: 244px;
	}
	.footercta .buttoncenter{
		margin: 0 auto;
	}
}
@media screen and (max-width: 1059px){
	.main-navigation ul li a {
		color: #231f20;
		padding: 0 18px;
		height: 74px;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		align-items:center;
	}
	/* HOME SLIDER */
	.homeslider {
		min-height: 80vw;
		max-height: 792px;
		overflow: hidden;
		position: relative;
	}
	.homeslider .item {
		height: 80vw;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		flex-direction: row;
		background-position: center center;
		background-size: cover;
		object-fit:  cover;
	}
}

@media screen and (max-width: 1029px){
	.sidebar{
		display: none;
	}

}
@media screen and (max-width: 1024px){
	.blog .articlecontents{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		flex-direction: row-reverse;
		width: 100%;
		max-width: 790px;
	}
}
@media screen and (max-width: 940px){
	.page .site-content {
		border-top: 5px solid #fff200;
	}
	.main-navigation {
		background: none;
	}
    .menu-toggle, .main-navigation.toggled ul {
        display: block;
    }
    .main-navigation ul {
		display: none;
		flex-direction: column;
		//width: 330px;
		position: absolute;
		right: 0;
		top: 59px;
		z-index: 100;
		width: auto;
		height: auto;
	 }
	 .main-navigation.toggled ul {
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	 }
	 .sub-menu {
	   display: none !important;  
	}
	.main-navigation ul li a {
		background: #a7a6a6;
		width: 100%;
	}
	ul.nav-menu li:hover a {
		background: #000;
		color: #fff200;
		border-bottom: 1px solid #fff200;
	}
	.main-navigation {
		right: 40px;
		width: auto;
		float: right;
	}
	.main-navigation ul li {
		width: 100%;
	}
	.desktopmenu{
	    display:none;
	}
	.mobilemenu {
	    display: block;
	}
	.menu-toggle {
		margin-left: auto;
		background: none;
		border-radius: 0;
		border: 1px solid #a7a6a6;
		cursor: pointer;
		outline: none;
		width: 60px !important;
		height: 60px;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		justify-content: center;
		padding: 0;
	}
	.main-navigation.toggled .menu-toggle {
		background: #a7a6a6;
	}
	.menu-toggle #toggle {
		position: relative;
		top: 12px;
	}
	.main-navigation li.menu-item-home.current-menu-item a {
	    background: none;
	    text-indent: 0;
	    width: 100%;
	}
	.main-navigation li.menu-item-home a:hover, .main-navigation li.current-menu-item a {
		color: #fff200;
		background: #000;
		text-indent: 0;
	}
	/* toggle styles */
	button.menu-toggle:hover {
		border: 1px solid #a7a6a6;
	}
	nav.toggled button.menu-toggle:hover {
		border: 0;
	}
	#toggle {
	  display: block;
	  width: 36px;
	  height: 29px;
	  margin: 12px auto;
	}

	#toggle span:after,
	#toggle span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -14px;
	}
	#toggle span:after{
	  top: 14px;
	}
	#toggle span {
	  position: relative;
	  display: block;
	}

	#toggle span,
	#toggle span:after,
	#toggle span:before {
	  width: 100%;
	  height: 5px;
	  background-color: #545454;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 0px;
	}
	nav.toggled #toggle span:after,
	nav.toggled #toggle span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -7px;
	}
	nav.toggled #toggle span:after{
	  top: 11px;
	}
	/* on activation */
	.toggled #toggle span {
	  background-color: transparent;
	}
	.toggled #toggle span:before {
	  transform: rotate(45deg) translate(5px, 5px);
	}
	.toggled #toggle span:after {
	  transform: rotate(-45deg) translate(7px, -8px);
	}
	.toggled #toggle + #menu {
	  opacity: 1;
	  visibility: visible;
	}
	#toggle span, #toggle span:after, #toggle span:before {
		width: 100%;
		height: 1px;
		background-color: #fff200;
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 0px;
	}

	.toggled #toggle span:after, .toggled #toggle span:before {
		width: 100%;
		height: 1px;
		background-color: #000;
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 0px;
	}
	ul#primary-menu {
		width: 100%;
		min-width: 300px;
		max-width: calc(100% - 60px);
		max-width: 400px;
		top: 186px;
		right: 40px;
	}
	.main-navigation ul li {
		height: 72px;
		align-items: left;
		border-bottom: 1px solid #4d4d4c;
	}
	.main-navigation ul li a{
		width: 100%;
		height: 72px;
		color: #000;
		text-align: left;
	}
	.main-navigation a {
		justify-content: flex-start;
		font-size: 26px;
		padding: 0 15px;
	}
	li.current-menu-item {
		/* background: #1a1919; */
	}
	.main-navigation li:hover{
		background: #1a1919;

	}
	.main-navigation li.menu-item-home a {
		background: #a7a6a6;
		text-indent: 0;
		width: 100%;
	}
	.main-navigation li.menu-item-home a:hover, .main-navigation li.menu-item-home.current-menu-item a:hover {
		background: #000;
		color: #fff200;
		
	}
	.main-navigation li.menu-item-home.current-menu-item a {
		color: #fff200;
		text-indent: 0;
		width: 100%;
		background: #212121;
	}
	.main-navigation ul li{
		font-family: "Aller", sans-serif;
		text-shadow: none;
		color: #231f20;
		font-size: 18px;
		font-weight: 700;
		line-height: 20px;
		border-right: none;
		height: 100%;
		text-transform: uppercase;
	}
	.main-navigation ul li a {
		color: #231f20;
		padding: 0 18px;
		height: 74px;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		align-items:center;
		font-family: 'allerbold', sans-serif;
		font-weight: 400;
		line-height: 24px;
	}
	
	.logobuttons{
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		height:  157px;
		justify-content: space-between;
		align-items:  center;
		max-width: 1470px;
		margin: 0 auto;
		padding: 0 40px 0 0;
	}
}
@media screen and (max-width: 1024px){
	/* LOGO BUTTONS */
	
	
	.logobuttons .buttoncenter .button a{
		height: 20px;
		margin: 0 30px
	}
	
	.logobuttons .buttoncenter .button a.requestquote {
		width: 27px;
		height: 20px;
	 	text-indent: -99999px;
	 	border: none;
	 	background: url('images/envelope.png') no-repeat;
	 	background-size: cover;
	}
}
@media screen and (min-width: 941px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
    .desktopmenu{
	    display: block;
	}
	.mobilemenu {
	    display: none;
	}
}
@media screen and (max-width 940px) {
	.desktopmenu{
	    display:none;
	}
	.mobilemenu {
	    display: block;
	}
	/* Small menu. */
    .menu-toggle, .main-navigation.toggled ul {
        display: block;
    }
    .main-navigation ul {
		display: none;
		flex-direction: column;
		//width: 330px;
		position: absolute;
		right: 0;
		top: 59px;
		z-index: 100;
		width: auto;
		height: auto;
	 }
	 .main-navigation.toggled ul {
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
	 }
	 .sub-menu {
	   display: none !important;  
	}
	.main-navigation ul li a {
		background: #a7a6a6;
		width: 100%;
	}
	ul.nav-menu li:hover a {
		background: #000;
		color: #fff200;
		border-bottom: 1px solid #fff200;
	}

	.main-navigation {
		position: absolute;
		right: 40px;
		top: 17px;
		width: auto;
		float: right;
	}
	.main-navigation ul li {
		width: 100%;
	}
	.menu-toggle {
		margin-left: auto;
		background: none;
		border-radius: 0;
		border: 1px solid #797979;
		cursor: pointer;
		outline: none;
		width: 60px !important;
		height: 60px;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;        /* NEW, Spec - Firefox, Chrome, Opera */
		justify-content: center;
		padding: 0;
	}
	.main-navigation.toggled .menu-toggle {
		background: #a7a6a6;
	}
	.menu-toggle #toggle {
		position: relative;
		top: 12px;
	}
	.main-navigation li.menu-item-home.current-menu-item a {
	    background: none;
	    text-indent: 0;
	    width: 100%;
	}
	.main-navigation li.menu-item-home a:hover, .main-navigation li.current-menu-item a {
		color: #fff200;
		background: #000;
		text-indent: 0;
	}
	/* toggle styles */
	button.menu-toggle:hover {
		border: 1px solid #797979;
	}
	nav.toggled button.menu-toggle:hover {
		border: 0;
	}
	#toggle {
	  display: block;
	  width: 36px;
	  height: 29px;
	  //
	  margin: 100px auto 10px;
	}
	
	#toggle span:after,
	#toggle span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -14px;
	}
	#toggle span:after{
	  top: 14px;
	}
	#toggle span {
	  position: relative;
	  display: block;
	}
	
	#toggle span,
	#toggle span:after,
	#toggle span:before {
	  width: 100%;
	  height: 5px;
	  background-color: #545454;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 0px;
	}
	nav.toggled #toggle span:after,
	nav.toggled #toggle span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -7px;
	}
	nav.toggled #toggle span:after{
	  top: 11px;
	}
	/* on activation */
	.toggled #toggle span {
	  background-color: transparent;
	}
	.toggled #toggle span:before {
	  transform: rotate(45deg) translate(5px, 5px);
	}
	.toggled #toggle span:after {
	  transform: rotate(-45deg) translate(7px, -8px);
	}
	.toggled #toggle + #menu {
	  opacity: 1;
	  visibility: visible;
	}
	#toggle span, #toggle span:after, #toggle span:before {
	    width: 100%;
	    height: 1px;
	    background-color: #797979;
	    transition: all 0.3s;
	    backface-visibility: hidden;
	    border-radius: 0px;
	}
	
	.toggled #toggle span:after, .toggled #toggle span:before {
	    width: 100%;
	    height: 1px;
	    background-color: #000;
	    transition: all 0.3s;
	    backface-visibility: hidden;
	    border-radius: 0px;
	}
	ul#primary-menu {
		width: 100%;
		width: auto;
		min-width: 300px;
	}
	.main-navigation ul li {
		height: 72px;
		align-items: left;
	}
	.main-navigation ul li a{
		width: 100%;
		min-width: 700px;
		max-width: 700px;
		height: 72px;
		color: #000;
		text-align: left;
	}
	.main-navigation a {
		justify-content: flex-start;
		font-size: 26px;
		padding: 0 15px;
	}
	li.current-menu-item {
		background: #1a1919;
	}
	.main-navigation li:hover{
		background: #1a1919;
		
	}
	.main-navigation li.menu-item-home a {
	    background: #a7a6a6;
	    text-indent: 0;
	    width: 78px;
	}
	.main-navigation li.menu-item-home a:hover {
		background: #000;
		color: #fff200;
	}
	.main-navigation li.menu-item-home.current-menu-item a {
	    color: #fff200;
	    background: none;
	    text-indent: 0;
	    width: 100%;
	    border-bottom: 1px solid #fff200;
	}
}


@media screen and (max-width: 900px){
	.page .pagecontent .productcenter, .productcenter {
		padding: 0 20px;
	}
}
@media screen and (max-width: 825px){
	.homeslider .item .item{
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.homeslider .item .item:first-of-type{
		height: auto;
		max-width: 100%;
	}
	.homeslider .shell .slideleft, .homeslider .shell .slideright{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	a.sliderbutton {
		
		margin: 40px 0px 0;
	}
	.owl-theme .owl-nav{
		display: none;
	}
	.logobuttons .phone{
		//text-indent: -99999px
	}
	.buttoncenter .button a.phone{
		/* width: 27px; */
		background: url('images/phone.png') no-repeat center left;
		border: none;
		/* text-indent: -999999px; */
	}
	.footercta .buttons .buttoncenter .button a.phone{
		width: 196px;
	}
}
@media screen and (max-width: 799px){
	.services{
		padding-bottom: 0;
	}
	.services .servicecontainer{
		max-width: 800px;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.service{
		border: none;
		padding: 0 20px;
		align-items: center;
	}
}
@media screen and (max-width: 767px){
	.alignleft, .alignright{
		display: none;
	}
	/* HOME SLIDER */
	.homeslider {
		min-height: 80vh;
		max-height: 80vh;
		overflow: hidden;
		position: relative;
	}
	.homeslider .item {
		height: 80vh;
		display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
		flex-direction: row;
		background-position: center center;
		background-size: cover;
		object-fit:  cover;
	}
	.homeslider .shell p.slidecontent{
		display: none;
	}
	.homeslider .slidecontent{
		align-items: center;
		justify-content: center;
	}
	.homeslider .slidecontent a.sliderbutton {
		margin: 0;
	}
	.home .content-area{
		padding: 0
	}
	
	.homeslider .shell {
		
		height: auto;
	}
}
@media screen and (max-width: 725px){
	.site-info{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		padding: 73px 20px 84px;
		flex-direction: column;
	}
	.site-info .item{
		flex:1;
		padding: 0 0px;
		max-width: 100%;
		margin-bottom: 40px
	}
	.site-info .item .item{
		margin-bottom: 0;
	}
	.logobuttons .buttoncenter .button a.phone{
		width: 27px;
		background: url('images/phone.png') no-repeat center left;
		border: none;
		text-indent: -999999px;
	}
}

@media screen and (min-width: 601px){
	.mobile{
		display: none;
	}
	.desktop{
		display: block;
	}
}
@media screen and (max-width: 600px){
	.topbar .buttoncenter .button a.phone{
		width: 30px;
		min-width: 30px;
		background: url('images/phone.png') no-repeat center left;
		border: none;
		text-indent: -999999px
	}
	.topbar .buttoncenter .button a:hover.phone{
		width: 30px;
		min-width: 30px;
		height: 22px;
    	margin: 20px 20px;
	}
	.footercta .buttoncenter{
		display:flex;
		flex-direction: column;
	}
	.footercta .buttons .buttoncenter .button a.phone {
		font-size: 24px;
		padding-left: 20px;
		font-family: "aller";
		margin: 0 auto 40px;
	}
	.homeslider .owl-dots {
		position: absolute;
		top: 26px;
		right: 0;
		margin:  0 auto;
		max-width:  1120px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
		left: 0;
		padding: 0 40px;
	}
	.news{
		background: #3e3e3d;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content:space-evenly;
		padding: 48px 20px 42px 20px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.news .item h3{
		color: #f5e520;
		font-family: 'aller', sans-serif;
		font-size: 30px;
		font-weight: 700;
		line-height: 28px;
		margin: 0 0 43px;
		text-transform: uppercase;
	}
	.newsbutton{
		color: #f5e520;
		font-family: 'aller', sans-serif;
		font-size: 21px;
		font-weight: 400;
		line-height: 28px;
		height: 61px;
		background: rgba(26,25,24,.75);
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0 23px 0 10px;
		text-decoration:none;
		position:  absolute;
		bottom: 0;
		width:  100%;
		text-align: left;
	}
	blockquote {
		padding: 0 20px 0 20px;
		margin: 40px 0 0 0;
		background: none;
		background-position-y: 1em;
	}
	blockquote p{
		color: #efefef;
		font-size: 17px;
		font-weight: 400;
		font-style: normal;
		line-height: 35px;
	}
	blockquote em{
		font-size: 20px;
		line-height: 38px;
	}
	blockquote p strong{
		color: #fff200;
		font-size: 17px;
		font-weight: 400;
		font-style: normal;
		line-height: 42px;
	}
	.logobuttons{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height:  120px;
		justify-content: space-between;
		align-items:  center;
		max-width: 1470px;
		margin: 0 auto;
		padding: 0 20px 0 0;
	}
	.logobuttons .site-branding{
		margin-top: 10px;
	}
	.homeslider .shell {
		margin: 0 auto;
		width: 100%;
		max-width: 1120px;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding:  0 20px 30px;
		height: auto;
	}
	.home .sidebarpage{
		display: block;
		flex-direction: row;
		max-width: 1120px;
		width: 100%;
		margin:  42px auto 0;
	}
	.desktop{
		display: none;
	}
	.mobile {
		display: block;
	}
	.topbar .menu-header-menu-container, .logobuttons .buttons{
		display: none;
	}
	ul#primary-menu {
		width: 100%;
		min-width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		top: 155px;
		left: 20px;
	}
	.topbar .buttoncenter{
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.topbar .buttoncenter .button a{
		height: auto;
		margin: 20px 20px;
	}
	.topbar .buttoncenter .button a.requestquote {
		width: 27px;
		min-width: 27px;
		height: 20px;
		text-indent: -99999px;
		border: none;
		background: url(images/envelope.png) no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.buttoncenter .button a {
		width: 100%;
		min-width: 270px;
		height: 70px;
		border: 1px solid #fff200;
		color: #fff200;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		font-family: 'aller', sans-serif;
		font-size: 22px;
		line-height: 1;
		font-weight: 300;
		text-decoration: none;
		text-transform: uppercase;
		margin: 20px auto;
		background: url('images/buttonarrowyellow.png') no-repeat bottom right;
	}
	.buttoncenter .button a:hover {
		width: 100%;
		height: 70px;
		border: 1px solid #231f20;
		background: #fff200;
		color: #231f20;
		text-decoration: none;
		-webkit-clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 48px, 248px 100%, 0 100%, 0 0);
	}

	.buttoncenter .button a.phone{
		width: 100%;
		min-width: 270px;
		background: url('images/phone.png') no-repeat center left;
		border: none;
	}
	.buttoncenter .button a:hover.phone{
		background: url('images/phone.png') no-repeat center left;
		border: none;
		color: #fff;
	}
	.product {
		max-width: 375px;
		width: calc(100% - 0px);
		margin-bottom: 30px;
		margin: 0 auto 42px;
		overflow: hidden;
	}
	.single .pagecontent ul, .page .pagecontent ul, .single .pagecontent ol, .page .pagecontent ol{
		color: #e1dfdf;
		font-family: 'Arial', sans-serif;
		margin: -10px 0 37px 0;
	}
}



@media only screen and (min-width: 641px){
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	    margin:0;
	}
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	    max-width: calc(100% - 20px)!important;
	}
}