:root {
	--star-measure: 40;
	--star-size: calc(var(--star-measure) * 1px);
  }
.bgoverlay
{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#loopedbg
{
	position:absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	background: url(../img/poster.jpg) no-repeat;
	background-position:center;
	overflow:hidden;
}
#home
{
	margin-top:0;
}
.anchor
{
	position:absolute;
	margin-top:-200px;
	font-size:0;
}
.scrollstop
{
	overflow-y:hidden;
}
section
{
	position:relative;
	display:table;
	width:100%;
	padding:100px 0;
}
.content
{
	display:table-cell;
	vertical-align:middle;
}
#section3 .content
{
	display:flex;
}
#overlaybg
{
	background:rgba(255,255,255,.9);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:50;
	height:100%;
}
.menuopen #overlaybg,
.menuopen #closemenu
{
	display:block;
}
.menuopen #menuoverlay
{
	display:table;
}
.menuopen header #menu
{
	display:none;
}
#menuoverlay
{
	color:#000;
	position:fixed;
	z-index:51;
	height:100%;
}
#menuoverlay nav a
{
	font-size:60px;
	display:block;
	text-align:center;
	color:#000;
	transition: background 300ms;
}
#menuoverlay nav a:hover
{
	background:#A4A69C;
	color:#fff;
}
#menuoverlay nav a.activebtn
{
	color:rgba(0,0,0,.4);
}
#menuoverlay nav a.activebtn:hover
{
	color:rgba(255,255,255,.4);
}
nav ul {
	list-style: none; 
	padding: 0;
	margin: 0;
	background: none;
  }
  nav ul li {
	display: block;
	position: relative;
	float: left;
	background: none;
	
  }
  /* This hides the dropdowns */
  nav li ul {
	display: none;
  }
  nav ul li a {
	display: block;
	padding: 1em;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
  }
  nav li.dropdown ul li
  {
	  width:100%;
  }
  nav li.dropdown ul li a
  {
	  margin:0;
	  padding: 3px 10px;
	  text-align: center;
  }
  nav ul li a:hover {
	/* background: #333; */
	/* border-radius:35px; */
  }
  /* Display the dropdown */
  nav li:hover > ul {
	display: block; 
	position: absolute;
	background: #F4E153;
	/* border-radius: 15px; */
	box-shadow: 0px 0px 5px 2px rgba(153, 153, 153,0.2);
	z-index: 5;
	/* left: -78px; */
  }
  /* Remove float from dropdown lists */
  nav li:hover li {
	  float: #fff;
  }
  nav li:hover a {
	background: #F4E153;
	color:#231F20;
	/* border-radius: 35px; */
  }
  nav li.dropdown:hover a
  {
	/* border-radius: 35px 35px 0 0; */
  }
  nav li.dropdown:hover a.main
  {
	  background: #231F20;
	  color:#fff;
	  position: relative;
	  z-index: 6;
  }
  nav li:hover li a:hover {
	background: #231F20;
	color:#fff;
	
  }
  .main-navigation li ul li {
	border-top: 0;
  }
  /* Displays second level dropdowns to the right of the first level dropdown */
  nav ul ul ul {
	left: 100%;
	top: 0; 
  }
  
  
  /* Simple clearfix */
  
  nav ul:before,
  nav ul:after {
	  content: " "; /* 1 */
	  display: table; /* 2 */
  }
  
  nav ul:after {
	  clear: both;
  }
#closemenu
{
	color:#CC3A29;
	height:45px;
	width:45px;
	font-family:fast-systems;
	position:absolute;
	right:5%;
	top:45px;
	z-index:52;
	font-size:40px;
	line-height:45px;
	text-align:center;
	transition:color 300ms;
}
#closemenu:hover
{
	color:#000;
}
.shrink #closemenu
{
	position:fixed;
	top:17px;
}
#popbox
{
	position:fixed;
	width:300px;
	margin:auto;
	height:220px;
	background:#A4A69C;
	padding:40px 0;
	text-align:center;
	z-index:51;
	margin:-150px 0 0 -150px;
	left:50%;
	top:50%;
}
#popbox #successsymbol
{
	font-size:100px;
	line-height:48px;
	margin:45px 0px 10px;
}
#popbox #closesymbol
{
	color:rgba(255,255,255,.7);
	font-size:28px;
	top:0;
	position:absolute;
	right:0;
	transition:color 300ms;
	padding:20px;
}
#popbox #closesymbol:hover
{
	color:#fff;
}
header
{
	height:115px;
	/* position:absolute; */
	width:100%;
	/* top:30px; */
	z-index:11;
	transition:background 300ms, box-shadow 300ms;
	background: #F4E153;
}
header .topheader
{
	padding: 5px 0 5px 0;
	background: #231F20;
	/* border-bottom:1px solid rgba(255,255,255,0.1); */
	/* margin-bottom:20px; */
}
header .topheader .wrapper
{
	height: auto;
	text-align: right;
}
header .topheader .facey a
{
	font-size: 32px;
	color:#9bb4ec;
}
header .topheader .contactLink
{
	color:#fff;
	position: relative;
	margin-right:20px;
	padding-left:5px;
	line-height: 25px;
}
#section2-about .wrapper .button
{
	float: left;
	margin-top: 20px;
}
.facey-link
{
	color: #3b5998;
	font-weight:600;
}
.facey-link:hover
{
	color:#9bb4ec;
}
#section6 .contactcol .contactLink
{
	position: relative;
	padding-left:30px;
}
#section6 .contactcol .phone .contactLink:before
{
	position: absolute;
	content: "p";
	left: -20px;
	color:#231F20;
	font-family: meads-mechanical;
	top:1px;
}
header .topheader .phone .contactLink:before
{
	position: absolute;
	content: "p";
	left: -20px;
	color:#fff;
	font-family: meads-mechanical;
	top:1px;
}

header .topheader .phone .contactLink:before
{
	top:-4px;
}
header .topheader .address .contactLink:before
{
	position: absolute;
	content: "l";
	left: -20px;
	color:#fff;
	font-family: meads-mechanical;
	top:-3px;
}
#section6 .contactcol .address .contactLink:before
{
	position: absolute;
	content: "l";
	left: -20px;
	color:#231F20;
	font-family: meads-mechanical;
	top:-3px;
}
header .topheader .email .contactLink:before
{
	position: absolute;
	content: "e";
	left: -20px;
	color:#fff;
	font-family: meads-mechanical;
	top:1px;
}
#section6 .contactcol .email .contactLink:before
{
	position: absolute;
	content: "e";
	left: -20px;
	color:#231F20;
	font-family: meads-mechanical;
	top:1px;
}
header .topheader .email .contactLink:before
{
	top:-4px;
}
#section6 .contactcol .location .contactLink:before
{
	position: absolute;
	content: "l";
	left: -20px;
	color:#231F20;
	font-family: meads-mechanical;
	top:1px;
}
#section6 .contactcol .location .contactLink:before,
#section6 .contactcol .phone .contactLink:before,
#section6 .contactcol .email .contactLink:before
{
	left:0;
}
.shrink header .topheader
{
	/* display:none; */
}
header .topheader .icon {
	display: inline-block;
	margin-right: 20px;
	line-height: 25px;
}
header .wrapper
{
	height:80px;
}
header .table
{
	height:100%;
}
header #logowrapper,
header #navwrapper
{
	display:inline-block;
	height:100%;
}
header #navwrapper
{
	float:right;
}
header .logo
{
	line-height:65px;
	font-weight:600;
	font-size:50px;
	color:rgba(245,245,255,.95);
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow:3px 1px 2px rgba(0,0,0,.9);
	text-transform:uppercase;
}
header .logo img
{
	margin:0 5px 0 0;
}
header nav a
{
	color:rgba(255,255,255,6);
	transition:color 300ms;
	padding:0 10px;
	margin:0 0 0 20px;
	display:inline-block;
	font-size:19px;
}
header nav a:hover,
header nav a.activebtn:hover,
header .activebtn
{
	color:rgba(0,0,0,1);
}
header nav
{
	display:inline-block;
	margin:0 0 0 20px;
}
.shrink header
{
	top:0;
	position:fixed;
	/* height:80px; */
	/* background:#A4A69C; */
	box-shadow:0 0 5px rgba(0,0,0,.5);
}
.shrink header nav a
{
	background:none;
}
#about header,
#services header,
#faq header
{
	background:#F4E153;
}
#about .panelpush
{
	text-align: center;
	font-size: 0;
}
#about section section
{
	padding:10px 0;
}
#about .terms
{
	float:right;
	font-style: italic;
	font-size: 14px;
}
#about .panel
{
	display: inline-block;
	width: 24%;
	padding: 10px 26px;
	box-sizing: border-box;
	margin: 2% 4%;
}
#about .panelpush .panel img {
    width: 100%;
}
header #menu
{
	font-family:fast-systems;
	font-size:28px;
	height:45px;
	width:45px;
	border:2px solid #fff;
	color:#fff;
	line-height:48px;
	text-align:center;
	transition:background 300ms, color 300ms;
	display:none;
}
.isIE header #menu
{
	line-height:55px;/*ie specific font line height fix*/
}
header .logo
{
	display: inline-block;
	width: 385px;
}
header #menu:hover
{
	background:#fff;
	color:#A4A69C;
}
#services #section3
{
	background:#fff;
	
}
#services #section3 .panel
{
	box-shadow: none;
}
#services #section3 .panel h3
{
	font-size: 28px;
	color: #CC3A29;
}
#section1-about,
#section1-services-individual
{
	background: #231F20;
    background-size: auto;
	background-size: cover;
	padding-bottom: 0;
	padding-top:20px;
}
#section1-about h2,
#section1-services-individual h2
{
	padding: 0px 0 10px 0;
}
#section2-about,
#section2-services-individual
{
	padding-bottom:0;
	padding-top:0;
}
#section2-about
#section2-services-individual
{
	padding: 20px 0;
}
#section2-services-individual ul
{
	font-size: 16px;
	color:#231F20;
	list-style-type:none;
}
#section2-services-individual h4
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #231F20;
	text-align: left;
}
#section2-services-individual ul li
{
	list-style-type:none;
	position: relative;
	width: auto;
	line-height: 30px;
	text-align: left;
	margin-left: 30px;
}
#section2-services-individual ul li::before
{
	content: "";
	background-image: url('../img/icon-wrench.svg');
	position: absolute;
	width: 20px;
	height: 20px;
	/* background: blue; */
	left: -50px;
}
#section2-about p,
#section2-services-individual p
{
	font-size: 16px;
	text-align: left;
}
#section2-services-individual p:last-of-type
{
	padding-bottom: 20px;
}
#section2-about h3,
#section2-services-individual h3
{
	color:#231F20;
	text-align: left;
}
#section2-about .col1-2,
#section2-about .col2-2
{
	width: 30%;
	display: inline-block;
}
#section2-about h2,
#section2-services-individual h3
{
	color:#231F20;
}
#section2-about p
#section2-services-individual p
{
	color:#231F20;
	font-size: 16px;
	text-align: left;
}
#section1
{
	/* background: url(../img/bg1.jpg);
    background-size: auto;
	background-size: cover; */
	padding:0;
}
#section1 img
{
	width:100%;
}

