
/*.covid-19-box{
	text-align: center;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.covid-19-box img{
	width:50px;
}
.content-covid-19{
	padding:0 30px;
}
*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.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;
	-webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-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 {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-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
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.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;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: #f6f6f7;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #00aeef
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: 700
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

html,
input[type=search] {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table
}

* {
	-webkit-tap-highlight-color: transparent
}

html {
	font-size: 62.5%;
	background-color: #58585a
}

body>div {
	font-size: 1.4rem
}

@media (min-width:860px) {
	body>div {
		font-size: 1.5rem
	}
}

body {
	background-color: #fff;
	color: #58585a;
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden
}

@media (min-width:860px) {
	body {
		font-size: 15px;
		font-size: 1.5rem
	}
}

.button,
.gallery img,
a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus {
	transition: all .1s ease-in-out
}

a {
	color: #757679
}

a,
a:focus,
a:hover {
	text-decoration: none
}

a:focus,
a:hover {
	color: #00aeef
}

p {
	margin: 0 0 2.4rem;
	display: block
}

ol,
p,
ul {
	padding: 0
}

ol,
ul {
	margin: 0
}

li {
	list-style-type: none
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 2.4rem 0;
	display: block
}

b,
strong {
	font-weight: 700
}

blockquote,
cite,
em,
i {
	font-style: italic
}

blockquote {
	margin: 40px
}

blockquote:before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 1.2rem
}

h1 {
	font-size: 30px;
	font-size: 3rem
}

@media (min-width:860px) {
	h1 {
		font-size: 36px;
		font-size: 3.6rem
	}
}

h2 {
	font-size: 24px;
	font-size: 2.4rem
}

@media (min-width:860px) {
	h2 {
		font-size: 30px;
		font-size: 3rem
	}
}

h3 {
	font-size: 20px;
	font-size: 2rem
}

@media (min-width:860px) {
	h3 {
		font-size: 24px;
		font-size: 2.4rem
	}
}

h4 {
	font-size: 18px;
	font-size: 1.8rem
}

@media (min-width:860px) {
	h4 {
		font-size: 20px;
		font-size: 2rem
	}
}

h5 {
	font-size: 16px;
	font-size: 1.6rem
}

@media (min-width:860px) {
	h5 {
		font-size: 18px;
		font-size: 1.8rem
	}
}

h6 {
	font-size: 15px;
	font-size: 1.5rem
}

@media (min-width:860px) {
	h6 {
		font-size: 16px;
		font-size: 1.6rem
	}
}

.wp-caption,
embed,
iframe,
img,
object,
video {
	max-width: 100%
}

img {
	height: auto
}

figure {
	margin: 0
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #58585a;
	font-weight: 400;
	padding: 14px 20px;
	width: 100%
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #00aeef;
	outline: none
}

input[type=checkbox],
input[type=image],
input[type=radio] {
	width: auto
}

input[type=search] {
	-webkit-appearance: none;
	border-radius: 0
}

::-moz-placeholder {
	color: #58585a;
	opacity: 1
}

::-webkit-input-placeholder {
	color: #58585a
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	background: #fc8f49;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 15px 40px;
	margin-bottom: 1em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
	width: auto;
	box-shadow: inset 0 0 0 999px hsla(0, 0%, 100%, 0)
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
	color: #fff;
	box-shadow: inset 0 0 0 999px hsla(0, 0%, 100%, .15)
}

.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
	padding: 11px 22px;
	font-size: 1.2rem
}

.button.secondary,
button.secondary,
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary {
	background-color: #58585a
}

.button.light,
button.light,
input[type=button].light,
input[type=reset].light,
input[type=submit].light {
	background-color: #757679
}

.button:disabled,
.button:disabled:hover,
button:disabled,
button:disabled:hover,
input[type=button]:disabled,
input[type=button]:disabled:hover,
input[type=reset]:disabled,
input[type=reset]:disabled:hover,
input[type=submit]:disabled,
input[type=submit]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
	display: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word
}

tbody {
	border-bottom: 1px solid #eee
}

td,
th {
	text-align: left
}

td {
	border-top: 1px solid #eee;
	padding: 6px
}

th {
	font-weight: 400;
	padding: 0 6px
}

td:first-child,
th:first-child {
	padding-left: 0
}

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	position: absolute!important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden
}

.genesis-nav-menu .search input[type=submit]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type=submit]:focus {
	clip: auto!important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: 700;
	padding: 15px 23px 14px;
	color: #58585a;
	background: #fff;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}

.more-link {
	position: relative
}

.genesis-skip-link {
	margin: 0
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none
}

:focus {
	color: #58585a;
	outline: none
}

.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.bx-wrapper img {
	max-width: 100%;
	display: block
}

.bxslider {
	margin: 0;
	padding: 0
}

ul.bxslider {
	list-style: none
}

.bx-viewport {
	-webkit-transform: translateZ(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 30px;
	width: 100%
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}

.bx-wrapper .bx-pager {
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #fff;
	padding-top: 20px;
	max-width: 1200px
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	outline: 0;
	border-radius: 10px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #00aeef
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0
}

.bx-wrapper .bx-prev {
	left: 10px
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
	background-position: 0 0
}

.bx-wrapper .bx-next {
	right: 10px
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
	background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}

.bx-wrapper .bx-controls-auto {
	text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, .75);
	width: 100%
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}

.wrap {
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%
}

@media (min-width:860px) {
	.wrap {
		max-width: 90%;
		padding: 0
	}
}

@media (min-width:1023px) {
	.wrap {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.wrap {
		max-width: 1140px
	}
}

@media (min-width:1340px) {
	.wrap {
		max-width: 1280px
	}
}

.site-inner {
	clear: both;
	padding: 40px 0 50px;
	word-wrap: break-word;
	background-color: #fff
}

@media (min-width:860px) {
	.site-inner {
		padding: 60px 0
	}
}

@media (min-width:860px) {
	.landing-page .site-inner {
		max-width: 800px
	}
}

@media (min-width:1023px) {
	.content {
		float: right;
		width: 620px
	}
	.content-sidebar .content {
		float: left
	}
	.full-width-content .content {
		width: 100%
	}
	.sidebar-primary {
		float: right;
		width: 300px
	}
	.sidebar-content .sidebar-primary {
		float: left
	}
}

@media (min-width:1200px) {
	.content {
		width: 800px;
		max-width: 61.8%
	}
	.sidebar-primary {
		width: 400px;
		max-width: 33.2%
	}
	.full-width-content .content {
		max-width: 100%
	}
}

@media (min-width:860px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%
	}
	.one-third,
	.two-sixths {
		width: 31.623931623931625%
	}
	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%
	}
	.one-fourth {
		width: 23.076923076923077%
	}
	.three-fourths {
		width: 74.35897435897436%
	}
	.one-sixth {
		width: 14.52991452991453%
	}
	.five-sixths {
		width: 82.90598290598291%
	}
	.first {
		clear: both;
		margin-left: 0
	}
}

.gallery {
	overflow: hidden
}

.gallery img {
	height: auto
}

.gallery-item {
	float: left;
	margin: 0 0 2.564102564102564%;
	text-align: center
}

.gallery-columns-1 .gallery-item:nth-child(1n+1),
.gallery-columns-2 .gallery-item:nth-child(odd),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
	margin-left: 0
}

@media (min-width:860px) {
	.gallery-item {
		margin: 0 0 2.564102564102564% 2.564102564102564%
	}
	.gallery-columns-1 .gallery-item {
		width: 100%
	}
	.gallery-columns-2 .gallery-item {
		width: 48.717948717948715%
	}
	.gallery-columns-3 .gallery-item {
		width: 31.623931623931625%
	}
	.gallery-columns-4 .gallery-item {
		width: 23.076923076923077%
	}
	.gallery-columns-5 .gallery-item {
		width: 17.94871794871795%
	}
	.gallery-columns-6 .gallery-item {
		width: 14.52991452991453%
	}
	.gallery-columns-7 .gallery-item {
		width: 12.08791208791209%
	}
	.gallery-columns-8 .gallery-item {
		width: 10.25641025641026%
	}
	.gallery-columns-9 .gallery-item {
		width: 8.83190883190883%
	}
}

.widget {
	margin-bottom: 40px;
	word-wrap: break-word
}

.widget p:last-child,
.widget ul>li,
.widget ul>li:last-of-type {
	margin-bottom: 0
}

.widget ul>li {
	padding-bottom: 10px
}

.widget ul>li:last-of-type {
	padding-bottom: 0
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px
}

.widget li li {
	border: 0;
	margin: 0 0 0 10px;
	padding: 0
}

.widget-area .widget:last-of-type {
	margin-bottom: 0
}

.widget_calendar table {
	width: 100%
}

.widget_calendar td,
.widget_calendar th {
	text-align: center
}

.featured-content .entry {
	background: none;
	padding: 0
}

.featured-content .entry:last-of-type {
	margin-bottom: 0
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem
}

.avatar {
	border-radius: 50%;
	float: left
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px
}

.alignright .avatar {
	margin-left: 24px
}

.comment .avatar {
	margin: 0 16px 24px 0
}

.breadcrumb {
	padding: 0 0 12px
}

.breadcrumb a {
	color: #f6f6f7
}

.breadcrumb a:hover {
	color: #fff
}

.after-entry,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 5%
}

@media (min-width:860px) {
	.after-entry,
	.author-box {
		margin-bottom: 40px
	}
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0
}

.search-form {
	overflow: hidden
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
	margin-top: 10px
}

.genesis-nav-menu .search input[type=submit],
.widget_search input[type=submit] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px
}

.author-box-title {
	font-size: 20px;
	font-size: 2rem
}

.entry-title a {
	color: #58585a;
	text-decoration: none
}

.entry-title a:focus,
.entry-title a:hover {
	color: #00aeef
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1.2em
}

a.aligncenter img {
	display: block;
	margin: 0 auto
}

a.alignnone {
	display: inline-block
}

.alignleft {
	float: left;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 20px
}

.alignright {
	float: right;
	text-align: right
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%
}

.aligncenter,
img.centered {
	display: block;
	margin: 0 auto
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center
}

.entry-content p.wp-caption-text {
	margin-bottom: 0
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px
}

a.post-edit-link {
	display: none
}

.sidebar .enews {
	padding: 2.5rem
}

@media (min-width:860px) {
	.sidebar .enews {
		padding: 10%
	}
}

.sidebar .enews h3 {
	font-size: 2.2rem;
	margin-bottom: 1.2rem
}

.sidebar .enews p {
	font-size: 1.4rem
}

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff
}

.sidebar .widget.enews-widget {
	background-color: #757679
}

.sidebar .enews-widget input[type=submit] {
	background-color: #00aeef;
	color: #fff
}

.enews-widget input {
	margin-bottom: 1em
}

.enews-widget input[type=submit] {
	margin: 0;
	width: 100%
}

.enews form+p {
	margin-top: 24px
}

#wpstats {
	display: none
}

.lSSlideOuter .lightSlider {
	height: 100%!important;
	margin-top: 2.5rem
}

.lSSlideOuter .lSAction {
	filter: brightness(.5)
}

.lSSlideOuter .lSAction a {
	background-image: none
}

.lSSlideOuter .lSPager.lSpg {
	text-align: left
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #fff
}

.lSSlideOuter li {
	position: relative;
	height: 100%!important;
	text-align: left!important
}

.lSSlideOuter li:last-of-type {
	margin-bottom: 1rem;
	padding-bottom: 1rem
}

.lSSlideOuter blockquote {
	max-width: 900px;
	margin: 0 auto 4rem;
	color: #f6f6f7
}

.lSSlideOuter h5 {
	font-size: 1.6rem
}

.lSSlideOuter h5:before {
	content: "- "
}

.simple-social-icons ul li {
	margin: 0 1rem 0 0!important
}

.woocommerce .checkout .first .col-1 {
	width: 100%
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce ul.products li.product:last-of-type {
	margin-bottom: 0
}

.sidebar .nf-form-cont {
	background-color: #58585a;
	padding: 40px;
	color: #fff
}

.sidebar .nf-form-cont p {
	font-size: 13px
}

.sidebar .nf-form-cont h2 {
	font-size: 19px
}

.sidebar .nf-form-cont input[type=button] {
	background-color: #fc8f49;
	width: 100%;
	border-radius: 0
}

.fl-menu .fl-menu-toggle {
	left: -20px;
	color: #00aeef
}

.fl-menu .fl-toggle-plus .fl-menu-toggle:after,
.fl-menu .fl-toggle-plus .fl-menu-toggle:before {
	border-color: #00aeef!important
}

.fl-menu .fl-has-submenu:hover .fl-menu-toggle:after {
	opacity: 0;
	transition-delay: .1s
}

.site-header {
	background-size: cover;
	position: relative;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0
}

.site-header>.wrap {
	max-width: 100%;
	padding: 0;
	transition: all .2s ease
}

.site-header .fixed {
	position: fixed
}

.site-header.shrink>.wrap {
	padding: 0
}

.site-header .stiky-logo {
	opacity: 0;
	visibility: hidden;
	display: block;
	height: 0
}

@media (min-width:1023px) {
	.site-header.shrink .stiky-logo {
		visibility: visible;
		opacity: 1;
		position: fixed;
		z-index: 99999;
		padding: 20px 0;
		transition: opacity .25s ease-in-out;
		height: auto;
		max-width: 150px
	}
}

.site-header.shrink .nav-secondary {
	position: fixed;
	top: 0
}

@media (min-width:1023px) {
	.site-header.shrink .mega-menu {
		margin-left: 150px!important;
		transition: width .25s ease-in-out
	}
}

.site-header.shrink .mega-menu>li>a {
	font-size: 13px!important
}

@media (min-width:1023px) {
	.site-header>.wrap {
		max-width: 90%
	}
	.site-header .search-form {
		float: right;
		margin: 12px auto 0
	}
}

@media (min-width:1200px) {
	.site-header>.wrap {
		max-width: 1140px
	}
}

@media (min-width:1340px) {
	.site-header>.wrap {
		max-width: 1280px
	}
}

.header-image .site-header {
	background-size: cover!important;
	background-position: 50%!important
}

.site-header .search-form {
	margin: 0;
	float: right
}

.site-header .search-form input[type=search] {
	padding: 14px
}

.before-header {
	background-color: #58585a;
	color: #f6f6f7;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 0
}

@media (min-width:860px) {
	.before-header {
		padding: 10px 0
	}
}

.before-header .wrap {
	position: relative
}

.before-header .widget,
.before-header p {
	margin-bottom: 0
}

.before-header a {
	color: #f6f6f7
}

.before-header a:hover {
	color: #fff
}

.before-header .fa {
	color: #00aeef
}

.before-header .close {
	position: absolute;
	right: 5%;
	top: calc(50% - 10px);
	cursor: pointer;
	z-index: 2
}

@media (min-width:860px) {
	.before-header .close {
		right: 0
	}
}

.header {
	position: relative;
	width: 100%;
	background-color: #fff
}

.title-area {
	padding: 10px 0;
	margin: 0 auto;
	float: left;
	text-transform: uppercase
}

@media (min-width:860px) {
	.title-area {
		padding: 20px 0
	}
}

@media (min-width:1023px) {
	.title-area {
		float: left;
		padding: 40px 0
	}
}

.site-title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #58585a;
	text-decoration: none
}

@media (min-width:1023px) {
	.site-title {
		text-align: left
	}
}

.site-description {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 0
}

@media (min-width:1023px) {
	.site-description {
		text-align: left
	}
}

.wp-custom-logo .title-area {
	padding: 15px 0;
	max-width: 150px;
	height: 60px
}

@media (min-width:860px) {
	.wp-custom-logo .title-area {
		height: 60px;
		max-width: 200px;
		padding: 10px 0
	}
}

@media (min-width:1023px) {
	.wp-custom-logo .title-area {
		height: 120px;
		padding: 40px 0
	}
}

@media (min-width:1340px) {
	.wp-custom-logo .title-area {
		max-width: 350px
	}
}

.wp-custom-logo .custom-logo-link {
	display: block;
	line-height: 30px;
	height: 30px
}

@media (min-width:860px) {
	.wp-custom-logo .custom-logo-link {
		line-height: 50px;
		height: 50px
	}
}

@media (min-width:1023px) {
	.wp-custom-logo .custom-logo-link {
		line-height: 60px;
		height: 60px
	}
}

.wp-custom-logo .custom-logo-link img {
	width: auto;
	max-height: 100%;
	margin: auto;
	vertical-align: middle
}

.header-widget-area {
	float: right;
	padding: 10px 0 0 30px;
	display: none;
	position: relative
}

@media (min-width:1023px) {
	.header-widget-area {
		padding: 20px 0 20px 10px;
		display: block;
		padding: 40px 0 40px 10px
	}
}

.header-widget-area .button,
.header-widget-area .widget,
.header-widget-area button {
	margin-bottom: 0
}

.page-title {
	padding: 40px 0;
	box-shadow: none!important;
	color: #fff;
	position: relative;
	overflow-y: hidden;
	z-index: 1;
	z-index: -1
}

.page-title:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	z-index: -1;
	box-shadow: -600px 0 0 300px #4c5659;
	background: linear-gradient(90deg, #4c5659 0, rgba(76, 86, 89, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c5659", endColorstr="#004c5659", GradientType=1)
}

@media (min-width:860px) {
	.page-title:before {
		max-width: 90%
	}
}

@media (min-width:1340px) {
	.page-title:before {
		max-width: 1280px
	}
}

.page-title:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100vw;
	margin: 0 auto;
	z-index: -2;
	background-color: #58585a;
	opacity: .382
}

.page-title p {
	color: #f6f6f7
}

@media (min-width:860px) {
	.page-title {
		padding: 80px 0
	}
}

.page-title .archive-title,
.page-title .entry-title {
	margin-bottom: 0;
	float: left
}

.page-title .breadcrumb,
.page-title p {
	padding: 1rem 0 0;
	width: 100%;
	display: block;
	clear: both;
	line-height: 1.382
}

.page-title p {
	display: none;
	margin-bottom: 0
}

@media (min-width:860px) {
	.page-title p {
		float: none;
		clear: both;
		max-width: 720px
	}
}

.page-title.sticky-title {
	padding: 10px 0;
	position: fixed;
	width: 100%;
	top: 75px;
	transition: all .3s ease-out
}

.page-title.sticky-title h1 {
	text-transform: none;
	font-size: 2.5rem
}

.page-title.sticky-title .breadcrumb {
	display: none
}

.mobile-call {
	position: relative;
	padding: 13px 20px;
	background-color: #fc8f49;
	float: right;
	z-index: 999;
	margin-left: 20px;
	margin-right: 10px
}

.mobile-call a {
	color: #fff
}

.mobile-call .fa {
	font-size: 35px
}

@media (min-width:1023px) {
	.mobile-call {
		display: none
	}
}

.genesis-nav-menu {
	clear: both;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
	white-space: nowrap
}

.genesis-nav-menu .menu-item {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	width: 100%;
	position: relative
}

@media (min-width:1023px) {
	.genesis-nav-menu .menu-item {
		float: left;
		text-align: right;
		width: auto
	}
}

.genesis-nav-menu .menu-item:last-of-type a {
	padding-right: 0
}

.genesis-nav-menu a {
	color: #58585a;
	text-decoration: none;
	display: block;
	padding: 16px 0
}

@media (min-width:1023px) {
	.genesis-nav-menu a {
		padding: 53px 10px
	}
}

.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #757679;
	text-decoration: none
}

.genesis-nav-menu .sub-menu {
	display: none;
	transition: none
}

@media (min-width:1023px) {
	.genesis-nav-menu .sub-menu {
		left: -9999px;
		opacity: 0;
		position: absolute;
		width: 200px;
		z-index: 99
	}
}

.genesis-nav-menu .sub-menu a {
	padding-left: 10px;
	text-align: left
}

@media (min-width:1023px) {
	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
		padding: 20px;
		position: relative;
		width: 200px;
		word-wrap: break-word
	}
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
	padding-left: 0
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: calc(50% - 60px);
	opacity: 1
}

.genesis-nav-menu>.first>a {
	padding-left: 0
}

.genesis-nav-menu>.last>a {
	padding-right: 0
}

.genesis-nav-menu>.right {
	float: right
}

.genesis-nav-menu .fa-search {
	float: right;
	line-height: 12rem;
	font-size: 1.555rem;
	color: #757679;
	cursor: pointer;
	padding: 0 0 0 2rem;
	display: none
}

@media (min-width:1023px) {
	.genesis-nav-menu .fa-search {
		display: block
	}
}

.genesis-nav-menu .search {
	display: block;
	position: relative;
	right: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: -40px 0 40px -40px #fff;
	padding: 2rem 0 3rem
}

@media (min-width:1023px) {
	.genesis-nav-menu .search {
		position: absolute;
		right: 3rem;
		padding: 36px 0;
		display: none
	}
}

.genesis-nav-menu .search .search-form {
	float: left;
	width: 100%
}

@media (min-width:1023px) {
	.genesis-nav-menu .search .search-form {
		width: 95%
	}
}

.genesis-nav-menu .search .search-form input {
	font-size: 1.6rem;
	margin-top: 0
}

@media (min-width:1023px) {
	.genesis-nav-menu .search .search-form input {
		border: none
	}
}

#menu-top-navigation li a {
	font-size: 14px;
	font-weight: 300
}

.nav-buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	z-index: 100
}

.call-us,
.call-you {
	border-radius: 5px;
	padding: 10px 20px
}

.call-us .label,
.call-you .label {
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: 600
}

.call-us .icon,
.call-you .icon {
	font-size: 30px
}

.call-us .link,
.call-you .link {
	display: block;
	font-size: 22px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	line-height: 2rem;
	text-decoration: underline;
	font-family: Montserrat, sans-serif
}

.call-us {
	background-color: #fc8f49;
	margin-right: 10px;
	width: 250px
}

.call-us .link {
	color: #fff
}

.call-us .icon {
	color: #fff;
	font-style: normal
}

.call-you {
	display: none;
	float: left;
	width: 175px;
	background-color: #fff;
	border: 1px solid #fc8f49
}

@media (min-width:1200px) {
	.call-you {
		display: block
	}
}

.call-you .link {
	color: #fc8f49
}

.call-you .icon {
	color: #fc8f49;
	font-style: normal
}

.call-you .btn-content {
	width: 165px
}

.call-us-icon {
	width: 30px;
	float: left;
	padding-top: 5px;
	margin-right: 5px
}

@media (min-width:1023px) {
	.fixed-call {
		position: fixed;
		top: 0;
		right: 10px
	}
}

.nav-secondary {
	box-shadow: 0 8px 15px rgba(0, 0, 0, .55)
}

@media (min-width:860px) {
	#mega-menu-secondary {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
		white-space: normal!important;
		margin-top: 15px!important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

#mega-menu-secondary>li.mega-menu-item {
	margin: 0 0 10px!important
}

#mega-menu-secondary .mega-menu-item-type-widget a {
	color: #fff;
	font-size: 15px;
	text-align: left
}

#mega-menu-secondary .mega-menu-item-type-widget a:hover {
	color: #00aeef
}

#mega-menu-secondary .widget_nav_menu .menu>.menu-item a {
	padding: 0 0 0 20px!important
}

@media (min-width:1023px) {
	#mega-menu-secondary .widget_nav_menu .menu>.menu-item:first-of-type>a {
		padding: 0 0 0 20px!important
	}
}

#mega-menu-secondary a.mega-menu-link {
	line-height: 2rem!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

@media (min-width:1200px) {
	#mega-menu-secondary a.mega-menu-link {
		padding: 0 10px!important
	}
}

@media (min-width:1340px) {
	#mega-menu-secondary a.mega-menu-link {
		padding: 0 20px!important
	}
}

@media (min-width:1200px) {
	#mega-menu-secondary a.mega-menu-link {
		height: 50px!important
	}
}

#mega-menu-secondary li:hover {
	background: #757679!important
}

.menu {
	padding: 10px 0
}

.menu .menu-item:focus {
	position: static
}

.menu .menu-item.sfHover>ul.sub-menu,
.menu .menu-item>a:focus+ul.sub-menu {
	left: auto;
	opacity: 1
}

@media (min-width:1023px) {
	.menu {
		padding: 0
	}
}

.site-header .genesis-nav-menu li li {
	margin-left: 0
}

.nav-primary {
	width: 100%;
	clear: both;
	display: none;
	background-color: #fff;
	position: relative;
	margin-right: 20px
}

@media (min-width:1023px) {
	.nav-primary {
		width: calc(100% - 200px);
		width: auto;
		clear: none;
		display: block!important;
		background-color: transparent;
		float: right;
		margin-top: 10px
	}
}

.nav-primary .wrap {
	padding: 0;
	max-width: 100%
}

@media (min-width:860px) {
	.nav-primary .menu-item a>span:hover {
		border-bottom: 1px solid #757679
	}
}

.nav-secondary {
	width: 100%;
	clear: both;
	background-color: #58585a;
	display: none
}

@media (min-width:1023px) {
	.nav-secondary {
		display: block
	}
}

.nav-secondary .wrap {
	display: none
}

@media (min-width:1023px) {
	.nav-secondary .wrap {
		display: block
	}
}

.nav-secondary .menu>.menu-item a {
	background-color: transparent
}

@media (min-width:1023px) {
	.nav-secondary .menu>.menu-item a {
		padding: 25px
	}
}

@media (min-width:1023px) {
	.nav-secondary .menu>.menu-item:first-of-type>a {
		padding-left: 0
	}
}

.menu-toggle {
	border-width: 0;
	background-color: transparent;
	color: #58585a;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 20px 25px 20px 0;
	line-height: 20px;
	position: relative;
	right: 0;
	z-index: 1000;
	float: right
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	outline: none;
	box-shadow: none;
	color: #58585a
}

@media (min-width:1023px) {
	.menu-toggle {
		display: none
	}
}

.menu-toggle span {
	position: absolute;
	right: 0;
	width: 20px;
	height: 2px;
	background-color: #58585a;
	display: block;
	float: left;
	top: calc(50% - 7px);
	transition: all .15s ease
}

.menu-toggle span:nth-of-type(2),
.menu-toggle span:nth-of-type(3) {
	top: calc(50% - 1px)
}

.menu-toggle span:nth-of-type(4) {
	top: calc(50% + 5px)
}

.menu-toggle.activated span {
	top: calc(50% - 1px);
	opacity: 0
}

.menu-toggle.activated span:nth-of-type(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1
}

.menu-toggle.activated span:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 1
}

.menu-toggle.toggle-secondary {
	float: none;
	margin: 0 auto;
	padding: 15px 25px 15px 0
}

@media (min-width:1023px) {
	.menu-toggle.toggle-secondary {
		padding: 20px 25px 20px 0
	}
}

.sub-menu-toggle {
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
	border-width: 0;
	background-color: transparent
}

.sub-menu-toggle:before {
	content: " ";
	display: block;
	position: absolute;
	top: calc(50% - 2.5px);
	right: calc(50% - 5px);
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #58585a;
	text-rendering: auto;
	-webkit-transform: translate(0);
	transform: translate(0)
}

.sub-menu-toggle.activated:before {
	border-top: none;
	border-bottom: 5px solid #1c1f4c
}

@media (min-width:1023px) {
	.sub-menu-toggle {
		display: none
	}
}

.site-footer .menu-item {
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 12px
}

.site-footer .sub-menu .menu-item {
	display: none
}

.mega-sub-menu .fa,
.mega-sub-menu a:hover {
	color: #00aeef
}

@media (min-width:1023px) {
	.mega-sub-menu .menu-item {
		width: 50%;
		float: left;
		padding-right: 50px
	}
	.mega-sub-menu .menu-item a {
		font-size: 17px;
		font-weight: 600
	}
	.mega-sub-menu .menu-item a:hover {
		color: #00aeef
	}
}

.mega-sub-menu li:before {
	content: "\f105";
	padding-right: 2px;
	font: normal normal normal 20px/1 FontAwesome;
	margin-left: -30px;
	color: #00aeef
}

#mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
	padding: 65px 15px 50px;
	font-family: Nunito, sans-serif
}

#mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4 {
	font-size: 30px;
	font-weight: 700;
	color: #e3e3e4;
	font-family: Montserrat, sans-serif!important
}

#mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h2 {
	text-transform: none;
	font-size: 30px;
	color: #fff
}

#mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h2 .fa {
	padding-right: 30px;
	padding-top: 20px
}

#mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item .textwidget {
	padding-right: 20px
}

#mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item .textwidget p {
	text-align: left;
	padding: 0;
	color: #fff;
	font-size: 17px
}

#mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item .textwidget a {
	font-size: 30px;
	font-weight: 700;
	float: left;
	padding-left: 0!important;
	font-family: Montserrat, sans-serif
}

#mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item .textwidget a:before {
	content: "\f105";
	padding-right: 2px;
	font: normal normal normal 40px/1 FontAwesome;
	margin-left: 0;
	padding-right: 30px;
	color: #00aeef
}

.nav-mobile {
	display: none;
	background-color: #fff;
	position: absolute;
	width: 100%;
	border-bottom: 2px solid #fc8f49
}

.entry {
	margin-bottom: 5%
}

.archive .entry:last-of-type,
.page .entry:last-of-type,
.single .entry {
	margin-bottom: 0
}

@media (min-width:860px) {
	.entry {
		margin-bottom: 40px
	}
}

.entry .entry-title {
	color: #58585a
}

.entry .entry-title:hover {
	color: #757679
}

.entry-content {
	margin-bottom: 4rem
}

@media (min-width:1023px) {
	.entry-content {
		padding-right: 50px
	}
}

@media (min-width:1500px) {
	.entry-content {
		padding-right: 0
	}
}

.entry-content p {
	font-size: 16px
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px
}

.entry-content ol>li {
	list-style-type: decimal
}

.entry-content ul>li {
	list-style-type: disc;
	font-size: 16px
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0
}

.entry-content code {
	background-color: #58585a;
	color: #eee
}

.entry-content>:last-child {
	margin-bottom: 0
}

.entry-content a {
	color: #00aeef
}

.entry-content a:hover {
	color: #fc8f49
}

.entry-image-link {
	margin-bottom: 2rem;
	display: block;
	overflow: auto;
	float: left;
	padding-right: 20px;
	padding-top: 8px
}

.entry-meta {
	margin: 0 0 2.4rem;
	text-transform: capitalize
}

.entry-header .entry-meta {
	margin-bottom: 24px
}

.entry-categories,
.entry-tags {
	display: inline-block
}

.entry-comments-link:before {
	content: "\2014";
	margin: 0 6px 0 2px
}

.pagination {
	clear: both;
	margin: 5% auto 0
}

@media (min-width:860px) {
	.pagination {
		margin: 40px 0 0
	}
}

.adjacent-entry-pagination {
	margin-bottom: 0
}

.archive-pagination li {
	display: inline
}

.archive-pagination a {
	background-color: #f6f6f7;
	color: #58585a;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none
}

.archive-pagination li a {
	margin-bottom: 4px
}

@media (min-width:860px) {
	.archive-pagination li a {
		margin-bottom: 0
	}
}

.archive-pagination .active a,
.archive-pagination a:focus,
.archive-pagination a:hover {
	background-color: #00aeef;
	color: #fff
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 5%
}

@media (min-width:860px) {
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-top: 40px
	}
}

.comment-list li {
	padding: 40px 0 0 30px
}

.comment-list li .depth-1 {
	padding-left: 0
}

.comment-content {
	clear: both
}

.comment-content ul>li {
	list-style-type: disc
}

.comment-respond label {
	display: block;
	margin-right: 12px
}

.comment-header {
	margin-bottom: 30px
}

.comment-header p {
	margin-bottom: 0
}

.entry-pings .reply {
	display: none
}

.form-submit {
	margin-bottom: 0
}

@media (min-width:860px) {
	.comment-respond input[type=email],
	.comment-respond input[type=text],
	.comment-respond input[type=url] {
		width: 50%
	}
}

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 10% auto 5%
}

@media (min-width:860px) {
	.sidebar {
		margin: 0 auto 40px
	}
}

@media (min-width:860px) {
	.sidebar .widget {
		margin-bottom: 6rem
	}
}

.sidebar .widget_categories li {
	text-transform: uppercase
}

.sidebar .widget_categories li:before {
	content: "+";
	font-weight: 700;
	color: #00aeef;
	margin-right: .5em
}

.site-footer {
	background-color: #2f2f2f;
	color: #d3dfe2;
	line-height: 1.2;
	font-size: 14px;
	font-family: Montserrat, sans-serif
}

@media (min-width:860px) {
	.site-footer .widget {
		margin-bottom: 0
	}
}

.site-footer a {
	color: #a9bfc5
}

.site-footer a:hover {
	color: #fff
}

.site-footer .fa-e,
.site-footer .fa-p {
	color: #d3dfe2;
	font-size: 14px
}

.site-footer .fa-circle {
	color: #464e50
}

.site-footer .fa-stack {
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em
}

.site-footer .fa-stack-2x {
	font-size: 1.5em
}

.site-footer img {
	margin-bottom: 30px
}

.site-footer strong {
	color: #00aeef;
	font-weight: 500
}

.site-footer #text-23 {
	font-size: 12px
}

.site-footer #text-23 strong {
	font-size: 15px;
	font-weight: 500;
	color: #d3dfe2
}

.before-footer {
	background-color: #fff;
	background-size: cover;
	background-position: 50%;
	background-image: url(../images/bg-before-footer.jpg);
	padding: 50px 0;
	background-color: #fc8f49;
	color: #f6f6f7
}

@media (min-width:860px) {
	.before-footer .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (min-width:1023px) {
	.before-footer #text-36 {
		text-align: center
	}
}

.before-footer .widget {
	margin-bottom: 2rem
}

@media (min-width:860px) {
	.before-footer .widget {
		margin-bottom: 0
	}
}

.before-footer .widget:last-of-type,
.before-footer h2 {
	margin-bottom: 0
}

.before-footer p {
	font-size: 20px
}

.before-footer .button {
	background-color: #58585a;
	padding: 15px 30px;
	margin-bottom: 0
}

.before-footer input {
	width: 70%;
	float: left;
	margin-bottom: 0
}

.before-footer input[type=submit] {
	width: 30%;
	background-color: #58585a;
	padding: 15px 0
}

.footer-widgets {
	padding: 50px 0
}

@media (min-width:860px) {
	.footer-widgets {
		padding: 60px 0
	}
}

.footer-widgets .widget:last-of-type {
	margin-bottom: 0
}

.footer-widgets .widget-title {
	font-size: 1.6rem;
	margin-bottom: 2.4rem;
	color: #f6f6f7
}

.footer-widgets .custom_html-3 p {
	float: left
}

.footer-widgets .subscribe-form input {
	width: 80%;
	float: left
}

.footer-widgets .subscribe-form input[type=submit] {
	width: 20%;
	background-color: #00aeef;
	padding: 15px 0;
	border-radius: 0;
	margin-top: 0
}

.after-footer {
	padding: 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #2a2a2a;
	text-transform: uppercase;
	color: #636c6e
}

.after-footer p {
	font-size: 13px;
	font-weight: 400
}

@media (min-width:1200px) {
	.after-footer p {
		margin-top: 10px
	}
}

@media (min-width:860px) {
	.after-footer {
		line-height: 3rem
	}
}

.after-footer .widget {
	margin-bottom: 2rem
}

@media (min-width:860px) {
	.after-footer .widget {
		margin-bottom: 0
	}
}

.after-footer .widget:last-of-type {
	margin-bottom: 0
}

@media (min-width:860px) {
	.after-footer .widget:last-of-type .alignleft {
		float: right;
		text-align: right
	}
}

.after-footer li {
	float: left;
	padding: 0 20px;
	padding-bottom: 0!important
}

@media (min-width:860px) {
	.after-footer li {
		padding: 0 20px;
		padding-bottom: 0!important
	}
}

.after-footer li a {
	font-size: 20px
}

@media (min-width:1200px) {
	.after-footer li a {
		font-size: 40px
	}
}

.after-footer .fa {
	color: #fff
}

.side-help {
	display: none;
	font-size: 30px;
	position: fixed;
	top: 50%;
	right: -121px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 9999
}

.side-help a {
	color: #fff;
	font-weight: 700;
	padding: 10px 32px;
	background-color: #fc8f49;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	border-radius: 5px;
	line-height: 18px
}

.side-help a:hover {
	background-color: #fca267
}

@media (min-width:1023px) {
	.side-help {
		display: block
	}
}

.fa-p:before {
	content: "P"
}

.fa-e:before,
.fa-p:before {
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.fa-e:before {
	content: "E"
}

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5 {
	padding: 50px 0;
	background-color: #fff;
	background-size: cover;
	background-position: 50%
}

@media (min-width:860px) {
	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5 {
		padding: 100px 0
	}
}

.front-page-1:last-of-type,
.front-page-2:last-of-type,
.front-page-3:last-of-type,
.front-page-4:last-of-type,
.front-page-5:last-of-type {
	border-bottom: none
}

.front-page-1 {
	color: #fff;
	background-color: #f6f6f7;
	position: relative;
	overflow-y: hidden;
	z-index: 1
}

.front-page-1:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	z-index: -1;
	box-shadow: -600px 0 0 300px #4c5659;
	background: linear-gradient(90deg, #4c5659 0, rgba(76, 86, 89, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c5659", endColorstr="#004c5659", GradientType=1)
}

@media (min-width:860px) {
	.front-page-1:before {
		max-width: 90%
	}
}

@media (min-width:1340px) {
	.front-page-1:before {
		max-width: 1280px
	}
}

.front-page-1:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100vw;
	margin: 0 auto;
	z-index: -2;
	background-color: #58585a;
	opacity: .382
}

.front-page-1 p {
	color: #f6f6f7
}

.front-page-5 {
	color: #4c5659;
	background-color: #f6f6f7
}

.front-page-5 h2 {
	text-align: center
}

.front-page-5 p {
	font-size: 17px;
	line-height: 25px;
	font-weight: 300
}

.front-page-1 {
	padding: 100px 0
}

@media (min-width:860px) {
	.front-page-1 {
		padding: 200px 0
	}
}

@media (min-width:860px) {
	.front-page-2 {
		margin-bottom: 100px
	}
}

.front-page-2 h2 {
	text-align: center
}

.front-page-2 .services {
	width: 100%;
	clear: both;
	float: left;
	padding: 0;
	margin-top: 40px
}

.front-page-2 .service-item {
	width: 50%;
	height: auto;
	min-height: 400px;
	border: 1px solid rgba(252, 143, 73, .3);
	margin: 0 0 -1px -1px;
	padding: 0;
	float: left;
	text-align: center;
	position: relative;
	background-color: #fff;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	text-decoration: none;
	color: #fff!important
}

@media (min-width:860px) {
	.front-page-2 .service-item {
		width: 18%;
		min-height: 230px;
		height: 250px;
		margin: 0 0 32px;
		border: none;
		margin-right: 1%
	}
}

.front-page-2 .service-item .view {
	width: 100%;
	height: 100%;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: visible;
	position: relative;
	top: 0;
	left: 0
}

@media (min-width:860px) {
	.front-page-2 .service-item .view {
		min-height: 270px
	}
}

@media (min-width:1023px) {
	.front-page-2 .service-item .view {
		position: absolute;
		min-height: auto
	}
}

.front-page-2 .service-item .front {
	z-index: 2;
	padding: 10px;
	background-color: #fff
}

.front-page-2 .service-item .front h3 {
	font-size: 16px;
	width: 100%;
	clear: both;
	float: left;
	padding: 0;
	margin: 20px 0;
	font-weight: 500;
	color: #2f2f2f
}

.front-page-2 .service-item .back {
	display: none;
	background-color: #00aeef;
	padding: 25px 16px 40px;
	position: relative;
	z-index: 1;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	text-decoration: none;
	border-radius: 5px
}

@media (min-width:1023px) {
	.front-page-2 .service-item .back {
		display: block
	}
}

.front-page-2 .service-item .back:after {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	content: "\f054";
	margin-left: -15px
}

.front-page-2 .service-item .back p {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-align: left
}

.front-page-2 .service-item .service-icon {
	display: block;
	width: 120px;
	height: 120px;
	padding: 0;
	margin: 0 auto 20px;
	overflow: hidden
}

.front-page-2 .service-item .service-icon img {
	width: 100%;
	height: 100%;
	padding: 0
}

@media (min-width:1023px) {
	.front-page-2 .flip:hover .front {
		z-index: 1;
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}
	.front-page-2 .flip:hover .back {
		z-index: 2;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		box-shadow: 5px 5px 10px rgba(0, 0, 0, .3)
	}
}

.front-page-2 .service-item:first-child {
	border-left: 0 none
}

.front-page-2 .service-item:first-child+.service-item {
	border-right: 0 none
}

.front-page-2 .service-item:first-child+.service-item+.service-item {
	border-left: 0 none
}

.front-page-2 .service-item:first-child+.service-item+.service-item+.service-item {
	border-right: 0 none
}

.front-page-2 .service-item:last-child {
	width: 100%;
	border-left: 0 none;
	border-right: 0 none;
	display: none
}

@media (min-width:860px) {
	.front-page-2 .service-item:last-child {
		width: 20%;
		display: block
	}
}

.front-page-2 .service-liks {
	color: #2f2f2f;
	text-align: left;
	margin-top: 10px;
	float: left
}

.front-page-2 .service-liks .fa {
	color: #00aeef
}

.front-page-3 {
	background-color: #f6f6f7
}

.front-page-3 h2 {
	font-size: 30px;
	padding-bottom: 20px
}

@media (min-width:860px) {
	.front-page-3 h2 {
		padding-bottom: 60px
	}
}

.front-page-3 .fal {
	color: #00aeef;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	margin-right: 10px
}

.front-page-3 h3 {
	text-transform: none;
	font-family: Nunito, sans-serif;
	font-size: 20px
}

@media (min-width:860px) {
	.front-page-3 h3 {
		font-size: 25px
	}
}

.front-page-3 h3:hover {
	cursor: pointer
}

.front-page-3 h3:before {
	content: "\e800 ";
	padding-right: 10px;
	font-family: fontello;
	color: #00aeef;
	font-size: 20px
}

.front-page-3 .accordion.active:before {
	content: "\e803"
}

.front-page-3 iframe {
	float: right
}

.front-page-3 .panel {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-out
}

@media (min-width:860px) {
	.front-page-3 .panel {
		padding: 0 30px
	}
}

.front-page-3 .active-panel {
	padding-bottom: 20px
}

.front-page-3 .why-us-video {
	position: relative
}

.front-page-3 .why-us-video a {
	position: absolute;
	left: 40%;
	bottom: 40%
}

.front-page-3 .why-us-video .fa-lg {
	font-size: 4rem
}

.front-page-3 .why-us-video .fa-play {
	font-size: 3rem;
	color: #58585a;
	padding-left: 8px
}

.front-page-3 .why-us-video .fa-circle {
	color: #fff
}

.front-page-4 {
	text-align: center
}

.front-page-4 p {
	max-width: 800px;
	margin: 0 auto 2.4rem;
	color: #757679;
	font-size: 17px
}

.front-page-4 .one-fourth,
.front-page-4 .one-half,
.front-page-4 .one-sixth,
.front-page-4 .one-third {
	border: 1px solid #d3dfe2;
	padding: 3rem 2.5%;
	margin-top: 7rem;
	margin-bottom: 5rem;
	border-radius: 5px
}

@media (min-width:860px) {
	.front-page-4 .one-fourth,
	.front-page-4 .one-half,
	.front-page-4 .one-sixth,
	.front-page-4 .one-third {
		margin-top: 4rem;
		margin-bottom: 7rem;
		padding-top: 2.5%
	}
}

@media (min-width:860px) {
	.front-page-4 .one-third {
		width: 27%;
		margin-left: 5%
	}
}

@media (min-width:1023px) {
	.front-page-4 .one-third {
		min-height: 340px
	}
}

.front-page-4 .fa {
	display: block;
	font-size: 5rem;
	line-height: 7.5rem;
	color: #00aeef;
	border: 1px solid #d3dfe2;
	border-radius: 999px;
	width: 8rem;
	height: 8rem;
	margin: -7rem auto 2rem;
	background-color: #fff
}

.front-page-4 strong {
	text-transform: uppercase;
	display: block;
	margin: 0 auto 1rem
}

.front-page-4 .button {
	border-radius: 5px;
	font-weight: 500;
	font-family: Montserrat, sans-serif
}

.testimonials {
	background-image: url(../images/testimonial-bg.jpg);
	background-attachment: scroll;
	background-position: 80%;
	background-repeat: no-repeat;
	background-size: cover
}

@media (min-width:1023px) {
	.testimonials {
		min-height: 480px
	}
}

.testimonials a {
	color: #fff;
	font-size: 16px
}

.testimonials .fa {
	font-size: 5rem;
	padding-right: 20px;
	float: left;
	margin-top: -15px
}

.testimonials .wrap {
	color: #fff;
	padding: 7rem 2rem
}

.testimonials cite,
.testimonials h2,
.testimonials p {
	color: #fff
}

.testimonials h2 {
	padding: 4rem 0;
	font-size: 4rem
}

.testimonials p {
	font-size: 2.2rem
}

.testimonials .name,
.testimonials .section {
	font-style: normal
}

.testimonials .name {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 500
}

.testimonials .owl-dots {
	width: 100%;
	text-align: right;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 10px
}

.testimonials .reviewer-image {
	max-width: 200px;
	margin: 0 auto
}

@media (min-width:1023px) {
	.testimonials .reviewer-image {
		max-width: 300px
	}
}

.latest-blog h2 {
	font-size: 30px;
	color: #4c5659;
	padding-top: 48px;
	padding-bottom: 60px;
	text-align: center
}

@media (min-width:860px) {
	.latest-blog .one-half {
		padding: 0 30px
	}
}

.latest-blog .blog-bg {
	background-color: #f6f6f7;
	margin-top: 55px;
	padding: 30px 0
}

@media (min-width:860px) {
	.latest-blog .blog-bg .one-half {
		padding: 0 15px
	}
}

.latest-blog h3 {
	font-size: 20px;
	margin-bottom: 0
}

.latest-blog time {
	font-size: 13px;
	font-weight: 700
}

.latest-blog h4 {
	font-size: 14px;
	text-transform: none
}

.latest-blog .read-more {
	color: #00aeef
}

.latest-blog .button {
	margin: 20px 0;
	background-color: #00aeef;
	font-weight: 700;
	border-radius: 5px
}

.latest-blog .more-link {
	text-align: center;
	margin-top: 2.4rem
}

.modal-container {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	transition: all .1s ease-in-out
}

.modal-container .modal-content {
	max-width: 800px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 100px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .2)
}

.modal-container .modal-content .modal-heading {
	background-color: #00aeef;
	color: #fff;
	position: relative
}

.modal-container .modal-content .modal-heading h2 {
	padding: 20px 35px 20px 10px;
	text-align: center;
	font-weight: 700;
	font-size: 20px
}

.modal-container .modal-content .modal-heading .fa-times {
	position: absolute;
	right: 10px;
	font-size: 30px;
	top: 27%
}

.modal-container .modal-content .modal-heading .modalclose:focus,
.modal-container .modal-content .modal-heading .modalclose:hover {
	text-decoration: none;
	cursor: pointer
}

.modal-container .modal-content .modal-body {
	padding: 20px
}

.modal-container .modal-content .modal-body .first {
	text-align: center
}

@media (min-width:1023px) {
	.modal-container .modal-content .modal-body .first {
		padding: 20px 30px
	}
}

.modal-container .modal-content .modal-body .first .call-us-box {
	background-color: #58585a;
	color: #fff;
	padding: 60px 20px;
	margin-bottom: 60px
}

.modal-container .modal-content .modal-body .first .call-us-box .modal-strong {
	font-size: 20px;
	font-weight: 600;
	padding-top: 15px;
	text-transform: uppercase
}

.modal-container .modal-content .modal-body .first .call-us-box .call-you-modal {
	font-size: 18px
}

.modal-container .modal-content .modal-body .first .call-us-box a {
	color: #fc8f49;
	font-size: 30px;
	font-weight: 900;
	text-decoration: underline;
	font-family: Montserrat, sans-serif
}

.modal-container .modal-content .modal-body .first .call-us-box h4 {
	font-size: 20px;
	font-weight: 300
}

.modal-container .modal-content .modal-body h5 {
	font-size: 23px;
	text-transform: none;
	font-weight: 300
}

.modal-container input[type=button] {
	border-radius: 5px;
	font-family: Montserrat, sans-serif;
	font-size: 16px
}

aside .widget_nav_menu {
	font-family: Montserrat, sans-serif
}

aside .widget_nav_menu h3 {
	font-size: 22px
}

aside .widget_nav_menu .menu {
	padding-left: 20px
}

aside .widget_nav_menu .menu-item-has-children:before {
	content: "\f067";
	padding-right: 10px;
	font: normal normal normal 18px/1 FontAwesome;
	color: #00aeef;
	margin-left: -25px
}

aside .widget_nav_menu .menu-item-has-children.active:before {
	content: "\f068"
}

aside .widget_nav_menu ul li a {
	font-weight: 500;
	font-size: 18px;
	padding: 0;
	cursor: pointer;
	color: #4c5659
}

aside .widget_nav_menu li {
	list-style-type: none;
	text-transform: uppercase
}

aside .widget_nav_menu ul ul li a {
	color: #6c8185;
	text-decoration: none;
	font-size: 14px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	font-weight: 500;
	transition: all .15s
}

aside .widget_nav_menu ul ul li a:hover {
	color: #00aeef
}

aside .widget_nav_menu ul ul {
	display: none
}

aside .widget_nav_menu li.active ul {
	display: block
}

aside .fa-stack {
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em
}

aside .fa-stack-2x {
	font-size: 1.5em
}

aside .fa-e,
aside .fa-p {
	color: #d3dfe2;
	font-size: 14px
}

aside .fa-circle {
	color: #98a7a9
}

aside .simple-social-icons ul li a {
	background-color: #98a7a9!important
}

.site-map-page .site-inner .content .menu-item {
	float: none;
	text-align: left
}

.site-map-page .site-inner .content .menu-item a {
	padding: 10px;
	text-transform: none;
	font-size: 16px;
	color: #00aeef;
	font-weight: 300
}

.site-map-page .site-inner .content .menu-item a:focus,
.site-map-page .site-inner .content .menu-item a:hover {
	color: #fc8f49
}

.site-map-page .site-inner .content ul.sub-menu {
	left: 20px;
	position: relative;
	display: block;
	opacity: 1;
	z-index: 0
}

.site-map-page .site-inner .content .site-map-menu {
	padding-bottom: 30px
}

@media (min-width:1023px) {
	.how-can-we-assist-you-page .site-header {
		background-position: 50% 150px
	}
}

@media (min-width:1200px) {
	.how-can-we-assist-you-page .site-header {
		background-position: 50% 100px
	}
}

@media (min-width:1023px) {
	.how-we-can-help-you-page .site-header {
		background-position-y: 150px
	}
}

@media print {
	*,
	:after,
	:before {
		background: transparent!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	.site-title>a:after,
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	@page {
		margin: 2cm .5cm
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	.content,
	.content-sidebar {
		width: 100%
	}
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar,
	button,
	input,
	select,
	textarea {
		display: none!important
	}
	.title-area {
		text-align: center;
		width: 100%
	}
	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px
	}
	.author-box {
		margin-bottom: 0
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		widows: 3
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	img {
		page-break-after: avoid
	}
	blockquote,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	img,
	pre,
	table {
		page-break-inside: avoid
	}
	dl,
	ol,
	ul {
		page-break-before: avoid
	}
}

@font-face {
	font-family: fontello;
	src: url(../fonts/fontello.eot);
	src: url(../fonts/fontello.eot#iefix) format("embedded-opentype"), url(../fonts/fontello.woff2) format("woff2"), url(../fonts/fontello.woff) format("woff"), url(../fonts/fontello.ttf) format("truetype"), url(../fonts/fontello.svg#fontello) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-plus:before {
	content: "\e800"
}

.icon-minus:before {
	content: "\e803"
}

.icon-play:before {
	content: "\e804"
}

.icon-mobile:before {
	content: "\e805"
}

.icon-cancel:before {
	content: "\e806"
}

.icon-right-open-big:before {
	content: "\e807"
}

/*modalrequest Design*/
.modalrequest-popup {
    display: block;
    margin: 0 auto;
    max-width: 380px;
}

/*hide unfair dismissal lawyers perth title*/
.hide-title .site-header .page-title {
	display: none;
}
/*close*/

@media (max-width: 991px){
	.modal-container .modal-content .modal-heading h2 {
	    font-size: 18px;
	    text-align: left;
	    padding: 22px 35px 22px 10px;
	}
	.modal-container .modal-content .modal-heading .fa-times {
	    top: 17px;
	}
	.modal-container .modal-content {
	    padding: 0 15px;
	    width: 100%;
	}
	.modal-container .modal-content .modal-heading {
	    margin: 0 -15px;
	}
}

@media (max-width: 767.98px){
	.modal-container .modal-content .modal-heading h2 {
    	font-size: 14px;
	}
}

@media (max-width: 567.98px){
	.modal-container .modal-content .modal-heading .fa-times {
	    font-size: 20px;
	    top: 10px;
	}
	.modal-container .modal-content .modal-heading h2 {
	    padding: 10px 30px 10px 10px;
	}
}