/*
Theme Name: LFM design
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lfm-design
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LFM design is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
  font-family: 'Graphik Web';
  src: url('./font/graphik-regular.ttf');
  src: url('./font/graphik-regular.eot') format('embedded-opentype'),
     url('./font/graphik-regular.woff') format('woff'),
     url('./font/graphik-regular.ttf') format('truetype');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}



html {
	font-family: 'Graphik Web',sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	/*color: purple;*/
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*custom code*/

/*

Theme Name: Design Portfolio
Author: Yang Meng
Description: Socio design template
Version: 0.0.1
Tags: socio

*/

body, html {
	color: #222;
	background: #f8f8f8;
	-webkit-font-smoothing: antialiased;
}
input, textarea {
	-webkit-font-smoothing: antialiased;
}
a {
	color: #bbb;
	text-decoration: none;
	outline: 0;
}
h1 a, h2 a, h3 a, a h3 {
	color: #222;
}
.current-menu-item a, .current-menu-parent a, .menu-item a:hover, a:hover {
	color: #222;
}
a.underline {
	border-bottom: 1px solid #222;
}
a.underlinehover {
	border-bottom: 1px solid transparent;
}
a.underlinehover:hover {
	border-bottom: 1px solid #222;
}
#footer a {
	color: #222;
}
#content a, #content .grey, #tweet a, #tweet .grey {
	color: #a1a1a1;
}
#content a.hover {
	border-bottom: 1px solid transparent;
}
#content a.hover:hover {
	border-bottom: 1px solid #a1a1a1;
}
#content .grey a {
	color: #212121;
}
#content .grey a:hover {
	border-bottom: 0 solid #212121;
}
#content a.grey {
	color: #a1a1a1;
}
#content a.grey:hover {
	border-bottom: 1px solid #a1a1a1;
}
#content a.black {
	color: #222;
}
#content a.black.hover:hover {
	border-bottom: 1px solid #222;
}
#content a.grey.underline {
	border-bottom: 1px solid #a1a1a1;
}
#content .grey a.underline {
	border-bottom: 0 solid #212121;
}
#content a.underline {
	border-bottom: 1px solid #a1a1a1;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
	g list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.light, .grey {
	color: #bbb;
}
a.grey.underline {
	border-bottom: 1px solid #bbb;
}
a.grey.underline:hover {
	border-bottom: 1px solid #222;
}
.dark, .dark a, a.dark {
	color: #222 !important;
}
img {
	display: block;
	margin: 0;
	padding: 0;
}
p, .meta {
	margin-bottom: 20px;
}
p {
	padding-right: 36px;
}
p.nopadd, .image-overlay-title p {
	padding-right: 0 !important;
}
p.indent {
	text-indent: 51px;
}
blockquote {
	padding: 17px;
}
.thumbnail p.indent {
	text-indent: 38px;
}
h4.padd {
	padding-right: 36px;
}
p.double {
	margin-bottom: 40px;
}
p.large, .large p {
	margin-bottom: 28px !important;
}
p.small, .small p {
	margin-bottom: 16px !important;
}
p.double.small, .small p.double {
	margin-bottom: 32px !important;
}
p.caption {
	display: block;
	margin-top: 8px;
	margin-bottom: 16px;
}
h2, h3, h4 {
	margin-bottom: 20px;
}
h2.large, h3.large, h4.large {
	margin-bottom: 28px;
}
#prerender {
	position: fixed;
	left: -200px;
	top: -200px;
}
#a-next a {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -18px;
	margin-right: 20px;
	background: transparent url('../images/a-right.png') no-repeat;
	width: 35px;
	height: 35px;
}
#a-previous a {
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -18px;
	margin-left: 20px;
	background: transparent url('../images/a-left.png') no-repeat;
	width: 35px;
	height: 35px;
}
#a-next a:hover {
	background: transparent url('../images/a-b-right.png') no-repeat;
}
#a-previous a:hover {
	background: transparent url('../images/a-b-left.png') no-repeat;
}
#a-previous.hidden, #a-next.hidden {
	display: none;
}
a.plus {
	width: 21px;
	height: 21px;
	background: transparent url('http://localhost/wp-content/uploads/2016/09/plus-1.png') no-repeat;
	line-height: 0;
	float: right;
	margin-top: -2px;
}
a.plus.minus {
	width: 21px;
	height: 21px;
	background: transparent url('../images/minus.png') no-repeat;
	line-height: 0;
	float: right;
}
#para {
	overflow: auto;
	position: relative;
	padding-bottom: 29px;
	width: 100%;
}
#project-title {
	margin-top: 10px;
	margin-bottom: 31px;
}
#project-info {
	margin-top: 10px;
	margin-bottom: 31px;
}
#project-title .col-inner, #project-info .col-inner {
	padding-bottom: 0 !important;
}
.title {
	margin-bottom: 15px;
}
.title {
	padding-top: 5px;
}
.title h2 {
	padding-bottom: 2px;
}
.thumbnail img {
	margin-bottom: 20px;
}
#work-thumbs {
	overflow: auto;
	margin-bottom: 6px;
	float: left;
	width: 100%}
