/*
	Theme Name: Custom Theme
	Description: Custom Theme
	Version: 1.4.2
	Author: Karina
*/

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

/* 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: 500 16px/1.4 'Barlow', sans-serif;
	color: #2a2f35;
}

div.wpcf7 .ajax-loader,
.wpcf7 .file.active label,
.wpcf7 span.wpcf7-not-valid-tip,
.acf-map .gm-style-cc,
.wpcf7 p.submit-wrap span.wpcf7-spinner,
.wpcf7-radio span.wpcf7-list-item input,
.form-wrap .wpcf7-form .step-2,
.form-wrap .wpcf7-form.active .step-1,
.page-id-58 .breadcrumbs-wrapper,
.page-id-8582 .breadcrumbs-wrapper,
.hide,
.header .nav > ul > li.lang-item {
	display: none;
}

.form-wrap .wpcf7-form.active .step-2 {
    display: block;
}

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

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

p > img {
    border-radius: 20px;
}

a {
	color: #27b14b;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

a.normal {
	color: #2a2f35;
}

a.white {
	color: #fff;
}

a.blue {
	color: #27b14b;
}

.white {
	color: #fff;
    padding-top: 10px;
}

.blue {
	color: #27b14b;
}

a:hover,
a.normal:hover,
a.white:hover,
.header .nav .sub-menu a:hover,
.footer .columns .col a:hover,
.meta a:hover,
.notice a:hover,
h4 a:hover,
h5 a:hover,
.sidebar .widget.contact p a:hover,
.breadcrumbs a:hover,
.link.small.arrow-right {
	color: #27b14b;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.3;
	color: #1a5336;
	margin: 0 0 15px;
}

h1 {
	font-size: 58px;
	line-height: 1.2;
}

h1.title {
	font-size: 38px;
}

h2 {
	font-size: 38px;
	line-height: 1.2;
}

h3 {
	font-size: 34px;
	line-height: 1.2;
}

h3.title {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h4.title {
	margin: 0 0 8px;
	font-size: 20px; /* added later was not on original layout */
}

h5 {
	font-size: 20px;
}

h4 a,
h5 a {
	color: #1a5336;
	font-size: 20px; /* added later was not on original layout */
	font-weight: 700; /* added later was not on original layout */
}

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

.note-normal {
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
    background: #1a5336;
    padding: 1px 20px;
    text-align: center;
}

.subtitle {
	font-size: 14px;
	font-weight: 700;
	color: #2a2f35;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 3px;
}

.title-wrap {
	margin: 15px 0 8px;
}

.title-wrap h4 {
	margin: 0;
}

.page-title,
.header-wrap.slider .caption h1 {
	font-size: 68px;
}

p {
	margin: 0 0 20px;
}

p:last-child {
	margin: 0;
}

article ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

article ul li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 3px;
}

article ul li::before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}

article ul.list {
	font-size: 0;
}

article ul.list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
}

