* {
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
	text-align: center;
}

h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
}

h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

p {
	font-size: 1em;
	text-align: left;
}

a {
	color: #9ac63e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2367ad;
	text-decoration: underline;
}

a img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

a img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

ul {
	-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 {
	-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;
}

li {
	margin-bottom: 10px;
	-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;
}

header {
	background-color: #ffffff;
	clear: both;
	width: 100%;
}

header a img {
	margin-left: 40px;
	margin-top: 10px;
	width: 120px;
}

.phone {
	font-size: 3em;
}

header .phone {
	margin: 0px;
	margin-right: 40px;
	margin-top: 40px;
	float: right;
	margin-top: 20px;
}

header .phone a {
}

header .phone a:hover {
}

nav {
	padding: 0px;
	margin: 0px;
	min-height: 30px;
	background-color: #28282a;
	width: 100%;
}

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

nav li {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	list-style-type: none;
}

nav li a:hover {
	color: #ffffff;
}

.mmenu {  
	display: none;
}

.menuItem {
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: thin;
	padding: 5px;
	background-color: white;
}

.menuItem:first-child {
	border-top-width: 0px;
}

.menuItem:hover {
	background-color: #9ac63e;
}

.menuItem a {
	color: #2367ad;
}

.menuItem:hover a {
	color: white;
	text-decoration: none;
}

.menuItem a:hover {
	text-decoration: none;
}

#socialmedia img {
	height: 24px;
	width: 24px;
}

section {
	height: 300px;
	background-image: url(images/banner-oman.jpg);
	background-size: cover;
	background-position: center center;
	clear: both;
	border: thin solid #000000;
	width: 100%;
}

section p {
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #9ac63e;
	text-shadow: 1px 1px 1px #000000;
	padding: 60px;
	width: 50%;
}

article {
	clear: both;
	float: none;
	margin-left: 10%;
	margin-right: 10%;
}

article h1,h2,h3,h4 {
	margin-left: 5%;
	width: 90%;
}

article p {
	margin-left: 5%;
	width: 90%;
}

article div {
	border-bottom: thin solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

article ul {
	margin-left: 8%;
}

article div div {
	border-bottom: none;
}

article div:nth-child(even) {
}

article div:nth-child(odd) {
}

article.maincontent {
}

article.maincontent h1,h2,h3 {
	text-align: center;
}

p.learnmore {
	text-align: center;
	font-size: 1.2em;
	clear: both;
}

p.learnmore a {
	background-color: #9ac63e;
	color: #ffffff;
	width: auto;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}

p.learnmore a:hover {
	background-color: #2367ad;
}

aside {
}

.home1 {}

.home1 div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 3%;
	margin-bottom: 3%;
	margin-right: 0px;
	margin-top: 0px;
	min-width: 100px;
	height: 140px;
	float: left;
	border-color: #9ac63e;
	border-style: solid;
	border-width: thick;
	width: 30%;
}

.home1 div h3 {
	width: 100%;
	margin-top: 55px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	background-color: #9ac63e;
	text-align: center;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.home1 div:hover h3 {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform: scale(0);
}

.home1 div p {
	border-color: white;
	border-style: double;
	border-width: thin;
	width: auto;
	margin-top: -45px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	background-color: #2367ad;
	text-align: center;
	border-radius: 4px;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform: scale(0);
}

.home1 div:hover p {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform: scale(1);
}

.home1 div p {
	text-align: center;
	margin-right: 20%;
	margin-left: 20%;
}

#auto-injuries {
	background-image: url(images/box-auto-injury.jpg);
}

#work-injuries {
	background-image: url(images/box-work-injury.jpg);
}

#sports-injuries {
	background-image: url(images/box-sports-injury.jpg);
	background-size: 150%;
}

#herniated {
	background-image: url(images/box-herniated-disc.jpg);
}

#degenerated {
	background-image: url(images/box-degenerated-disc.jpg);
}

