/* Body Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Lato:wght@700&family=Antic+Didone&display=swap');

/* Header Fonts 
@font-face {
    font-family: obrazec;
    src: url(obrazec.otf);
} */

/* CSS Variables */
:root {
    --color-white: #fff;
    --color-black: #000;
    --color-gray: #292929;
    --color-primary: #006792;
    --color-secondary: #FFC913;
    --color-cream: #F1EDE7;
    --font-headers-home: 'Lato', sans-serif;
    --font-headers: 'Antic Didone', serif;
    --font-main: 'Montserrat', sans-serif;
    --font-thin: 200;
    --font-thick: 300;
    --font-thickest: 700;
    --font-size-medium: 1.6rem;
}

/* New Custom CSS */

/* Pop Up Modal */
.hidden {
  display: none;
}
#overlay {
  height: 600px;
  background-color: var(--color-cream);
  color: var(--color-primary);
  padding: 20px;
  width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  text-align: center;
}
#overlay h2, h2, h3 {
  padding-top: 10px;
  font-size: 2.4rem;
  color: var(--color-primary);
}
@media (max-width: 700px) {
  #overlay {
    height: 200px;
    color: var(--color-white);
    padding: 30px;
    width: 100%;
    z-index: 99999;
  }
  #overlay h2, h2, h3, h4, h5, h6 {
    padding-top: 7px;
    font-size: 1.7rem !important;
    color: var(--color-secondary);
  }
}


/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    text-align: center;
    background: var(--color-white);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
}


/* Top Bar */
.top-bar {
	position: fixed;
	top:0;
	right: 0;
	z-index: 3;
	padding: 5px 10px 10px 10px;
	background: var(--color-primary);
	height: auto;
	color:var(--color-white);
	font-weight: 300;
	width:100%;
	text-align: right;
  font-size: 1.5rem;
}
.top-bar a {
	color: var(--color-white);
	text-decoration: none;
}
@media (max-width: 700px) {
	.top-bar {
		text-align: left;
    font-size: 1.2rem;
    padding: 10px 0px 10px;
	}
}

.nav-desktop {
	position: fixed;
	clear: both;
	z-index: 3;
	right:0;
	top:35px;
	float: right;
	height: auto;
	width: 100%;
	background: var(--color-white);
	text-align: center;
	color: var(--color-primary);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.nav-desktop li {
	display: inline-flex;
	vertical-align: middle;
	padding: 15px 12px 15px;
	font-size: 1.8rem;
	font-weight:300;
	float:right;
  margin: 0;
}
.nav-desktop a {
	color: var(--color-primary);
	text-decoration: none;
	font-family: var(--font-main);
	font-weight: var( --font-thin);
	letter-spacing: normal;
}
.nav-desktop a:hover {
	color: var(--color-secondary);
}
.nav-highlight {
  background: var(--color-primary);
  color: var(--color-white);
}
.nav-highlight a {
  color: var(--color-white);
}
@media screen and (max-width: 1100px) {
 .nav-desktop {
		display: none;
	}
}
.dropdown {
	margin-top: 7px !important;
  margin-left: 0; 
	display: none;
	position: absolute;
	  width: 240px;
	  background: var(--color-primary);
	color: #fff !important;
	  top: 45px;
	z-index: 999999 !important;
	overflow: visible;
	box-shadow: 0 8px 6px -6px gray;
	text-align: center !important;
}
.dropdown a {
	color:#fff !important;
	text-align: left !important;
} 
.dropdown-btn:hover .dropdown {
	display: inline-block;
}
.dropdown li:focus {
	display: inline-block;
	float: left;
	text-align: left !important;
	width: 100%;
}
.dropdown-mobile a {
	display: block !important;
	font-size: 1.4rem !important;
  padding: 2px 20px 2px 20px !important;
}


.side-menu {
	margin-top: 80px !important;
    display: none;
    position: fixed;
    padding: 10px 10px 40px 10px;
    right: 0;
    width: auto;
    height: 100%;
    background: #2a66aa;
    color: #fff !important;
    top: 0px;
    z-index: 9999999999999999 !important;
    overflow: visible;
    box-shadow: 0 8px 6px -6px grey;
    text-align: left !important;
	font-weight: var( --font-thin);
}
.side-menu a {
	color:#fff !important;
	text-align: left !important;
	text-decoration: none;
	padding-bottom: 45px !important;
	font-weight:  var( --font-thin) !important;
}
.side-menu ul {
  list-style-type: none;
}

.menu-patients li {
	background: #2a66aa !important;
}
.menu-patients a {
	color: #fff;
	background: #2a66aa !important;
}
.menu-patients a:hover {
	color: #ccc;
}


/* Side Drawer */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    background-color: var(--color-primary);
	font-family: var(--color-white);
    overflow-x: hidden;
    transition: ease 0.7s;
    padding-top: 60px;
}

