/*
Theme Name: Repipe
Theme URI: N/A
Author: Club of Aces - GG
Author URI: http://clubofaces.com.au
Description: Club of Aces custom designed and built Wordpress theme
Version: 1.0
License: Copyright &copy; 2016 Repipe.  All rights reserved. 
License URI: 
Tags: 
Text Domain:  
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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

html {
	/*font-family: sans-serif;*/ /* 1 */
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	-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/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 when focused and also mouse hovered in all browsers.
 */

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: 0.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: -0.5em;
}

sub {
	bottom: -0.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 {
	-moz-box-sizing: content-box;
	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;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.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;
	max-width:100% !important;
}

td,
th {
	padding: 0;
}

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0;
	-moz-animation: opacitize forwards 100ms;
	-o-animation: opacitize forwards 100ms;
	-webkit-animation: opacitize forwards 100ms;
	animation: opacitize forwards 100ms;
}

.no-cssanimations .mfp-bg {
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/* Animation speeds */

/* Border radius 
$radius:6px;*/

/*
	Clearing methods
*/

.gallery {
	margin-left: -2%;
	clear: both;
}

.gallery .gallery-caption {
	margin: 5px 0 0;
}

.gallery .gallery-item {
	width: 48%;
	float: left;
	padding: 0;
	margin: 2% 0 0 2%;
}

.gallery .gallery-item img {
	display: block;
	width: 100%;
	max-width: 100%;
}

/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.nav-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 100;
}

.nav-container .owl-prev,
.nav-container .owl-next {
	position: absolute;
	height: 20px;
	width: 20px;
	text-indent: -999em;
	overflow: hidden;
	opacity: 0.4;
	transition: opacity 200ms;
}

.nav-container .owl-prev:hover,
.nav-container .owl-next:hover {
	opacity: 1;
}

.nav-container .owl-prev {
	left: 5px;
	background: url(images/previous-white.svg) 0 0 no-repeat;
	background-size: contain;
}

.nav-container .owl-next {
	right: 5px;
	background: url(images/next-white.svg) right 0 no-repeat;
	background-size: contain;
	transition: opacity 200ms;
}

.pager-container {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 3px;
	z-index: 100;
}

