body {
	background-color: #f4f4f2;
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#39567f), to(#182846));
	background-image: -webkit-linear-gradient(top, #39567f, #182846);
	background-image: -moz-linear-gradient(top, #39567f, #182846);
	background-image: -o-linear-gradient(top, #39567f, #182846);
	background-image: linear-gradient(to bottom, #39567f, #182846);
	background-repeat:no-repeat;
	background-size:100% 50%;*/
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	color: #666;
	font-size: 12px;
}
p {
	line-height: 20px;
}
.container {
	max-width: 1024px;
}
.navbar {
	background-image: linear-gradient(#39567f, #182846);
	border-bottom: 1px solid #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	padding-bottom: 20px;
}
.nav {
	margin-top: 60px;
	font-size: 14px;
}
.nav li a {
	color: #fff;
	padding: 10px;
	text-transform: capitalize;
}
.nav li a:hover {
	background-color: #182846;
	border-radius: 5px;
}
.navbar-brand {
	height: auto;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #182846;
	border: none;
	border-radius: 5px 5px 0 0;
}
.navbar-nav > li > .dropdown-menu {
	background-color: #182846;
	border: none;
	border-radius: 5px 0 5px 5px;
}
.dropdown-menu a {
	font-size: 12px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #39567f;
	border-radius: 0;
}
.dropdown-menu {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
.footer {
	background-image: linear-gradient(#182846, #39567f);
	border-top: 1px solid #fff;
	box-shadow: 0 -5px 15px rgba(0,0,0,0.5);
}
.content {
	margin-top: 178px;
	margin-bottom: 40px;
}
.sub-content {
	padding: 20px;
}
.sub-content img {
	margin: 0 10px 10px 0;
}
.img-wrapper {
	position: relative;
}
.img-wrapper:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.6);
	bottom: 11px;
	left: 10%;
	border-radius: 100%;
	z-index: -1;
}
.outer-frame {
	background-color: #e3e1e1;
	/*height: 200px;*/
	display: block;
	padding: 6px;
	border: 1px solid #9d9d9c;
	box-shadow: 0 1px 1px rgba(0,0,0,1);
	position: relative;
}
.inner-frame {
	background-color: #fff;
	height: 100%;
	width: 100%;
	border: 1px solid #9d9d9c;
	overflow: hidden;
	position: relative;
}
.inner-frame:before {
	content: "";
	height: 100%;
	width: 100%;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.6);
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background-color: none;
	transition: background-color 0.5s ease;
}
.inner-frame:hover:before {
	background-color: rgba(255,255,255,0.6);
}
.outer-frame:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.6);
	bottom: 1px;
	left: 10%;
	border-radius: 100%;
	z-index: -1;
}
.outer-frame:before {
	content: "";
	position: absolute;
	width: 80%;
	height: 50px;
	box-shadow: 0 -10px 15px rgba(0,0,0,0.4);
	top: 1px;
	left: 10%;
	border-radius: 100%;
	z-index: -1;
}
.facilites {
	margin-top: 40px;
}
.home-page-facility-title {
	text-transform: uppercase;
	color: #456793;
	font-weight: bold;
	font-size: 14px;
	padding: 20px 0 10px;
}
.home-page-facility-about {
}
.home-page-specials {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    text-decoration: none;
    background-color: #f4f4f2;
    text-transform: uppercase;
    margin-top: 40px;
    position: relative;
}
.home-page-specials:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.3);
	top: 14px;
	left: 10%;
	border-radius: 100%;
	z-index: -1;
}
.home-page-specials:before {
	content: "";
	position: absolute;
	width: 80%;
	height: 50px;
	box-shadow: 0 -10px 15px rgba(0,0,0,0.3);
	bottom: 11px;
	left: 10%;
	border-radius: 100%;
	z-index: -1;
}
.wp-slider-item {
	border: 1px solid #666;
}
.wp-slider-item:after {
	content: "";
	position: absolute;
	width: 90%;
	height: 50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.6);
	bottom: 1px;
	left: 5%;
	border-radius: 100%;
	z-index: -1;
}
.header {
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	padding: 20px;
	background-image: linear-gradient(to right, #182846, #39567f, #182846);
	border-radius: 5px;
	position: relative;
	margin-bottom: 40px;
}
.header:after {
	content: "";
	position: absolute;
	width: 90%;
	height: 50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.6);
	bottom: 1px;
	left: 5%;
	border-radius: 100%;
	z-index: -1;
}
.sidebar-item {
	text-transform: capitalize;
	box-shadow: 0 1px 0 #dadad9, 0 2px 0 #fff, -1px 0 0 #fff, -2px 0 0 #dadad9;
	display: block;
	position: relative;
	height: 30px;
	width: 100%;
	line-height: 30px;
	padding-left: 20px;
}
.sidebar-item:hover,
.sidebar-item.active {
	background-image: linear-gradient(to right, #182846, #39567f);
	color: #fff;
	border-radius: 0 3px 3px 0;
	box-shadow: none;
}
.sidebar-item:hover:after,
.sidebar-item.active:after {
	content: "";
	z-index: -1;
	border-radius: 100%;
	position: absolute;
	box-shadow: 0 3px 5px rgba(0,0,0,0.6);
	height: 15px;
	bottom: 1px;
	width: 90%;
	left: 5%;
}
.sidebar-item:hover:before,
.sidebar-item.active:before {
	content: "";
	width: 22.5px;
	height: 22.5px;
	top: 4px;
	left: -11px;
	background-color: #182846;
	position: absolute;
	transform: rotate(45deg);
	z-index: 2;
	border-radius: 3px;
	/*box-shadow: -3px 3px 5px rgba(0,0,0,0.3);*/
}
.sub-content .panel-body {
	font-size: 20px;
	font-weight: bold;
}
.article-title {
	display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
    background-color: #f4f4f2;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.article-title:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0,0,0,0.3);
	top: 17px;
	left: 10%;
	border-radius: 100%;
	z-index: -1;
}
.article-title:before {
	content: "";
	position: absolute;
	width: 80%;
	height: 50%;
	box-shadow: 0 -10px 15px rgba(0,0,0,0.3);
	bottom: 15px;
	left: 10%;
	border-radius: 100%;
	z-index: -1;
}
.btn-primary {
	background-image: linear-gradient(#39567f, #182846);
	border-color: #39567f;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.btn-primary:hover {
	background-image: none;
}
.specials-images-margin-top {
	margin-top: 20px;
}
.specials-images-margin-bottom {
	margin-bottom: 20px;
}
.personal-trainer-header {
	text-transform: uppercase;
	font-size: 20px;
	margin: 20px 0 10px;
}
.personal-trainer-header:first-child {
	margin-top: 0;
}
.personal-trainer {
	position: relative;
	background-color: #f4f4f2;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.personal-trainer:after {
	content: "";
	position: absolute;
	width: 90%;
	height: 50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.3);
	bottom: 1px;
	left: 5%;
	border-radius: 100%;
	z-index: -1;
}
.personal-trainer:last-child:after {
	box-shadow: none;
}
.personal-trainer-image {
	position: relative;
	text-align: center;
}
/*.personal-trainer-image:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 50px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.6);
	bottom: 11px;
	left: 10%;
	border-radius: 100%;
	z-index: -1;
}*/
.personal-trainer-name {
	text-transform: capitalize;
	font-weight: bold;
}
.testimonial-button {
	margin-top: 10px;
}
.testimonial-name {
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.address {
	padding: 8px;
}
