@font-face {
    font-family: 'Questrial';
    src: url('../font/Questrial-Regular-webfont.eot');
    src: url('../font/Questrial-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Questrial-Regular-webfont.woff') format('woff'),
         url('../font/Questrial-Regular-webfont.ttf') format('truetype'),
         url('../font/Questrial-Regular-webfont.svg#questrialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {height: 100%;}
body {
    background-position: top left;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: 'Questrial', sans-serif;
	color: #575757;
	text-rendering: optimizeLegibility;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Questrial', sans-serif; 
  color: #575757;
}
label {
	color: #575757;
}
.menu-bar {
	background-color: #ffffff;
	opacity:0.5;
}

.title-bar {
	background: #98875d;
	/* background-attachment: fixed; */
    background-position: top;
    background-repeat: no-repeat;
    background-size: 200px;
}
.title-bar-left, .title-bar-right {
	width: 40%;
}

.top-and-content-container {
	min-height: 100%; 
}
.top {
	position: relative;
	opacity: 0.95;
    background-attachment: fixed;
    /* background-position: center; */
    background-repeat: no-repeat;
    /* background-size: cover;  */
}
.top-bar {
	background: #ffffff;
	opacity: 0.85;
}

.top-bar li {
	display: inline;
	margin-left: 20px;
	font-size: 0.9rem;
	font-weight: 700;
}

.top-bar li a:hover {
	color: #5E5E2C;
}
.top-image .row {
	position: absolute; top: 50%; width: 100%; max-width: 100%;
}
.top-home-image .row {
	position: absolute; top: 50%; width: 100%; max-width: 100%;
	margin-top: -2.5rem;
}
.top-image h1 {
	color: #ffffff;
	text-shadow: 0px 0px 40px #98875d;
}
.top-home-image h1 {
	color: #ffffff;
	text-shadow: 0px 0px 40px #98875d;
}
.top-home-image h3, h2 {
	color: #ffffff;
	text-shadow: 0px 0px 40px #98875d;
}

.call-to-action {
	font-size: medium;
	padding-top: 8px;
    padding-bottom: 8px;
}

.call-to-action > i {
	font-size: xx-large;
}
.call-to-action > span {
	float: right;
    margin-top: 0.6rem;
    margin-left: 0.8rem;
}

.call-to-action-secondary {
	background-color: white;
	color: #98875d;
	font-size: medium;
	padding-top: 8px;
    padding-bottom: 8px;
}

.call-to-action-secondary > i {
	font-size: xx-large;
}
.call-to-action-secondary > span {
	float: right;
    margin-top: 0.6rem;
    margin-left: 0.8rem;
}
 
.page-title {
	margin-bottom: 1em;
}

.fb-page-widget-container {
	position: absolute; 
	bottom: 0.5rem; 
	right: 0.5rem;
}

.content {
	position: relative;
}

.content-container {
	margin-top: 2em;
	margin-bottom: 2em;
}

.other-content-container {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #e9e9e9;
}

.extra-content {
	margin-top: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #e9e9e9;
}
.extra-content .row .columns p:last-child {
    margin-bottom: 0; 
}
.extra-content .row .row {
	margin-left: auto;
    margin-right: auto;
}

/* .extra-content-posts img {
	margin-top: 1rem;
	margin-bottom: 1rem;
} */

.extra-content-posts {
    margin-left: auto;
    margin-right: auto;
}

.extra-content-posts .post-title {
	text-align: center;
}

.extra-content-posts-image-container {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.extra-content-posts-image-container div {
	border-color: #b4b4bc;
	border-width: 1px;
	border-style: solid; 
	
	/* border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    border-radius: 3px; */
	
	width: 220px;
	height: 150px;
	
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.patient-photo {
	width: 70px;
	height: 70px;
	position: relative;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0.5em;
}
.patient-data {
	color: #76777d;
	font-weight: bold;
}
.patient-quote {
	font-style: italic;
}

form .patient-photo {
	width: 80px;
	height: 80px;
}

.circle {
    border-radius: 50%;
}

div { width: 100%; }

.map-container {
	position: relative;
	width: 100%;
	height: 450;
}
.map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	/* background-color: #b4acfc;
	opacity: 0.2; */
}
.map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.photo-container {
  background-color: rgba(0,0,0,0.3);
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed;
  display: block;
  opacity:    0;
  visibility: hidden;
  
  -webkit-transition-property: -webkit-opacity, -webkit-visibility;
  -moz-transition-property: -moz-opacity, -moz-visibility;
  -o-transition-property: -o-opacity, -o-visibility;
  transition-property: opacity, visibility; 
  
  -webkit-transition-duration: 0.3s, 0s;
  -moz-transition-duration: 0.3s, 0s;
  -o-transition-duration: 0.3s, 0s;
  transition-duration: 0.3s, 0s;
  
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}

.photo-container.active {
	 opacity: 1;
	 visibility: visible;
}
.photo {
	background-color: #ffffff;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 533px;
	
	/* border: solid 4px #fefefe; */
	box-shadow: 0 0 6px 1px rgba(169, 128, 27, 0.5);
	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px;
	background-image: url("../images/spinner.gif");
}

.photo img {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post-image-container {
	/* margin-top: 1rem; */
	margin-bottom: 1rem;
}

.post-image-container img {
	border-color: #b4b4bc;
	border-width: 1px;
	border-style: solid;
	/* width: 180px;
	height: 123px; */
	width: 210px;
	height: 146px;
}

.post-image-container div {
	border-color: #b4b4bc;
	border-width: 1px;
	border-style: solid;
	width: 180px;
	height: 125px;
	
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.post-call-container {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.back-link {
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: -20px;
	color: #69686a;
	margin-bottom: 0.7rem;
}
.post-date {
	font-size: 0.8rem;
	color: #99969b;
	margin-bottom: 1.2rem;
}

.post-text img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    border-color: #b4b4bc;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 1rem;
}

.post-text p {
	text-indent: 4rem;
}

.post-text ol > li {
	margin-left: 4rem;
}

.post-text ul > li {
	margin-left: 4rem;
}

.post-subjects {
	font-size: 0.95rem;
	color: #706e72;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
.post-subjects p {
	margin-bottom: 0rem;
}

.post-author-photo {
	width: 100px;
	height: 100px;
	/* position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    margin-bottom: 0.5em;
}
.post-author-data img {
	float: left;
	margin-right: 1rem;
}

.question-form {
/* 	margin-top: 2.5rem; */
}
.question-form img {
	margin-bottom: 0.5rem;
	border-radius: 50%;
}

.spinner_background {
	background-position:  50% 10%;
	background-repeat: no-repeat;
	background-size: 50px;
	background-image: url("../images/spinner.gif");
}

.spinner_background p {
	margin-top: 2.5rem;
}

.link-index {
	list-style-type: none;
}

.link-index .category {
	margin-left: 0rem;
	font-weight: bold;
}

.filter {
	list-style-type: none;
}
.filter > li > a, .filter > li > ul > li > a {
    display: block;
    padding: 0.3rem 1rem;
    line-height: 1;
}

.filter > li > a.secondary {
	color: #575757;
	font-weight: bold;
}

.footer-container {
	position: relative;
	width: 100%;
}

.footer {
	position: absolute; 
	bottom:100%;
	background: #81755a;
	color: #ffffff;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

.footer h1, .footer h1 > a, .footer h1 > a:hover {
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: bold;
}

.footer h2, .footer h2 > a, .footer h2 > a:hover {
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: normal;
}

.footer hr {
	border-bottom-color: #98875d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a.phone-number {
  color: #ffffff !important;
  text-decoration: underline;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.footer .address-data {
	font-size: 0.9rem;
	margin-top: 0.1rem;
}
.development {
	font-size: 0.7rem;
	color: #ffffff;
	font-weight: normal;
}
.development > span {
	display: block;
	margin-right: 0.4rem;
}
.development > img {
	width: 100px;
	height: 33px;
}

a.secondary {
  color: #2e2e2e;
   }
  a.secondary:hover, a.secondary:focus {
    color: #161616; }

a.terciary {
  color: #575757;
   }
  a.terciary:hover, a.terciary:focus {
   color: #2e2e2e; }

.off-canvas-list {
	list-style-type: none;
	line-height: 2;
	margin-left: 0;
}
.off-canvas-list li {
	margin-left: 1.25rem;
}

.off-canvas-list li.category {
	text-align: center;
	margin-left: 0rem;
	font-weight: bold;
}

.off-canvas-list label {
	padding: 0.5rem;
	text-align: center;
	background-color: #b7b8be;
	margin-bottom: 0.50rem;
}


/* Small only */
@media screen and (max-width: 39.9375em) {  
	.top-image {
		min-height: 15%;
	}
	.top-home-image {
		min-height: 35%;
	}
	.top-home-image .row {
		margin-top: -2.5rem;
	}
	.top {
		background-position: top left;
    	background-size: 100%;
	}
	
	h3 {
	font-size: 1.7rem;
	}
	
	h5 {
	font-size: 1.3rem;
	}
	
	.link-index {
		background-color: #e9e9e9;
	}
	
	.question-form {
		margin-top: 1.5rem;
	}
	.spinner_background p {
		margin-top: 6.3rem;
	}
	
	.footer .address-data {
		margin-bottom: 1rem;
	}
	
	.footer h1 {
		margin-top: 0.7rem;
		margin-bottom: 0.7rem;
	}
	
	.footer h2 {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.patient-photo {
		width: 60px;
		height: 60px;
	}
	.patient-name {
		margin-left: 1rem;
	}
	.post-image-container img {
		width: 332px;
		height: 227px;
	}
	.post-image-container div {
		width: 330px;
		height: 225px;
	}
	
	.extra-content-posts-image-container div {
		width: 181px;
		height: 123px;
	}
	.extra-content-posts .post-image-container img {
	    width: auto;
    	height: auto;
	} 
}

/* Medium and up */
@media screen and (min-width: 40em) {
	body {
		font-size: 1.1em;
	}
	.top-image {
		min-height: 20%;
		height: 20%;
	}
	.top-home-image {
		min-height: 75%;
		height: 75%;
	}
	.top {
		background-position: center;
	    background-size: cover;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.menu-row {
		margin-top: 0.75%;
		margin-bottom: 0.75%;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.menu-row {
		margin-top: 1%;
		margin-bottom: 1%;
	}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	
}

@font-face {
	font-family: 'SocialMediaIcons';
	src: url('../font/SocialMediaIcons.eot');
	src: url('../font/SocialMediaIcons.?#iefix') format('embedded-opentype'),
		url('../font/SocialMediaIcons.woff') format('woff'),
		url('../font/SocialMediaIcons.ttf') format('truetype'),
		url('../font/SocialMediaIcons.svg#SocialMediaIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
.SocialMediaIcons {
	font-family: 'SocialMediaIcons' !important;
}
.socialBottomLinks a{
  font-family: 'SocialMediaIcons';
  font-weight: normal;
  font-size: 2rem;
  text-rendering: optimizeLegibility; 
  color: #FFFFFF;
  text-decoration: none;
}








/* General CSS Setup */
/* container */
.question-separator {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.left-bubble-container {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  padding-left: 35px;
  padding-right: 0.5rem;
}
.right-bubble-container {
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 35px;
}

/* CSS talk bubble */
.left-talk-bubble {
	/* margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem; */
    display: inline-block;
    position: relative;
	width: auto;
	height: auto;
	background-color: #e9e9e9;
}
.right-talk-bubble {
	/* margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem; */
    display: inline-block;
    position: relative;
	width: auto;
	float: right;
	height: auto;
	background-color: #f4f0e6;
}

.round{
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
/* talk bubble contents */
.talktext{
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: -20px;
	right: auto;
  	top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #e9e9e9 transparent transparent transparent;
}

.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: auto;
	right: -20px;
  	top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: #f4f0e6 transparent transparent transparent;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-image: url("../images/whatsapp.png");
	background-size: contain;
	background-position: center;
	color:#FFF;
	text-align:center;
}

.my-float{
	margin-top:22px;
}

.float-insta {
	position:fixed;
	width:60px;
	height:60px;
	top:10px;
	right:10px;
	color:#FFF;
	text-align:center;
}

@media screen and (max-width: 39.9375em) {
    .float-insta {
        width:45px;
		height:45px;
		top:-5px;
		right:0px;
    }
}

.float-insta a { 
    filter:drop-shadow(2px 2px 1px gray); 
} 

.flag-icon {
	height: 15px;
}
.flag-container {
	padding: 5px;
}
.review-container {
	padding-left: 3em;
	padding-right: 3em;
}