#work-thumbs .thumbnail img {
	margin-bottom: 12px;
}
#break {
	padding-bottom: 48px;
}
#break hr {
	margin-top: 0px;
	margin-bottom: 22px;
}
#break2 {
	padding-bottom: 48px;
}
#break2 hr {
	margin-top: 10px;
	margin-bottom: 22px;
}
.slideshow-holder {
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
	position: relative;
}
.slideshow {
	width: 20000px;
	overflow: auto;
}
.slideshow .slide {
	float: left;
}
.slideshow .slide.image img {
	cursor: pointer;
}
.slideshow-holder-holder .control {
	position: absolute;
	bottom: 13px;
	left: 0;
	z-index: 99;
}
.slideshow-holder-holder .control, .slideshow-holder-holder .control .col-inner {
	overflow: auto;
}
.slideshow-holder-holder .control .circle {
	width: 10px;
	height: 10px;
	background: #6c00ff;
	background: transparent;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-left: 0;
	margin-right: 6px;
	cursor: pointer;
	overflow: hidden;
	display: block;
}
.slideshow-holder-holder .control .circle:hover, .slideshow-holder-holder .control .circle.marked {
	background: #222;
	border: 1px solid #222;
}
#wrap {
	margin: 0 auto;
	margin-top: 0;
}
#wrap-margin {
	margin-left: 0;
	margin-right: 0;
}
#wrap, #header-inner, #footer-inner, #tweet-inner {
	max-width: 1512px;
	min-width: 1024px;
}
#header-auto, #content-inner, #footer-auto, #tweet-auto {
	margin-left: 44px;
	margin-right: 44px;
	overflow: auto;
}
#newsletter {
	background: #fff;
	width: 100%;
	overflow: auto;
	display: none;
}
#newsletter.open {
	display: block;
}
#newsletter-inner {
	padding-top: 72px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	z-index: 9999;
}
#newsletter-close {
	position: absolute;
	right: 6px;
	top: 24px;
	width: 17px;
	height: 17px;
	background: #fff url('http://launchfitnessmanagement.com/wp-content/uploads/2016/09/close-newsletter.png');
	cursor: pointer;
	z-index: 9999;
}
#newsletter-close:hover {
	width: 17px;
	height: 17px;
	background: #fff url('http://launchfitnessmanagement.com/wp-content/uploads/2016/09/close-newsletter-hover.png');
}
#newsletter hr {
	border-top: 1px solid #ebebee;
	margin-top: 0;
	margin-bottom: 0;
}
#newsletter-text .col-inner-hori {
	width: 66%}
