/*!
Theme Name: zephyr_tcnc
Author: Tony Cowan, Zephyrmedia
Author URI: https://www.zephrmedia.com.au
Description: 2019 WordPress Theme for Townsville CNC
Version: 1.0.0
License: GNU General Public License v2 or later
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.

zephyr_tcnc 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/
*/


/*--------------------------------------------------------------
# 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.67em 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;
}

/* 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
--------------------------------------------------------------*/

/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Barlow Light Italic'), local('Barlow-LightItalic'), url(https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Barlow Light Italic'), local('Barlow-LightItalic'), url(https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Barlow Light'), local('Barlow-Light'), url(https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Barlow Light'), local('Barlow-Light'), url(https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Barlow Italic'), local('Barlow-Italic'), url(https://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Barlow Italic'), local('Barlow-Italic'), url(https://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Barlow SemiBold Italic'), local('Barlow-SemiBoldItalic'), url(https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPk5GogvToJdLm8BvE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Barlow SemiBold Italic'), local('Barlow-SemiBoldItalic'), url(https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPk5GouvToJdLm8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Barlow Bold Italic'), local('Barlow-BoldItalic'), url(https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOA5WogvToJdLm8BvE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Barlow Bold Italic'), local('Barlow-BoldItalic'), url(https://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOA5WouvToJdLm8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Barlow Regular'), local('Barlow-Regular'), url(https://fonts.gstatic.com/s/barlow/v4/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Barlow Regular'), local('Barlow-Regular'), url(https://fonts.gstatic.com/s/barlow/v4/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'), url(https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'), url(https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Barlow Bold'), local('Barlow-Bold'), url(https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Barlow Bold'), local('Barlow-Bold'), url(https://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body,
button,
input,
select,
optgroup,
textarea
{
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1
{
	font-size: 40px;
	line-height: 46px;
	font-weight: 400;
	margin: 0 0 35px 0;
	padding: 0;
	color: #ec1c23;
}

h2
{
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	margin: 0 0 25px 0;
	padding: 0;
	color: #ec1c23;
}

h3
{
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 0;
	color: #ec1c23;
}

h4
{
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
	color: #cacaca;
}

h5, h6
{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
}


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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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: #272727;
	/* Fallback for when there is no custom background color defined. */
}

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

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

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. */
}

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

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






