/* general classes from bootstrap ===================================================================== */

/* hub template formatting */

.text-font-style {
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-align:left;
	line-height: 24px;
	padding:15px;
}

.table-footer {
	background-color: #1b1b1b;
}

.span-text {
	color: #1BBC9B;
}

.footer-text,
.inherit-border {
	color: #abaaa8;
}

.watch-button-movie {
	font-size:20px;
	color: #ffffff;
	background: #1BBC9B;
	border-radius: 0px;
	padding: 15px 25px;
	text-align: center;
	margin: 0 auto;
	width: 180px;
	display: block;
	text-decoration: none;
	box-shadow: 0px 4px 0px #0B6E5A;
	-moz-box-shadow: 0px 4px 0px #0B6E5A;
	-webkit-box-shadow: 0px 4px 0px #0B6E5A;
}

/* end hub template formatting */

body {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

p {
	margin: 0px 0px 30px;
}

.page-calendar .fc-unthemed tbody .fc-row{
  padding: 6px 0px !important;
}

.page-calendar .fc-toolbar {
  margin-bottom: 1.7em !important;
}

.page-calendar .fc .fc-axis {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-calendar  .fc .fc-axis span {
  margin-left: -60px;
}

.page-calendar.content-main {
	position: relative;
}

.page-calendar .fc-left {
	position: absolute;
	left: 15px;
}

.page-calendar .fc-left .fc-button-group .fc-button {
	padding: 0;
}

.page-calendar .fc-center {
	position: absolute;
	left: 70px;
}

.page-calendar .fc-center h2 {
	font-size: 15px;
	line-height: 25px;
}

.page-calendar .fc-button {
	border: none;
	background: none;
	box-shadow: none;
	outline: 0;
}

.page-calendar .fc-right .fc-button {
	background: #E0E0E0;
	border-radius: 0;
	text-shadow: none;
	padding: 0 50px;
}

.page-calendar .fc-right .fc-state-hover, 
.page-calendar .fc-right .fc-state-active {
	background: #00ACC0;
	color: #FFF;
}

.create-modal .modal-content .modal-header {
	background: #1bbc9b;
	color: #FFF;
}

.btn {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.btn-success {
	border: none;
	padding: 10px 0px;
	font-size: 24px;
	text-align: center;
	margin: 5px auto 0px;
}

.btn-success:hover {
}

.btn-success:active,
.btn-success:focus {
}

.btn-success-link {
	border: none;
}

.btn-success-link:hover {
	background: #16A085;
	color: #fff;
}

.inherit-border:hover {
	border-color: #16A085;
}

.footer-span-text {
	color: #16A085;
}

/* login page ===================================================================== */
.hub-login-page .box-form {
	border-top: 3px solid #1bbc9b;
	background: #323232;
	color: #FFFFFF;
}

.hub-login-page .box-form .form-group .submit {
    box-shadow: 0px 4px 0px #0b6e5a;
    -moz-box-shadow: 0px 4px 0px #0b6e5a;
    -webkit-box-shadow: 0px 4px 0px #0b6e5a;
    color: #FFFFFF;
}

.hub-recovery-page .box-form {
	border-top: 3px solid #1bbc9b;
	background: #323232;
	color: #FFFFFF;
}

.hub-recovery-page .box-form .form-group .submit {
    box-shadow: 0px 4px 0px #0b6e5a;
    -moz-box-shadow: 0px 4px 0px #0b6e5a;
    -webkit-box-shadow: 0px 4px 0px #0b6e5a;
    color: #FFFFFF;
}

.hub-recovery-page .box-form .contact-us a {
	color: #1bbc9b;
}

.checkbox-wrap input[type=checkbox]:checked + label {
	background: #1bbc9b;
	border:2px solid #FFFFFF;
}

.checkbox-wrap label {
	background: #323232;
	border:2px solid #FFFFFF;
}

/* page header ===================================================================== */

.bg-family-meadows {
	background-image: url(../images/bg-family-meadows01.jpg);
	background-color: #FFF;
}

.bg-people-meet-up {
	background-image: url(../images/bg-people-meet-up01.jpg);
	background-color: #FFF;
}

.header-hub01 {
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: -15px;
	height: 600px;
}

.header-hub01 h1 {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 55px;
	margin: 130px 0px 20px 0px;
}

.header-hub01 a {
	padding: 10px 50px;
	font-size: 24px;
}

.header-hub02 {
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 70px;
	color: #FFF;
}

.header-hub02 .backdrop {
	max-width: 390px;
	padding: 10px 20px;
	background: rgba(27,188,155, 0.6);
}

.header-hub02 .backdrop h1 {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 40px;
	margin: 10px 0px 20px 0px;
}

.header-hub02 .backdrop p {
	font-size: 16px;
	line-height: 16px;
}

/* category strip ===================================================================== */

.hub-category01 {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f9f8f6;
	margin-bottom: 0px;
}

.hub-category01 .container {
	padding: 0px;
}

.hub-category01 .container ul li {
	border-right: 1px solid #cccccc;
}

.hub-category01 .container ul li:first-child {
	border-left: 1px solid #cccccc;
}

.hub-category01 .container ul li a {
	color: #555555;
}

.hub-category01 .container .navbar-collapse {
	padding: 0px;
}

.hub-category02 {
	margin: -20px;
}

.hub-category02 ul {
	margin: 0px;
	padding: 0px;
}

.hub-category02 h5 {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 20px;
}

.hub-category02 ul li:first-child {
	border-top: 1px solid #e3e3e3;
}

.hub-category02 ul li {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 40px;
	border-bottom: 1px solid #e3e3e3;
}

.hub-category02 ul li a {
	color: #555555;
}

.category-strip-biz .container ul li a {
	padding: 20px 27px;
}

.category-strip-prod .container ul li a {
	padding: 20px 24px;
}

/* lead capture form ===================================================================== */

.lcw-form-gray {
}

.lcw-form-gray .living-healthier-life {
	padding: 20px 0px;
}

.lcw-form-gray .living-healthier-life div {
	padding: 0px 7px;
}

.lcw-form-gray .living-healthier-life div p {
	color: #FFF;
	font-size: 20px;
	margin: 12px 0px 0px;
}

.lcw-form-gray .living-healthier-life div p.get {
	text-align: right;
}

.lcw-form-gray .living-healthier-life div p span {
}

.lcw-form-gray .living-healthier-life div input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 30px;
	margin-top: 13px;
}

.lcw-form-gray .living-healthier-life div input[type="button"],
.lcw-form-gray .living-healthier-life div input[type="submit"] {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px 0px;
	font-size: 24px;
	text-align: center;
	margin-top: 1px;
}

.lcw-form-gray .living-healthier-life div p.get {
    text-align: right;
    margin-right: 5px;
    font-size: 19px;
    margin-top: 15px;
}

.lcw-form-moo01 {
	background: #8C9B02 url(../images/bg-moo01.jpg) no-repeat 0px 0px;
	margin-bottom: 30px;
}

.lcw-form-moo01 .lcw-moo {
	background: #51b19d;
	color: #FFF;
}

.lcw-form-moo01 .lcw-moo div {
	padding: 0px 0px 10px;
}

.lcw-form-moo01 .lcw-moo h3 {
	background: #51b19d;
	margin: 20px 0px 5px;
}

.lcw-form-moo01 .lcw-moo p {
	margin-bottom: 0px;
}

.lcw-form-moo01 .lcw-moo input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	border: 1px solid #05527d;
	height: 30px;
	padding: 6px 5px;
}

.lcw-form-moo01 .lcw-moo input[type="button"] {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #684e0e;
	background: #f6af00;
	padding: 16px 0px;
	font-size: 24px;
	margin: 10px 0px 0px 5%;
	text-align: center;
	width: 95%;
	color: #0b6090;
}

.lcw-form-moo01 .lcw-moo input[type="button"]:hover {
	background: #FFC53E;
}

.lcw-form-moo01 .lcw-moo input[type="button"]:focus,
.lcw-form-moo01 .lcw-moo input[type="button"]:active {
	background: #e8ab13;
}

.lcw-form-moo02 {
	background: url(../images/bg-moo01.jpg) no-repeat 0px 0px;
	padding-top: 155px;
}

.lcw-form-health-secrets01 {
	background: url(../images/bg-health-secrets01.jpg) no-repeat left -50px;
	padding-top: 155px;
}

.lcw-form-moo02 .lorem-ipsum,
.lcw-form-health-secrets01 .health-secrets {
	color: #FFF;
	text-align: center;
	padding: 25px;
}

.lcw-form-moo02 .lorem-ipsum {
	background: #51b19d;
}

.lcw-form-health-secrets01 .health-secrets {
	background: #372710;
}

.lcw-form-moo02 .lorem-ipsum h3,
.lcw-form-health-secrets01 .health-secrets h3 {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 0px 0px 15px;
	color: #ffcd59;
}

.lcw-form-moo02 .lorem-ipsum h3 {
	font-size: 24px;
}

.lcw-form-health-secrets01 .health-secrets h3 {
	font-size: 20px;
}

.lcw-form-moo02 .lorem-ipsum p {
	margin-bottom: 0px;
}

.lcw-form-moo02 .lorem-ipsum input[type="text"],
.lcw-form-health-secrets01 .health-secrets input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	border: 1px solid #05527d;
	height: 30px;
	padding: 6px 5px;
}

