/***************************************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.4.2
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/******************************************
 GENERAL STYLES
******************************************/

/* Font Faces - BEGIN */

/* Font Faces - END */

html {
	font-size: 100% !important;
}
body {
	color: #fff;
	font-family: 'soleil', sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.5em;
	background: #151515;
	max-width: 1920px;
	overflow-x: hidden;
	margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-family: 'soleil', sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 10px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 1.875rem;
	margin-bottom: 40px;
	line-height: 1.5em;
}
h3 {
	font-size: 1.3125rem;
	font-weight: 600;
}
h4 {
	font-size: 1.1875rem;
	font-weight: 600;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}
a {
	color: #DB9418;
	outline: none;
	text-decoration: none;
}
a,
a:before,
a:after {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
a:hover {
	color: #B57300;
	text-decoration: underline;
}
a,
a:link,
a:hover,
a:active,
a:focus,
a:visited:link {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
	border: 0;
	max-width: 100%;
	position: relative;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
	height: auto !important;
}
img:before {
	background-color: #efefef;
	border: 2px dotted rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 100%;
}
img:after {
	color: rgb(100, 100, 100);
	content: "\f127"" Broken Image of " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
img:-moz-loading:after,
img:-moz-loading:before {
	visibility: hidden;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin: 0 0 26px;
	padding: 0;
}
p:last-child {
	margin-bottom: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
/* firefox 19+ */

:-ms-input-placeholder {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ie */

input:-moz-placeholder {
	opacity: 1;
}
iframe {
	max-width: 100%;
}
ol {
    padding-left: 27px;
}
#post-not-found {
	padding-top: 30px;
	text-align: center;
}
.em-googlemap,
.acf-map {
	position: relative;
}
.overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.twenty20 {
	max-width: 100%;
}
.extra-content,
.mainbody {
	padding: 100px 0;
}
/******************************************
 CONTENT PANELS
******************************************/

/* Content Panel default settings */

.extra-content,
.extra-content-col-inner {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Custom width container */

.container-custom-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/* Use Divup plugin to create boostrap grid in the WP editor */

.divup-wrap.row .div-1 {
	display: none;
}
/* More support for Bootstrap Grid */

.align-items-stretch .extra-content-col-inner {
	height: 100%;
}
/******************************************
 TYPOGRAPHY
******************************************/

.font-100 {
	font-weight: 100;
}
.font-200 {
	font-weight: 200;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-800 {
	font-weight: 800;
}
.font-900 {
	font-weight: 900;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid rgba(149, 152, 154, 0.5);
	color: #403c3e;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 6px 8px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
div.gform_wrapper .top_label input.medium,
div.gform_wrapper .top_label select.medium,
div.gform_wrapper .left_label input.medium,
div.gform_wrapper .left_label select.medium,
div.gform_wrapper .top_label input.large,
div.gform_wrapper .top_label select.large,
div.gform_wrapper .left_label input.large,
div.gform_wrapper .left_label select.large {
	height: 59px;
	width: 100%;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper textarea.textarea {
	height: 200px;
	width: 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 9px 5px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
	padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
	font-size: inherit;
	font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 40px;
}
input[type="submit"],
button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce input.button,
div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="image"],
div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer .button.gform_button,
div.gform_wrapper .gform_page_footer .button.gform_next_button {
	background-color: #B51213;
	border: 2px solid rgba(0, 0, 0, 0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font: bold 0.9375rem/1.2em'soleil', sans-serif;
	padding: 12px 30px 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.22px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	display: block;
}
input[type="submit"]:hover,
button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce input.button:hover,
div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type="image"]:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer .button.gform_button:hover,
div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-button {
	background-color: #B51213;
	border: 2px solid rgba(0, 0, 0, 0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font: bold 0.9375rem/1.2em'soleil', sans-serif;
	padding: 15px 35px 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.22px;
	min-width: 220px;
}
a.em-blue-background {
	background-color: #166988;
}
a.em-blue-border {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #009ED2;
	color: #166988;
}
a.em-white-border {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	color: #fff;
}
a.em-white-background {
	background-color: #fff;
	color: #3E4047;
}
a.em-black-border {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #272525;
	color: #272525;
}
a.em-black-background {
	background-color: #272525;
	color: #fff;
}
a.em-red-border {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ED1B24;
	color: #ED1B24;
}
a.em-red-background {
	background-color: #ED1B24;
	color: #fff;
}
a.em-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.em-button:hover {
	background-color: #640000;
	color: #fff;
	text-decoration: none;
}
a.em-blue-background:hover {
	background-color: #1d88af;
}
a.em-blue-border:hover {
	background-color: #166988;
	color: #fff;
}
a.em-white-border:hover,
a.em-white-background:hover {
	background-color: #640000;
	border-color: #640000;
	color: #fff;
}
a.em-black-border:hover,
a.em-black-background:hover {
	background-color: #00c9cc;
	color: #fff;
}
a.em-red-border:hover {
	background-color: #ED1B24;
	color: #fff;
}
a.em-red-background:hover {
	background-color: #d4111b;
	color: #fff;
}
a.pdf-link:before,
a.doc-link:before {
	font-family: FontAwesome;
	font-size: 30px;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}
a.doc-link:before {
	content: "\f0f6";
}
a.pdf-link:before {
	content: "\f1c1";
}
a.pdf-link,
a.doc-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 8px 0 6px 53px;
	position: relative;
}
a.hyper-link {
	background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
	font-weight: 500;
	padding: 0 0 0 32px;
	text-decoration: none;
}
p.testimonial {
	border-left: 7px solid #009ED2;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.54545455em;
	margin: 22px 0;
	padding-left: 25px;
}
.list-inline {
	list-style: none;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 0;
}
.list-inline li {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
}
.list-stack {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.list-stack li {
	display: block;
	margin: 50px 0;
}
.blue-dot,
.black-dot {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.blue-dot ul,
.black-dot ul {
	list-style: none;
	margin-left: 1rem;
	padding-left: 0;
}
.blue-dot li:before,
.black-dot li:before {
	background: #009ED2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 11px;
}
.black-dot li:before {
	background: #272525;
}
.blue-dot li,
.black-dot li {
	padding: 0 0 0 27px;
	position: relative;
}
.list-check-square,
.list-check {
	list-style: none;
	padding: 0;
}
.list-check-square li {
	background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
	-webkit-background-size: 21px auto;
	-moz-background-size: 21px auto;
	-o-background-size: 21px auto;
	background-size: 21px auto;
	margin: 1rem 0;
	padding-left: 30px;
}
.list-check li:before {
	color: #166988;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
.list-check li {
	font-weight: normal;
	margin: 1rem 0;
	padding-left: 40px;
	position: relative;
}
.no-bullet {
	margin-left: 0;
	padding: 0;
}
.no-bullet li ul,
.no-bullet li ol {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
}
ul.square,
ol.square {
	list-style-type: square;
}
ul.circle,
ol.circle {
	list-style-type: circle;
}
ul.disc,
ol.disc {
	list-style-type: disc;
}
ul.no-bullet,
ol.no-bullet {
	list-style: none;
}
ul.d-xl-flex,
ul.d-lg-flex,
ul.d-md-flex,
ul.d-sm-flex,
ul.d-flex,
ol.d-xl-flex,
ol.d-lg-flex,
ol.d-md-flex,
ul.d-sm-flex,
ol.d-flex {
	list-style: none;
	margin: 26px -15px;
	padding: 0;
}
ul.d-xl-flex li,
ul.d-lg-flex li,
ul.d-md-flex li,
ul.d-sm-flex li,
ul.d-flex li,
ol.d-xl-flex li,
ol.d-lg-flex li,
ol.d-md-flex li,
ul.d-sm-flex li,
ol.d-flex li {
	padding: 0 15px;
}
ul.justify-content-center,
ol.justify-content-center {
	text-align: center;
}
table.table-style-1 {
	background: #0d294a5;
}
.table-style-1 td,
.table-style-1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 15px 13px;
	text-align: left;
}
.table-style-1 th {
	background: #152e54;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333em;
}
.table-style-1 tr td:first-child,
.table-style-1 tr th:first-child {
	border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
	background: #e1e5ec;
}
code {
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	color: #333333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0 5px;
}
abbr,
acronym {
	color: #222;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.mce-content-body img[data-wp-more] {
	height: 16px !important;
}
.banner-crimsafe {
	padding-bottom: 87px;
	padding-top: 87px;
}
.banner-crimsafe .column-01 h4 {
	font-size: 1.625rem;
	margin-bottom: 36px;
	margin-top: 28px;
}
.banner-crimsafe .with-arrow {
	margin-bottom: 16px;
}
.with-arrow p {
	background: url(library/images/arrow@2x.png) no-repeat right top;
    -webkit-background-size: 51px auto;
    -moz-background-size: 51px auto;
    -o-background-size: 51px auto;
    background-size: 51px auto;
	display: inline-block;
	padding: 10px 98px 0 0;
	vertical-align: top;
}
.star-review em {
	font-weight: normal;
}
.crimsafe-warranty {
	align-items: center;
	background: rgba(21,21,21,0.65);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	bottom: -87px;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	max-width: 100%;
	padding: 20px 5px 13px;
	position: absolute;
	right: 15px;
	width: 443px;
}
.crimsafe-warranty .div-2 {
	flex: 0 0 230px;
	margin-left: 25px;
	max-width: 230px;
}
.crimsafe-warranty p {
	font-style: italic;
	font-weight: normal;
	line-height: 1.35294118em;
}
@media (max-width: 1400px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper .top_label input.medium,
	div.gform_wrapper .top_label select.medium,
	div.gform_wrapper .left_label input.medium,
	div.gform_wrapper .left_label select.medium,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .left_label input.large,
	div.gform_wrapper .left_label select.large,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 44px;
	}
	a.em-button,
	input[type="submit"],
	button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce .cart .button,
	.woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type="image"],
	div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button,
	div.gform_wrapper .gform_page_footer .button.gform_next_button {} .jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 42px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 42px;
	}
}
@media (max-width: 1199.98px) {
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	select,
	div.gform_wrapper .top_label input.medium,
	div.gform_wrapper .top_label select.medium,
	div.gform_wrapper .left_label input.medium,
	div.gform_wrapper .left_label select.medium,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .left_label input.large,
	div.gform_wrapper .left_label select.large,
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		height: 40px;
	}
	a.em-button,
	input[type="submit"],
	button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce .cart .button,
	.woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type="image"],
	div.gform_wrapper .gform_footer input[type="submit"],
	div.gform_wrapper .gform_page_footer .button.gform_button,
	div.gform_wrapper .gform_page_footer .button.gform_next_button {} .jqTransformSelectWrapper div span,
	.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
		line-height: 38px;
	}
	.jqTransformSelectWrapper a.jqTransformSelectOpen {
		width: 38px;
	}
	/*
	 * Responsive Table
	*/
	/* Force table to not be like tables anymore */
	.notable-lg,
	.notable-lg thead,
	.notable-lg tbody,
	.notable-lg tfoot,
	.notable-lg tr,
	.notable-lg th,
	.notable-lg td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-lg thead tr,
	.notable-lg th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-lg td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-lg td:before {
		display: block;
		font-weight: bold;
		text-align: left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-lg td:before {
		content: attr(data-heading);
	}
}
@media (max-width: 991.98px) {
	a.pdf-link:after,
	a.doc-link:after {
		right: 0;
	}
	a.pdf-link,
	a.doc-link {
		padding-right: 40px;
	}
	/*
	 * Responsive Table
	*/
	/* Force table to not be like tables anymore */
	.notable-md,
	.notable-md thead,
	.notable-md tbody,
	.notable-md tfoot,
	.notable-md tr,
	.notable-md th,
	.notable-md td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable-md thead tr,
	.notable-md th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.notable-md td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable-md td:before {
		display: block;
		font-weight: bold;
		text-align: left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable-md td:before {
		content: attr(data-heading);
	}
  .main-footer .footer-bottom .footer-social-links a.mr-5 {
      display: block;
      margin-bottom: 25px;
      margin-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
	/*
	 * Responsive Table
	*/
	/* Force table to not be like tables anymore */
	.notable,
	.notable thead,
	.notable tbody,
	.notable tfoot,
	.notable tr,
	.notable th,
	.notable td,
	.table-style-1,
	.table-style-1 thead,
	.table-style-1 tbody,
	.table-style-1 tfoot .table-style-1 tr,
	.table-style-1 th,
	.table-style-1 td,
	.table-style-2,
	.table-style-2 thead,
	.table-style-2 tbody,
	.table-style-2 tfoot,
	.table-style-2 tr,
	.table-style-2 th,
	.table-style-2 td,
	.shop_table,
	.shop_table thead,
	.shop_table tbody,
	.shop_table tfoot,
	.shop_table tr,
	.shop_table th,
	.shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr,
	.notable th,
	.table-style-1 thead tr,
	.table-style-1 th,
	.table-style-2 thead tr,
	.table-style-2 th,
	.shop_table thead tr,
	.shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align: left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}
	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.table-style-2 tr td:first-child,
	.shop_table tr td:first-child,
	.shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.product-remove {
		line-height: 0.9em;
	}
	.list-check li {
		padding-left: 27px;
	}
	.list-check-square li {
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	a.em-button,
	input[type="submit"],
	button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button .woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce .cart .button,
	.woocommerce .cart input.button,
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type="image"],
	div.gform_wrapper .gform_footer input[type="submit"] {}

}
@media (max-width: 641px) {
	div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: inherit;
		margin-bottom: 0;
	}
}
@media (max-width: 575.98px) {
	p.testimonial {
		border-left-width: 8px;
		padding-left: 15px;
	}
	a.pdf-link,
	a.doc-link {
		padding-left: 40px;
	}
}
/******************************************
 SIDEBAR
******************************************/

.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a,
.main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}
/******************************************
 IMAGE SCROLLER
******************************************/

.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}
/******************************************
 ACCORDION
******************************************/

.accordion {
	margin: 0;
	text-align: left;
}
.accordion > p {
	display: none;
	/* Fix empty P tag */
}
body h3.accordion-title::before {
	content: "\f078";
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "FontAwesome";
}
body h3.accordion-title.open:before {
	content: "\f077";
}
body h3.accordion-title {
	background: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0;
	padding: 30px 60px 30px 0;
	position: relative;
	border-bottom: 2px solid #fff;
    outline: none;
}
body h3.accordion-title.open {
	background: none;
	color: #fff;
	border-bottom: none;
}
body .accordion-content {
	background: none;
	margin: 0;
	padding: 0 0 30px;
	border-bottom: 2px solid #fff;
}
.icon-accordion h3.accordion-title.icon-security {
	padding-left: 60px;
	background: url('library/images/protection@2x.png') no-repeat left center / 30px;
}
.icon-accordion h3.accordion-title.icon-eye {
	padding-left: 60px;
	background: url('library/images/hidden@2x.png') no-repeat left center / 35px;
}
.icon-accordion h3.accordion-title.icon-clean {
	padding-left: 60px;
	background: url('library/images/broom@2x.png') no-repeat left center / 35px;
}
.icon-accordion h3.accordion-title.icon-warranty {
	padding-left: 60px;
	background: url('library/images/certificate@2x.png') no-repeat left center / 32px;
}
.icons-plusminus h3.accordion-title::before {
	content: "\f067";
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	margin-top: 0;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
	line-height: 25px;
}
.icons-plusminus h3.accordion-title.open:before {
	content: "\f068";
}
/******************************************
 WP-TILES
******************************************/

div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}
/******************************************
 FLEXSLIDER
******************************************/