.pager-container .owl-dot {
	background: #fff;
	opacity: 0.4;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	transition: opacity 200ms;
}
.panel.panel--grey.panel-call{padding-top:1px;padding-bottom:0;background:#fff url(images/call-bg.jpg) center center no-repeat;}
.banner-last-line{font-size:25px;padding-top:30px;background-image:url(images/MagnifyGlass.png);background-repeat:no-repeat;padding-left:50px;background-position:left bottom;margin-top:20px;}
.need-hand{background-image:url(images/MagnifyGlass.png) !important;background-repeat:no-repeat !important;background-position:4% 30% !important;}
.pager-container .owl-dot.active {
	opacity: 1;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
}

.client-logo{padding-top:20px !important;padding-bottom:20px !important;}
/* Roboto Light 50px / 51px */

/* Raleway Reg 20px / 30px */

/* Roboto Reg 30px / 35px */

/* Roboto Reg 16px /  */

/* Roboto med 13px /  */

/* Raleway Bold 16px / 16px  */

/* Roboto Bold 23px 
$bold-heading: (
  default:16px, 
  tablet:18px,
  desktop:23px 
);
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Raleway Medium 15px/23px*/

body {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1.57em;
	color: #444444;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: greyscale;
}

a {
	text-decoration: none;
	color: #96c942;
	transition: 150ms color;
	font-weight: 500;
}

a[href^=tel] {
	cursor: text;
}

a:hover {
	color: #0071ce;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

p,
ol,
ul,
li {
	margin: 0;
}

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

hr {
	border: none;
	border-top: 1px solid #f5f5f5;
	margin: 40px 0;
}

.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.btn {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	text-transform: none;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 9px;
	border: none;
	display: inline-block;
	transition: background 150ms, color 150ms, border-color 150ms;
	color: #96c942;
	border: 2px solid #96c942;
	background: transparent;
}
.same-btn{width: 170px;text-align: center;}

.btn strong {
	transition: color 150ms;
	color: #96c942;
}

.btn:hover {
	background: #003765;
	border-color: #003765;
	color: #ffffff;
}

.btn:hover strong {
	color: #96c942;
}

.panel--green .btn {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	text-transform: none;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 9px;
	border: none;
	display: inline-block;
	transition: background 150ms, color 150ms, border-color 150ms;
	color: #ffffff;
	border: 2px solid #ffffff;
	background: transparent;
}

.panel--green .btn strong {
	transition: color 150ms;
	color: #003765;
}

.panel--green .btn:hover {
	background: #0071ce;
	border-color: #0071ce;
	color: #ffffff;
}

.panel--green .btn:hover strong {
	color: #96c942;
}

.content-area > *:first-child {
	margin-top: 0;
}

.content-area > *:last-child {
	margin-bottom: 0;
}

.content-area h1 {
	font-size: 30px;
	font-size: 1.875rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.1em;
	color: #003765;
	margin: 0.50em 0;
}

.panel--green .content-area h1 {
	color: #ffffff;
}

.content-area h2 {
	font-size: 22px;
	font-size: 1.375rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400; /*TODO*/
	line-height: 1.16em;
	margin: 0.4em 0;
}

.content-area h3 {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	color: #0071ce;
	margin: 0.4em 0;
}

.content-area h4 {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 800; /*TODO*/
	line-height: 1.57em;
	color: #003765;
	margin: 0.4em 0;
}

.content-area .intro {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	color: #0071ce;
}

.panel--green .content-area .intro {
	color: #ffffff;
}

.content-area p,
.content-area ol,
.content-area ul {
	margin: 0.8em 0;
}

.panel--green .content-area a {
	color: #003765;
}

.panel--green .content-area a:hover {
	color: #0071ce;
}

.content-area ul li {
	margin-bottom: 0.5em;
}

.content-area ol li {
	margin-bottom: 0.5em;
	list-style: decimal;
}

.content-area table {
	margin: 1.5em 0;
}

.content-area table th {
	padding: 8px;
	text-align: left;
	border: 1px solid #cccccc;
}

.content-area table td {
	border: 1px solid #cccccc;
	padding: 8px;
}

.content-area hr {
	margin: 1em 0;
	border-top: 1px solid #e6e6e6;
}

/*
.content-intro {
  text-align:center;
  border-bottom:$light-grey 1px solid;
  margin-bottom:20px;
  @include breakpoint(tablet) {
    margin-bottom:30px;
  }
  p {
    @include main-subheading;
    margin-top:0;
  }
  .breadcrumbs {
    @include small-font;
    margin-bottom:30px;
    display:block;
    span {
      color:$red;
    }
  }
}
*/

/* Content Buttons 
.btn-primary { 
  @include btn;
  & + &,
  & + .btn-secondary {
    margin-left:10px;
  }
}

.btn-secondary { 
 @include btn($red);
  & + &,
  & + .btn-primary {
    margin-left:10px;
  }
}

*/

body,
html {
	margin: 0;
	padding: 0;
	position: relative;
}

.inner-wrap {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.inner-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.panel {
	padding-top: 30px;
	padding-bottom: 30px;
}

.panel--grey {
	background: #f5f5f5;
}

.panel--green {
	background: #96c942;
	color: #ffffff;
	background: -moz-radial-gradient(left top, ellipse cover, #66cb92 0%, rgba(150, 201, 66, 0) 50%), -moz-radial-gradient(right bottom, ellipse cover, #66cb92 0%, rgba(150, 201, 66, 0) 50%), #96c942;
	background: -webkit-radial-gradient(left top, ellipse cover, #66cb92 0%, rgba(150, 201, 66, 0) 50%), -webkit-radial-gradient(right bottom, ellipse cover, #66cb92 0%, rgba(150, 201, 66, 0) 50%), #96c942;
	background: radial-gradient(ellipse at left top, #66cb92 0%, rgba(150, 201, 66, 0) 50%), radial-gradient(ellipse at right bottom, #66cb92 0%, rgba(150, 201, 66, 0) 50%), #96c942;
}

.panel--blue {
	background: #0071ce;
	color: #ffffff;
	background: -moz-radial-gradient(left top, ellipse cover, #2cb7dd 0%, rgba(0, 113, 206, 0) 50%), -moz-radial-gradient(right bottom, ellipse cover, #2cb7dd 0%, rgba(0, 113, 206, 0) 50%), #0071ce;
	background: -webkit-radial-gradient(left top, ellipse cover, #2cb7dd 0%, rgba(0, 113, 206, 0) 50%), -webkit-radial-gradient(right bottom, ellipse cover, #2cb7dd 0%, rgba(0, 113, 206, 0) 50%), #0071ce;
	background: radial-gradient(ellipse at left top, #2cb7dd 0%, rgba(0, 113, 206, 0) 50%), radial-gradient(ellipse at right bottom, #2cb7dd 0%, rgba(0, 113, 206, 0) 50%), #0071ce;
}

.content-wrap {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-right: -20px;
}

.content-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.content-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.content-wrap .content {
	padding-left: 10px;
	padding-right: 10px;
}

.content-wrap .content {
	float: left;
}

.content-wrap .content-image img {
	display: block;
	margin-bottom: 20px;
}

.content {
	margin-top: 1em;
}

.content:first-child {
	margin-top: 0px;
}

.content table {
	width: 100%;
}

/* 
  Worpdress admin area content elements
  Classes to be supplied in the editor-style.css for
  usage in editor.
*/

html.lastchild {
	margin-top: 0 !important;
}

.admin-bar .header-space {
	padding-top: 46px;
}

.wp-caption {
	margin: 0;
	max-width: 100%;
}

.wp-caption img {
	display: block;
}

div.mceTemp {
	-ms-user-select: element;
}

dl.wp-caption,
dl.wp-caption * {
	-webkit-user-drag: none;
}

.wp-caption-dd {
	font-size: 14px;
	padding-top: 0.5em;
	margin: 0;
}

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

.alignleft {
	margin: 1em 0;
	display: block;
}

.alignright {
	margin: 1em 0;
	display: block;
}

.roboto {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.call {
	color: #96c942;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	position: relative;
	padding-left: 40px;
	line-height: 32px;
	font-size: 16px;
	font-size: 1rem;
}

.call:before {
	background: url(images/phone-blue.svg) center center/cover no-repeat;
	height: 30px;
	width: 30px;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.post-edit-link {
	margin-top: 10px;
	display: block;
	color: #0071ce;
	text-decoration: underline;
}

.post-edit-link:hover {
	text-decoration: none;
}

.wp-caption {
	position: relative;
}

.wp-caption a[href*='youtube.com'] {
	position: relative;
	display: block;
}

.wp-caption a[href*='youtube.com']:after {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000000;
	opacity: 0.5;
	top: 0;
	left: 0;
	content: "";
	transition: opacity 150ms;
}

.wp-caption a[href*='youtube.com']:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 4;
}

.wp-caption a[href*='youtube.com']:hover:after {
	opacity: 0.3;
}

.wp-caption-text {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 15px;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	margin-top: 30px;
	line-height: 1.2em;
	padding-top: 65px;
}

.wp-caption-text:before {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	border: 5px solid #ffffff;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.wp-caption-text:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 50%;
	transform: translatex(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 14px solid #ffffff;
	margin: 0 0 0 2px;
}

.btn-blue {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	text-transform: none;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 9px;
	border: none;
	display: inline-block;
	transition: background 150ms, color 150ms, border-color 150ms;
	color: #0071ce;
	border: 2px solid #0071ce;
	background: transparent;
	color: #ffffff;
	background: #0071ce;
	font-size: 20px;
	font-size: 1.25rem;
	padding: 12px;
	margin-right: 15px;
	margin-top: 15px;
}

.btn-blue strong {
	transition: color 150ms;
	color: #96c942;
}

.btn-blue:hover {
	background: #003765;
	border-color: #003765;
	color: #ffffff;
}

.btn-blue:hover strong {
	color: #96c942;
}

.btn-blue:hover {
	background: #0087f7;
	border-color: #0087f7;
}

.btn-blue:last-child {
	margin-right: 0;
}

.btn-blue:first-child {
	margin-top: 0;
}

.btn-green {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	text-transform: none;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 9px;
	border: none;
	display: inline-block;
	transition: background 150ms, color 150ms, border-color 150ms;
	color: #96c942;
	border: 2px solid #96c942;
	background: transparent;
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	padding: 12px;
	margin-right: 15px;
	margin-top: 15px;
}

.btn-green2 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	text-transform: none;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 9px;
	border: none;
	display: inline-block;
	transition: background 150ms, color 150ms, border-color 150ms;
	color: #003765;
	border: 2px solid #96c942;
	background: #96c942;
	font-size: 20px;
	font-size: 1.25rem;
	padding: 12px;
	margin-right: 15px;
	margin-top: 15px;
}
.btn-green2:hover{background:#ABD468;border: 2px solid #ABD468;color: #003765;}

.btn-green strong {
	transition: color 150ms;
	color: #96c942;
}

.btn-green:hover {
	background: #96c942;
	border-color: #96c942;
	color: #ffffff;
}

.btn-green:hover strong {
	color: #96c942;
}

.btn-green strong {
	color: #96c942;
}

.btn-green:hover strong {
	color: #003765;
}

.btn-green:last-child {
	margin-right: 0;
}

.btn-green:first-child {
	margin-top: 0;
}

.pagination {
	display: block;
	clear: both;
	text-align: center;
	margin-top: 40px;
	padding: 20px 0 0;
	font-weight: 400;
	position: relative;
	border-top: 1px solid #f5f5f5;
}

.pagination .next {
	position: absolute;
	right: 0;
}

.pagination .prev {
	position: absolute;
	left: 0;
}

.pagination a.page-numbers:not(.next):not(.prev) {
	display: inline-block;
	padding: 0 7px;
	background: #ffffff;
}

.pagination a.page-numbers:not(.next):not(.prev):hover {
	color: #ffffff;
	background: #0071ce;
}

.pagination .page-numbers.current {
	display: inline-block;
	padding: 0 7px;
	color: #ffffff;
	background: #0071ce;
}

.content-area .gallery {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0 -10px;
}

.content-area .gallery > li {
	list-style: none;
}

.content-area .gallery:after {
	content: "";
	display: table;
	clear: both;
}

.content-area .gallery li {
	float: left;
	padding: 20px 10px 0;
	width: 50%;
}

.content-area .gallery li img {
	width: 100%;
	display: block;
}

.content-area .gallery li p {
	margin: 5px 0 0;
}

.content-area .gallery li img {
	width: 100%;
	display: block;
}

.video-gallery {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 20px 0;
}

.video-gallery > li {
	list-style: none;
}

.video-gallery:after {
	content: "";
	display: table;
	clear: both;
}

.video-gallery li {
	position: relative;
	width: 100%;
	background: #0071ce;
}

.video-gallery a {
	position: relative;
	display: block;
}

.video-gallery a:hover img {
	opacity: 1;
}

.video-gallery img {
	display: block;
	opacity: 0.4;
	transition: 150ms opacity;
}

.document-gallery {
	width: 100%;
	border-top: 1px solid #f5f5f5;
}

.document-gallery td {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #f5f5f5;
	width: 100%;
}

.header {
	z-index: 5;
	width: 100%;
	background: #ffffff;
}

.header:after {
	content: "";
	display: table;
	clear: both;
}

.header .inner-wrap {
	max-width: 1350px;
}

.header .btn {
	display: none;
}

.header .btn span {
	display: none;
}

.phone {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	color: #003765;
	background: #96c942;
	height: 100%;
	line-height: 70px;
	display: block;
	margin-right: -20px;
	margin-left: -20px;
}

.phone a {
	color: #003765;
}

.phone:before {
	content: "";
	background: url(images/phone.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.phone:hover:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: shake;
	animation-name: shake;
}

.key-points {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-right: -20px;
}

.key-points > li {
	list-style: none;
}

.key-points:after {
	content: "";
	display: table;
	clear: both;
}

.key-points .key-point {
	padding-left: 10px;
	padding-right: 10px;
}

.key-point {
	float: left;
	margin-top: 20px;
}

.key-point:first-of-type {
	margin-top: 0;
}

.key-point .key-point-img,
.key-point .key-point-heading {
	transition: 200ms transform ease-out;
}

.key-point:hover .key-point-img,
.key-point:hover .key-point-heading {
	transform: translateY(-10px);
}

.key-point-img {
	height: 65px;
	width: 50px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 1em;
}

.key-point-img--trophy {
	background-image: url(images/trophy.svg);
}

.key-point-img--moneysearch {
	background-image: url(images/money-search.svg);
}

.key-point-img--spanner {
	background-image: url(images/spanner.svg);
}

.key-point-img--wa {
	background-image: url(images/western-australia.svg);
}

.logo {
	width: 200px;
	display: block;
	padding: 15px 0;
	margin: 0 auto;
	height: 70px;
}

.logo img {
	display: block;
	width: 100%;
}

.testimononials {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-right: -20px;
}

.testimononials:after {
	content: "";
	display: table;
	clear: both;
}

.testimononials > * {
	padding-left: 10px;
	padding-right: 10px;
}

.testimononials > * {
	float: left;
}

.panel--green:hover h2.testimonal-heading:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: tada;
	animation-name: tada;
}

h2.testimonal-heading {
	font-size: 30px;
	font-size: 1.875rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.1em;
	position: relative;
	color:#0071ce;
}

h2.testimonal-heading:before {
	height: 60px;
	width: 60px;
	background: url(images/thumbs-up.svg) 0 0 no-repeat;
	background-size: contain;
	content: "";
	display: block;
	margin: 0 auto 15px;
}

.testimonal-feed {
	position: relative;
	color: #003765;
}

.testimonal-feed .btn {
	position: relative;
	bottom: 0;
	margin-top: 20px;
	padding-left: 45px;
}

.testimonal-feed .btn strong {
	font-weight: 800;
}

.testimonal-feed .btn svg {
	position: absolute;
	height: 26px;
	width: 26px;
	display: block;
	top: 50%;
	left: 10px;
	margin-top: -13px;
}

.testimonal-feed .btn path {
	fill: #003765;
	transition: 150ms fill;
}

.testimonal-feed .btn:hover path {
	fill: #96c942;
}

.testimonal-feed .btn:hover svg {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: tada;
	animation-name: tada;
}

.testimonal-profile {
	text-align: center;
}

.testimonal-profile:hover .testimonial-rating {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.testimonial-image {
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
	height: 105px;
	width: 105px;
	position: relative;
	box-shadow: 3px 3px 20px 2px rgba(0, 0, 0, 0.3);
	opacity: 0.99;
}

.testimonial-image:after {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	z-index: 1;
	width: 200%;
	height: 100%;
	transform: rotate(-35deg) translate(0, -90%);
	top: 0;
	left: 0;
}

.testimonial-name {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 800;
	margin: 17px 0 10px;
}

.testimonial-rating {
	background: url(images/star.svg) 0 0;
	background-repeat: space space;
	background-size: auto 100%;
	height: 22px;
	width: 130px;
	margin: 0 auto 10px;
}

.providers-heading {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #0071ce;
	text-align: center;
	margin-bottom: 20px;
}

.providers {
	position: relative;
}

.providers-stage {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 60px;
	height: 75px;
	opacity: 0;
	transition: 250ms opacity;
}

.providers-stage .slide {
	float: left;
	height: 75px;
	width: auto;
	margin-right: 50px;
}

.providers-stage .slide img {
	max-height: 100%;
	width: auto;
	max-width: none;
}

.providers-stage.owl-loaded {
	opacity: 1;
}

.providers-stage.owl-carousel .slide {
	margin: 0;
}

.providers-stage.owl-carousel .slide img {
	max-height: 100%;
	width: auto;
	max-width: none;
}

.providers-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.providers-nav .owl-next,
.providers-nav .owl-prev {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(images/slide-right.svg) no-repeat center center/auto 50% #f5f5f5;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	transition: 150ms opacity;
}

.providers-nav .owl-next:hover,
.providers-nav .owl-prev:hover {
	opacity: 1;
}

.providers-nav .owl-prev {
	left: 0;
	background-image: url(images/slide-left.svg);
}

.hero {
	background: url(images/inner-hero.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	position: relative;
}

.hero-inner-text {
	position: relative;
}

.hero-inner-text h1 {
	font-size: 30px;
	font-size: 1.875rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.hero-inner-text p.intro {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	color: #aae44c;
}

.hero--feature {
	background-image: url(images/home-hero.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
}

.hero--feature .inner-wrap {
	height: 100%;
}

.hero--blog .hero-inner-text h1 {
	margin-bottom: 15px;
}

.hero-wrap {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-right: -20px;
	height: 100%;
	position:relative;
}

.hero-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.hero-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.hero-wrap .hero-col {
	padding-left: 10px;
	padding-right: 10px;
}

.hero-copy-title {
	position: relative;
	/*background-color:#336699;*/
}

.hero-copy-title:before {
	height: 150px;
	width: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -165px;
	left: 0;
	transition: 150ms opacity;
	/*background-color:#336699;*/
	
}
.hero-copy-title:before {
	background-image: url(images/heart.png);
}
.hero-icon--tap .hero-copy-title:before {
	background-image: url(images/tap.svg);
}

.hero-icon--pipe .hero-copy-title:before {
	background-image: url(images/pipe.svg);
}

.hero-icon--cctv .hero-copy-title:before {
	background-image: url(images/CCTV.svg);
}

.hero-icon--burst .hero-copy-title:before {
	background-image: url(images/burst.svg);
}

.hero-icon--sprinkler .hero-copy-title:before {
	background-image: url(images/sprinkler.svg);
}

.hero-icon--toilet .hero-copy-title:before {
	background-image: url(images/toilet.svg);
}

.hero-icon--gauge .hero-copy-title:before {
	background-image: url(images/gauge.svg);
}

.hero-icon--keyhole .hero-copy-title:before {
	background-image: url(images/keyhole.svg);
	width: 185px;
}


.hero-copy {
	display: none;
	position: relative;
	margin-top: 20px;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	font-weight: 300;
	color: #ffffff;
}

.hero-copy .hero-copy-item {
	position: absolute;
	transition: 150ms opacity;
	/*background-color:#336699;*/
	padding:15px 0 30px;
	height:370px;
}

.hero-copy .hero-copy-item h1 {
	font-size: 30px;
	font-size: 1.875rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.1em;
	margin: 0.5em 0;
}

.hero-copy .hero-copy-item p {
	margin: 0.8em 0;
	display:inline;
}

.hero-copy .hero-copy-item p + h2 {
	margin-top: 1em;
}

.hero-copy .hero-copy-item h2 {
	margin-bottom: 15px;
}

.hero-copy .hero-copy-item > *:first-child {
	margin-top: 0;
}

.hero-copy .hero-copy-item > *:last-child {
	margin-bottom: 0;
}

.hero-copy .hero-copy-item.active {
	opacity: 1;
	visibility: visible;
	position: static;
}

.hero-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hero-list > li {
	list-style: none;
}

.hero-list:after {
	content: "";
	display: table;
	clear: both;
}

.hero-list li {
	width: 31.33%;
	float: left;
	overflow: hidden;
	margin: 1%;
	position: relative;
}

.hero-list li a {
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: 150ms background;
}

.hero-list li a .hero-list-img {
	opacity: 0;
}

.hero-list li a h4 {
	padding: 5px;
}

.hero-list li a h4 span {
	color: #96c942;
	display: block;
}

.hero-list li a:hover {
	background: rgba(0, 0, 0, 0.5);
}

.hero-list li img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
}

.hero-list li h4 {
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.4em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #ffffff;
	position: absolute;
	text-transform:capitalize;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 50%;
	padding: 5px;
	transform: translateY(50%);
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	z-index: 2;
	background: transparent;
	/*transition: 150ms bottom, 150ms background, 150ms transform;*/
}

.hero-list .hero-list-item-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: none;
}

.hero-list .hero-list-item-link span {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.hero-list .hero-list-item-link:hover {
	background: none;
}

.hero-list li:not(.hero-list-link) {
	background: #0071ce;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
	cursor: pointer;
}

.hero-list li:not(.hero-list-link):before {
	content: "";
	position: absolute;
	background: #0071ce;
	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 150ms background;
}

.hero-list li:not(.hero-list-link):after {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	z-index: 1;
	width: 200%;
	height: 100%;
	transform: rotate(-35deg) translate(0, -90%);
	top: 0;
	left: 0;
}

.hero-list li:not(.hero-list-link) h4 {
	/*transition: 150ms bottom, 150ms background, 150ms transform;*/

	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #ffffff;
	position: absolute;
	text-transform:capitalize;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 5%;
	padding: 5px;
	transform: none;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	z-index: 2;
	background: transparent;
}

.hero-list li:not(.hero-list-link) .hero-list-img:before {
	height: 70%;
	width: 70%;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: 150ms opacity;
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--tap:before {
	background-image: url(images/tap.svg);
	
}
.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--mg:before {
	background-image: url(images/mg.svg);
		height: 45%!important;
	width: 45%!important;
}
.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--pipe:before {
	background-image: url(images/pipe.svg);
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--cctv:before {
	background-image: url(images/CCTV.svg);
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--burst:before {
	background-image: url(images/burst.svg);
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--sprinkler:before {
	background-image: url(images/sprinkler.svg);
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--toilet:before {
	background-image: url(images/toilet.svg);
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--gauge:before {
	height: 65px;
	background-image: url(images/gauge.svg);
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--keyhole:before {
	width: 82%;
	height: 65px;
	background-image: url(images/keyhole.svg);
}

.hero-list li:not(.hero-list-link) img {
	opacity: 0.2;
	transition: 150ms opacity;
}

.hero-list li:not(.hero-list-link):hover:before {
	background: #96c942;
}

.hero-list li:not(.hero-list-link):hover .hero-list-img:before {
	opacity: 1;
}

.hero-list li:not(.hero-list-link):hover img {
	opacity: 0;
}

.hero-list li:not(.hero-list-link):hover h4 {
	/*bottom: -100%;
	transform: translateY(0%);*/
	transform:none;
	background: #0071ce;

}

.skip-link {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.primary-navigation-heading {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.primary-navigation .mobile-only {
	display: block;
}

.primary-navigation-listing {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation-listing > li {
	list-style: none;
}

.primary-navigation-listing > li:first-of-type {
	margin-left: 0;
}

.primary-navigation-listing > .menu-item-has-children .sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation-listing > .menu-item-has-children .sub-menu > li {
	list-style: none;
}

.primary-navigation-listing > .menu-item-has-children .sub-menu li ul li {
	width: 100%;
}

.primary-navigation-listing > .menu-item-has-children.mega-nav > .sub-menu-container > .sub-menu > li a {
	min-width: 1px;
}

/* Mobile menu */

.footer {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.8em;
	padding: 20px 0;
	color: #fff;
	background: #003765;
}
.latest-news{color:#ccc;}
.footer-news{padding-left:30px;}
.footer .inner-wrap {
	position: relative;
	padding:0;
}
.footer-logo{padding-left:0 !important}

.footer a {
	font-weight: 700;
	color: #96c942;
}

.footer a:hover {
	color: #ffffff;
}

.footer-content {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.footer-content:after {
	content: "";
	display: table;
	clear: both;
}

.footer-content .footer-col {
	padding-left: 10px;
	padding-right: 10px;
}

.footer-contact {
	text-align: center;
}

.footer-contact .copyright {
	display: block;
}

.footer-navigation-heading {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;

	overflow: hidden;
}

.footer-navigation-listing {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	margin: 0 0 20px;
}

.footer-navigation-listing > li {
	list-style: none;
}

.footer-navigation-listing li {
	display: inline-block;
	margin: 0 5px;
}

.footer-navigation-listing li:first-of-type {
	margin-left: 0;
}

.footer-navigation-listing li:last-of-type {
	margin-right: 0;
}

.footer-navigation-listing a {


	font-weight: 500;
	letter-spacing: 0;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size: 0.7rem;
	color: #ffffff;
}

.footer-navigation-listing a:hover {
	color: #96c942;
}

.footer-col--social {
	position: relative;
	text-align: center;
}

.email-copy .f-social {
	margin: 0 7px 0 0;
	height: 25px;
	width: 25px;
}

.f-social {
	height: 30px;
	width: 30px;
	display: inline-block;
	margin: 0 5px;
}

.f-social svg {
	display: block;
	width: 100%;
	height: auto;
}

.f-social span {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.f-social polygon,
.f-social path {
	fill: #96c942;
	transition: 150ms fill;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.f-social:hover polygon,
.f-social:hover path {
	fill: #ffffff;
	transition: 150ms fill;
}

.f-social.f-social--fb {
	left: 25%;
}

.f-social.f-social--li {
	left: 35%;}

.f-social.f-social--yt {
	left: 45%;
}

.f-social.f-social--gp {
	left: 55%;
	width:38px;
	height:38px;
}

.f-social:hover svg {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: tada;
	animation-name: tada;
}

.logo-footer {
	display: block;
	height: 67px;
	position:relative;
	left:-33px;
}

.logo-footer img {
	display: block;

}

.license {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.footer-utility {
	padding: 3px 0;
	text-align: left;
	color: #ffffff;
	background: #0071ce;
}
.footer-utility .inner-wrap{padding-left:0 !important ;}
.footer-utility p {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.services-list {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 10px;
}

.services-list > li {
	list-style: none;
}

.services-list:after {
	content: "";
	display: table;
	clear: both;
}

.services-list > * {
	padding-left: 10px;
	padding-right: 10px;
}

.cta-contact {
	margin-top: 30px;
	background: #0071ce;
	color: #ffffff;
	padding: 20px;
}
.panel-call .cta-contact {
	margin-top: 0px;
	background:none;
	color: #ffffff;
	padding: 20px;
}

.cta-contact:after {
	content: "";
	display: table;
	clear: both;
}

.cta-contact h4 {
	font-size: 22px;
	font-size: 1.375rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400; /*TODO*/
	line-height: 1.16em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 10px;
}

.cta-contact p {
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
}

.cta-contact p a {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.cta-contact p a:hover {
	color: #003765;
}

.cta-contact p a.cta-contact-phone {
	font-size: 18px;
	font-size: 1.125rem;
	cursor:pointer;
}

.news--featured {
	margin: 0 auto 20px;
	padding-left: 30px;
	display: none;
}

.news--featured .news-date {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	float: left;
	width: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.news--featured .news-date:before {
	content: "";
	width: 100%;
	height: 45px;
	background: url(images/news-article.svg) no-repeat center center/100% auto;
	display: block;
	margin-bottom: 10px;
}

.news--featured .news-date span {
	font-size: 10px;
	font-size: 0.625rem;
	display: block;
	line-height: 1em;
}

.news--featured .news-container {
	padding-left: 65px;
}

.news--featured .news-heading {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 15px;
}

.news--featured:hover .news-date:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: tada;
	animation-name: tada;
}

.breadcrumbs {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5em;
}

.breadcrumbs .inner-wrap {
	padding-top: 20px;
}

.breadcrumbs .inner-wrap:after {
	width: 100%;
	height: 1px;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 17px;
}

.breadcrumbs span:not(.breadcrumb-title) {
	padding: 0 10px;
}

.panel--single .inner-wrap {
	max-width: 850px;
}

.news-date,
.news-author {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
}

.news-header {
	text-align: center;
}

.news-share {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;
	margin-top: 25px;
	text-align: center;
}

.news-share:after {
	content: "";
	display: table;
	clear: both;
}

.news-share .btn {
	margin-top: 20px;
}

.news-share .news-share-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.news-share .news-share-list > li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: text-bottom;
}

.news-share .news-share-list > li a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 18px;
	max-width: 22px;
}

.news-share .news-share-list > li a span {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.news-share .news-share-list > li a svg {
	display: block;
	width: auto;
	height: 100%;
}

.news-share .news-share-list > li a svg path {
	fill: #96c942;
	display: block;
	width: auto;
	height: 100%;
	transition: 150ms fill;
}

.news-share .news-share-list > li a:hover svg path {
	fill: #003765;
}

.news-recomendations .news-recommendations-title {
	text-align: center;
	padding-bottom: 20px;
}

.news-full-img {
	margin-top: 20px;
}

.listing--services {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 35px;
}

.listing--services:after {
	content: "";
	display: table;
	clear: both;
}

.listing--services .listing-item {
	padding-left: 10px;
	padding-right: 10px;
}

.listing--services p {
	margin-top: 0;
}

.listing--services .listing-item {
	margin-top: 35px;
}

.listing--services .listing-item:first-child {
	margin-top: 0;
}

.listing-meta-date,
.listing-meta-tags {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
}

.listing--articles {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-right: -20px;
}

.listing--articles:after {
	content: "";
	display: table;
	clear: both;
}

.listing--articles .listing-item {
	padding-left: 10px;
	padding-right: 10px;
}

.listing--articles .listing-item {
	margin-top: 35px;
}

.listing--articles .listing-item:first-child {
	margin-top: 0;
}

.listing-image {
	display: block;
}

.listing-image img {
	opacity: 0.8;
	transition: 150ms opacity;
	width:100px !important;
}

.listing-image:hover img {
	opacity: 1;
}

.panel--blue:hover h2.email-heading:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: tada2;
	animation-name: tada2;
}

.emails {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -20px;
	margin-right: -20px;
}

.emails:after {
	content: "";
	display: table;
	clear: both;
}

.emails > * {
	padding-left: 10px;
	padding-right: 10px;
}

.emails > * {
	float: left;
}

.email-copy h1 {
	color: #ffffff;
}

.email-copy p.intro {
	color: #ffffff;
}

.email-copy a:hover {
	color: #003765;
}

h2.email-heading {
	font-size: 30px;
	font-size: 1.875rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.1em;
}

.email-heading {
	position: relative;
}

.email-heading:before {
	height: 40px;
	width: 60px;
	background: url(images/email.svg) 0 0 no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	margin: 0 auto 15px;
	transform: rotate(-7deg);
}

input,
textarea,
select {
	outline: none;
	border-radius: 0;
}

textarea {
	resize: vertical;
}

select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
select,
textarea {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #f5f5f5;
	color: #666666;
	background: #f5f5f5;
	transition: 150ms background;
	font-weight: 500;
	border-radius: 0px;
	-webkit-appearance: none;
	min-height: 41px;
	line-height: 29px;
	display: block;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
	background: #ffffff;
}

select {
	padding-right: 45px;
	background: url(images/dropdown.svg) right 15px center/auto 20% no-repeat #f5f5f5;
}

select:focus {
	background: url(images/dropdown.svg) right 15px center/auto 20% no-repeat #ffffff;
}

::-webkit-input-placeholder {
	color: #666666;
	font-weight: 500;
}

::-moz-placeholder {
	color: #666666;
	font-weight: 500;
}

:-ms-input-placeholder {
	color: #666666;
	font-weight: 500;
}

:-moz-placeholder {
	color: #666666;
	font-weight: 500;
}

input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	text-transform: none;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 9px;
	border: none;
	display: inline-block;
	transition: background 150ms, color 150ms, border-color 150ms;
	color: #96c942;
	border: 2px solid #96c942;
	background: transparent;
}

input[type="submit"] strong {
	transition: color 150ms;
	color: #96c942;
}

input[type="submit"]:hover {
	background: #003765;
	border-color: #003765;
	color: #ffffff;
}

input[type="submit"]:hover strong {
	color: #96c942;
}

/* Gravity Forms */

.gform_fields {
	padding: 0;
	margin: 0;
}

.gform_fields .gfield {
	margin-bottom: 20px;
}

.gform_fields .gfield_label {
	margin-bottom: 5px;
	display: block;
}

.gfield {
	margin: 0;
	list-style: none;
}

/* Gravity Forms Errors */

.gform_validation_container {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.gfield_error .gfield_label {
	color: #ff0101;
}

.gfield_error .ginput_container input,
.gfield_error .ginput_container textarea {
	border-color: #ff0101;
}

.validation_error {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.3em;
	color: #ffffff;
	margin-bottom: 10px;
	background: #c94242;
	padding: 5px;
	font-weight: 400;
}

.gfield_label,
.gfield_description.validation_message {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form--email .gform_heading h3 {
	font-size: 22px;
	font-size: 1.375rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400; /*TODO*/
	line-height: 1.16em;
	margin: 15px 0;
}

.form--email textarea {
	height: 84px;
	resize: none;
}

.form--email #field_1_8 {
	float: left;
	color: #96c942;
	font-weight: 600;
}

.form--email input[type="submit"] {
	float: right;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	text-transform: none;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	padding: 9px;
	border: none;
	display: inline-block;
	transition: background 150ms, color 150ms, border-color 150ms;
	color: #ffffff;
	border: 2px solid #ffffff;
	background: transparent;
}

.form--email input[type="submit"] strong {
	transition: color 150ms;
	color: #96c942;
}

.form--email input[type="submit"]:hover {
	background: #96c942;
	border-color: #96c942;
	color: #ffffff;
}

.form--email input[type="submit"]:hover strong {
	color: #96c942;
}

.form--callback {
	background: #ffffff;
	padding: 20px;
	margin: 0 -20px -30px;
}

.form--callback:after {
	content: "";
	display: table;
	clear: both;
}

.form--callback:hover h2:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: shake;
	animation-name: shake;
}

.form--callback ul {
	margin: 0;
}

.form--callback h2 {
	margin: 0  0 0.5em;
	font-size: 22px;
	font-size: 1.375rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400; /*TODO*/
	line-height: 1.16em;
	color: #444444;
	position: relative;
}

.form--callback h2:before {
	content: "";
	background: url(images/phone-call.svg) center bottom/cover no-repeat;
	width: 58px;
	height: 58px;
	display: block;
	margin: 0 auto 20px;
}

.form--callback p {
	margin: 0  0 0.8em;
}

.form--callback input[type="submit"] {
	float: right;
}

.form--contact-us {
	background: #e8e8e8;
	padding: 20px;
	margin: 0 -20px;
}

.form--contact-us:after {
	content: "";
	display: table;
	clear: both;
}

.form--contact-us ul {
	margin: 0;
}

.form--contact-us h2 {
	margin-top: 0;
}

.form--contact-us #field_3_8 {
	float: left;
}

.form--contact-us textarea {
	height: 153px;
	resize: none;
}

.form--contact-us input[type="submit"] {
	float: right;
}

.search-form {
	position: relative;
	right: 0;
	top: 0;
	padding-right: 50px;
}

.search-form .search-field {
	width: 100%;
	border-color: #f5f5f5;
}

.search-form .search-submit {
	text-indent: -999em;
	position: absolute;
	right: 0;
	top: 0;
}

/* Newsletter */

.col--newsletter .gform_description {
	margin-bottom: 10px;
	display: block;
	color: #ffffff;
}

.col--newsletter .gform_body {
	display: inline;
}

.col--newsletter .gform_fields {
	display: inline;
}

.col--newsletter .gfield_label {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.col--newsletter .gfield {
	display: inline;
}

.col--newsletter .gfield input[type="text"],
.col--newsletter .gfield input[type="password"],
.col--newsletter .gfield input[type="email"],
.col--newsletter .gfield input[type="tel"],
.col--newsletter .gfield input[type="number"],
.col--newsletter .gfield input[type="search"],
.col--newsletter .gfield textarea {
	border-color: #003765;
	color: #666666;
	background-color: #f5f5f5;
	margin-bottom: 10px;
	font-weight: 400;
	transition: 150ms background;
}

.col--newsletter .gfield input[type="text"]:focus,
.col--newsletter .gfield input[type="password"]:focus,
.col--newsletter .gfield input[type="email"]:focus,
.col--newsletter .gfield input[type="tel"]:focus,
.col--newsletter .gfield input[type="number"]:focus,
.col--newsletter .gfield input[type="search"]:focus,
.col--newsletter .gfield textarea:focus {
	background: #ffffff;
}

.col--newsletter .gfield.gfield_error .ginput_container input {
	border-color: #ff0101;
}

.col--newsletter .form-note {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25em;
	font-weight: 400;
	display: block;
	width: 100%;
	vertical-align: top;
	margin-left: -110px;
	float: left;
	padding: 0 0 0 110px;
	min-height: 42px;
}

.col--newsletter .gform_footer {
	clear: none;
	float: right;
	margin: 0;
	position: relative;
	min-width: 106px;
	min-height: 10px;
}

.col--newsletter .gform_footer input[type="submit"] {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	min-width: 106px;
}

.col--newsletter ::-webkit-input-placeholder {
	color: #666666;
}

.col--newsletter ::-moz-placeholder {
	color: #666666;
}

.col--newsletter :-ms-input-placeholder {
	color: #666666;
}

.col--newsletter :-moz-placeholder {
	color: #666666;
}

.col--newsletter .validation_error {
	background: rgba(201, 66, 66, 0.5);
}

.col--newsletter img.gform_ajax_spinner {
	display: none !important;
}

.mfp-inline-holder .mfp-content {
	padding: 40px;
}

.inline-forms {
	max-width: 400px;
	padding: 25px;
	margin: 0 auto;
	background: #ffffff;
	background: url(images/bg-pattern-grey.svg) center -690px repeat-x #ffffff;
	background-size: 710px auto;
	position: relative;
}

.inline-forms .gform_title {
	font-weight: 600;
	color: #0071ce;
	margin-bottom: 15px;
}

.inline-forms .gfield {
	display: inline;
}

.inline-forms .gfield input[type="text"],
.inline-forms .gfield input[type="password"],
.inline-forms .gfield input[type="email"],
.inline-forms .gfield input[type="tel"],
.inline-forms .gfield input[type="number"],
.inline-forms .gfield input[type="search"],
.inline-forms .gfield textarea {
	margin-bottom: 10px;
	font-weight: 400;
}

.inline-forms .gfield.gfield_error .ginput_container input {
	border-color: #ff0101;
}

.inline-forms .gfield textarea {
	height: 150px;
}

.inline-forms .gform_footer {
	position: relative;
	margin-top: 5px;
}

.inline-forms .gform_footer input {
	width: 100%;
}

.inline-forms img.gform_ajax_spinner {
	background: #00559b;
	display: block;
	width: 100px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	padding: 15px 44px;
}

.inline-forms .gform_confirmation_wrapper {
	min-height: 200px;
}

.inline-forms .gform_confirmation_wrapper h2 {
	color: #0071ce;
	line-height: 1.3em;
}

.gform_wrapper--callback-aside {
	margin-top: 20px;
}

.gform_wrapper--callback-aside {
	background: white;
	padding: 20px;
}

.gform_wrapper--callback-aside .gfield_label {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.gform_wrapper--callback-aside .gform_fields {
	padding: 0;
	margin: 0;
}

.gform_wrapper--callback-aside .gform_fields .gfield {
	margin-bottom: 10px;
}

.gform_wrapper--callback-aside .gform_description .form-title {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.gform_wrapper--callback-aside .gform_description .form-title:after {
	content: "";
	position: absolute;
	right: 0;
	height: 35px;
	width: 35px;
	bottom: 10px;
	background: url(images/phone.svg) 0 0 no-repeat;
	background-size: contain;
}

.gform_wrapper--callback-aside .gform_description .form-intro {
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}

.gform_wrapper--callback-aside .gform_body {
	margin-top: 10px;
}

.gform_wrapper--callback-aside .validation_error {
	margin-top: 10px;
}

.contact-areas:after {
	content: "";
	display: table;
	clear: both;
}

.content-details {
	padding: 0 0 20px;
}

.content-details a {
	word-wrap: break-word;
}

.content-form {
	background: #e8e8e8;
}

.content-call-back {
	background: #ffffff;
	padding: 0;
}

.js .header,
.js .hero,
.js .panel,
.js .footer,
.js .footer-utility,
.js .breadcrumbs {
	opacity: 0;
	transition: 150ms opacity;
}

.js .window-loaded .header,
.js .window-loaded .hero,
.js .window-loaded .panel,
.js .window-loaded .footer,
.js .window-loaded .footer-utility,
.js .window-loaded .breadcrumbs {
	opacity: 1;
}

/****************Custom Style*****************/
.banner-btns{position:absolute;bottom:35%;}
.civil-table td,.civil-table1 td,.civil-table2 td,.civil-table3 td{border:none !important;}
.civil-table td:nth-child(odd),.civil-table1 td:nth-child(odd),.civil-table2 td:nth-child(odd),.civil-table3 td:nth-child(odd){width:70%;}
.civil-table td:nth-child(even),.civil-table1 td:nth-child(even),.civil-table2 td:nth-child(even),.civil-table3 td:nth-child(even){width:30%;}
.header-bar-img{ left: 0;
    position: absolute;
    top: 0;
    width: 100px;}
.footer-hero{background-color: #336699;color:#fff;padding:10px 0;font-size: 1.3rem;margin-bottom:20px;text-align:center; line-height: 1.6rem;}


.page-id-209 .hero-inner-text p.intro, .page-id-211 .hero-inner-text p.intro,.page-id-810 .hero-inner-text p.intro,
.page-id-215 .hero-inner-text p.intro,.page-id-213 .hero-inner-text p.intro,
{padding-left:0}
.civil-table tr:nth-child(odd) td:first-child{background-color:#eaeaea;}
.burst-table1 th:first-child,.burst-table1 tr td:nth-child(even){background-color:#eaeaea;}
.burst-table2 tr:first-child td,.burst-table2 tr:nth-child(2) td:first-child,.burst-table2 tr:nth-child(3) td,.burst-table2 tr:nth-child(odd) td{background-color:#eaeaea;}
.civil-table1 tr:nth-child(even) td{background-color:#eaeaea;}
.civil-table2 tr:nth-child(2n+4) td{background-color:#eaeaea;}
.responsive-show{display:none;}
.responsive-hide{display:normal;}
/****************End of Custom Style*****************/

@media (min-width: 0) and (max-width: 767px) {

.search-form .search-submit {
	min-width: 40px;
	background: url(images/search-icon-white.svg) center center no-repeat;
	background-size: auto 60%;
}

.search-form .search-submit:hover {
	background: url(images/search-icon-white.svg) center center no-repeat #003765;
	background-size: auto 60%;
}

.banner-btns{display:none;}
.banner-last-line {
  background-position: left center;
  line-height: 32px;
}
}
@media (min-width: 768px) and (max-width: 900px) {
/****************Custom Style*****************/
.banner-btns{position:absolute;bottom:29%;}
.hero-copy .hero-copy-item {
  height: 330px;
}
/****************End of Custom Style*****************/
}
@media (min-width: 0) and (max-width: 899px) {

.burger-target {
	width: 70px;
	position: absolute;
	overflow: hidden;
	height: 70px;
	top: 70px;
	right: 0;
}

.burger {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}

.primary-navigation { /* background overlay */
}

.primary-navigation.active .primary-navigation-listing {
	left: 0;
}

.primary-navigation:after {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	transition: opacity 300ms;
}

.primary-navigation.active:after {
	z-index: 8;
	opacity: 1;
}

.primary-navigation-listing {
	width: 75%;
	position: absolute;
	left: -100%;
	top: 0;
	bottom: 0;
	z-index: 100;
	transition: left 300ms;
	background: #f5f5f5;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}

.primary-navigation-listing:before {
	content: "";
	display: block;
	padding: 0 20px;
	height: 70px;
	font-weight: 400;
	background: #ffffff url(images/logo.svg) no-repeat;
	background-position: left 20px center;
	background-size: auto 60%;
}

.primary-navigation-listing > li:first-of-type {
	border-top: none;
}

.primary-navigation-listing > li:first-of-type a {
	position: relative;
	padding-top: 15px;
}

.primary-navigation-listing > li:first-of-type a:before {
	content: "";
	width: 110%;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.primary-navigation-listing > li.menu-item-has-children {
	position: relative;
}

.primary-navigation-listing > li.menu-item-has-children:before {
	background: url(images/dropdown.svg) center center/80% auto no-repeat;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 10px;
	transition: 150ms transform;
	transform: rotate(0deg);
}

.primary-navigation-listing > li.menu-item-has-children > a {
	display: inline-block;
}

.primary-navigation-listing li {
	display: block;
	text-align: left;
	border-top: 1px solid rgba(102, 102, 102, 0.1);
}

.primary-navigation-listing li a {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2em;
	font-weight: 500;
	padding: 10px 20px;
	display: block;
	color: #666666;
	transition: color 150ms, background 150ms;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.primary-navigation-listing li a:hover {
	color: #96c942;
	font-weight: 700;
}

.primary-navigation-listing li.current-menu-parent > a,
.primary-navigation-listing li.current-menu-item > a {
	color: #96c942;
}

.primary-navigation-listing .menu-item-has-children {
	position: relative;
}

.primary-navigation-listing .menu-item-has-children .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: 250ms max-height;
	width: 100%;
}

.primary-navigation-listing .menu-item-has-children .sub-menu a {
	padding-left: 30px;
	background: #ffffff;
}

.primary-navigation-listing .menu-item-has-children .sub-menu .sub-menu a {
	padding-left: 40px;
	background: #f5f5f5;
}

.primary-navigation-listing .menu-item-has-children.active-submenu .sub-menu {
	max-height: 1000px;
}

.primary-navigation-listing .menu-item-has-children.active-submenu:before {
	transform: rotate(180deg);
}

.burger {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-left: 0;
	-moz-transition: 300ms linear all;
	-webkit-transition: 300ms linear all;
	transition: 300ms linear all;
	vertical-align: middle;
	border: 2px solid #003765;
	background: #003765;
}

.burger:before {
	position: absolute;
	left: 50%;
	width: 50%;
	margin-left: -25%;
	content: '';
	border-top: 3px solid #96c942;
	top: 30%;
	transition: 300ms linear border, 200ms linear box-shadow;
	box-shadow: 0 11px 0 #96c942;
}

.active .burger:before {
	top: 50%;
	bottom: auto;
	margin: -1px 1px 0 -25%;
	border-color: #ffffff;
	transition: 300ms linear border, 1ms linear box-shadow;
	transform: rotate(45deg);
	box-shadow: none;
}

.burger:after {
	position: absolute;
	left: 50%;
	width: 50%;
	margin-left: -25%;
	content: '';
	border-top: 3px solid #96c942;
	bottom: 30%;
	transition: 300ms linear border;
}

.active .burger:after {
	top: 50%;
	bottom: auto;
	margin: -1px 0 0 -25%;
	border-color: #ffffff;
	transform: rotate(-45deg);
}

.active .burger {
	height: 50px;
	width: 50px;
	transform: rotate(180deg);
	border-color: #ffffff;
	border-radius: 100%;
	background: transparent;
	right: 15px;
}

.active .burger-target {
	position: fixed;
	z-index: 100;
}

}

@media (min-width: 0) and (max-width: 549px) {

.content-area .gallery li:nth-of-type(2n+3) {
	clear: left;
}

}

@media (min-width: 550px) {

.content-wrap .content {
	width: 100%;
}

.content-wrap .content:nth-child(1n+0) {
	clear: none;
}

.content-wrap .content:nth-child(1n+2) {
	clear: left;
}

.content-area .gallery li {
	width: 33.33%;
}

.key-points .key-point {
	width: 100%;
}

.key-points .key-point:nth-child(1n+0) {
	clear: none;
}

.key-points .key-point:nth-child(1n+2) {
	clear: left;
}

.testimononials > * {
	width: 100%;
}

.testimononials > *:nth-child(1n+0) {
	clear: none;
}

.testimononials > *:nth-child(1n+2) {
	clear: left;
}

.hero-wrap .hero-col {
	width: 100%;
}

.hero-wrap .hero-col:nth-child(1n+0) {
	clear: none;
}

.hero-wrap .hero-col:nth-child(1n+2) {
	clear: left;
}

.hero-list li h4 {
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 10px;
}

.footer-content .footer-col {
	width: 100%;
}

.footer-content .footer-col:nth-child(1n+0) {
	clear: none;
}

.footer-content .footer-col:nth-child(1n+2) {
	clear: left;
}

.services-list > * {
	width: 50%;
}

.services-list > *:nth-child(1n+0) {
	clear: none;
}

.services-list > *:nth-child(2n+3) {
	clear: left;
}

.services-list li {
	float: left;
	margin-top: 10px;
}

.listing--services .listing-item {
	width: 50%;
}

.listing--services .listing-item:nth-child(1n+0) {
	clear: none;
}

.listing--services .listing-item:nth-child(2n+2) {
	/*clear: left;*/
}

.listing--services .listing-item {
	float: left;
}

.listing--services .listing-item:nth-child(2) {
	margin-top: 0;
}

.listing--articles .listing-item {
	width: 50%;
}

.listing--articles .listing-item:nth-child(1n+0) {
	clear: none;
}

.listing--articles .listing-item:nth-child(2n+3) {
	clear: left;
}

.listing--articles .listing-item {
	float: left;
}

.listing--articles .listing-item:nth-child(2) {
	margin-top: 0;
}

.emails > * {
	width: 100%;
}

.emails > *:nth-child(1n+0) {
	clear: none;
}

.emails > *:nth-child(1n+2) {
	clear: left;
}

}

@media (min-width: 550px) and (max-width: 767px) {

.content-area .gallery li:nth-of-type(3n+4) {
	clear: left;
}

}

@media (min-width: 768px) and (max-width: 899px) {

.content-area .gallery li:nth-of-type(4n+5) {
	clear: left;
}

.burger-target {
	top: 0;
}

.active .burger {
	top: 15px;
}

}

@media (min-width: 768px) {

.gallery.gallery-columns-1 .gallery-item {
	width: 98%;
}

.gallery.gallery-columns-1 .gallery-item:nth-of-type(-n+1) {
	margin-top: 0;
}

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

.gallery.gallery-columns-2 .gallery-item:nth-of-type(-n+2) {
	margin-top: 0;
}

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

.gallery.gallery-columns-3 .gallery-item:nth-of-type(-n+3) {
	margin-top: 0;
}

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

.gallery.gallery-columns-4 .gallery-item:nth-of-type(-n+4) {
	margin-top: 0;
}

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

.gallery.gallery-columns-5 .gallery-item:nth-of-type(-n+5) {
	margin-top: 0;
}

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

.gallery.gallery-columns-6 .gallery-item:nth-of-type(-n+6) {
	margin-top: 0;
}

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

.gallery.gallery-columns-7 .gallery-item:nth-of-type(-n+7) {
	margin-top: 0;
}

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

.gallery.gallery-columns-8 .gallery-item:nth-of-type(-n+8) {
	margin-top: 0;
}

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

.gallery.gallery-columns-9 .gallery-item:nth-of-type(-n+9) {
	margin-top: 0;
}

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

.gallery.gallery-columns-10 .gallery-item:nth-of-type(-n+10) {
	margin-top: 0;
}

.content-area h1 {
	font-size: 40px;
	font-size: 2.5rem;
}

.content-area h2 {
	font-size: 25px;
	font-size: 1.5625rem;
}

.content-area h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

.content-area .intro {
	font-size: 18px;
	font-size: 1.125rem;
}

.content-area hr {
	margin: 2em 0;
}

.inner-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

.content-wrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -30px;
	margin-right: -30px;
}

.content-wrap .content {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.content-wrap .content:nth-child(1n+0) {
	clear: none;
}

.content-wrap .content:nth-child(2n+3) {
	clear: left;
}

.content-wrap .content.col--2 .content-copy {
	width: 50%;
	clear: none;
	float: left;
	padding: 0 15px 0 0;
}

.content-wrap .content.col--2 .content-copy:last-child {
	padding: 0 0 0 15px;
}

.content {
	padding-right: 300px;
	float: left;
	margin-top: 0px;
	width: 100%;
	min-height: 5px;
}

.content-phone {
	display: none;
}

.alignleft {
	float: left;
	margin: 1em 2em 1em 0;
	clear: left;
}

.alignright {
	float: right;
	clear: right;
	margin: 1em 0 1em 2em;
}

.call {
	font-size: 18px;
	font-size: 1.125rem;
}

.pagination {
	margin-top: 40px;
}

.content-area .gallery li {
	width: 25%;
}

.header .btn {
	display: block;
	float: right;
	margin: 14px 20px 0 0;
}

.phone {
	padding-left: 30px;
	padding-right: 30px;
}

.phone {
	float: right;
	margin-left: 0;
	margin-right: -30px;
	padding-right: 100px;
}

.key-points {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -30px;
	margin-right: -30px;
}

.key-points .key-point {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.key-points .key-point:nth-child(1n+0) {
	clear: none;
}

.key-points .key-point:nth-child(2n+3) {
	clear: left;
}

.key-point:nth-of-type(2) {
	margin-top: 0;
}

.logo {
	position: absolute;
	padding: 10px 0 0;
	width: 240px;
}

.testimononials {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -30px;
	margin-right: -30px;
}

.testimononials > * {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.testimononials > *:nth-child(1n+0) {
	clear: none;
}

.testimononials > *:nth-child(2n+3) {
	clear: left;
}

h2.testimonal-heading {
	font-size: 40px;
	font-size: 2.5rem;
}

h2.testimonal-heading {
	padding-left: 37px;
}

h2.testimonal-heading:before {
	position: absolute;
	left: -25px;
	top: 0.2em;
	margin-top: -10px;
}

.testimonal-feed {
	padding-bottom: 75px;
}

.testimonal-feed .btn {
	position: absolute;
	right: 0;
}

.providers-heading {
	font-size: 18px;
	font-size: 1.125rem;
}

.hero {
	padding-top: 40px;
	padding-bottom: 40px;
}

.hero-inner-text h1 {
	font-size: 40px;
	font-size: 2.5rem;
}

.hero-inner-text p.intro {
	font-size: 18px;
	font-size: 1.125rem;
}

.hero--feature {
	padding-top: 60px;
	padding-bottom: 60px;
}

.hero--blog .hero-inner-text {
	position: relative;
	padding-right: 50%;
}

.hero--blog .hero-inner-text h1 {
	margin-bottom: 0;
	padding-left:120px !important;
}
.hero--blog .header-bar-img {

    top: -23px;

}

.hero-wrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -30px;
	margin-right: -30px;
}

.hero-wrap .hero-col {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.hero-wrap .hero-col:nth-child(1n+0) {
	clear: none;
}

.hero-wrap .hero-col:nth-child(2n+3) {
	clear: left;
}

.hero-col {
	float: right;
}

.hero-copy-title:before {
	height: 80px;
	width: 80px;
	top: -90px;
	content: "";
}

.hero-copy {
	font-size: 18px;
	font-size: 1.125rem;
}

.hero-copy {
	display: block;
	padding-top: 60px;
	margin-top: 0;
}

.hero-copy .hero-copy-item {
	top: 60px;
}

.hero-copy .hero-copy-item h1 {
	font-size: 40px;
	font-size: 2.5rem;
}

.hero-list li:not(.hero-list-link) .hero-list-img:before {
	height: 50%;
	width: 50%;
}

.hero-list li:not(.hero-list-link).active:before, #hero-list-item-350:before {
	background: #96c942;
}

.hero-list li:not(.hero-list-link).active .hero-list-img:before {
	opacity: 1;
}

.hero-list li:not(.hero-list-link).active img {
	opacity: 0;
}

.hero-list li:not(.hero-list-link).active h4 {
	/*bottom: -100%;
	transform: translateY(0%);*/
}

.primary-navigation .mobile-only {
	display: none;
}

.footer {
	padding: 30px 0;
}

.footer-content {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.footer-content .footer-col {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.footer-content .footer-col:nth-child(1n+0) {
	clear: none;
}

.footer-content .footer-col:nth-child(1n+2) {
	clear: left;
}

.services-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -30px;
	margin-right: -30px;
}

.services-list > * {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.services-list > *:nth-child(1n+0) {
	clear: none;
}

.services-list > *:nth-child(2n+3) {
	clear: left;
}

.cta-contact h4 {
	
	font-size: 1.4rem;
}

/*.home .cta-contact h4 {
	
	font-size: 1.55rem;
}*/


.listing--services {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -30px;
	margin-right: -30px;
}

.listing--services .listing-item {
	padding-left: 15px;
	padding-right: 15px;
	width: 33.3333333333%;
}

.listing--services .listing-item:nth-child(1n+0) {
	clear: none;
}

.listing--services .listing-item:nth-child(3n+4) {
	clear: left;
}

.listing--services .listing-item:nth-child(3) {
	margin-top: 0;
}

.listing--articles {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -30px;
	margin-right: -30px;
}

.listing--articles .listing-item {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.listing--articles .listing-item:nth-child(1n+0) {
	clear: none;
}

.listing--articles .listing-item:nth-child(2n+3) {
	clear: left;
}

.emails {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -30px;
	margin-right: -30px;
}

.emails > * {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.emails > *:nth-child(1n+0) {
	clear: none;
}

.emails > *:nth-child(2n+3) {
	clear: left;
}

h2.email-heading {
	font-size: 40px;
	font-size: 2.5rem;
}

.email-heading {
	padding-left: 0;
}

.email-heading:before {
	display: none;
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translatey(-50%) rotate(-7deg);
}

.form--email .gform_heading h3 {
	font-size: 25px;
	font-size: 1.5625rem;
}

.form--email .gform_heading h3 {
	margin: 0 0 15px;
}

.form--email #field_1_1,
.form--email #field_1_6,
.form--email #field_1_7,
.form--email #field_1_4 {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.form--email #field_1_6,
.form--email #field_1_4 {
	padding: 0 0 0 10px;
}

.form--callback {
	margin: 0 -30px -30px;
	padding: 30px;
}

.form--callback h2 {
	font-size: 25px;
	font-size: 1.5625rem;
}

.form--callback h2 {
	padding: 0 42px 0 0;
}

.form--callback h2:before {
	position: absolute;
	right: 0;
	top: 0;
	top: 5px;
	width: 58px;
	height: 58px;
}

.form--contact-us {
	margin: -30px -30px 0 0;
	padding: 30px;
}

.search-form {
	position: absolute;
	width: 50%;
	padding-right: 200px;
}

.search-form .search-field {
	background: url(images/search-icon.svg) left 10px center no-repeat #f5f5f5;
	background-size: auto 18px;
	padding-left: 30px;
}

.search-form .search-field:focus {
	background: url(images/search-icon.svg) left 10px center no-repeat #ffffff;
	background-size: auto 18px;
}

.search-form .search-submit {
	width: auto;
	text-indent: 0;
}

.content-details {
	width: 30%;
	float: left;
	padding: 0 20px 0 0;
}

.content-form {
	width: 70%;
	float: left;
}

.content-call-back {
	width: 100%;
	clear: both;
}

}

@media screen and (min-width: 782px) {

.admin-bar .header-space {
	margin-top: 32px;
	padding-top: 0;
}

.admin-bar .header {
	top: 32px;
}

}

@media (min-width: 899px) {

.logo {
	width: 150px;
	padding: 35px 0 0;
}

}

@media (min-width: 900px) {

.nav-container .owl-prev {
	left: 20px;
}

.nav-container .owl-next {
	right: 20px;
}

.pager-container {
	bottom: 20px;
}

.inner-wrap {
	padding-left: 40px;
	padding-right: 40px;
}
.banner-readmore{ color: #96c942;
font-style:italic;font-weight:500;}
.panel {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content-wrap {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -40px;
	margin-right: -40px;
}

.content-wrap .content {
	padding-left: 20px;
	padding-right: 20px;
}

.content-wrap .content.col--2 .content-copy {
	padding: 0 20px 0 0;
}

.content-wrap .content.col--2 .content-copy:last-child {
	padding: 0 0 0 20px;
}

.content + .sidebar {
	width: 250px;
	float: left;
	margin-left: -250px;
}

.panel--details {
	padding-top: 50px;
}

.header-space {
	height: 100px;
	position: relative;
	z-index: 1;
}

.header {
	position: fixed;
	top: 0;
	-webkit-backface-visibility: hidden;
}

.header .inner-wrap {
	height: 100px;
}

.header .btn {
	float: left;
	margin: 0 0 0 10px;
}

.phone {
	padding-left: 40px;
	padding-right: 40px;
}

.phone {
	padding-right: 40px;
	margin-right: -40px;
	line-height: 100px;
}

.phone:before {
	margin-right: 20px;
}

.key-points {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -40px;
	margin-right: -40px;
}

.key-points .key-point {
	padding-left: 20px;
	padding-right: 20px;
	width: 50%;
}

.key-points .key-point:nth-child(1n+0) {
	clear: none;
}

.key-points .key-point:nth-child(2n+3) {
	clear: left;
}

.testimononials {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -40px;
	margin-right: -40px;
}

.testimononials > * {
	padding-left: 20px;
	padding-right: 20px;
}

h2.testimonal-heading {
	padding-left: 70px;
}

h2.testimonal-heading:before {
	height: 90px;
	width: 90px;
	left: -25px;
}

.testimonal-feed .btn {
	margin-top: 30px;
}

.testimonal-profile {
	width: 160px;
	float: left;
	border-right: 1px solid rgba(0, 113, 206, 0.2);
	padding-right: 20px;
	margin-right: 20px;
}

.testimonial-image {
	margin-top: -30px;
}

.testimonial-rating {
	margin-bottom: 0;
}

.testimonal-text {
	padding-left: 180px;
}

.hero-wrap {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -40px;
	margin-right: -40px;
}

.hero-wrap .hero-col {
	padding-left: 20px;
	padding-right: 20px;
}

.hero-copy-title:before {
	height: 110px;
	width: 110px;
	top: -120px;
}

.hero-copy {
	padding-top: 100px;
}

.hero-copy .hero-copy-item {
	top: 100px;
}

.hero-list li h4 {
	padding: 10px 10px;
}

.hero-list li:not(.hero-list-link) .hero-list-img:before {
	margin-top: -22px;
	height: 50px;
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--pipe:before {
	height: 65px;
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--burst:before {
	height: 65px;
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--sprinkler:before {
	height: 65px;
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--toilet:before {
	height: 65px;
}

.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--keyhole:before {
	width: 68%;
}

.hero-list li:not(.hero-list-link).active h4 {
	bottom: 0;
	transform: translateY(0%);
	background: #96c942;
}

.hero-list li:not(.hero-list-link):hover h4 {
	/*bottom: 0;*/
	/*transform: translateY(0%);*/
	background: transparent;
}

.primary-navigation {
	float: right;
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 26px;
}

.primary-navigation-listing > .menu-item-has-children.mega-nav > .sub-menu-container > .sub-menu > li.third-level {
	float: left;
	width: 100%;
}

.primary-navigation-listing > .menu-item-has-children.mega-nav > .sub-menu-container > .sub-menu > li.third-level > a {
	color: #444444;
}

.primary-navigation-listing > .menu-item-has-children.mega-nav > .sub-menu-container > .sub-menu > li.third-level > a:hover {
	color: #0071ce;
}

.primary-navigation-listing > .menu-item-has-children.mega-nav > .sub-menu-container > .sub-menu > li.third-level li {
	width: 100%;
	float: left;
}

.primary-navigation-listing {
	float: left;
}

.primary-navigation-listing > li {
	display: inline-block;
	margin: 0 15px;
	height: 74px;
}

.primary-navigation-listing > li:hover > a {
	color: #96c942;
}

.primary-navigation-listing > li > a {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #666666;
	display: block;
	line-height: 41px;
}

.primary-navigation-listing > li.current_page_ancestor > a,
.primary-navigation-listing > li.current_page_parent > a,
.primary-navigation-listing > li.current-menu-item > a {
	color: #96c942;
	font-weight: 700;
}

.primary-navigation-listing > .menu-item-has-children > a {
	position: relative;
}

.primary-navigation-listing > .menu-item-has-children > a:after {
	opacity: 0;
	transition: 150ms opacity;
	height: 20px;
	width: 20px;
	content: "";
	position: absolute;
	background: #ffffff;
	z-index: 11;
	left: 50%;
	bottom: -43px;
	transform: translatex(-50%) rotate(45deg);
	background: -moz-linear-gradient(135deg, #d1cfce 25%, #e8e8e7 53%, rgba(209, 207, 206, 0) 53%);
	background: -webkit-linear-gradient(135deg, #d1cfce 25%, #e8e8e7 53%, rgba(209, 207, 206, 0) 53%);
	background: linear-gradient(135deg, #d1cfce 25%, #e8e8e7 53%, rgba(209, 207, 206, 0) 53%);
}

.primary-navigation-listing > .menu-item-has-children:hover > a:after {
	opacity: 1;
	visibility: visible;
}

.primary-navigation-listing > .menu-item-has-children:hover > .sub-menu-container {
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
	border-top: 1px solid #b9d1d8;
}

.primary-navigation-listing > .menu-item-has-children > .sub-menu-container {
	top: 100px;
	position: absolute;
	margin-left: -40px;
	z-index: 10;
	padding: 25px 5px 20px;
	transition: all 250ms;
	max-height: 0px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	border-top: 1px solid transparent;
	background: -moz-linear-gradient(-180deg, #e8e8e7 0%, white 13px, white 100%);
	background: -webkit-linear-gradient(-180deg, #e8e8e7 0%, white 13px, white 100%);
	background: linear-gradient(-180deg, #e8e8e7 0%, white 13px, white 100%);
}

.primary-navigation-listing > .menu-item-has-children .sub-menu li:last-of-type a {
	border-bottom: none;
}

.primary-navigation-listing > .menu-item-has-children .sub-menu .current-menu-item > a,
.primary-navigation-listing > .menu-item-has-children .sub-menu .current-page-parent > a {
	color: #0071ce;
}

.primary-navigation-listing > .menu-item-has-children .sub-menu a {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #96c942;
	padding: 11px;
	line-height: 1.1em;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	min-width: 250px;
	transition: color 150ms, background 150ms;
}

.primary-navigation-listing > .menu-item-has-children .sub-menu a:hover {
	color: #0071ce;
}

.primary-navigation-listing > .menu-item-has-children.mega-nav > .sub-menu-container {
	width: 270px;
	left: 50%;
	transform: translatex(-50%);
	margin-left: 0;
}

.primary-navigation-listing > .menu-item-has-children.mega-nav > .sub-menu-container > .sub-menu {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}

.primary-navigation-listing > .menu-item-has-children.mega-nav > .sub-menu-container > .sub-menu > li {
	float: left;
	width: 100%;
}

.primary-navigation-listing > .menu-item-has-children.mega-nav > .sub-menu-container > .sub-menu > li a{
	text-transform: capitalize;
}

.footer {
	padding: 15px 0;
}

.footer-content {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.footer-content .footer-col {
	padding-left: 20px;
	padding-right: 20px;
	width: 33.3333333333%;
}

.footer-content .footer-col:nth-child(1n+0) {
	clear: none;
}

.footer-content .footer-col:nth-child(3n+4) {
	clear: left;
}

.footer-col {
	float: right;
	min-height: 10px;
}

.footer-contact {
	text-align: left;
	position: absolute;
	bottom: 0;
	max-width: 25%;
}

.footer-navigation-listing {
	text-align: center;
	margin: 0;
}

.footer-col--social {
	position: absolute;
	top: 40x;
	left: 52.5%;
	transform: translatex(-50%);
	width: 33.33333%;
}

.footer-col--social {
	top:35px;
}

.footer-col--social .f-social {
	position: absolute;
	top: 0;
}

.email-copy .f-social {
	display: inline-block;
}

.f-social {
	display: block;
	height: 25px;
	width: 25px;
}

.logo-footer {
	margin: -9px 0 20px;
}

.license {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	/*left: 50%;
	transform: translateX(-50%);*/
	text-align: center;
	max-width: 33%;
}

.services-list {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -40px;
	margin-right: -40px;
}

.services-list > * {
	padding-left: 20px;
	padding-right: 20px;
	width: 33.3333333333%;
}

.services-list > *:nth-child(1n+0) {
	clear: none;
}

.services-list > *:nth-child(3n+4) {
	clear: left;
}

.services-list {
	margin-top: 20px;
}

.cta-contact h4 {
	float: none;
	margin-bottom: 0;
	margin-right: 10px;
	text-align: center;
}

.cta-contact p {
	line-height: 1.88em;
}

.cta-contact p a.cta-contact-phone {
	font-size: 20px;
	font-size: 1.25rem;
	cursor:pointer;
}

.news--featured {
	margin-bottom: 0;
	display: block;
}

.panel--single {
	padding-top: 50px;
}

.news-share {
	text-align: left;
	margin-top: 50px;
}

.news-share .btn {
	float: right;
	margin-top: 0;
}

h3.news-share-title {
	display: inline-block;
	line-height: 41px;
}

.news-share .news-share-list {
	display: inline-block;
	margin: 0 0 0 20px;
}

.listing--services {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -40px;
	margin-right: -40px;
}

.listing--services .listing-item {
	padding-left: 20px;
	padding-right: 20px;
	width: 25%;
}

.listing--services .listing-item:nth-child(1n+0) {
	clear: none;
}

.listing--services .listing-item:nth-child(4n+5) {
	clear: left;
}

.listing--services .listing-item:nth-child(4) {
	margin-top: 0;
}

.listing--articles {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -40px;
	margin-right: -40px;
}

.listing--articles .listing-item {
	padding-left: 20px;
	padding-right: 20px;
	width: 33.3333333333%;
}

.listing--articles .listing-item:nth-child(1n+0) {
	clear: none;
}

.listing--articles .listing-item:nth-child(3n+4) {
	clear: left;
}

.listing--articles .listing-item:nth-child(3) {
	margin-top: 0;
}

.emails {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -40px;
	margin-right: -40px;
}

.emails > * {
	padding-left: 20px;
	padding-right: 20px;
}

.email-copy span {
	display: block;
}

.email-heading {
	padding-left: 103px;
}

.email-heading:before {
	display: block;
	height: 120px;
	width: 120px;
	left: -35px;
	margin-top: 20px;
}

.form--callback {
	margin: 0;
	padding: 25px;
}

.form--contact-us {
	margin: 0;
	padding: 40px 50px 30px;
}

.search-form {
	margin-top: 7px;
}

.gform_wrapper--callback-aside {
	bottom: 60px;
	position: absolute;
	z-index: 2;
	width: 225px;
}

.content-details {
	width: 25%;
}

.content-form {
	width: 50%;
}

.content-call-back {
	clear: none;
	float: left;
	width: 25%;
}


}

.blue-text{
	color:#0071ce;
}

@media (min-width: 980px) {

.logo {
	width: 230px;
	padding: 25px 0 0;
}

}

@media (min-width: 1200px) {

.content-area h1 {
	font-size: 50px;
	font-size: 3.125rem;
}

.content-area h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

.content-area h3 {
	font-size: 20px;
	font-size: 1.25rem;
}

.content-area .intro {
	font-size: 20px;
	font-size: 1.25rem;
}

.inner-wrap {
	padding-left: 50px;
	padding-right: 50px;
}

.panel {
	padding-top: 70px;
	padding-bottom: 70px;
}

.content-wrap {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -50px;
	margin-right: -50px;
}

.content-wrap .content {
	padding-left: 25px;
	padding-right: 25px;
}

.content-wrap .content.col--2 .content-copy {
	padding: 0 25px 0 0;
}

.content-wrap .content.col--2 .content-copy:last-child {
	padding: 0 0 0 25px;
}

.call {
	font-size: 20px;
	font-size: 1.25rem;
}

.header .btn {
	margin: 0 0 0 20px;
}

.header .btn span {
	display: inline;
}

.phone {
	padding-left: 50px;
	padding-right: 50px;
}

.phone {
	padding-right: 50px;
	margin-right: -50px;
}

.key-points {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -50px;
	margin-right: -50px;
}

.key-points .key-point {
	padding-left: 25px;
	padding-right: 25px;
	width: 25%;
}

.key-points .key-point:nth-child(1n+0) {
	clear: none;
}

.key-points .key-point:nth-child(4n+5) {
	clear: left;
}

.key-point {
	margin-top: 0;
}

.logo {
	padding: 20px 0 0;
	width: 280px;
}

.testimononials {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -50px;
	margin-right: -50px;
}

.testimononials > * {
	padding-left: 25px;
	padding-right: 25px;
}

h2.testimonal-heading {
	font-size: 50px;
	font-size: 3.125rem;
}

h2.testimonal-heading {
	padding-left: 82px;
}

h2.testimonal-heading:before {
	height: 120px;
	width: 120px;
	left: -56px;
}

.providers-heading {
	font-size: 20px;
	font-size: 1.25rem;
}

.hero {
	padding-top: 50px;
	padding-bottom: 50px;
}

.hero-inner-text h1 {
	font-size: 50px;
	font-size: 3.125rem;
	padding-left:110px;
}
.blog .hero-inner-text h1{padding-left:0}

.hero-inner-text p.intro {
	font-size: 20px;
	font-size: 1.25rem;
	padding-left:115px;
}

.hero--feature {
	padding-top: 100px;
	padding-bottom: 100px;
}

.hero-wrap {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -50px;
	margin-right: -50px;
}

.hero-wrap .hero-col {
	padding-left: 25px;
	padding-right: 25px;
}

.hero-copy-title:before {
	height: 150px;
	width: 150px;
	top: -165px;
}

.hero-copy {
	font-size: 20px;
	font-size: 1.25rem;
}

.hero-copy .hero-copy-item h1 {
	font-size: 50px;
	font-size: 3.125rem;
}

.hero-list li a h4 span {
	margin-top: 3px;
	font-size: 20px;
	font-size: 1.4rem;
	font-weight:400;
	line-height: 1.3em;
}

.hero-list li h4 {
	padding: 10px 25px;
}

.primary-navigation {
	padding-right: 40px;
	padding-left: 150px;
}

.primary-navigation-listing > li {
	margin: 0 15px;
}

.footer-content {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.footer-content .footer-col {
	padding-left: 25px;
	padding-right: 25px;
}

.footer-col.latest-news{padding-right:0;}
.footer-contact {
	max-width: 30%;
}
.services tr:nth-child(even){background-color:#fff;}

.footer-new-icon{width:20%;display:inline-block;float:left;text-align:center;}
.footer-new-text{width:80%;display:inline-block;}
.license {
	max-width: 40%;
}
.services tr:nth-child(odd){background: #f5f5f5; }
.cctv { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.cctv tr td:nth-of-type(even),.cctv th { 
  background: #f5f5f5; 
}

.cctv td, .cctv th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

.stromwater-table tr:nth-child(odd) td:nth-child(odd),.stromwater-table tr:nth-child(odd) th:nth-child(odd){background:#f5f5f5;}
.stromwater-table tr:nth-child(even) td:nth-child(even){background:#f5f5f5;}
.services-list {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -50px;
	margin-right: -50px;
}

.services-list > * {
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}

.services-list > *:nth-child(1n+0) {
	clear: none;
}

.services-list > *:nth-child(4n+5) {
	clear: left;
}

.services-list {
	margin-top: 25px;
}

/*.cta-contact h4 {
	font-size: 30px;
	font-size: 1.3rem;
}*/

.listing--services {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -50px;
	margin-right: -50px;
}

.listing--services .listing-item {
	padding-left: 25px;
	padding-right: 25px;
	width: 25%;
}

.listing--services .listing-item:nth-child(1n+0) {
	/*clear: none;*/
}

.listing--services .listing-item:nth-child(5n+6) {
	clear: none;
}

.listing--services .listing-item:nth-child(5) {
	margin-top: 35px;
}

.listing--articles {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -50px;
	margin-right: -50px;
}

.listing--articles .listing-item {
	padding-left: 25px;
	padding-right: 25px;
	width: 25%;
}

.listing--articles .listing-item:nth-child(1n+0) {
	clear: none;
}

.listing--articles .listing-item:nth-child(4n+5) {
	clear: left;
}

.listing--articles .listing-item:nth-child(4) {
	margin-top: 0;
}

.emails {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -50px;
	margin-right: -50px;
}

.emails > * {
	padding-left: 25px;
	padding-right: 25px;
}

h2.email-heading {
	font-size: 50px;
	font-size: 3.125rem;
}

.email-heading {
	padding-left: 120px;
}

.email-heading:before {
	height: 150px;
	width: 150px;
	left: -56px;
	margin-top: 30px;
}

.form--email .gform_heading h3 {
	font-size: 30px;
	font-size: 1.875rem;
}

.form--callback h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

.form--contact-us #field_3_1,
.form--contact-us #field_3_6,
.form--contact-us #field_3_7,
.form--contact-us #field_3_11 {
	float: left;
	width: 50%;
	padding-right: 12px;
}

.form--contact-us #field_3_6,
.form--contact-us #field_3_11 {
	padding: 0 0 0 12px;
}

.content-details {
	width: 21%;
}

.content-form {
	width: 58%;
}

.content-call-back {
	width: 21%;
}

}

@media (min-width: 1350px) {

.primary-navigation-listing > li {
	margin: 0 25px;
}

}

@media all and (max-width: 900px) {

.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}

.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}

.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}

.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}

}

@media (max-width: 899px) {

.contact-areas > * {
	min-height: 0 !important;
}

}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/**
       * Remove all paddings around the image on small screen
       */

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
	padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}

.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}

.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}

}

@media (max-width: 767px) {

.admin-bar .burger-target {
	top: 116px;
}

}

@-moz-keyframes opacitize {

from {
	opacity: 0;
}

to {
	opacity: 0.8;
}

}

@-o-keyframes opacitize {

from {
	opacity: 0;
}

to {
	opacity: 0.8;
}

}

@-webkit-keyframes opacitize {

from {
	opacity: 0;
}

to {
	opacity: 0.8;
}

}

@keyframes opacitize {

from {
	opacity: 0;
}

to {
	opacity: 0.8;
}

}

@-webkit-keyframes bounce {

from,20%,53%,80%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

40%,43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

90% {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

}

@keyframes bounce {

from,20%,53%,80%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

40%,43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

90% {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

}

@-webkit-keyframes flash {

from,50%,to {
	opacity: 1;
}

25%,75% {
	opacity: 0;
}

}

@keyframes flash {

from,50%,to {
	opacity: 1;
}

25%,75% {
	opacity: 0;
}

}

@-webkit-keyframes pulse {

from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes pulse {

from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes rubberBand {

from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
}

40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
}

50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
}

65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes rubberBand {

from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
}

40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
}

50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
}

65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes shake {

from,to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

10%,30%,50%,70%,90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

20%,40%,60%,80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

}

@keyframes shake {

from,to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

10%,30%,50%,70%,90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

20%,40%,60%,80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

}

@-webkit-keyframes headShake {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
}

18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
}

31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
}

43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
}

50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes headShake {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
}

18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
}

31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
}

43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
}

50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes swing {

20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
}

40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
}

60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
}

80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
}

to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

}

@keyframes swing {

20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
}

40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
}

60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
}

80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
}

to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}

}

@-webkit-keyframes tada2 {

from {
	-webkit-transform: scale3d(1, 1, 1) translatey(-50%) rotate(-7deg);
	transform: scale3d(1, 1, 1) translatey(-50%) rotate(-7deg);
}

10%,20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) translatey(-50%) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) translatey(-50%) rotate3d(0, 0, 1, -3deg);
}

30%,50%,70%,90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translatey(-50%) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) translatey(-50%) rotate3d(0, 0, 1, 3deg);
}

40%,60%,80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translatey(-50%) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) translatey(-50%) rotate3d(0, 0, 1, -3deg);
}

to {
	-webkit-transform: scale3d(1, 1, 1) translatey(-50%) rotate(-7deg);
	transform: scale3d(1, 1, 1) translatey(-50%) rotate(-7deg);
}

}

@keyframes tada2 {

from {
	-webkit-transform: scale3d(1, 1, 1) translatey(-50%) rotate(-7deg);
	transform: scale3d(1, 1, 1) translatey(-50%) rotate(-7deg);
}

10%,20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) translatey(-50%) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) translatey(-50%) rotate3d(0, 0, 1, -3deg);
}

30%,50%,70%,90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translatey(-50%) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) translatey(-50%) rotate3d(0, 0, 1, 3deg);
}

40%,60%,80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translatey(-50%) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) translatey(-50%) rotate3d(0, 0, 1, -3deg);
}

to {
	-webkit-transform: scale3d(1, 1, 1) translatey(-50%) rotate(-7deg);
	transform: scale3d(1, 1, 1) translatey(-50%) rotate(-7deg);
}

}

@-webkit-keyframes tada {

from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

10%,20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}

30%,50%,70%,90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}

40%,60%,80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes tada {

from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

10%,20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}

30%,50%,70%,90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}

40%,60%,80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes wobble {

from {
	-webkit-transform: none;
	transform: none;
}

15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}

30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}

45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}

60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}

75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}

to {
	-webkit-transform: none;
	transform: none;
}

}

@keyframes wobble {

from {
	-webkit-transform: none;
	transform: none;
}

15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}

30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}

45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}

60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}

75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}

to {
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes jello {

from,11.1%,to {
	-webkit-transform: none;
	transform: none;
}

22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
}

33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
}

44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
}

55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
}

66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
}

77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
}

88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}

}

@keyframes jello {

from,11.1%,to {
	-webkit-transform: none;
	transform: none;
}

22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
}

33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
}

44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
}

55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
}

66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
}