.lcw-form-moo02 .lorem-ipsum input[type="button"],
.lcw-form-health-secrets01 .health-secrets input[type="button"] {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #684e0e;
	background: #f6af00;
	padding: 5px 0px;
	font-size: 28px;
	margin: 10px 0px 0px;
	text-align: center;
	color: #111111;
	text-shadow: 0px 1px 0px #FFFFFF;
}

.lcw-form-moo02 .lorem-ipsum input[type="button"]:hover,
.lcw-form-health-secrets01 .health-secrets input[type="button"]:hover {
	background: #FFC53E;
}

.lcw-form-moo02 .lorem-ipsum input[type="button"]:focus,
.lcw-form-health-secrets01 .health-secrets input[type="button"]:focus,
.lcw-form-moo02 .lorem-ipsum input[type="button"]:active,
.lcw-form-health-secrets01 .health-secrets input[type="button"]:active {
	background: #e8ab13;
}

/* promotions section ===================================================================== */

.promotions {
	background: #f9f8f6;
}

.promotions .container {
	padding: 90px 15px;
}

.promotions .container div div {
	padding: 0px;
}

.promotions .container div .caption {
	padding: 0px 30px 0px 10px;
}

.promotions .container div .icon {
}

.promotions .container div div h4 {
	font-family: 'MuseoSans_900', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #232323;
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 10px;
}