#section1 #vidoverlay
{
	background-color:rgba(0,0,0,.6);
	background-image: url('../img/diagonal-noise.png');
	z-index:1;
}
#section1 .button-wrapper
{
	display:inline-block;
}
#section1 .content
{
	z-index:2;
	position:relative;
}
#section1 h1
{
	font-size:21px;
	font-weight: 100;
	
}
#section1 h2
{
	font-weight:600;
	font-family: 'Heebo', sans-serif;
	padding:0px 0 50px 0;
	font-size: 51px;
	margin-top:10px;
}
#section1 .content
{
	padding:100px 0 0 0;
}
#section1 .col1-2,
#section1 .col2-2
{
	display:inline-block;
}
#section1 .col1-2
{
	width:50%;
	text-align:left;
}
#section1 .col2-2
{
	width:50%;
}
#section1 .panel
{
	width:33.33%;
	display:inline-block;
}
#section1 .panelmargin:hover img
{
	transform:scale(1.1);
	opacity:.7;
}
#section1 .panelmargin
{
	margin:0 50px;
	display:block;
}
#section1 .panelmargin h3
{
	padding:20px 0 0 0;
	transition:color 300ms;
}
#section1 .panelmargin:hover h3
{
	color:rgba(255,255,255,.7);
}
#section2
{
	background:#A4A69C;
	padding-top:0;
}
#section2 .button
{
	margin:0 7% 7% 7%;
	line-height: 25px;
	position: absolute;
	bottom: 0;
}
#section2 .button:hover
{
	color:#fff;
	background:#231F20;
}
#section2 .wrapper
{
	margin-top:-50px;
	z-index: 2;
}
#section2 .panel
{
	width: 30%;
	display: inline-block;
	margin: 0 1%;
	overflow: hidden;
	background:#fff;
	border-radius:3px;
	min-height: 683px;
	position: relative;
	padding-bottom: 52px;
}
#section2 .panel:first-of-type
{
	margin-left: 0;
}
#section2 .panel:last-of-type
{
	margin-right: 0;
}
#section2 .panel:after
{
	content:'';
	clear:both;
	display:block;
}
#section2 .panel img
{
	width: 100%;
}
#section2 .panel h3
{
	padding:7% 7%;
}
#section2 .panel p
{
	padding:0 7% 6% 7%;
}
#section3
{
	background-size: cover;
	background:url(../img/bg.jpg);
	/* background-size: auto; */
	padding:0;
	text-align: center;
}
#section3 .wrapper {
    padding: 0 100px;
    /* max-width: 800px; */
	background: #fff;
	box-sizing: border-box;
}
#services #section3 .wrapper {
    width:100%;
}
#services #section3 .col-wrapper
{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#services #section3 .col1-2 {
    /* padding: 0 5%; */
    box-sizing: border-box;
}
#services #section3 .col2-2.service1 {
    background: url(../img/bg_service1.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: cover;
    background-position: center;
}
#services #section3 #panelpush .panel
{
	font-size: 0;
	width: 100%;
	box-sizing: border-box;
	padding:0 20px;
}
footer .button,
footer button
{
	color:#333;
}
#section3 p
{
	color:#000;
	font-size: 16px;
	margin-bottom: 20px;
}
#section3 .col-wrapper
{
	font-size: 0;
	margin: 0 auto;
	max-width: 800px;
}
#section3 .col1-2
{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	font-size: 16px;
}
#services #section3 #panelpush .panel p:first-of-type
{
	padding-top:15px;
}

