body {
	font-style: normal;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	min-width: 880px;
	font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4 {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #04427e;
	font-family: 'Fjalla One', sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.2em;
}

p {
	font-size: 1em;
}

p.learnmore {
	text-align: center;
	font-size: 1.1em;
	font-weight: 400;
}

a {
	color: #04427e;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	text-decoration: underline;
	color: #0e7ac7;
}

ul {
}

li {
	margin-bottom: 14px;
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    column-break-inside: avoid;
}

ol {
}

fieldset {
	border-width: 0px;
	background-color: #f2f5fa;
	text-align: center;
}

input {
	font-size: 1.5em;
	margin-bottom: 10px;
}

textarea {
	font-size: 1.5em;
	width: 400px;
	height: 200px;
	margin-bottom: 10px;
}

.gaudy {
	border-color: white;
	border-style: double;
	border-width: medium;
	border-radius: 5px;
	color: white;
	background-color: #04427e;
}

header {
	z-index: 10;
	background-color: white;
	height: 120px;
	width: 100%;
	top: 0px;
	position: fixed;
	min-width: 880px;
}

header a img {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 40px;
	float: left;
	width: 150px;
}

header h1 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0px;
	font-size: 2.7em;
	width: auto;
	text-align: center;
}

header h2 {
	margin: 0px;
	font-size: 1.1em;
	text-align: center;
	width: auto;
}

.phone {
	color: #0e7ac7;
	font-size: 2em;
}

header p.phone {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 45px;
	width: auto;
	float: right;
}

nav {
	z-index: 5;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: 3%;
	margin-bottom: 0px;
	margin-right: 3%;
	margin-top: 0px;
	text-align: center;
	width: 94%;
	background-position: left top;
	background-size: contain;
	font-size: 1.1em;
	color: white;
	background-color: #04427e;
	top: 125px;
	position: fixed;
	font-family: 'Sunflower', sans-serif;
	border-radius: 5px;
}

nav ul {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 800px;
	padding: 0px;
}

nav ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: auto;
	float: left;
}

nav a {
	padding: 10px;
	color: white;
}

nav a:hover {
	text-decoration: none;
	color: #ddddff;
}

.mmenu {  
	display: none;
}

section[role="banner"] {
	float: none;
	clear: both;
	background-color: #f2f5fa;
	height: 510px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/banner-doctors.jpg);
	background-size: cover;
	padding-top: 30px;
	padding-left: 5%;
	paddin-right: 5%;
}

section[role="banner"] img {
	padding-bottom: 30px;
	padding-top: 50px;
	float: left;
	width: 60%;
	max-width: 650px;
}

section[role="banner"] h2 {
	text-align: center;
	font-size: 1.8em;
}

section[role="banner"] h3 {
	text-align: center;
	font-size: 1.2em;
}

section[role="banner"] p {
	color: #0e7ac7;
	font-weight: 400;
}

section[role="banner"] ul {
	margin-left: 60%;
	color: #0e7ac7;
	font-weight: 400;
}

section[role="banner"] ul li {
	margin-bottom: 8px;
}

article section[role="banner"] div {
	padding-right: 4%;
	padding-left: 4%;
	padding-top: 0px;
	padding-bottom: 0px;
}

section[role="banner"] div {
	-webkit-animation: mymove 20s infinite;
	-moz-animation: mymove 20s infinite;
	-o-animation: mymove 20s infinite;
	-ms-animation: mymove 20s infinite;
    animation: mymove 20s infinite;
    position: relative;
}

-webkit-@keyframes mymove {
    0%   {left: 0px;}
    45%   {left: 0px;}
    50%   {left:  -1200px;}
    95%   {left:  -1200px;}
    100%   {left: 0px;}
}

-moz-@keyframes mymove {
    0%   {left: 0px;}
    45%   {left: 0px;}
    50%   {left:  -1200px;}
    95%   {left:  -1200px;}
    100%   {left: 0px;}
}

-o-@keyframes mymove {
    0%   {left: 0px;}
    45%   {left: 0px;}
    50%   {left:  -1200px;}
    95%   {left:  -1200px;}
    100%   {left: 0px;}
}

@keyframes mymove {
    0%   {left: 0px;}
    45%   {left: 0px;}
    50%   {left:  -1200px;}
    95%   {left:  -1200px;}
    100%   {left: 0px;}
}

article {
	margin-top: 130px;
}

article div {
	clear: both;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
}

article div.box {
	clear: none;
	padding: 0px;
	float: left;
	margin-left: 20px;
	width: 30%;
	text-align: center;
}

article div.box h2 {
	padding-top: 4px;
	height: 25px;
	font-size: 1.2em;
	text-align: center;
	background-color: #04427e;
	color: #ffffff;
	border-radius: 5px;
}