.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0, 0, 0, 0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a:hover:before {
	color: rgba(0, 0, 0, 1);
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1 !important;
	outline: none;
	text-indent: -999em;
	width: 25px;
}
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
	right: 0;
}
.flexslider .slides img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/******************************************
 NEXTGEN FLEXSLIDER
******************************************/

.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}
/******************************************
GRAVITY FORM
******************************************/

div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul.gform_fields {
	margin: 0 -8px !important;
}
div.gform_wrapper ul.gform_fields li.gfield {
	margin: 22px 0 0;
	padding: 0 8px !important;
}
.gform_wrapper form li #extensions_message {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .gform_footer {
	margin: 20px 0 0;
	padding: 0;
}
.ui-datepicker-title select {
	height: auto;
	width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}
/******************************************
 BLOG
******************************************/

.img-zoom {
	width: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
}
.img-zoom:hover {
	-webkit-transform: scale(1.075);
	-moz-transform: scale(1.075);
	-o-transform: scale(1.075);
	transform: scale(1.075);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	filter: gray;
	/* For IE 6 - 9 */
	-webkit-transition: all .6s ease;
	/* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}
/******************************************
 NAVIGATION
******************************************/

nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav.main-nav ul.nav > li {
	display: inline-block;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #fff;
	display: block;
	font: normal 1rem/46px'soleil', sans-serif;
	margin: 0 40px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: 7px;
	margin-top: -2px;
	-webkit-transition: transform 0.25s ease;
	-moz-transition: transform 0.25s ease;
	-ms-transition: transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	vertical-align: middle;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: FlipV;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a,
nav.main-nav ul.nav > li.hover > a {
	color: #DB9418;
	border-top: 4px solid #505050;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: normal;
}
nav.main-nav ul.nav li ul {
	background: #DB9418;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
	text-align: left;
}
nav.main-nav ul.nav li:hover > ul,
nav.main-nav ul.nav li.hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 30px;
	top: 100%;
	z-index: 999;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	font: normal 1.0625rem/1.3em'soleil', sans-serif;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
	background: #640000;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
	background: #166988;
}
/******************************************
 SUPERFLY MENU
******************************************/

.sfm-rollback {
	display: none;
}
div.sfm-label-metro .sfm-navicon-button {
	background: rgba(0, 0, 0, 0);
	right: 15px;
}
div.sfm-label-metro .sfm-navicon,
div#sfm-mob-navbar .sfm-navicon,
div.sfm-label-metro .sfm-navicon:after,
div#sfm-mob-navbar .sfm-navicon:after,
div.sfm-label-metro .sfm-navicon:before,
div#sfm-mob-navbar .sfm-navicon:before {
	background: #cdcfd2;
}
div#sfm-sidebar .sfm-menu li:after {
	background: #fff;
}
div#sfm-sidebar .sfm-menu li > a:before {
	background: #B51213;
}
#sfm-sidebar .sfm-menu li > a span {
	text-transform: none;
}
.sfm-navicon:after,
.sfm-navicon:before,
.sfm-sidebar-close:before,
.sfm-sidebar-close:after {
	width: 22px;
}
.sfm-navicon {
	left: 50%;
	margin: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 22px;
}
.sf_label_default:hover .sfm-navicon {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sfm-navicon-button {
	padding: 20px 10px;
}
.sfm-label-rsquare div.sfm-navicon-button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-width: 2px !important;
}
/* Fix splash menu on page load, on Chrome */