#section2-services-individual .btn-wrapper .button
{
	border: 1px solid #333;
}
#section2-services-individual .btn-wrapper
{
	text-align: left;
}
#section2-services-individual p.callustext,
#services #section3 #panelpush .panel p.callustext
{
	display: inline-block;
	padding-top: 10px;
}
#services #section3 #panelpush .panel p
{
	margin-bottom: 0px;
}
#services #section3 #panelpush .panel .button
{
	border: 1px solid #333;

}
#services #section3 #panelpush .panel:nth-of-type(2n)
{
	background: rgb(241, 240, 240);
	border-top: 1px solid rgb(160, 160, 160);
	border-bottom: 1px solid rgb(160, 160, 160);
}
#services #section3 #panelpush .panel:nth-of-type(2n) .col1-2
{
	float: right;
}
#services #section3 #panelpush .col2-2
{
	padding-left: 10px;
}
#section3 .col2-2
{
	display: inline-block;
	width: 80%;
	box-sizing: border-box;
	font-size: 16px;
	text-align: left
}
#section3 ul li
{
	color:#fff;
}
#section3 #panelpush
{
	text-align:center;
	margin:-10px -30px;
}
#section3 .panel
{
	font-size:16px;
	width:20%;
	
	display:inline-block;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 2px #999999;
}
#services #section3 #panelpush
{
	
	margin-top:20px;
}
#service #section3 .panel
{
	font-size:16px;
	width:20%;
	margin:0 2.5%;
	display:inline-block;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 2px #999999;
}
#section3 .panelmargin
{
	margin:10px 5px;
}
#section3 .panel img
{
	width:100%;
	/* max-width: 150px; */
	margin:0 0 10px 0;
	border-radius:3px;
}
#section3 h3
{
	font-size:25px;
	color:#231F20;
}
/* #section3 h3 span
{
	font-weight:300;
	font-family: 'Open Sans Condensed', sans-serif;
} */
#section4 p
{
	font-size: 17px;
	
}
#section4 p a
{
	font-weight: bold;
}
#section4 p a:hover
{
	color:#A4A69C;
}
#section4 .accordion p
{
	max-width: 90%;
}
#section4 .gallery
{
	display:inline-block;
	text-align: left;
}
#section4 .gallery a
{
	width:31.1%;
	margin:1% 1% 0 0%;
}
#section4 .gallery img
{
	width:100%;
}
#section4 .col1-2,
#section4 .col2-2
{
	display: inline-block;
	width:50%;
}
#section4 .col1-2 {
    padding-right: 4%;
    box-sizing: border-box;
}
#section4
{
	padding:50px;
	background: #231F20;
	border-top: 2px solid #F4E153;
}
#section4 .wrapper
{
	max-width: 1000px;
}
#section4 h2
{
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 0 20px;
}
#section4 .button
{
	float: right;
}
#section4 .galleryimage {
    display: inline-block;
    width: 30%;
    margin: 1%;
}
#section5
{
	padding-top:0;
	
}
#section5 .image--cover {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 20px;
	/* border: 4px solid#191919; */
	display: inline-block;

	object-fit: cover;
	object-position: center right;
  }