.overflow {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

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

.img-wrap {
	position: relative;
	display: block;
	border: 0;
	background: #000;
	overflow: hidden;
	border-radius: 20px;
}

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

.img-wrap img {
	opacity: 1;
}

a.img-wrap:hover img {
	opacity: 0.5;
	transform: scale(1.04);
}

.img-wrap.normal {
	background: none;
	margin: 0 auto 25px;
	min-height: 105px;
	cursor: auto;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.img-wrap.normal img {
	width: auto;
	opacity: 1;
	transform: none;
}

.img-wrap.normal.height-75 {
    min-height: 75px;
    margin-bottom: 10px;
}

hr {
	border: 0;
	outline: 0;
	border-top: 1px solid #e4e4e4;
	margin: 50px 0 45px;
}

.mejs-container {
    overflow: hidden;
}

.mejs-container,
.mejs-container video {
	border-radius: 5px;
	background: none;
}

.mejs-container .mejs-controls {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.preloader {
	background: none no-repeat scroll center bottom #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	display: none;
}

.video-container {
	position: relative;
	padding-bottom: 53.2%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.btn {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #27b14b;
    line-height: normal;
	border-radius: 24px;
	padding: 13px 25px;
	outline: 0;
	border: 0;
	transition: all 0.3s ease 0s;
}

.btn:hover {
	opacity: 0.9;
	color: #ffffff;
}

.btn.white {
	background: #fff;
	color: #545454;
	border: 1px solid #ced6df;
}

.btn.black {
	background: #231f20;
	color: #fff;
	border: 1px solid #231f20;
}

.btn.black:hover {
    background: #000;
	color: #fff;
	border: 1px solid #000;
}

.btn.outline {
	border: 1px solid #e5e5e5;
	color: #545454;
	background: none;
}

.btn.outline:hover {
	background: #27b14b;
	color: #ffffff;
}

.btn.has-svg svg {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
}

.btn.fullwidth {
    width: 100%;
}

.clickable-review:hover {
	cursor: pointer;
}

.has-link {
	overflow: hidden;
}

.has-link .btn {
	float: right;
}

.buttons {
	font-size: 0;
}

.buttons a {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.buttons a .img {
	height: 80px;
	margin: 0 auto 12px;
}

.buttons a img {
	width: auto;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

.link {
	font-size: 14px;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 0 20px;
	border: 0;
	display: block;
}

.link.white {
	color: #fff;
}

.link.small {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
}

.link.has-svg {
    color: #27b14b;
}

.link.has-svg svg {
    margin: 0 0 0 5px;
}

.num {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #15202b;
	text-align: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 25px;
	padding: 7px 0 0;
	position: relative;
}

.num::before {
	position: absolute;
	left: 0;
	top: 0;
}

.num-round {
    font-size: 34px;
	font-weight: 700;
    line-height: 58px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #27b14b;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 0 20px;
    z-index: 1;
}

.num-round::before,
.num-round::after {
    content: '';
    position: absolute;
    left: 13px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #27b14b;
    opacity: 0.5;
    z-index: -1;
}

.num-round::after {
    opacity: 0.25;
    left: 26px;
}

.addtoany_list {
	display: block;
	margin: 30px 0 0;
}

.addtoany_list.a2a_kit_size_32.a2a_kit a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222222;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.addtoany_list.a2a_kit_size_32.a2a_kit a::before {
	margin: 4px 10px 0 0;
}

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

.social-wrap a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
}

.scrollup,
.slick-slider.normal .slick-arrow,
.lg-next,
.lg-prev,
.lg-close::after,
.icon-after.plus::after {
	width: 44px;
	height: 44px;
	cursor: pointer;
	border-radius: 50%;
	transform: scale(0.9);
	transition: all 0.3s ease 0s;
}

.scrollup,
.slick-slider.normal .slick-arrow,
.lg-next,
.lg-prev,
.lg-close {
	background: #fff;
}

.lg-close::after,
.icon-after.plus::after {
	width: 35px;
	height: 35px;
	transition: transform 0.3s ease 0s;
}

.scrollup:hover,
.slick-slider.normal .slick-arrow:hover,
.lg-next:hover,
.lg-prev:hover,
.lg-close:hover::after,
.icon-after.plus:hover::after {
	transform: scale(1);
}

.scrollup:hover,
.slick-slider.normal .slick-arrow:hover,
.slick-slider.normal.outside .slick-arrow,
.lg-next,
.lg-prev {
	background: #27b14b;
}

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

.icon::before,
.icon-after::after,
.slick-arrow::before,
.chosen-container-single .chosen-single div b,
.addtoany_list a.addtoany_share::before,
.wpcf7 div.wpcf7-response-output::before,
.lg-next::before,
.lg-prev::after,
.lg-close::after,
.mejs-overlay > .mejs-overlay-button,
.rating-wrap .rating,
.rating-wrap .rating div {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 500px;
}

.icon.num::before {
	width: 62px;
	height: 62px;
	background-position: -350px -300px;
}

.icon.sep::before {
	width: 15px;
	height: 103px;
	background-position: -450px -150px;
}

.icon.play::before {
	width: 40px;
	height: 40px;
	background-position: -350px -150px;
}

.icon.play.popup::before {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 9;
}

.mejs-overlay > .mejs-overlay-button,
.mejs-overlay:hover > .mejs-overlay-button {
	width: 60px;
	height: 60px;
	background-position: -350px -200px;
}

.icon-after.plus {
	position: relative;
	padding: 0 40px 0 0;
	cursor: pointer;
}

.icon-after.plus::after {
	width: 35px;
	height: 35px;
	background-position: -200px -300px;
	position: absolute;
	right: 0;
	top: 0;
}

.icon-after.plus.active::after {
	background-position: -250px -300px;
}

.icon-after.plus.small::after {
	width: 21px;
	height: 21px;
	background-position: -250px -150px;
	position: relative;
	margin: 3px 0 0 8px;
}

.icon-after.plus.active.small::after {
	background-position: -250px -200px;
}

.icon.close::before,
.lg-close::after {
    width: 37px;
    height: 37px;
    background-position: -300px -300px;
}

.icon.video::before {
	width: 22px;
	height: 14px;
	background-position: -150px -150px;
	margin: 1px 7px 0 0;
}

.icon.thumb::before {
	width: 17px;
	height: 17px;
	background-position: -150px -200px;
	margin: 0 7px 0 0;
}

.icon.photo::before {
	width: 24px;
	height: 17px;
	background-position: -150px -250px;
	margin: 0 7px 0 0;
}

.icon-after.link::after {
	width: 11px;
	height: 11px;
	background-position: -150px -300px;
	margin: 4px 0 0 4px;
}

.icon-after.link.small::after,
.icon-after.arrow-right.read-more::after  {
	margin: 7px 0 0 4px;
}

.icon-after.arrow-right::after,
.icon-after.arrow-right.small::after,
.icon-after.arrow-right.grey:hover::after {
	width: 12px;
	height: 12px;
	background-position: -50px -300px;
	margin: 7px 0 0 4px;
}

.icon-after.arrow-right.light::after {
	background-position: -50px -250px;
	margin: 6px 0 0 4px;
}

.icon-after.arrow-right.grey::after {
	background-position: -50px -350px;
}

.icon-after.arrow-right.grey.active::after {
	background-position: 0 -300px;
}

.wpcf7 form.invalid div.wpcf7-response-output::before,
.wpcf7 form.sent div.wpcf7-response-output::before {
	width: 22px;
	height: 22px;
	margin: 2px 10px 0 0;
}

.wpcf7 form.invalid div.wpcf7-response-output::before {
	background-position: -300px -200px;
}

.wpcf7 form.sent div.wpcf7-response-output::before {
	background-position: -300px -150px;
}

.icon.date::before {
	width: 24px;
	height: 19px;
	background-position: -200px -250px;
}

.icon.download::before {
	width: 10px;
	height: 21px;
	background-position: -250px -250px;
}

.icon.scrollup::before {
	width: 100%;
	height: 100%;
	background-position: -100px -150px;
}

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

.addtoany_list a.addtoany_share::before {
	width: 24px;
	height: 20px;
	background-position: -200px -50px;
}

.icon.facebook::before {
	width: 8px;
	height: 15px;
	background-position: 0 0;
}

.black .icon.facebook::before {
	background-position: 0 -100px;
}

.icon.facebook:hover::before,
.black .icon.facebook:hover::before {
	background-position: 0 -50px;
}

.icon.twitter::before {
	width: 18px;
	height: 14px;
	background-position: -50px 0;
}

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

.icon.twitter:hover::before,
.black .icon.twitter:hover::before {
	background-position: -50px -50px;
}

.icon.instagram::before {
	width: 17px;
	height: 17px;
	background-position: -250px 0;
}

.black .icon.instagram::before {
	background-position: -250px -100px;
}

.icon.instagram:hover::before,
.black .icon.instagram:hover::before {
	background-position: -250px -50px;
}

.icon.youtube::before {
	width: 19px;
	height: 13px;
	background-position: -150px 0;
}

.black .icon.youtube::before {
	background-position: -150px -100px;
}

.icon.youtube:hover::before,
.black .icon.youtube:hover::before {
	background-position: -150px -50px;
}

.icon.opio::before {
	width: 16px;
	height: 16px;
	background-position: -350px 0;
}

.black .icon.opio::before {
	background-position: -350px -100px;
}

.icon.opio:hover::before,
.black .icon.opio:hover::before {
	background-position: -350px -50px;
}

.icon.pinterest::before {
	width: 15px;
	height: 18px;
	background-position: -300px 0;
}

.black .icon.pinterest::before {
	background-position: -300px -100px;
}

.icon.pinterest:hover::before,
.black .icon.pinterest:hover::before {
	background-position: -300px -50px;
}

.icon.linkedin::before {
	width: 18px;
	height: 16px;
	background-position: -100px 0;
}

.black .icon.linkedin::before {
	background-position: -100px -100px;
}

.icon.linkedin:hover::before,
.black .icon.linkedin:hover::before {
	background-position: -100px -50px;
}

.icon.arrow-down::before,
.chosen-container-single .chosen-single div b {
	width: 12px;
	height: 7px;
	background-position: 0 -350px;
}

.select-dropdown .chosen-container-single .chosen-single div b {
	background-position: 0 -250px;
}

.slick-arrow::before,
.lg-next::before,
.lg-prev::after {
	width: 100%;
	height: 100%;
}

.slick-prev::before,
.lg-prev::after {
	background-position: 0 -150px;
}

.slick-prev:hover::before,
.outside .slick-prev::before,
.lg-prev::after {
	background-position: 0 -200px;
}

.slick-next::before,
.lg-next::before {
	background-position: -50px -150px;
}

.slick-next:hover::before,
.outside .slick-next::before,
.lg-next::before {
	background-position: -50px -200px;
}

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

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

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

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

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

.wrapper.fullwidth {
    max-width: 100%;
    padding: 0 100px;
}

.wrapper.wide-1 {
    max-width: 1680px;
}

.wrapper.wide-2 {
    max-width: 1580px;
}

.wrapper.wide-3 {
    max-width: 1330px;
}

.header {
	font-size: 0;
	display: block;
	position: relative;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

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

.header .top {
	background: #27b14b;
	padding: 3px 0;
}

.header .top p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

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

.logo img {
	max-height: 63px;
}

.header .nav {
	padding: 0;
    text-align: center;
}

.header .nav ul,
.page-menu ul {
	font-size: 0;
	margin: 0;
	padding: 0;
}

.header .nav li,
.page-menu li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 15px;
}

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

.language-fr .header .nav > ul > li {
    margin: 0 15px 0 0;
}

.language-fr .header .btn {
    padding: 13px 15px;
}

.header .nav > ul > li:last-child,
.language-fr .header .nav > ul > li:last-child {
    margin-right: 0;
}

.header .nav a,
.page-menu a {
	font-size: 16px;
	color: #2a2f35;
	display: block;
	position: relative;
}

.header .nav > ul > li > a {
    line-height: 80px;
}

.header .nav > ul > li > a::after,
.page-menu a::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	margin: 0;
	background:	#fff;
	transition: all 0.3s ease 0s;
	position: absolute;
	left: 0;
	bottom: 0;
}

.header .nav > ul > li:hover > a::after,
.page-menu li:hover a::after,
.page-menu .current-menu-item a::after {
	background:	#27b14b;
}

.header .nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	padding: 25px 30px 10px;
	background: #2a2f35;
    text-align: left;
    white-space: nowrap;
}

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

.header .nav .sub-menu li {
	display: block;
	margin: 0 0 12px;
}

.header .nav .sub-menu a {
	color: #fff;
}

.header .bottom {
    height: 80px;
    margin: 0 0 0;
    padding: 0;
}

.header .bottom .wrapper,
.header .bottom .flex-line,
.header .nav,
.header .nav > ul,
.header .nav > ul > li,
.header .nav > ul > li > a {
	height: 100%;
}

.header .lang-item a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-left: 10px;
}

.header .lang-item a img {
    vertical-align: top;
    margin-right: 3px;
}

.header-wrap {
	background: #000;
	position: relative;
	height: 350px;
}

.header-wrap .wrapper {
	height: 100%;
}

.header-wrap .caption {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
}

.header-wrap .caption h1,
.header-wrap .caption p {
	color: #fff;
	margin: 0;
}

.header-wrap.image .caption h1 {
    margin-bottom: 25px;
}

.header-wrap .caption p {
	margin: 10px 0 0;
}

.header-wrap .caption p.mb-5 {
    margin: 0 0 5px;
}

.header-wrap.slider .caption {
    max-width: 770px;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.header-wrap .video-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.header-wrap.slider {
	height: 500px;
	padding: 0;
	overflow: hidden;
}

.header-wrap.slider .badge {
    width: auto;
    position: absolute;
    right: 0;
    top: 40px;
}

.header-wrap.slider .caption,
.header-wrap.slider .caption p {
	font-size: 20px;
}

.header-wrap.slider .caption p {
	margin: 0 0 10px;
}

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

.header-wrap.slider .caption img {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
    float: none;
}

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

.header-wrap.slider .caption .font-size-17 img {
    vertical-align: middle;
    margin: 0 0 0 8px;
}

.main-container.no-padding {
	padding: 0;
}

.main-container.has-gallery {
	padding-top: 0;
}

.main-container.has-breadcrumbs,
.main-container.has-breadcrumbs.section {
    padding-top: 15px;
}

.main-container.has-breadcrumbs.has-sidebar .breadcrumbs {
	margin-left: 26%;
}

.main-container.has-breadcrumbs.has-sidebar .sidebar {
	margin-top: -127px;
}

main {
	float: right;
	width: 74%;
}

main > .content {
	max-width: 760px;
}

main.fullwidth {
	width: 100%;
	float: none;
}

.has-right-sidebar main {
	float: left;
	width: 59%;
}

.has-wide-sidebar main {
	width: 59%;
}

.sidebar {
	float: left;
	width: 23%;
}

.sidebar.normal {
    float: none;
    width: 100%;
}

.has-right-sidebar .sidebar {
	width: 38%;
	float: right;
}

.has-wide-sidebar .sidebar {
	width: 38%;
}

.has-wide-sidebar .sidebar.short {
	width: 32%;
}

.has-full-sidebar .sidebar.short {
	float: none;
	width: 100%;
}

.sidebar .widget.contact p {
	margin: 0;
}

.sidebar .widget.contact p.margin {
	margin: 0 0 15px;
}

.sidebar .widget.contact p a {
	color: #15202b;
}

.sidebar .widget.contact a.link {
	margin: 25px 0 0;
}

.sidebar .widget.contact h4.title {
	margin: 30px 0 10px;
}

.sidebar .widget.review {
	padding: 20px 30px;
	margin: 25px 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.sidebar .widget.review h4 {
	font-size: 22px;
}

.sidebar .widget.contact p {
	margin: 0;
}

.sidebar .widget.contact p.margin {
	margin: 0 0 15px;
}

.sidebar .widget.contact a.link {
	margin: 25px 0;
}

.sidebar .menu,
.sidebar .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .menu {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-radius: 4px;
}

.sidebar .menu a {
	display: block;
	font-size: 14px;
	color: #222222;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 20px;
	position: relative;
}

.sidebar .menu a:hover,
.sidebar .menu a.active,
.sidebar .menu .current-menu-item a {
	background: #fafafa;
}

.sidebar .menu .icon-after::after {
	position: absolute;
	right: 16px;
	top: 9px;
}

.sidebar .menu .icon-after.active::after {
	top: 12px;
	right: 20px;
}

.sidebar .menu .sub-menu {
	display: none;
	max-height: 750px;
	overflow-y: auto;
}

.sidebar .menu .sub-menu.active,
.sidebar .menu .sub-menu.normal {
	display: block;
}

.sidebar .menu .sub-menu a {
	padding-left: 35px;
}

.sidebar .menu .sub-menu a:hover,
.sidebar .menu .sub-menu a.active {
	background: #fafafa;
}

.sidebar .menu .sub-menu a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 2px;
	background: #222222;
	position: absolute;
	top: 21px;
	left: 19px;
}

.footer {
	background: #000000;
	padding: 70px 0 1px;
}

.footer .logo img {
	max-height: 57px;
}

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

.footer ul a {
	display: block;
	margin: 0 0 5px;
}

.footer .columns .col {
	font-size: 14px;
	color: #fff;
}

.footer .columns .col a {
	color: #fff;
}

.footer .menu > li > a {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px;
}

.footer .sub-menu a {
	font-weight: 500;
}

.footer .columns .col p {
	margin: 0;
}

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

.footer .columns .col p.title-6 {
	margin: 0 0 10px;
}

.footer .sep {
	margin: 0 3px;
}

.footer .columns .copyright {
	font-size: 13px;
}

.footer .columns .payment p {
	margin: 0 0 10px;
}

.footer .logo-wrap {
	background: #fff;
	padding: 10px 0;
}

.columns {
	font-size: 0;
}

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

.columns.columns-3.bottom-m {
	margin-bottom: 0;
}

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

.columns .col p:last-child,
.columns .col ul:last-child {
	margin: 0;
}

.columns .col .meta {
	margin: 15px 0 5px;
}

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

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

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

.columns.flex .col .img-wrap {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.columns.flex .col .caption {
	border: 1px solid #e5e5e5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 15px 20px;
	overflow: hidden;
	position: relative;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.columns.flex .col .caption .title {
	margin: 0;
}

.columns.flex .col .read-more {
	font-size: 14px;
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.columns.flex .col:hover .read-more {
	margin: 8px 0 0;
	opacity: 1;
	height: 20px;
}

.columns.flex .col:hover .caption {
	margin-top: -28px;
}

.columns.flex .col .caption.normal .read-more,
.columns.flex .col:hover .caption.normal .read-more {
	margin: 8px 0 0;
	height: auto;
	opacity: 1;
	overflow: visible;
}

.columns.flex .col:hover .caption.normal {
	margin-top: 0;
}

.columns .col.border {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 30px 30px 10px;
	text-align: left;
}

.columns .col.border p {
	font-size: 14px;
	line-height: 21px;
}

.columns .col.border p.date {
	font-size: 12px;
	margin: 0 0 10px;
}

.columns .col.border .mejs-video {
	margin: 0 0 20px;
}

.columns .col.bordered {
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	padding-bottom: 25px;
    background: #fff;
}

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

.columns .col.bordered .caption {
	padding: 25px 30px;
}

.columns .col.bordered .read-more {
	position: absolute;
    left: 30px;
    bottom: 25px;
}

.jscroll-added {
	width: 100%;
}

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

.columns.columns-3 {
	margin-left: -1.5%;
	margin-right: -1.5%;
	margin-bottom: -3%;
}

.columns.columns-3 .col {
	width: 30.33%;
	margin: 0 1.5% 3%;
}

.columns.columns-3.row {
	margin: 0;
}

.columns.columns-3.row .col {
	font-size: 0;
	width: 33.33%;
	margin: 0;
}

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

.columns.columns-5.custom .col.col-1 {
	width: 21%;
}

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

.columns.columns-5.custom .col.col-3 {
	width: 19%;
}

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

.columns.columns-5.custom .col.col-5 {
	width: 12%;
}

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

.columns.columns-5.logos .col {
	margin-bottom: 0;
}

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

.columns.columns-2 .col {
	width: 47%;
	margin: 0 1.5% 3%;
}

.columns.columns-2.custom .col.col-1 {
	width: 77%;
	padding: 40px 0;
}

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

.columns.columns-2.custom-2 .col {
	margin-bottom: 0;
	vertical-align: middle;
}

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

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

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

.columns.columns-2.custom-3 .col {
	margin: 0 3% 4%;
}

.columns.columns-2.custom-3:last-child .col {
	margin-bottom: 0;
}

.columns.columns-2.custom-3 .col.col-1 {
	width: 38%;
}

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

.columns.columns-2.custom-4 {
	background: #fff;
	margin: 0 0 40px;
	border-radius: 5px;
}

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

.columns.columns-2.custom-4 .col {
	width: 50%;
	margin: 0;
}

.columns.columns-2.custom-4 .col.col-2 {
	padding: 0 60px;
}

.columns.columns-2.custom-4.odd .col.col-1 .img-wrap,
.columns.columns-2.custom-4.odd .col.col-1 .img-wrap img {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.columns.columns-2.custom-4.even .col.col-1 .img-wrap,
.columns.columns-2.custom-4.even .col.col-1 .img-wrap img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.columns.columns-2.hours {
	margin-left: -1%;
	margin-right: -1%;
}

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

.columns.columns-2.hours .col.col-1 {
	width: 30%;
}

.columns.columns-2.hours .col.col-2 {
	width: 66%;
}

.columns.columns-2.grey .col {
	background: #fafafa;
	padding: 40px 40px 15px;
	border-radius: 5px;
}

.csscolumns .columns.columns-5.list {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	margin-left: 0;
	margin-right: 0;
}

.csscolumns .columns.columns-5.list .col {
	width: 100%;
}

.columns.logos a {
	display: block;
	text-align: center;
}

/* 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: 565px;
}

.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 {
    background: #fff;
    padding: 30px !important;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.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;
    border-radius: 10px;
}

.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: #dfdfdf;
    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: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #808080;
    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: 8px;
    right: 10px;
    width: 7px;
    border-radius: 10px;
    margin: 0 0 10px;
}

.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;
}

.scrollbar.large {
    padding: 0 60px 0 0;
}

.scrollbar.large .simplebar-track.simplebar-vertical,
.scrollbar.large .simplebar-scrollbar {
    width: 15px;
}

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

.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) {
    color: #fff;
}

.section .bgr-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.section .bgr-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section {
	padding: 80px 0;
	position: relative;
}

.section.last {
	padding-bottom: 0;
}

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

.section.half {
	padding-top: 40px;
}

.section.gallery-wrap {
	padding: 0;
	margin: 0;
}

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

.section.short:last-child,
.section.no-padding {
	padding: 0;
}

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

.section.grey {
	background: #f0f1ee;
}

.section.green {
	background: #e5e8e1;
}

.section.pink {
	background: #27b14b;
}

.section.pink.light {
	background: #27b14b;
}

.section.pink,
.section.pink h1,
.section.pink h2,
.section.pink h3,
.section.pink h4,
.section.pink h5 {
	color: #fff;
}

.section.pink.row h1,
.section.pink.row h2,
.section.pink.row h3,
.section.pink.row h4,
.section.pink.row h5 {
	margin: 0;
}

.section.border {
	border-bottom: 1px solid #e5e5e5;
	padding: 80px 0 60px;
}

.section.border-top {
	border-top: 1px solid #e5e5e5;
}

.section.history {
	padding: 0 0 120px;
}

.section.history h2.title::after {
	content: '';
	display: block;
	width: 124px;
	height: 2px;
	background: #27b14b;
	margin: 20px auto 97px;
}

.section.history .content {
	box-shadow: 0px 0px 4px 0px rgba(159, 159, 159, 0.75);
	border-radius: 4px;
	padding: 60px 55px 30px;
	margin: 0 0 97px;
	text-align: center;
	position: relative;
	z-index: 9;
	background:	#fff;
}

.section.history .wrapper > img {
	position: absolute;
	top: -50px;
	width: auto;
	display: block;
	max-width: none;
}

.section.history .image-right > img {
	right: -60%;
}

.section.history .image-left > img {
	left: -60%;
}

.section.history .image-center > img {
	top: auto;
	bottom: -70%;
	left: 50%;
	transform: translate(-50%, 0);
}

.section.history .sep {
	display: block;
	position: absolute;
	top: -97px;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, 0);
}

.service {
	margin: 35px 0;
}

.service h4 {
	margin: 12px 0;
}

.meta {
	max-width: 560px;
	margin: 0 auto;
}

.meta.fullwidth {
    max-width: 100%;
}

.meta h3 {
	margin: 0 0 15px;
}

.meta p,
.meta a {
	font-weight: 700;
	font-size: 12px;
	color: #2a2f35;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.meta a {
	margin: 0;
}

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

.notice {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0 0;
	margin: 40px 0 0;
}

.notice p {
	font-size: 24px;
	font-weight: 700;
	color: #15202b;
}

.notice a {
	color: #15202b;
	border-bottom: 2px solid #27b14b;
	font-weight: 700;
}

.infinite-scroll,
.jscroll-inner {
	width: 100%;
}

.page-menu {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.page-menu ul {
	height: 70px;
	padding: 25px 0 0;
}

.page-menu li,
.page-menu a {
	height: 100%;
}

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

.acf-map.medium {
	height: 350px;
}

.acf-map.large {
	height: 410px;
	margin: 30px 0 0;
}

.acf-map .gm-style .gm-style-iw-c,
.acf-map .gm-style .gm-style-iw-d {
	max-height: 330px !important;
}

.acf-map .btn {
	display: block;
	font-family: 'DM Sans', sans-serif;
	border-radius: 0;
	text-align: left;
	padding: 10px 25px;
	margin: 0;
}

.acf-map .content,
.acf-map .content a {
	font-family: 'DM Sans', sans-serif;
}

.acf-map .content {
	padding: 20px 25px 10px;
	line-height: 1.6;
}

.acf-map .content p {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px;
}

.acf-map .content p.title {
	font-size: 16px;
	font-weight: 700;
	color: #222222;
	margin: 0 0 5px;
}

.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d {
	border-radius: 5px;
	padding: 0;
	box-shadow: none;
	max-width: 330px !important;
	overflow: hidden !important;
}

.table {
    width: 100%;
}

.table tr:first-child td {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #1a5336;
}

.table tr:first-child td:first-child {
    border-top-left-radius: 20px;
}

.table tr:first-child td:last-child {
    border-top-right-radius: 20px;
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.table td {
    background: #e9ece5;
    padding: 10px 25px;
    border: 0;
}

.table tr:nth-child(2n) td {
    background: #fff;
}

.breadcrumbs {
	margin: 0 0 40px;
}

.has-breadcrumbs.first .breadcrumbs {
	margin: 0;
}

.breadcrumbs,
.breadcrumbs a {
	font-size: 12px;
	font-weight: 500;
	color: #15202b;
	margin-right: 0;
}

/* .breadcrumbs {
	display: none;
} */

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

.gallery-nav .breadcrumbs,
.gallery-nav .buttons {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.gallery-nav .buttons {
	float: right;
}

.disclaimer {
	font-size: 14px;
	margin: 50px 0 0;
}

.accordion.simple {
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	margin: 0;
}

.accordion.simple h3.title {
	font-size: 18px;
	border-top: 1px solid #e5e5e5;
	padding: 25px 75px 20px;
	margin: 0;
	position: relative;
}

.accordion.simple h3.title span {
	font-size: 28px;
	position: absolute;
	left: 20px;
	top: 15px;
}

.accordion.simple .content {
	font-size: 16px;
	display: none;
	padding: 0 75px 5px;
}

.accordion.simple .icon-after.plus::after {
	right: 20px;
	top: 18px;
}

.accordion.simple.top-m {
	margin-top: 50px;
}

.content-section .no-content {
	width: 100%;
	height: 500px;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
}

.content-section .overflow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.content-section .overflow.left-content {
	flex-direction: row-reverse;
}

.content-section .right-content .left,
.content-section .left-content .right {
	width: 60%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
}

.content-section .right-content .right,
.content-section .left-content .left {
	width: 40%;
}

.content-section .content {
	padding: 15% 15% 12%;
}

.img-side-left,
.img-side-right {
	position: absolute;
	top: 0;
	max-width: 250px;
}

.img-side-left {
	left: 0;
}

.img-side-right {
	right: 0;
}

.rating-wrap {
	margin: 0 0 5px;
}

.rating-wrap .rating,
.rating-wrap .rating div {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 19px;
	background-position: -250px -350px;
}

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

.rating-wrap.large {
	border-top: 1px solid #c0c1c3;
	padding: 12px 0 2px;
}

.rating-wrap span {
	display: inline-block;
	vertical-align: top;
}

.mt-50,
.accordion.simple.mt-50 {
	margin-top: 50px;
}

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

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

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

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

.font-size-48 {
    font-size: 48px;
    line-height: 1;
}

.font-size-24,
.font-size-24 a {
    font-size: 24px;
}

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

.font-size-17,
.header-wrap.slider .caption .font-size-17 {
    font-size: 17px;
}

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

.cta {
    background: none no-repeat scroll 15px 67% #27b14b;
    border-radius: 100px;
    padding: 45px 350px 45px 260px;
    position: relative;
}

.cta .btn {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translate(0, -50%);
}

#chat-widget-container {
    z-index: 9999999 !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
    padding-right: 0 !important;
}

.boxed {
    background: #fff;
    border-radius: 20px;
}

.boxed .width-35 {
    background: none no-repeat scroll center center transparent;
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.boxed .width-65 {
    padding: 55px 60px;
}

.bgr-white .boxed {
    background: #e5e8e1;
}

.as-box {
    background: #fff;
    border-radius: 20px;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 70px;
}

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

.flex-line.column {
    flex-direction: column;
}

.flex-line .grow {
    flex-grow: 1;
}

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

.flex-line.bottom {
    align-items: flex-end;
}

.flex-odd .flex-line,
.flex-even .flex-line {
    min-height: 390px;
}

.flex-odd .flex-line {
    flex-direction: row-reverse;
}

.flex-odd {
    background: rgb(235,237,231);
    background: linear-gradient(90deg, rgba(235,237,231,1) 0%, rgba(255,255,255,1) 100%);
}

.flex-even {
    background: rgb(251,251,251);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(235,237,231,1) 100%);
}

.gap { justify-content: initial; }

.gap-1 { gap: 0 1% }

.gap-2 { gap: 0 2% }

.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% }

.gap-3 .width-48 { width: 48.5%; }

.gap-3 > div:nth-last-child(-n+3) { margin-bottom: 0; }

.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-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-31 { width: 31%; }

.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-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-last:last-child, .mb-0 { margin-bottom: 0; }

.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-43 { margin-bottom: 43px; }

.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; }

.pl-20 { padding-left: 20px; }

.pr-20 { padding-right: 20px; }

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

.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 .file span,
.wpcf7 .file label,
.wpcf7-date {
	display: block;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	border: 1px solid #d7d7d7;
	outline: 0;
	background: #fff;
	width: 100%;
	padding: 12px 20px;
	height: 50px;
	transition: all 0.3s ease 0s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	border-radius: 4px;
}

select.wpcf7-select {
	padding: 12px 15px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
	outline: 0;
	border: 1px solid #222;
}

.wpcf7 .file input {
	width: 100%;
	border: 0;
	outline: 0;
	padding: 0 20px 0 0;
	height: auto;
}

.wpcf7 .file input:valid {
	background: #fff;
}

.wpcf7 .file label {
	color: #2a2f35;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #fff;
	top: 0;
	left: 0;
	margin: 0;
}

.wpcf7 .file::before {
	position: absolute;
	z-index: 99;
	right: 20px;
	top: 16px;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-text.error,
select.wpcf7-select.wpcf7-not-valid,
div.wpcf7-select.wpcf7-not-valid a {
	border-color: #df0000;
}

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

.wpcf7-select.active {
	color: #222;
}

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

.wpcf7-radio span.wpcf7-list-item {
	font-size: 16px;
	margin: 0 20px 0 0;
}

.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    padding: 0 0 0 30px;
}

.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label::before {
    content: '';
	width: 20px;
	height: 20px;
    background: #27b14b;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 8;
}

.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label::after {
    content: '';
	width: 10px;
	height: 10px;
    background: #ffffff;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.wpcf7-radio span.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
	visibility: visible;
    opacity: 1;
}

.wpcf7-submit {
	border: 0;
	outline: 0;
	margin: 0 auto;
}

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

.wpcf7 .note {
	display: block;
	font-size: 12px;
	color: #404040;
	margin: 10px 0 15px;
}

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

.wpcf7-form {
	margin: 30px 0 35px;
}

.has-form .wpcf7-form {
	margin-top: 0;
}

.wpcf7 p {
	font-size: 13px;
	margin: 0 0 2%;
	position: relative;
}

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

.wpcf7 p.title {
	font-size: 16px;
}

.wpcf7 p.margin {
	margin-top: 15px;
}

.wpcf7 p.submit-wrap {
	overflow: hidden;
}

.wpcf7 p.submit-wrap span {
	float: right;
	font-size: 14px;
	padding: 14px 0 0;
}

.wpcf7 p.submit-wrap span.normal {
	color: #404040;
	display: block;
	float: none;
}

.wpcf7 .row p {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 1% 2%;
}

.wpcf7 .row.fullwidth,
.wpcf7 .row.row-4 {
	margin: 0 -0.5%
}

.wpcf7 .row.fullwidth p,
.wpcf7 .row.row-4 p {
	margin: 0 0.5% 1%;
}

.wpcf7 .row.fullwidth p {
	width: 49%;
}

.wpcf7 .row.row-3 p {
	width: 31.33%;
}

.wpcf7 .row.row-4 p {
	width: 24%;
}

.wpcf7 .icon.date::before {
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 9;
}

.wpcf7 .wpcf7-form .checkbox-image {
    font-size: 18px;
    font-weight: 700;
    padding: 25px 0 15px;
}

.wpcf7 .wpcf7-form .checkbox-image.first {
    padding-top: 0;
}

.wpcf7 .checkbox-image::before {
    content: '';
    width: 250%;
    height: 1px;
    background: #e8e8e8;
    display: block;
    position: relative;
    left: -50%;
    position: absolute;
    top: 0;
}

.wpcf7 .checkbox-image input[type="checkbox"],
.wpcf7 .checkbox-image.first::before {
    display: none;
}

.wpcf7 .checkbox-image .wpcf7-list-item-label {
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.wpcf7 .checkbox-image .wpcf7-form-control {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0 0;
}

.wpcf7 .checkbox-image .wpcf7-list-item {
    font-size: 16px;
    font-weight: 500;
    width: 29%;
    margin: 0;
}

.wpcf7 .checkbox-image .wpcf7-list-item-label::before,
.wpcf7 .checkbox-image .wpcf7-list-item-label::after {
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
    margin: 0 auto 5px;
}

.wpcf7 .checkbox-image .wpcf7-list-item-label::after {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.wpcf7 .checkbox-image .wpcf7-list-item-label:hover::after,
.wpcf7 .checkbox-image input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    visibility: visible;
}

.wpcf7 .checkbox-image input[value="Single-Family Home"] + span::before {
    background-image: url('img/icon-single-home.png');
}

.wpcf7 .checkbox-image input[value="Single-Family Home"] + span::after {
    background-image: url('img/icon-single-home-hover.png');
}

.wpcf7 .checkbox-image input[value="Commercial Property"] + span::before {
    background-image: url('img/icon-commercial.png');
}

.wpcf7 .checkbox-image input[value="Commercial Property"] + span::after {
    background-image: url('img/icon-commercial-hover.png');
}

.wpcf7 .checkbox-image input[value="Condominium or Apartment"] + span::before {
    background-image: url('img/icon-apartment.png');
}

.wpcf7 .checkbox-image input[value="Condominium or Apartment"] + span::after {
    background-image: url('img/icon-apartment-hover.png');
}

.wpcf7 .checkbox-image input[value="Not Sure"] + span::before {
    background-image: url('img/icon-not-sure.png');
}

.wpcf7 .checkbox-image input[value="Not Sure"] + span::after {
    background-image: url('img/icon-not-sure-hover.png');
}

.wpcf7 .checkbox-image input[value="Yes"] + span::before,
.wpcf7 .checkbox-image input[value="No"] + span::before {
    background-image: url('img/icon-roof.png');
}

.wpcf7 .checkbox-image input[value="Yes"] + span::after,
.wpcf7 .checkbox-image input[value="No"] + span::after {
    background-image: url('img/icon-roof-hover.png');
}

.wpcf7 .checkbox-image input[value="More than 15 years old"] + span::before {
    background-image: url('img/icon-years-15.png');
}

.wpcf7 .checkbox-image input[value="More than 15 years old"] + span::after {
    background-image: url('img/icon-years-15-hover.png');
}

.wpcf7 .checkbox-image input[value="From 5 to 15 years old"] + span::before {
    background-image: url('img/icon-years-5.png');
}

.wpcf7 .checkbox-image input[value="From 5 to 15 years old"] + span::after {
    background-image: url('img/icon-years-5-hover.png');
}

.wpcf7 .checkbox-image input[value="From 0 to 4 years old"] + span::before {
    background-image: url('img/icon-years-0.png');
}

.wpcf7 .checkbox-image input[value="From 0 to 4 years old"] + span::after {
    background-image: url('img/icon-years-0-hover.png');
}

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

.wpcf7 div.wpcf7-response-output {
	font-size: 16px;
	color: #df0000;
	border: 1px solid #df0000;
	padding: 10px 18px;
	margin: 30px 0 0;
	border-radius: 4px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #df0000;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #00a651;
	background:	#00a651;
	color: #fff;
}

.select-dropdown {
	font-size: 0;
}

.select-dropdown label,
.select-dropdown .sbHolder {
	display: inline-block;
	vertical-align: top;
}

.select-dropdown label {
	font-size: 14px;
	color: #DF0000;
	margin: 0 5px 0 0;
}

.select-dropdown .wpcf7-select,
.select-dropdown .wpcf7-select span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: none;
	border: 0;
	position: static;
	padding: 0;
	height: auto;
}

.select-dropdown select.wpcf7-select {
	background: url('img/icon-arrow.png') no-repeat scroll 100% 9px transparent;
	margin-left: -5px;
	padding-right: 10px;
}

.select-dropdown div.wpcf7-select a {
	background: none;
	border: 0;
	padding: 0 18px 0 0;
	height: auto;
	line-height: 1.4;
}

.select-dropdown .chosen-single div {
    top: 7px;
    right: 0;
    display: block;
}

.select-dropdown .chosen-container .chosen-drop {
	top: 30px;
	z-index: 9999999;
	position: absolute;
    width: 100%;
    max-width: 170px;
    text-align: left;
    padding: 0;
	margin: 0;
    background: #2a2f35;
	border-color: #2a2f35;
}

.select-dropdown .chosen-results {
	padding: 20px 0 15px;
}

.select-dropdown .chosen-results li {
	display: inline-block;
	vertical-align: top;
	background: none;
	font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin: 0;
    padding: 5px 30px;
    color: #fff;
}

.select-dropdown .chosen-results li:hover {
    color: #27b14b;
    background: none;
}

.form-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('img/bgr-quote.png') no-repeat scroll center center #e9ece5;
    background-size: cover;
	z-index: 9999;
	overflow-y: auto;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.show-form .form-wrap {
	opacity: 1;
	visibility: visible;
}

.show-form .close {
	position: absolute;
	right: 30px;
	top: 30px;
}

.form-wrap .logo {
    margin-left: -75px;
}

.form-wrap h3.title,
.form-wrap h4 {
    color: #15202b;
}

.form-wrap h3.title span,
.form-wrap h4 span {
    color: #25b04b;
}

.form-wrap h3.as-title {
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #231f20;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 10px;
    margin: 0;
}

.form-wrap .wpcf7-form {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    padding: 35px 40px 40px;
    margin: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.form-wrap .wpcf7-form p {
    font-size: 16px;
    color: #15202b;
    margin: 0 0 10px;
}

.form-wrap .wpcf7-form p > label > span {
    display: block;
    margin-top: 8px;
}

.form-wrap .wpcf7-form p.submit-wrap {
    margin: 20px 0 0;
}

.form-wrap .wpcf7-form .wpcf7-submit {
    width: 100%;
}

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

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

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

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

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

.form-wrap ::-webkit-input-placeholder {
    opacity: 0.5;
}
.form-wrap ::-moz-placeholder {
    opacity: 0.5;
}

.form-wrap :-ms-input-placeholder {
    opacity: 0.5;
}

.form-wrap :placeholder-shown {
    opacity: 0.5;
}

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


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

@media only screen and (max-width: 1280px) {
    .mobile-1280-hidden,
    .language-fr .header .btn.estimate {
        display: none;
    }

    .wrapper.fullwidth {
        padding: 0 20px;
    }

    .language-fr .header .width-42 {
        width: 60%;
    }
}

@media only screen and (max-width: 1180px) {
    .mobile-1180-hidden {
        display: none;
    }

	.wrapper {
		padding: 0 20px;
	}

	.header .nav li {
		margin: 0 10px;
	}

    .mobile-1180-width-20 {
        width: 20%;
    }

    .mobile-1180-width-55 {
        width: 55%;
    }

    .cta {
        padding: 45px 50px 45px 260px;
    }

    .cta .btn {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
    }

    .form-wrap .logo {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
	.img-side-left,
	.img-side-right {
		display: none;
	}
}

@media only screen and (max-width: 960px) {
	.header .btn {
		display: none;
	}

	.header .nav,
    .language-fr .header .width-42 {
		width: 70%;
	}

	.header .nav li {
		margin: 0 15px;
	}

    .form-wrap .wpcf7-form {
        padding: 15px 20px 20px;
    }
}

@media only screen and (max-width: 800px) {
	.footer .columns .col-4 p.title-6,
	.section.history .sep,
	br,
    .mobile-800-hidden,
	.header .top,
    .header .lang-item {
		display: none;
	}

	.carousel-normal .slick-track,
	.carousel-normal-5 .slick-track,
    .mean-container .mean-nav ul li.lang-item,
    .language-fr .header .btn.estimate {
		display: block;
	}

	.sidebar,
	.has-wide-sidebar .sidebar,
	.has-wide-sidebar .sidebar.short,
	.has-right-sidebar .sidebar,
	main,
	.has-wide-sidebar main,
	.has-right-sidebar main,
	.columns.columns-2,
	.columns.columns-2 .col,
	.columns.columns-2.custom,
	.columns.columns-2.custom .col.col-1,
	.columns.columns-2.custom .col.col-2,
	.columns.columns-2.custom-2 .col.col-1,
	.columns.columns-2.custom-2 .col.col-2,
	.columns.columns-2.custom-3,
	.columns.columns-2.custom-3 .col.col-1,
	.columns.columns-2.custom-3 .col.col-2,
	.columns.columns-2.custom-4,
	.columns.columns-2.custom-4 .col.col-1,
	.columns.columns-2.custom-4 .col.col-2,
	.columns.columns-3,
	.columns.columns-3 .col,
	.columns.columns-3.row,
	.columns.columns-3.row .col,
	.columns.columns-4.custom,
	.columns.columns-4.custom .col.col-1,
	.columns.columns-4.custom .col.col-2,
	.columns.columns-4.custom .col.col-3,
	.columns.columns-4.custom .col.col-4,
	.columns.columns-5.custom,
	.columns.columns-5.custom .col.col-1,
	.columns.columns-5.custom .col.col-2,
	.columns.columns-5.custom .col.col-3,
	.columns.columns-5.custom .col.col-4,
	.columns.columns-5.custom .col.col-5,
	.content-section .overflow,
	.content-section .right-content .left,
	.content-section .left-content .right,
	.content-section .right-content .right,
	.content-section .left-content .left {
		display: block;
		width: 100%;
		float: none;
		margin: 0;
	}

	article ul.list li {
		width: 100%;
	}

	.columns.columns-2 .col,
	.columns.columns-2.custom-2 .col.col-1,
	.columns.columns-2.custom-2 .col.col-2,
	.columns.columns-2.custom-3 .col.col-1,
	.columns.columns-2.custom-3 .col.col-2,
	.columns.columns-2.custom-4 .col.col-1,
	.columns.columns-2.custom-4 .col.col-2,
	.columns.columns-3 .col,
	.sidebar,
	.has-wide-sidebar .sidebar,
	.has-wide-sidebar .sidebar.short,
	.has-right-sidebar .sidebar,
	main,
	.has-wide-sidebar main,
	.has-right-sidebar main {
		margin: 0 0 40px;
	}

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

	.columns.columns-3.row .col-2 {
		padding: 10px 0 0;
	}

	.columns.columns-3.row .col-3 {
		position: absolute;
		top: 2px;
		right: 20px;
		width: auto;
		max-width: 220px;
	}

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

	.csscolumns .columns.columns-5.list {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.columns.columns-2.custom .col.col-1 {
		padding: 0;
	}

    .section.border {
        padding: 40px 0;
    }

	.content-section .no-content,
	.content-section .right-content .left,
	.content-section .left-content .right {
		height: 250px !important;
	}

	.section.history .content,
	.section.history .wrapper > img {
		margin: 0 auto 40px;
	}

	.main-container.has-breadcrumbs.has-sidebar .breadcrumbs {
		margin-left: 0;
	}

	.main-container.has-breadcrumbs.has-sidebar .sidebar {
		margin-top: 0;
	}

	.content-section .content {
		padding: 20px 20px 5px;
	}

	.page-title,
	.header-wrap.slider .caption h1 {
		font-size: 28px;
	}

    .font-size-48 {
        font-size: 38px;
    }

    .header {
        z-index: 99999999;
    }

    .header .lang-item a img {
        margin-top: -1px;
    }

	.header .bottom {
		height: auto;
		padding: 30px 0 0;
	}

	.header .bottom .wrapper {
		padding: 0;
	}

	.header .bottom .logo {
		position: absolute;
		left: 10px;
		top: 10px;
		padding: 0;
		z-index: 999999;
		width: 100%;
		max-width: 170px;
	}

	.logo img {
		max-height: 100%; /* old setting max-height: 40px; */
		padding-top: 0;
	}

	.header .btn {
		display: block;
		position: absolute;
		font-size: 14px;
		z-index: 999999;
		width: auto;
		padding: 8px 14px;
		top: 12px;
		right: 60px;
	}
	
	.header .btn-estimate,
	.header .btn.estimate {
		top: -30px;
		left: 0;
		right: auto;
		width: 100%;
		border-radius: 0;
	}

	.header-wrap,
	.gallery-wrap .gallery-side {
		height: 400px !important;
	}

    .header-wrap.slider {
        height: 600px !important;
    }

	.has-link .btn {
		float: none;
		text-align: center;
		display: block;
		margin: 20px 0;
	}

	.section.history .content {
		right: auto !important;
	}

	.section.history .wrapper > img,
	.section.history .image-right > img,
	.section.history .image-left > img,
	.section.history .image-center > img {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		transform: none;
		max-width: 100%;
	}

	.page-menu ul {
		height: auto;
		padding: 25px 0 15px;
	}

	.page-menu li {
		margin: 0 10px 10px;
	}

    .mobile-800-width-100 {
        width: 100%;
    }

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

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

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

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

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

    .mobile-800-pt-40,
    .section.mobile-800-mb-20 {
        padding-top: 40px;
    }

    .mobile-800-pb-0,
    .section.mobile-800-pb-0 {
        padding-bottom: 0;
    }

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

    .boxed .width-35 {
        height: 200px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
    }

    .boxed .width-65 {
        padding: 20px 25px;
    }

    .cta {
        padding: 25px 30px;
        background-image: none !important;
        border-radius: 20px;
    }

    .as-box {
        padding: 20px;
    }

    .header-wrap.slider .badge {
        position: relative;
        margin: 20px auto;
        top: 0;
    }

    .header-wrap.slider .caption {
        transform: none;
        left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 640px) {
	.wpcf7 .row,
	.wpcf7 .row p,
	.wpcf7 .row.row-3 p,
	.gallery-nav .buttons,
	.gallery-nav .breadcrumbs {
		display: block;
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}

	h1 {
		font-size: 42px;
	}

	.gallery-wrap .gallery-nav .buttons a {
		margin: 0 20px 0 0;
	}

	.header-wrap .video-container {
		height: 100%;
	}

	.header-wrap .video-container video {
		height: 100%;
		width: auto;
	}
}

@media only screen and (max-width: 480px) {
	.header .btn.has-svg svg {
		display: none;
	}

    .table td {
        padding: 10px 15px;
    }

    .table tr:first-child td {
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {

}

@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 {
		background-image: url('img/icons2x.png');
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #27b14b;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #27b14b;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #27b14b;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 10px 10px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

a img.alignnone {
	margin: 5px 10px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 10px 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;
	}
}


/* Gravity Form info */

 input[type=radio]{

    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: solid 1px #3D3D3D;
    border-radius: 50%;
    box-shadow: 0 0 0px 2.5px white inset;
    margin-right: 5px;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    outline: none;
 }


.quote_form .gform_wrapper .field_description_below .gfield_description {padding-top: 5px;line-height: 20px;}
.quote_form .gform_wrapper .gsection .gfield_label,.quote_form .gform_wrapper h2.gsection_title,.quote_form .gform_wrapper h3.gform_title{font-weight:500;font-size:22px;}
.quote_form .gform_wrapper label.gfield_label,.quote_form  .gform_wrapper legend.gfield_label{font-weight:500;margin-bottom: 5px;}
.quote_form .gform_wrapper form{max-width:850px !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield{width:100% !important;float:left;clear:none;margin: 10px 0px !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.half_sec{width:50% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.rug_heading{width: 100%!important; float: left; clear: none; margin-top: 35px!important; border-bottom: none; margin-bottom: 0px !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.rug_heading.rug_heading_big{margin-top:35px !important;}
.quote_form ::placeholder,.quote_form :-ms-input-placeholder,.quote_form ::-webkit-input-placeholder{color: red !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.rug_count{width:100% !important;float:left;clear:none;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.mailchimp_field{margin:2px 0px !important;}
.quote_form .gform_wrapper li input,.quote_form .gform_wrapper li select{margin-top: 0px;color: #666666;font-size: 16px !important;margin-bottom: 10px;padding: 10px 12px !important;background-color: #fff !important;width: 100% !important;max-width: 100% !important; border:1px solid;}
.quote_form .gform_wrapper textarea {margin-top: 0px;color: #666666;font-size: 16px !important;margin-bottom: 5px;padding: 10px 12px !important;background-color: #fff !important;width: 100% !important;max-height: 118px !important;min-width: 100% !important;}
.quote_form .radio_field ul.gfield_radio li{float: left;padding: 0px 10px !important;}
.quote_form .radio_field ul.gfield_radio li input[type="radio"]:checked{    background-color: #b03063 !important;}
.quote_form .radio_field ul.gfield_radio li input[type="radio"] {width: 26px !important;height: 26px !important;margin:5px;}
.quote_form .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {width: 27px !important;height: 27px !important;}
.quote_form .radio_field ul.gfield_radio li label{font-size:16px;font-weight:500 !important;}
.quote_form .gfield_checkbox label{font-size: 16px !important;font-weight: 400 !important;color: #666666;}
.quote_form .gfield_checkbox input{min-width: 18px !important;height: 18px;cursor: pointer;margin: 0px 6px 0 0 !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.mailchimp_info{font-size: 14px !important;margin: 10px 0px 8px 0px !important;}
.quote_form .gform_footer .gform_button{font-size: 20px !important;font-weight: 600;width: auto !important;-webkit-transition: background-color .3s;-moz-transition: background-color .3s;-ms-transition: background-color .3s;-os-transition: background-color .3s;transition: background-color .3s;margin:20px 0px 10px 0px !important;float:left;background-color: #b03063 !important;color: #fff !important;border: 2px solid #b03063!important;padding: .5rem 1rem;border-radius: 3px;}
.quote_form .gform_footer .gform_button:hover{color: #b03063!important;background: transparent !important;}
.quote_form .gform_confirmation_message{color: #98b800 !important;}
span.gf-icon:after {white-space: pre-line;width: 500px;background: #434D55;color: #fff;text-shadow: none !important;}
.gftip-question-circle:before {content: "\f05a" !important;}
.quote_form .gform_wrapper ul.gform_fields li.formtable_col1{width:11% !important;}
.quote_form .gform_wrapper ul.gform_fields li.formtable_col2{width:30% !important;}
.quote_form .gform_wrapper ul.gform_fields li.formtable_col3{width:17% !important;}
.quote_form .gform_wrapper ul.gform_fields li.formtable_col4{width:17% !important;}
.quote_form .gform_wrapper ul.gform_fields li.formtable_col5{width:25% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec {min-height: auto !important;padding: 0px !important;margin: 0px !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec .ginput_container {margin: 0px !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec label {display: none !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec input {margin: 0;border-top: 0px;border-right: 0px;pointer-events: none;font-size: 14px !important;min-height:45px;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_border textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head textarea{max-height:45px !important;float:left;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_border textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_border input{border-right:1px solid #ddd !important;pointer-events: none;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head input {background-color: #b03063 !important;color: #fff !important;border: 1px solid #bbb !important;border-top: 0px !important;border-right: 0px !important;pointer-events: none;font-size: 16px !important;max-height:45px;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec{width:75% !important;min-height: auto !important;padding: 0px !important;margin: 0px !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_total_calc{width:25% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec .ginput_container {margin: 0px !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec label {display: none !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec input {background-color: #b03063 !important;color: #fff !important;border: 1px solid #bbb !important;border-top: 0px !important;border-right: 0px !important;margin: 0px !important;margin:0px;pointer-events: none;}
.quote_form .ginput_container_checkbox{ margin-top: 10px !important; }
.quote_form .gfield_checkbox{ margin:0px 0px !important; }
.quote_form .gform_wrapper .gform_footer {padding: 0px 0 0px !important; margin: 0px 0 0 !important;}
.text-btm{float:left; width:100%; margin-top: 18px;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.totaltable_firstrow{display:block !important;}
.price_summary th {background-color: #b03063 !important;color: #fff !important;border: 1px solid #bbb !important;pointer-events: none;font-size: 16px !important;font-weight: 500;}
.price_summary td{background-color: #fff !important;border: 1px solid #bbb !important;pointer-events: none;font-size: 15px !important;}
.total_th::after{content:"+ tax";padding-left:10px;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_total_calc .ginput_container:after {content: "+ tax";position: absolute;right: 45px !important;color: #fff;z-index: 99999999999;top: 10px;}
.quote_form .gform_wrapper ul.gform_fields li.discount_applied.gfield.quat_sec.quat_total_calc .ginput_container:after{display:none;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_total_calc .ginput_container.ginput_container_number {position: relative;background-color: #b03063 !important;}
.partial_entry_warning{display:none !important;}
.page-title-section .page-subtitle {margin-top: 15px;}
span.ly_gs_email_title {margin-right: 5px;}
.ly_g_map_desc .ly_gs_clean_schedule{margin-bottom: 5px!important;}
.grecaptcha-badge{z-index:9;}
.quote_form .gform_wrapper ul.gform_fields li.hidden_label { margin: 0 !important; }
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    padding: 15px 15px!important;
    border: 1px solid #a0a0a0;
    font-size: 18px !important;
}
.quote_form .gfield.gsection {
    border-bottom: none !important;
}
.quote_form .gsection.blue{color: #b03063 !important;}
.quote_form .gform_wrapper ul.gform_fields .custom-form-pickup{
    padding-top: 15px !important;
}
.quote_form .gform_wrapper .gfield_error div.ginput_container, .quote_form .gform_wrapper .gfield_error label.gfield_label{
    margin-top: -1px !important;
}
.quote_form  .gform_wrapper div.validation_error{
    border-top: 2px solid #f00;
    border-bottom: 2px solid #f00;
    color: #f00;
}
.quote_form .gform_ajax_spinner{
    display: block;
    top: 35px;
    position: relative;
}

span.gf-icon{
	vertical-align: bottom !important;
}
.gform_validation_error ul.gform_fields li.gfield.half_sec {min-height: 105px;padding-right:16px !important;}
.formfield_hide{visibility:hidden;pointer-events:none;width:0;height:0;position:absolute;top:-9999px;left:-9999px;z-index:-1;}

/******* Thank you page table********/
table.price_summary{width:100%;margin-bottom:15px;}
table td, table th { padding: 15px; line-height: 1.5; vertical-align: top; border: 1px solid #ccc; }


@media (max-width: 768px)
{
	.quote_form .radio_field ul.gfield_radio li{width:100% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_border textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head textarea{max-height:45px !important;pointer-events:all !important;float:left;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec{width:60% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_total_calc{width:40% !important;}
}
@media (max-width: 767px){
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec{width:55% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_total_calc{width:45% !important;}
	.quote_form .gfield_checkbox input {
		margin: 3px 6px 0 0 !important;
		vertical-align: top !important;
	}

	.quote_form .gform_wrapper .gform_footer {
		padding: 10px 0 0px !important;
	}

	span.gf-icon:after {
		width: 250px;
		left: -47px;
		bottom: 45px;
	}
	.hint--light.hint--right:before {
		transform: rotate(90deg);
		left: 69%;
		bottom: 146%;
	}
	.richmond-page-slider .slider-2 .slider-tick-content p, .oakvile-page-slider .slider-2 .slider-tick-content p, .eco-friendly-page-slider .slider-1 .slider-tick-content p, .coupon-page-slider .slider-1 .slider-tick-content p, .mississauga-page-slider .slider-2 .slider-tick-content p{
	    width: 95% !important;
	    margin-left: 10px !important;
	}

}
/* container layout */


@media (max-width: 480px)
{

.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head textarea, .quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head input,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec textarea, .quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec input,.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_border textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head textarea{max-height: 50px !important;min-height: 50px !important;font-size: 13px !important;padding: 8px !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_total_calc .ginput_container:after{top:14px;}
	.quote_form .gform_wrapper ul.gform_fields li.formtable_col1{width:14% !important;}
.quote_form .gform_wrapper ul.gform_fields li.formtable_col2{width:25% !important;}
.quote_form .gform_wrapper ul.gform_fields li.formtable_col3{width:18% !important;}
.quote_form .gform_wrapper ul.gform_fields li.formtable_col4{width:19% !important;}
.quote_form .gform_wrapper ul.gform_fields li.formtable_col5{width:24% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec {width: 50% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_total_calc {width: 50% !important;}
}

@media (max-width: 380px)
{

.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head textarea, .quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head input,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec textarea, .quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec input,.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_border textarea,.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_head textarea{max-height: 50px !important;min-height: 50px !important;font-size: 12px !important;padding: 5px !important;line-height: 3;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.threequat_sec {width: 45% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_total_calc {width: 55% !important;}
.quote_form .gform_wrapper ul.gform_fields li.gfield.quat_sec.quat_total_calc .ginput_container:after {top: 15px;font-size: 13px;}

}

/* .single-gallery .grey{
	text-align: center;
	padding: 40px 0px !important;
} */
