/* 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: #333333;
}
p {
	line-height: 1.7em;
}
p a {
	color: #922B5B;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
u {
	text-decoration: none;
}
a {
 text-decoration: none;
 cursor: pointer;
 color: #111111;
}
strong, em {
	font-weight: 700;
}

body {
	border-top: 10px solid #922B5B;
}
.header {
	padding: 30px 0px;
	background-color: #ffffff;
}
.header .logo {
	background: transparent url(../img/ff-imt-logo.png) center center no-repeat;
	width: 260px;
	height: 74px;
	display: block;
	margin: 0 auto;
	text-indent: -99999px;
	overflow: hidden;
	background-size: contain;
}
.header-banner {
}
.header-title {
	height: 300px;
}
.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/Doctor.png) 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.png) center center no-repeat;
	background-size: cover;
}
.header-banner img {
	display: block;
	width: 100%;
}
.menu {
	background-color: #922B5B;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.4);
}
.menu ul {
	list-style: none;
	display: block;
}
.menu ul li {
	display: inline-block;
}
.menu ul li a {
	display: inline-block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0.6em 1.5em;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	font-size: 14px;
}
.content {
	background-color: #ffffff;
}
.menu ul li a.current, .menu ul li a:hover {
	border-bottom: 4px solid #E65D9D;
 }
.row {
	 padding: 5em 0;
}
.row.colored {
	background-color: #FFEEF6;
}
.row .columns {
	 max-width: 960px;
	 margin: 0 auto;
	 text-align: center;
}
.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: 2em 2em;
	box-sizing: border-box;
}
.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 {
	font-family: 'Montserrat', sans-serif;
	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: #333333;
	color: #ffffff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 11px;
	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;
}