#header, #footer, #content, #change, #tweet {
	overflow: hidden;
}
#header {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	z-index: 9999;
}
#header-inner, #footer-inner, #tweet-inner {
	overflow: auto;
	margin: 0 auto;
}
#header-auto, #footer-auto, #tweet-auto {
	overflow: auto;
}
#footer-auto {
	position: relative;
	margin-bottom: 60px;
}
#hh {
	margin-top: 36px;
	margin-bottom: 24px;
	overflow: auto;
}
#header #logo {
	display: block;
	height: 33px;
	width: 78px;

}
#footer {
	color: #222;
	width: 100%;
	padding-top: 0;
	display: none;
	position: absolute;
	left: 0;
}
#footer hr {
	margin-bottom: 30px;
}
#more-butt .col-inner {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 25px;
	margin-top: 50px;
}
#delay {
	position: fixed;
	left: -1000px;
	top: -1000px;
	width: 1px;
	height: 1px;
	z-index: 9000;
	display: none;
}
#block {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 300%;
	z-index: 9990;
	background: #f8f8f8;
}
#partialblock {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background: #f8f8f8;
}
#content {
	background: #f8f8f8;
	min-height: 500px;
}
#content-inner {
	padding-top: 25px;
	padding-bottom: 90px;
	overflow: hidden;
}
#content-inner.page {
	padding-top: 44px;
}
.separator {
	margin-top: 10px;
	margin-bottom: 23px;
}
.slide-spinn {
	background: #222;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	z-index: 99;
}
.slideshow-holder .slide-spinn {
	background: #fff;
}
.slideshow-holder .image-holder {
	background: #f8f8f8;
}
.left {
	float: left;
}
.right {
	float: right !important;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.clear {
	clear: both;
	height: 0;
	width: 100%;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.relative {
	position: relative;
}
.mr8 {
	margin-right: 8px;
}
.mr12 {
	margin-right: 12px;
}
.mb0 {
	margin-bottom: 0 !important;
}
hr {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dedee1;
	height: 0;
	width: 100%;
	margin-bottom: 3px;
}
#navigation {
	overflow: auto;
	float: left;
	width: 100%}
#navigation a {
	color: #222;
}
#navigation a:hover {
	border-bottom: 1px solid #222;
}
#archive-num {
	color: #222;
}
#archive-num a {
	color: #a1a1a1;
}
#archive-num a:hover {
	border-bottom: 0 solid #222;
}
#archive-num a:hover {
	color: #222;
}
#navigation hr {
	margin-bottom: 19px;
}
hr.spec {
	margin-top: 40px;
}
.imageset_1, .imageset_2, .imageset_3, .imageset_4 {
	overflow: auto;
	width: 100%;
	float: left;
	margin-bottom: 12px;
}
.imageset_1 *, .imageset_2 *, .imageset_3 *, .imageset_4 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.imageset_1 .thumbnail img, .imageset_2 .thumbnail img, .imageset_3 .thumbnail img, .imageset_4 .thumbnail img {
	margin: 0;
	padding: 0;
}
.imageset_1 .image_1 img {
	padding-bottom: 0;
}
.imageset_2 .image_1 img {
	padding-right: 6px;
	padding-bottom: 12px;
}
.imageset_2 .image_2 img {
	padding-right: 6px;
	padding-bottom: 0;
}
.imageset_2 .image_3 img {
	padding-left: 6px;
	padding-bottom: 0;
}
.imageset_2.reversed .image_1 img {
	padding-right: 0;
	padding-left: 6px;
}
.imageset_2.reversed .image_2 img {
	padding-right: 0;
	padding-left: 6px;
}
.imageset_2.reversed .image_3 img {
	padding-left: 0;
	padding-right: 6px;
}
.imageset_3 .image_1 img {
	padding-right: 6px;
	padding-bottom: 12px;
}
.imageset_3 .image_2 img {
	padding-left: 6px;
	padding-bottom: 12px;
}
.imageset_3 .image_3 img {
	padding-right: 6px;
	padding-bottom: 0;
}
.imageset_3 .image_4 img {
	padding-left: 6px;
	padding-bottom: 0;
}
.imageset_4 .image_1 img {
	padding-right: 6px;
	padding-bottom: 0;
}
.imageset_4 .image_2 img {
	padding-left: 6px;
	padding-bottom: 0;
}
.imageset_1 .thumbnail .image_1 img {
	padding: 0;
	margin: 0;
}
.imageset_2 .thumbnail .image_1 img {
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}
.imageset_2 .thumbnail .image_2 img {
	padding: 0;
	margin: 0;
}
.imageset_2 .thumbnail .image_3 img {
	padding: 0;
	margin: 0;
}
.imageset_1.reversed .thumbnail .image_1 img {
	padding: 0;
	margin: 0;
}
.imageset_2.reversed .thumbnail .image_1 img {
	padding: 0;
	margin: 0;
}
.imageset_2.reversed .thumbnail .image_2 img {
	padding: 0;
	margin: 0;
}
.imageset_2.reversed .thumbnail .image_3 img {
	padding: 0;
	margin: 0;
}
.imageset_2 .thumbnail-link {
	overflow: hidden !important;
}
#twitter-icon {
	display: block;
	height: 40px;
	width: 38px;
	background: transparent url('http://launchfitnessmanagement.com/wp-content/uploads/2016/09/Twitter-icon.png');
}
#twitter-icon:hover {
	background: transparent url('http://launchfitnessmanagement.com/wp-content/uploads/2016/09/Twitter-icon-hover.png');
}
#facebook-icon {
	display: block;
	height: 40px;
	width: 38px;
	background: transparent url('../../uploads/2016/11/facebook-icon.png');
}
#facebook-icon:hover {
	background: transparent url('../../uploads/2016/11/facebook-icon-hover.png');
}
#instagram-icon {
	display: block;
	height: 40px;
	width: 38px;
	background: transparent url('http://launchfitnessmanagement.com/wp-content/uploads/2016/09/Instagram-icon.png');
}
#instagram-icon:hover {
	background: transparent url('http://launchfitnessmanagement.com/wp-content/uploads/2016/09/Instagram-icon-hover.png');
}
#linkedin-icon {
	display: block;
	height: 40px;
	width: 38px;
	background: transparent url('http://launchfitnessmanagement.com/wp-content/uploads/2016/09/LinkedIn-icon.png');
}
#linkedin-icon:hover {
	background: transparent url('http://launchfitnessmanagement.com/wp-content/uploads/2016/09/LinkedIn-icon-hover.png');
}
#clock {
	display: block;
	height: 13px;
	width: 13px;
	margin-top: 2px;
	margin-right: 8px;
	background: transparent url('http://launchfitnessmanagement.com/wp-content/uploads/2016/09/Clock.png') no-repeat;
	line-height: 0;
	float: left;
}
.grid-gap {
	position: absolute;
	width: 100%;
	height: 12px;
	background: #f8f8f8;
	margin-top: -6px;
	z-index: 9999;
}
.col {
	float: left;
}
.col img {
	width: 100%;
	height: auto;
}
.col-inner {
	margin: 6px;
}
.col-inner-hori {
	margin: 6px;
	margin-bottom: 0;
	margin-top: 0;
}
.col-25 {
	width: 25%}