div#sfm-sidebar {
	-webkit-transform: translate(375px, 0);
	-moz-transform: translate(375px, 0);
	-ms-transform: translate(375px, 0);
	-o-transform: translate(375px, 0);
	transform: translate(375px, 0);
	-webkit-transform: translate3d(375px, 0, 0);
	-moz-transform: translate3d(375px, 0, 0);
	-ms-transform: translate3d(375px, 0, 0);
	-o-transform: translate3d(375px, 0, 0);
	transform: translate3d(375px, 0, 0);
}
/******************************************
 LAYOUT STYLES
******************************************/

/*** Enter your style for global layout here ***/

.container {
	max-width: 1200px;
	position: relative;
}
.main-header {
	padding: 30px 0;
}
.custom-logo {
	width: 100%;
	max-width: 188px;
}
.crimesafe-logo {
	width: 100%;
	max-width: 171px;
	margin-left: 30px;
}
.crimesafe-logo-mobile {
	display: none;
}
.top-navigation {
	border-top: 2px solid #505050;
	border-bottom: 2px solid #505050;
}
.header-phone a {
	margin-left: 15px;
	min-width: auto;
}
.header-phone a.em-white-border {
	font-size: 1.125rem;
	padding: 14px 25px 13px;
	line-height: 1rem;
}
.header-phone a.em-white-border i {
	font-size: 12px;
	float: left;
	margin-right: 5px;
	line-height: 19px;
}
.bottom-bar-wrap {
	background: url("library/images/bottom-bar.png") no-repeat center center / cover;
	padding: 100px 0;
	text-align: center;
}
ul.tick-list {
	text-align: left;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	display: inline-block;
}
ul.tick-list li {
	background: url("library/images/icon-check@2x.png") no-repeat left center / 25px;
	padding: 10px 0 10px 40px;
	font-size: 1rem;
	font-weight: 600;
}
.main-footer {
	padding: 100px 0;
	font-size: 0.9375rem;
}
.main-footer h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.main-footer .footer-bottom {
	border-top: 2px solid #4E4E4E;
	padding-top: 50px;
	margin-top: 50px;
	font-size: 0.875rem;
	font-weight: normal;
}
.main-footer .footer-bottom a {
	color: #fff;
}
.main-footer .footer-bottom .footer-social-links {
	text-align: right;
}
.main-footer .footer-bottom .footer-social-links a {
	color: #fff;
	font-size: 25px;
	margin-left: 10px;
}
.main-footer .footer-bottom .footer-social-links a:hover {
	color: #B51213;
}
.main-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-footer ul li {
	padding-bottom: 10px;
}
.main-footer ul.menu li a {
	color: #fff;
	font-weight: normal;
}
.main-footer ul.menu li ul.sub-menu {
	display: none;
}
.main-footer ul.menu li a:hover,
.main-footer ul.menu li.current_page_item a {
	color: #DB9418;
	text-decoration: none;
}
.main-footer ul.address-list li {
	display: inline-block;
	width: 48%;
	margin-bottom: 20px;
}
.main-footer ul.address-list li strong {
	font-weight: 600;
}
.getintouch a {
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
}
div.gallery-columns-4 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
	float: left;
	margin: 0 !important;
	padding: 15px;
}
.gallery-columns-4 .gallery-item img {
	border: none !important;
}
.red-underline {
	border-bottom: 2px solid #B51213;
}
.text-black,
.text-black *,
.text-black h3 {
	color: #000;
}
/*** Homepage - Enter any style for elements on homepage here ***/

