/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body,
html {
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #444444;
  background-color: #444444;
  height: 100%;
  width: 100%;
}
h1 {
  font-weight: 700;
}
h1 strong {
  font-weight: 900;
}
h2 {
  font-size: 36px;
  margin: 0;
}
h3 {
  font-size: 16px;
  font-weight: 700;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.5em;
}
@media (max-width: 768px) {
  p {
    font-size: 1.25em;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 0.75em;
  }
}
.container {
  width: auto;
}
a {
  color: #F54436;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #fa9e97;
  border-bottom: 1px solid #F54436;
}
a:focus {
  text-decoration: none;
  color: #ec1c0c;
  outline: none;
  outline-offset: none;
}
.img-centered {
  margin: 0 auto;
}
ul,
ol {
  list-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
  display: block;
}
* html .clearfix {
  height: 1%;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #444444;
  z-index: 99999;
  height: 100%;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F54436;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F9F9F9;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F54436;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.section-title {
  padding: 30px 0;
}
.section-title h2 {
  font-weight: 400;
  margin-bottom: 26px;
}
hr {
  height: 3px;
  width: 60px;
  position: relative;
  background: #F54436;
  border: 0;
  margin-bottom: 30px;
}
#menu {
  padding: 20px;
  transition: all 0.8s ease-in-out;
}
#menu a.navbar-brand {
  text-transform: uppercase;
  font-size: 22px;
  color: #F9F9F9;
  font-weight: 700;
  letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
  color: #F54436;
}
@media (max-width: 768px) {
  #menu {
    background-color: #F9F9F9 !important;
    padding: 1em 0 !important;
    padding: 0 !important;
  }
  #menu .navbar-nav > li > a {
    color: #444444 !important;
  }
  #menu .navbar-brand p {
    color: #444444 !important;
  }
}
#menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .container {
  margin: 0 2em;
}
@media (max-width: 768px) {
  #menu.navbar-default .container {
    margin: 0;
  }
}
#menu.navbar-default.solid {
  background-color: #F9F9F9 !important;
}
#menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #444444;
  font-size: 12px;
  letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
  color: #424242;
}
#menu.navbar-default .navbar-collapse {
  border: none;
}
@media (max-width: 768px) {
  #menu.navbar-default .navbar-collapse ul li {
    padding: 0.5em 1em;
  }
}
.on {
  background-color: #F9F9F9 !important;
  padding: 1em 0 !important;
}
.on .navbar-nav > li > a {
  color: #444444 !important;
}
.on .navbar-brand p {
  color: #444444 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #F54436 !important;
  background-color: transparent;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: none;
    color: #424242;
  }
}
.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #444444;
}
.navbar-default .navbar-toggle:hover {
  background-color: rgba(248, 248, 248, 0) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
header {
  position: relative;
  width: 100%;
  background: url(../img/coc_header.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #444444;
  padding-top: 70px;
  min-height: 100vh;
}
header .header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .header-content .header-content-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column ;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .header-content .header-content-inner p {
  color: #444444;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
header .header-content .header-content-inner img {
  max-width: 40%;
}
header .header-content .header-content-inner .num {
  margin-top: 0.5em;
}
#landing-title {
  text-transform: uppercase;
  color: #444444;
  margin: 0 !important;
  white-space: nowrap;
  font-size: 3em;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media (max-width: 992px) {
  #landing-title {
    font-size: 2.5em !important;
  }
}
@media (max-width: 768px) {
  #landing-title {
    font-size: 2em !important;
  }
}
@media (max-width: 480px) {
  #landing-title {
    font-size: 1.1em !important;
  }
}
#landing-sub-title {
  text-transform: uppercase;
  color: #444444;
  margin: 0 !important;
  letter-spacing: 0.1em;
}
.btn {
  border-radius: 0;
  padding: 6px 14px;
  margin-top: 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  transition: all 0.5s;
  letter-spacing: 1px;
}
.btn-default {
  background: transparent;
  border: 2px solid #F9F9F9;
  color: #F9F9F9;
}
.btn-dark {
  background: transparent;
  border: 2px solid #444444;
  color: #444444;
}
.btn-lg {
  padding: 0.5em 1em;
  font-size: 1.5em;
}
.btn-link {
  color: #F54436;
}
.btn-link:hover {
  color: #bc1609;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  background-color: #F9F9F9;
  color: #444444;
  border-color: #F9F9F9;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active {
  background-color: #444444;
  color: #F9F9F9;
  border-color: #444444;
}
.space {
  margin-top: 40px;
}
footer {
  background: #444444;
  padding: 5px 0;
  color: #F9F9F9;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fullscreen,
.content-a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%;
}
/* content centering styles */
.content-a {
  display: table;
}
.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.contactLoading {
  margin-top: 2em;
}
label {
  font-size: 12px;
  font-weight: 400;
  float: left;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
#footer {
  background: #444444;
  padding: 15px 0 10px 0;
  color: #F9F9F9;
  text-align: center;
}
#footer p {
  margin-top: 10px;
}
.alignCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.scroller {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pointers {
  width: 28px;
  margin-top: 0.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pointers > span {
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid #F54436;
  border-bottom: 2px solid #F54436;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}
.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}
.mouse {
  height: 42px;
  width: 28px;
  border-radius: 20px;
  transform: none;
  border: 3px solid #F54436;
  top: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wheel {
  height: 10px;
  width: 4px;
  display: block;
  margin: 7px auto;
  background: #F54436;
  position: relative;
}
.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.navbar-brand {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row ;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 992px) {
  .navbar-brand p {
    display: none !important;
  }
}
.navbar-brand > img {
  display: inline-block;
  max-width: 2em;
}
.navbar-brand > p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 !important;
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F54436;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.no-margins {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.loading-sm-container {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.loading {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F54436;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loading:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F9F9F9;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loading:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F54436;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.text-success {
  color: #66bb6a !important;
}
.text-primary {
  color: #29B6F6 !important;
}
.text-warning {
  color: #FFCA28 !important;
}
.text-danger {
  color: #FF5722 !important;
}
.text-muted {
  color: #a3a3a3 !important;
}
.alert-success {
  background-color: #66bb6a;
  color: #F9F9F9;
  border: none;
  border-radius: 0;
}
.alert-success .alert-link {
  color: #e0e0e0;
}
.alert-primary {
  background-color: #29B6F6;
  color: #F9F9F9;
  border: none;
  border-radius: 0;
}
.alert-primary .alert-link {
  color: #e0e0e0;
}
.alert-warning {
  background-color: #FFCA28;
  color: #F9F9F9;
  border: none;
  border-radius: 0;
}
.alert-warning .alert-link {
  color: #e0e0e0;
}
.alert-danger {
  background-color: #FF5722;
  color: #F9F9F9;
  border: none;
  border-radius: 0;
}
.alert-danger .alert-link {
  color: #e0e0e0;
}
.fb-page {
  margin-bottom: 1em;
}
.b-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
}
.b-shadow-1:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.b-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.b-shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.b-shadow-3-light {
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.19), 0 6px 6px rgba(255, 255, 255, 0.23);
}
.b-shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.b-shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
#about-section {
  position: relative !important;
  background-color: #444444;
  overflow: visible;
  z-index: 11;
  color: #F9F9F9;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#about-section .side-right {
  max-width: 850px;
  margin: 0 4em;
  background-color: #F9F9F9;
  height: auto;
  transform: translateY(4em);
}
@media (max-width: 768px) {
  #about-section .side-right {
    padding: 7.5vh;
    margin: 0 2em;
  }
}
@media (max-width: 480px) {
  #about-section .side-right {
    padding: 5vh;
    transform: translate(0, 0);
    margin: 0;
  }
}
#about-section .side-right p {
  color: #444444;
}
#about-section .side-right .title {
  color: #444444;
}
#about-section .side-left {
  margin: 2em;
  padding: 10vh;
  height: 100vh;
  padding-right: calc(14vh);
}
@media (max-width: 768px) {
  #about-section .side-left {
    padding-right: 0 ;
    padding: 5vh;
  }
}
#about-section .side-left p {
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
#experience-section {
  position: relative !important;
  background-color: #F9F9F9;
  overflow: visible;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #444444;
}
@media (max-width: 992px) {
  #experience-section {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  #experience-section {
    padding: 7.5vh;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  #experience-section {
    padding: 5vh;
  }
}
#experience-section h1 {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
#treatments-section {
  position: relative !important;
  background-color: #444444;
  overflow: visible;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #F9F9F9;
}
#treatments-section h1 {
  color: #F9F9F9;
}
#treatments-section #lab_snippet_module .col-lg-3,
#treatments-section #lab_snippet_module .col-md-4,
#treatments-section #lab_snippet_module .col-sm-6,
#treatments-section #lab_snippet_module .col-xs-12 {
  padding: 0!important;
}
#treatments-section #lab_snippet_module {
  background: purple;
  padding: 50px 0;
}
#treatments-section .hover,
#treatments-section .hover h2 {
  text-align: center;
}
#treatments-section .hover,
#treatments-section .hover .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 500px;
}
#treatments-section .hover button.info,
#treatments-section .hover h2 {
  text-transform: uppercase;
  color: #fff;
}
#treatments-section .col-lg-3,
#treatments-section .col-md-4,
#treatments-section .col-sm-6,
#treatments-section .col-xs-12 {
  padding: 0;
}
#treatments-section .hover {
  float: left;
  position: relative;
  cursor: default;
}
#treatments-section .hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
}
#treatments-section .hover img {
  display: block;
  position: relative;
  background-position: center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;
}
#treatments-section .ehover10 button,
#treatments-section .hover button.info {
  display: inline-block;
}
#treatments-section .hover h2 {
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
#treatments-section .hover button.info {
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0;
  border-radius: 0;
  background-color: transparent;
}
#treatments-section .hover button.info:hover {
  box-shadow: 0 0 5px #fff;
}
#treatments-section .ehover5 button.info:hover,
#treatments-section .hover button.nullbutton:hover {
  box-shadow: none;
}
#treatments-section .hover button.nullbutton {
  border: none;
  padding: 0;
  margin: 0;
}
#treatments-section .ehover4 button.info {
  margin: -55px 0 0;
  padding: 73px 90px;
  font-weight: 400;
  border: 1px solid #fff;
}
#treatments-section .modal-open .modal,
#treatments-section button:focus {
  outline: 0 !important;
}
#treatments-section .point {
  cursor: pointer;
}
#treatments-section .ehover4 .overlay,
#treatments-section .ehover4 h2 {
  -webkit-transition: all 0.4s ease-in-out;
}
#treatments-section .ehover4 h2 {
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  transform: translateY(55px);
  transition: all 0.4s ease-in-out;
}
#treatments-section .ehover4:hover h2 {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
#treatments-section .ehover4 .overlay {
  background-color: rgba(75, 75, 75, 0.7);
  transition: all 0.4s ease-in-out;
}
#treatments-section .ehover4:hover .overlay {
  background-color: rgba(96, 126, 140, 0.4);
}
#treatments-section .ehover4 button.info {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#treatments-section .ehover4:hover button.info {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
h1.title {
  font-size: 2.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  h1.title {
    font-size: 2em !important;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  h1.title {
    font-size: 1.5em !important;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  h1.title {
    font-size: 1.3em !important;
    font-weight: 700;
  }
}
h2.sub-title {
  font-size: 2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 992px) {
  h2.sub-title {
    font-size: 1.5em !important;
  }
}
@media (max-width: 768px) {
  h2.sub-title {
    font-size: 1.2em !important;
  }
}
#cta-section {
  position: relative !important;
  background: url(../img/coc_entrance.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  width: 100%;
  color: #F9F9F9;
}
#cta-section h1 {
  color: #F9F9F9;
}
#cta-section .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#cta-section .title {
  margin-bottom: 0.5em !important;
}
#cta-section .sub-title {
  color: #a3a3a3;
}
.testimonial {
  position: relative !important;
  background: url(../img/coc_office.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  width: 100%;
  color: #444444;
}
@media (max-width: 768px) {
}
.testimonial .quote {
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 992px) {
  .testimonial .quote {
    font-size: 1.5em !important;
  }
}
@media (max-width: 768px) {
  .testimonial .quote {
    font-size: 1.2em !important;
  }
}
.testimonial .quote.quote-md {
  font-size: 1.5em;
}
@media (max-width: 992px) {
  .testimonial .quote.quote-md {
    font-size: 1.2em !important;
  }
}
@media (max-width: 768px) {
  .testimonial .quote.quote-md {
    font-size: 0.9em !important;
  }
}
.testimonial .quote small {
  float: right;
}
#contact-section1 {
  position: relative !important;
  background-color: #F9F9F9;
  overflow: visible;
  width: 100%;
  color: #444444;
}
#contact-section1 .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 5em !important;
}
#where-are-we {
  display: block;
  position: relative;
  height: calc(33%);
  width: 100%;
}
#where-are-we #map {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
#contact-section {
  background-color: #F9F9F9;
  display: block;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@theme-primary, 20%)', endColorstr='darken(@theme-primary, 20%)', GradientType=0);
}
#contact-section form {
  padding: 30px 0;
}
#contact-section .fa {
  color: #F54436;
  margin-bottom: 10px;
}
#contact-section .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact-section .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
#contact-section .social {
  margin-top: 10px;
}
#contact-section .social ul {
  -webkit-padding-start: 0 !important;
}
#contact-section .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact-section .social i.fa {
  font-size: 50px;
  padding: 4px 5px;
  color: #3b5998;
  transition: all 0.5s;
}
#contact-section .social i.fa:hover {
  color: #5282d8;
}
#contact-section .text-danger {
  color: #cc3300;
  text-align: left;
}
.large-text-block {
  font-size: 2.5em;
  font-weight: 200;
}
[data-href] {
  cursor: pointer;
}
.group {
  position: relative;
  margin: 45px 0;
}
textarea {
  resize: none;
  background: none;
  color: #444444;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
}
input {
  background: none;
  color: #424242;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
input:focus,
textarea:focus {
  outline: none;
}
input:focus ~ label,
input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label,
input[aria-invalid="true"] ~ label {
  top: -14px;
  font-size: 12px;
  color: #607E8C;
}
input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
  width: 100%;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
label {
  color: #717171;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #607E8C;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  left: 0%;
}
.otherLink {
  color: #F9F9F9;
  font-size: 1.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin: 1em 0;
}
@media (max-width: 992px) {
  .otherLink {
    font-size: 1.25em !important;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .otherLink {
    font-size: 1.1em !important;
  }
}
@media (max-width: 768px) {
  .otherLink {
    font-size: 0.9em !important;
  }
}
.centerAll {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column ;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bg-primary {
  background-color: #F54436;
}
.bg-primary-hover {
  background-color: #F54436;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bg-primary-hover:hover {
  background-color: #f77167 !important;
  cursor: pointer;
}
.bg-grey {
  background-color: #444444;
}
.bg-grey-hover {
  background-color: #444444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bg-grey-hover:hover,
.bg-grey-hover :active {
  background-color: #5e5e5e !important;
  cursor: pointer;
}
#FAQ,
#whatis {
  position: relative !important;
  overflow: visible;
  width: 100%;
  padding: 10vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100vh;
  color: #444444;
  background-color: #F9F9F9;
}
@media (max-width: 768px) {
  #FAQ,
  #whatis {
    padding: 7.5vh;
  }
  #FAQ .content .title,
  #whatis .content .title {
    font-size: 2em !important;
  }
  #FAQ .content .question,
  #whatis .content .question {
    font-size: 1.2em !important;
  }
  #FAQ .content .answer,
  #whatis .content .answer {
    font-size: 0.8em !important;
  }
}
@media (max-width: 480px) {
  #FAQ,
  #whatis {
    padding: 5vh;
  }
  #FAQ .content,
  #whatis .content {
    margin-top: 50px;
  }
  #FAQ .content .title,
  #whatis .content .title {
    font-size: 1em !important;
  }
  #FAQ .content .question,
  #whatis .content .question {
    font-size: 1em !important;
  }
  #FAQ .content .answer,
  #whatis .content .answer {
    font-size: 0.65em !important;
    letter-spacing: 1px;
  }
}
#FAQ p,
#whatis p {
  color: #444444;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
