/*=== HEADER ===*/
#header {
    height: 140px;
    background-color: #323d4f;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    font-family: 'Montserrat-Regular';
    box-shadow: 0 2px 10px -3px rgba(50,61,79,.5);
    z-index: 120;
}
.header-wrapper a:hover,
.footer-wrapper a:hover {
    color: #cdbd9b;
}
.header-wrapper .container {
    height: 100%;
}
.header-wrapper .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.top-bar {
    height: 50px;
    background-color: #fff;
}
.social {
    margin-top: 3px;
}
.social a {
    margin-right: 10px;
    font-size: 20px;
}
.top-menu li,
.copyright li {
    display: inline-block;
}
.top-menu li:not(:last-child):after,
.copyright li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: -2px 6px 0;
    vertical-align: middle;
    background-color: #cdbd9b;
}
.top-menu span {
    font-size: 18px;
    font-family: 'AGaramondPro-Regular';
}
.top-menu a[href^=tel] {
    color: #cdbd9b;
}
.header-menu {
    height: 90px;
    text-transform: uppercase;
    color: #fff;
    background-color: #323d4f;
}
.header-menu .container > .flexbox > div:first-child {
    flex-basis: 0;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
}
.header-menu .container > .flexbox > div:last-child {
    height: 100%;
    flex-grow: 1;
}
.logo,
.logo img {
    display: block;
}

/*=== FIXED & INNER HEADER ===*/
.fixed .header-wrapper {
    position: fixed;
    top: 0 !important;
}
.fixed .header-wrapper .top-bar {
    margin-top: -50px;
}
#inner .header-menu .container > .flexbox > div:first-child,
.fixed .header-menu .container > .flexbox > div:first-child {
    flex-basis: 210px;
    opacity: 1;
    visibility: visible;
}