77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
}

88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}

}

@-webkit-keyframes bounceIn {

from,20%,40%,60%,80%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
}

80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
}

to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes bounceIn {

from,20%,40%,60%,80%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
}

80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
}

to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes bounceInDown {

from,60%,75%,90%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
}

75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

to {
	-webkit-transform: none;
	transform: none;
}

}

@keyframes bounceInDown {

from,60%,75%,90%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
}

75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

to {
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes bounceInLeft {

from,60%,75%,90%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
}

75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

to {
	-webkit-transform: none;
	transform: none;
}

}

@keyframes bounceInLeft {

from,60%,75%,90%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
}

75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

to {
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes bounceInRight {

from,60%,75%,90%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
}

75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
}

to {
	-webkit-transform: none;
	transform: none;
}

}

@keyframes bounceInRight {

from,60%,75%,90%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
}

75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
}

to {
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes bounceInUp {

from,60%,75%,90%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@keyframes bounceInUp {

from,60%,75%,90%,to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}

60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@-webkit-keyframes bounceOut {

20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

50%,55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

}

@keyframes bounceOut {

20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

50%,55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

}

@-webkit-keyframes bounceOutDown {

20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

40%,45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@keyframes bounceOutDown {

20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

40%,45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@-webkit-keyframes bounceOutLeft {

20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@keyframes bounceOutLeft {

20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@-webkit-keyframes bounceOutRight {

20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@keyframes bounceOutRight {

20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@-webkit-keyframes bounceOutUp {

20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

40%,45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@keyframes bounceOutUp {

20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

40%,45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@-webkit-keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes fadeInDown {

from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInDown {

from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInDownBig {

from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInDownBig {

from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInLeft {

from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInLeft {

from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInLeftBig {

from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInLeftBig {

from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInRight {

from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInRight {

from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInRightBig {

from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInRightBig {

from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInUp {

from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInUp {

from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeInUpBig {

from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes fadeInUpBig {

from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes fadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes fadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes fadeOutDown {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}

@keyframes fadeOutDown {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}

@-webkit-keyframes fadeOutDownBig {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@keyframes fadeOutDownBig {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

}

@-webkit-keyframes fadeOutLeft {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}

@keyframes fadeOutLeft {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}

@-webkit-keyframes fadeOutLeftBig {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@keyframes fadeOutLeftBig {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

}

@-webkit-keyframes fadeOutRight {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}

@keyframes fadeOutRight {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}

@-webkit-keyframes fadeOutRightBig {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@keyframes fadeOutRightBig {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

}

@-webkit-keyframes fadeOutUp {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}

@keyframes fadeOutUp {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}

@-webkit-keyframes fadeOutUpBig {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@keyframes fadeOutUpBig {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

}

@-webkit-keyframes flip {

from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}

@keyframes flip {

from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

}

@-webkit-keyframes flipInX {

from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}

@keyframes flipInX {

from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}

@-webkit-keyframes flipInY {

from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}

@keyframes flipInY {

from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

}

@-webkit-keyframes flipOutX {

from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
}

to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}

}

@keyframes flipOutX {

from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
}

to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}

}

@-webkit-keyframes flipOutY {

from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
}

to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}

}

@keyframes flipOutY {

from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
}

to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}

}

@-webkit-keyframes lightSpeedIn {

from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
}

60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
}

80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
}

to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes lightSpeedIn {

from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
}

60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
}

80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
}

to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes lightSpeedOut {

from {
	opacity: 1;
}

to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
}

}

@keyframes lightSpeedOut {

from {
	opacity: 1;
}

to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateIn {

from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateIn {

from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownLeft {

from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInDownLeft {

from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInDownRight {

from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInDownRight {

from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpLeft {

from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInUpLeft {

from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateInUpRight {

from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes rotateInUpRight {

from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes rotateOut {

from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}

}

@keyframes rotateOut {

from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutDownLeft {

from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

}

@keyframes rotateOutDownLeft {

from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutDownRight {

from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@keyframes rotateOutDownRight {

from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutUpLeft {

from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@keyframes rotateOutUpLeft {

from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

}

@-webkit-keyframes rotateOutUpRight {

from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}

}

@keyframes rotateOutUpRight {

from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}

}

@-webkit-keyframes hinge {

0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

40%,80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
}

}

@keyframes hinge {

0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%,60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

40%,80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
}

to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
}

}

@-webkit-keyframes rollIn {

from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes rollIn {

from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@-webkit-keyframes rollOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

}

@keyframes rollOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

}

@-webkit-keyframes zoomIn {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50% {
	opacity: 1;
}

}

@keyframes zoomIn {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50% {
	opacity: 1;
}

}

@-webkit-keyframes zoomInDown {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomInDown {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomInLeft {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomInLeft {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomInRight {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomInRight {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomInUp {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomInUp {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomOut {

from {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

to {
	opacity: 0;
}

}

@keyframes zoomOut {

from {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

to {
	opacity: 0;
}

}

@-webkit-keyframes zoomOutDown {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomOutDown {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes zoomOutLeft {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

}

@keyframes zoomOutLeft {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

}

@-webkit-keyframes zoomOutRight {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

}

@keyframes zoomOutRight {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

}

@-webkit-keyframes zoomOutUp {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@keyframes zoomOutUp {

40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}

}

@-webkit-keyframes slideInDown {

from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@keyframes slideInDown {

from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@-webkit-keyframes slideInLeft {

from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@keyframes slideInLeft {

from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@-webkit-keyframes slideInRight {

from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@keyframes slideInRight {

from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@-webkit-keyframes slideInUp {

from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@keyframes slideInUp {

from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@-webkit-keyframes slideOutDown {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}

@keyframes slideOutDown {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

}

@-webkit-keyframes slideOutLeft {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}

@keyframes slideOutLeft {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

}

@-webkit-keyframes slideOutRight {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}

@keyframes slideOutRight {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

}

@-webkit-keyframes slideOutUp {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}

@keyframes slideOutUp {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.cctv, .cctv thead, .cctv tbody, .cctv th, .cctv td, .cctv tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.cctv thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.cctv tr { border: 1px solid #ccc; }
	
	.cctv td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
	}
	
	.cctv td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.cctv tr td:nth-of-type(even) { 
  background: #f5f5f5; 
}

	/*
	Label the data
	*/
	.cctv td:nth-of-type(1):before { content: "Blockages"; font-weight:bold;}
	.cctv td:nth-of-type(2):before { content: "Pipe Condition"; font-weight:bold;}
	.cctv td:nth-of-type(3):before { content: "Workmanship"; font-weight:bold;}
	
}





/* Request a call back gform */

#gform_2 input[type="text"],
#gform_2 input[type="password"],
#gform_2 input[type="email"],
#gform_2 input[type="tel"],
#gform_2 input[type="number"],
#gform_2 input[type="search"],
#gform_2 select,
#gform_2 textarea {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #666666;
	color: #666666;
	background: none;
	transition: 150ms background;
	font-weight: 500;
	border-radius: 0px;
	-webkit-appearance: none;
	min-height: 41px;
	line-height: 29px;
	display: block;
}



/* News Email Banner */

.email-copy{
	margin-top:100px;
}

@media 
only screen and (max-width: 1200px)  {
	.hero-list li a h4 {
		font-size: 1.4em;
	}
}


@media 
only screen and (max-width: 1000px)  {
	.hero-list li:not(.hero-list-link) .hero-list-img::before{
		margin-top: -22px;
		height: 50px;
		width: 40%;
		content: "";
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
		transition: 150ms opacity;
	}
	
}

@media 
only screen and (max-width: 768px)  {
	.panel.panel--grey.panel-call {
			background: #003765;
	}
	.need-hand {
		background-image: none !important;
	}
	
	.key-point .key-point-img, .key-point .key-point-heading {
		text-align: center;
	}
	
	.key-point-img {
		
		margin: 0 auto;
	}
	
	.same-btn{
		margin: 0 auto;
		display: block;
	}
	
	.content-area h1, .content-area h2,
	.content-area h3, .content-area h4,
	.content-area p, .content-area ol,
	.content-area ul   {
		text-align: center;
	}
	
	.footer-content {
		text-align: center;
	}
	
	.logo-footer{
		margin: 0 auto;
	}
	
	.logo-footer img{
		margin: 0 auto;
	}
	
	.footer-utility .inner-wrap {
		padding-left: 0 !important;
		text-align: center;
	}
	
	.footer-news {
		padding-left: 0px;
	}
	
	.testimonal-text{
		text-align:center;
	}
	
	.testimonal-feed .btn {
		position: relative;
		bottom: 0;
		margin-top: 20px;
		padding-left: 45px;
		text-align: center;
		display: block;
	}
	
	.listing-image {
		text-align: center;
	}
	
	.header-bar-img {
		display: none;
	}
	
	.hero-list li:not(.hero-list-link) .hero-list-img::before{
		height: 40%;
		width: 40%;
		content: "";
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
		transition: 150ms opacity;
		margin-top: 0px;
	}
	
}

@media 
only screen and (max-width: 490px)  {
	.hero-list li:not(.hero-list-link) h4 {
		transition: 150ms bottom, 150ms background, 150ms transform;
		font-size: 0.9rem;
		line-height: 1.2em;
		font-family: "Roboto", Arial, Helvetica, sans-serif;
		font-weight: 300;
		color: #ffffff;
		position: absolute;
		text-transform: capitalize;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 5%;
		padding: 5px;
		transform: none;
		text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
		z-index: 2;
		background: transparent;
	}
	
	.hero-list li:not(.hero-list-link) .hero-list-img::before {
		height: 40%;
		width: 40%;
		content: "";
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
		transition: 150ms opacity;
	}
	
	.hero-list li:not(.hero-list-link) .hero-list-img.hero-icon--keyhole::before {
		width: 60%;
		height: 40%;
		background-image: url(images/keyhole.svg);
	}
	
	.hero-list li a h4 {
		font-size: 1.2em;
	}
	
	.responsive-show{display:block;}
	.responsive-hide{display:none;}
	
	.cta-contact h4 {
		font-size: 1.1rem;
	}
	
}



@media 
only screen and (max-width: 360px)  {
	
	.key-points .key-point{
		margin-bottom:20px;
	}
	
	.key-point{
		float:none;
	}
	
	.key-point .key-point-img, .key-point .key-point-heading {
		text-align: center;
	}
	
	.key-point-img {
		
		margin: 0 auto;
	}
	
	.same-btn{
		margin: 0 auto;
		display: block;
	}
	
	.content-area h1, .content-area h2,
	.content-area h3, .content-area h4,
	.content-area p, .content-area ol,
	.content-area ul   {
		text-align: left;
	}
	
	.home .content-area h1, .home .content-area h2,
	.home .content-area h3, .home .content-area h4,
	.home .content-area p, .home .content-area ol,
	.home .content-area ul   {
		text-align: center;
	}
	
	.content-wrap .content {
		float:none;
	}
	
	.footer-content {
		text-align: center;
	}
	
	.logo-footer{
		margin: 0 auto;
	}
	
	.logo-footer img{
		margin: 0 auto;
	}
	
	.footer-utility .inner-wrap {
		padding-left: 0 !important;
		text-align: center;
	}
	
	.testimononials > * {
		margin-bottom: 40px;
	}
	
	.testimonal-text{
		text-align:center;
	}
	
	.listing-image {
		text-align: center;
	}
	
	.listing p, .listing h4{
		text-align: center;
	}
	
	.call{
		padding-left:0px;
	}
	
	.call::before {
		background: none;
		height: 0px;
		width: 0px;
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.footer-news {
		padding-left: 0px;
	}
	
	.hero-list li:not(.hero-list-link) .hero-list-img::before {
		height: 25%;
		width: 25%;
		content: "";
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 25%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
		transition: 150ms opacity;
	}
	
}