.sidenav a {
    padding: 18px 18px 18px 32px;
    text-decoration: none;
	font-family: var(--color-white);
    font-size: 3.0rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.sidenav li {
  list-style-type: none;
}
.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 1100px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 2.0rem;}
	.hamburger { float: right; }
}
@media screen and (min-width: 1100px) {
	.sidenav { display:none; }
	.sidenav a { display:none; }
	#mySidenav { display:none; }
	.hamburger { display:none; }
}



/* Pricing Tables */
.snip1214 {
  font-family: 'Raleway', Arial, sans-serif;
  color: var(--color-black);
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.snip1214 .plan {
  margin: 0;
  width: 32%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1214 header {
  position: relative;
}
.snip1214 .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: var(--color-primary);
  color: #ffffff;
  text-transform: uppercase;
}
.snip1214 .plan-cost {
  padding: 0px 10px 20px;
}
.snip1214 .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: var(--color-primary);
}
.snip1214 .plan-type {
  opacity: 0.6;
}
.snip1214 .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}
.snip1214 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.snip1214 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.snip1214 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.snip1214 .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 10px 10px 0;
}
.snip1214 .plan-select a {
  background-color: var(--color-primary);
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
.snip1214 .plan-select a:hover {
  background-color: #46627f;
}
.snip1214 .featured {
  margin-top: -10px;
  background-color: var(--color-primary);
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
  color: #ffffff;
}
.snip1214 .featured .plan-title {
  color: var(--color-primary);
  background-color: #E5E4E2;
}
.snip1214 .featured .plan-cost {
  padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
  color: var(--color-primary);
  background-color: #E5E4E2;
}
@media only screen and (max-width: 767px) {
  .snip1214 .plan {
    width: 50%;
  }
  .snip1214 .plan-title,
  .snip1214 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1214 .plan-cost,
  .snip1214 .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  .snip1214 .plan-select,
  .snip1214 .featured .plan-select {
    padding: 10px 10px 10px;
  }
  .snip1214 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1214 .plan {
    width: 100%;
  }
}





/*Horizontal Sliding*/
.slidingHorizontal{
	display: inline;
	text-indent: 8px;
}
.slidingHorizontal span{
	animation: leftToRight 12.5s linear infinite 0s;
	-ms-animation: leftToRight 12.5s linear infinite 0s;
	-webkit-animation: leftToRight 12.5s linear infinite 0s;
	color: var(--color-primary);
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingHorizontal span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingHorizontal span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingHorizontal span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingHorizontal span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*leftToRight Animation*/
@-moz-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateX(-50px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateX(-50px); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateX(-50px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}


/* Side Drawer */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    background-color: var(--color-primary);
	font-family: var(--color-white);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 18px 18px 18px 32px;
    text-decoration: none;
	font-family: var(--color-white);
    font-size: 3.0rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 1100px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 2.0rem;}
	.hamburger { float: right; }
}
@media screen and (min-width: 1100px) {
	.sidenav { display:none; }
	.sidenav a { display:none; }
	#mySidenav { display:none; }
	.hamburger { display:none; }
}

/* Slider */
.slider-size img {
	height: 30vh !important;
}

/* Card Slider */
.no-scroll {
  overflow: hidden;
}

.card-container {
  padding: 1em;
  display: flex;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.blend-image, .card__background img {
  /*filter: brightness(50%) grayscale(100%);
  mix-blend-mode: multiply;*/
}

.center-image, .card__background img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide {
  padding: 2em 0.5em;
}

.card-slider {
  margin: auto;
  width: 100%;
}

.card {
  background: var(--color-white);
  display: flex;
  padding: 2em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 350px;
  box-shadow: 0 30px 50px -25px rgba(0, 0, 0, 0.25);
}
.card > * {
  transition: opacity 350ms;
}
.card--opened > * {
  opacity: 0;
}
.card a {
  color: var(--color-black);
}

.card__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: var(--color-primary);
  z-index: -1;
  text-align: left;
}
.card__background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 90%);
}

