@charset "utf-8";

/***************************************************************************
* Fonts
***************************************************************************/
@import url('../fonts/HelveticaNeueLTStd/HelveticaNeueLTStd.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic);

/***************************************************************************
* GENERAL STYLES
***************************************************************************/
html,
body {
  overflow-x: hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.42857143;
}
#pageBody {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
#content:before,
#content:after {
  display: table;
  content: " ";
}
#content:after {
  clear: both;
}

a {

}
a:hover {

}

#pageWrapper {
	
}

.h1_title {
	color: #626262;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
}
.h2_title {
	color: #626262;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
}

.blue_btn {
  color: #fff;
  background: #00607f;
  border-radius: 0;
}
.blue_btn:hover,
.blue_btn:focus,
.blue_btn:active,
.blue_btn.active {
	color: #fff;
  background: #004d66;
}

/***************************************************************************
* PAGE HEADER
***************************************************************************/
#pageHeaderWrapper {
	background: #fff;
}

#pageHeader {}

/*
 * Header Top Bar
 * --------------------------------------------------
 */
#header_topbar_wrapper {
	color: #fff;
	background: #f0f0f0;
}
#header_topbar {
	font-family: 'HelveticaNeueLTStd-Roman';
	min-height: 30px;
}
#header_topbar #header_topbar_right {
	text-align: right;
}
#header_topbar ul.topbar_links {
	font-size: 12px;
	list-style: none;
	display: block;
	margin: 12px 0;
	padding: 0;
}
#header_topbar ul.topbar_links li {
	display: inline;
	color: #fff;
}
#header_topbar ul.topbar_links li + li:before {
	content: "";
	padding: 0 10px;
	color: #fff;
}
#header_topbar ul.topbar_links li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	transition: color 250ms ease;
}
#header_topbar ul.topbar_links li a:hover {
	color: #00607f;
}
@media (max-width: 767px) {
	#header_topbar #header_topbar_right {
		text-align: center;
	}
}

/* -------------------------------------------------- */

#header_wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}
#header_wrapper.affix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 6000;
	border-bottom: 1px solid #ccc;
}

/*
 * Logo
 * --------------------------------------------------
 */
#header #logo {

}
#header #logo a {
	display: inline-block;
	max-width: 100%;
}
@media (max-width: 767px) {
	#header #logo {
		text-align: center;
	}
}

/*
 * Search
 * --------------------------------------------------
 */
#header_search {
	position: relative;
}
#header_search .inputGroup {
	position: relative;
	display: table;
	border-collapse: separate;
}
#header_search .inputGroupBtn {
	position: relative;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
#header_search input[type="text"] {
	position: relative;
	z-index: 2;
	display: table-cell;
	float: left;
	width: 100%;
	height: 34px;
	border: 1px solid #ccc;
	background: #ebebeb;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#header_search input[type="text"]:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (min-width: 992px) {
	#header_search input[type="text"] {
		float: right;
		width: 300px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#header_search input[type="text"]:focus {
		width: 400px;
	}
}
#header_search button[type="submit"] {
	height: 34px;
	width: 34px;
	border: 1px solid #00607F;
	border-left: 0;
	background: #00607F;
	color: #fff;
}
#header_search button[type="submit"]:focus {
	outline: 0;
}
#header_search button[type="submit"]:hover {
	background: #00607f;
	border-color: #00607f;
	color: #fff;
}
#header_search button[type="submit"] .fa {
	font-size: 18px;
}

/***************************************************************************
* PAGE TOP BAR
***************************************************************************/
#pageTopbarWrapper{}

#pageTopbar{}