.inner-banner {
	display: none;
}
.banner-area {
	background: url("library/images/hp-banner.png") no-repeat center right / cover;
	padding: 100px 0;
	color: #fff;
	font-size: 1.1875rem;
}
.banner-area.crimesafe-banner {
	background: url("library/images/crimesafe-banner@2x.png") no-repeat center right / cover;
}
.warranty-box {
	padding: 20px 20px 20px 30px;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	bottom: -100px;
	max-width: 410px;
	right: 0;
	font-size: 1.0625rem;
	line-height: normal;
	margin: 0 auto;
	text-align: left;
}
.banner-area h1 {
	color: #fff;
	margin-bottom: 30px;
	font-weight: 600;
}
.banner-area h3 {
	font-size: 1.625rem;
	font-weight: 600;
	margin-bottom: 40px;
}
.banner-area a {
	margin-right: 15px;
	position: relative;
}
.banner-area .arrow {
	position: absolute;
	width: 55px;
	height: 51px;
	background: url('library/images/arrow@2x.png') no-repeat center center / cover;
	left: 280px;
	margin-top: -15px;
}
.g-review img,
.star-review img,
.why-choose-row .star-review img {
	max-height: 17px;
	width: auto;
}
.star-review img {
	float: left;
	margin: 5px 10px 0 0;
}
.banner-area .g-review img {
	margin-left: 5px;
}
.g-review {
	font-size: 1.125rem;
}
.star-review {
	font-size: 0.9375rem;
	display: inline-block;
}
a.read-more {
	font-size: 0.8125rem;
	font-weight: bold;
	text-transform: uppercase;
}
.why-choose-row img {
	max-height: 35px;
	width: auto;
}
.why-choose-row .extra-content-col-inner {
	padding: 0 10px 50px;
}
.why-choose-row .row-04 .extra-content-col-inner {
	text-align: center;
	padding: 0;
}
.badge {
	position: absolute;
	right: -200px;
	top: 0;
}
.portal-buttons .row-03 {
	margin-top: 50px;
}
.portal-buttons .row-03 a {
	color: #fff;
	text-decoration: underline;
}
.white-border {
	border: 1px solid #fff;
}
/*** Internal Pages - Enter any style for elements on internal pages here ***/