.card__category {
  text-transform: uppercase;
  color: #fff;
  background: var(--color-secondary);
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.2em 0.5em 0.25em;
}

.card__title {
  margin: 0.5em 0;
  color: var(--color-gray);
  text-transform: none;
  font-size: 1.8rem;
}

.card__duration {
  color: var(--color-black);
}

.modal-wrapper, .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal-wrapper {
  display: flex;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 150ms ease;
}

.modal {
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 90vw;
  height: 90vh;
  max-width: 500px;
  background: var(--color-white);
  border-radius: 20px;
}

.modal__scroll-area {
  height: inherit;
  overflow: auto;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}

.modal__close-button {
  background: transparent;
  border: none;
  margin-bottom: auto;
  color: var(--color-black);
  position: absolute;
  top: 0;
  right: 0;
  padding: 2em;
  z-index: 2;
}

.modal__header {
  text-align: center;
  position: relative;
  display: flex;
  padding: 0.5em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 300px;
  z-index: 1;
}

.modal__content {
  padding: 2em;
  color: var(--color-gray);
  line-height: 1.5;
}

[data-modal-state=closed] .modal-wrapper {
  pointer-events: none;
}
[data-modal-state=closed] .overlay {
  pointer-events: none;
}
[data-modal-state=closed] .modal {
  opacity: 0;
}
[data-modal-state=closed] .overlay {
  opacity: 0;
}

[data-modal-state=opening] .modal__header, [data-modal-state=opening] .modal__content, [data-modal-state=opening] .modal__close-button, [data-modal-state=closing] .modal__header, [data-modal-state=closing] .modal__content, [data-modal-state=closing] .modal__close-button {
  opacity: 0;
}

[data-modal-state=opening] .overlay {
  transition: opacity 500ms ease;
}

[data-modal-state=closing] .overlay {
  opacity: 0;
  transition: opacity 500ms ease;
}

[data-modal-state=open] .modal__header, [data-modal-state=open] .modal__content {
  transition: opacity 450ms;
}