/* page content ===================================================================== */

.page-content01 {
	padding: 100px 0px;
	background: #dddddd;
}

.page-content01 .container {
	padding: 0px;
}

.page-content02 {
	padding: 30px 0px;
	background: #dddddd;
}

.page-content02 .container {
	padding: 0px;
}

.popular-posts,
.recent-posts {
	padding: 0px;
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #E3E3E3;
}

.popular-posts h5,
.popular-posts h3,
.recent-posts h5,
.recent-posts h3 {
	font-family: 'OpenSans-Semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 15px;
	margin: 0px -15px 5px;
}

.popular-posts h3,
.recent-posts h3 {
	font-size: 16px;
	padding: 15px;
	margin: 0px 0px 5px;
}

.popular-posts h5,
.recent-posts h5 {
	font-size: 14px;
	padding: 15px;
	margin: 0px -15px 5px;
}

.popular-posts a h5,
.popular-posts p,
.recent-posts a h5,
.recent-posts p {
	color: #252525;
	font-size: 14px;
}

.popular-posts .thumbnail,
.recent-posts .thumbnail {
	padding: 0px;
	border: none;
}

.featured-content01 h2 {
	font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #1bbc9b;
	margin: 0px 0px 25px 0px;
}

.featured-content01 div {
	padding: 25px 15px 15px 15px;
	background: #f9f8f6;
}

.featured-content01 img {
	width: 100%;
}

.blog-resources01 {
	padding: 0px 15px 1px;
	background: #f9f8f6;
	margin-bottom: 30px;
}

.blog-resources01 h3 {
	background: url(../images/img-resources01.jpg) no-repeat left top;
	font-size: 34px;
	padding: 15px 15px 15px 80px;
	margin: 0px -15px 5px;
}

.blog-post-container .blog-post {
	background: #f9f8f6;
	margin-bottom: 30px;
}

.blog-post-container .blog-post .col-lg-2.col-md-2.col-sm-2 {
	margin: 0px -15px;
}

.blog-post-container .blog-post .post-date {
	background: #51b19d;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 30px;
}

.blog-post-container .blog-post .post-date span {
	font-size: 34px;
}

.blog-post-container .blog-post h1 {
	font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin: 15px 0px 5px;
}

.blog-post-container .blog-post .single-post h1,
.blog-post-container .blog-post .single-post h2,
.blog-post-container .blog-post .single-post h3,
.blog-post-container .blog-post .single-post h4,
.blog-post-container .blog-post .single-post h5,
.blog-post-container .blog-post .single-post h6 {
	font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-post-container .blog-post .single-post h1 {
	font-size: 28px;
	margin: 20px 0px 10px;
}

.blog-post-container .blog-post .single-post h2 {
	font-size: 26px;
	margin: 20px 0px 10px;
}

.blog-post-container .blog-post .single-post legend {
	padding: 0px;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0px;
	width: auto;
}

.blog-post-container .blog-post .single-post fieldset {
	border: 1px solid silver;
	padding: .35em .625em .75em;
}

.blog-post-container .blog-post a h1 {
	color: #5a5653;
}

.blog-post-container .blog-post img {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.blog-post-container .blog-post .short-excerpt,
.blog-post-container .blog-post .single-post {
	padding: 0px 15px 20px;
	border-bottom: 1px solid #cccccc;
}

.blog-post-container .blog-post .user-engagement {
	padding: 15px 10px;
}

.blog-post-container .blog-post .user-engagement a {
	padding: 0px 8px;
	font-size: 14px;
	border-right: 1px solid #cccccc;
	color: #707070;
}

.blog-post-container .blog-post .user-engagement a:last-child {
	border-right: none;
}

.blog-post-pagination {
	background: #FFF;
	margin-top: 30px;
	padding: 10px 10px 5px;
}

.blog-post-pagination .pagination {
	margin: 0px;
}

.blog-post-pagination .pagination li a {
	border: none;
	background: #e1e1e1;
	margin-right: 10px;
	color: #a1a1a1;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.blog-post-pagination .pagination li a:hover {
	background: #cfcaca;
	color: #878585;
}

.blog-post-pagination .pagination li a:focus,
.blog-post-pagination .pagination li a:active {
	background: #787777;
	color: #fff;
}

.blog-post-pagination .pagination li.active a,
.blog-post-pagination .pagination li.active a:hover,
.blog-post-pagination .pagination li.active a:focus,
.blog-post-pagination .pagination li.active a:active {
	background: #51b19d;
	color: #fff;
}

.blog-post-pagination .pagination li.fast-backward a,
.blog-post-pagination .pagination li.step-backward a,
.blog-post-pagination .pagination li.step-forward a,
.blog-post-pagination .pagination li.fast-forward a {
	background: none;
	color: #51b19d;
}

.blog-post-pagination .pagination li.fast-backward a:hover,
.blog-post-pagination .pagination li.step-backward a:hover,
.blog-post-pagination .pagination li.step-forward a:hover,
.blog-post-pagination .pagination li.fast-forward a:hover {
	background: #51b19d;
	color: #fff;
}

.blog-post-pagination .pagination li a:focus,
.blog-post-pagination .pagination li a:active {
	background: #787777;
	color: #fff;
}

.blog-post-pagination2 {
	font-family: 'OpenSans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}

.blog-post-pagination2 div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: #3089c2;
	text-align: center;
	cursor: pointer;
	padding: 0px;
}

.blog-post-pagination2 div p {
	margin: 0px;
}

.blog-post-pagination2 a {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #FFF;
	cursor: pointer;
	padding: 30px;
}

.blog-post-pagination2 div:first-child {
	margin-right: 20px;
}

.about-us,
.contact {
	padding: 50px 0px 0px;
}

.about-us h1,
.contact h1 {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 30px;
	font-size: 60px;
	line-height: 55px;
	color: #312d2a;
}

.about-us h1 span {
}

.about-us .photo1,
.about-us .photo2,
.about-us .photo3 {
	margin: 0px 0px 30px;
}

.about-us .pull-right .photo1 {
	display: none;
}

.about-us .pull-left .photo1 {
	display: block;
}

.about-us .pull-left {
	padding: 0px 0px;
}

.form-group .input-group-addon {
}

.contact .form-group {
	width: 50%;
	margin: 0px auto 15px;
}

.contact .form-group .input-group {
	margin-top: 10px;
}

.contact .form-group .btn-success {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-shadow: 0px 4px 0px #0b6e5a;
	-moz-box-shadow: 0px 4px 0px #0b6e5a;
	-webkit-box-shadow: 0px 4px 0px #0b6e5a;
	padding: 10px 0px;
	font-size: 24px;
	text-align: center;
	margin: 20px auto 0px;
	width: 50%;
}

.hub-confirmation {
	padding: 30px 0px;
}

.hub-confirmation h1 {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 20px;
	font-size: 40px;
	line-height: 55px;
	color: #312d2a;
}

.hub-confirmation .share-this {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #333333;
	max-width: 235px;
}

.hub-confirmation .share-this a {
	color: #666;
}

.hub-confirmation .share-this a .fa-1x {
	font-size: 0.8em;
}

.hub-confirmation .share-this a .fa-2x {
	font-size: 1.7em;
}

/* sidebar ===================================================================== */

.sidebar-module01 {
	background: #FFF;
	padding: 20px;
	margin-bottom: 30px;
}

.lcw-ob {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg-ob-lcw01.jpg) no-repeat right top;
	padding: 15px;
	color: #FFF;
}

.lcw-ob a {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fdb309;
	border: 1px solid #b98101;
	color: #253c62;
	padding: 5px 15px;
	margin: 20px 0px 0px;
	box-shadow: 0px 2px 2px #624803;
}


.lcw-ob a:hover {
	background: #FFC53E;
}

.lcw-ob a:focus,
.lcw-ob a:active {
	background: #e8ab13;
}

.seven-big-secrets {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg-7big-secrets01.jpg) no-repeat right -80px;
	padding: 15px 110px 50px 15px;
	color: #FFF;
	font-size: 21px;
}