article div.box div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	border-radius: 5px;
	margin-top: -10px;
}

#itrac {
	background-image: url(images/Itrac-large.png);
}

#doctable {
	background-image: url(images/DOC-table-med.png);
}

#laser {
	background-image: url(images/New-Laser.jpg);
}

#vp {
	background-image: url(images/A31-3000.jpg);
}

article div.box p {
	text-align: center;
}


#tablepositions {
	float: right;
	margin-left: 10px;
	text-align: center;
}

#tablepositions img {
	width: 200px;
}

#tablepositions h4 {
	margin-top: 0px;
}


p.breaker {
	height: 10px;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: none;
}

.ice {
	padding-top: 40px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/bg-ice.jpg);
	background-size: cover;
	font-size: 0.9em;
}

ul.three li {
	margin-left: 50px;
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
	list-style-position: outside;
	margin-bottom: 0px;
	list-style-image: url(images/check-30.png);
	font-size: 9pt;
	width: 26%;
}

.financing {
	background-color: #f2f5fa;
}

blockquote {
	padding: 8px;
}

blockquote img {
	float: left;
	margin-right: 10px;
	border-radius: 20px;
	width: 60px;
}

footer {
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	background-color: #04427e;
	text-align: center;
	margin-top: 20px;
	min-width: 880px;
	font-size: 0.8em;
}

footer a {
	color: white;
}

footer a:hover {
	color: #ddddff;
}

.houdini-big {  
	display: block;
}

.houdini-small {  
	display: none;
}

#parts td {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
}

#parts img {
	max-width: 300px;
	width: 75%;
}

#parts p.learnmore {
	width: 80%;
}

.laser {
	clear: both;
	border-top: thin solid #cccccc;
}

.backbraces2 div {  
	margin-top: -20px;  
	margin-left: 40px;
	margin-right: 20px;  
	float: right;
	width: auto;
	padding: 10px;
	text-align: center;
}

.backbraces2 div img {  
	border: thick solid #3390a0;
	border-radius: 200px;
	width: 400px;
}

.backbraces2 div a img {  
	width: 75px;
	margin: 2px;
	border-width: medium;
}

.backbraces2 table {
	border-color: #3390a0;
	margin-bottom: 20px;
}

.backbraces2 table h3,p,ul {
	width: 95%;
}

div.laser:first-child {
	border-top: none;
}

.laser img {  
	margin-left: 20px;  
	margin-bottom: 20px;  
	margin-right: 40px;  
	margin-top: 20px;  
	float: right;
	width: 40%;
	border: medium double #cccccc;
	border-radius: 20px;
}

@media screen and (max-width: 900px) {

body {  
	font-size: 1.5em;
}

header {
	position: absolute;
}

header a img {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 20px;
	width: 100px;
	display: none;
}

header h1 {
	font-size: 1.6em;
}

header h2 {
	font-size: 0.8em;
}

header p.phone {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 115px;
	margin-top: 25px;
	font-size: 1.3em;
}

nav {  
	left: 0px;  
	min-height: 0px;  
	height: auto;  
	min-width: 840px;  
	top: 120px;  
	position: absolute;
	text-align: right;
}

nav ul {
	width: 840px;
	margin-top: 0px;
	text-align: center;
	display: none;
}

nav ul li {
	padding-bottom: 12px;
	padding-top: 12px;
	border-top: thin solid #eeeeee;
	border-left-width: 0px;
	font-size: 2em;
	float: none;
}

nav ul li:first-child {
	border-top-width: 0px;
}

.mmenu {  
	margin-left: 0px;  
	margin-bottom: 0px;  
	margin-right: -10px;  
	margin-top: -10px;  
	padding-left: 5px;  
	padding-bottom: 3px;  
	padding-right: 5px;  
	padding-top: 5px;  
	display: block;
	width: 70px;
	position: absolute;
	right: 20px;
	top: 30px; ;
}

.mmenu img {
	width: 70px;
}

section[role="banner"] {
	height: 400px;
}

section[role="banner"] h2 {
	font-size: 1.5em;
}

section[role="banner"] h3 {
	font-size: 1em;
}

section[role="banner"] p {
	display: none;
}

section[role="banner"] p.learnmore {
	display: block;
}


section[role="banner"] ul {
	display: none;
}

article div {
	padding-left: 5%;
	padding-right: 5%;
}

article div.box h2 {
	height: 35px;
}

div.financing table {
	font-size: 0.7em;
	margin-left: -42px;
}

footer {
}

.houdini-big {  
	display: none;
}

.houdini-small {  
	display: block;
}

}