/*
	Old Colours
	#415a86 - Dark moderate blue
	#8e9eae - Dark grayish blue
	#6697c4 - Slightly desaturated blue
	#c0352c - Strong red
	New colours:
	#415A86 - Dark blue
	R: 65
	G: 90
	B: 134
	#6696C3 - Light blue
	R: 102
	G: 150
	B: 195
*/

@font-face {
	font-family: 'sans-bold';
	src: url('/fonts/solosans-bold.otf');
}

@font-face {
	font-family: 'sans-light';
	src: url('/fonts/solosans-light.otf');
}

@font-face {
	font-family: 'sans-regular';
	src: url('/fonts/solosans-regular.otf');
}

body {
	font-family: 'sans-light';
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #231f20;
}

a:hover {
	text-decoration: none;
}

p, li, a {
	line-height: 30px;
	font-size: 18px;
}

strong {
	font-family: 'sans-bold';
}

img {
	width: 100%;
	height: auto;
}

.btn-primary {
	font-size: 18px;
	font-family: 'sans-light';
	font-weight: 300;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px; 
	border-radius: 0;
	border: 1px solid #415a86; 
	background-color: #415a86; 
}

.btn-primary:hover {
	border: 1px solid #6696C3; 
	background-color: #6696C3;
}

.btn-primary.white {
	font-size: 18px;
	font-family: 'sans-light';
	font-weight: 300;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px; 
	border-radius: 0;
	background-color: #fff;
	color: 	#415a86;
	border: none;
}

/*modals*/

.modal-header h4 {
	font-size: 25px;
	font-family: 'sans-regular';
	font-weight: 600;
	text-transform: uppercase;
}

.modal-body.sessions {
	height: auto;
	width: 100%;
	/* padding:30px 30px 0 30px; */
	background-color: #fff;
	border-radius: 100;
}

/*.modal-body.sessions .col-md-6 {*/
/*	width: 50%;*/
/*	margin-right: auto;*/
/*	margin-left: auto;*/
/*}*/

.modal-body.sessions img {
	margin-bottom: 30px;
}

.modal-body {
	height: auto;
	width: 100%;
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 100;
}

.modal-body p {
	line-height: 25px;
}

.modal-body button.close {
	font-size: 30px;
	color: #000;
	z-index: 999;
	padding-top: 0;
	margin-top: 0;
}

.close{
	opacity: 100;
	display: inline-block;
	margin-top: 0;
	vertical-align: middle;
}

.modal-open .modal,.btn:focus, .modal-body button.close:focus{
    outline:none!important
}

/*owl carousel*/

.owl-carousel, .logo-sliders{
	text-align: center;
	position: relative;
}

.owl-carousel .item  {
	height: 600px;
}

.logo-sliders .item {
	height: 250px;
	text-align: center;
}

.logo-sliders .item img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.logo-sliders .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -60px;
	top: 20px;
	z-index: 2000;
	font-size: 30px;
}

.logo-sliders .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -60px;
	top: 20px;
	z-index: 2000;
	font-size: 30px;
}

.logo-sliders .owl-theme .owl-dots{
	font-size: 10px;
	right: 550px;
	position: absolute;
	bottom: 0px;
}

.owl-theme .owl-dots{
	font-size: 10px;
	right: 550px;
	position: absolute;
	bottom: -30px;
}

.owl-theme .owl-nav [class*=owl-] {
	padding: 10px;
	border-radius: 50%;
	font-size: 5px;
	color: #000;
	margin-bottom: 10px;
}

.owl-theme .owl-nav .active [class*=owl-] {
	background-color: #ececec;
}

.owl-theme .owl-nav {
	margin-top: 0;
	text-align: left;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -60px;
	top: 200px;
	z-index: 2000;
	font-size: 5px;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -60px;
	top: 200px;
	z-index: 2000;
	font-size: 5px;
}

.owl-theme .owl-nav [class*=owl-] {
	background-color: transparent;
	font-size: 30px;
	padding: 20px;
	color: #415a86;
	margin-bottom: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent!important;
	color: #415a86;
}

/*topbar*/

.mobile-topbar {
	display: none;
}

.topbar {
	padding-top: 15px;
	padding-bottom:0px;
	box-shadow: 4px 1px 4px grey;
}

.topbar .logo img {
	width: 100%;
}

.topbar i {
	font-size: 40px;
	font-family: 'sans-bold';
	font-weight: 700;
	color: #415a86;
	float: right;
	margin-right: 20px;
	vertical-align: middle;
}

.topbar .col-md-2 {
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
}

.topbar .col-md-1 {
	padding-right: 0;
	padding-left: 0;
	padding-top: 15px;
}

.topbar p {
	color:#415a86;
	font-size: 14px;
	margin-bottom: 0;
	vertical-align: middle;
}

