/*
	Theme Name: Custom Theme
	Description: Custom Theme For Best Storage
	Version: 1.4.2
	Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/** 
Custom slider code for homepage review slider
*/

.review-slider .columns .col {
	display: flex;
	flex-direction: column;
}

.review-slider .columns .col .caption {
	flex-grow: 1;
}

/* Blog */

.header-wrap.white {
    background: #fff;
}

.main-container.new main {
    padding: 0;
    width: 66%;
    float: right;
}

.main-container.new.has-right-sidebar main {
    float: left;
}

.main-container.new.has-right-sidebar .sidebar {
    float: right;
    width: 31.5%;
}

.main-container.new .sidebar {
    float: left;
    width: 28%;
}

.columns.posts .col,
.columns.columns-2.posts .col {
    margin-bottom: 4%;
}

.columns.posts .col .category {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
}

.main-container.new {
    padding: 90px 0 70px;
}

.main-container.new .sidebar .widget {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.main-container.new .sidebar .widget.widget_categories {
    margin-bottom: 35px;
}

.main-container.new .sidebar .widget h3.title,
.main-container.new .sidebar .wp-block-heading {
    font-size: 24px;
    margin: 0 0 15px;
}

.main-container.new .sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c7c9ca;
}

.main-container.new .sidebar .widget ul li {
    display: block;
    border-bottom: 1px solid #c7c9ca;
    padding: 15px 0;
}

.main-container.new .sidebar .widget ul li,
.main-container.new .sidebar .widget ul li a {
    font-size: 14px;
    font-weight: 700;
}

.main-container.new .sidebar .widget ul li a {
    text-decoration: none;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: top;
    width: 86%;
}

.columns.new.m {
    margin: 0 -2% -2%;
}

.columns.new .col.width-46 {
    width: 46%;
    margin: 0 2% 2%;
}

.pagination {
	width: 100%;
	text-align: center;
	margin: 50px 0 0;
}

.pagination a,
.pagination span {
	font-size: 14px;
	color: #555555;
	text-decoration: none;
	text-align: center;
    line-height: 20px;
	display: inline-block;
	vertical-align: top;
	padding: 7px 5px;
	margin: 0 3px;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	transition: all 0.3s ease 0s;
}

.pagination a:hover,
.pagination span:hover,
.pagination .current {
	background: #fff;
}

.pagination .next,
.pagination .prev {
	font-size: 0;
}

.pagination .next::before,
.pagination .prev::before {
    content: '';
    background: url('img/icons-global.png') no-repeat scroll 0 0 transparent;
    background-size: 600px;
    width: 6px;
    height: 9px;
    display: block;
    margin: 4px auto;
}

.pagination .next::before {
	background-position: -150px -200px;
}

.pagination .prev::before {
	background-position: -100px -200px;
}

.meta-wrap,
.meta-wrap a {
    font-size: 14px;
    font-weight: 700;
}

.meta-wrap p {
    margin: 0 0 5px;
}

.meta-wrap p.date {
    padding: 60px 0 10px;
}

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

.font-size-14 {
    font-size: 14px;
}

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

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

.mb-5 {
    margin-bottom: 5px;
}

/** Custom slider code ends*/

.loading {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	text-transform:uppercase;
	display:none;
	width:150px;
	text-align:center;
	line-height:50px;
	

	margin:auto;
	margin-top: 15px;
	transform:translateY(-50%);
  }
  
  .loading span {
	position:relative;
	z-index:999;
	color:#fff;
  }
  .loading:before {
	content:'';
	background:#61bdb6;
	width:128px;
	height:36px;
	display:block;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
	
	animation:2s loadingBefore infinite ease-in-out;
  }
  
  @keyframes loadingBefore {
	0%   {transform:translateX(-14px);}
	50%  {transform:translateX(14px);}
	100% {transform:translateX(-14px);}
  }
  
  
  .loading:after {
	content:'';
	background:#ff3600;
	width:14px;
	height:60px;
	display:block;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
	opacity:.5;
	
	animation:2s loadingAfter infinite ease-in-out;
  }
  
  @keyframes loadingAfter {
	0%   {transform:translateX(-50px);}
	50%  {transform:translateX(50px);}
	100% {transform:translateX(-50px);}
  }

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 400 14px/1.6 'Poppins', sans-serif;
	color: #54565a;
	background: #ffffff;
	background: #f1f1f1;
}

