/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.list-contact,
.menu,
.menu .sub-menu,
.slick-dots,
.list-bullets,
.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #161615;
	background: #c7cbcf;
	font: 16px/1.944 "Lato", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 1.143;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 1.1;
}

h2,
.h2 {
	font-size: 30px;
	font-family: "Lora", "Arial", "Helvetica", sans-serif;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #850a0f;
	text-decoration: none;
	-webkit-transition: color .4s ease, background .4s ease, opacity .4s ease, visibility .4s ease;
	transition: color .4s ease, background .4s ease, opacity .4s ease, visibility .4s ease;
}

a:hover,
a:focus {
	color: #ee2029;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #c7cbcf;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #161615;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c7cbcf;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #c7cbcf;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #c7cbcf;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c7cbcf;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #c7cbcf;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.nav-opener {
	width: 30px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	border-top: 2px solid #850a0f;
	position: relative;
}

.nav-active .nav-opener {
	border: none;
}

.nav-opener:before,
.nav-opener:after {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	content: "";
	top: 6px;
	background: #850a0f;
	-webkit-transition: top .4s ease, -webkit-transform .4s ease;
	transition: top .4s ease, -webkit-transform .4s ease;
	transition: top .4s ease, transform .4s ease;
	transition: top .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener:after {
	top: 14px;
}

.nav-active .nav-opener:after {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-area {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 9;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s ease;
	transition: max-height .4s ease;
}

.nav-active .nav-area {
	max-height: 4000px;
}

.nav-drop {
	background: #850a0f;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.nav-active .nav-drop {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.nav-drop .contact-box {
	position: relative;
	z-index: 2;
	padding: 0 16px;
	color: #fff;
	font-weight: 700;
}

.nav-drop .contact-box:before {
	position: absolute;
	left: 0;
	right: -100px;
	top: -100px;
	content: "";
	background: #850a0f;
	bottom: 0;
	z-index: -1;
	display: none;
}

.list-contact {
	font-weight: 700;
}

.list-contact li {
	padding: 0 0 20px;
	letter-spacing: -.2px;
}

.list-contact a {
	color: #fff;
}

.list-contact a:hover {
	opacity: .8;
}

.menu {
	padding: 10px 0;
}

.menu > li {
	position: relative;
}

.menu > li.hover > a {
	background: #56060a;
	color: #fff;
}

.menu > li.hover .sub-menu {
	display: block;
}

.menu > li > a {
	color: #fff;
	position: relative;
	display: block;
	padding: 10px 16px;
}

.menu > li > a.has-drop-down-a {
	padding-right: 20px;
}

.menu > li > a.has-drop-down-a:after {
	display: block;
}

.menu > li > a:after {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "v";
	color: #fff;
	display: none;
	font-size: 11px;
}

.menu > li > a:hover {
	color: #fff;
	background: #56060a;
}

.menu .sub-menu {
	left: 0;
	z-index: 3;
	top: 100%;
	background: #850a0f;
	display: none;
	padding: 10px 20px;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
}

.menu .sub-menu li {
	border-bottom: 1px solid #fff;
}

.menu .sub-menu a {
	color: #fff;
	padding: 10px;
	display: block;
}

.menu .sub-menu a:hover {
	background: #56060a;
}

.visual {
	font-size: 18px;
	line-height: 1.5;
	background: #fff;
	color: #850a0f;
}

.visual .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.visual .h1 {
	margin: 0 0 20px;
}

.visual p {
	margin: 0 0 20px;
}

.visual .text-holder {
	text-align: right;
	letter-spacing: -.2px;
	padding: 10px 0 20px;
}

.visual .slider-wrap {
	margin: 0 -15px;
}

.visual .slide {
	overflow: hidden;
}

.visual .image-holder .logo-holder {
	width: 140px;
	margin: 0 0 0 -20px;
	top: 54.3%;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 -6px;
}

.slick-dots li {
	padding: 0 6px;
}

.slick-dots li.slick-active button {
	border-color: #850a0f;
	background-color: #850a0f;
}

.slick-dots button {
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: none;
	display: block;
	padding: 0;
	border: 3px solid rgba(112, 112, 112, .27);
	-webkit-transition: border .4s ease, background .4s ease;
	transition: border .4s ease, background .4s ease;
}

.slick-dots button:hover {
	border-color: #850a0f;
	background-color: #850a0f;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	position: relative;
}

.container {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.content-wrap {
	/* max-width: 1716px; */
	margin: 0 auto 90px;
	background: #850a0f;
	position: relative;
	overflow: hidden;
}

.container-wide {
	max-width: 1716px;
	margin: 0 auto;
	overflow: hidden;
}

.image-holder {
	position: relative;
}

.image-holder:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 250px;
	content: "";
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 12%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .2) 12%, rgba(0, 0, 0, 0) 100%);
}