#section5 .wrapper
{
	/* border-top:1px solid rgba(164, 166, 156,0.5); */
	padding-top:30px;
	max-width: none;
}
#section5 .panel
{
	width: 30%;
	display: inline-block;
	margin: 0 1%;
	overflow: hidden;
	background:rgba(164, 166, 156,.5);
	color:#fff;
	border-radius:3px;
	min-height: 453px;
	position: relative;
	text-align: center;
	padding:3% 3%;
	box-sizing: border-box;
}
#section5 .rating {
	display: inline-block;
    -webkit-appearance: none;
    width: var(--star-size);
    height: var(--star-size);
    background: transparent url('data:image/svg+xml,     <svg xmlns="http://www.w3.org/2000/svg"       viewBox="0 0 100 100">         <path d="M48 0L59.2257 34.5491H95.5528L66.1636 55.9017L77.3893 90.4509L48 69.0983L18.6107 90.4509L29.8364 55.9017L0.447174 34.5491H36.7743L48 0Z" \a         fill="%23F6F6F6"/>     </svg>') no-repeat;
    background-size: var(--star-size) var(--star-size);
  }
#section5 .rating.yellow{
    -webkit-appearance: none;
    width: var(--star-size);
    height: var(--star-size);
    background: transparent url('data:image/svg+xml,     <svg xmlns="http://www.w3.org/2000/svg"       viewBox="0 0 100 100">         <path d="M48 0L59.2257 34.5491H95.5528L66.1636 55.9017L77.3893 90.4509L48 69.0983L18.6107 90.4509L29.8364 55.9017L0.447174 34.5491H36.7743L48 0Z" \a         fill="%23EEA904"/>     </svg>') no-repeat;
    background-size: var(--star-size) var(--star-size);
  }