#sciatica {
	background-image: url(images/box-sciatica.jpg);
}

.home2 table {
	width: 98%;
}

.home2 table td {
	text-align: center;
}

.home2 table td img {
	border: thick solid;
	border-radius: 100px;
	width: 150px;
}

.home3 {}

.home3 img {
	width: 98%;
}

.home4 {
	background-color: #ccddcc;
}

.home4 img {
	float: left;
	border: thick solid;
	border-radius: 200px;
	margin-right: 20px;
}

.home5 {}

.home5 img {
	margin-left: 25%;
	height: 300px;
}

.home6 {
	background-color: #ccddcc;
}

.home6 img {
	float: right;
	border: thick solid;
	border-radius: 200px;
	margin-left: 20px;
}

.home7 {
	background-color: #eeeeee;
}

.home8 .phone {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

form {
	text-align: center;
}

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

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

form select {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
}

form textarea {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.centered {
	text-align: center;
}

.conditions div img {
	float: left;
	max-height: 250px;
	margin-right: 20px;
}

.hd div:first-child img {
	float: right;
}

.hd div:nth-child(2) {
	background-image: url(images/bg-spine-fire-dark.jpg);
	color: white;
}

.sc div:first-child img {
	float: right;
}

.sc div:nth-child(2) {
	background-image: url(images/bg-spine-fire-white.jpg);
}

.lbp div:nth-child(1) {
	background-image: url(images/bg-spine-fire-white.jpg);
}

.lbp div:nth-child(2) blockquote {
	margin-left: 15%;
	margin-right: 15%;
}

.fbs div:nth-child(1) {
	background-image: url(images/bg-spine-fire-white.jpg);
}

.fbs div:nth-child(1) blockquote {
	margin-left: 15%;
	margin-right: 15%;
}

.fbs div:nth-child(3) {
	text-align: center;
}

.services div:nth-child(1) img {
	float: right;
	width: 50%;
}

.services div:nth-child(2) {
	background-image: url(images/bg-crowd-white.jpg);
	background-size: cover;
}

.services iframe {
	margin-left: 25%;
}

.services2 div:nth-child(1) img {
	float: right;
	width: 50%;
}

.testimonials blockquote {
	background-color: #ccddcc;
	padding: 10px;
	min-height: 150px;
}

.testimonials img {  
	margin-bottom: 10px;  
	margin-right: 30px;  
	border: thick solid white;  
	float: left;
	border-radius: 100px;
}

.testimonials blockquote p {
	text-align: right;
}

.contactform {
	padding-top: 40px;
	padding-bottom: 80px;
}

.contactform p {
	text-align: center;
}

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

footer a {
}

footer a:hover {
}



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

body {  
	font-size: 1.5em;
}
	
header {
}


header a img {
	width: 200px;
}

header .phone {
	margin-right: 100px;
	margin-top: 60px;
	font-size: 2em;
}

nav {  
	min-height: 30px;  
	height: auto;  
	min-width: 870px;
	text-align: right;
	width: 99%;
}

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

nav ul li {
	border-top-color: #cccccc;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: thin solid;
	border-left-width: 0px;
	font-size: 2.5em;
	float: none;
}

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

.menuItem {
	display: none;
}

.mmenu {  
	display: block;
	width: 80px;
	float: right;
	margin-right: 20px;
}

.mmenu img {
	width: 80px;
	margin-top: 50px;
}
	
#socialmedia img {  
	width: 64px;
	height: 64px;
	margin-left: 10px;
}

section[role="banner"] {
	margin-top: -40px;
	width: 99%;
}

section[role="banner"] p {
	font-size: 1.8em;
	padding: 40px;
	padding-top: 80px;
}
	
article {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
	
article div {
}
	
.home2 table td img {
	border: thick solid;
	border-radius: 100px;
	width: 120px;
}

aside {
}

footer {
}

}