.seven-big-secrets a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fdb309;
	border: 1px solid #b98101;
	color: #253c62;
	padding: 5px 15px;
	margin: 20px 0px 0px;
	box-shadow: 0px 2px 2px #624803;
}


.seven-big-secrets a:hover {
	background: #FFC53E;
}

.seven-big-secrets a:focus,
.seven-big-secrets a:active {
	background: #e8ab13;
}

.search-blog {
	border: 1px solid #e3e3e3;
}

.search-blog div {
	padding: 0px;
}

.search-blog input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	background: #e0fff9;
	color: #000;
}

.search-blog a,
.search-blog a:hover,
.search-blog a:focus,
.search-blog a:active {
	border: none;
	background: #e0fff9;
	height: 34px;
	min-width: 27px;
	color: #898989;
}

.connect-with-us h5 {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
}

.connect-with-us a {
	margin-right: 5px;
}

.connect-with-us .fa-2x {
	margin-top: 15px;
	font-size: 1.5em;
}

.connect-with-us .fa-2x .fa-stack-2x {
	color: #d2f6ee;
	background: #d2f6ee;
}

.connect-with-us .fa-2x:hover .fa-stack-2x {
	color: #c4e7df;
	background: #c4e7df;
}

.connect-with-us .fa-2x:focus .fa-stack-2x,
.connect-with-us .fa-2x:active .fa-stack-2x {
	color: #b0d1ca;
	background: #b0d1ca;
}

.connect-with-us .fa-2x .fa-stack-1x {
	font-size: 1em;
}

.connect-with-us .fa-2x .fa-facebook {
	color: #4688f3;
}

.connect-with-us .fa-2x .fa-twitter {
	color: #00c8df;
}

.connect-with-us .fa-2x .fa-google-plus {
	color: #333333;
}

.connect-with-us .fa-2x .fa-pinterest {
	color: #ff0d00;
}

.connect-with-us .fa-2x .fa-youtube {
	color: #df4f47;
}

.moo-lcw {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg-escape-the-9-5-grind01.jpg) no-repeat left -80px;
	padding: 15px 135px 35px 15px;
	color: #FFF;
	padding: 0px 0px 0px 135px;
	text-align: right;
}

.moo-lcw div {
	background: #bc3224;;
	padding: 15px 10px;
	color: #FFF;
}

.moo-lcw div p {
	margin: 0px;
}

.moo-lcw a {
	font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fdb309;
	border: 1px solid #b98101;
	color: #253c62;
	padding: 5px 15px;
	margin: 20px 0px 0px;
	box-shadow: 0px 2px 2px #624803;
}