#FAQ .title,
#whatis .title {
  color: #444444;
}
#FAQ .content,
#whatis .content {
  width: 100%;
}
#FAQ .content .question,
#whatis .content .question {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1.5em;
}
#FAQ .content .answer,
#whatis .content .answer {
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 400;
}
.circular-menu {
  z-index: 50;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: fixed;
  bottom: -40px;
  left: -40px;
}
.circle {
  width: 150px;
  height: 150px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.circle a {
  text-decoration: none;
  color: #F54436;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
}
.circle a:hover {
  border-bottom: none !important;
}
.circle a:hover:not(.num) {
  cursor: pointer;
  color: #ec1c0c;
}
.circle .num {
  font-size: 15px;
  position: absolute !important;
  top: -2px !important;
  right: 10px !important;
  display: inline-block;
  white-space: nowrap;
}
.circle .fa-stack .fa-stack-1x {
  margin-top: 10px;
  margin-left: 10px;
  color: #00abff;
}
.open.circle {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.menu-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-decoration: none;
  text-align: center;
  color: #444444;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease-in-out;
}
.menu-button:hover .fa {
  font-size: 18px;
}
.menu-button .fa {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-size: 23px;
}
.menu-button.open .fa {
  font-size: 18px !important;
}
.menu-button:hover {
  background-color: #F9F9F9;
}
#open-sign {
  margin: 1em;
  padding: 0.5em 1em;
  background: #444444;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45px;
  color: #F9F9F9;
  overflow: hidden;
  -webkit-transition: all all 0.3s ease-in-out ease-out;
  -moz-transition: all all 0.3s ease-in-out ease-out;
  -o-transition: all all 0.3s ease-in-out ease-out;
  transition: all all 0.3s ease-in-out ease-out;
  transition: all 0.3s ease-in-out;
}
#open-sign:hover {
  cursor: default;
}
#open-sign.open {
  height: 310px;
}
#open-sign.open #opening-hours {
  -webkit-transition: all all 2s ease-in-out ease-out;
  -moz-transition: all all 2s ease-in-out ease-out;
  -o-transition: all all 2s ease-in-out ease-out;
  transition: all all 2s ease-in-out ease-out;
  transition: all 2s ease-in-out;
  display: block;
  opacity: 1;
}
#open-sign.closed {
  border: 0;
}
#open-sign hr {
  background-color: #F54436;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#open-sign span {
  font-weight: 400;
  font-size: 1.6em;
}
#opening-hours {
  -webkit-transition: all all 2s ease-in-out ease-out;
  -moz-transition: all all 2s ease-in-out ease-out;
  -o-transition: all all 2s ease-in-out ease-out;
  transition: all all 2s ease-in-out ease-out;
  transition: all 2s ease-in-out;
  display: none;
  opacity: 0;
  overflow: hidden;
}
.opening-hours {
  transition: all 1s ease-in-out;
  display: block;
}
@media (max-width: 600px) {
  .opening-hours {
    margin: 0;
  }
}
.opening-hours tr th {
  text-align: center;
  padding: 1em;
}
.opening-hours tr td {
  padding: 0.3em;
  text-align: left;
}
.opening-hours tr td:first-of-type {
  font-weight: 900;
}
.section {
  padding: 10vh;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .section {
    padding: 7.5vh;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 5vh;
  }
}
.section h1 {
  font-size: 2.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  color: #444444;
}
@media (max-width: 992px) {
  .section h1 {
    font-size: 2em !important;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .section h1 {
    font-size: 1.5em !important;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .section h1 {
    font-size: 1.3em !important;
    font-weight: 700;
  }
}
.section h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #444444;
  text-align: center;
}
@media (max-width: 992px) {
  .section h2 {
    font-size: 1.5em !important;
  }
}
@media (max-width: 768px) {
  .section h2 {
    font-size: 1.2em !important;
  }
}
h1 small {
  color: #424242;
}
.num {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #444444;
  text-align: center;
}
@media (max-width: 992px) {
  .num {
    font-size: 1em !important;
  }
}
@media (max-width: 768px) {
  .num {
    font-size: 0.75em !important;
  }
}

/*# sourceMappingURL=style.css.map */