.col-50 {
	width: 50%}
.col-75 {
	width: 75%}
.col-100 {
	width: 100%}
.pc-60 {
	width: 60%}
.pc-40 {
	width: 40%}
.pc-20 {
	width: 20%}
.mw {
	max-width: 230px;
}
.mw-2 {
	max-width: 100px;
}
.menu-item {
	max-width: 115px;
}
.meta-holder {
	position: absolute;
	bottom: 0;
	width: 50%;
	float: left;
	z-index: 1;
	margin-bottom: 29px;
}
.meta {
	width: 50%}
#zzzz {
	width: 80%;
	overflow: auto;
	float: left;
}
#xxxx {
	width: 20%;
	overflow: auto;
	float: left;
}
.menu-item {
	float: left;
}
.menu-item-13, .menu-item-13 .dot, .menu-item-13 a {
	float: right !important;
	margin-right: 0 !important;
}
.menu-item-13 .dot {
	display: none;
}
.menu-item-13 a, .tags a {
	border-bottom: 1px solid #e0e0e0;
}
.menu-item-13 a:hover, .tags a:hover {
	border-bottom: 1px solid #222;
}
.menu-item a {
	margin-right: 30px;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}
#menu-main-menu {
	margin-top: 14px;
	overflow: hidden;
}
#menu-item-13 {
	margin-top: 14px;
}
#menu-main-menu .menu-item:first-child a {
	margin-left: 0;
}
#menu-main-menu .menu-item:last-child a {
	margin-right: 0;
}
.iso {
	margin-bottom: 20px;
}
.small {
	font-size: 13px;
	line-height: 16px;
	font-family: 'Graphik Web', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.large {
	font-size: 22px;
	line-height: 28px;
	font-family: 'Graphik Web', sans-serif;
	font-weight: normal;
	font-style: normal;
}
body, .normal, h2, h3, h4, .menu-item, .medium, .image-overlay-title, input, textarea, .medium-large {
	font-size: 15px;
	line-height: 20px;
	font-family: 'Graphik Web', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.huge {
	font-size: 75px;
	line-height: 75px;
}
h1.huge {
	line-height: 61px;
	margin-bottom: 4px;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: .01em;
}
.module.mt-lh-0-5 {
	margin-top: 10px;
}
.module.mt-lh-1 {
	margin-top: 20px;
}
.module.mt-lh-1-5 {
	margin-top: 30px;
}
.module.mt-lh-2 {
	margin-top: 40px;
}
.module.mt-lh-2 {
	margin-top: 50px;
}
.module.mt-lh-3 {
	margin-top: 60px;
}
.module.mb-lh-0-5 {
	margin-bottom: 10px;
}
.module.mb-lh-1 {
	margin-bottom: 20px;
}
.module.mb-lh-1-5 {
	margin-bottom: 30px;
}
.module.mb-lh-2 {
	margin-bottom: 40px;
}
.module.mb-lh-2 {
	margin-bottom: 50px;
}
.module.mb-lh-3 {
	margin-bottom: 60px;
}
.persona {
	width: 100%;
	overflow: auto;
}
.persona * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.persona .persona-image {
	float: left;
	overflow: auto;
}
.persona .persona-text {
	float: left;
	overflow: auto;
	padding-left: 18px !important;
}
.col .persona .persona-image .image-holder {
	overflow: auto;
	float: left;
	margin-top: 5px;
}
.col .persona .persona-image .image-holder img {
	padding-right: 12px !important;
	overflow: auto;
	float: left;
}
.purple {
	color: #6c00ff;
}
a.post-edit-link, a.edit {
	color: #000;
	border-bottom: 2px solid #222;
}
#map_canvas {
	height: 565px;
}
input, textarea {
	background: #f2f2f2;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #222;
	border: 1px solid transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px;
	padding-top: 8px;
	padding-bottom: 6px;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	border: 1px solid #d9d9d9;
}
#newsletter input {
	margin-top: 10px;
}
input[type="submit"] {
	background: #222;
	border: 1px solid #222;
	color: #bbb;
	width: 100%;
	cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background: #b7b8bb;
	border: 1px solid #b7b8bb;
	color: #222;
}
iframe {
	margin: 0;
	padding: 0;
	display: block;
}
.embed-holder {
	position: relative;
	width: 100%;
	background: #fff;
}
.image-holder {
	position: relative;
	width: 100%;
	z-index: 10;
	background: #f8f8f8;
}
.image-holder .image-overlay-title h3 {
	border-bottom: 1px solid #fff;
	display: inline;
}
.thumbnail-link {
	display: block;
}
.thumbnail-link, .thumbnail-link:hover {
	border-bottom: 0 solid transparent !important;
}
.thumbnail-link .image-overlay, .thumbnail-link .image-overlay-title {
	display: none;
	color: #fff;
}
.thumbnail-link:hover .image-overlay, .thumbnail-link:hover .image-overlay-title {
	display: block;
}
.thumbnail-link h2, .thumbnail-link h3 {
	color: #222;
	border-bottom: 1px solid transparent;
	display: inline;
}
.j-thumbnail .thumbnail-link .j-meta {
	margin-top: 22px;
	margin-bottom: 46px;
}
.thumbnail-link:hover h2, .thumbnail-link:hover h3 {
	border-bottom: 1px solid #222;
}
.image-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
}
.image-overlay-title {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -10px;
	text-align: center;
}
.image-overlay-title p {
	display: inline;
	text-align: center;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}