.topbar p>span {
	color: #6696C3;
	font-size: 14px;
	vertical-align: middle;
}

/*menubar*/

.navbar-default .navbar-nav>.active>a {
	border-bottom: 5px solid #6696C3;
	background-color: transparent!important;
	color: #6696C3!important;
	display: inline-block;
	padding-bottom: 20px;
}

.navbar-default .navbar-nav>.active>a:after {
	width: 50%;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background-color: transparent;
	border-radius: 0;
	border: none;
	padding-top: 10px;
}

.navbar-default .navbar-nav li>a:hover {
	border-bottom: 5px solid #6696C3;
	background-color: transparent!important;
	color: #6696C3!important;
	padding-bottom: 20px;
	display: inline-block;
}

.navbar-default .navbar-nav>li>a {
	color: #415a86;
	font-size: 18px;
	font-family: 'sans-regular';
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	background-color: transparent!important;
}

.social-icons {
	float: right;
	vertical-align: middle;
	padding-top: 15px;
}

.social-icons i {
	font-size: 30px;
	color: #415a86;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px; 
}

/*home page*/

.home-header {
	background-image: url('https://files.crtgroupstorage.com/theopauw/home/home-header.jpg');
	background-size: cover;
	background-position: center;
	height: 600px;
}

.home-header h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	padding-top: 100px;
	margin-top: 0;
	font-family: 'sans-bold';
	font-weight: 700;
}

.home-header p {
	color: #fff;
	font-size: 18px;
}

.home-top-categories {
	position: relative;
	top: -40px;
}

.home-top-categories h3 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 5px solid #fff;
	font-size: 30px;
	margin-top: 0;
	padding-bottom: 10px;
	font-family: 'sans-bold';
	font-weight: 700;
}

.home-top-categories p {
	color: #fff;
}

.home-top-categories .btn-primary {
	margin-top: 20px;
	position: absolute;
	bottom: 20px;
}

.home-top-categories .col-md-4 {
	min-height: 370px;
}

.col-md-4#light {
	background-color: #6696C3;
	padding: 20px;
}

.col-md-4#med {
	background-color: #4c68a5;
	padding: 20px;
}

.col-md-4#dark {
	background-color: #415a86;
	padding: 20px;
}

.home-services {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.home-services h2 {
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	border-bottom: 5px solid #6696C3;
	color: #415a86;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: inline-block;
}

.mobile-btn, .mobile-btn2 {
	display: none;
}

.sliders {
	padding-bottom: 60px;
}

.sliders img {
	width: 100%;
}

.sliders .btn-primary {
	position: absolute;
	bottom: 20px;
	left: 110px;
	right: 110px;
}

.sliders .btn-primary:hover {
	position: absolute;
	bottom: 20px;
	left: 110px;
	right: 110px;
	background-color:#6696C3;
}

.sliders .slider:hover .overlay {
	opacity: 1;
	width: 100%;
	height: 93.5%;
	left: 0;
}

.slider .overlay {
	position: absolute;
	top:0;
	left: 13px;
	right: 20px;
	transition: all ease 0.2s;
	background-color: rgba(142,158,174,0.5);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
	opacity: 0;
	width: 80%;
	height: 100%;
}

.slider .overlay h3 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	padding: 200px 20px;
}

.slider .overlay p{
	font-size: 30px;
	font-family: 'sans-light';
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top:150px;
	padding-bottom: 60px;
}