/* Header */
.intro-video {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 100%; 
	height: 70vh;
}
.intro-inner {
	position: absolute;
	z-index: 2;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	color: var(--color-black);
	width: 100%;
}
.intro {
    padding: 0;
	position: relative;
	z-index: 0;
	width: 100%;
  min-height: 50vh;
	height: auto;
    text-align: center;
    background: url(../images/intro-1.png) fixed top no-repeat var(--color-white);
    background-size: 100%;
	overflow: hidden;
}
.intro h1 {
    clear: both;
	color: var(--color-white);
	font-weight: var( --font-thick);
	padding-top: 200px;
  padding-left: 20px;
	text-align: center;
	font-size: 6.0rem;
	line-height: normal;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.intro h2 {
	color: var(--color-white);
	font-weight: var( --font-thin);
	padding-top: 5px;
	text-align: center;
	font-size: 3.0rem;
	line-height: normal;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
@media screen and (max-width: 600px) {
    .intro {
      padding-top: 120px;
      min-height: 60vh;
      background-size: cover;
    }
    .intro video {
        width: 100%; 
    }
    .intro-inner {
        background: none;
        padding: 0px 15px;
    }
    .intro h1 {
        font-size: 3.0rem;
        padding: 7vh 10px 0px 10px;
        text-shadow: none; 
    }
    .intro h2 {
        font-size: 1.7rem;
        padding: 0px 10px 0px 10px;
    }
}


/* Photo Gallery */
.gallery {
  float: left;
	margin: 2%;
	width: 23%;
}
.gallery-img {
	float: left;
	width: auto;
	margin: 3px;
}

@media screen and (max-width: 800px) {
	.gallery {
		clear: both;
		margin: 0 auto;
		width: 95%;
	}
	.gallery-img {
		clear: both;
		width: 90%;
		margin: 0 auto;
	}
}


/* Logo */
.logo {
	position: fixed;
	left: 20px;
	top:0px;
	margin: 0.3%;
	z-index: 4;
}
.logo img {
	z-index: 3;
	width: 220px;
}

/* Larger than mobile */
@media (max-width: 700px) {
	.logo {
		position: fixed;
		left: 0px;
		top:35px;
		margin: 5px;
		width: 100%;
		text-align: left;
		z-index: 4;
	}
	.logo img {
		width: 130px;
	}
}



/* Flex Sections */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;
}
.flex-item {
  width: 46%;
  height: auto;
  min-width: 300px;
  min-height: 400px;
  overflow: visible;
  color: var(--color-primary);
  padding: 20px;
  text-align: center;
}
.flex-item h2 {
    padding: 50px 30px 30px 30px;
    color: var(--color-primary);
}
.flex-item p {
  line-height: normal !important;
  font-size: var(--font-size-medium);
  padding: 30px;
}
.flex-item img {
  border-radius: 25px;
  width: 100%;
  height: 400px;
  /* max-width: 700px; */
}
.flex-item a {
  text-decoration: none;
  color: var(--color-primary);
}
.dark-box {
  color:var(--color-primary);
  background: var(--color-cream);
  border: var(--color-primary) solid 2px;
  margin: 5px;
}
.dark-box h2 {
  color:var(--color-primary);
}
.flex-container-small {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    background: none;
}
.flex-item-small {
    padding-top: 50px;
    width: 15%;
    height: auto;
    min-height: 100px;
    padding: 1%;
    overflow: visible;
    color: var(--color-black);
    text-align: center;
    font-weight: var(--font-thick);
}
.flex-item-small h2 {
  font-size: 2.0rem;
  padding-top: 10px;
  color: var(--color-primary);
}
.flex-item-small img {
  width: 60%;
}
.flex-white {
    background: #fff;
    color:#207CAA;
    text-align:center;
}
.flex-white h2 {
    color:#207CAA;
}
@media screen and (max-width: 800px) {
    .flex-item {
        width: 100%;
        padding: 0;
        min-height: 10px;
        margin: 0;
    }
    .flex-item img {
      height: auto;
      /* max-width: 80%; */
  }
  .flex-item-small {
    padding-top: 50px;
    width: 40%;
    height: auto;
    min-height: 100px;
    padding: 1%;
    overflow: visible;
    color: var(--color-black);
    text-align: center;
}
}


/* Circles */

.circle {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  text-align: center;
  display: block;
  height: 0;
  width: 100%;
  padding: 50% 0;
  background: none;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.circle h2 {
	font-size: 2.2rem;
	text-shadow: 0px 4px 3px rgba(255,255,255,0.4),
             0px 8px 13px rgba(255,255,255,0.1),
             0px 18px 23px rgba(255,255,255,0.1);
}

/* Menu */

.menu-cat-btns li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 12px;
}
.menu-cat-btns a {
	text-decoration: none;
}

.menu-container {
  padding: 1%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
	overflow: auto;
  display: flex;
  flex-flow: wrap; /* Shorthand – you could use ‘flex-direction: column’ and ‘flex-wrap: wrap’ instead */
  justify-content: flex-start;
  align-items: flex-start;
}
.child-menu-container {
  height: auto;
  width: 29%;
  margin: 1%;
  padding: 1%;
}
@media screen and (max-width: 870px) {
	.child-menu-container {
	  height: auto;
	  width: 100%;
	  margin: 0;
	  padding: 1%;
	}
}
.menu-btns a {
	color:#7B181D;
	font-weight: 700;
	padding-right: 20px;
}
.product-li {
	display:inline-block;
	vertical-align:text-top;
	padding: 0 40px 0 40px;
}
.product {
	-webkit-font-smoothing: antialiased;
	line-height:normal;
	padding:20px 0px;
	font-size:1.3rem;
	font-weight:300;
}
.product_category {
	font-weight:blod;
	color:#7B181D;
	-webkit-font-smoothing: antialiased;
	font-size:1.2rem;
}
.product_photo {
	width: 85px;
	height: 85px;
	float: left;
	margin: 15px 8px;
}
.product_title {
	font-weight:800;
	color:#FCE794;
	-webkit-font-smoothing: antialiased;
	font-size:1.7rem;
	text-transform: uppercase;
}
.product_price {
	color:#898989;
	font-size:1.5rem;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}
.product_description {
	clear:both;
	padding:4px;
	font-size:0.7rem;
	-webkit-font-smoothing: antialiased;
}


/* Product Layout 2 */
.product-layout-2 {
  color: var(--color-white);
}
.product-layout-2-photo {
  position: relative;
  z-index: 1;
}
.product-layout-2-photo img {
  border-radius: 20px;
  width: 80%;
}
.product-layout-2-title-box {
  position: relative;
  bottom: 50px;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
  background: var(--color-primary);
  padding: 2px;
  border-radius: 20px;
  color: var(--color-white);
}
.product-layout-2-title-box h2 {
  color: var(--color-gray);
  font-size: 5.0rem;
  text-align: center;
  padding-top: 40px;
}
.product-layout-2-description {
  text-align: left;
  padding-top: 20%;
}
@media screen and (max-width: 600px) {
  .product-layout-2-description {
    text-align: left;
    padding-top: 0%;
  }
  .product-layout-2-photo img {
    border-radius: 20px;
    width: 100%;
  }
  .product-layout-2-title-box {
    padding: 20px;
    width: auto;
    font-size: 3.0rem;
  }
  .product-layout-2-title-box h2 {
    font-size: 3.0rem;
  }
}

/* Testimonials */
.testimonial {
	width: 60%;
	margin: 0 auto;
	clear: both;
	text-align: left;
	border-bottom: #ccc 2px solid;
	padding: 20px 0px 20px 0px;
}



.circular {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:#7B181D 4px solid;
	 margin: auto;
	width: 140px;
}
.circular img {
	height:40px;
	width:40px;
	border:#7B181D 4px solid;
	vertical-align: middle;
}

/* Row Styles */
.style2 {
	-webkit-clip-path: polygon(0 9%, 100% 0%, 100% 90%, 0 100%);
	clip-path: polygon(0 9%, 100% 0%, 100% 90%, 0 100%);
	background: #d1dc75 url(../images/bg-home-1.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 30px 0px;
	margin-bottom: 30px;
	height: 300px;
	line-height: 300px;
}

/* Big Text */
.big-text {
	font-size: 1.8rem;
	width: 100%;
	text-align: center;
	background: #ccc;
	padding: 10px 22px;
}


/* Elements */

/* Button (defaults) */
.btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: var(--color-white);
  font-size: 3.4rem;
  font-weight: normal;
  background-color: var(--color-primary);
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 1.5rem;
  }
}
.btn:visited {
  color: #fff;
}
.btn:hover, .btn:focus, .btn.btn-hover {
  color: #fff;
  background-color: #52a7e0;
  text-decoration: none;
  outline: none;
}
.btn:active, .btn.btn-pressed {
  color: #124364;
  background-color: var(--color-secondary);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.btn:disabled, .btn.btn-disabled {
  background-color: #e6e6e6 !important;
  border: 1px solid #ccc !important;
  color: #ccc !important;
  text-shadow: 0 1px 1px white !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  pointer-events: none !important;
  opacity: 0.8 !important;
}
.btn.btn-small {
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
}
.btn.btn-large {
  font-size: 20px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
}
.btn.btn-border {
  color: var(--color-white);
  background: none;
  border-width: 2px;
  border-style: solid;
  border-color: var(--color-white);
  line-height: 36px;
}
.btn.btn-border:hover, .btn.btn-border.btn-hover {
  color: #fff;
  background-color: var(--color-gray);
}
.btn.btn-border:active, .btn.btn-border.btn-pressed {
  color: gray;
  background-color: var(--color-primary);
}
.btn.btn-border.btn-large {
  line-height: 46px;
}
.btn.btn-border.btn-small {
  line-height: 26px;
}
.btn.btn-pill {
  border-radius: 100px;
}
.btn.btn-icon-only {
  padding: 0;
  width: 40px;
}
.btn.btn-icon-only .btn-text {
  font-size: 0;
}
.btn.btn-reverse {
  color: var(--color-primary);
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  line-height: 36px;
}
.btn.btn-reverse:hover, .btn.btn-reverse.btn-hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: #fff;
}
.btn.btn-reverse:active, .btn.btn-reverse.btn-pressed {
  color: #124364;
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.btn.btn-reverse.btn-large {
  line-height: 46px;
}
.btn.btn-reverse.btn-small {
  line-height: 26px;
}
.btn.btn-reverse.btn-border {
  color: #fff;
  border-color: #fff;
  background: none;
}
.btn.btn-reverse.btn-border:hover, .btn.btn-reverse.btn-border.btn-hover {
  color: var(--color-primary);
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-reverse.btn-border:active, .btn.btn-reverse.btn-border.btn-pressed {
  color: var(--color-primary);
  background-color: #e6e6e6;
  border-color: #fff;
}

.home-txt {
	clear: both;
	margin-top: 100px;
	padding-top: 80px;
	padding-bottom: 50px;
	font-family: var(--font-main);
	width: 90%;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--color-black);
	font-weight: var( --font-thin);
	text-align:center;
}

.home-txt h1 {
    font-size: 6.0rem;
}
.home-txt h2 {
  color: var(--color-primary);
}
.home-txt-alt {
    clear: both;
    overflow: hidden;
	padding: 20px 0px;
	font-family: var(--font-main);
	width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--color-primary);
	font-weight: var(--font-thin);
	text-align:center;
    background: var(--color-cream);
}
.home-txt-alt h2 {
  color: var(--color-primary);
}
.home-txt-alt h3 {
  color: var(--color-primary);
}
.home-txt-dark h1 {
	color: var(--color-primary);
  padding: 0;
}
.home-txt-dark h2 {
	color: var(--color-primary);
  padding: 0;
}
.home-txt-photobg {
  min-height: 70vh;
    clear: both;
    overflow: hidden;
  padding: 60px 0px;
  font-family: var(--font-main);
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--color-white);
  font-weight: var(--font-thick);
  text-align:center;
}
.home-txt-photobg-inner {
  width: 80%;
  margin: 0 auto;
  color: var(--color-white);
  margin-top: 35vh;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  font-weight: var(--font-thick);
  font-size: 1.8rem;
}
.home-txt-photobg-inner-home {
  width: 100%;
  margin: 0 auto;
  color: var(--color-white);
  margin-top: 40vh;
  text-align: center;
  border-radius: 20px;
  font-size: 2.0rem;
}
.home-txt-photobg-inner-home h1 {
  font-family: var(--font-headers-home);
  text-transform: uppercase;
  font-weight: var(--font-thickest);
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 6px #000000;
}
.home-txt-photobg-inner-home h3 {
  font-family: var(--font-headers-home);
  text-transform: uppercase;
  font-weight: var(--font-thickest);
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 6px #000000;
}
.home-txt-photobg h1 {
  color: var(--color-primary);
  padding-top: 0;
  font-size: 4.4rem;
}
.home-txt-photobg h3 {
  font-size: 3.4rem;
}
.home-txt-photobg-inner h2 {
  color: var(--color-secondary);
}
@media screen and (max-width: 600px) {
    .home-txt h1 {
        padding-top: 10px;
        font-size: 4.0rem;
    }
    .home-txt-photobg {
        clear: both;
        overflow: hidden;
      padding: 10px 0px;
      font-family: var(--font-main);
      width: 100%;
      margin: 0 auto;
      font-size: 1.4rem;
      line-height: 1.6;
      letter-spacing: 0;
      color: var(--color-white);
      font-weight: var(--font-thick);
      text-align:center;
    }
    .home-txt-photobg-inner h2 {
      color: var(--color-secondary);
    }
    .home-txt-photobg-inner h1, h2, h3 {
      font-size: 2.5rem;
    }
}
.animated-sections {
	clear: both;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	width: 90%;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0;
	color:#475B5A;
	font-weight:500;
	text-align:center;
}
.areas-of-practice a {
	color:#475B5A;
}