.image-repeat {
	margin-bottom: 50px;
}
.page.image-holder-full {
	margin-bottom: 16px;
}
.puffs {
	margin-top: 45px;
	margin-bottom: 56px;
	overflow: auto;
}
.puffs img {
	margin-bottom: 24px;
}
.chunk {
	margin-left: 50px;
}
.chunk h2 {
	border-bottom: 1px solid #6c00ff;
	display: inline;
}
.dot {
	width: 10px;
	height: 10px;
	background: #6c00ff;
	background: transparent;
	border: 1px solid #c3c3c3;
	margin-top: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
}
.current-menu-item .dot, .current-menu-parent .dot {
	background: #222;
	border: 1px solid #222;
}
.current-menu-item-grey .dot {
	background: #c3c3c3 !important;
	border: 1px solid #c3c3c3 !important;
}
.dot-large {
	position: absolute;
	margin-left: -48px;
	width: 24px;
	height: 24px;
	background: #b7b8bb;
	margin-top: 3px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.royalSlider {
	width: 1400px;
	height: 760px;
	position: relative;
	direction: ltr;
}
.royalSlider>* {
	float: left;
}
.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow, .rsThumbsArrow {
	cursor: pointer;
}
.rsThumb {
	float: left;
	position: relative;
}
.rsArrow, .rsNav, .rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0 linear .3s, opacity .3s linear;
	-moz-transition: visibility 0 linear .3s, opacity .3s linear;
	-o-transition: visibility 0 linear .3s, opacity .3s linear;
	transition: visibility 0 linear .3s, opacity .3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.rsPreloader {
	position: absolute;
	z-index: 0;
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs, .rsThumbs {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%}
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0;
}
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}
img.rsImg {
	max-width: none;
	margin: 0;
	padding: 0;
}
.grab-cursor {
	cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
	cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url(blank.gif);
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background: #f8f8f8;
	margin: 0;
	padding: 0;
}
.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}
.rsDefault.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}
.rsDefault.rsHor .rsArrowRight {
	right: 0;
	top: 0;
}
.rsDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url('rs-default.png');
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	*background-color: #000;
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
	opacity: .2;
	filter: alpha(opacity=20);
	*display: none;
}
.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: -30px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	line-height: 0;
	overflow: hidden;
	display: block;
}
.rsDefault .rsBullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0;
	margin-right: 6px;
	cursor: pointer;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #222 !important;
}
.rsDefault .rsBullet.rsNavSelected span {
	background: #222;
	border: 1px solid #222 !important;
}
.rsDefaultFront .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #222 !important;
}
.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: .3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0;
}
.rsDefault .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
	display: none !important;
}
@media screen and (min-width:0) and (max-width:800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}.rsDefault .rsTabs {
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
	 text-align: center;
	 overflow: hidden;
	 padding-top: 12px;
	 position: relative;
 }
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #d9d9dd;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
	*display: inline;
	*zoom: 1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
	border: 1px solid #d9d9dd;
	background-color: #f4f4f4;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
	color: #212121;
	border: 1px solid #212121;
	background: #212121;
}
.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	*background-color: #000;
	border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}