div.wpcf7 .ajax-loader,
.acf-map .gmnoprint,
.acf-map .gm-style-cc,
.wpcf7 span.wpcf7-not-valid-tip,
.social-wrap.share .addtoany_list a .a2a_s_a2a,
.page-template-template-locations .location-title,
.wpcf7-checkbox span.wpcf7-list-item input,
.wpcf7 .wpcf7-spinner,
.header .nav > ul > li.hidden {
	display: none;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
	border-radius: 4px;
}
a {
	color: #54565a;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
a:hover,
.header .top a:hover,
.header .nav li a:hover,
.footer ul a:hover,
.footer .copyright ul.menu > li > a:hover,
.text-white a:not(.btn):hover,
.text-white .contact-wrap a:hover,
.contact-wrap a:hover,
.contact-wrap.small p a:hover,
.columns.buttons .col p a:hover,
.wpcf7 .columns a:hover {
	color: #5aC4ba;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
.title-1,
.title-2,
.title-5,
.title-6,
.title-7,
.title-8 {
	display: block;
	font-weight: 700;
	line-height: 1.3;
	color: #54565a;
	margin: 0 0 15px;
}

h1,
h2,
h3,
h7,
.title-1 {
	font-weight: 700;
}

h1 {
	font-size: 48px;
}

.title-1 {
	font-size: 72px;
	line-height: 1.2;
}

h2,
.title-2 {
	font-size: 38px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
}

h5,
.title-5 {
	font-size: 24px;
}

h6,
.title-6 {
	font-size: 20px;
}

h7,
.title-7 {
	font-size: 18px;
	margin: 0 0 10px;
}

h8,
.title-8 {
	font-size: 14px;
}

h3.margin-bottom {
	margin-bottom: 30px;
}

.as-list {
	position: relative;
	padding-left: 15px;
}

.as-list span {
	position: absolute;
	left: 0;
	top: 0;
}

.subtitle {
	margin: 0;
}

.num {
	color: #54565a;
}

.num::after {
	content: '';
	display: block;
	width: 120px;
	height: 6px;
	background: #f5d93f;
	margin: 2px auto 20px;
}

.step {
	font-size: 48px;
	font-weight: 800;
	color: #54565a;
	text-align: center;
	background: #f5d93f;
	border-radius: 50%;
	width: 105px;
	height: 105px;
	line-height: 105px;
	margin: 0 auto 15px;
}

ul,
ol {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}

ol.bold li {
    margin: 0;
}

ol.bold li::marker {
    font-weight: 700;
}

ul li {
	margin: 0 0 5px;
}

ol li {
	margin: 0 0 15px;
}

p {
	margin: 0 0 20px;
}

.compact > p {
	margin: 0 0 8px;
}

.overflow {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

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

.img-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 20px;
	border-radius: 4px;
}

.img-wrap img {
	width: 100%;
	border-radius: 4px;
	transition: all 0.3s ease 0s;
}

.img-wrap.large {
	display: -webkit-flex;
	display: flex;
	align-content: center;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 90px;
	margin: 0 0 15px;
}

.img-wrap.large img {
	align-self: center;
	width: auto;
}

.img-wrap.centered img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-wrap.right-border,
.img-wrap.right-border img {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

a.img-wrap {
	background: #000;
}

a.img-wrap:hover img {
	opacity: 0.75;
}

a.img-wrap.normal {
	background: none;
}

a.img-wrap.normal img {
	opacity: 1;
}

.img-wrap.normal-img {
    background: none;
}

.img-wrap.normal-img img {
    width: auto;
}

.img-wrap.height-75 {
    height: 75px;
}

.img-wrap.height-75 img {
    top: 50%;
    transform: translate(0, -50%);
    position: relative;
}
    
.video-wrap {
	width: 100%;
	height: auto;
}

.mejs-container,
.mejs-container .mejs-controls {
	border-radius: 4px;
}

a.link {
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #54565a;
}

a.link.white {
	color: #fff;
	border-color: #fff;
}

a.link:hover,
a.link.white:hover {
	color: #5aC4ba;
	border-color: #5aC4ba;
}

.green {
	color: #f5d93f;
}

.btn,
.wpcf7cf_next {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #54565a;
	text-align: center;
	border: 0;
	outline: 0;
	border-radius: 4px;
	background: #f5d93f;
	padding: 10px 25px 8px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.btn:hover,
.contact-wrap .btn:hover,
.wpcf7cf_next:hover {
	background: #fff;
	color: #54565a;
}

.btn.btn-white-2 {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 8px 25px 6px;
}

.btn.fullwidth {
	width: 100%;
}

.btn.blue {
	background: #f5d93f;
}

.btn.blue:hover,
.btn.blue.outline:hover,
.btn.blue.outline.mixitup-control-active,
.wpcf7cf_next:hover,
.btn.btn-white-2:hover {
	color: #000;
	background: #5aC4ba;
	border-color: #5aC4ba;
}

.btn.blue.outline,
.wpcf7cf_next {
	background: none;
	border: 2px solid #54565a;
	color: #54565a;
}

.btn.blue-full {
	background: #5aC4ba;
	border-color: #5aC4ba;
	color: #000;
}

.btn.blue-full:hover {
	background: #61dace;
	border-color: #61dace;
}

.button-wrap {
	font-size: 0;
	margin: 30px 0 60px;
	text-align: center;
}

.button-wrap .btn {
	width: 100%;
	max-width: 150px;
    padding: 10px 25px 8px !important;
    line-height: 1.6 !important;
	margin: 0 8px;
}

.btn-cookie {
	display: block;
	background: none;
	border: 0;
	outline: 0;
	color: #596874;
	line-height: 18px;
	padding: 25px 0 20px;
	margin: 0;
	border-top: 1px solid #cfd9e0;
}

.btn-close {
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 40px;
	padding: 0;
	z-index: 99;
}

.social-wrap {
	font-size: 0;
	margin: 0 -5px;
}

.social-wrap a,
.social-wrap .label {
	display: inline-block;
	vertical-align: middle;
}

.social-wrap > a,
.social-wrap .addtoany_list a::before {
	margin: 0 5px;
	padding: 0;
}

.social-wrap a {
	width: 42px;
	height: 42px;
	transition: all 0.3s ease 0s;
}

.social-wrap a .hover {
	fill: #ffffff;
	transition: all 0.3s ease 0s;
}

.social-wrap a:hover .hover {
	fill: #f5d93f;
}

.social-wrap .label {
	font-size: 14px;
	color: #54565a;
	margin: 0;
	padding: 0 12px 0 0;
}

.social-wrap.white .label {
	font-size: 14px;
	color: #fff;
}

.social-wrap .title-6 {
	display: block;
	padding: 0 5px;
	margin: 0 0 10px;
}

.social-wrap.share {
	margin: 15px 0 0;
}

.social-wrap.share .addtoany_list a {
	width: 100%;
	font-size: 14px;
	line-height: 42px;
	color: #54565a;
}

.social-wrap.share .addtoany_list a::before {
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 2px solid #54565a;
	border-radius: 50%;
	margin: 0 12px 0 0;
}

.social-wrap.dark a::before {
	background-position: -200px 0;
}

.scrollup {
	display: none;
	background: #434548;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	cursor: pointer;
	border-radius: 50%;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h7,
.text-white h8,
.text-white p,
.text-white a:not(.btn),
.text-white .contact-wrap a,
.text-white ul,
.text-white ol,
.text-white .hours,
.header-wrap.large.text-white .caption h1 {
	color: #fff;
}

.text-blue {
	color: #54565a;
}

.breadcrumbs {
    font-size: 0;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}

.breadcrumbs:has(+ .section[style*="background-color: #FFFFFF"]),
.breadcrumbs:has(+ .section.white) {
    background: #fff;
}

.breadcrumbs span,
.breadcrumbs a {
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs,
.breadcrumbs a {
	color: #6b6d72;
}

.breadcrumbs a:hover {
    color: #5aC4ba;
}

.breadcrumbs .sep {
	margin: 0 5px;
}

.breadcrumbs + .section.add-bgr {
    margin-top: -40px;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon::before,
.slick-arrow::before,
.chosen-container-single .chosen-single div b,
.wpcf7-form .date::before,
.wpcf7-form .select span::before,
.addtoany_share::before,
.icon-after::after,
.mejs-overlay > .mejs-overlay-button,
.lg-icon::before,
.rating-wrap .rating,
.rating-wrap .rating div,
.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before,
.top .deals a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 400px;
}

svg.arrow {
	width: 10px;
	height: 10px;
	margin: 6px 0 0 5px;
}

svg.arrow path {
	fill: #54565a;
	stroke: #54565a;
	transition: all 0.3s ease 0s;
}

a:hover svg.arrow path {
	fill: #5aC4ba;
	stroke: #5aC4ba;
}

.icon.deal::before,
.top .deals a::before {
	width: 20px;
	height: 19px;
	background-position: -150px -300px;
	margin-right: 5px;
}

.rating-wrap .rating,
.rating-wrap .rating div {
	width: 97px;
	height: 17px;
	background-position: 0 -300px;
}

.rating-wrap .rating div {
	background-position: 0 -350px;
}

.icon.close::before {
	width: 24px;
    height: 24px;
}

.icon.close::before {
	background-position: -50px -200px;
}

.icon.close:hover::before {
	background-position: -100px -200px;
}

.mejs-video .mejs-overlay > .mejs-overlay-button,
.mejs-video .mejs-overlay:hover > .mejs-overlay-button {
    width: 65px;
    height: 65px;
    background: url('img/icon-play.png') no-repeat scroll center center transparent;
    background-size: cover;
}

.icon.checkmark::before,
.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before {
	width: 12px;
	height: 12px;
	background-position: -999px -999px;
	border-radius: 0;
	background-color: #aeb0b3;
	border: 0;
	margin: 0 6px 0 0;
}

.icon.checkmark.active::before,
.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-position: -200px -350px;
	background-color: #f5d93f;
	border-color: #f5d93f;
}

.icon.note::before {
	width: 22px;
	height: 28px;
	background-position: -250px -100px;
}

.icon-after.open::after {
	width: 10px;
	height: 10px;
	background-position: -150px -200px;
	margin: 6px 0 0 5px;
}

.icon-after.open:hover::after,
.icon-after.open.green::after {
	background-position: -150px -150px;
}

.icon-after.open.green {
	color: #54565a;
}

.icon.location::before {
	width: 10px;
	height: 14px;
	background-position: -300px -200px;
}

.icon.phone::before {
	width: 12px;
	height: 12px;
	background-position: -250px -200px;
}

.icon.email::before {
	width: 13px;
	height: 10px;
	background-position: -200px -200px;
}

.icon.location.blue::before {
	background-position: -300px -150px;
}

.icon.phone.blue::before {
	background-position: -250px -150px;
}

.icon.email.blue::before {
	background-position: -200px -150px;
}

.chosen-container-single .chosen-single div b,
.wpcf7-form .date::before,
.wpcf7-form .select span::before {
	width: 12px;
	height: 8px;
	background-position: -100px -150px;
}

.icon.plus::before {
	width: 30px;
	height: 30px;
	background-color: #434548;
	background-position: 0 -250px;
	border-radius: 4px;
	transition: background-color 0.3s ease 0s;
}

.icon.plus:hover::before {
	background-color: #5ac4ba;
}

.icon.plus.active::before {
	background-position: -50px -250px;
}

.icon.scrollup::before {
	width: 40px;
	height: 40px;
	background-position: -200px -100px;
}

.icon.facebook::before,
.white .icon.facebook:hover::before {
	background-position: 0 0;
}

.icon.instagram::before,
.white .icon.instagram:hover::before {
	background-position: -50px 0;
}

.icon.twitter::before,
.white .icon.twitter:hover::before {
	background-position: -100px 0;
}

.icon.youtube::before,
.white .icon.youtube:hover::before {
	background-position: -150px 0;
}

.addtoany_share::before {
	background-position: -200px 0;
}

.white .icon.facebook::before {
	background-position: 0 -50px;
}

.white .icon.instagram::before {
	background-position: -50px -50px;
}

.white .icon.twitter::before {
	background-position: -100px -50px;
}

.white .icon.youtube::before {
	background-position: -150px -50px;
}

.slick-prev::before,
.slick-next::before {
	width: 9px;
	height: 15px;
}

.slick-prev::before {
	background-position: 0 -100px;
	margin: 0 3px 0 0;
}

.slick-next::before {
	background-position: -50px -100px;
	margin: 0 0 0 3px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.wrapper.narrow {
	max-width: 850px;
}

.wrapper.narrow-2 {
	max-width: 1040px;
}

.wrapper.narrow-3 {
	max-width: 780px;
}

.header {
	background: #54565A;
	position: relative;
	border-bottom: 1px solid #54565A;
	z-index: 999;
	width: 100%;
}

.header.stuck {
	position: fixed;
	top: 0;
	left: 0;
	animation: fadeInDown ease-in-out 0.6s both;
}

.header > .wrapper {
	font-size: 0;
	padding-top: 10px;
}

.header .top {
	background: #434548;
	padding: 7px 0;
}

.header .top p,
.header .top a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 0;
}

.header .top li {
	margin: 0 0 0 22px;
}

.header ul {
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header li,
.header .logo,
.header .nav,
.header .nav ul,
.header .nav .btn {
	display: inline-block;
	vertical-align: top;
}

.header .logo {
	width: 23%;
	margin-top: 15px;
}

.header .logo img {
	max-height: 60px;
}

.logo img {
	border-radius: 0;
}

.header .nav {
	width: 77%;
	text-align: right;
	padding: 11px 0 0;
}

.header .nav > ul {
	height: 58px;
	padding: 10px 18px 0 0;
}

.header .nav > ul > li {
	position: relative;
	height: 100%;
	margin: 0 18px;
}

.header .nav li a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.header .nav .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	width: 250px;
	display: none;
	text-align: left;
}

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

.header .nav .sub-menu::before,
.header .nav .sub-menu::after {
	content: '';
	display: block;
	background: #fff;
	height: 10px;
	width: 100%;
}

.header .nav .sub-menu::before {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid #f2f2f2;
}

.header .nav .sub-menu::after {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 1px solid #f2f2f2;
}

.header .nav .sub-menu li {
	display: block;
	background: #fff;
	margin: 0;
}

.header .nav .sub-menu li,
.header .nav .sub-menu::after,
.header .nav .sub-menu::before {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.header .nav .sub-menu a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #54565a;
	border-left: 4px solid transparent;
	padding: 10px 20px 8px;
}

.header .nav .sub-menu a:hover {
	background: #f3f3f8;
	border-left: 4px solid #5ac4ba;
}

.header .nav .btn {
	margin-left: 15px;
}

.header-wrap {
	padding: 25px 0;
	position: relative;
	background: #54565a;
	height: auto;
}

.header-wrap.dark {
	background-color: #434548;
}

.header-wrap .bgr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
}

.header-wrap .caption,
.header-wrap h1 {
	color: #54565a;
	margin: 0;
}

.header-wrap.large {
	padding: 80px 0;
	min-height: 450px;
}

.header-wrap.large .wrapper {
	position: static;
}

.header-wrap.large .caption {
	max-width: 520px;
	position: relative;
}

.header-wrap.large .caption h1 {
	font-size: 38px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 15px;
}

.header-wrap.large .caption .btn {
	margin-top: 5px;
}

.header-wrap.large .wrapper > .img-wrap,
.header-wrap.large .wrapper > .carousel-wrap {
	position: absolute;
	left: 50%;
	bottom: -60px;
	width: 750px;
	height: 420px;
	z-index: 99;
}

.header-wrap.large .wrapper > .carousel-wrap > .btn {
	position: absolute;
	left: 20px;
	top: 30px;
}

.header-wrap.medium {
	padding: 50px 0 50px;
}

.header-wrap.medium .wrapper > .img-wrap,
.header-wrap.medium .wrapper > .carousel-wrap {
	bottom: -30px;
}

.header-wrap .note-wrap {
	background: #fe8240;
	padding: 12px 0 10px;
	margin: 60px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.header-wrap .note-wrap .wrapper {
	position: relative;
}

.header-wrap .note::before {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
}

.header-wrap .note-wrap .title-8 {
	display: inline-block;
	color: #fff;
	padding: 0 0 0 35px;
	margin: 0;
}

.header-wrap.slider {
	padding: 0;
}

.header-wrap.slider.large .slick-list {
	min-height: 290px;
}

.header-wrap.slider.large .slick-track,
.header-wrap.slider.large .slick-slide,
.header-wrap.slider.large .slick-slide > div,
.header-wrap.slider.large .slide,
.header-wrap.slider.large .content-wrap {
	min-height: inherit;
}

.header-wrap.slider.large .content-wrap {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-wrap.slider .caption .columns .col.as-flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header-wrap.slider .caption .columns .col.as-flex .content {
	padding: 0 10px;
}

.header-wrap.slider .caption .columns .col.as-flex .notice,
.notice.normal {
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.header-wrap.slider .caption .columns .col.as-flex .notice span,
.notice.normal span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: #d1480e;
	border-radius: 2px;
	padding: 1px 8px;
}

.notice.normal {
	top: 10px;
	right: 10px;
	left: auto;
	width: auto;
}

.header-wrap.slider .caption {
	max-width: 100%;
}

.header-wrap.slider .caption h1 {
	font-size: 48px;
	margin: 0 0 10px;
}

.header-wrap.slider .caption h1,
.header-wrap.slider .caption h2,
.header-wrap.slider .caption h3,
.header-wrap.slider .caption h4,
.header-wrap.slider.text-white .caption h1,
.header-wrap.slider.text-white .caption h2,
.header-wrap.slider.text-white .caption h3,
.header-wrap.slider.text-white .caption h4 {
	color: #f5d93f;
}

.header-wrap.slider .caption p {
	font-size: 16px;
	font-weight: 700;
}

.header-wrap.slider .slide {
	padding: 80px 0;
	text-align: left;
}

.header-wrap-bottom {
	font-size: 0;
	padding: 10px 0;
	background: #6b6d72;
}

.header-wrap-bottom .columns.columns-3 {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.header-wrap-bottom .columns.columns-3 .col {
	margin-bottom: 0;
}

.header-wrap-bottom .columns.columns-3 .col:last-child {
	text-align: right;
	margin-right: 0;
}

.header-wrap-bottom .columns.columns-3 p {
	display: block;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
}

.header-wrap-bottom .columns.columns-3 p.title {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.header-wrap-bottom .columns.columns-3 .img,
.header-wrap-bottom .columns.columns-3 .content {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #f1f1f1;
}

.header-wrap-bottom .columns.columns-3 .img {
	margin: 0 3px 0 0;
	max-width: 24px;
}

.sidebar {

}

.footer {
	background: #54565a;
	padding: 60px 0 50px;
	overflow: hidden;
}

.footer .img-wrap,
.footer .img-wrap img {
	width: auto;
}

.footer .logo {
	margin: 0 0 15px;
}

.footer p,
.footer .copyright ul.menu > li > a,
.footer .copyright ul li::before {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.footer p {
	margin: 0 0 15px;
}

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

.footer ul.menu > li > a {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 20px;
}

.footer ul li {
	margin: 0 0 5px;
}

.footer ul a {
	display: block;
	font-size: 14px;
	color: #ffffff;
}

.footer .copyright {
	font-size: 0;
	padding: 14px 0 0;
}

.footer .copyright p,
.footer .copyright ul.menu > li > a {
	margin: 0;
}

.footer .copyright p,
.footer .copyright ul,
.footer .copyright ul a,
.footer .copyright ul li {
	display: inline-block;
	vertical-align: top;
}

.footer .copyright ul li::before {
	content: '|';
	padding: 0 12px;
}

.has-sidebar {
	font-size: 0;
}

.has-sidebar main,
.has-sidebar .sidebar {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.has-sidebar main {
	width: 66%;
	margin-right: 2.5%;
	padding: 30px 40px 20px;
}

.sidebar {
	width: 31%;
}

.has-sidebar main,
.sidebar .widget {
	background: #fff;
	border-radius: 4px;
}

.sidebar .widget {
	padding: 20px 22px 18px;
	margin: 0 0 30px;
}

.sidebar .widget .columns.columns-2:last-child {
	margin-bottom: 0;
}

.sidebar .widget.order-info .title-6 {
	margin: 0 0 10px;
}

.sidebar .widget.order-info .title-8 {
	font-size: 16px;
	margin: 0 0 8px;
}

.sidebar .widget.order-info > p:last-child {
	margin: 0;
}

main.fullwidth {
	width: 100%;
}

.columns {
	font-size: 0;
}

.flex-normal {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-normal.center {
	align-items: center;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.flex-normal.has-sep {
	border-bottom: 1px solid #c7c9ca;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.flex-normal.has-sep:last-of-type {
	border-bottom: 0;
	margin-bottom: 40px;
}

.flex-normal.flex-normal-reverse {
    flex-direction: row-reverse;
}

.flex-normal.boxed {
    border-radius: 4px;
    background: #fff;
}

.flex-normal.boxed.grey {
    background: #54565A;
    border-bottom: 15px solid #707070;
    padding: 50px;
}

.flex-normal.boxed .width-55 {
    padding: 50px 50px 40px;
}

.flex-normal.boxed .img-wrap,
.flex-normal.boxed .img-wrap img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 400px;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.flex-normal.boxed-3 {
    position: relative;
    padding: 35px 0;
}

.flex-normal.boxed-3:first-child {
    margin-top: 0;
}

.flex-normal.boxed-3 > div {
    z-index: 3;
}

.flex-normal.boxed-3 .content {
    padding: 0 30px 0 75px;
}

.flex-normal.boxed-3::after {
    content: '';
    position: absolute;
    background: #F1F1F1;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 82%;
    height: 100%;
}

.flex-normal.boxed-3.flex-normal-reverse::after {
    left: auto;
    right: 0;
}

.flex-normal.boxed-3.flex-normal-reverse .content {
    padding: 0 75px 0 40px;
}

.flex-normal.boxed-3 .img-wrap {
    background: none;
}

.width-22 {
	width: 22%;
}

.width-28 {
	width: 28%;
}

.width-38 {
	width: 38%;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-25,
.contact-wrap p.mb-25 {
	margin-bottom: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.red {
	color: #d1480d;
	text-decoration: line-through;
}

.columns.margin,
.columns.columns-3.margin {
	margin-top: 10px;
	margin-bottom: 50px;
}

.columns.margin-top {
	margin-top: 35px;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

.columns.has-caption .col {
	background: #f1f1f1;
	padding: 20px 20px 60px 20px;
	border-radius: 4px;
}

.columns.has-caption.white .col {
	background: #fff;
}

.section[style*="background-color: #ffffff"] .columns.has-caption.white .col {
    background: #F1F1F1;
}

.columns.has-caption .col.no-btn {
	padding-bottom: 0;
}

.columns.has-caption .col .btn {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.columns.has-caption .author {
	font-size: 12px;
	font-weight: 600;
	color: #374957;
	margin: 0 0 8px;
}

.columns.has-caption.border .col {
	border: 1px solid #cfd9e0;
	padding-bottom: 0;
}

.columns.has-caption.outside .col {
	padding: 0 0 60px 0;
}

.columns.has-caption.outside .col .caption {
	padding: 0 28px;
}

.columns.has-caption.outside .col .btn {
	left: 28px;
}

.columns.has-caption.outside .col .img-wrap,
.columns.has-caption.outside .col .img-wrap img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.columns.has-caption .col.has-background .img-wrap img {
	width: auto;
}

.columns.has-caption.outside .col p.title-7 {
	margin: 0 0 5px;
}

.columns.has-caption.outside .contact-wrap.small p.title-7 {
	margin: 0 0 10px;
}

.columns.has-caption.outside .col p {
	margin: 0 0 12px;
}

.columns.has-caption .col.has-background {
	background: none no-repeat scroll center center transparent;
	background-size: cover;
}

.columns.has-caption .col.has-background .img-wrap {
	width: 100%;
	padding: 20px 20px 0;
	text-align: center;
}

.columns.has-caption .col.has-background p {
	color: #fff;
}

.columns.flex,
.columns.flex-items {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.columns.flex-items .text-center {
	align-self: center;
	justify-content: center;
}

.columns.columns-2,
.columns.columns-3,
.columns.columns-4,
.columns.columns-5 {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: -2%;
}

.columns.columns-4 {
	margin-bottom: -3%;
}

.columns.columns-3 .col {
	width: 31.33%;
	margin: 0 1% 2%;
}

.columns.buttons .col {
	background: #434548;
	border-radius: 4px;
	text-align: center;
	padding: 15px 0 0;
}

.columns.buttons .col h5,
.columns.buttons .col p,
.columns.buttons .col .content a {
	color: #ffffff;
}

.columns.buttons .col h5,
.columns.buttons .col h6 {
	margin: 0;
}

.columns.buttons .col p {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 5px;
}

.columns.buttons .col .btn {
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.columns.columns-3.carousel-small,
.columns.columns-3.carousel-small .col {
	margin-bottom: 0;
}

.columns.columns-3.carousel-small .col {
	font-size: 0;
	text-align: left;
	padding: 0 25px;
}

.columns.columns-3.carousel-small .col::after {
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background: #ffffff;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translate(0, -50%);
}

.columns.columns-3.carousel-small .img-wrap {
	vertical-align: middle;
	width: 20%;
	padding: 0;
	margin: 0;
}

.columns.columns-3.carousel-small .img-wrap img {
	width: auto;
}

.columns.columns-3.carousel-small .content {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	width: 80%;
	padding: 0 0 0 12px;
}

.columns.columns-3.carousel-small .content p {
	margin: 0 0 2px;
}

.columns.columns-3.carousel-small .content .title-7 {
	margin: 0 0 6px;
}

.columns.columns-3.carousel-small .content a {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #f5d93f;
}

.columns.columns-3.carousel-small .content a:hover {
	color: #81cd7a;
	border-color: #81cd7a;
}

.columns.columns-3.carousel-small .content a.title-7 {
	font-size: 18px;
	color: #54565a;
}

.columns.columns-3.steps {
	text-align: center;
	margin: 20px 0 15px;
}

.columns.columns-3.steps .col {
	font-size: 16px;
	font-weight: 700;
	line-height: 45px;
	color: #54565a;
	width: auto;
	padding: 0 30px 0 60px;
	margin: 0;
}

.columns.columns-3.steps .col .img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: auto;
}

.columns.columns-3.steps .col .img-wrap::before {
	font-size: 18px;
	font-weight: 600;
	color: #54565a;
	line-height: 42px;
	width: 45px;
	height: 45px;
	background-color: transparent;
	background-position: -999px;
	border-radius: 50%;
	border: 2px solid #f5d83e;
	margin: 0;
}

.columns.columns-3.steps .col.current .img-wrap::before {
	background-color: #f5d83e;
	color: #54565a;
}

.columns.columns-3.steps .col.active .img-wrap::before {
	content: '';
	width: 45px;
	height: 45px;
	background-position: -100px -100px;
	background-color: #f5d83e;
	color: #54565a;
}

.columns.columns-3.steps .col .step-1::before {
	content: '1';
}

.columns.columns-3.steps .col .step-2::before {
	content: '2';
}

.columns.columns-3.steps .col .step-3::before {
	content: '3';
}

.columns.columns-3.steps .col .step-4::before {
	content: '4';
}

.columns.columns-2 .col {
	width: 48%;
	margin: 0 1% 2%;
}

.columns.columns-2.custom .col.col-1 {
	width: 56%;
	margin-right: 6%;
}

.columns.columns-2.custom .col.col-2 {
	width: 35%;
}

.columns.columns-2.custom-2 .col {
	width: 48%;
}

.columns.columns-2.custom-2 .col.col-2 {
	width: 42%;
	margin-left: 7%;
	padding-top: 45px;
}

.columns.columns-2.custom-3 > .col {
	width: 30%;
}

.columns.columns-2.custom-3 > .col.col-2 {
	width: 66%;
	padding: 20px 0 0;
}

.columns.columns-2.custom-4 > .col.col-1 {
	width: 38%;
	margin-right: 8%;
}

.columns.columns-2.custom-4 > .col.col-2 {
	width: 51%;
}

.columns.columns-2.wide {
	margin-left: -3%;
	margin-right: -3%;
}

.columns.columns-2.wide .col {
	width: 48%;
	margin: 0 3% 2%;
}

.columns.columns-2.wide .col.col-2 {
	width: 40%;
}

.columns.columns-2.narrow {
	margin-left: -3.5%;
	margin-right: -3.5%;
}

.columns.columns-2.narrow .col {
	width: 43%;
	margin: 0 3.5% 2%;
}

.columns.columns-2.white {
	background: #fff;
	border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 40px;
	min-height: 450px;
}

.columns.columns-2.white .col {
	width: 40%;
	margin: 0;
}

.columns.columns-2.white .col.col-1 {
	margin-right: 5%;
}

.columns.columns-2.white .col.col-2 {
	width: 55%;
}

.columns.columns-2.white .img-wrap {
	margin: 0;
}

.columns.columns-2.white .img-wrap img {
	width: auto;
	max-width: 280px;
}

.columns.columns-2.white .col h4 {
	margin: 0 0 5px;
}

.columns.columns-2.white .col .title-8 {
	margin: 0 0 20px;
}

.columns.columns-2.line,
.columns.columns-2.line .col,
.columns.columns-3.line,
.columns.columns-3.line .col {
	margin-bottom: 0;
}

.columns.columns-2.line.last {
	border-bottom: 1px solid #cfd9e0;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.columns.columns-4 .col {
	width: 23%;
	margin: 0 1% 3%;
}

.columns.columns-4.custom {
	margin-bottom: 0;
}

.columns.columns-4.custom .col {
	width: 14%;
}

.columns.columns-4.custom .col.col-1 {
	width: 50%;
}

.columns.columns-4.custom .col.col-5 {
	width: auto;
	position: absolute;
	right: 0;
	bottom: -26px;
}

.columns.columns-5 .col {
	width: 18%;
	margin: 0 1% 2%;
}

.columns.columns-5.units {
	background: #fff;
	border: 1px solid #cfd9e0;
	border-radius: 4px;
	margin: 0 0 20px;
}

.columns.columns-5.units .col {
	width: 17.5%;
	margin: 0;
	border-right: 1px solid #cfd9e0;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 20px 30px;
}

.columns.columns-5.units p,
.columns.columns-5.units .img-wrap,
.columns.columns-5.units .col ul li,
.columns.columns-5.units.first .col.col-3 p {
	margin: 0;
}

.columns.columns-5.units .col ul {
	padding: 0;
}

.columns.columns-5.units p strong {
	display: block;
}

.columns.columns-5.units .note {
	display: none;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #d1480d;
	padding: 4px 10px;
	border-radius: 2px;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translate(-50%, 0);
	z-index: 1;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.columns.columns-5.units .col.col-3 p,
.columns.columns-5.units .col.col-3 ul {
	margin: 0 0 5px;
}

.columns.columns-5.units .title-2.price {
	font-size: 24px;
	color: #e10000;
	text-decoration: line-through;
}

.columns.columns-5.units .btn {
	margin: 10px 0 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.columns.columns-5.units .img-wrap img {
	width: auto;
}

.columns.columns-5.units .col.col-1 {
	width: 17%;
}

.columns.columns-5.units .col.col-3 {
	width: 30.5%;
}

.columns.columns-5.units .col.col-5 {
	border-right: 0;
}

.columns.columns-5.units .img-wrap {
	text-align: center;
}

.columns.columns-5.units.first {
	align-items: flex-end;
	margin: 0 0 12px;
}

.columns.columns-5.units.first,
.columns.columns-5.units.first .col {
	border: 0;
	padding: 0;
}

.columns.columns-5.units .col.col-3,
.columns.columns-5.units.first .col.col-3 {
	padding-left: 50px;
	padding-right: 50px;
}

.columns.columns-5.boxed {
	background: #fff;
	border: 1px solid #cfd9e0;
	border-radius: 4px;
	margin: 0 0 20px;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.columns.columns-5.boxed .col {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-self: stretch;
	justify-content: center;
	width: 20%;
	margin: 0;
	padding: 20px 30px;
	border-left: 1px solid #cfd9e0;
}

.columns.columns-5.boxed .col.first {
	padding: 0;
	border-left: 0;
}

.columns.columns-5.boxed .col .img-wrap,
.columns.columns-5.boxed .col p {
	margin: 0;
}

.columns.columns-5.boxed.first {
	background: none;
	padding: 0;
	border: 0;
	margin: 0 -5px 20px;
}

.columns.columns-5.boxed.first .col {
	padding: 0 5px;
	border-left: 0;
}

.columns.columns-5.boxed.first .col p {
	margin: 0 0 10px;
}

.columns.columns-6 {
	margin: 0;
}

.columns.columns-6 .col {
	width: 16.66%;
	margin: 0;
}

.features {
	background: #54565a;
	padding: 50px 25px;
	margin: 45px 0 0;
	border-radius: 4px;
}

.features .columns.columns-6 {
	margin: 0;
}

.features .columns.columns-6 .col {
	padding: 25px 18px;
	border-right: 1px solid #aaabad;
}

.features .columns.columns-6 .col:nth-child(6n) {
	border-color: transparent;
}

.features .columns.columns-6 .img-wrap {
	height: 60px;
	min-height: auto;
	margin: 0 0 10px;
}

.features .columns.columns-6 p {
	font-size: 14px;
	margin: 0;
}

.features-list .col {
	font-size: 0;
}

.features-list .img-wrap,
.features-list .content {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.features-list .img-wrap {
	width: 16%;
}

.features-list .img-wrap img {
	width: auto;
}

.features-list .content {
	width: 84%;
	padding: 0 22px;
}

.add-grey-bgr-yes::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: #54565A;
}

.add-grey-bgr-yellow::after {
    background: #f4d84f;
}

.add-grey-bgr-half::after {
    height: 50%;
}

.add-grey-bgr-yes .wrapper {
    z-index: 3;
}

.add-bgr {
    background-image: url('img/bgr-content.png');
    background-repeat: no-repeat;
    background-position: left top;
}

body .add-bgr-content-3 {
    background-image: url('img/bgr-content-3.png');
    background-repeat: no-repeat;
    background-position: left top;
}

body .add-bgr-content-7 {
    background-image: url('img/bgr-content-7.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.as-box {
    border-radius: 4px;
    background: #fff;
    padding: 30px;
}

.as-box .font-size-18 {
    font-size: 24px;
}

.as-box p {
    margin: 0 0 10px;
}

.list-table p {
    border-bottom: 1px solid #C7C9CA;
    padding: 8px 0;
    margin: 0;
}

.list-table.medium a {
    text-decoration: none;
}

.list-table.medium p {
    line-height: 1.4;
}

.list-table.medium p:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.table-link {
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 25px;
    margin: 0 0 10px;
}

.table-link:hover {
    color: #000;
    background: #5AC3BA;
}

.table-link.first,
.table-link.first:hover {
    background: #F5D93F;
    color: #54565a;
}

.table-link:last-child {
    margin: 0;
}

.table-link-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table-link-table .table-link,
.table-link-table .table-link:hover {
    background: none;
}

.table-link-table a {
    color: #54565a;
    text-decoration: none;
}

.table-link-table tr:hover a,
.table-link-table a:hover {
    color: #000;
}

.table-link-table th,
.table-link-table td {
    background: #fff;
    padding: 10px 25px;
    text-decoration: none;
    text-align: left;
}

.table-link-table th:first-child,
.table-link-table td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table-link-table th:last-child,
.table-link-table td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table-link-table td {
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.table-link-table tr.table-link:hover td {
    background: #5AC3BA;
    color: #000;
}

.table-link-table tr.first th {
    background: #F5D93F !important;
    color: #54565a;
}

.tabs.vertical {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
}

.tabs.vertical ul {
    list-style: none;
    padding: 0 20px 0 0;
    margin: 0;
    height: 500px;
    border: 0;
    border-radius: 0;
}

.tabs.vertical ul a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #606266;
	position: relative;
	border-radius: 4px;
	padding: 28px 25px 22px;
	margin: 0 0 20px;
}

.tabs.vertical ul a p,
.tabs.vertical ul li:last-child a {
	margin: 0;
}

.tabs.vertical svg {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 32px;
	height: 32px;
	transform: translate(0, -50%);
	fill: #fff;
	border: 2px solid transparent;
}

.tabs.vertical .active svg {
	transform: translate(0, -50%) rotate(-90deg);
	fill: #f5d93e;
}

.tabs.vertical .tab .content svg {
	border: 2px solid #54565a;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 35px;
	top: 30px;
	transform: none;
}

.tabs.vertical .tab .toggle.active svg,
.tabs.vertical .tab .toggle.active + .content .toggle {
	transform: rotate(180deg);
}

.tabs.vertical .tab .toggle.active + .content .toggle {
	top: 29px;
}

.tabs.vertical .tab .content.active {
	display: block !important;
	position: relative;
}

.tabs.vertical .tab .toggle.hidden-desktop {
    display: none;
}

.tabs.vertical .tab .content .toggle {
	padding: 0;
	border-radius: 50%;
	position: absolute;
	margin: 0;
}

.tabs.vertical .tab > .toggle.active {
	display: none;
}

.as-accordion .toggle .anchor {
	position: absolute;
	top: -40px;
}

.tabs.vertical .tab {
	background: #606266;
	border-radius: 4px;
	padding: 40px 40px 20px 20px;
}

.tabs.vertical .tab .wp-video {
	margin: 0 0 20px;
}

/* Simplebar */

[data-simplebar] {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	height: 100%;
	padding: 0;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
	height: 185px;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
	width: auto;
	visibility: visible;
	max-width: 100%; /* Not required for horizontal scroll to trigger */
	max-height: 100%; /* Needed for vertical scroll to trigger */
	scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.simplebar-content:before,
.simplebar-content:after {
	content: ' ';
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	background: #606266;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	right: 0;
	width: 6px;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #a9a9a9;
	left: 0;
	right: 0;
	opacity: 1;
	transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	/* When hovered, remove all transitions from drag handle */
	opacity: 1;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	right: 2px;
	width: 6px;
	border-radius: 10px;
	margin: 0;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 0;
	bottom: 0;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.section {
	padding: 80px 0;
}

.section.relative {
	position: relative;
}

.section.last {
	padding-bottom: 1px;
}

.section.no-padding {
	padding: 0;
}

.section.no-padding-top {
	padding-top: 0;
}

.section.first {
	padding-top: 140px;
}

.section.small {
	padding: 80px 0 60px;
}

.section.short {
	padding: 20px 0;
}

.section.bgr {
	background: none no-repeat scroll center center transparent;
	background-size: cover;
}

.section.white {
	background: #fff;
}

.section.grey {
	background: #f1f1f1;
}

.section.dark-grey {
	background: #54565a;
}

.section.green {
	background: #f5d93f;
}

.section.blue {
	background: #f1f1f1;
}

.section.yellow {
	background: #f5d83e;
}

.section.after::before {
	content: '';
	display: block;
	background: #F1F1F1;
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.section.has-video {
	padding: 80px 0 80px;
	min-height: 450px;
}

.acf-map {
	width: 100%;
	height: 240px;
}

.gallery img {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	max-height: 90px;
}

.accordion .col {
	padding: 25px 28px;
	background: #ffffff;
	border-radius: 4px;
}

.accordion .title {
	position: relative;
	cursor: pointer;
	padding: 0 25px 0 0;
	margin: 0;
}

.accordion .icon.plus::before {
	position: absolute;
	top: 0;
	right: -12px;
}

.accordion .content {
	font-size: 14px;
	padding: 10px 25px 0 0;
}

.accordion .content p:last-child {
	margin: 0;
}

.accordion.fullwidth {
    margin: 40px 0 0;
}

.accordion.fullwidth .item {
	position: relative;
	border-bottom: 1px solid #c7c9ca;
	padding: 0 0 12px;
	margin: 0 0 25px;
}

.accordion.fullwidth .item:last-child {
    margin: 0;
}

.accordion.fullwidth .title-4 {
	position: relative;
	cursor: pointer;
	padding: 0 40px 0 40px;
	margin: 0;
}

.accordion.fullwidth .title-4 span {
	position: absolute;
	left: 0;
	top: 0;
}

.accordion.fullwidth .content {
	padding: 15px 100px 0 0;
}

.svg-play {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px;
}

.contact-info .img-wrap {
	display: -webkit-flex;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 55px;
	margin: 0 0 15px;
}

.contact-info .img-wrap img {
	display: block;
	width: auto;
}

.contact-info h6 {
	margin: 0 0 10px;
}

.contact-info h6 > span {
	display: block;
	color: #54565a;
}

.contact-info p {
	font-size: 14px;
	line-height: 1.5;
}

.contact-info p:last-child {
	margin: 0;
}

.contact-wrap p {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	margin: 0;
	min-height: 22px;
}

.contact-wrap p.icon {
	padding: 0 0 0 22px;
}

.contact-wrap p::before {
	position: absolute;
	left: 0;
	top: 4px;
}

.contact-wrap p.phone::before {
	top: 6px;
}

.contact-wrap p.email::before {
	top: 7px;
}

.contact-wrap a {
	color: #54565a;
}

.contact-wrap .btn-directions {
	display: block;
	font-weight: 600;
	margin: 10px 0 20px;
}

.contact-wrap h8,
.contact-wrap .title-8 {
	display: block;
	margin: 0 0 7px;
}

.contact-wrap .columns.columns-2 {
	max-width: 330px;
	margin: 0 0 20px;
}

.contact-wrap .columns.columns-2 .col {
	padding: 0;
	margin: 0;
}

.columns.columns-2.boxed {
	margin-bottom: 0;
}

.columns.columns-2.boxed .col {
	margin-bottom: 0;
	padding: 25px;
	background: #fff;
}

.columns.columns-2.boxed .col.p-0 {
	padding: 0;
}

.columns.columns-2.boxed .p-25 {
	padding: 25px 25px 20px;
}

.contact-wrap.small p {
    font-weight: 400;
    color: #54565a;
	overflow: hidden;
}

.contact-wrap.small p.icon,
.columns.has-caption.outside .contact-wrap.small p {
	margin: 0;
}

.contact-wrap.small p.icon.location,
.columns.has-caption.outside .contact-wrap.small p.icon.location {
	margin: 0 0 10px;
}

.columns.has-caption.outside .contact-wrap.small p:last-of-type {
	margin: 0 0 15px;
}

.contact-wrap.small p a {
	color: #54565a;
}

.contact-wrap.small p.title-5,
.contact-wrap.small p.title-7 {
	color: #54565a;
	margin: 0 0 5px;
}

.contact-wrap.small p.title-5 {
	font-size: 24px;
	font-weight: 700;
}

.contact-wrap.small p.title-7 {
	font-size: 18px;
	font-weight: 700;
}

.logos {
	font-size: 0;
	margin: 20px 0 0;
}

.logos a,
.logos picture,
.logos > a > img,
.logos iframe {
	display: inline-block;
	vertical-align: middle;
}

.logos picture,
.logos > a,
.logos > img,
.logos iframe {
	margin: 0 20px 0 0;
}

.terms-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	top: 0;
	background: #f3f3f8;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.terms-wrap.active {
	visibility: visible;
	opacity: 1;
}

.terms-wrap .wrapper {
	padding: 40px;
	border-radius: 4px;
	background: #fff;
	top: 50%;
	transform: translate(0, -50%);
}

.sizes.margin-top {
	margin-top: 60px;
}

/* Hubspot Normal Form 2024-03-06 START */

.has-form .hbspt-form form fieldset.form-columns-1 {
	display: block;
}

.has-form .hbspt-form form {
	font-size: 0;
	position: relative;
	margin: 0 0 30px;
	color: #54565a;
}

.has-form.form-fixed .hbspt-form form {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	z-index: 9;
}

.has-form .hbspt-form form fieldset {
	max-width: 100%;
	text-align: left;
}

.has-form .hbspt-form form fieldset .hs-richtext {
	font-size: 14px;
	margin: 0 0 20px;
}

.has-form .hbspt-form form fieldset .hs-richtext strong {
	font-weight: 400;
}

.has-form .hbspt-form form fieldset.form-columns-2 .hs-form-field {
	width: 48.2%;
}

.has-form .hbspt-form form fieldset.form-columns-2 .hs-form-field:first-child {
	margin-right: 3.6%;
}

.has-form .hbspt-form form fieldset.form-columns-1 .input,
.has-form .hbspt-form form fieldset.form-columns-2 .input {
	margin: 0 0 20px;
}

.has-form .hbspt-form form label {
	display: block;
	font-size: 14px;
	position: relative;
	margin: 0 0 5px;
}

.has-form .hbspt-form form fieldset.form-columns-3 .hs-form-field input {
	font-size: 14px;
	line-height: 1;
	color: #54565a;
	outline: 0;
	padding: 12px 25px;
	height: 40px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	border: 2px solid #fff;
	transition: all 0.3s ease 0s;
}

.has-form .hbspt-form form fieldset.form-columns-3 .hs-form-field input:focus {
	outline: 0;
	border: 2px solid #54565a;
}

.has-form .hbspt-form form .hs-input {
	font-size: 14px;
	line-height: 1;
	color: #54565a;
	border: 2px solid #d2d4d4;
	outline: 0;
	background: #fff;
	padding: 11px 18px;
	height: 40px;
	width: 100%;
	border-radius: 4px;
	transition: all 0.3s ease 0s;
}

.has-form .hbspt-form form .hs-fieldtype-textarea.hs-input {
	height: auto;
	min-height: 120px;
}

.has-form .hbspt-form form .hs-input:focus {
	outline: 0;
	border: 2px solid #54565a;
}

.has-form .hbspt-form form .hs-input.invalid {
	border-color: #e10000;
}

.has-form .hbspt-form form .inputs-list {
	padding: 0;
	margin: 0;
}

.has-form .hbspt-form form .hs-form-booleancheckbox-display,
span.mc4wp-checkbox {
	font-size: 12px;
	padding-left: 22px;
    position: relative;
}

.has-form .hbspt-form form .hs-input[type="checkbox"] {
	display: none;
	position: absolute;
	left: 0;
	top: 4px;
	height: auto;
}

.has-form .hbspt-form form fieldset.form-columns-1 .hs-input {
	width: 100%;
}

.has-form .hbspt-form form .hs-form-booleancheckbox > label > spanOLD::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 600px;
    width: 14px;
    height: 14px;
	vertical-align: middle;
	border: 0;
	margin: -2px 8px 0 -22px;
	background-position: -250px 0;
}

.has-form .hbspt-form form .hs-input[type="checkbox"]:checked + spanOLD::before {
	background-position: -300px 0;
}

.has-form .hbspt-form form .hs-form-booleancheckbox > label > span::before,
.wpcf7-form span.mc4wp-checkbox label span::before {
    content: '';
    background: none;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
    margin: 0;
    width: 5px;
    height: 8px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

.has-form .hbspt-form form .hs-form-booleancheckbox > label > span::after,
.wpcf7-form span.mc4wp-checkbox label span::after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    background: #bcbec0;
    transition: all 0.3s ease 0s;
}

.has-form .hbspt-form form .hs-input[type="checkbox"]:checked + span::before,
.wpcf7-form span.mc4wp-checkbox label input:checked + span::before {
	border-color: #fff;
}

.has-form .hbspt-form form .hs-input[type="checkbox"]:checked + span::after,
.wpcf7-form span.mc4wp-checkbox label input:checked + span::after {
	background: #f7dd4e;
}

.has-form .hbspt-form form .chosen-container-single .chosen-single {
	position: static;
}

.has-form .hbspt-form form .chosen-container-single {
	transition: none;
}

.has-form .hbspt-form form .chosen-container-single.chosen-with-drop {
	border: 2px solid #54565a;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.has-form .hbspt-form form .hs-submit {
	width: 100%;
	text-align: left;
}

.has-form .hbspt-form form .hs-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	outline: 0;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	color: #54565a;
	background: none;
	border: 2px solid #434548;
	width: auto;
	padding: 8px 23px;
	margin: 0;
}

.has-form .hbspt-form form .hs-button:hover {
	color: #000000;
	background: #5ac4ba;
	border-color: #5ac4ba;
}

.has-form .hbspt-form form .hs_error_rollup {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border: 0;
	outline: 0;
	border-radius: 4px;
	background: #e10000;
	padding: 10px 20px 8px;
	margin: 30px 0;
}

.has-form .hbspt-form form .hs_error_rollup .hs-error-msgs
.has-form .hbspt-form form .hs_error_rollup .hs-error-msgs li {
	margin: 0;
}

.has-form .hbspt-form form .hs_error_rollup .hs-error-msgs label {
	font-size: 14px;
	margin: 0;
}

.has-form .hbspt-form form .hs-dateinput {
	position: relative;
	text-align-last: left;
}

.has-form .hbspt-form form .hs-dateinput::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	width: 21px;
	height: 21px;
	background-position: -350px -200px;
	position: absolute;
	right: 24px;
	top: 10px;
	background-size: 600px;
}

.has-form .hbspt-form form .hs-error-msgs {
	position: relative;
	list-style: none;
	margin: -12px 0 20px;
	padding: 0;
}

.has-form .hbspt-form form .hs-error-msgs label {
	font-size: 13px;
}

.has-form .submitted-message {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin: 20px 0;
	border: 0;
	position: relative;
	border-radius: 10px;
	padding: 30px;
	color: #54565a;
	background: #fff;
	box-shadow: 0 0 20px rgba(84,86,90,.2);
}

@media only screen and (max-width: 480px) {
	.has-form .hbspt-form form fieldset.form-columns-2 .hs-form-field,
	.has-form .hbspt-form form.hs-form .form-columns-2 .hs-form-field .hs-input,
	.has-form .hbspt-form form.hs-form fieldset.form-columns-1 .hs-input {
		width: 100%;
		margin-right: 0;
	}

	.has-form .hbspt-form form.hs-form fieldset.form-columns-1 .hs-input[type="checkbox"] {
		width: auto;
	}

    .mobile-overflow {
        overflow: hidden;
    }
}

/* Hubspot Normal Form 2024-03-06 END */

/* Layout Update */

.btn.large {
    padding: 11px 25px 10px;
}

.btn-wrap {
    font-size: 0;
}

.btn-wrap .btn {
    margin: 0 10px 10px 0;
}

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

.block {
    display: block;
}

.img-wrap.auto,
.img-wrap.auto img {
    width: auto;
    border-radius: 0;
}

.img-wrap.fit,
.img-wrap.fit img {
    height: 100%;
}

.img-wrap.fit img {
    width: 100%;
    object-fit: cover;
}

.btn.small {
    line-height: 20px;
    padding: 8px 20px;
}

.columns.has-caption .col.has-flex {
    padding-bottom: 20px;
}

.columns.has-caption .col.has-flex.white {
    background: #fff;
}

.columns.has-caption .col.has-flex .btn {
    position: relative;
    left: 0;
    bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

.gap { justify-content: initial; }

.gap-1 { gap: 0 1%; }

.gap-2 { gap: 0 2%; }

.gap-2-5 { gap: 0 2.5%; }

.gap-3 { gap: 0 3%; }

.gap-4 { gap: 0 4%; }

.gap-5 { gap: 0 5%; }

.gap-6 { gap: 0 6%; }

.gap-7 { gap: 0 7%; }

.gap-8 { gap: 0 8%; }

.gap-9 { gap: 0 9%; }

.width-1  { width: 1%; }

.width-2  { width: 2%; }

.width-3  { width: 3%; }

.width-4  { width: 4%; }

.width-5  { width: 5%; }

.width-6  { width: 6%; }

.width-7  { width: 7%; }

.width-8  { width: 8%; }

.width-9  { width: 9%; }

.width-10 { width: 10%; }

.width-11 { width: 11%; }

.width-12 { width: 12%; }

.width-13 { width: 13%; }

.width-14 { width: 14%; }

.width-15 { width: 15%; }

.width-16 { width: 16%; }

.width-17 { width: 17%; }

.width-17-5 { width: 17.5%; }

.width-18 { width: 18%; }

.width-19 { width: 19%; }

.width-20 { width: 20%; }

.width-21 { width: 21%; }

.width-22 { width: 22%; }

.width-23 { width: 23%; }

.width-24 { width: 24%; }

.width-25 { width: 25%; }

.width-26 { width: 26%; }

.width-27 { width: 27%; }

.width-28 { width: 28%; }

.width-29 { width: 29%; }

.width-30 { width: 30%; }

.width-30-6 { width: 30.6%; }

.width-31 { width: 31%; }

.width-31-3 { width: 31.3%; }

.width-32 { width: 32%; }

.width-33 { width: 33%; }

.width-34 { width: 34%; }

.width-35 { width: 35%; }

.width-36 { width: 36%; }

.width-37 { width: 37%; }

.width-38 { width: 38%; }

.width-39 { width: 39%; }

.width-40 { width: 40%; }

.width-41 { width: 41%; }

.width-42 { width: 42%; }

.width-43 { width: 43%; }

.width-44 { width: 44%; }

.width-45 { width: 45%; }

.width-46 { width: 46%; }

.width-47 { width: 47%; }

.width-48 { width: 48%; }

.width-48-8 { width: 48.8%; }

.width-49 { width: 49%; }

.width-50 { width: 50%; }

.width-51 { width: 51%; }

.width-52 { width: 52%; }

.width-53 { width: 53%; }

.width-54 { width: 54%; }

.width-55 { width: 55%; }

.width-56 { width: 56%; }

.width-57 { width: 57%; }

.width-58 { width: 58%; }

.width-59 { width: 59%; }

.width-60 { width: 60%; }

.width-61 { width: 61%; }

.width-62 { width: 62%; }

.width-63 { width: 63%; }

.width-64 { width: 64%; }

.width-65 { width: 65%; }

.width-66 { width: 66%; }

.width-67 { width: 67%; }

.width-68 { width: 68%; }

.width-69 { width: 69%; }

.width-70 { width: 70%; }

.width-71 { width: 71%; }

.width-72 { width: 72%; }

.width-73 { width: 73%; }

.width-74 { width: 74%; }

.width-75 { width: 75%; }

.width-76 { width: 76%; }

.width-77 { width: 77%; }

.width-78 { width: 78%; }

.width-79 { width: 79%; }

.width-80 { width: 80%; }

.width-81 { width: 81%; }

.width-82 { width: 82%; }

.width-83 { width: 83%; }

.width-84 { width: 84%; }

.width-85 { width: 85%; }

.width-86 { width: 86%; }

.width-87 { width: 87%; }

.width-88 { width: 88%; }

.width-89 { width: 89%; }

.width-90 { width: 90%; }

.width-91 { width: 91%; }

.width-92 { width: 92%; }

.width-93 { width: 93%; }

.width-94 { width: 94%; }

.width-95 { width: 95%; }

.width-96 { width: 96%; }

.width-97 { width: 97%; }

.width-98 { width: 98%; }

.width-99 { width: 99%; }

.width-100 { width: 100%; }

.mt-0 { margin-top: 0; }

.mt-5 { margin-top: 5px; }

.mt-10 { margin-top: 10px; }

.mt-15 { margin-top: 15px; }

.mt-20 { margin-top: 20px; }

.mt-25 { margin-top: 25px; }

.mt-30 { margin-top: 30px; }

.mt-35 { margin-top: 35px; }

.mt-40 { margin-top: 40px; }

.mt-45 { margin-top: 45px; }

.mt-50 { margin-top: 50px; }

.mt-55 { margin-top: 55px; }

.mt-60 { margin-top: 60px; }

.mt-65 { margin-top: 65px; }

.mt-70 { margin-top: 70px; }

.mt-75 { margin-top: 75px; }

.mt-80 { margin-top: 80px; }

.mt-85 { margin-top: 85px; }

.mt-90 { margin-top: 90px; }

.mt-95 { margin-top: 95px; }

.mt-100 { margin-top: 100px; }

.mb-0 { margin-bottom: 0; }

.mb-3 { margin-bottom: 3px; }

.mb-5 { margin-bottom: 5px; }

.mb-10 { margin-bottom: 10px; }

.mb-15 { margin-bottom: 15px; }

.mb-20 { margin-bottom: 20px; }

.mb-25 { margin-bottom: 25px; }

.mb-30 { margin-bottom: 30px; }

.mb-35 { margin-bottom: 35px; }

.mb-40 { margin-bottom: 40px; }

.mb-45 { margin-bottom: 45px; }

.mb-50 { margin-bottom: 50px; }

.mb-55 { margin-bottom: 55px; }

.mb-60 { margin-bottom: 60px; }

.mb-65 { margin-bottom: 65px; }

.mb-70 { margin-bottom: 70px; }

.mb-75 { margin-bottom: 75px; }

.mb-80 { margin-bottom: 80px; }

.mb-85 { margin-bottom: 85px; }

.mb-90 { margin-bottom: 90px; }

.mb-95 { margin-bottom: 95px; }

.mb-100 { margin-bottom: 100px; }

.mb-last:last-child { margin-bottom: 0; }

.pt-0 { padding-top: 0; }

.pt-1 { padding-top: 1px; }

.pt-5 { padding-top: 5px; }

.pt-10 { padding-top: 10px; }

.pt-15 { padding-top: 15px; }

.pt-20 { padding-top: 20px; }

.pt-25 { padding-top: 25px; }

.pt-30 { padding-top: 30px; }

.pt-35 { padding-top: 35px; }

.pt-40 { padding-top: 40px; }

.pt-45 { padding-top: 45px; }

.pt-50 { padding-top: 50px; }

.pt-55 { padding-top: 55px; }

.pt-60 { padding-top: 60px; }

.pt-65 { padding-top: 65px; }

.pt-70 { padding-top: 70px; }

.pt-75 { padding-top: 75px; }

.pt-80 { padding-top: 80px; }

.pt-85 { padding-top: 85px; }

.pt-90 { padding-top: 90px; }

.pt-95 { padding-top: 95px; }

.pt-100 { padding-top: 100px; }

.pb-0 { padding-bottom: 0; }

.pb-5 { padding-bottom: 5px; }

.pb-10 { padding-bottom: 10px; }

.pb-15 { padding-bottom: 15px; }

.pb-20 { padding-bottom: 20px; }

.pb-25 { padding-bottom: 25px; }

.pb-30 { padding-bottom: 30px; }

.pb-35 { padding-bottom: 35px; }

.pb-40 { padding-bottom: 40px; }

.pb-45 { padding-bottom: 45px; }

.pb-50 { padding-bottom: 50px; }

.pb-55 { padding-bottom: 55px; }

.pb-60 { padding-bottom: 60px; }

.pb-65 { padding-bottom: 65px; }

.pb-70 { padding-bottom: 70px; }

.pb-75 { padding-bottom: 75px; }

.pb-80 { padding-bottom: 80px; }

.pb-85 { padding-bottom: 85px; }

.pb-90 { padding-bottom: 90px; }

.pb-95 { padding-bottom: 95px; }

.pb-100 { padding-bottom: 100px; }

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.search-input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.wpcf7-date {
	font-size: 14px;
	font-weight: 400;
	color: #54565a;
	border: 1px solid #d2d4d4;
	border-radius: 4px;
	outline: 0;
	box-shadow: 0 0 0 1px transparent;
	background: #ffffff;
	width: 100%;
	height: 40px;
	padding: 12px 20px 10px;
	margin: 4px 0 0;
	transition: border-color 0.3s ease 0s;
	-webkit-appearance: none;
}

.has-form-white .search-input,
.has-form-white .wpcf7-text,
.has-form-white select.wpcf7-select,
.has-form-white div.wpcf7-select a,
.has-form-white .wpcf7-textarea,
.has-form-white .wpcf7-date {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}

.wpcf7-form {
	position: relative;
}

.wpcf7-form.sent .blur {
    filter: blur(3px);
	opacity: 0;
}

.wpcf7-form.sent .blur + .wpcf7-response-output::before {
	content: 'Processing...';
	display: block;
}

.wpcf7-form.sent .blur + .wpcf7-response-output::after {
	content: '';
	display: block;
	background: url('img/loading-buffering.gif') no-repeat scroll 0 0 transparent;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: -35px;
	transform: translate(-50%, 0);
}

.wpcf7-form.sent .blur + .wpcf7-response-output {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	background: none;
	color: #000;
}

select.wpcf7-select {
	color: #acb3b9;
	padding: 12px 35px 10px 15px;
}

select.wpcf7-select option,
select.wpcf7-select.active {
	color: #374957;
}

.wpcf7-date {
	padding: 11px 20px 10px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-date:focus {
	outline: 0;
	border: 1px solid #54565a;
	box-shadow: 0 0 0 1px #54565a;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid,
div.wpcf7-select.wpcf7-not-valid a,
.wpcf7-date.wpcf7-not-valid,
select.wpcf7-select.wpcf7-not-valid {
	color: #e10000;
	border: 1px solid #e10000;
	box-shadow: 0 0 0 1px #e10000;
}

.wpcf7 .wpcf7cf_step_controls {
	display: block;
	text-align: right;
}

.wpcf7 .wpcf7cf_step_controls > span {
	display: inline-block;
	vertical-align: top;
}

.wpcf7 .wpcf7cf_step_controls::before {
	content: '* required field';
	float: left;
	padding: 10px 0 0;
}

.wpcf7 .wpcf7cf_next {
	text-transform: lowercase;
}

.wpcf7 .wpcf7cf_multistep .wpcf7cf_steps-dots,
.wpcf7cf_multistep .wpcf7cf_step[data-id="step-3"] h4 img {
	display: none;
}

.wpcf7cf_multistep .wpcf7cf_step {
	display: block !important;
}

.wpcf7cf_multistep .wpcf7cf_step {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.wpcf7cf_multistep[data-current_step="1"] .wpcf7cf_step[data-id="step-1"],
.wpcf7cf_multistep[data-current_step="2"] .wpcf7cf_step[data-id="step-2"],
.wpcf7cf_multistep[data-current_step="3"] .wpcf7cf_step[data-id="step-3"] {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.wpcf7cf_multistep[data-current_step="3"] .wpcf7cf_step[data-id="step-3"] h4 img {
	display: block;
}

.wpcf7 .wpcf7cf_prev {
	font-size: 0;
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.wpcf7 .wpcf7cf_prev::before {
	content: 'back';
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 700;
	color: #54565a;
	padding: 0 11px 0 0;
	transition: all 0.3s ease 0s;
}

.wpcf7 .wpcf7cf_prev:hover::before {
	color: #5aC4ba;
}

.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-textarea {
	resize: vertical;
	height: auto;
}

.submit-wrap {
	overflow: hidden;
}

.submit-wrap span {
	float: right;
	padding: 10px 0 0;
}

.submit-wrap a {
	font-size: 14px;
	font-weight: 700;
	padding: 10px 15px 0 0;
	display: inline-block;
	vertical-align: top;
}

.submit-wrap.text-right span {
	float: left;
}

.wpcf7-submit {
	margin: 0 auto;
}

.wpcf7-submit:focus,
.wpcf7-submit:active {
	border: 0;
	outline: 0;
}

.wpcf7 .row {
	font-size: 0;
	margin-left: -1%;
	margin-right: -1%;
}

.wpcf7 p {
	font-size: 14px;
	margin: 0 0 15px;
}

.wpcf7 h6 {
	padding: 5px 0 10px;
	margin: 0;
}

.wpcf7-form .date {
	display: block;
	position: relative;
}

.wpcf7-form label > span {
	display: block;
}

.wpcf7-form .date::before,
.wpcf7-form .select span::before {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 9;
}

.wpcf7 .row p,
.wpcf7 .row > .col {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	float: none;
	margin: 0 1% 15px;
	position: relative;
}

.wpcf7 .row > .col p {
	width: 100%;
	margin: 0;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7 div.wpcf7-response-output {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border: 0;
	outline: 0;
	border-radius: 4px;
	background: #df0000;
	padding: 10px 20px 8px;
	margin: 30px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #00A651;
}

.wpcf7#wpcf7-f337-p209-o1 form.sent .wpcf7-response-output {
	display: none;
}

.wpcf7 .columns {
	border-bottom: 1px solid #cfd9e0;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.wpcf7 .columns a {
	font-size: 14px;
	font-weight: 600;
	color: #54565a;
	position: absolute;
	right: 0;
	top: 8px;
}

.wpcf7 .columns .col {
	width: 50%;
	margin: 0;
}

.wpcf7 .columns .col:first-child a {
	right: 25px;
}

.wpcf7 .columns p {
	margin: 0;
}

.wpcf7-checkbox,
.checkbox-wrap {
	display: block;
	padding-left: 22px;
	position: relative;
}

.checkbox-wrap .wpcf7-form-control-wrap {
	position: absolute;
	left: 0;
	top: 0;
}

.checkbox-wrap .wpcf7-checkbox {
	padding: 0;
}

.wpcf7-form label.checkbox > span,
.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
}

.wpcf7-checkbox span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form-control-signature-wrap {
	width: 100% !important;
}

.wpcf7 .signature-wrap {
	border: 1px solid #54565a;
	border-radius: 4px;
	padding: 0 28px 25px;
	margin: 40px 0 20px;
}

.wpcf7 .signature-wrap h3,
.wpcf7 .signature-wrap h4 {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 0 10px;
	margin: -12px 0 10px;
}

.wpcf7 .signature-wrap canvas {
	border-radius: 4px;
}

.wpcf7 .signature-wrap p {
	margin: 0 0 5px;
}

.wpcf7 .signature-wrap .wpcf7-form-control-signature-global-wrap {
	position: relative;
}

.wpcf7 .signature-wrap .wpcf7-form-control-clear-wrap input {
	font-size: 14px;
	color: #54565a;
	position: absolute;
	right: 0;
	top: -25px;
	background: none;
	border: 0;
	outline: 0;
	padding: 0;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #acb3b9;
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #acb3b9;
}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #acb3b9;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #acb3b9;
}

:placeholder-shown { /* Standard one last! */
	opacity: 1;
	color: #acb3b9;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 2580px) {
	body {
		overflow-x: hidden;
	}

	.header-wrap.large .wrapper {
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
	}

	.header-wrap.large .caption {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		max-width: 100%;
		padding: 0 40px 0 0;
	}

	.header-wrap.large.slider .caption {
		width: 100%;
	}

	.header-wrap.large .wrapper > .img-wrap,
	.header-wrap.large .wrapper > .carousel-wrap {
		display: inline-block;
		vertical-align: top;
		position: relative;
		height: auto;
		width: 50%;
		left: auto;
		bottom: auto;
	}

	.header-wrap.large .wrapper .img-wrap {
		margin: 0;
	}
}

@media only screen and (max-width: 1180px) {
	.header .nav > ul {
		padding: 10px 10px 0;
	}

	.header .nav > ul > li {
		margin: 0 8px;
	}

	.header .nav .btn {
		padding: 10px 15px 8px;
		margin-left: 2px;
	}

	body .lg-sub-html > div {
		padding: 0 50px 0 20px;
	}

	body .lg-toolbar .lg-icon.lg-close {
		position: absolute;
		right: 0;
	}	  
}

@media only screen and (max-width: 1080px) {
	.header-wrap-bottom .columns.columns-3 {
		display: block;
		width: 100%;
		float: none;
		text-align: left;
		margin: 0;
	}

	.header-wrap-bottom .columns.columns-3 .col,
	.header-wrap-bottom .columns.columns-3 .col:last-child {
		text-align: left;
	}

	.columns.columns-5.boxed .col {
		padding: 20px;
	}

	.columns.columns-5.boxed.first .col p.title-5 {
		font-size: 18px;
	}

	body .lg-outer .lg-image {
		max-width: 90%;
	}

	.columns.columns-5.units .col {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 960px) {
	br,
	.header.stuck .top,
	.footer .copyright ul li:first-child::before {
		display: none;
	}

	.columns.columns-2.custom,
	.columns.columns-2.custom .col.col-1,
	.columns.columns-2.custom .col.col-2,
	.columns.columns-2.custom-4,
	.columns.columns-2.custom-4 > .col.col-1,
	.columns.columns-2.custom-4 > .col.col-2,
	.header-wrap.large .caption,
	.header-wrap.large .wrapper > .img-wrap,
	.header-wrap.large .wrapper > .carousel-wrap,
	.has-sidebar main,
	.sidebar {
		display: block;
		width: 100%;
		margin: 0;
	}

	.columns.columns-3.steps .col {
		width: 50%;
	}

	.widget.contact-wrap .columns.columns-2 {
		max-width: 100%;
	}

	.sizes.margin-top {
		margin: 0;
	}

	.header-wrap.large .caption,
	.columns.columns-3.steps .col {
		margin: 0 0 20px;
	}

	.has-sidebar main,
	.columns.columns-2.custom-4 > .col.col-1,
	.columns.columns-2.custom-4 > .col.col-2 {
		margin: 0 0 30px;
	}

	.has-sidebar main {
		padding: 20px 22px 18px;
	}

	.columns.columns-3.steps {
		text-align: left;
	}

	.columns.columns-3.steps .col .img-wrap {
		text-align: center;
	}

	.header-wrap.large .caption {
		max-width: 100%;
		padding: 0;
	}

	.header-wrap.large .wrapper > .img-wrap,
	.header-wrap.large .wrapper > .carousel-wrap {
		position: relative;
		left: 0;
		bottom: 0;
		height: auto;
	}

	.header .nav li a {
		font-size: 14px;
	}

	.header > .wrapper {
		height: 77px;
		padding: 0;
	}

	.header .logo {
		position: absolute;
		left: 15px;
		top: 10px;
		z-index: 999999;
		width: auto;
	}

	.header .btn {
		position: absolute;
		right: 62px;
		top: 19px;
	}

	.header-wrap.slider .caption h1 {
		font-size: 42px;
	}

	.columns.columns-5.boxed .col p.title-2 {
		font-size: 24px;
	}

	.columns.columns-5.boxed .col p.title-5 {
		font-size: 18px;
	}

	.columns.columns-5.boxed .col p.title-7 {
		font-size: 14px;
	}

	.columns.columns-5.boxed .col {
		padding: 10px;
	}

	.columns.columns-4 .col {
		width: 48%;
	}

	.video-wrap {
		margin: 0 0 60px;
	}

	.mejs-container,
	.mejs-container .mejs-controls {
		border-radius: 0;
	}

	.section.first {
		padding-top: 80px;
	}

	.footer {
		padding: 60px 0 40px;
	}

	.header-wrap.large.image {
		padding: 40px 0;
	}

	.footer .columns.columns-2.custom .col {
		text-align: center;
	}

	.button-wrap {
		margin: 0 0 20px;
	}

	.button-wrap .btn {
		margin: 0 8px 16px;
	}

	.footer .columns.columns-4.custom .col {
		display: inline-block;
		width: 48%;
		margin: 0 1% 2%;
	}

	.footer .columns.columns-4.custom .col.col-1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer .columns.columns-4.custom .col.col-5 {
		width: 48%;
		position: relative;
		right: 0;
		bottom: 0;
	}

	.footer .social-wrap.white .label {
		display: block;
		font-size: 16px;
		font-weight: 700;
		padding: 0;
		margin: 0 0 20px;
	}

	.footer .social-wrap a {
		margin-bottom: 10px;
	}

	.footer .copyright {
		text-align: center;
		padding: 30px 0 0;
	}

	.footer .copyright ul {
		display: block;
	}

	.header-wrap .note-wrap {
		margin: 30px 0 0;
		position: relative;
	}

	.columns.columns-5.buttons .col {
		width: 31.33%;
	}

    .mobile-960-text-left {
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
    .main-container.new .sidebar,
    .main-container.new main,
    .main-container.new.has-right-sidebar .sidebar,
    .main-container.new.has-right-sidebar main,
	.columns.columns-2,
	.columns.columns-2 > .col,
	.columns.columns-2.custom-2 .col,
	.columns.columns-2.custom-2 .col.col-2,
	.columns.columns-2.custom-3,
	.columns.columns-2.custom-3 > .col,
	.columns.columns-2.custom-3 > .col.col-2,
	.columns.columns-2.wide,
	.columns.columns-2.wide .col,
	.columns.columns-2.wide .col.col-2,
	.columns.columns-2.white .col,
	.columns.columns-2.white .col.col-1,
	.columns.columns-2.white .col.col-2,
	.columns.columns-2.narrow,
	.columns.columns-2.narrow .col {
		display: block;
		width: 100%;
		margin: 0;
	}

    .mobile-800-hidden,
	.header .top,
	.header .top .col.col-1,
	.columns.columns-5.units.first .col,
	.columns.columns-5.boxed .col.first,
	.columns.columns-5.boxed .col .img-wrap,
    .tabs.vertical .tab > .toggle.hidden-desktop.active {
		display: none;
	}

	.columns.columns-5.units.first .col.col-1,
    .tabs.vertical .tab .toggle.hidden-desktop {
		display: block;
	}

	.columns.columns-2.line.hours .col {
		display: inline-block;
	}

	.columns.columns-2.line.hours .col {
		margin: 0;
	}

	.columns.columns-2 .col,
	.columns.columns-2.wide .col,
	.columns.columns-2.narrow .col,
	.columns.columns-2.custom-2 .col,
	.columns.columns-5.units,
	.wpcf7 .columns,
    .main-container.new main,
    .main-container.new.has-right-sidebar main {
		margin: 0 0 20px;
	}

	.columns.columns-5.units .col.col-1,
	.columns.columns-5.units .col.col-2,
	.columns.columns-5.units .col.col-3,
	.columns.columns-5.units .col.col-4,
	.columns.columns-5.units .col.col-5 {
		margin: 0 0 10px;
	}

	.logos picture,
	.logos > a,
	.logos > img,
	.logos iframe {
		margin: 0 20px 20px 0;
	}

	.columns.columns-2 .col.mobile-mt-40 {
		margin-top: 40px;
	}

	.columns.columns-2.line.hours .col,
	.columns.columns-6 .col {
		width: 50%;
	}

	.columns.columns-5.boxed .col {
		width: 25%;
	}

	.columns.columns-2.custom-2 .col.col-2 {
		padding: 0;
	}

    .main-container.new {
        padding: 50px 0 50px;
    }

	.features .columns.columns-6 .col {
		padding: 10px 18px 20px;
	}

	.columns.columns-5.units .col {
		border: 0;
	}

	.features .columns.columns-6 .col:nth-child(2n) {
		border-right: 0;
	}

	.columns.columns-3.carousel-small .col::after {
		right: 3px;
	}

	.wpcf7 .columns .col:first-child a {
		right: 0;
	}

	.columns.columns-5.units .col.col-2,
	.columns.columns-5.units .col.col-4,
	.columns.columns-5.units .col.col-5 {
		text-align: left;
	}

	.header .top .col.col-2 {
		text-align: center;
	}

	.btn-close {
		right: 20px;
		top: 20px;
	}

	.header-wrap.large .wrapper > .carousel-wrap > .btn {
		left: 15px;
		top: 15px;
	}

	.search-input,
	.wpcf7-text,
	select.wpcf7-select,
	div.wpcf7-select a,
	.wpcf7-textarea,
	.wpcf7-date {
		font-size: 16px;
	}

	h1 {
		font-size: 38px;
	}

	h2,
	.title-2,
	.header-wrap.slider .caption h1 {
		font-size: 32px;
	}

	h3 {
		font-size: 28px;
	}

	.columns.columns-5.units {
		display: block;
		position: relative;
	}
	
	.header-wrap.slider {
		min-height: auto;
	}
	
	.header-wrap.slider .slide {
  		padding: 20px 0 10px;
	}

	.columns.columns-5.units .col {
		display: inline-block;
	}

	.columns.columns-5.units .col {
		padding: 20px 20px 10px;
	}

	.columns.columns-5.units .col.col-1,
	.columns.columns-5.units .col.col-4 {
		width: 40%;
	}

	.columns.columns-5.units .col.col-3,
	.columns.columns-5.units .col.col-5 {
		width: 60%;
	}

	.columns.columns-5.units .col.col-2 {
		width: 100%;
		position: absolute;
		left: 40%;
		top: 15px;
		padding: 0;
		margin: 0 0 0 20px;
	}

	.columns.columns-5.units .col.col-3 {
		padding: 70px 20px 10px;
	}

	.columns.columns-5.units .col.col-4,
	.columns.columns-5.units .col.col-5 {
		border-top: 1px solid #cfd9e0;
	}

	.columns.columns-2.white .img-wrap img {
		max-width: 180px;
		margin-top: 40px;
	}

	.features .columns.columns-6 .col {
		border-right: 0;
	}

	.features .columns.columns-6::before {
		content: '';
		display: block;
		width: 1px;
		height: calc(100% - 100px);
		position: absolute;
		background: #aaabad;
		left: 50%;
	}

    .mobile-800-font-size-20 {
        font-size: 20px;
    }

    .mobile-800-order-1 {
        order: 1;
    }

    .mobile-800-order-2 {
        order: 2;
    }

    .mobile-800-text-left {
        text-align: left;
    }

    .mobile-800-width-100 {
        width: 100%;
    }

    .mobile-800-width-48-7 {
        width: 48.7%;
    }

    .mobile-800-width-48-5 {
        width: 48.5%;
    }

    .mobile-800-p-40 {
        padding: 40px 0;
    }

    .mobile-800-mt-20 {
        margin-top: 20px;
    }

    .mobile-800-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-800-mb-30 {
        margin-bottom: 30px;
    }

    .add-grey-bgr-half::after {
        height: 30%;
    }

    .flex-normal.boxed .img-wrap,
    .flex-normal.boxed .img-wrap img {
        width: 100%;
        height: auto;
        min-height: auto;
        object-fit: initial;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        margin: 0;
    }

    .flex-normal.boxed .width-55 {
        padding: 20px 20px 30px;
    }

    .flex-normal.boxed.grey {
        padding: 20px;
    }

    .flex-normal.boxed-3 {
        padding: 35px 0 0;
    }

    .flex-normal.boxed-3 .content,
    .flex-normal.boxed-3.flex-normal-reverse .content {
        padding: 0 30px 20px;
    }

    .flex-normal.boxed-3 .img-wrap {
        padding: 0 30px;
    }

    .flex-normal.boxed-3 .img-wrap img {
        margin: 0 auto;
        width: 100%;
    }

    .flex-normal.boxed-3::after,
    .flex-normal.boxed-3.flex-normal-reverse::after {
        width: 100%;
        height: 75%;
    }

    .tabs.vertical ul {
		height: 260px;
		margin: 0 0 20px;
	}

	.tabs.vertical .tab {
		display: block !important;
		background: none;
		padding: 0;
	}

	.tabs.vertical .tab .toggle,
	.tabs.vertical .tab .content {
		background: #606266;
		border-radius: 4px;
		padding: 20px;
		margin: 0 0 20px;
		position: relative;
	}

	.tabs.vertical .tab .content {
		display: none;
        margin-top: 20px;
	}

	.tabs.vertical .tab .toggle.active svg {
		transform: rotate(180deg);
	}

	.tabs.vertical .tab .content .toggle,
	.tabs.vertical .tab .content svg {
		right: 15px;
	}

	.tabs.vertical .tab .toggle {
		padding: 20px 70px 20px 20px;
        margin: 20px 0 0;
	}

    .tabs.vertical .tab .toggle h3 {
        white-space: nowrap;
        margin: 0;
    }
}

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

}

@media only screen and (max-width: 640px) {
	.columns.columns-3.carousel-small .col::after {
		display: none;
	}

	.columns.flex,
	.columns.flex-items,
	.columns.columns-3,
	.columns.columns-3 .col,
	.columns.columns-3.steps .col,
	.columns.columns-4,
	.columns.columns-4 .col,
	.review-slider.slick-dotted.slick-slider,
	.wpcf7 .row,
	.wpcf7 .row p,
	.wpcf7 .row > .col {
		display: block;
		width: 100%;
		margin: 0;
	}

    .mobile-640-width-100 {
        width: 100%;
    }

    .columns.new.m {
        margin: 0;
    }

    .columns.new .col.width-46 {
        width: 100%;
        margin: 0 0 20px;
    }

	.columns.columns-3 .col,
	.columns.columns-3.line .col,
	.columns.columns-3.steps .col,
	.columns.columns-4 .col {
		margin: 0 0 20px;
	}

	.wpcf7 .row p,
	.wpcf7 .row > .col {
		margin: 0 0 15px;
	}

	.columns.margin-top {
		margin-top: 30px;
	}

	.columns.columns-4.text-center .col {
		display: inline-block;
		width: 50%;
	}

	.columns.columns-5.units .col.col-1,
	.columns.columns-5.units .col.col-4,
	.columns.columns-5.units .col.col-3,
	.columns.columns-5.units .col.col-5 {
		width: 50%;
	}

	.columns.columns-5.units .col.col-2 {
		position: relative;
		left: 0;
		top: 0;
	}

	.columns.columns-5.units .col.col-3 {
		width: 100%;
		padding: 10px 20px 10px;
	}

	.columns.columns-5.units .col.col-3 ul {
		padding-left: 15px;
	}

	.header .btn {
		margin: 0;
	}

	.header-wrap.slider .caption .columns {
		margin: -4% -1% 0;
	}

	.header-wrap.slider .caption .columns .col,
	.header-wrap.slider .caption .columns .col.as-flex {
		display: inline-block;
		width: 48%;
		margin: 4% 1% 0;
	}

	.header-wrap-bottom .columns.columns-3 .col {
		display: inline-block;
		width: 50%;
		margin: 0 0 15px;
	}
	
	.header-wrap-bottom .columns.columns-3 .col:last-child {
		width: 100%;
		margin: 0;
	}
	
	.button-wrap .btn {
		width: 48%;
		margin: 0 1% 16px;
		max-width: 100%;
	}

	.mobile-width-50 {
		width: 50%;
	}

	.mobile-width-100 {
		width: 100%;
	}

	.mobile-text-left {
		text-align: left;
	}

	.btn.mobile-fullwidth {
		width: 100%;
		margin-top: 10px;
	}

	.arrows-outside .slick-prev {
		left: -15px;
	}

	.arrows-outside .slick-next {
		right: -15px;
	}

    .table-link-table th,
    .table-link-table td {
        display: block;
        padding: 0 25px;
    }

    .table-link-table th:first-child,
    .table-link-table td:first-child {
        border-radius: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding-top: 10px;
    }

    .table-link-table th:last-child,
    .table-link-table td:last-child {
        border-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
	.header .btn {
		padding: 10px 10px 8px;
	}

	.section {
		padding: 40px 0;
	}

	.header .logo img {
		max-height: 30px;
		margin-top: 4px;
	}

    .mobile-480-width-100 {
        width: 100%;
    }

    .mobile-480-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-480-pb-0 {
        padding-bottom: 0;
    }
}

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

}

@media only screen and (min-width: 768px) {
	.wp-block-column:not(:first-child) {
		margin-left: 60px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
	.icon::before,
	.slick-arrow::before,
	.chosen-container-single .chosen-single div b,
	.wpcf7-form .date::before,
	.wpcf7-form .select span::before,
	.addtoany_share::before,
	.icon-after::after,
	.mejs-overlay > .mejs-overlay-button,
	.lg-icon::before,
	.rating-wrap .rating,
	.rating-wrap .rating div,
	.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::before,
	.top .deals a::before {
		background-image: url('img/icons2x.png');
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}

a img.alignnone {
	margin: 5px 20px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

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

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