#section5 .panel .content-wrapper
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 3% 3% 3%;
}
#section5 .panel h3,
#section5 .panel h4,
#section5 .panel p
{
	color:#231F20;
}
#section5 .panel:first-of-type
{
	margin-left: 0;
}
#section5 .panel:last-of-type
{
	margin-right: 0;
}
#section5 .panel:after
{
	content:'';
	clear:both;
	display:block;
}
#section6
{
	padding:0;
}
#section6 .contactcol
{
	width:285px;
	padding: 3%;
	background: #F4E153;
	text-align: left;
	color:#231F20;
	min-height: 400px;
}

#section6 .contactcol h3
{
	text-align: left;
	font-size: 20px;
	letter-spacing: 0.02em;
	font-family: heebo;
	color:#231F20;
}
footer h3
{
	text-align: left;
	font-size: 20px;
	letter-spacing: 0.02em;
	font-family: heebo;
}
footer .col1-2 h4 a
{
	line-height: normal;
	color:#fff;
}
footer .col1-2 h4 a:hover
{
	color:#fff;
}
footer .inputfix
{
	position: relative;
}
footer #contactform .col1-2 {
    position: relative;
    left: -7px;
}
footer #contactform .col2-2
{
	position: relative;
	right: 0;
}

#section6 .contactcol p span
{
	font-weight: bold;
}
#section6 .contactcol .openhrs-wrapper p
{
	border-bottom:1px solid rgba(0,0,0,0.5);
	padding: 5px 0;
}
#section6 .fixedwidth
{
	width:90px;
	line-height:1.5em;
	text-align:right;
	margin:0 10px 0 0;
}
#section6 #mapgradient
{
	pointer-events:none;
	
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.6) 65%, rgba(255,255,255,0.8) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.6) 65%,rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.6) 65%,rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00840303', endColorstr='#cc840303',GradientType=1 );
}
footer
{
	height:50px;
	text-align:right;
	background:#231F20;
}
footer h3
{
	margin-top:20px;
	padding-bottom:20px;
}
footer .button,
footer button
{
	margin:0;
}
footer h4
{
	font-size:16px;
	opacity: 0.5;
	padding:0.3em;
}
footer a,
footer .lineheightfix
{
	line-height:50px;
}
footer #divider
{
	background:rgba(255,255,255,.2);
	height:24px;
	width:1px;
	position:relative;
	top:12px;
	display:inline-block;
	margin:0 20px;
}
footer #privacyloading
{
	padding:0 0 0 10px;
	display:inline-block;
}
footer #privacyloading div
{
	font-size:24px;
	line-height:50px;
}
footer #privacyloading #privacyloadingspin
{
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
footer .social
{
	float:left;
	font-size:40px;
}
#privacysection
{
	padding-bottom:20px;
	text-align: left;
}
#ti
{
	position:fixed;
	width:240px;
	background:#ccc;
	background:rgba(255,255,255,.85);
	bottom:3%;
	left:3%;
	z-index:1000000;
	padding:20px 20px 10px 10px;
	font-family:Arial, sans-serif;
	border-radius:5px;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	font-size:13px;
	transition: background 300ms;
}
#ti:hover
{
	background:#fff;
}
#ti h2,
#ti h3
{
	font-family:Arial, sans-serif;
	font-size:26px;
	color:#000;
}
#ti h3
{
	margin:0;
	font-weight:700;
	font-size:16px;
}
#ti li
{
	font-family:Arial, sans-serif;
	color:#000;
}


.container {
    max-width: 1140px;
	margin: 0 auto;
	/* padding-top:50px; */
}

.accordion-item,
.accordion-item2 {
    margin: 10px 0;
}

.accordion-header,
.accordion-header2 {
    cursor: pointer;
    display: block;
    line-height: 50px;
    font-size: 22px;
    position: relative;
    background-color: #ffffff;
    color: #231F20;
    padding: 0 55px 0 20px;
    border: #A4A69C 1px solid;
}

.accordion-header>span,
.accordion-header2>span {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 25px;
    width: 25px;
    transform: translateY(-50%);
    cursor: pointer;
}

.accordion-header>span::before,
.accordion-header2>span::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 15px;
    width: 3px;
    background-color: #231F20;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.accordion-header>span::after,
.accordion-header2>span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 15px;
    width: 2px;
    background-color: #231F20;
    transform: translate(-50%, -50%) rotate(90deg);
}