/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header
{
	width: 100%;
	height: 100px;
	position: fixed;
	display: block;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header.sticky
{
	background-color: rgba(0, 0, 0, 0.95);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-logo-box
{
	width: 230px;
	height: 140px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-color: #272727;
	z-index: 20;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .header-logo-box
{
	width: 200px;
	height: 100px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-logo-box img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.header-logo-box img,
.footer-logo-box img
{
	width: 126px;
	height: 66px;
}

.header-phone-box
{
	width: 230px;
	height: 70px;
	position: absolute;
	display: block;
	top: 140px;
	left: 0;
	background-color: #ec1c23;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
	padding: 22px 0 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .header-phone-box
{
	width: 200px;
	top: 100px;
	height: 50px;
	padding: 10px 0 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-phone-box svg,
.footer-phone-box svg
{
	margin: 5px 10px 0 0;
	width: 15px;
	height: 15px;
}

.header-shop-box
{
	width: 150px;
	height: 100px;
	position: absolute;
	display: block;
	top: 0px;
	right: 0;
	background-color: #ec1c23;
	z-index: 20;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.header-phone-box:hover,
.header-shop-box:hover
{
	background-color: #8e0006;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.header-shop-box svg
{
	fill: #fff;
	width: 30px;
	height: 30px;
}

.header-shop-box #shoptxt
{
	position: absolute;
	top: 50%;
	left: 65%;
	transform: translate(-50%,-50%);	
}

.header-shop-box svg
{
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-50%,-50%);
}





/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.home-slider,
.hm-slider,
.hm-slider .item
{
	width: 100%;
	height: 1100px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.hm-slider .item .overlay
{
	width: 100%;
	height: 100%;
	position: relative;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 65%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 65%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 65%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.slide-message-box
{
	width: 45%;
	position: absolute;
	right: 40px;
	bottom: 60px;
	text-align: right;
}

.slide-message-box h2
{
	font-size: 100px;
	line-height: 95px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.slide-message-box h4
{
	font-size: 15px;
	line-height: 15px;
	color: #ec1c23;
	font-weight: 700;
	margin: 0 0 0px 0;
	padding: 0;
	text-transform: uppercase;
}

.slide-descip-box
{
	width: 230px;
	position: absolute;
	left: 40px;
	bottom: 60px;
	text-align: center;
}

.slide-descip-box p
{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 20px 0;
	padding: 0;
}

.slidernavline
{
	width: 1px;
	height: 80px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 157px;
	bottom: 20.7%;
}

.hm-content
{
	width: 85%;
	max-width: 1250px;
	display: block;
	margin: 140px auto;
	padding: 0;
}

.hm-content-lt
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 100px 0;
}

.hm-content-rt
{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.hm-services
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.btn-hmserv
{
	width: 30%;
	height: 250px;
	display: inline-block;
	position: relative;
	margin: 0 10px 20px 10px;
	padding: 0;
}

.btn-hmserv .overlay
{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	border-bottom: 0 solid #ec1c23;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.btn-hmserv:hover .overlay
{
	border-bottom: 10px solid #ec1c23;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.btn-hmserv .overlay h3
{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

button.hmserv-tab
{
  cursor: pointer;
  width: 25%;
  height: 160px;
  display: block;
  background-color: #444444;
  transition: .25s ease;
  border-top: 0px solid #ec1c23;
  border-right: 4px solid #ec1c23;
  border-left: 0px solid #ec1c23;
  border-bottom: 0px solid #ec1c23;
  border-radius: 0;
  padding: 0px;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;	
}

.hmserv-tab .overlay
{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.hmserv-tab .overlay:hover
{
	background-color: rgba(238, 29, 36, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.hmserv-tab .overlay p
{
	color: white;
	font-weight: 700;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.hmserv-section-content
{
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 75%;
	padding: 40px;
	z-index: 2;
	outline: none;
	text-align: center;
}

div.hmserv-section:focus button.hmserv-tab, button.hmserv-tab:focus
{
  border-right: 12px solid #ec1c23;
  outline: none;
  top: 0px;
}

.hmserv-section:focus button.hmserv-tab .overlay, button.hmserv-tab .overlay:focus
{
	background-color: rgba(0, 0, 0, 0.3);
}

button.hmserv-tab:focus + .hmserv-section-content,
div.hmserv-section:focus .hmserv-section-content
{
  display: block;
  width: 75%;
  z-index: 2;
  outline: none;
  text-align: center;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0; 
  padding: 40px;
  background-color: #000;
}


div.hmserv-section:focus
{
  outline: none;
}

.hm-projects
{
	width: 100%;
	display: block;
	padding: 90px 0;
	position: relative;
	margin: 0;
	background-color: #343434;
	text-align: center;
}

.hm-projects h2,
.hm-blog h2
{
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	margin: 0 0 80px 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.hm-projects-slider
{
	width: 100%;
	display: block;
	margin: 0 0 80px 0;
}

.hm-projects-slider .item
{
	height: 400px;
}

.proj-image-box
{
	height: 400px;
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.proj-image-box .overlay
{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	border-bottom: 0px solid #ec1c23;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.proj-image-box .overlay:hover
{
	border-bottom: 10px solid #ec1c23;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

h3.proj-title
{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 85%;
	text-align: left;
}

.hm-projects-slider .slick-prev
{
    left: 40px;
    bottom: -125px;
}

.hm-projects-slider .slick-next
{
    right: 40px;
    left: auto;
    bottom: -125px;
}

.hm-blog
{
	width: 100%;
	display: block;
	padding: 90px 0;
	position: relative;
	margin: 0;
	text-align: center;
}

.hm-news-slider
{
	width: 85%;
	max-width: 1250px;
	display: block;
	margin: 0 auto 80px auto;
}

.hm-news-slider .item
{
	height: 320px;
	margin: 0 20px;
}

.news-image-box
{
	width: 100%;
	height: 320px;
	display: block;
	position: relative;
}

.news-text
{
	width: 100%;
	height: 50%;
	position: absolute;
	text-align: left;
	padding: 20px 0 20px 20px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.news-text h3
{
	color: #fff;
	margin-bottom: 10px;
}

p.hmpdate
{
	font-size: 14px;
	line-height: 14px;
	padding: 8px 25px;
	background-color: #ec1c23;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}

.news-image-box:hover > .news-text
{
	background-color: rgba(146, 0, 6, 0.9);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-news-slider .slick-prev
{
    left: 17px;
    bottom: -125px;
}

.hm-news-slider .slick-next
{
    right: 17px;
    left: auto;
    bottom: -125px;
}





/*--------------------------------------------------------------
# Contents
--------------------------------------------------------------*/

.content-area
{
	margin: 0;
	padding: 0;
}

.entry-header
{
	width: 100%;
	height: 210px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;	
}

.page-title
{
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

h1.entry-title
{
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 25px 0 0 260px;
	padding: 0;
}

.entry-header .overlay
{
	width: 100%;
	height: 100%;
	position: relative;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}

.entry-content
{
	width: 85%;
	max-width: 1250px;
	display: block;
	position: relative;
	margin: 90px auto;
	padding: 0;
}







/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/

.projects-area
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.projects-area .item
{
	width: 30%;
	float: left;
	margin: 0 0 40px 5%;
	padding: 0;	
}

.projects-area .item:nth-child(3n+1)
{
	margin: 0 0 40px 0;
}

.project-slider
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.project-slider .item
{
	width: 100%;
	height: 600px;
	margin: 0 0 60px 0;
	padding: 0;	
	position: relative;
}

.proj-image-hide
{
	opacity: 0;
	min-height: 100%;
	min-width: 100%;
}

.proj-caption
{
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	color: #fff;
	padding: 20px;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
}

.project-slider .slick-prev
{
    left: auto;
    right: 50px;
    bottom: 68px;
    width: 11px;
	height: 20px;
}

.project-slider .slick-next
{
    right: 15px;
    left: auto;
    bottom: 68px;
    width: 11px;
	height: 20px;
}

.proj-lft
{
	width: 30%;
	display: block;
	position: relative;
	float: left;
	margin: 0 0 60px 0;
}

h1.project-title
{
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	margin: 0 0 35px 0;
	padding: 0;
	color: #ec1c23;
	text-transform: uppercase;
}

.proj-rgt
{
	width: 65%;
	display: block;
	position: relative;
	float: right;
	margin: 0 0 60px 0;
}

ul.specs
{
	margin: 10px 0 0 0;
	padding: 0;
}

ul.specs li
{
	list-style: none;
	margin: 0;
	padding: 8px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

ul.specs li:first-child
{
	border-top: 1px solid #fff;
}

.past-projects
{
	width: 85%;
	max-width: 1250px;
	display: block;
	margin: 0 auto 80px auto;
	padding: 0;
}

.past-projects .item
{
	width: 33%;
	height: 400px;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}




/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news-blogs .item
{
	width: 30%;
	float: left;
	margin: 0 0 40px 5%;
	padding: 0;
}

.news-blogs .item:nth-child(3n+1)
{
	margin: 0 0 40px 0;
}

.single-post .entry-content
{
	margin: 0 auto 40px auto;
}

.blog-title-area
{
	width: 100%;
	display: flex;
	margin: 0 0 50px 0;
}

.post-thumbnail
{
	flex: 1;
	line-height: 0;
}

.post-thumbnail img
{
	min-width: 100%;
}

.blog-title
{
	flex: 1;
	padding: 40px;
	margin: 0;
	background-color: #404040;
	position: relative;
}

.blog-title h1
{
	font-size: 40px;
	line-height: 46px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 40px 0;
	padding: 0;
}

p.subtitle
{
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0 40px 0 0;
	position: absolute;
	left: 40px;
	bottom: 40px;
}

p.pdate
{
	font-size: 14px;
	line-height: 14px;
	padding: 8px 0;
	margin: 0;
	text-transform: uppercase;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
}

.recent-heading
{
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	margin: 80px 0 10px 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.share
{
	width: 100%;
	display: block;
	position: relative;
	margin: 80px auto;
	padding: 10px 0 3px 0;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	clear: both;
}

.share h4
{
	color: #afafaf;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	padding: 0;
	margin: 4px 20px 10px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	clear: none;
	float: left;
}

.share ul
{
	margin: 0;
	padding: 0;
	float: left;
}

.share ul li
{
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.share ul:hover li:not(:hover)
{
	opacity: 0.5;
}

.share ul li svg
{
	fill: #ec1c23;
}

.single-post .hm-news-slider
{
	margin: 0 auto 40px auto;
}

.single-post .hm-news-slider .slick-prev
{
    left: -50px;
    top: 50%;
    bottom: auto;
}

.single-post .hm-news-slider .slick-next
{
    right: -50px;
    left: auto;
    top: 50%;
    bottom: auto;
}

.all-news
{
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 0 110px 0;
}





/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/

.single-gallery .entry-header
{
    position: relative;
}

.gall-area h2
{
	text-align: left;
}

.gall-area
{
	width: 100%;
	margin: 0 0 5% 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
}

.gall-item
{
	width: 260px;
	height: 180px;
	margin: 0 5px 5px 5px;
	position: relative;
	display: inline-block;
}

.gall-overlay
{
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	background-image: url('img/icon-viewgall.svg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gall-overlay:hover
{
	background-color: rgba(0,0,0,0.7);
	background-image: url('img/icon-viewgall.svg');
	background-repeat: no-repeat;
	background-position: center center;	
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gall-overlay h3
{
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 8px 12px 8px;
    color: #fff;
    background-color: rgba(0,0,0,.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.gallitem-overlay
{
	width: 100%;
	height: 100%;
	background-position: center center !important;	
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.gallitem-overlay svg
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.gallitem-overlay:hover
{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );
	background-color: rgba(0,0,0,0.7);
	background-image: url('img/icon-viewpj.svg');
	background-repeat: no-repeat;
	background-position: center center;	
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gallitem-overlay p
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff !important;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

.single-gallery .all-news
{
	margin: 0;
}





/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn-red,
.btn-red:visited
{
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	background-color: #ec1c23;
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-red:hover,
.btn-red:visited:hover
{
	background-color: #8e0006;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-white,
.btn-white:visited
{
	font-size: 14px;
	line-height: 14px;
	color: #434343;
	background-color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-white:hover,
.btn-white:visited:hover
{
	color: #fff;
	background-color: #ec1c23;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-white2,
.btn-white2:visited
{
	font-size: 14px;
	line-height: 14px;
	color: #434343;
	background-color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-white2:hover,
.btn-white2:visited:hover
{
	color: #fff;
	background-color: #8c0006;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-center
{
	display: inline-block;
	padding: 14px 30px;
}





/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.hm-content:after,
.footer-contacts:after,
.share:after,
.past-projects:after
{
	content: "";
	display: table;
	clear: both;
}




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

.footer-contacts
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.footer-contacts ul
{
	margin: 0;
	padding: 0;
}

.footer-contacts ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 300px;
	float: left;
	display: block;
	background-color: #ec1c23;
	text-align: center;
}

.footer-contacts ul li:first-child
{
	background-color: #c21217;
}

.footer-contacts-icon
{
	width: 45px;
	height: 45px;
	display: block;
	position: relative;
	margin: 50px auto 30px auto;
	opacity: 0.5;
}

.footer-contacts ul li h3
{
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	margin: 0 0 40px 0;
	padding: 0;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

footer
{
	width: 100%;
	height: 140px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.footer-logo-box
{
	width: 126px;
	height: 66px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
}

.footer-phone-box
{
	width: 170px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-phone-box:hover
{
	opacity: 0.3;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.social-media ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 50px;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}

.social-media ul li
{
	list-style: none;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 0 0 15px;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.social-media ul:hover li:not(:hover)
{
	opacity: 0.3;
}

.social-media ul li img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-height: 100%;
	min-width: 100%;
}

.copyright
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center;
}

.copyright p
{
	font-size: 12px;
	line-height: 16px;
	color: #7f7f7f;
	margin: 0;
	padding: 25px;
	text-transform: uppercase;
}

.copyright p a,
.copyright p a:visited
{
	color: #fff;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.copyright p a:hover,
.copyright p a:visited:hover
{
	color: #ec1c23;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}





/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"]
{
	border: none;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	background-color: #ec1c23;
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
{
	background-color: #8e0006;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

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: none;
}

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 #535353;
	border-radius: 3px;
	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: #000;
	border: 2px solid #000;
}

select {
	border: 1px solid #535353;
}

textarea {
	width: 100%;
}

.gform_wrapper {color: #333;}

.gform_wrapper h3.gform_title {
    letter-spacing: 2px !important;
    margin: 10px 0 6px;
    font-weight: 400;
    text-transform: uppercase;
}

.gform_wrapper .message-form span.gform_description
{
	color: #fff !important;
}

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

.message-form input[type="text"]:focus,
.message-form input[type="email"]:focus,
.message-form input[type="url"]:focus,
.message-form input[type="password"]:focus,
.message-form input[type="search"]:focus,
.message-form input[type="number"]:focus,
.message-form input[type="tel"]:focus,
.message-form input[type="range"]:focus,
.message-form input[type="date"]:focus,
.message-form input[type="month"]:focus,
.message-form input[type="week"]:focus,
.message-form input[type="time"]:focus,
.message-form input[type="datetime"]:focus,
.message-form input[type="datetime-local"]:focus,
.message-form input[type="color"]:focus,
.message-form textarea:focus
{
	color: #fff;
	border: 2px solid #fff;
}

.gform_wrapper .message-form div.validation_error
{
    color: #ec1c23;;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #ec1c23;;
    border-bottom: 2px solid #ec1c23;;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.gform_wrapper .message-form .validation_message
{
    color: #ec1c23;
}

.gform_wrapper .message-form li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ec1c23;
}

.gform_wrapper .message-form  li.gfield.gfield_error, .gform_wrapper .message-form  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
{
	background-color: #000;
	border-top: 0px solid #888888;
	border-bottom: 0px solid #888888;
	padding: 10px;
}


.gform_wrapper .contact-form,
.contact-form_wrapper p.gform_required_legend
{
	color: #fff;
}






/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a, a:visited
{
	color: #ec1c23;
	font-weight: 700;
	text-decoration: none;
}

a:hover, a:focus, a:active
{
	color: #ff8a8e;
	outline: none;
	text-decoration: none;
}




/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/

input#burger
{
	opacity: 0;
}

body input + .btn label
{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 25px;
  z-index: 5;
  transform: translate(-50%,-50%);
  padding: 25px;
}

body input + .btn label span
{
  position: absolute;
  width: 50%;
  height: 3px;
  top: 47%;
  margin-top: 0;
  left: 12px;
  display: block;
  background: #fff;
  transition: .2s;
}

body input + .btn label span:first-child
{
  top: 16px;
}

body input + .btn label span:last-child
{
  top: 31px;
}

body .btn label:hover
{
  cursor: pointer;
}

body input:checked + .btn label span
{
  opacity: 0;
  top: 50%;
}

body input:checked + .btn label span:first-child
{
  opacity: 1;
  transform: rotate(405deg);
  left: 13px;
}

body input:checked + .btn label span:last-child
{
  opacity: 1;
  transform: rotate(-405deg);
   left: 13px;
}

body input ~ nav
{
  background-color: rgba(34, 34, 34, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 0px;
  z-index: 3;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}

body input ~ nav > .menu-top-menu-container ul.menu
{
  position: absolute;
  width: 75%;
  top: 130px;
  left: 50%;
  margin: 0;
  padding: 0 0 80px 0;
  transform: translateX(-50%);
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu
{
	margin: 0 0 10px 20px;
	padding: 0;	
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item
{
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  list-style: none;
  border-bottom: 1px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li 
{
  list-style: none;
  border-bottom: 1px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li:last-child
{
	border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item:first-child
{
  border-top: 1px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > a
{
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  padding: 7px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li a
{
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  line-height: 24px;  
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > a:hover,
body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li a:hover
{
	color: #ec1c23;
	 font-weight: 700;
}

body input:checked ~ nav
{
  height: 100%;
  transition-delay: 0s;
  overflow: scroll;
}

body input:checked ~ nav > .menu-top-menu-container ul.menu > li.menu-item
{
  opacity: 1;
  transition-delay: .5s;
}

.btn
{
	position: absolute;
	right: 175px;
	top: 50%;
	z-index:9999;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background-color: #ec1c23;
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:hover
{
	background-color: #8e0006;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:hover label span
{
	background: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .btn
{
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

nav ul.sub-menu::before
{
	content: none !important;
}

nav ul.sub-menu
{
	background-color: transparent;
	border: 0px solid #ec1c23;
}

nav ul.sub-menu a
{
	border-bottom: 0px solid #f2888c;
}

nav ul.sub-menu a:hover
{
	border-bottom: 0px solid #990006;
	background-color: transparent;
}



/*--------------------------------------------------------------
## Desktop Menu
--------------------------------------------------------------*/

.main-navigation
{
	clear: both;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.main-navigation ul
{
	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: 250px;
}

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

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

.main-navigation a
{
	font-size: 15px;
	display: block;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	padding: 15px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation a:hover
{
	background-color: rgba(238, 29, 36, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-parent a
{
	color: #fff;
	background-color: rgba(238, 29, 36, 0.2);
}

ul.sub-menu
{
	background-color: #ec1c23;
	border: 10px solid #ec1c23;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.sub-menu::before
{
	content: url('img/menu-top.svg');
	height: 13px;
	width: 25px;
	position: absolute;
	top: -28px;
	left: 9%;
}

ul.sub-menu a
{
	color: #fff;
	padding: 5px 0;
	border-bottom: 1px solid #f2888c;
	font-size: 14px;
}

.main-navigation .current-menu-parent ul.sub-menu a
{
	color: #fff;
}

ul.sub-menu a:hover
{
	color: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #990006;
	background-color: #990006;
}

ul.sub-menu li:last-child a
{
	border-bottom: 0px solid #029699;
}




/*--------------------------------------------------------------
# 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%;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}


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


/*--------------------------------------------------------------
## 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%;
}

.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;
}








/*--------------------------------------------------------------
## Fancybox
--------------------------------------------------------------*/



body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .95;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
    padding: 44px 44px 0;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
    cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    vertical-align: top;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:hover svg {
    opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

/* Caption */

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}



/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none;
}



/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Slideshow button */

.fancybox-button--play {}

.fancybox-button--play::before,
.fancybox-button--pause::before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent;
}

.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}

.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
}


/* Thumbs */

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs > ul > li {
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}






/*--------------------------------------------------------------
## Responsive Styles
--------------------------------------------------------------*/

@media only screen and (max-width: 9999px)
{
	input#burger, .btn, .mob-hmserv-tab, .mob-hmserv-section-content {display: none;}
}

@media only screen and (max-width: 1750px)
{
	.home-slider, .hm-slider, .hm-slider .item {height: 1000px;}
}

@media only screen and (max-width: 1450px)
{
	.home-slider, .hm-slider, .hm-slider .item {height: 900px;}
	.slide-message-box {width: 55%;}
	.hm-content {margin: 100px auto;}
}

@media only screen and (max-width: 1250px)
{
	.home-slider, .hm-slider, .hm-slider .item {height: 800px;}
	.slide-descip-box {left: 20px;}
	.slidernavline {left: 137px;}
	.slick-prev {left: 90px;}
	.slick-next {left: 170px;}
	.slide-message-box h2 {font-size: 80px;line-height: 75px;}
	.hm-content-lt, .hm-content-rt {width: 100%;float: none;}
	.hm-content-lt {margin-bottom: 70px;}
	.hm-projects, .hm-blog {padding: 60px 0;}
	.hm-projects h2, .hm-blog h2 {margin: 0 0 50px 0;}
	.hm-projects-slider {margin: 0 0 50px 0;}
	.hm-news-slider {margin: 0 auto 50px auto;}
	.hm-projects-slider .slick-prev, .hm-projects-slider .slick-next, .hm-news-slider .slick-prev, .hm-news-slider .slick-next {bottom: -105px;}
}

@media only screen and (max-width: 1100px)
{
	.home-slider, .hm-slider, .hm-slider .item {height: 700px;}
	.main-navigation {display: none;}
	input#burger, .btn {display: block;}	
}

@media only screen and (max-width: 1000px)
{
	.home-slider, .hm-slider, .hm-slider .item {height: 600px;}
	.slide-descip-box p {display: none;}
	.slide-message-box {right: 30px;bottom: 30px;width: 75%;}
	.slide-descip-box {bottom: 40px;width: 120px;}
	.slidernavline {left: 80px;bottom: 15%;}
	.slick-prev {left: 30px;bottom: 17%;}
	.slick-next {left: 110px;bottom: 17%;}
	.projects-area, .news-blogs {text-align: center;}
	.projects-area .item, .news-blogs .item {width: 300px; margin: 0 2% 40px 2%; display: inline-block;float: none;}
	.projects-area .item:nth-child(3n+1), .news-blogs .item:nth-child(3n+1) {margin: 0 2% 40px 2%;}
	.proj-lft, .proj-rgt {width: 100%;float: none;margin: 0 0 40px 0;}
	.project-slider .item {height: 500px;margin: 0 0 40px 0;}
	.share {margin: 40px auto;}
	.recent-heading {40px 0 10px 0}
	.single-project .entry-content {margin-bottom: 40px;}
	.single-project .proj-image-box, .single-project .past-projects .item {height: 250px;}
	.past-projects {margin: 0 auto 40px auto;text-align: center;}
	.project-slider .slick-prev, .project-slider .slick-next {bottom: 50px;}
	.past-projects .item {float: none;width: 300px;height: 300px;display: inline-block;}
	.blog-title-area {display: block;}
	p.pdate {margin: 0 0 30px 0;}
	p.subtitle {position: relative;left: auto;bottom: auto;}
	.slide-message-box h4 {color: #fff;}
}

@media only screen and (max-width: 850px)
{

	.footer-contacts ul li {width: 100%;float: none;}
	.footer-contacts-icon {display: inline-block;}
	.home-slider, .hm-slider, .hm-slider .item {height: 500px;}
	.slide-message-box h2 {font-size: 60px;line-height: 55px;}
}

@media only screen and (max-width: 750px)
{
	.btn-hmserv {width: 100%; margin: 0 0px 20px 0px;border-bottom: 10px solid #ec1c23;}
	.btn-hmserv .overlay {background-color: rgba(0, 0, 0, 0.8);}
}

@media only screen and (max-width: 750px)
{
	.entry-content {margin: 50px auto;}
	.project-slider .item {height: 350px;}
	.home-slider, .hm-slider, .hm-slider .item {height: 400px;}
	.slidernavline {bottom: 22%;}
	.slick-prev {bottom: 24%;}
	.slick-next {bottom: 24%;}
}

@media only screen and (max-width: 650px)
{
	.header-logo-box, .sticky .header-logo-box {width: 180px;height: 100px;}
	.header-phone-box, .sticky .header-phone-box {width: 180px;top: 100px;height: 50px;padding: 12px 0 0 0;}
	body input ~ nav {width: 75%;}
	.slidernavline {display: none;}
	.hm-slider .item .overlay {background: linear-gradient(to bottom, rgba(0,0,0,0) 35%,rgba(0,0,0,0.6) 100%);}
	.entry-header {height: 150px;}
	.page-title {height: 50px;}
	h1.entry-title {font-size: 18px;line-height: 20px;margin: 15px 0 0 200px;}
	.entry-content {margin: 40px auto;}
	.blog-title-area {margin: 0 0 20px 0;}
	.blog-title {padding: 20px;}
	.blog-title h1 {font-size: 30px;line-height: 36px;margin: 0 0 20px 0;}
	p.pdate {margin: 0 0 15px 0;}
	p.subtitle {font-size: 18px;line-height: 26px;padding: 0;}
	.hm-content {margin: 50px auto;}
	.hm-services::after, .hmserv-section-content {display: none;}
	button.hmserv-tab {display: none;width: 0;height: 0;}
	button.hmserv-tab:focus + .hmserv-section-content, div.hmserv-section:focus .hmserv-section-content {display: none;}
	.mob-hmserv-tab {display: block; width: 100%;background-color: #555555;font-size: 15px;
line-height: 18px;color: white;font-weight: 700;text-transform: uppercase; text-align: center;padding: 20px 0;}
	.mob-hmserv-section-content {display: block;width: 100%;padding: 20px;z-index: 2;outline: none;text-align: center;}
}

@media only screen and (max-width: 550px)
{
	footer {height: auto;padding: 30px 0 0 0;}
	.footer-logo-box, .footer-phone-box {position: relative;top: auto;left: auto;transform: none;margin: 0 auto 30px auto;}
	.social-media ul {position: relative;top: auto;right: auto;transform: none;margin: 0 auto 30px auto;}
	.footer-phone-box {width: 130px;}
	.social-media ul li:first-child {margin: 0;}
}

@media only screen and (max-width: 500px)
{
	body input ~ nav {width: 100%;}
	.header-shop-box {width: 100px; height: 55px;right: 10px;top: 50%;transform: translateY(-50%);}
	.header-shop-box svg {left: 25%;}
	.header-shop-box #shoptxt {left: 70%;}
	.btn {right: 125px;}
	.slide-message-box, .slide-descip-box {width: 85%;right: auto;left: 50%;transform: translateX(-50%);text-align: center;}
	.slide-descip-box {bottom: 25px;}
	.slide-message-box {bottom: 70px;}
	.slide-message-box h2 {font-size: 40px;line-height: 35px;}
	.hm-news-slider .item {margin: 0;}
	.page-title {bottom: -50px;}
	h1.entry-title {margin: 15px 0 0 20px;}
	.entry-content {margin: 80px auto 40px auto;}
	.footer-contacts ul li h3 {margin: 0 0 30px 0;}
	.projects-area .item, .news-blogs .item {margin: 0 0 20px 0; width: 100%;}
	.projects-area .item:nth-child(3n+1), .news-blogs .item:nth-child(3n+1) {margin: 0 0 20px 0;}
	.project-slider .item {height: 200px;}
	.past-projects .item {width: 100%;}
	.single-post .entry-content {margin: 50px auto 40px auto;}
}