.navbar-main {
	font-family: 'HelveticaNeueLTStd-Lt';
	margin-bottom: 10px;
	border: 1px solid transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	background-color: none;
	border-color: none;
	background-image: none;
}
@media (min-width: 768px) {
	.navbar-main {
		float: right;
	}
}
@media (max-width: 767px) {
	.navbar-main {
		background-color: #f0f0f0;
		border-color: #f0f0f0;
		margin-bottom: 20px;
	}
}
.navbar-main .navbar-brand {
	color: #00607F;
}
.navbar-main .navbar-brand:hover,
.navbar-main .navbar-brand:focus {
	color: #00607F;
	background-color: transparent;
}
.navbar-main .navbar-text {
	color: #00607F;
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-main .nav > li > a {
		padding: 10px 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-main .nav > li > a {
		padding: 10px 15px;
	}
}
@media (min-width: 1200px) {
	.navbar-main .nav > li > a {
		padding: 10px 15px;
	}
}
.navbar-main .navbar-nav > li > a {
	color: #626262;
	font-size:16px;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
	color: #00607f;
	background-color: transparent;
}
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus {
	color: #00607f;
	background-color: transparent;
}
.navbar-main .navbar-nav > .disabled > a,
.navbar-main .navbar-nav > .disabled > a:hover,
.navbar-main .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
	color: #00607f;
	background-color: transparent;
}
.navbar-main .navbar-toggle {
	border-color: #fff;
	background-color: #00607F;
}
.navbar-main .navbar-toggle:hover,
.navbar-main .navbar-toggle:focus {
	border-color: #fff;
	background-color: #00607F;
}
.navbar-main .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-main .navbar-toggle:hover .icon-bar,
.navbar-main .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.navbar-main .navbar-collapse,
.navbar-main .navbar-form {
	border-color: #004D66;
}
.navbar-main .navbar-nav .dropdown-menu {

}
.navbar-main .navbar-nav .dropdown-menu > li > a {
	color: #00387d;
}
.navbar-main .navbar-nav .dropdown-menu > li > a:hover,
.navbar-main .navbar-nav .dropdown-menu > li > a:focus {
	color: #00607f;
	background-color: #e8ecef;
	background-image: none;
}
.navbar-main .navbar-nav .dropdown-menu > .active > a,
.navbar-main .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .active > a:focus {
	color: #00607f;
	background-color: #e8ecef;
}
.navbar-main .navbar-nav .dropdown-menu > .open > a,
.navbar-main .navbar-nav .dropdown-menu > .open > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .open > a:focus {
	color: #00607f;
	background-color: #e8ecef;
}

@media (max-width: 767px) {
	.navbar-main .navbar-nav > li > a {
		color: #004D66;
	}
	.navbar-main .navbar-nav > li > a:hover,
	.navbar-main .navbar-nav > li > a:focus {
		color: #fff;
		background-color: #004D66;
	}
	.navbar-main .navbar-nav > .active > a,
	.navbar-main .navbar-nav > .active > a:hover,
	.navbar-main .navbar-nav > .active > a:focus {
		color: #fff;
		background-color: #004D66;
	}
	.navbar-main .navbar-nav > .open > a,
	.navbar-main .navbar-nav > .open > a:hover,
	.navbar-main .navbar-nav > .open > a:focus {
		color: #fff;
		background-color: #004D66;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > li > a {
		color: #00607f;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: #004D66;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-main .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #00607f;
		background-color: #004D66;
	}
	.navbar-main .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-main .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-main .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-main .navbar-link {
	color: #00387d;
}
.navbar-main .navbar-link:hover {
	color: #00607f;
}
.navbar-main .btn-link {
	color: #00387d;
}
.navbar-main .btn-link:hover,
.navbar-main .btn-link:focus {
	color: #00607f;
}


/***************************************************************************
* PAGE BODY
***************************************************************************/
#pageBodyWrapper {}

#pageBody {
	padding-top: 0;
	padding-bottom: 0;
}


/***************************************************************************
* LEFT SIDE BAR
***************************************************************************/
#leftSidebarWrapper {}

#leftSidebar {}


/***************************************************************************
* CONTENT
***************************************************************************/
#contentWrapper {}

#content {}

#goals_and_objectives ul {
	max-width: 700px;
	margin: 0 auto;
}
#goals_and_objectives ul li + li {
	margin-top: 10px;
}

#slider {

}