/* Reviews */
.review-citation {
	color:#475B5A;
}

/* Back to Top BTN */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: #a1a046; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    font-size: 4.0rem; /* Increase font size */
	 background-color:transparent;
}

#myBtn:hover {
    color: #555; /* Add a dark-grey background on hover */
}



/* Dark Button */
.dark-button {
	width: 80%;
	background: #fff;
	margin: 0 auto;
	color:#000;
	font-size: 3.0rem;
	padding: 15px 30px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	border-radius: 0px;
	text-decoration: none;
}
@media (min-width: 400px) {
	.dark-button {
		background: #fff;
		color:#000;
		font-size: 3.0rem;
		padding: 15px 30px;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		text-align: center;
		border-radius: 20px;
		text-decoration: none;
	}
}

/* Footer */
footer {
	clear: both;
	background: var(--color-primary);
	color: var(--color-white);
	text-align: center;
	padding: 0px 0px 20px 0px;
	width: 100%;
	overflow: hidden;
}
footer a {
    color: var(--color-white);
}
.footer-left {
	float: left;
	width: 40%;
	padding: 3% 1%;
	text-align: left;
}
.footer-right {
	float: right;
	width: 47%;
	padding: 1%;
	text-align: right;
}
@media (max-width: 700px) {
	.footer-left {
		clear: both;
		width: 100%;
		padding: 1%;
		text-align: center;
	}
	.footer-right {
		clear: both;
		width: 100%;
		padding: 1%;
		text-align: center;
	}
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
    scroll-behavior: smooth;
  font-size: 62.5%;
	overflow-x: hidden !important;
}
body {
	 overflow-x: hidden !important;
     overflow-y: auto;
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  font-size: 1.2em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: var( --font-thick);
  font-family: var(--font-main);
  color: var(--color-secondary);
	background: var(--color-white) url(../images/bg-1.png) no-repeat fixed center center;
	background-size: cover;
}
img {
	max-width: 100%;
}
@media screen and (max-width: 800px) {
    body {
      background: var(--color-white);
	   background-size: contain;
    }
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: var( --font-thick);
	font-family: var(--font-headers);
	letter-spacing: 2;
}
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: normal; color: var(--color-primary); }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: normal; color: var(--color-primary); }
h3 { font-size: 2.4rem; line-height: 1.3;  letter-spacing: normal; color:var(--color-secondary); }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.5rem; }
  h3 { font-size: 2.4rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: var(--color-secondary); }
a:hover {
  color: var(--color-gray); }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  border-color: #fff;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #000;
  border-color: #fff;
margin-bottom: 5px;}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #000;
  border-color: #fff; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
	color: #000;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 150px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid red;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: var(--font-thick); }
fieldset {
  padding: 0;
  border-width: 0; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: var(--font-thick); }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  margin: 0 auto;
  color: var(--color-white);
  font-weight: var(--font-thick);
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
th {
  color: var(--color-secondary);
  padding: 1%;
}
tr {
  padding: 0 10px 0 10px;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid var(--color-gray);
  background-color: var(--color-primary);
}
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