.moo-lcw a:hover {
	background: #FFC53E;
}

.moo-lcw a:focus,
.moo-lcw a:active {
	background: #e8ab13;
}

/* new on blog ===================================================================== */

.new-on-blog {
	border-top: 4px solid #1BBC9B;
	background: #f9f8f6;
	padding: 0px 15px;
	margin-bottom: 15px;
}

.new-on-blog h3 {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 20px;
}

.new-on-blog .blog-post {
	border-bottom: 1px solid #1BBC9B;
	padding: 15px 15px;
}

.new-on-blog .blog-post div {
	padding: 0px;
}

.new-on-blog .blog-post h5 {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	color: #232323;
}

.new-on-blog .blog-post img {
	padding-right: 15px;
}

.new-on-blog .blog-post p {
	margin-bottom: 10px;
}

.new-on-blog .blog-post a.btn-success {
	padding: 4px 25px;
	font-size: 14px;
}

/* popular and recent post ===================================================================== */

.popular-and-recent-post {
	margin: -20px;
}

.popular-and-recent-post .blog-post {
	padding: 15px;
	border-bottom: 1px solid #e3e3e3;
}

.popular-and-recent-post .nav-tabs {
	border: none;
}

.popular-and-recent-post .nav-tabs li {
	background: #e0fff9;
	width: 50%;
}

.popular-and-recent-post .nav-tabs li.active {
	background: #fff;
}

.popular-and-recent-post .nav-tabs li a,
.popular-and-recent-post .nav-tabs li a:hover {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none;
	border: none;
	color: ##5a5653;
	margin: 0px;
	padding: 20px 0px 15px;
	text-align: center;
}

.popular-and-recent-post .blog-post h5 {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	color: #5a5653;
}

.popular-and-recent-post .blog-post div {
	font-size: 14px;
}

/* comment box ===================================================================== */

.comment-box {
	margin-bottom: 30px;
}

.comment-box h3 {
	font-family: 'OpenSans-Semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0px 20px;
	font-size: 16px;
}

.comment-box .comment-entries {
	background: #FFF;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #E3E3E3;
}

.comment-box .comment-entries ul {
	margin: 0px;
	padding: 0px;
}

.comment-box .comment-entries ul ul {
	margin-left: 30px;
}

.comment-box .comment-entries ul li {
	list-style: none;
}

.comment-box .comment-entries ul li img {
	margin-right: 10px;
}

.comment-box .comment-entries ul li .pull-right {
	margin-top: -50px;
}

.comment-box .comment-entries ul li .comment-profile,
.comment-box .comment-entries ul li p {
	margin-bottom: 20px;
}

.comment-box .comment-entries ul li .comment-profile .name {
	font-family: 'OpenSans-Semibold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment-box .comment-entries ul li .comment-message {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 20px;
}

.comment-box .comment-form {
	background: #FFF;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #E3E3E3;
}

.comment-box .comment-form .input-group {
	width: 70%;
	margin-bottom: 20px;
}

.comment-box .comment-form .input-group #textarea {
	min-height: 150px;
}

/* testimonial ===================================================================== */

.testimonial {
	background: #f9f8f6;
}

.testimonial .message {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0px 0px;
}

.testimonial .pic {
	position: relative;
	z-index: 10;
}

.testimonial-info {
	background: #1bbc9b;
	color: #FFF;
	padding: 5px 0px;
}

.testimonial-info .testimonial-name {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: -15px;
}