.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
	position: absolute;
	left: 50%;
	top: 50%}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}
.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(../preloaders/preloader-white.gif);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
#gallery-1 {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin-bottom: 60px;
}
#gallery-front {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin-bottom: 60px;
	background: #ccc;
}
a.front-slide-bg {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 99 !important;
	display: none !important;
	background: #000;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	-khtml-opacity: .0;
	opacity: .0;
}
.rsImg {
	cursor: pointer !important;
}
a.front-slide-title {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	z-index: 100 !important;
	color: #fff !important;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff !important;
	display: none !important;
	background: #000;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	-khtml-opacity: .0;
	opacity: .0;
}
#gallery-front .rsSlide:hover a.front-slide-bg, #gallery-front .rsSlide:hover a.front-slide-title {
	display: none !important;
}
@media all and (min-width:1401px) {
	#social-icons {
		position: relative;
		margin-top: -7px;
	}
	#clock {
		margin-top: 4px;
	}
	.pc-40 {
		width: 180px !important;
	}
	.pc-60 {
		width: auto !important;
	}
	body, .normal, h2, h3, h4, .menu-item, .medium, .image-overlay-title, input, textarea, .medium-large {
		font-size: 17px;
		line-height: 22px;
	}
	#header-auto, #content-inner, #footer-auto, #tweet-auto {
		margin-left: 44px;
		margin-right: 44px;
	}
}@media all and (max-width:1400px) and (min-width:1025px) {
	#social-icons {
		position: relative;
		margin-top: -6px;
	}
	.pc-40 {
		width: 180px !important;
	}
	.pc-60 {
		width: auto !important;
	}
	#header-auto, #content-inner, #footer-auto, #tweet-auto {
		margin-left: 44px;
		margin-right: 44px;
	}
}@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3 / 2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	#header #logo {
		background: transparent url("../images/sd-logo@2x.png") no-repeat;
		background-size: 78px 33px;
	}
	#newsletter-close {
		background: #fff url("http://launchfitnessmanagement.com/wp-content/uploads/2016/09/close-newsletter.png") no-repeat;
		background-size: 17px 17px;
	}
	#newsletter-close:hover {
		background: #fff url("../images/close-newsletter-hover@2x.png") no-repeat;
		background-size: 17px 17px;
	}
	#twitter-icon {
		background: transparent url("../images/Twitter-icon@2x.png") no-repeat;
		background-size: 38px 40px;
	}
	#twitter-icon:hover {
		background: transparent url("../images/Twitter-icon-hover@2x.png") no-repeat;
		background-size: 38px 40px;
	}
	#linkedin-icon {
		background: transparent url("../images/LinkedIn-icon@2x.png") no-repeat;
		background-size: 38px 40px;
	}
	#linkedin-icon:hover {
		background: transparent url("../images/LinkedIn-icon-hover@2x.png") no-repeat;
		background-size: 38px 40px;
	}
	#instagram-icon {
		background: transparent url("../images/Instagram-icon@2x.png") no-repeat;
		background-size: 38px 40px;
	}
	#instagram-icon:hover {
		background: transparent url("../images/Instagram-icon-hover@2x.png") no-repeat;
		background-size: 38px 40px;
	}
	#clock {
		background: transparent url("../images/Retina-Clock.png") no-repeat;
		background-size: 13px 13px;
	}
	a.plus {
		background: transparent url('../images/plus_@2x.png') no-repeat;
		background-size: 21px 21px;
	}
	a.plus.minus {
		background: transparent url('../images/minus_@2x.png') no-repeat;
		background-size: 21px 21px;
	}
	#a-next a {
		background: transparent url('../images/a-right_@2x.png') no-repeat;
		background-size: 35px 35px;
	}
	#a-previous a {
		background: transparent url('../images/a-left_@2x.png') no-repeat;
		background-size: 35px 35px;
	}
	#a-next a:hover {
		background: transparent url('../images/a-b-right_@2x.png') no-repeat;
		background-size: 35px 35px;
	}
	#a-previous a:hover {
		background: transparent url('../images/a-b-left_@2x.png') no-repeat;
		background-size: 35px 35px;
	}
}


/* my style */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


p{margin-top:0}
#header{
	top:0;
}

#primary{
	margin-top: 97px;
}

.sow-slider-base .sow-slider-pagination{
	display: block !important;
	position: relative;
	margin-top: 35px;
	text-align: left;
}
.so-widget-sow-slider-default-abf3e628296a .sow-slider-base .sow-slider-pagination li a{
	border: 1px solid #000;
	opacity:1;
}
.sow-slider-base .sow-slider-pagination li.sow-active a{
	background: #000 !important;
}
#project-title h2{
	margin-bottom:0;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}
nav.post-navigation{
    display:none;
}
.contents-wrap{
    margin: 0 44px;
    padding-bottom: 90px;
}

#menu-item-321{
    display:none;
}

.col-50:nth-child(2n+1) { clear: both; }
#profile-image-set #pgc-338-4-1 .panel-first-child {
    margin-bottom: 10px;
}