.accordion-open .accordion-header>span::before,
.accordion-open .accordion-header2>span::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-body
{
    padding: 20px;
    background-color: #A4A69C;
    font-size: 18px;
    text-align: justify;
    display: none;
	
}

#section4 .accordion-body p
{
	color:#f9f9f9;
}


/* =============
Footer Styles
================ */
footer {
	width:100%;
	bottom: -572px;
	min-height: 572px;
	position:absolute;
	left:0;
}
footer .wrapper {
	padding-top:0 20px;
}
footer a,
footer span,
footer a span {
	transition:color 200ms;
	color:#999;
}
footer a:hover,
footer a:hover span {
	color:#000;
}
.dark-theme footer a:hover,
.dark-theme footer a:hover span {
	color:#f9f9f9;
}
footer #divider {
	background:rgba(255,255,255,.2);
	height:24px;
	width:1px;
	position:relative;
	display:inline-block;
	margin:0 20px;
}
footer .facey,
footer .insta,
footer .linkedin {
	float:left;
	margin-left:12px;
}
footer .facey {
	font-size:27px;
}
footer .insta {
	font-size:30px;
	margin-top: -1px;
}
footer .linkedin {
	font-size:28px;
	margin-top: -1px;
}
footer .wrapper {
	padding: 
}
footer .btminfo .left
{
	margin-top:-5px;
}
footer .footer-inner {
	position:relative;
	height:100%;
}
footer .maininfo
{
	position:relative;
	z-index:5;
}
footer .maininfo .col1-2,
footer .maininfo .col2-2{
	display:inline-block;
	width:49%;
}
footer .maininfo .icon{
	max-width:40px;
}
footer .maininfo .icon img{
	max-width:30px;
}
footer .btminfo{
	position: absolute;
	width: 100%;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 408px; /* bottom = footer height */
}
main{
	z-index: 2;
	position: relative;
}
.taptocall
{
	display: none;
	position: fixed;
	width: 100%;
	height: 70px;
	background: rgb(39, 68, 82);
	bottom: 0;
	z-index: 500;
}
.taptocall a
{
	line-height: 70px;
	/* width: 100%; */
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 25px;
	color:#fff;
	font-weight: bold;
}
.taptocall .phone .contactLink::before
{
	position: absolute;
	content: "p";
	left: -30px;
	color:#fff;
	font-family: meads-mechanical;
	top:1px;
	font-size: 25px;
}
.taptocall .phone
{
	position: relative;
	text-align: center;
}