ul.dot-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.dot-list li {
	padding: 0 0 20px 30px;
	position: relative;
}
ul.dot-list li::before {
	font-family: "FontAwesome";
	content: "\f111";
	font-size: 10px;
	color: #fff;
	position: absolute;
	left: 0;
}
.crimesafe-products a span {
	font-size: 14px;
}
.crimesafe-products {
	margin-top: -50px;
}
.crimesafe-products .extra-content-col {
	padding-top: 50px;
}
.crimesafe-products .box-white .extra-content-col-inner {
	background: #fff;
	height: 100%;
	padding: 44px;
}
.crimesafe-products .box-white h3 {
	font-size: 1.5rem;
	line-height: 1.25em;
}
.galleryid-3097 .gallery-icon::before {
	content: "";
	display: block;
	padding-top: 90.073529%;
}
.galleryid-3097 .gallery-icon {
	overflow: hidden;
	position: relative;
}
.galleryid-3097 .gallery-icon img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 50%;
    	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 100%;
}
.video-text {
	position: absolute;
	top: 30px;
	right: -250px;
}
.laser-imgs {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.laser-imgs .divup {
	flex: 0 0 45%;
	max-width: 45%;
}
.laser-imgs .div-2 {
	margin-top: 80px;
}

/*ADDITIONAL CSS*/
.patent-protected-technology-section {
    max-width: calc(100%);
    margin-left: 0;
    margin-right: 0;
    border-width: 2px;
    padding: 43px 22px;
}
.patent-protected-technology-section h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 13px;
}
.static-images  {
  margin: 0;
  padding: 0;
}
.static-images li {
  	float: left;
  	list-style: none;
  	padding: 0 5px;
	width: 25%;
}
.image-gal > .container-fluid > .row > .col-12 {
	padding: 0 5px;
}
.box-border-white {
	border: 2px solid #fff;
	padding: 45px;
}
.box-border-white ul.tick-list li {
	padding-bottom: 7px;
	padding-top: 7px;
}
.section-border-bottom > .container > .row::after {
	background: rgba(255,255,255,0.3);
	bottom: -100px;
	content: "";
	height: 1px;
	left: 15px;
	position: absolute;
	right: 15px;
}
.section-border-bottom > .container > .row {
	position: relative;
}
.video_bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}
.video_bar .listing_wraper {
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 40px;
    position: relative;
}
.crimsafe_thumbs {
	margin: 0 0 20px;
    position: relative;
}
.crimsafe_thumbs img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.video_bar .listing_wraper h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25em;
}
.video_bar .listing_wraper h3 a {
	color: #fff;
	text-decoration: none;
}
.video_bar .find_out_more {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}
.video_bar .find_out_more a {
	font-weight: normal;
	position: relative;
	text-decoration: underline;
}
.find_out_more a::after {
	content: "\f061";
    font-family: FontAwesome;
    left: 100%;
    margin-left: 10px;
    position: absolute;
}
.leave-review-box {
	padding-bottom: 15px;
	padding-top: 15px;
}
.leave-review-box .extra-content-col-inner {
	border: solid 1px #F7F7F7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 45px;
}
.leave-review-boxes .wp-google-name,
.leave-review-boxes .wp-google-reviews,
.leave-review-boxes .wp-google-content-inner .wp-google-url {
	display: none;
}
.leave-review-boxes h3 {
	font-size: 18px;
	font-weight: bold;
}
.leave-review-boxes .wp-gr .wp-google-rating {
	color: #fff !important;
}
.leave-review-boxes .wp-google-content-inner .wp-google-url + .wp-google-url {
	background: #B51213 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #fff !important;
	display: inline-block;
	font-weight: bold !important;
	letter-spacing: 0.22px !important;
	margin: 50px 0 0 !important;
	padding: 15px 35px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	-webkit-transition: all 200ms ease-in !important;
	-moz-transition: all 200ms ease-in !important;
	-o-transition: all 200ms ease-in !important;
	transition: all 200ms ease-in !important;
}
.leave-review-boxes .wp-google-content-inner .wp-google-url + .wp-google-url:hover {
	background: #640000 !important;
}