.home-details {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.home-details a {
	color: #231f20;
}

.home-details h2 {
	text-transform: uppercase;
	color: #415a86;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 30px;
	border-bottom: 5px solid #6696C3;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: inline-block;
}

.home-details .col-md-6 .open-details {
	background-color: #ececec;
	min-height: 430px;
	padding: 20px; 
}

.home-details .col-md-6 .request-form {
	background-color: #ececec;
	min-height: 445px;
	padding: 20px;
}

.open-details p {
	color: #415a86;
	font-size: 20px;
	font-family: 'sans-light';
	font-weight: 400;
	text-align: left;
}

.open-details p>strong {
	text-transform: uppercase;
}

.open-details p.border {
	color: #415a86; 
	border-bottom: 1px solid #415a86;
	font-size: 20px;
	font-family: 'sans-light';
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.open-details p>span {
	float: right!important;
	text-transform: uppercase;
}

.open-details .paragraph {
	text-align: center;
	color: #415a86;
}

#request-form {
	margin-top: 10px;
}

.home-details .request-form input {
	width: 100%;
	padding: 15px;
	border: none; 
	margin-bottom: 10px;
}

.home-details  .request-form select {
	width: 100%;
	padding:14px;
	border: none; 
	margin-bottom: 10px; 
}

.picker__holder {
	max-width: 360px;
}

.picker__input {
	cursor: pointer;
}

.home-details .request-form .btn-primary {
	margin-top: 15px;
	width: 50%;
	float: left;
}

.request-form .output {
	margin-top: 15px;
	padding: 10px;
	background-color: #415a86;
	font-style: italic;
	color: #fff;
	display: none;
	font-size: 15px;
}

.request-form select {
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}

select::-ms-expand {
    display: none;
}

/*.home-details .request-form .checkboxes {
	text-align: left;
}

.home-details .request-form .checkboxes .header {
	color: #415a86;

	font-size: 20px;
	font-weight: 700;
	font-family: 'sans-bold';
	text-transform: uppercase;
}

.home-details .request-form .checkboxes input {
	background-color: #fff;
	border: none;
	border-radius: 0;
	text-align: left;
	width: 50px;
	display: inline-block;
}

.checkbox {
	display: inline-block;
}

.checkbox label {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 0;
	margin-right: 0;
}

.checkbox label span {
	padding-left: 13px;
    padding-right: 13px;
    margin-right: 10px;
    background-color: #fff;
}

.checkbox input[type=checkbox]:not(old):checked + label > span {
	background-color: #415a86!important;
	border: none;
}

.checkbox input[type=radio] + label > span {
	background-color: #fff!important;
	border: none;
	border-radius: 0;
}

.checkbox input[type=radio]:checked + label > span {
	background-color: #415a86!important;
	border: none;
	border-radius: 0;
}

.checkbox input {
	display: none!important;
}*/


.logos {
	padding-bottom: 40px;
	text-align: center;
}

.logos img {
	width: 70%;
}

/*about page*/

.about-header {
	background-image: url('https://files.crtgroupstorage.com/theopauw/about/team2023.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
}

.about-us {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f1f1f1;
}

.about-us h2 {
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	border-bottom: 5px solid #6696C3;
	color: #415a86;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 10px;
	display: inline-block;
}

.about-us span {
	font-size: 25px;
	color: #6696C3;
	padding-top:150px;
	padding-bottom: 60px;
}

.about-us p {
	font-size: 18px;
}

.staff {
	padding-top: 40px;
	padding-bottom: 40px;
}

.staff h2 {
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	border-bottom: 5px solid #6696C3;
	color: #415a86;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 10px;
	display: inline-block;
}

.staff .staff-intro p {
	font-size: 18px;
	color: #231f20;
}

.staff a .caption p {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: #231f20;
}

.staff .caption	p>span {
	font-size: 15px;
	color: #6696C3;
}

.staff .col-md-3 {
    min-height: 400px;
    height: auto;
}

.hours-of-service {
	background-color: #6696C3;
	color: #fff;
	padding: 20px;
}

.hours-of-service  p {
	line-height: 20px!important;
}

.hours-of-service h3 {
	text-transform: uppercase;
	font-size: 25px;
	font-family: 'sans-bold';
	font-weight: 700;
	border-bottom: 5px solid #fff;
	margin-top: 0;
	padding-bottom: 10px;
}

.hours-of-service .btn-primary {
	width: 100%;
	color: #6696C3;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

/*Image overlay hover effect 9*/

.staff a:focus{
    outline:none!important
}

.hovereffect {
  width: 100%;
  height:100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.hovereffect .overlay {
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  background-color: transparent;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-out 0.1s;
  transition: all 0.1s ease-out 0.1s;
}

.hovereffect:hover .overlay{
  opacity: 1;
  filter: alpha(opacity=100);
  top: 110px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hovereffect img {
  display: block;
  position: relative;
}

.overlay i {
	padding-left: 110px;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	color: #415a86;
}

/*services page*/

.services-header {
	background-image: url('https://files.crtgroupstorage.com/theopauw/services/services-header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
}

.services {
	padding-top: 40px;
	padding-bottom: 40px;
}

.services h2 {
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	border-bottom: 5px solid #6696C3;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 10px;
	display: inline-block;
}

.services p {
	font-size: 18px;
}

.panel-default {
	border-radius: 0;
	border: none;
}

.panel-default>.panel-heading{
	background-color:#6696C3; 
}

.panel-default>.panel-heading h4>a {
	font-size: 25px;
	
}

.panel-title{
	color: #fff;
}

.panel-body {
	border-radius: 0;
	border: 1px solid #231f20;
}

.panel-body ul {
	list-style-type: none;
	padding-left: 0;
}

.panel-body a {
	color: #134d96;
}

.hospitals {
	padding-bottom: 60px;
	position: relative;
}

.hospitals h2 {
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	border-bottom: 5px solid #6696C3;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 10px;
	text-align: center;
	display: inline-block;
}

.hospitals .overlay {
	position: absolute;
	top: 100px;
	left: 100px;
	right: 100px;
}

.hospitals .overlay h2 {
	font-size:35px;
	text-transform: uppercase;
	border-bottom: 0;
	font-family: 'sans-regular';
	font-weight: 600;
	color: #fff;
}

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

.lifebay h2 {
	font-weight: 600;
	font-family: 'sans-regular';
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 20px;
}

.lifebay img {
	width:30%;
}

.vidamed {
	padding-bottom: 40px;
	padding-top: 40px;
	
}

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

.vidamed h2 {
	font-family: 'sans-regular';
	font-weight: 600;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 20px;
}

.vidamed img {
	width: 25%;
}

.treatments {
	padding-bottom: 40px;
}

.treatments h3 {
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	border-bottom: 5px solid #6696C3;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 10px;
	text-align: center;
	display: inline-block;
}

.treatments p {
	font-size: 18px;
}

/*docs and rates page*/

.docs-header {
	background-image: url('https://files.crtgroupstorage.com/theopauw/header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
}

.docs {
	padding-top: 40px;
	padding-bottom: 40px;
}

.tarrifs {
	padding-top: 60px;
	padding-bottom: 60px;
}

.fee-intro {
	margin-bottom: 60px;
}

.tarrifs h2 {
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	border-bottom: 5px solid #6696C3;
	color: #415a86;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 10px;
	display: inline-block;
}

.tarrifs ul {
	padding-right: 20px;
	padding-left: 15px;
}

.docs {
	padding-bottom: 60px;
}

.docs img {
	padding-right: 20px;
}

.docs h2 {
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	border-bottom: 5px solid #6696C3;
	color: #415a86;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 10px;
	display: inline-block;
}

.docs a {
	color: #4d4d4d;
	font-size: 20px;
}

#download-forms p {
	color: #4d4d4d;
	font-size: 18px;
	border-bottom: 1px solid #6696C3;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
	max-width: 465px;
}

.docs .panel-default {
	border-radius: 0;
	border: none;
}

.docs .panel-default>.panel-heading{
	background-color:#6696C3; 
}

.docs .panel-default>.panel-heading h4>a {
	font-size: 25px;
	color: #fff;
}

.docs .panel-title{
	color: #fff;
}

.docs .panel-body {
	border-radius: 0;
	border: 1px solid #6696C3;
}

.docs .panel-body ul {
	list-style-type: none;
	padding-left: 0;
}

/*contact page*/

.contact-header {
	background-image: url('https://files.crtgroupstorage.com/theopauw/contact-header.jpg');
	background-position: center;
	background-size: cover;
	height: 500px;
	/*padding-top: 10%;*/
	/*padding-bottom: 10%;*/
}

.contact {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact h2 {
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 50px;
	border-bottom: 5px solid #6696C3;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 10px;
	display: inline-block;
}

.contact-form input:focus, .contact-form textarea:focus {
	outline: none;
}

.contact-form input {
	width: 80%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #6696C3; 
}

.contact-form textarea {
	width: 80%;
	height: 200px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #6696C3;
}

.contact-form .btn-primary {
	width: 30%;
}


::webkit-input select {
	width: 80%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #6696C3;
}
 
:-moz select { /*firefox 18-*/
	width: 80%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #6696C3;
}
 
::moz select { /*Firefox 19+*/
	width: 80%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #6696C3;
}

.reception {
	margin-top: 5px;
}

.reception img {
	width: 80%;
}

.reception a {
	color: inherit;
}

.reception i {
	font-size: 25px;
	font-family: 'sans-bold';
	font-weight: 700;
	color: #415a86;
	margin-right: 20px;
	vertical-align: middle;
}

.reception p>span {
	padding-left: 45px;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #415a86;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

.map .col-md-12 {
	padding-left: 0;
	padding-right: -0px;
}

#map{
	height: 500px;
	width: 100%;
}

#content {
	text-align: center;
	max-width: 250px; 
}

#content img {
	width: 80%;
}

#content #logo {
	width: 100%;
}

#content p {
	margin-bottom: 0;
	font-size: 15px;
}

#content a {
	color: #000;
	font-size: 15px;
}

/*footer*/

.footer {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #415a86;
}

.footer h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'sans-bold';
	font-weight: 700;
	font-size: 20px;
	margin-top: 0;
}

.footer p, .footer a {
	color: #fff;
	margin-bottom: 0;
	font-size: 16px;
}

.footer .btn-primary {
	margin-top: 20px;
}

#footer-contact {
	padding-left: 120px;
}

#footer-services {
	padding-left: 100px;
}

#footer-services p>a {
	text-transform: uppercase;
	font-size: 16px;
}

.footer-lower {
	border-top: 3px solid #fff;
	margin-top: 20px;
	padding-top: 20px;
}

.footer-lower p, .footer-lower a {
	padding-top: 15px;
}

.footer-navbar {
	text-align: right;
	float: right;
}

.footer-navbar .navbar-nav>li>a:hover {
	background-color: transparent;
}