.colored_row {
	background: #f0f0f0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.newsLetter_wrapper .title,
.membership_wrapper .title {
	color: #626262;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.newsLetter_wrapper .title span,
.membership_wrapper .title span {
	font-weight: normal;
}
.newsLetter_wrapper .subscribe_form {
	max-width: 400px;
}
.membership_wrapper {
	border-left: 2px solid #626262;
	padding-left: 30px;
}
ul.membership_requirements {
	color: #333;
	padding-left: 15px;
	margin-bottom: 15px;
}
ul.membership_requirements li {

}
/* ul.membership_requirements li:before {
	display: inline-block;
	content: "-";
	margin-right: 10px;
} */
@media (max-width: 767px) {
	.newsLetter_wrapper {
		margin-bottom: 30px;
	}
	.membership_wrapper {
		border-left: none;
		padding-left: 0;
		border-top: 2px solid #626262;
		padding-top: 30px;
	}
}


.section_title_wrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.section_title {
	position: relative;
	font-family: 'HelveticaNeueLTStd-Hv';
	font-size: 16px;
	text-transform: uppercase;
	background: transparent;
	color: #00c91e;
	float: left;
	padding-bottom: 5px;
}
.h_cat_links .h_cat_link {
	margin-bottom: 30px;
	text-align: center;
}
.h_cat_links .h_cat_link .cat_img img {
	display: inline-block;
	max-width: 100%;
}
.h_cat_links .h_cat_link .cat_img img:hover {
	opacity: 0.8;
}
.h_cat_links .h_cat_link .cat_name {
	font-family: 'HelveticaNeueLTStd-Th';
	font-size: 20px;
	margin-top: 15px;
}
.h_cat_links .h_cat_link .cat_name a {
	text-decoration: none !important;
}

/* Styling products_carousel */
.products_carousel_wrapper {
	margin-bottom: 30px;
}
.products_carousel .product {
	border: 1px solid #ccc;
	background: #fff;
}
.products_carousel .product .product_image_div {
	margin-bottom: 15px;
}
.products_carousel .product .product_image_div:hover{
	opacity: 0.8;
}
.products_carousel .product .product_image_div a {
	display: block;
}
.products_carousel .product_image_div img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
}
.products_carousel .product .product_info_div {

}
.products_carousel .product_name {
	font-family: 'HelveticaNeueLTStd-Md';
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.products_carousel .product_name a {
	text-decoration: none;
	color: #000;
}
.products_carousel .product_name a:hover {
	text-decoration: none;
	color: #dc143c;
}
.products_carousel .product_price {

}
.products_carousel .product_price span {
	
}

/* -------------------------------------------------- */

.h_bottom_banner {
	margin-bottom: 30px;
}

/* -------------------------------------------------- */

.h_bottom_links img {
	margin-bottom: 30px;
}

/***************************************************************************
* PAGE FOOTER
***************************************************************************/
/**************************************************************************/

#pageFooterWrapper {}

#pageFooter {}

/*
 * Footer
 * --------------------------------------------------
 */
#footer_wrapper {
	padding: 30px 0px;
	background: #F26D08;
}
#footer {
	
}

#footer h3.bar-title {
	font-family: 'HelveticaNeueLTStd-UltLt';
	font-size: 36px;
	text-transform: uppercase;
	color: #00387d;
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 15px;
}
#footer a {
	color: #00387d;
	text-decoration: none;
}
#footer a:hover {
	color: #00387d;
	text-decoration: underline;
}
#footer .text {
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 16px;
	color: #E8ECEF;
}
#footer .contactus-info {
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 16px;
	color: #E8ECEF;
}


/*
 * Footer Social Media
 * --------------------------------------------------
 */
#footer ul#social_links {
	margin: 10px 0px;
	padding: 0;
}
#footer ul#social_links li {
	list-style: none;
	display: inline-block;
	margin: 5px 10px 5px 0px;
}
#footer ul#social_links li:last-of-type {
	margin-right: 0;	
}
#footer ul#social_links li a {
	display: block;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 13px;
	text-align: center;

	background: #fff;
	color: #F26D08;
	font-size: 34px;
	line-height: 34px;
	width: 60px;
	height: 60px;

	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
#footer ul#social_links li a:hover {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
#footer ul#social_links li.facebook a:hover {
	background: #3b5998;
	color: #fff;
}
#footer ul#social_links li.twitter a:hover {
	background: #00aced;
	color: #fff;
}
#footer ul#social_links li.instagram a:hover {
	background: #517fa4;
	color: #fff;
}
#footer ul#social_links li.pinterest a:hover {
	background: #cb2027;
	color: #fff;
}
#footer ul#social_links li.google-plus a:hover {
	background: #dd4b39;
	color: #fff;
}
#footer ul#social_links li.youtube a:hover {
	background: #e52d27;
	color: #fff;
}
#footer ul#social_links li.skype a:hover {
	background: #12a5f4;
	color: #fff;
}
#footer ul#social_links li.linkedin a:hover {
	background: #007bb6;
	color: #fff;
}
#footer ul#social_links li.rss a:hover {
	background: #edbe00;
	color: #fff;
}
@media (max-width: 767px) {
	#footer ul#social_links {
		
	}
}

/*
 * Footer Bottom
 * --------------------------------------------------
 */

#footer_bottom_wrapper {
	padding: 10px 0px;
	background: #00607f;
}
#footer_bottom {

}
#footer_bottom ul.footer_bottom_links {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer_bottom ul.footer_bottom_links li {
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 16px;
	color: #fff;
	display: inline;
	margin-right: 40px;
}
#footer_bottom ul.footer_bottom_links li:last-of-type {
	margin-right: 0;
}
#footer_bottom ul.footer_bottom_links li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 10px;
}
#footer_bottom ul.footer_bottom_links li a {
	color: #fff;
}
#footer_bottom ul.footer_bottom_links li a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	#footer_bottom ul.footer_bottom_links {
		margin-bottom: 30px;
	}
	#footer_bottom ul.footer_bottom_links li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#footer_bottom ul.footer_bottom_links li:last-of-type {
		margin-bottom: 0;
	}
}

#footer_bottom .site-info {
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 16px;
	color: #fff;
}
#footer_bottom .site-info a {
	color: #fff;
}