body {
	width: 100%;
	height: 100%;
	background: #627862;
}

.navbar-inverse .navbar-brand {
	color: #fefefe;
}

.navbar-inverse .navbar-nav > li > a {
    color: #efefef;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fefefe;
    box-shadow: 1px 1px 2px #575757;
}

.therapies-page-image {
	width: 100px;
	height: 70px;
	float: left;
	border: 1px solid #efefef;
	margin-left: 10px;
	margin-right: 90%;
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px #373737;
}

#wrap {
	background: url(/images/backgrounds/background-home-lg.jpg)no-repeat;
	background-size: fill;
	max-width: 1200px;
}

#footer {
	max-width: 1200px;
	margin: 0 auto -60px;
}

#wrap h1,#wrap h2,#wrap h3,#wrap h4,#wrap h5,#wrap h6{
	color: #efefef;
	text-shadow: 1px 1px 2px #373737;
}

#wrap article, #wrap section{
	color: #fefefe;
	text-shadow: 1px 1px 1px #575757;
}

#wrap address{
	color: #fefefe;
}
.address {
	margin-top: 10%;
	text-shadow: 1px 1px 1px #545454;
}

#wrap.container a{
	color: #fefefe;
	text-shadow: 1px 1px 1px #545454;
}
#wrap.container a:focus, #wrap.container a:hover{
	color: #fefefe;
	text-shadow: 2px 2px 2px #292929;
}

.address a{
	color: #fefefe;
	text-shadow: 1px 1px 1px #545454;
}
.address a:focus, .address a:hover{
	color: #fefefe;
	text-shadow: 2px 2px 2px #292929;
}
.navbar-tag {
	font-size: 50%;
	position: absolute;
	left: 72px;
	bottom: 0px;


}

.table {
	border: 1px solid #373737;
	box-shadow: 1px 1px 4px #373737;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(45,45,45,0.25);
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: rgba(240,240,240,0.25);
}

.table > thead > tr > th {
    border-top: 1px solid #ddd;
    border-bottom: none;
    font-size: 150%;
    background-color: rgba(45,45,45,0.8);

}

article > ul > li > a, article > ul > li > a:hover{
	color: #ffffff;
}

.gallery-image {
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	margin-bottom: 10px;
}