/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* */
body {
 font-family: 'Muli', serif;
 font-size: 14px;
 line-height: 1.7em;
 font-weight: 400;
 text-align: left;
 padding: 0;
 margin: 0;
 color:#222222;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 background-color: #611B3C;
}
p {
	line-height: 1.7em;
	font-weight: 300;
	margin: 1em 0 1.8em;
}
p a {
	color: #922B5B;
	font-weight: bold;
}
p b {
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	font-family: 'Muli', sans-serif;
	line-height: 1.4em;
	font-weight: 700;
	color: #922B5B;
	margin: 0 0 0.8em;
}
h1 {
	font-size: 36px;
	font-weight: 800;
}
h2 {
	font-size: 24px;
}
u {
	text-decoration: none;
}
a {
 text-decoration: none;
 cursor: pointer;
 color: #111111;
}
strong, em {
	font-weight: 700;
}

body {
}
.header {
	padding: 60px 0px 30px;
	background-color: #ffffff;
	margin: 0 auto;
}
.limit {
	max-width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
.header .logo {
  display: inline-block;
  float: left;
}
.header .logo img {
  height: 60px;   /* adjust as needed */
  width: auto;
  display: block;
}

.header-banner {
}
.header-title {
	height: 240px;
}
.header-title .table {
	display: table;
	width: 100%;
	height: 100%;
}
.header-title .row {
	display: table-row;
}
.header-title .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.header-title h1 {
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
}
.title-doctors {
	background: transparent url(../img/doctors.jpg) center center no-repeat;
	background-size: cover;
}
.title-services {
	background: transparent url(../img/services.jpg) center center no-repeat;
	background-size: cover;
}
.title-contact {
	background: transparent url(../img/contact.jpg) center center no-repeat;
	background-size: cover;
}
.header-banner img {
	display: block;
	width: 100%;
}
.menu {
	text-align: right;
	overflow: hidden;
	background-color: #ffffff;
	float: right;
}
.menu ul {
	list-style: none;
	display: block;
}
.menu ul li {
	display: inline-block;
}
.menu ul li:before {
	content: '/';
	color: #CCCCCC;
	display: inline-block;
}
.menu ul li:first-child:before {
	display: none;
}
.menu ul li a {
	display: inline-block;
	color: #231F20;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 0em 1.5em;
	font-size: 13px;
}
.content {
	background-color: #ffffff;
}
.menu ul li a.current, .menu ul li a:hover {
	color: #922B5B;
 }
.row {
	 padding: 5em 0;
}
.row.colored {
	background-color: #F7F7FB;
}
.row .columns {
	 max-width: 960px;
	 margin: 0 auto;
}
.columns.bigtext {
	font-size: 24px;
	max-width: 640px;
}
.bigtext p {
	line-height: 1.5em;
}
.subheading {
	font-size: 13px;
	font-weight: bold;
}
hr {
	border: 0;
    height: 0;
    border-bottom: 1px solid #9B9B9B;
    margin: 1em 0;
}
.space {
	border: 0;
    height: 1px;
    margin: 2em 0;
}
.colfull {
	width: 100%;
	line-height: 1.6em;
	display: block;
	vertical-align: top;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.col1, .col2 {
	width: 49%;
	line-height: 1.6em;
	display: inline-block;
	vertical-align: top;
	padding: 2em 2em;
	box-sizing: border-box;
}
.border .col1 {
	padding-right: 4em;
	padding-left: 0em;
}
.border .col2 {
	padding-left: 4em;
	padding-right: 0em;
}
.border-right {
	border-right: 1px solid #CCCCCC;
}
.contact-details {
	padding-top: 2em;
}
.contact-details .col1,
.contact-details .col2,
.contact-details .col3 {
	width: 33%;
	line-height: 1.6em;
	display: inline-block;
	vertical-align: top;
	padding: 2em 2em;
	box-sizing: border-box;
}
.contact-details .col1 h3,
.contact-details .col2 h3,
.contact-details .col3 h3 {
	margin-top: 0px;
}
h3 {
	font-family: 'Muli';
	text-transform: none;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 1em 0;
}
h3.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 18px;
}
.align-left {
	text-align: left;
}
.content-list {
	margin: 1em 0;
}
.content-list li {
	margin: 2px 0px;
}
.content-list .fa {
	font-size: 10px;
	margin-right: 5px;
}
.footer {
	background-color: #611B3C;
	color: #cccccc;
	text-align: center;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 14px;
	padding: 1.2em 0;
}
.limit-width {
	max-width: 800px !important;
}
.boxes3, .boxes1 {
	text-align: center;
}
.boxes3 .box {
	background-color: #FFEEF6;
	display: inline-block;
	width: 25%;
	padding: 3em 2em;
}
.boxes3 .box:nth-of-type(2) {
	margin-left: 3%;
	margin-right: 3%;
}
.single-box {
	background-color: #FFEEF6;
	padding: 3em 2em;
	margin-top: 3em;
}
.box h3, .single-box h3 {
	margin-top: 0px;
}
.map {
	height: 400px;
}
.map iframe {
	height: 100%;
	width: 100%;
}
.scrolloff {
    pointer-events: none;
}
.header .code {
	font-size: 10px;
	display: block;
	margin: 5px auto 0;
	width: 260px;
	text-align: left;
	line-height: 1em;
	font-weight: bold;
	color: #666666;
}
.image-sidebar {
	float: left;
	width: 20%;
}
.col-text-right {
	float: right;
	width: 74%;
}
.home-h1 {
	font-size: 24px;
	font-weight: 700;
	margin: 1em 0;
}
.concept .image-sidebar {
	width: 38%;
}
.concept .col-text-right {
	width: 58%;	
}
.divider {
	clear: both;
}
.packages h1 {
	text-align: center;
}
.packages .package {
	width: 24%;
	display: inline-block;
	text-align: center;
	margin-bottom: 3em;
}
.colfull.packages {
	padding-bottom: 0px;
}
.video {
	width: 48%;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 1em;
}
.video:nth-child(odd) {
	margin-right: 3%;
}
.video h2 {
	font-size: 18px;
	margin-top: 1em;
}
.centered {
	text-align: center;
}
.header-banner img {
    display: block;
    width: 100%;
}