/******************************************
 RESPONSIVE STYLES
******************************************/

@media (max-width: 1440px) {
	/* General Styles */
	/*** Enter your custom style here ***/
}
@media (max-width: 1280px) {
	/* General Styles */
	/*** Enter your custom style here ***/
	.video-text {
		right: -205px;
	}
	.video-text img {
		width: 210px;
	}
}
@media (max-width: 1199.98px) {
	body {
		font-size: 1rem;
	}
	ul.d-xl-flex li,
	ol.d-xl-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	/* General Styles */
	.testimonial-box:after {
		left: 24px;
	}
	.testimonial-box {
		font-size: 1.25rem;
		padding: 50px 30px 10px 40px;
	}
	.free-quote-bar,
	.free-quote-bar p {
		text-align: center;
	}
	/*** Enter your custom style here ***/
	.custom-logo,
	.crimesafe-logo {
		max-width: 150px;
	}
	nav.main-nav ul.nav > li > a {
		margin: 0 20px;
	}
	.extra-content,
	.mainbody {
		padding: 50px 0;
	}
	.section-border-bottom > .container > .row::after {
		bottom: -50px;
	}
	.banner-area {
		background-position: right -300px center;
	}
    .video-text {
        display: none;
    }
	.banner-crimsafe {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.crimsafe-warranty {
		bottom: -60px;
	}
	.crimesafe-products .box-white .extra-content-col-inner {
		padding: 30px;
	}
	.crimesafe-products .box-white h3 {
		font-size: 1.3125rem;
	}
}
@media (max-width: 991.98px) {
	.sfm-rollback {
		display: block;
		width: 0;
	}
	.top-navigation {
		display: none;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td,
	.table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev,
	.flexslider:hover .flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next,
	.flexslider:hover .flex-direction-nav .flex-next {
		right: 0;
	}
	.extra-content-col {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.column-vertical-align .row,
	.column-vertical-align.row,
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}
	ul.d-lg-flex li,
	ol.d-lg-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	/* Testimonials */
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		width: 200px;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 150px;
	}
	/* General Styles */
	.extra-content,
	.free-quote-bar,
	.free-quote-cta-panel.free-quote-bar,
	.main-footer {
		padding: 30px 0;
		text-align: center;
	}
	.section-border-bottom > .container > .row::after {
		bottom: -30px;
	}
	.border-bottom .container {
		padding-bottom: 30px;
	}
	.border-top .container {
		padding-top: 30px;
	}
	.background-only-panel {
		height: 250px !important;
	}
	.free-quote-bar {
		text-align: center;
	}
	.free-quote-bar h2 {
		margin-top: 0;
	}
	.free-quote-bar .col-md-4 {
		margin-top: 30px;
	}
	.free-quote-bar p {
		text-align: center;
	}
	.staff-panel {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.staff-panel-first {
		padding-top: 30px;
	}
	.staff-panel .extra-content-col {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.staff-panel .column-01 p {
		margin: 0;
	}
	.testimonial-box:after {
		top: 12px;
	}
	.contact-form .column-02,
	.get-a-quote-row-01 .column-02 {
		max-width: none;
	}
	/*** Enter your custom style here ***/
	.why-choose-row .extra-content-col-inner {
		padding: 0;
	}
	.banner-area {
		background-position: center center;
		padding: 50px 0;
		text-align: center;
	}
	.banner-area h1 {
		font-size: 2rem;
	}
	.banner-area a {
		margin: 10px;
	}
	.logo {
		text-align: center;
	}
	.header-right,
	.footer-nav,
	.locations,
	.banner-area .arrow {
		display: none;
	}
	nav.main-nav ul.nav > li > a {
		margin: 0 10px;
	}
	.badge {
		position: relative;
		right: auto;
		top: auto;
		margin: 0 0 30px;
		text-align: center;
	}
	.main-footer .footer-bottom {
		padding-top: 30px;
		margin-top: 30px;
		text-align: center;
	}
	.main-footer .footer-bottom .footer-social-links {
		text-align: center;
		margin-top: 20px;
	}
	.warranty-box {
		position: relative;
		bottom: -50px;
	}
	.laser-imgs {
		justify-content: center;
		margin: 30px -15px 0;
	}
	.laser-imgs .divup {
		flex: 0 0 auto;
		max-width: 50%;
		padding: 0 15px;
	}
	.laser-imgs .div-2 {
		margin: 0;
	}
	.laser-imgs img {
		width: 200px;
	}
	.banner-crimsafe {
		padding: 50px 0 0;
	}
	.banner-crimsafe .column-01 h4 {
		margin-bottom: 20px;
	}
	.banner-crimsafe .with-arrow p {
		background: none;
		padding-right: 0;
	}
	.banner-crimsafe .column-02 {
		padding: 20px 0 0;
	}
	.crimsafe-warranty {
		max-width: none;
		position: static;
		width: auto;
	}
	.crimsafe-warranty p {
		text-align: left;
	}
	.banner-crimsafe {
		background-position: right -150px center !important;
	}
	.banner-crimsafe .star-review strong,
	.banner-crimsafe .star-review em {
		text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 10px #000;
	}
	.leave-review-boxes h3 {
		text-align: left;
	}
}
@media (max-width: 767.98px) {
	html {
		font-size: 87.5% !important;
	}
	h1,
	h2 {
		font-size: 1.75rem;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
	ul.d-md-flex li,
	ol.d-md-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	/* Testimonials */
	.contact-form .testimonials-list {
		margin-top: 0;
	}
	.testimonials-list {
		margin-top: -15px;
	}
	.testimonials-list .quote {
		margin: 15px 0;
		text-align: center;
	}
	.testimonials-list blockquote {
		-webkit-background-size: 100px auto;
		-moz-background-size: 100px auto;
		-o-background-size: 100px auto;
		background-size: 100px auto;
		background-position: center top;
		padding-top: 20px;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote,
	.woothemes-testimonials-layout-03 .testimonial-content {
		max-width: none;
	}
	.woothemes-testimonials-layout-01 .testimonials-list .quote {
		width: 100%;
	}
	.woothemes-testimonials-layout-03 .testimonials-list .quote {
		display: block;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar {
		margin-bottom: 20px;
		text-align: center;
		width: auto;
	}
	.woothemes-testimonials-layout-03 .testimonial-avatar img {
		width: 80px;
	}
	/* Content Panels */
	.column-equal-height .row,
	.column-equal-height.row {
		display: block;
	}
	.align-left-xs {
		background-position: left center;
	}
	.background-only-panel {
		height: 200px !important;
	}
	.list-inline {
		display: block;
		margin: 0;
	}
	.list-inline li {
		display: block;
		padding: 7.5px 0;
		text-align: center;
	}
	/* General Styles */
	.logos-panel {
		text-align: center;
	}
	.logos-panel ul {
		display: block;
	}
	.logos-panel ul li:before {
		display: none;
	}
	.logos-panel ul li {
		float: none;
		padding: 12px 0;
		width: auto;
	}
	.extra-content .testimonials-list blockquote p {
		max-width: none;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
		left: 50%;
		margin-left: -34px;
		top: 0;
	}
	.woothemes-testimonials-layout-04 .testimonials-list blockquote {
		padding-left: 0;
		padding-top: 100px;
	}
	.woothemes-testimonials-layout-04 .testimonials-list .author {
		padding-left: 0;
	}
	/*** Enter your custom style here ***/
	.banner-area.crimesafe-banner {
		background: #000 url("library/images/crimesafe-banner@2x.png") no-repeat center center;
	}
	.banner-area h3 {
		font-size: 1rem;
	}
	.banner-crimsafe .column-01 h4 {
		font-size: 1.25rem;
		margin-top: 20px;
	}
	.video_bar {
		grid-template-columns: repeat(2, 1fr);
	}
	.leave-review-boxes {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 575.98px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
	ul.d-sm-flex li,
	ol.d-sm-flex li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	/* General Styles */
	.list-check-square li {
		margin: 10px 0;
	}
	.free-quote-bar h2 {
		font-size: 1.5rem;
	}
	.free-quote-info .div-1 ul li {
		background-position: left top;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
		margin: 13px 0;
		padding: 3px 0 3px 40px;
	}
	/*** Enter your custom style here ***/
	.sfm-pos-right .sfm-label-rsquare .sfm-navicon-button {
		margin-right: 0;
		right: 15px !important;
		top: 19px;
	}
	.main-header {
		padding: 8px 0 13px;
	}
	.logo {
		text-align: left;
	}
	.custom-logo,
	.crimesafe-logo {
		max-width: 144px;
	}
	.logo a {
		margin-left: -14px;
	}
	.header-right {
		display: block;
		position: absolute;
		right: 61px;
		top: 11px;
	}
	.header-phone a.em-button:nth-child(2) {
		display: none;
	}
	.header-phone a.em-button.em-white-border {
		background: #B51213;
		border-color: #B51213;
		display: block;
		font-size: 0;
		height: 46px;
		line-height: 0;
		margin: 0;
		padding: 0;
		text-indent: -999em;
		width: 46px;
	}
	.header-phone a.em-button.em-white-border i {
		display: block;
		font-size: 24px;
		line-height: 42px;
		margin: 0;
		text-indent: 0;
		width: 100%;
	}
	.banner-area {
		background: url(library/images/banner-mobile.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 55px 0 30px;
	}
	.banner-area h1 {
		line-height: 1.14285714em;
		margin-bottom: 20px;
	}
	.banner-area p {
		font-size: 1.14285714rem;
		line-height: 1.5em;
	}
	.banner-area .g-review {
		font-size: 15px;
		line-height: 1.26666667em;
		margin-left: auto;
		margin-right: auto;
		max-width: 260px;
	}
	.banner-area .star-review {
		font-size: 13px;
		line-height: 1.23076923em;
		margin: 0 auto;
		max-width: 200px;
	}
	.banner-area .star-review img {
		margin: 0 auto 5px;
		display: block;
	}
	.banner-area br,
	.crimesafe-logo,
	.crimesafe-products img {
		display: none;
	}
	.crimesafe-products .box-white img {
		display: inline;
	}
	.crimesafe-logo-mobile {
		display: inline-block;
		margin-left: 11px;
		margin-top: 11px;
		width: 76px;
		vertical-align: top;
	}
	.sfm-navicon-button {
		right: 20px !important;
	}
	.banner-area a {
		display: block;
	}
	.star-review img {
		float: none;
		margin: 0 0 5px;
	}
	.g-review {
		margin-bottom: 15px;
	}
	.home--row-06 .pr-5 {
		padding-right: 15px !important;
	}
	h2 {
		line-height: normal;
	}
	.gallery-columns-4 .gallery-item {
		width: 50% !important;
	}
	.banner-crimsafe {
		background-position: right -220px center !important;
	}
}

@media (max-width: 479.98px) {
	.crimsafe-warranty .div-2 {
		flex: 0 0 200px;
		margin-left: 25px;
		max-width: 200px;
	}
  .patent-protected-technology-section {
  	padding: 20px 15px;
  }
}

@media (max-width: 374.98px) {
	.crimesafe-logo-mobile {
		margin-left: 5px;
	}
}
@media (max-width: 359.98px) {
	.header-right {
		display: none;
	}
}

#gallery-1 .gallery-item {
    position: relative;
  	cursor: pointer;
}
#gallery-1 .gallery-item .wp-caption-text {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
    background: rgba(0,0,0,.8);
    font-size: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  	opacity: 0;
}
#gallery-1 .gallery-item .wp-caption-text:after {
    content: 'view door';
    display: block;
    background-color: #B51213;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font: bold 0.9375rem/1.2em'soleil', sans-serif;
    padding: 15px 10px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    width: 130px;
    max-width: 100%;
    margin: 0 auto;
}
#gallery-1 .gallery-item:hover .wp-caption-text {
	opacity: 1;
}