.image-holder .logo-holder {
	position: absolute;
	left: -25px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 140px;
}

.image-holder .logo-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.tag-line {
	font-size: 18px;
	line-height: 1.8;
	font-family: "Lora", "Arial", "Helvetica", sans-serif;
	text-align: center;
	padding: 14px 0;
	background: #030000;
	color: #fff;
	position: relative;
}

.tag-line.bg-red {
	font-size: 20px;
	line-height: 1.25;
	background: #850a0f;
	padding: 93px 0 63px;
}

.tag-line .link-text {
	padding: 0 0 0 8px;
}

.tag-line p {
	margin: 0;
}

.tag-line a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

.tag-line a:hover {
	opacity: .8;
}

.tag-line .logo-holder {
	width: 97px;
	top: -56px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.tag-line .logo-holder a:hover {
	opacity: 1;
}

.list-bullets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.list-bullets li {
	padding: 0 10px 0 23px;
	position: relative;
	width: 100%;
}

.list-bullets li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "o";
	font-weight: 600;
}

.col-left {
	width: 100%;
}

.col-right {
	width: 100%;
}

.detail-area {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.detail-area .logo-holder {
	display: block;
	width: 100px;
}

.detail-area .logo-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.detail-area h2 {
	margin: 0 0 20px;
	letter-spacing: -.7px;
}

.detail-area .col-left {
	margin: 0 0 30px;
}

.detail-area p {
	margin: 0 0 30px;
}

.detail-area .box {
	background: #932025;
	padding: 15px;
	margin: 0 0 30px;
}

.detail-area .box.bg-light {
	background: #9f494d;
}

.detail-area .box h3 {
	margin: 0 0 7px;
}

.info-area {
	padding-top: 30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	color: #850a0f;
}

.info-area:before {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	background: #fff;
	z-index: -1;
	left: -9999px;
	right: 0;
}

.info-area .box-holder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 30px;
}

.info-area .img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	margin: 0 0 0 6px;
	height: 26px;
}

.info-area .img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.info-area h2 {
	margin: 0 0 20px;
	letter-spacing: -.7px;
	position: relative;
	z-index: 2;
}

.block-about {
	position: relative;
	color: #fff;
}

.block-about .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
}

.block-about .row.align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #030000;
	margin: 0 -15px;
	background: #fff;
	padding: 20px 15px 0;
}

.block-about .row.align-end .col-left {
	padding: 0;
}

.block-about .row.align-end .col-left:before {
	display: block;
}

.block-about .row.align-end p {
	margin: 0;
}

.block-about .col-left:before {
	position: absolute;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	height: 200px;
	content: "";
	background: #fff;
	display: none;
}

.block-about .col-left img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-about .logo-holder {
	position: absolute;
	left: -25px;
	width: 150px;
	top: 0;
	display: none;
}

.block-about .col-wrap {
	background: #161615;
	margin: 0 -15px;
}

.block-about .text-holder {
	font: 22px/1.333 "Lora", "Arial", "Helvetica", sans-serif;
	position: relative;
	z-index: 2;
	padding: 0 0 20px;
}

.block-about .text-holder a {
	color: #fff;
}

.block-about .text-holder a:hover {
	opacity: .8;
}

.block-about .text-area {
	max-width: 900px;
	padding: 30px 15px;
}

.block-about .image-holder .logo-holder {
	top: 53.9%;
	width: 200px;
	left: -26px;
}

.block-about h2 {
	margin: 0 0 20px;
}

.block-about p {
	margin: 0 0 15px;
}