.section-bottom
{
	margin-bottom: 347px;
}

.review-wrapper
{
	position: relative;
}
.review-wrapper .prev, .review-wrapper .next{
	position: absolute;
}
.review-wrapper .prev
{
	top:200px;
	left:-38px;
}
.review-wrapper .next
{
	top: 200px;
	right: -19px;
}
.review-wrapper .prev::after{
	position: absolute;
	content: '';
	background-image:url("../img/prev_dark.png");
	/* background-color: #000; */
	width:24px;
	height:48px;
	cursor: pointer;
}
.review-wrapper .next::before{
	position: absolute;
	content: '';
	background-image:url("../img/next_dark.png");
	/* background-color: #000; */
	width:24px;
	height:48px;
	cursor: pointer;
}
#map-plug {display:none;}

    #google-reviews {
        display:flex;
        flex-wrap:wrap;
        justify-content: center;
    }

    .review-item {
        border:solid 1px rgba(190,190,190,.35);
        margin:0 auto;
        padding:1em;
        flex: 1 1 20%;
    }

    @media ( max-width:1200px) {
        .review-item { flex: 1 1 40%; }
    }

    @media ( max-width:450px) {
        .review-item { flex: 1 1 90%; }
    }

    .review-meta, .review-stars {text-align:center; font-size:115%;}
    .review-author { text-transform: capitalize; font-weight:bold; }
    .review-date {opacity:.6; display:block;}
    .review-text {  line-height:1.55; text-align:left; max-width:32em; margin:auto;}



    .review-stars ul {
        display: inline-block;
        list-style: none !important;
        margin:0; padding:0;
    }

    .review-stars ul li {
        float: left;
        list-style: none !important;
        margin-right: 1px;
        line-height:1;
    }

    .review-stars ul li i {
        color: #E4B248;
        font-size: 1.4em;
        font-style:normal;
    }
    .review-stars ul li i.inactive { color: #c6c6c6;}
    .star:after { content: "\2605"; }
    .review-item{
        max-width: 320px;
        margin: 0 4px;
        height: 320px;
        max-height: 320px;
        text-align: center;
        padding: 40px !important;
    }
    .review-item .review-img{
        display: block;
    }

    .review-img img{
        max-height: 80px;
        margin:0 auto;
        margin-bottom: 20px;
    }

    .review-date{
        margin-bottom: 10px;
    }

    .review-meta, .review-stars{
        margin-bottom: 10px;
    }

    .review-text{
        font-size: 13px;
        line-height: 18px;
    }

    .review-stars ul li i{
        color: #ffc400;
    }

    .slick-slide{
        height: 320px!important;
        margin: 0 4px;
    }

    .slick-slider{
        max-width: 90vw !important;
		margin: 0 auto;
		border-right: 1px solid black;
		border-left: 1px solid black;
    }
    .slick-arrow{
        display: flex;
        align-items: center;
    }

    .review-item-wrapper{
        display: flex;
        justify-content: center;
    }