/*=== MAIN NAVIGATION ===*/
.main-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(50,61,79,.5);
    z-index: 12;
    opacity: 0;
    visibility: hidden;
}
.open .main-overlay {
    opacity: 1;
    visibility: visible;
}
#nav-btn,
#nav-close-btn {
    display: none;
    font-size: 28px;
}
.main-nav,
.main-nav nav,
.nav-menu,
.nav-menu > li {
    height: 100%;
}
.nav-menu {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
li.has-child {
    position: relative;
}
.nav-menu > li {
    position: relative;
}
.nav-menu > li > a {
    padding: 23px 20px 0;
    white-space: nowrap;
}
.nav-menu > li > a:after {
    content: "";
    position: absolute;
    bottom:  0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #cdbd9b;
    opacity: 0;
    visibility: hidden;
    z-index: 6;
}
.main-nav nav > .nav-menu > li:last-child {
	position: relative;
	z-index: 1;
}
.main-nav nav > .nav-menu > li:last-child::after {
	content: "";
	height: calc(100% + 10px);
	width: 100%;
	background-color: rgba(255,255,255,0.1);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: -35px;
    width: 286px;
    padding: 20px 0 15px;
    text-align: left;
    background-color: #323d4f;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}
.sub-menu a {
    display: block;
    padding: 9px 25px 5px 35px;
}
.sub-menu a:hover {
    color: #fff;
    background-color: #cdbd9b;
}
.nav-menu > li.active > a,
li.has-child:hover > a {
    color: #cdbd9b;
}
.nav-menu > li > a:hover:after,
li.has-child:hover > a:after,
li.has-child:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

/*=== TOP BANNER ===*/
.banner {
    position: relative;
    min-height: 580px;
    color: #fff;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-attachment: fixed;
}
.banner .single-banner:before,
.banner .single-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}
.banner .single-banner:before {
    background-color: rgba(50,61,79,.5);
}
.banner .single-banner:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
}
.banner .container,
.sub-banner .container {
    height: 100%;
    z-index: 2;
}
.banner .top-slider .flexbox {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 210px 0 155px;
}
.banner .slick-list,
.banner .slick-track {
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.banner .slick-arrow {
    color: #fff;
    opacity: 0.5;
}
.banner .slick-arrow:after {
    font-size: 54px;
}
.banner .slick-arrow.slick-prev.arrow-show:hover,
.banner .slick-arrow:hover {
    opacity: 1;
}
.banner .slick-arrow.slick-prev {
    left: calc(50% - 620px);
    opacity: 0;
}
.banner .slick-arrow.slick-prev.arrow-show {
    opacity: 0.5;
}
.banner .slick-arrow.slick-next {
    right: calc(50% - 550px);
}
.banner-top {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.banner-top .flexbox {
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 15px;
}
.banner-top .banner-logo {
    max-width: 362px;
    padding-left: 20px;
}
.banner-top .btn,
.sub-banner .btn {
    padding: 9px 20px 7px 17px;
}
.banner-top .btn {
    margin-top: 18px;
}
.banner-text {
    max-width: 550px;
    width: 100%;
}
.banner-text .btn {
    margin-top: 30px;
}
.large-text {
    margin-bottom: 10px;
    font: 34px/1.63 'Montserrat-Regular';
}
.large-text span {
    display: block;
    font: 64px/0.8 'AGaramondPro-Regular';
}
.banner-content {
    font-size: 18px;
}
.sub-banner {
    height: 315px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}
.sub-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(50,61,79,.25);
}
.sub-banner .flexbox {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0 35px;
    height: 100%;
}
.sub-banner .banner-text {
    max-width: 600px;
    text-align: left;
    margin-top: auto;
}
.sub-banner a {
    margin-left: auto;
}

/*=== BREADCRUMBS ===*/
.breadcrumbs {
    margin-bottom: 35px;
    text-align: right;
}
.breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.breadcrumbs li:last-child {
    color: #cdbd9b;
}
.breadcrumbs li:after {
    content: "/";
    display: inline-block;
    position: relative;
    margin: 0 3px 0 3px;
}
.breadcrumbs li:last-child:after {
    content: none;
}

/*=== QUICK LINKS SECTION  ===*/
.quick-links-wrapper {
    position: relative;
    height: 134px;
    margin-top: -134px;
    border-top: 1px solid rgba(255,255,255,.25);
    text-align: center;
    color: #fff;
    z-index: 10;
}
.quick-links-wrapper .container {
    height: 100%;
}
.quick-links-wrapper .flexbox {
    flex-wrap: nowrap;
    height: 100%;
}
.quick-links-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,.25);
}
.quick-links-wrapper a:last-child {
    border: 0;
}
.quick-links-wrapper a:hover {
    background-color: #323d4f;
}
.quick-links-wrapper h3 {
    line-height: 1;
    font-size: 42px;
}

/*=== ABOUT SECTION ===*/
.page-content {
    padding: 105px 0 125px;
    background: url(../images/layout/text-welcome.png) no-repeat bottom 20px left -85px;
}
.page-content .flexbox {
    flex-wrap: nowrap;
    align-items: center;
}
.page-content .flexbox > div:first-child {
    flex-shrink: 0;
    width: 300px;
    padding: 8px 20px 8px 0;
    text-align: center;
}
.page-content .flexbox > div:last-child {
    width: calc(100% - 300px);
    border-left: 1px solid rgba(50,61,79,.25);
    padding: 8px 0 8px 30px;
}
.page-content .flexbox > div:last-child > ul {
    display: flex;
}
.page-content .flexbox > div:last-child > ul li {
    width: 50%;
    padding: 0 16px 0 0;
}
.page-content .flexbox > div:last-child > ul li + li {
    padding: 0 0 0 16px;
}