.block-content {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.block-content:before {
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	content: "";
	background: #fff;
}

.two-cols {
	margin: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	z-index: 2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.two-cols:last-child {
	margin: 0;
}

.two-cols:nth-child(2) h2 {
	margin: 0 0 15px;
}

.two-cols:nth-child(2) .image-holder .logo-holder {
	bottom: 60px;
	left: -68px;
}

.two-cols .col-right {
	padding: 15px;
	letter-spacing: -.35px;
	background: #f5f5f5;
}

.two-cols .col-right:before {
	position: absolute;
	left: 0;
	right: -9999px;
	top: 0;
	bottom: 0;
	content: "";
	background: #f5f5f5;
	z-index: -1;
	display: none;
}

.two-cols .image-holder:before {
	display: none;
}

.two-cols .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.two-cols .image-holder .logo-holder {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: auto;
	bottom: 91px;
	width: 220px;
}

.two-cols h2 {
	color: #850a0f;
	letter-spacing: -.7px;
	margin: 0 0 15px;
}

.two-cols p {
	margin: 0 0 10px;
}

.list-sponsors {
	margin: 0 -3px 0 -10px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-sponsors li {
	padding: 0 10px;
}

.bottom-area {
	background: #030000;
	color: #fff;
}

.bottom-area a {
	color: #fff;
}

.bottom-area a:hover {
	opacity: .8;
}

.footer {
	font-size: 12px;
	line-height: 16px;
	background: #030000;
	padding: 30px 0 20px;
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.footer .col {
	width: 100%;
	padding: 0 10px 0 0;
}

.footer .col:nth-child(2) {
	width: 50%;
}

.footer .col:nth-child(3) {
	width: 50%;
}

.footer .title {
	display: block;
	font-weight: 600;
	margin: 0 0 5px;
}

.footer address {
	font-style: normal;
	margin: 0 0 15px;
}

.footer-logo {
	display: block;
	width: 133px;
	margin: 0 0 20px;
}

.footer-logo a {
	display: block;
}

.footer-logo a:hover {
	opacity: 1;
}

.footer-logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.footer-links {
	font-size: 13px;
	line-height: 17px;
}

.footer-links li {
	margin: 0 0 14px;
}

.header {
	font-size: 16px;
	line-height: 20px;
	background: #fff;
}
.header .container-wide {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: visible;
}

.logo {
	width: 90px;
	display: block;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* CSS FOR CONTACT FORM */

.contact-form-div{
	max-width: 100%;
}

.contact-form-div input {
	width: 94%;
	margin:10px 15px;
}
.contact-form-div textarea{
	width: 100%;
    max-width: 94%;
    height: 9em;
    margin: 10px 15px;
}

.contact-form-div .button {
	clear: both;
    display: block;
    padding: 0.75em 2em;
    color: #fff;
    background-color: #84080E;
    border: solid 1px #25292c;
    transition: 0.3s ease-out;
    text-transform: uppercase;
    text-align: center;
    max-width: 260px;
    margin: 10px 15px;
}


/* ******************** */

/* SUB PAGES */
.sub-pg{
	background: #fff;
}

.sub-pg .detail-area{
	padding-top: 0;
	padding-bottom: 40px;
}

.sub-pg .blw-header {
	width: 100%;
    padding-top: 100px;
    background: #84080E;
}

.sub-pg .col-left,
.sub-pg .col-right{
	float:left;
}

.sub-pg .cnt-wth-img{
	position: relative;
	display: block;
	width: 90%;
	margin-top: 40px;
}

.sub-pg .text-holder-a{
	position: absolute;
	width: 50%;
	display: block;
	top: 0;
	right: 0;
}
.sub-pg .text-holder-a .box{
	background: rgb(147, 31, 37, 0.9);
}


.sub-pg .text-holder-a h2{
	font-size: 27px;
}

.sub-pg .text-holder-a p{
	font-size: 16px;
}

.header-image img{
	width: 100%;
}

.long li{
	width: 100%!important;
}

.u-wrapper {
	margin-top: 40px;
  max-width: 79em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.c-image-grid--thumbs [class*=c-column-] {
    padding: 5px !important;
    margin: 0;
}

.c-column-3 {
	width:33%;
    margin-top: 0;
}

.c-image-grid--thumbs a, .c-image-grid--thumbs img {
    display: block;
    position: relative;
    max-width: 100%;
}


.c-image-grid--thumbs a:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s ease-out;
}

.c-image-grid--thumbs a:hover:after {
    opacity: 0.4;
}

.slide-btn{
	color: black;
	border: 1px solid black;
	padding:15px 10px;
	display: inline-block;
	font-size:15px;
	font-weight: 600;
	margin-top: 20px;
}

.blc-button{
	margin-top:20px;
	color:white; background: #161615;;
	padding: 15px 10px;
	border: 1px solid white;
	display: inline-block;
}
.blc-button:hover{
	color:white;
}

.long-a{
	width: 75%!important;
}

.a-bg {
	max-height: 400px;
    height: 400px;
    background-size: cover;
    background-position: right top;
}

.c-image-grid h2,
.c-image-grid p {
	color:white;
}

.choose-us {
	width:70%!important;
	height: 100%;
	overflow: hidden;
}

@media only screen and (max-width:1320px){
	.choose-us p,
	.choose-us li{
		font-size:14px!important;
	}
}


@media only screen and (max-width:1170px){
	.sub-pg .cnt-wth-img{
		width: 100%;
		margin-top:0;
	}
	.sub-pg .text-holder-a {
	    position: relative;
	    width: 100%;
	}
	.sub-pg .detail-area .box {
    	margin: 0 0 0px;
    	padding-top: 40px;
	}

	.long-a{
		width: 100%!important;
	}
	.a-bg{
		background-image:none!important;
		max-height: 215px;
	}
	.choose-us {
		width:100%!important;
	}
}

@media only screen and (max-width:880px){
	.c-column-3 {
	    width: 34%;
	}
}
@media only screen and (max-width:767px){
	.c-column-3 {
	    width: 100%;
	}
}

@media only screen and (min-width: 55em){
	.c-row {
	    display: flex;
	    flex-wrap: wrap;
	    margin-left: -10px;
	    margin-right: -10px;
	}
}

@media only screen and (min-width: 55em){
	.c-row:before, .c-row:after {
	    content: "";
	    display: table;
	}
}



@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 40px;
	}

	.visual p {
		margin: 0 0 37px;
	}

	.visual .text-holder {
		padding: 10px 0;
	}

	.visual .text-slider {
		padding: 0 30px 0 0;
	}

	.visual .slider-wrap {
		margin-right: -30px;
		margin-left: 0;
	}

	.visual .image-holder .logo-holder {
		width: 240px;
		margin: 0 0 0 -50px;
	}

	body {
		font-size: 18px;
	}

	.content-wrap {
		margin-bottom: 162px;
	}

	.image-holder:before {
		width: 427px;
	}

	.image-holder .logo-holder {
		width: 214px;
	}

	.tag-line {
		font-size: 20px;
		line-height: 1.8;
	}

	.col-left {
		width: 35%;
	}

	.col-right {
		width: 65%;
	}
	.col-half {
		width: 50%;
	}
	.col-half:nth-child(odd) {
		padding-right: 35px;
	}
	.col-half:nth-child(even) {
		padding-left: 35px;
	}

	.detail-area {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.detail-area .logo-holder {
		margin: 12px 0 0;
		width: 124px;
	}

	.detail-area h2 {
		margin: 0 0 36px;
	}

	.detail-area .choose-us h2 {
    	margin: 0 0 20px;
	}

	.detail-area .choose-us p {
	    margin: 0 0 30px;
	}

	.detail-area p {
		margin: 0 0 45px;
	}

	.detail-area .box {
		margin: 0 0 50px;
	}

	.detail-area .box.bg-light {
		padding-top: 40px;
		padding-bottom: 44px;
	}

	.info-area {
		padding-top: 50px;
		margin-bottom: 69px;
	}

	.info-area:before {
		right: 34.4%;
	}

	.info-area .box-holder {
		margin: 0 0 20px;
	}

	.info-area h2 {
		margin: 0 0 5px;
	}

	.block-about .row.align-end {
		margin: 0;
		background: none;
		padding: 0;
	}

	.block-about .col-left {
		padding: 192px 0 0;
	}

	.block-about .logo-holder {
		display: block;
	}

	.block-about .col-wrap {
		margin-right: -30px;
		margin-left: 0;
	}

	.block-about .text-holder {
		font-size: 26px;
		padding: 0 30px 0 0;
	}

	.block-about .text-area {
		padding: 50px 45px 50px 30px;
	}

	.block-about h2 {
		margin: 0 0 36px;
	}

	.block-content {
		padding-top: 63px;
		padding-bottom: 71px;
	}

	.two-cols {
		margin: 0 0 52px;
	}

	.two-cols .col-right {
		padding: 15px 15px 15px 30px;
	}

	.two-cols .col-right:before {
		display: block;
	}

	.two-cols h2 {
		margin: 0 0 25px;
	}

	.two-cols p {
		margin: 0 0 20px;
	}

	.footer {
		padding: 32px 0;
	}

	.footer .col {
		width: 233px;
	}

	.footer .col:nth-child(2) {
		width: 170px;
	}

	.footer .col:nth-child(3) {
		width: 192px;
	}

	.footer-logo {
		margin: 0;
	}

	.logo {
		width: 150px;
	}

	.slide-btn{
		margin-right:30px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 45px;
	}

	h2,
	.h2 {
		font-size: 35px;
	}

	.nav-opener {
		display: none;
	}

	.nav-area {
		max-height: inherit;
		overflow: visible;
		position: static;
		width: calc(100% - 190px);
		margin: -3px 0 0;
	}

	.nav-drop {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: none;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.nav-drop .contact-box {
		width: 245px;
		padding: 20px 10px 20px;
	}

	.nav-drop .contact-box:before {
		display: block;
		right: 0;
		top: 0;
	}

	.list-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.list-contact li {
		padding: 0 3px;
		width: 100%;
	}

	.menu {
		padding: 13px 0 0;
	}

	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.menu > li {
		margin: 0 16px;
	}

	.menu > li.hover > a {
		background: none;
		color: #850a0f;
	}

	.menu > li.hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.menu > li > a {
		color: #161615;
		padding: 0;
	}

	.menu > li > a:after {
		color: #850a0f;
		right: 3px;
	}

	.menu > li > a:hover {
		color: #850a0f;
		background: none;
	}

	.menu .sub-menu {
		position: absolute;
		display: block;
		opacity: 0;
		padding: 0;
		visibility: hidden;
		width: 150px;
	}

	.visual {
		margin: -51px 0 0;
	}

	.visual {
		font-size: 20px;
	}

	.visual .text-holder {
		padding: 75px 0 65px;
	}

	.visual .image-holder .logo-holder {
		width: 401px;
	}

	.tag-line.bg-red {
		font-size: 25px;
	}

	.list-bullets li {
		width: 50%;
	}

	.col-left {
		width: 25.2%;
	}

	.col-right {
		width: 74.8%;
	}

	.detail-area {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.detail-area .col-left {
		padding: 0 15px 0 0;
	}

	.detail-area .col-right {
		width: 66%;
	}

	.detail-area .box {
		padding: 35px 36px 40px;
	}

	.info-area {
		padding-top: 100px;
		padding-bottom: 55px;
	}

	.info-area .box-holder {
		margin: 0 0 53px;
	}

	.block-about .col-left:before {
		height: 381px;
	}

	.block-about .text-holder {
		font-size: 30px;
	}

	.block-about .text-area {
		padding: 109px 45px 144px 75px;
	}

	.block-about .image-holder .logo-holder {
		width: 406px;
		left: -55px;
	}

	.list-sponsors {
		padding: 56px 0 0;
	}

	.header .container-wide {
		padding: 25px 20px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.contact-form-div input {
		width:45%;
		float:left;
	}
	.c-column-3 {
	    width: 25%;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 50px;
	}

	.menu {
		padding: 13px 60px 0 0;
	}

	.menu > li {
		margin: 0 25px;
	}

	.visual .h1 {
		margin: 0 0 35px;
	}

	.detail-area {
		padding-top: 100px;
		padding-bottom: 88px;
	}

	.info-area .img {
		width: 41px;
		margin: 0 0 0 13px;
		height: auto;
	}

	.two-cols:nth-child(2) h2 {
		margin: 0 0 30px;
	}

	.two-cols .col-right {
		padding: 15px 15px 15px 84px;
	}

	.two-cols h2 {
		margin: 0 0 55px;
	}

	.two-cols p {
		margin: 0 0 35px;
	}
}

@media (min-width: 1230px) {
	.visual .slider-wrap {
		margin-right: calc((100vw - 1200px) / -2);
	}

	.block-about .col-wrap {
		margin-right: calc((100vw - 1200px) / -2);
	}
}

@media (min-width: 1296px) {
	.nav-drop .contact-box {
		padding-top: 12px;
	}
	.nav-drop .contact-box:before {
		right: -50px;
    top: -50px;
	}
}

@media (min-width: 1500px) {
	/* .nav-drop .contact-box {
		width: 365px;
	} */
	.nav-drop .contact-box {
		padding-top: 0;
	}

	.menu {
		padding: 0 60px 0 0;
	}

	.menu > li {
		margin: 0 35px;
	}

	.visual {
		margin: -104px 0 0;
	}

	.visual .text-slider {
		margin: 0 0 0 -116px;
		padding: 0 116px 0 0;
	}

	.block-about .row.align-end .col-left {
		margin: 0 0 -13px;
	}

	.block-about .logo-holder {
		top: 199px;
	}

	.header .container-wide {
		padding: 38px 41px;
	}

	.logo {
		width: 187px;
	}

	.slide-btn {
		margin-right: 115px;
	}
}

@media (min-width: 1700px) {
	/* .nav-drop .contact-box {
		width: 465px;
	} */

	.menu > li {
		margin: 0 47px;
	}

	.block-about .logo-holder {
		width: 189px;
	}
}

.c-pdf-list {
	list-style: none;
	padding-left: 0;
}
.c-pdf-list li:not(:first-child) {
	margin-top: .75em;
}
.c-pdf-list a {
	background-image: url(../img/pdf-file.png);
	background-repeat: no-repeat;
	line-height: 32px;
	padding-left: 40px;
	color: #fff;
	display: inline-block;
}
.c-pdf-list a:hover {
	color: #ee2029;
}

.c-contact {
	color: #333;
	background-color: #fff;
}

.c-breadcrumbs {
	font-size: 14px;
	color: #707070;
	margin: 0;
}
.c-breadcrumbs a {
	color: #707070;
	text-decoration: underline;
}

.c-bg-card {
	padding: 100px 20px 80px;
	text-align: center;
	color: #fff !important;
	background-size: cover;
	background-position: left bottom;
}
.c-bg-card--tender {
	background-image: url(../images/bg-tender.jpg);
}
.c-bg-card--enquiries {
	background-image: url(https://www.ajmechanicalservices.co.uk/images/bg-enquiries.jpg);
}
.c-bg-card--tender p {
	max-width: 410px;
}
.c-bg-card--enquiries p {
	max-width: 490px;
}
.c-bg-card h2 {
	color: #fff;
	font-family: "Lato", "Arial", "Helvetica", sans-serif;
	font-weight: 700;
}
.c-bg-card p {
	margin-left: auto;
	margin-right: auto;
}
.c-bg-card a {
	color: #fff !important;
	text-decoration: underline;
	cursor: pointer;
}
.c-bg-card a:hover {
	color: #850a0f !important;
}
.c-bg-card--tender a:not(.button):hover {
	color: #000 !important;
}
.c-bg-card .button {
	background-color: #850a0f;
	background-color: rgba(133,10,15,.8);
	padding: 20px;
	text-align: center;
	display: block;
	max-width: 296px;
	margin: 0 auto;
	text-decoration: none;
	font-weight: 700;
}
.c-bg-card .button:hover {
	background-color: #fff;
}

@media (min-width: 768px) {
	.c-bg-card p {
		font-size: 26px;
		line-height: 36px;
	}
}

.c-maps h4 {
	color: #850a0f;
	margin: 0;
}
.c-maps h4, .c-maps p {
	font-size: 1.125em;
	line-height: 1.6;
}
.c-maps iframe {
	max-width: 1200px;
}
.c-maps iframe + h4 {
	margin-top: 100px;
}

main .container-wide {
	padding: 0 15px;
}
@media (min-width: 1024px) {
	main .container-wide {
		padding: 0 20px;
	}
}
@media (min-width: 1500px) {
	main .container-wide {
		padding: 0 41px;
	}
}