.testimonial-info .testimonial-position {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* not activated ===================================================================== */

.section-not-activated {
	background: url(../images/img-not-activated01.jpg) center top no-repeat;
	padding: 80px 0 500px;
}

.section-not-activated h1 {
	font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1bbc9b;
	font-size: 72px;
	margin: 0 0 35px;
}

.section-not-activated p {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5653;
	font-size: 24px;
}

.section-footer-na {
	font-family: 'MuseoSans_100', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #323232;
	padding: 30px 0 200px;
	border-top: 3px solid #8a8683;
	color: #ffffff;
}

/* footer hub 1 ===================================================================== */

.footer-hub01 {
	padding: 70px 15px;
}

.footer-hub01 a {
	color: #abaaa8;
}

.footer-hub01 ul.navbar-nav {
	padding-top: 20px;	width: 100%;
}

.footer-hub01 .navbar-nav li {
	float: none;
}

.footer-hub01 .navbar-nav li a {
	background: none;
}

.footer-hub01 .navbar-nav li a:hover {
	text-decoration: underline;
}

.footer-hub01 .navbar-nav li a:focus,
.footer-hub01 .navbar-nav li a:active {
	background: #1D1D1D;
}

.footer-hub01 .follow-us {
	padding-top: 25px;
}

.footer-hub01 .follow-us h5 {
	font-size: 16px;
	padding-left: 5px;
	margin-bottom: 25px;
}

.footer-hub01 .follow-us .fa-2x {
	font-size: 1.7em;
}

.footer-hub01 .follow-us .fa-2x .fa-stack-2x {
}

.footer-hub01 .follow-us a:hover .fa-2x .fa-stack-2x {
}

.footer-hub01 .follow-us a:focus .fa-2x,
.footer-hub01 .follow-us a:active .fa-2x {
}

.footer-hub01 .follow-us .fa-2x .fa-stack-1x {
	font-size: 0.8em;
}

.footer-hub01 .living-healthier-life {
	padding: 20px 0px 40px;
}

.footer-hub01 .living-healthier-life div {
	padding: 0px 7px;
	width: 100%;
}

.footer-hub01 .living-healthier-life div p {
	color: #FFF;
	font-size: 23px;
	margin: 12px 0px 0px;
	text-align: center;
}

.footer-hub01 .living-healthier-life div p span {
}

.footer-hub01 .living-healthier-life div input[type="text"] {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 25px auto 0px;
	max-width: 70%;
}

.footer-hub01 .living-healthier-life div input[type="button"],
.footer-hub01 .living-healthier-life div input[type="submit"] {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-shadow: 0px 4px 0px #0b6e5a;
	-moz-box-shadow: 0px 4px 0px #0b6e5a;
	-webkit-box-shadow: 0px 4px 0px #0b6e5a;
	padding: 10px 0px;
	font-size: 24px;
	text-align: center;
	margin: 25px auto 0px;
	max-width: 50%;
}

/* footer hub 2 ===================================================================== */

.footer-hub02 {
	background: #060606;
	padding: 10px 15px;
}

.footer-hub02 .member-name {
	font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f9f8f6;
	font-size: 24px;
	line-height: 54px;
}

.footer-hub02 .copyright {
	text-align: right;
	color: #f9f8f6;
	line-height: 54px;
}

/*  */

.unsubscribed {
	padding: 90px 0px !important;
}

.unsubscribed .container {
	width: 900px;
}

.unsubscribed .u-title-text {
	font-family: "MuseoSans_500","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	color: #000000;
}

.unsubscribed .u-title-text span {
	display: inline-block;
}

.unsubscribed .u-title-text span.img {
	padding-right: 45px;
}

.unsubscribed .u-title-text span.text {
	vertical-align: middle;
}

.unsubscribed .author strong {
	color: #000000;
}

.confirmation .u-title-text span.text small {
	font-size: 35px;
	line-height: 10px;
}

.confirmation .u-title-text {
	line-height: 40px;
}

.confirmation .u-title-text {
    color: #232323;
}

.confirmation .img img {
    display: inline-block;
}

.i-block-link,
.i-block-img {
	display: inline-block;
}

.i-block-img {
	padding: 15px 60px 15px 0px;
}

.i-block-link {
	vertical-align: middle;
}

.i-block-link .name {	
	margin: 0px 0px 0px;
}

.i-block-link .domain {	
	padding: 0px 0px 3px;
	margin: 0px;
}

.i-block-link .phone {	
	padding: 0px 0px 75px;
}

.i-block-img img {
	width: 255px;
}

.unsubscribed .unsubs-button {
	font-family: "MuseoSans_500","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-variant: all-petite-caps;
	font-size: 38px;
	color: rgb(255, 255, 255);
	padding: 6px 15px;
	border-radius: 6px;
}

.unsubscribed .unsubs-button:hover {
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
}

.hidden-767 {
	display: block;
}

.show-480 {
	display: none;
}

@media (min-width: 1200px) {

	/* promotions section ===================================================================== */
		
	.promotions .container div .caption {
		position: relative;
		height: 200px;
	}

	.promotions .container div .caption a {
		position: absolute;
		bottom: 0px;
	}

	.title-text {
    	color: #434;
    	font-size: 22px;
    	font-family: 'MuseoSans 100', Helvetica Neue, Helvetica, Arial, sans-serif;
    	font-weight: 500;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.title-text {
    	color: #434;
    	font-size: 22px;
    	font-family: 'MuseoSans 100', Helvetica Neue, Helvetica, Arial, sans-serif;
    	font-weight: 500;
	}

	/* promotions section ===================================================================== */
		
	.promotions .container div .caption {
		position: relative;
		height: 200px;
	}

	.promotions .container div .caption a {
		position: absolute;
		bottom: 0px;
	}

	/* category strip ===================================================================== */

	.category-strip-biz .container ul li a {
		padding: 20px 13px;
	}
	
	.category-strip-prod .container ul li a {
		padding: 20px 10px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.unsubscribed .container {
	    width: 100%;
	    padding: 0px 15px !important;
	}

	.title-text {
		top: 27%;
    	left: 19.5%;
    	position: absolute;
    	color: #434;
    	font-size: 22px;
    	font-family: 'MuseoSans 100', Helvetica Neue, Helvetica, Arial, sans-serif;
    	font-weight: 500;
	}

	.body {
		margin-top: 140px;
	}
	
	/* category strip ===================================================================== */

	.category-strip-biz .container ul li a {
		padding: 20px 11px;
		font-size: 12px;
	}
	
	.category-strip-prod .container ul li a {
		padding: 20px 9px;
		font-size: 12px;
	}

	/* promotions section ===================================================================== */
		
	.promotions .container div .caption {
		position: relative;
		height: 250px;
	}

	.promotions .container div .caption a {
		position: absolute;
		bottom: 0px;
	}

	/* lead capture form ===================================================================== */
	
	.lcw-form-moo01 .lcw-moo .col-sm-7,
	.lcw-form-moo01 .lcw-moo .col-sm-5	 {
		width: 100%;
	}
		
	.lcw-form-moo01 .lcw-moo input[type="button"] {
		margin: 0px;
		width: 100%;
	}

	.lcw-form-moo02 .lorem-ipsum input[type="button"] {
		font-size: 18px;
	}

	/* sidebar ===================================================================== */
		
	.lcw-ob {
		padding: 15px;
		background: #2B91A7;
	}

	.lcw-ob a {
		font-size: 14px;
	}
	
	.moo-lcw {
		padding: 0px;
	}
	
	.seven-big-secrets {
		background-position: right 0px;
	}
	
}

@media (max-width: 767px) {	

	.hidden-767 {
		display: none;
	}

	.unsubscribed {
	    padding: 50px 0px !important;
	}

	.unsubscribed .container {
	    width: 100%;
	    padding: 0px 15px !important;
	}

	.unsubscribed .u-title-text {
	    font-size: 30px;
		text-align: center;
	}

	.unsubscribed .u-title-text span.img {
	    padding-right: 0px;
	}

	.unsubscribed-hub-footer {
		text-align: center;
	}

	.title-text {
		top: 27%;
    	left: 13.5%;
    	position: absolute;
    	color: #434;
    	font-size: 22px;
    	font-family: 'MuseoSans 100', Helvetica Neue, Helvetica, Arial, sans-serif;
    	font-weight: 500;
	}

	.page-calendar .fc-right .fc-button {
		padding: 0 25px;
	}

	/* main navigation ===================================================================== */

	.nav-hub .navbar-header {
		min-height: 90px;
	}

	.nav-hub ul.navbar-nav {
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		margin: 0px -15px;
	}

	.nav-hub .nav-hub-category h3 {
		margin: 10px 0px;
	}

	.nav-hub ul.navbar-nav li {
		padding: 0px;
	}

	.nav-hub ul.navbar-nav li a {
		padding-left: 30px;
	}	

	/* page header ===================================================================== */

	.img-hero-image {
		margin-top: -60px !important;
	}
	
	.header-hub01 {
		background-size: 260%;
		height: 400px;
		padding: 15px;
	}

	.header-hub01 h1 {
		font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 26px;
		line-height: 28px;
	}

	.header-hub01 a {
		padding: 10px 30px;
		font-size: 20px;
	}

	.img-hero-image {
		background-size: 260%;
	}

	/* category strip ===================================================================== */
		
	.hub-category01 {
		border-bottom: none;
	}

	.hub-category01 .container {
		padding: 0px 15px;
	}

	.hub-category01 .container .navbar-text {
		margin-left: 10px;
	}

	/* lead capture form ===================================================================== */
	
	.lcw-form-gray .living-healthier-life {
		padding: 20px 0px 30px;
	}

	.lcw-form-gray .living-healthier-life div p {
		margin: 10px 0px;
		text-align: center;
	}
	
	.lcw-form-gray .living-healthier-life div p.get {
	    text-align: center;
	}

	.lcw-form-gray .living-healthier-life div input[type="text"] {
		margin: 25px auto 0px;
		max-width: 75%;
	}
	
	.lcw-form-gray .living-healthier-life div input[type="button"] {
		margin: 25px auto 0px;
		max-width: 50%;
	}

	.lcw-form-moo01 {
		padding-top: 155px;
	}

	.lcw-form-moo01 .lcw-moo {
		padding: 15px;
		text-align: center
	}

	.lcw-form-moo01 .lcw-moo h3 {
		margin: 0px;
	}

	.lcw-form-moo01 .lcw-moo input[type="text"] {
		width: 80%;
		margin: 10px auto 0px;
	}

	.lcw-form-moo01 .lcw-moo input[type="button"] {
		width: 60%;
		margin: 10px auto 0px;
	}

	.lcw-form-moo02 .lorem-ipsum input[type="text"] {
		width: 80%;
		margin: 10px auto 0px;
	}

	.lcw-form-moo02 .lorem-ipsum input[type="button"] {
		width: 60%;
		margin: 10px auto 0px;
	}

	.lcw-form-health-secrets01 .health-secrets h3 {
		width: 80%;
		margin: 0px auto 0px;
	}
		
	.lcw-form-health-secrets01 .health-secrets input[type="text"] {
		width: 80%;
		margin: 10px auto 0px;
	}
	
	.lcw-form-health-secrets01 .health-secrets input[type="button"] {
		width: 60%;
		margin: 10px auto 0px;
	}

	/* sidebar ===================================================================== */
		
	.lcw-ob {
		padding: 20px;
	}
		
	.moo-lcw {
		padding: 0px 0px 0px 165px;
		margin: -20px;
	}
		
	.moo-lcw div {
		padding: 20px 40px 20px 10px;
	}
	
	/* promotions section ===================================================================== */
	
	.promotions .container {
		padding: 40px 25px;
	}
	
	.promotions .container div div {
		padding: 0px 0px 35px;
	}
	
	.promotions .container div .caption {
		padding: 0px 0px 0px 10px;
	}
	
	/* page content ===================================================================== */
	
	.page-content01 {
		padding: 0px;
	}
	
	.page-content01 .container {
		padding: 0px;
	}
	
	.featured-content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.page-content02 {
		padding: 0px;
		border-top: 1px solid #cccccc;
	}

	.blog-resources01 {
		margin-bottom: 0px;
	}

	.blog-post-container .blog-post {
		border-top: 1px solid #cccccc;
		padding-top: 30px;
		margin-bottom: 0px;
	}

	.blog-post-container .blog-post h1 {
		margin: 0px 0px 5px;
	}

	.blog-post-container .blog-post .short-excerpt {
		padding: 0px 15px 0px;
		border-bottom: none;
	}

	.blog-post-pagination {
		background: #FFF;
		margin-top: 0px;
		padding: 10px 10px;
	}
	
	.blog-post-pagination .pagination {
		margin: 0px;
	}
		
	.blog-post-pagination2 a {
		font-size: 14px;
		padding: 15px;
	}

	.about-us,
	.contact {
		padding: 50px 15px 30px;
	}

	.about-us h1,
	.contact h1 {
		font-size: 40px;
		line-height: 38px;
	}

	.contact .form-group {
		width: 80%;
	}

	/* sidebar ===================================================================== */
	
	.sidebar-module01 {
		margin: 0px;
		border-top: 1px solid #cccccc;
	}

	/* new on blog ===================================================================== */
	
	.new-on-blog {
		margin-bottom: 0px;
	}

	.new-on-blog .blog-post h5 {
		font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
		color: #232323;
	}
	
	.new-on-blog .blog-post img {
		padding-right: 0px;
	}
	
	/* testimonial ===================================================================== */
	
	.testimonial {
		padding-top: 20px;
	}

	/* comment box ===================================================================== */
	
	.comment-box {
		font-size: 14px;
	}
	
	.comment-box .comment-form .input-group {
		width: 90%;
	}
	
	/* footer hub 1 ===================================================================== */
	
	.footer-hub01 {
		padding: 0px;
	}
	
	.footer-hub01 .container {
		padding: 0px;
	}
	
	.footer-hub01 ul.navbar-nav {
		padding: 10px 0px;
		border-top: none;
		width: 100%;
		margin: 0px;
	}

	.footer-hub01 .follow-us {
		padding: 10px;
		border-top: 3px solid #1bbc9b;
	}

	.footer-hub01 .living-healthier-life div input[type="text"] {
		max-width: 75%;
	}
	
	.footer-hub01 .living-healthier-life div input[type="button"] {
		max-width: 50%;
	}

	/* footer hub 2 ===================================================================== */
	
	.footer-hub02 {
		text-align: center;
		padding: 10px 0px;
	}
	
	.footer-hub02 .member-name {
		font-size: 24px;
		line-height: 54px;
	}
	
	.footer-hub02 .copyright {
		text-align: center;
		color: #f9f8f6;
		line-height: 24px;
	}

	.lcw-form-gray .living-healthier-life {
	    padding: 20px 15px 30px !important;
	}

}

@media (max-width: 586px) {
	.unsubscribed-hub-footer .i-block-img {
	    padding: 15px 15px;
	}
}

@media (max-width: 550px) {	
	.page-calendar .fc-right {
		margin-top: 45px;
		float: left;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.show-480 {
		display: block;
	}

	.confirmation .u-title-text {
	    line-height: 38px;
	}
}

@media (max-width: 320px) {

	/* page header ===================================================================== */

	.header-hub01 h1 {
		padding: 5px 10px;
		font-size: 20px
	}

	/* page content ===================================================================== */

	.contact .form-group {
		width: 100%;
	}

	.blog-post-pagination2 {
		display: block;
	}

	.blog-post-pagination2 div {
		width: 100%;
	}

	.blog-post-pagination2 div:first-child {
		margin: 0px 0px 30px 0px;
	}

	.blog-post-pagination2 a {
		width: 100%;
		padding: 15px;
	}

	/* lead capture form ===================================================================== */
	
	.lcw-form-gray .living-healthier-life div input[type="text"] {
		margin: 25px auto 0px;
		max-width: 85%;
	}
	
	.lcw-form-gray .living-healthier-life div input[type="button"] {
		margin: 25px auto 0px;
		max-width: 60%;
	}

	.lcw-form-moo01 .lcw-moo input[type="text"],
	.lcw-form-moo02 .lorem-ipsum input[type="text"],
	.lcw-form-moo02 .lorem-ipsum input[type="button"] {
		width: 100%;
	}

	.lcw-form-moo01 .lcw-moo input[type="button"] {
		margin: 0px;
		width: 100%;
	}

	.lcw-form-health-secrets01 .health-secrets h3 {
		width: 100%;
	}
		
	.lcw-form-health-secrets01 .health-secrets input[type="text"] {
		width: 100%;
	}
	
	.lcw-form-health-secrets01 .health-secrets input[type="button"] {
		width: 100%;
	}

	/* testimonial ===================================================================== */
		
	.testimonial {
		padding: 20px 15px 0px;
	}
	
	.testimonial .col-xs-3 {
		width: 100%;
	}
	
	.testimonial .col-xs-3 img {
		margin: 0px auto;
	}
	
	.testimonial .message {
		width: 100%;
	}
	
	.testimonial .message p {
		margin-bottom: 20px;
	}
	
	/* footer hub 1 ===================================================================== */

	.footer-hub01 .living-healthier-life div input[type="text"] {
		max-width: 85%;
	}
	
	.footer-hub01 .living-healthier-life div input[type="button"] {
		max-width: 60%;
	}

	/* about us page ===================================================================== */

	.about-us .pull-left,
	.about-us .pull-right {
		width: 100%;
	}

	.about-us .pull-right .photo1 {
		display: block;
	}

	.about-us .pull-left .photo1 {
		display: none;
	}

}