/*=== FEATURED SECTION  ===*/
.featured-wrapper {
    overflow: hidden;
}
.featured-wrapper .img-box {
    width: calc(50% - 100px);
}
.featured-wrapper .flexbox > div:last-child {
    width: calc(50% + 100px);
    padding: 58px 0 135px;
    background: #323d4f;
    color: #fff;
    position: relative;
}
.featured-wrapper .flexbox > div:last-child:after {
    content: '';
    width: 888px;
    height: 209px;
    position: absolute;
    left: -145px;
    bottom: 30px;
    background: url(../images/layout/text-services.png) no-repeat;
}
.featured-wrapper .align-center {
    max-width: 545px;
    margin: 0 auto 20px;
}
.services-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.services-list li {
    width: 33.333%;
    text-align: center;
    position: relative;
}
.services-list li:after,
.services-list li:before {
    content: '';
    position: absolute;
    background: rgba(255,255,255,0.25);
    bottom: 0;
    right: 0;
}
.services-list li:after {
    height: 1px;
    width: 95px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.services-list li:before {
    height: 95px;
    width: 1px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.services-list li:nth-child(3n):after,
.services-list li:nth-child(3n):before {
    content: none;
}
.services-list a {
    display: block;
    padding: 40px 10px 45px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
}
.services-list a:hover {
    background: #cdbd9b;
}
.services-list .icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 75px;
    margin: 0 auto 10px;
}
.services-list .icon img {
    max-height: 100%;
}
.services-list a:hover .icon img {
    filter: invert(45%) sepia(0%) saturate(234%) hue-rotate(140deg) brightness(92%) contrast(85%);
}

/*=== TEAM SECTION ===*/
.team-wrapper {
    padding-top: 75px;
    background: url(../images/layout/text-doctors.png) no-repeat center bottom 30px;
    overflow: hidden;
}
.team-wrapper h2 {
    margin-bottom: 10px; 
}
.team-wrapper h2:before {
    margin-bottom: 25px;
}
.team-wrapper .team-top {
    max-width: 670px;
    margin: 0 auto 20px;
}
.team-wrapper .btn {
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-team-photo {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.main-team-photo img {
    display: block;
}
.pins {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pins li {
    position: absolute;
    z-index: 1;
}
.pins li > a {
    position: relative;
    display: block;
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #cdbd9b;
    background-clip: content-box;
    border: 5px solid rgba(205, 189, 155, 0.65);
    box-shadow: 0 0 0 5px rgba(205, 189, 155, 0.35);
    animation: pulse 1.8s infinite;
    -webkit-animation: pulse 1.8s infinite;
    transition: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(205, 189, 155, 0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(205, 189, 155, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(205, 189, 155, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(205, 189, 155, 0.5);
    box-shadow: 0 0 0 0 rgba(205, 189, 155, 0.5);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(205, 189, 155, 0);
      box-shadow: 0 0 0 10px rgba(205, 189, 155, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(205, 189, 155, 0);
      box-shadow: 0 0 0 0 rgba(205, 189, 155, 0);
  }
}
.pins li.in-active {
    z-index: 0;
}
.pins li a.active {
    z-index: 2;
    box-shadow: none;
    animation: none;
    -webkit-animation: none;
}
.main-team-photo .pins li:first-child {
	top: 270px;
	left: 85px;
}
.main-team-photo .pins li:nth-child(2) {
	top: 290px;
	left: 402px;
}
.main-team-photo .pins li:nth-child(3) {
	top: 246px;
	left: 580px;
}
.main-team-photo .pins li:last-child {
	top: 275px;
	right: 90px;
}
/* Tooltips */
.tooltip-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 266px;
    padding: 30px 25px 25px;
    text-align: center;
    color: #fff;
    background-color: rgba(50,61,79,0.8);
    border-radius: 15px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%);
    z-index: 1;
}
li.active .tooltip-box {
    -webkit-transform: scale(1, 1) translateX(-50%);
    -moz-transform: scale(1, 1) translateX(-50%);
    -ms-transform: scale(1, 1) translateX(-50%);
    -o-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%);
}
.tooltip-box h3 {
    margin-bottom: 10px;
}
.tooltip-box {
    font: 14px/1.7 'Montserrat-Light';
}
.tooltip-box p {
    margin-bottom: 15px;
}

/*=== TESTIMONIALS SECTION ===*/
.testimonials-wrapper {
    background: url(/images/layout/text-testimonials.png) no-repeat center bottom 30px #323d4f;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.testimonials-wrapper > .container > .flexbox {
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-wrap: nowrap;
}
.testimonials-wrapper .inner-box {
    width: 100%;
    max-width: 1000px;
}
.testimonials-wrapper .text-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.testimonials-wrapper h2 {
    margin-bottom: 20px;
}
.testimonials-wrapper h2:before,
.testimonials-wrapper p:not(:last-child) {
    margin-bottom: 25px;
}
.testimonials-slider .slick-list {
    max-height: 305px;
}
.testimonials-arrows {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}
.testimonials-arrows .slick-arrow {
    position: static;
    top: auto;
    transform: none;
    color: #fff;
}
.testimonials-arrows .slick-arrow:hover {
    color: #cdbd9b;
}
.testimonials-arrows .slick-prev {
    margin-right: 19px;
}
.testimonials-wrapper .img-box {
    width: 268px;
    height: 268px;
    border-radius: 50%;
    background-position: top center;
    flex-shrink: 0;
}
.testimonials-wrapper .img-box + .text-box h2:before {
    margin-left: 0;
}
.testimonials-wrapper .img-box + .text-box {
    width: calc(100% - 268px);
    padding-left: 50px;
    text-align: left;
    padding-top: 5px;
}

/*=== CALLOUTS SECTION ===*/
.bar-callout {
    background: #cdbd9b;
    color: #fff;
}
.bar-callout .flexbox {
    justify-content: center;
    align-items: center;
    padding: 30px 0 20px;
}
.bar-callout h2 {
    margin: 15px 30px 15px 0;
}
.bar-callout h2:before {
    content: none;
}
.bar-callout .btn {
    align-self: center;
}

/*=== MAIN CONTENT ===*/
.main-content {
    padding: 20px 0 245px;
    background: url(../images/layout/text-menomonie.png) no-repeat center bottom 50px;
}
#inner .main-content {
	background: #fff;
}
.main-content .table {
    display: flex;
    align-items: stretch;
}
.main-content .col-left,
.main-content .col-right {
    display: block;
    height: auto;
}
.main-content .content {
    width: calc(100% - 245px);
    padding: 35px 60px 0 45px;
}
.main-content .content:only-child {
	width: 100%
}
.main-content .content h1 {
    margin-bottom: 25px;
}
.main-content .content h3 {
    text-transform: uppercase;
    color: #cdbd9b;
    font: 24px/1.63 'Montserrat-SemiBold';
}
.main-content .content h3:after {
    margin: 15px 0 5px;
}
.main-content .content ul:not([class]) {
    margin-bottom: 25px;
}
.main-content .content ul:not([class]):last-child {
    margin-bottom: 0;
}
.main-content .content ul:not([class]) li {
    position: relative;
    padding-left: 17px;
}
.main-content .content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #323d4f;
}
.sidebar {
    width: 245px;
    flex-shrink: 0;
    padding-right: 40px;
    position: relative;
}
.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 17px;
    width: 1px;
    height: calc(100% - 60px);
    background: #ccced3;
}
.sidebar h3,
.sidebar h3:before {
    margin-bottom: 15px;
}
.sidebar > *:not(:last-child) {
    margin-bottom: 35px;
}
.sidebar > img {
    width: 100%;
}
.sidebar-menu{
    text-align: center;
}
.sidebar-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.sidebar-menu a {
    text-transform: uppercase;
    font-size: 14px;
}
.sidebar-menu .active a {
    color: #cdbd9b;
    text-decoration: underline;
}
.sidebar-menu a:hover {
    color: #cdbd9b;
}
/* Accordion */
.main-content .content .accordion {
    margin: 0 -60px 55px 0;
}
.accordion-inner {
    border-bottom: 1px solid #ccced3;
}
.accordion-head {
    position: relative;
    padding: 17px 80px 17px 0;
    font-family: 'Montserrat-SemiBold';
    cursor: pointer;
}
.accordion-head:before,
.accordion-head:after {
    content: "";
    position: absolute;
    top: 29px;
    right: 30px;
    width: 18px;
    height: 3px;
    background: #323d4f;
}
.accordion-head:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion-head.collapsed:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.accordion-content {
    display: none;
    padding: 10px 80px 30px 0;
}
.accordion-content p:last-child {
    margin-bottom: 0;
}

/*=== FOOTER ===*/
.footer-wrapper {
    height: auto;
}
.footer-wrapper > div:first-child {
    padding: 35px 15px 45px;
    font-family: 'Montserrat-Regular';
}
.footer-wrapper .flexbox {
    justify-content: space-between;
    align-items: flex-start;
}
.footer-wrapper > div:first-child .flexbox > div {
    padding-right: 30px;
}
.footer-wrapper .logo {
    max-width: 222px;
}
.copyright {
    padding: 24px 0;
    font-size: 14px;
    background-color: #242d3d;
    color: rgba(255, 255, 255, 0.5);
}
.copyright .flexbox {
    align-items: center;
}
.copyright ul {
    display: inline-block;
    vertical-align: top;
}
.copyright li:not(:last-child):after {
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
}
.copyright span {
    margin-right: 15px;
}
.jbsystems {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    line-height: 1.2;
}
a.jbsystems:hover {
    color: inherit;
}
.jbsystems div {
    flex-shrink: 0;
    width: 88px;
    height: 33px;
    background: url(/images/layout/logo-JB-Systems.png) no-repeat;
}

/*=== VIDEOS PAGE ===*/
/*
.story-box .video-link .play-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: auto;
	left: auto;
	margin: 0 15px 0 0;
}
*/
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 50px;
	background-color: #303030;
	transition: background-color 0.2s ease 0s;
}
:hover > .play-btn,
:active > .play-btn {
	background-color: #404040;
}
.play-btn::after {
	content: "";
	border-left: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.med-heading::after {
	margin: 15px auto 5px !important;
}
.video-section {
	display: block;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.video-section .video-box {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	text-align: center;
}
.video-box div {
	color: #2f2635;
}
.video-section .video-box:nth-child(2n) {
	margin-left: 2.5%;
}
.video-section .video-box:nth-child(n+3) {
/* 	margin-top: 80px; */
	margin-top: 7.25%;
}
.video-box .med-heading {
	margin-bottom: 10px;
}
input.visible {
	visibility: hidden;
	position: absolute;
}

/*============== Photo Gallery ==============*/

.main-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.main-gallery > a {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 10px 0;
	height: 220px;
	width: 32%;
}
.main-gallery > a:before {
	content: '';
	background: transparent url('/images/icons/eye.png') no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	height: 60px;
	width: 104px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.main-gallery > a:hover:before {
	opacity: 1;
	visibility: visible;
}
.main-gallery > a figcaption {
	background-color: rgba(205, 189, 155, 0);
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	font-family: Georgia,Times, serif;
	position: absolute;
	top: 7%;
	left: 7%;
	transition: all 0.3s ease 0s;
	height: 86%;
	width: 86%;
}
.main-gallery > a:hover figcaption {
	background-color: rgba(205, 189, 155, 0.5);
	padding-top: 40%;
}
.gallery-page h1 {
	display: none;
}
.gallery-title {
	display: block !important;
	margin-bottom: 0px;
}
.gallery-title + h2 {
	font-weight: normal;
}
.photo-gal {
	text-align: center;
	padding-bottom: 105px;
	max-width: 1100px;
	margin: 50px auto 0;
}
.photo-gal .btn {
	margin-top: 50px;	
}
.photo-box a {
	display: block;
	height: 100%;
	width: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0s;
}
/*
.photo-box.single-image a {
	opacity: 0;
}
*/
.photo-box.single-image:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 5%;
	background-color: rgba(205, 189, 155, 0.5);
	height: 90%;
	width: 90%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.photo-box.single-image:hover:before {
	opacity: 1;
	visibility: visible;
}
.photo-box.single-image a:after {
	content: '';
	background: transparent url('/images/icons/eye.png') no-repeat center center;
	color: #fff;
	text-align: center;
	font-size: 40px;
	height: 60px;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.photo-box.single-image a:hover:after {
	opacity: 1;
	visibility: visible;
}
.gal-content {
	position: relative;
	z-index: 5;
	max-width: 1130px;
	margin: 0 auto 0;
	padding: 0 35px 0;
}
.photo-box p {
	position: relative;
	top: 50%;
	line-height: 0;
	text-align: center;
}
.grid-item .photo-box img {
	display: none;
}
.float-btn {
	margin-bottom: 50px;
}

/* ---- grid ---- */
#photo-gal-container {
	height: 0px;
	overflow: hidden;
}
.grid {
  margin: 0px auto;
  max-width: 100%;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item { 
	width: 340px; 
}
.grid-item {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.grid-item--height2 { 
	height: 450px; 
}
.grid-item--height3 { 
	height: 250px; 
}
.grid-item--height4 { 
	height: 375px; 
}
.grid-item img {
  display: block;
  max-width: 100%;
}
.popup {
	padding: 30px;
	background: #FFF;
}
.popup p {
	font: 16px/1.63 'Montserrat-Light';
}
.testimonial-popup {
	position: relative;
}
.testimonial-popup:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/images/layout/text-testimonials.png) no-repeat center bottom scroll transparent;
	background-size: 95% auto;
	opacity: 0.4;
	top: 0;
	left: 0;
}
.staff-modal {
	display: flex;
	flex-wrap: wrap;
}
.staff-modal > div + div {
	flex-grow: 1;
	width: 100%;
	max-width: 495px;
	padding-left: 30px
}
.staff-modal iframe {
	width: 100%;
}
.staff .person {
	cursor: pointer;
}
.staff .person h3 {
	transition: all 0.3s ease 0s;
}
.staff .person:hover h3 {
	color: #323d4f;
}
.staff-modal img {
	max-width: 236px;
}
.page-sections .section + .section {
	margin-top: 30px;
}
.page-sections .section header {
	padding: 14px 20px;
	background-color: #cdbd9b;
	font-family: 'Montserrat-Bold';
	font-size: 22px;
	color: #FFF;
	line-height: 1;
	position: relative;
	cursor: pointer;
}
.page-sections .section header span {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	background-color: #323d4f;
	right: 0;
	top: 0;
}
.page-sections .section header span:before,
.page-sections .section header span:after {
	background-color: #fff;
	display: block;
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
}
.page-sections .section header span:before {
	height: 22px;
	width: 4px;
	transform: rotate(0deg);
}
.page-sections .section.open header span:before {
	transform: rotate(90deg);
}
.page-sections .section header span:after {
	height: 4px;
	width: 22px;
}
.page-sections .section .section-content {
	padding: 15px;
	font-size: 18px;
	display: none;
}
.page-sections .section .section-content p {
	font-size: 16px !important;
}
.page-sections .section .section-content img {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 200px;
}
/********************************
	Before & After slider 
*********************************/
#before-after .ba-content{
	height: 300px;
	width: 450px;
	overflow: hidden;
	margin: 18px;
}
#before-after .ba-content {
	display: inline-block;
}

#before-after .ba-slider {
	height: 55vh;
	width: 450px;
}

#before-after .ba-slider .handle{
    background: #cdbd9b;
    width: 5px;
    height: 300px;
}
#before-after .ba-slider .handle:after{
    content: "\f337";
    font-family:Font Awesome\ 5 Pro;
    background: #cdbd9b;
    font-weight: 700;
    font-size: 44px;
    color: #FFF;
    width: 58px;
    height: 58px;
    line-height: 60px;
    margin: -30px 0 0 -28px;
    border: 1px solid #978358;
    box-shadow: 0 2px 6px rgba(0,0,0,.3),inset 0 2px 0 rgba(255,255,255,.5),inset 0 60px 50px -30px #cdbd9b;
}

#before-after .ba-slider figure {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 300px;
	width: auto;
}

#before-after .ba-description {
	background-color: #323d4f;
	padding: 20px;
	color: #FFF;
}
#before-after .ba-description,
#before-after .ba-description p {
	font-size: 14px;
	line-height: 1.5;
}

#before-after .ba-content + .ba-content {
	margin-top: 50px;
}