
/*
Theme Name: eberhardt-erben

*/

html {
	font-size: 100%;
}

body {
	background-color: #FDFDFD;
	font-weight: normal;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background-position: 50% 50%;
	background-attachment: fixed;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position: relative;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	overflow-x: hidden;
}

.coach-nohyphens{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

body .mainbody a {
	outline: 0;
}

/* Preloader */
#page-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fdfdfd;
	z-index: 100000;
}

#page-status {
	position: absolute;
	left: 50%;
	top: 200px;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	display: inline-block;
	padding: 0px;
	border-radius: 100%;
	border: 2px solid;
	border-top-color: rgba(0,0,0, 0.65);
	border-bottom-color: rgba(0,0,0, 0.15);
	border-left-color: rgba(0,0,0, 0.65);
	border-right-color: rgba(0,0,0, 0.15);
	-webkit-animation: coach-preloader 0.8s linear infinite;
	animation: coach-preloader 0.8s linear infinite;
}

@keyframes coach-preloader {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes coach-preloader {
	from {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);

	}
	to {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);

	}
}

.no-js #page-loader,
.no-js #page-status {
	display: none;
}

.lt-ie10 #page-status,
.lt-ie9 #page-status,
.lt-ie8 #page-status {
	animation: none;
	background: url("images/loader.gif") center center no-repeat;
	width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
}

/* General styling */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul {
	padding: 0;
}

ul ul {
	padding: 0;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

#fancybox-content,
#fancybox-wrap {
	z-index: 11002;	
}

#fancybox-loading {
	z-index: 11003;	
}

#fancybox-overlay {
	z-index: 11001;	
}

#fancybox-left-ico,
#fancybox-right-ico,
#fancybox-left,
#fancybox-right {
	z-index: 11002;
}

.zoom {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
}

.zoom img {
	display: none
}

.modal {
	z-index: 11000;
}

.sticky-fixed {
	position: fixed;
	z-index: 10101;
	top: 0;
	left: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.entry-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.entry-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-audio iframe {
	max-width: 100%;
	height: auto;
}

.wp-video-shortcode,
.wp-audio-shortcode {
	max-width: 100%;
}

.nodisplay {
	display: none;
}

/* for ie 8 */
@media \0screen {

img {
	width: auto;
}
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

/* styling for images in posts/pages */
.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto 1em auto;
	clear: both;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.alignright:after {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignleft:after {
	clear: both;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
}

.wp-caption-text {
	font-size: 0.750em;
	line-height: 1.5;
	margin: 0;
	padding-top: 0.250em;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.sticky {
}

/* font awesome lists */
.entry-content .fa-li.fa-lg {
	left: -2.2em;
}

/* font awesome single */ 
.coach-fa-single {
	margin-bottom: 1.5em;
}

.entry-content ol,
.comment-block ol {
	padding-left: 1.250em;
}

.entry-content ul li,
.entry-content ol li,
.entry-content dl dd,
.comment-block ul li,
.comment-block ol li,
.comment-block dl dd {
	margin: 0 0 0.5em 0;
}

.entry-content ul li,
.comment-block ul li {
	list-style: none;
	text-indent: -1em;
	margin-left: 1em;
}

.entry-content ul li:before,
.comment-block ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 0.625em;
	vertical-align: middle;
}

.entry-content ul li.essb_item:before {
	content: "";
	padding-right: 0;
}

.entry-content ul li.essb_item {
	list-style: none;
	text-indent: 0;
	margin-left: 0;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.comment-block ul ul,
.comment-block ol ol {
	margin-top: 0.5em;
}

.carousel ul li,
.carousel ol li {
	margin: 0;
	text-indent: 0;
}

.carousel ul li:before,
.carousel ol li:before {
	content: '';
	padding-right: 0;
}

.carousel .carousel-control {
	z-index: 5;
	color: #fdfdfd;
}

.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content table,
.entry-content dl,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content footer,
.comment-block p,
.comment-block h1,
.comment-block h2,
.comment-block h3,
.comment-block h4,
.comment-block h5,
.comment-block h6,
.comment-block table,
.comment-block dl,
.comment-block ul,
.comment-block ol,
.comment-block address,
.comment-block footer {
	margin-top: 0;
	margin-bottom: 0.750em;
}

.modal-content a,
.entry-content a,
.comment-block a {
	text-decoration: underline;
}

.entry-content td,
.entry-content th,
.comment-block td,
.comment-block th {
	padding: 0 3em 0.5em 0;
}

.entry-content td:last-child,
.entry-content th:last-child,
.comment-block td:last-child,
.comment-block th:last-child {
	padding: 0 0 0.5em 0;
}

.gallery .gallery-item {
	float: left;
	padding-right: 0.5em;
	padding-bottom: 1em;
	width: 100%;
}

@media (min-width: 768px) {

.gallery .gallery-item.no-margin-right {
	padding-right: 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.3%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.29%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
}

.gallery-caption {
	max-width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
}

.bypostauthor {
}

.no-csstransforms3d .coach-figure-eff1 figcaption {
	display: none
}

.no-csstransforms3d .coach-figure-eff1:hover figcaption {
	display: block
}

.coach-figure-eff1 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
}

.coach-figure-eff1 img {
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
}

.coach-figure-eff1:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.coach-figure-eff1 figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	padding: 16px;
	width: 100%;
	height: auto;
	background: #f00;
	opacity: 0.9;
	-webkit-transition: -webkit-transform 0.35s;
	-moz-transition: -moz-transform 0.35s;
	-o-transition: -o-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.coach-figure-eff1 .coach-figure-capt {
	float: left;
	display: inline-block;
	margin: 0;
}

.coach-figure-eff1 .coach-figure-icon {
	float: right;
	margin: 0;
}

.coach-figure-eff1 .coach-figure-capt,
.coach-figure-eff1 .coach-figure-icon {
	-webkit-transition: -webkit-transform 0.35s;
	-moz-transition: -moz-transform 0.35s;
	-o-transition: -o-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-o-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}

.coach-figure-eff1:hover figcaption,
.coach-figure-eff1:hover .coach-figure-capt,
.coach-figure-eff1:hover .coach-figure-icon {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.coach-figure-eff1:hover .coach-figure-icon {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.coach-figure-eff1:hover .coach-figure-capt {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.coach-grayscale img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.coach-grayscale img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

.coach-text-double {
	position: absolute;
	top: 40%;
	display: block;
	width: 90%;
	-webkit-transform: translateY(-25%);
	-moz-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
}

.coach-text-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#wrapper {
	-webkit-box-shadow: 0 -1.5em 1.500em rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -1.5em 1.500em rgba(0,0,0,0.3);
	box-shadow: 0 -1.5em 1.500em rgba(0,0,0,0.3);
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}

/* Sticky Footer */
.stickyfooter {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.alert.nodisplay {
	display: none;
}

/* Topbar styling */
#topbar {
	left: 0;
	color: #FDFDFD;
	background-color: transparent;
	height: 3em;
	width: 100%;
	top: -2.813em;
	position: fixed;
	z-index: 10400;
}

#topbar a,
#title-bar a {
	color: inherit;
}

#topbar.slide-no {
	position: relative;
	top: 0;
}

#topbar.slide-no.fixed {
	position: fixed;
	top: 0;
}

#topbar .moveout {
	color: #FDFDFD;
	background-color: gray;
	font: normal normal 1em Arial;
	-webkit-border-radius: 0 0 0.25em 0.25em;
	-moz-border-radius: 0 0 0.25em 0.25em;
	border-radius: 0 0 0.25em 0.25em;
	position: relative;
	padding-top: 0.5em;
}

#topbar.slide-no .moveout {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#topbar .moveout .ribbon {
	width: 4em;
	height: 6em;
	background-color: gray;
	position: absolute;
	right: 0;
	top: 0;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

#topbar.slide-no .moveout .ribbon {
	display: none;
}

#topbar .moveout .ribbon:after {
	content: "";
	display: block;
	position: relative;
	top: 0;
	width: 0;
	height: 0;
	border-width: 0 4em 2em 0;
	border-style: solid;
	border-color: gray gray transparent gray;
}

#topbar .moveout .ribbon .fa-search {
	padding-top: 5em;
	text-align: center;
	display: block;
}

#topbar .topitem li {
	list-style: none;
	display: inline-block;
	position: relative;
}

#topbar .topitem li:first-child {
	padding-left: 0;
}

#topbar .topitem div {
	display: inline-block;
}

#topbar .topitem.left > div {
	padding-right: 1.5em;
}

#topbar .topitem.center{
	text-align: center;
}

#topbar .topitem.center > div {
	padding-left: 0.75em;
	padding-right: 0.75em;
}

#topbar .topitem.right > div > div:not(:first-child) {
	padding-left: 1.5em;
}

#topbar ul li a,
#topbar ul li ul li a {
	text-decoration: none;
	padding: 0 0 0 0.5em;
}

#topbar ul li:first-child a,
#topbar ul li:first-child ul li a {
	padding-left: 0;
}

#topbar ul li,
#topbar ul li ul,
#topbar ul li ul li {
	display: inline-block;
	text-indent: 0;
	margin-left: 0;
}

#topbar .widget_nav_menu ul li > ul {
	margin: 0;
	padding: 0 0 0 0.5em;
	max-height: 20em;
}

#topbar .widget_nav_menu ul li:hover > ul {
	max-height: 20em;
}

/* Title Bar Widgets */
#title-bar .righttitle,
#title-bar .lefttitle {
	position: relative;
/*	z-index: 10102;
*/}

#title-bar ul li a,
#title-bar ul li ul li a {
	text-decoration: none;
	padding: 0 0 0 0.5em;
}

#breadcrumb ul li a {
	padding: 0;
}

#title-bar ul li,
#title-bar ul li ul,
#title-bar ul li ul li {
	display: inline-block;
	text-indent: 0;
	margin-left: 0;
}

#title-bar .widget_nav_menu ul li > ul {
	margin: 0;
	padding: 0 0 0 0.5em;
	max-height: 20em;
}

#title-bar ul li:first-child a,
#title-bar ul li:first-child ul li a {
	padding-left: 0;
}

#title-bar .widget_nav_menu ul li:hover > ul {
	max-height: 20em;
}

#title-bar .lefttitle .widget,
#title-bar .righttitle .widget {
	display: inline-block;
}

#title-bar .lefttitle li,
#title-bar .righttitle li {
	list-style: none;
	display: inline-block;
	position: relative;
}

#title-bar .lefttitle li:first-child {
	padding-left: 0;
}

#title-bar .lefttitle > div > div {
	padding-right: 1.5em;
}

#title-bar .lefttitle > div > div:last-child {
	padding-right: 0;
}

#title-bar .righttitle  > div > div {
	padding-left: 1.5em;
}

#title-bar .righttitle  > div > div:first-child {
	padding-left: 0;
}

#title-bar .widget select {
	width: 16.5em;
}

#title-bar .widget .selectArrow:after {
	right: 2px;
	top: 2px;
	height: 36px;
}

/* Styles for Title bar */
#title-bar {
	background-position: 50% 50%;
}

#title-bar h1,
#breadcrumb {
	margin: 0;
	overflow: hidden;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#breadcrumb ul li {
	display: inline;
}

#title-bar .container,
#title-bar .container .row,
#title-bar .col-sm-6,
#title-bar .col-sm-12 {
	height: 100%;
}

#title-bar .vertical-center {
	width: 100%;
	height: 100%;
}

#title-bar .vertical-center .vertical-center-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);	
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);	
	transform: translateY(-50%);
}

/* Logobar styling */
#logo,
#logo-small,
#tagline {
	display: block;
	margin: 0;
}

.affirmation {
	text-align: right;
}

.menu-bar {
	background-color: transparent;
	width: 100%;
}

.mainbody {
	position: relative;
/*	z-index: 0;
*/}

.mainbody a {
	color: inherit;
}

/* Page links, when pages or posts are divided with a separator */
.page-links {
	float: right;
}

.page-links button {
	font: inherit;
	color: inherit;
	background-color: transparent;
	border: 2px solid #FF0000;
	-webkit-border-radius: 0.250em;
	-moz-border-radius: 0.250em;
	border-radius: 0.250em;
	cursor: default;
}

.page-links a button {
	background-color: #FF0000;
	cursor: pointer;
}

/* Styles for widgets */
#sidebar-left,
#sidebar-right {
	margin-top: 0;
}

.sidebar .widget,
#widget-footer .widget {
	margin-bottom: 3em;
}

.wpb_wrapper .sidebar {
	padding-top: 0;
	padding-bottom: 0;
}


.widgettitleouter {
	margin-bottom: 0;
	padding: 0 0 0.375em 0;
}

.widgettitle {
	font: normal normal 1.250em Arial;
}

.widget ul,
.carousel ul {
	margin: 0;
}

.widget ul li {
	list-style: none;
	text-indent: -16px;
	margin-left: 16px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* This is a workaround: In Webkit there was some space before recent posts list */
.widget.widget_recent_entries ul li {
	display: block;
	text-indent: -20px;
	margin-left: 20px;
}

.widget ul li.menu-item {
	text-indent: 0;
	margin-left: 0;
}

.widget ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	vertical-align: middle;
}

.widget.widget_rss .rssSummary {
	margin-left: 16px;
}

.widget.widget_rss .rss-date {
	font-size: smaller;
}

.widget.widget_recent_entries .post-date {
	font-size: smaller;
}

.widget.widget_nav_menu ul > li:before {
	content: "";
	padding-right: 0;
}

.widget.widget_nav_menu ul li > ul {
	margin: 0;
	padding: 0 0 0 1em;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .50s ease .1s;
	-moz-transition: max-height .50s ease .1s;
	-o-transition: max-height .50s ease .1s;
	transition: max-height .50s ease .1s;
}

.widget.widget_nav_menu ul li:hover > ul {
	max-height: 20em;
}

.widget select,
.wpcf7-form-control-wrap select {
	width: 100%;
	font-size: inherit;
	padding: 0 0 0 6px;
	margin: 0;
	background-color: #fdfdfd;
	border: 1px solid gray;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 40px;
	border-radius: 0;
}

.widget .selectArrow,
.wpcf7-form-control-wrap .selectArrow {
	position: relative;
}

.widget .selectArrow:after,
.wpcf7-form-control-wrap .selectArrow:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 1px;
	top: 1px;
	height: 38px;
	pointer-events: none;
	padding: 8px 8px 0 8px;
	color: gray;
	background: #fdfdfd;
}

.widget select:-moz-focusring,
.wpcf7-form-control-wrap select:-moz-focusring {
 	color: transparent;
 	text-shadow: 0 0 0 #000;
}

select::-ms-expand{
	display: none;
}

.widget .tagcloud {
	font-size: 1em;
}

#searchform {
	position: relative;
}

#searchform label {
	display: none;
}

#searchform input[type=text] {
	font-size: inherit;
	width: 100%;
	padding: 0 10% 0 2%;
	height: 40px;
}

#searchform input[type=submit] {
	position: absolute;
	top: 1px;
	right: 2px;
	width: 1.5em;
	height: 35px;
	padding: 0;
	border: 0;
	background-color: inherit;
	color: #ccc;
	text-align: center;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
}

#searchform input[type=submit]:focus,
#searchform input[type=submit]:hover {
	color: #222;
}

#wp-calendar {
	width: 100%;
	text-align: center;
}

.widget_calendar thead th,
.widget_calendar tbody td {
	padding: 0.500em 0;
	border: 1px solid #dcdcdc;
	text-align: center;
}

.widget_calendar tbody td a {
	font-weight: bold;
}

.widget_calendar caption {
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 1em 0;
	text-align: center;
}

.widget_calendar tfoot {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 0.250em;
}

.widget_calendar tbody td:hover {
	background: #fff;
}

.widget_calendar tfoot td {
	padding: 1em 0;
}

/* Box Shadow effects */
.boxeffect1 {
	padding: 1em 0.5em;
	margin: 0;
	background: #FDFDFD;
	position: relative;
	-webkit-box-shadow: 0 1px 0.250em rgba(0, 0, 0, 0.1), 0 0 2.500em rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 0.250em rgba(0, 0, 0, 0.1), 0 0 2.500em rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 0.250em rgba(0, 0, 0, 0.1), 0 0 2.500em rgba(0, 0, 0, 0.1) inset;
}

.boxeffect1:before,
.boxeffect1:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 1.250em rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 1.250em rgba(0,0,0,0.8);
	box-shadow: 0 0 1.250em rgba(0,0,0,0.8);
	top: 0;
	bottom: 0;
	left: 0.625em;
	right: 0.625em;
	-webkit-border-radius: 6.250em / 0.625em;
	-moz-border-radius: 6.250em / 0.625em;
	border-radius: 6.250em / 0.625em;
}

.boxeffect1:after {
	right: 0.625em;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.boxeffect2 {
	padding: 1em 0.5em;
	margin: 0;
	background: #FDFDFD;
	position: relative;
}

.boxeffect2:before,
.boxeffect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 0.938em;
	left: 0.625em;
	width: 50%;
	top: 80%;
	max-width: 18.750em;
	background: #777;
	-webkit-box-shadow: 0 0.938em 0.625em #777;
	-moz-box-shadow: 0 0.938em 0.625em #777;
	box-shadow: 0 0.938em 0.625em #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.boxeffect2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 0.625em;
	left: auto;
}

.boxeffect3 {
	padding: 1em 0.5em;
	margin: 0;
	background: #FDFDFD;
	position: relative;
	-webkit-box-shadow: 0 1px 0.250em rgba(0, 0, 0, 0.3), 0 0 2.500em rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 0.250em rgba(0, 0, 0, 0.3), 0 0 2.500em rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 0.250em rgba(0, 0, 0, 0.3), 0 0 2.500em rgba(0, 0, 0, 0.1) inset;
}

.boxeffect3:before,
.boxeffect3:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 1.250em rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 1.250em rgba(0,0,0,0.8);
	box-shadow: 0 0 1.250em rgba(0,0,0,0.8);
	top: 0.625em;
	bottom: 0.625em;
	left: 0;
	right: 0;
	-webkit-border-radius: 6.250em / 0.625em;
	-moz-border-radius: 6.250em / 0.625em;
	border-radius: 6.250em / 0.625em;
}

.boxeffect3:after {
	right: 0.625em;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.no-boxshadow .boxeffect1,
.no-boxshadow .boxeffect1:before,
.no-boxshadow .boxeffect1:after,
.no-boxshadow .boxeffect2:before,
.no-boxshadow .boxeffect2:after,
.no-boxshadow .boxeffect3,
.no-boxshadow .boxeffect3:before,
.no-boxshadow .boxeffect3:after {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}

/* Post meta data */
.meta_divider {
	padding: 0 0.5em;
}

.meta-frame {
	padding: 0.375em 0;
	position: relative;
	line-height: 1.45;
}

.meta-frame.overtitle {
	margin-bottom: 0.5em;
}

/* Post format large */
.page h2,
h2.author-title,
h2.comments-title,
.related-posts h2,
h2.archive-title {
	padding: 0 0 0.5em 0;
	margin: 0;
}

.archive-meta {
	padding-bottom: 1em;
}

.postformat-icon {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-right: 0.5em;
}

.postformat-standard:before {
	content: '\f040';
}

.postformat-gallery:before {
	content: '\f03e';
}

.postformat-link:before {
	content: '\f0c1';
}

.postformat-quote:before {
	content: '\f10d';
}

.postformat-status:before {
	content: '\f075';
}

.postformat-video:before {
	content: '\f008';
}

.postformat-audio:before {
	content: '\f001';
}

.postformat-sticky:before {
	content: '\f13d';
}

.post .entry-image,
.post .entry-content,
.post .entry-link,
.post blockquote,
.post .entry-status,
.post .entry-video,
.post .entry-audio,
.author-avatar,
.post .single-meta,
.prevnext,
.comment-reply-title,
.post .author-info {
	margin-bottom: 0.5em;
	margin-top: 0;
}

.post .entry-image{
	text-align: center;
}

.post .related-posts {
	margin-bottom: 2.5em;
	margin-top: 0;
}

.post .entry-title {
	margin-bottom: 0.25em;
	margin-top: 0;
}

blockquote {
	padding: 0.625em 1.250em;
	margin: 0;
}

cite {
	font-variant: small-caps;
}

.entry-link,
.entry-status {
	padding: 1.250em;
	margin: 0;
}

.entry-link a,
.entry-link-single a {
	text-decoration: underline;
}

.entry-link a:hover,
.entry-link-single a:hover {
	opacity: 0.8;
}

#pagination {
	float: right;
	margin: 1em 0;
}

.page-numbers {
	border: thin solid #dcdcdc;
	padding: 0.250em 0.375em;
}

.page-numbers.current {
	background-color: white;
}

.author-avatar {
	float: left;
	padding-right: 1.5em;
}

.nextpostlink {
	float: right;
	display: inline-block;
}

/* Styling comments */
.comments-area .comment-list li.comment,
.comments-area .comment-list li.pingback {
	list-style: none;
}

.comments-area .comment-list .comment-block ol li {
	list-style: decimal;
}

.comments-area .comment-list {
	margin: 0;
}

.comments-area .comment-list ul.children {
	margin-left: 5%;
}

.comments-area .comment-author {
	float: left;
	padding-right: 1.5em;
}

.comments-area .comment-body {
	padding: 0.375em 0;
	position: relative;
	line-height: 1.5;
	margin-bottom: 1em;
}

.comments-area .metafont a, .metafont a {
	text-decoration: none;
}

.comments-area .comment-body:last-child,
.comments-area .comment-body.last {
	border-bottom: none;
}

.comments-area .comment-block,
.post .author-description {
	overflow: hidden;
	position: relative;
}

#cancel-comment-reply-link {
	display: block;
	font-size: large;
}

#reply-title {
	line-height: 2;
	margin-bottom: 1em;
}

input[type="submit"],
button[type="submit"],
.btn-coach-close {
	display: inline-block;
	padding: 0.5em 1em;
	margin-bottom: 0;
	font-size: inherit;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
	border: 1px solid gray;
	width: 100%;
	border-radius: 0;
	line-height: 1.428571429;
	padding: 0.25em 0.5em;
	vertical-align: middle;
}

.post-password-form input,
.post-password-form label {
	margin-top: 1em;
}

.jumbotron {
	background-color: transparent;
}

.jumbotron h2 {
	font-size: 4em;
	line-height: 1;
	color: inherit;
}

.main-content {
	margin-top: 0;
}

.main-content h2 {
	margin-top: 0;
}

#widget-footer {
	padding-top: 2em;
}

#widget-footer a {
	color: inherit;
}

.copyright-footer a {
	color: inherit;
}

.copyright-footer div {
	display: inline-block;
}

.copyright-footer.left > div {
	padding-right: 1.5em;
}

.copyright-footer.center{
	text-align: center;
}

.copyright-footer.center > div {
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.copyright-footer.right > div > div {
	padding-left: 1.5em;
}

#copyright-footer ul li a,
#copyright-footer ul li ul li a {
	text-decoration: none;
	padding: 0 0 0 0.5em;
}

#copyright-footer ul li,
#copyright-footer ul li ul,
#copyright-footer ul li ul li {
	display: inline-block;
	text-indent: 0;
	margin-left: 0;
}

#copyright-footer .widget_nav_menu ul li > ul {
	margin: 0;
	padding: 0 0 0 0.5em;
	max-height: 20em;
}

#copyright-footer ul li:first-child a,
#copyright-footer ul li:first-child ul li a {
	padding-left: 0;
}

#copyright-footer .widget_nav_menu ul li:hover > ul {
	max-height: 20em;
}

.posts-slider .item .image-cont {
	position: relative;
}

.posts-slider .carousel-cap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	background-color: rgba(238,238,238,0.9);
	width: 100%;
	height: 100%;
}

.posts-slider .carousel-cap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.posts-slider .carousel-cap .cap-center {
	display: inline-block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.posts-slider .carousel-cap a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: smaller;
}

.posts-slider .carousel-cap a .fa-stack {
	display: inline-block;
	text-align: center;
}

.posts-slider .carousel-control .glyphicon {
	top: 45%;
}

/* coach-Carousel with rectangles */
.coach-carousel-indicator-left,
.coach-carousel-indicator-right {
	border: 1px solid #555555;
	border-right: none;
	border-bottom: none;
	cursor: pointer;
	display: block;
	left: 30px;
	height: 60px;
	margin-top: -30px;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 60px;
}

.coach-carousel-indicator-left:hover {
	left: 15px;
}

.coach-carousel-indicator-right {
	left: auto;
	right: 30px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.coach-carousel-indicator-right:hover {
	right: 15px;
}

.carousel .carousel-inner.coach-carousel-inner {
	width: 83.33333333%;
}

.carousel.posts-slider .carousel-inner.coach-carousel-inner {
	width:66.66666667%;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

/* fix to show images with mixed content */
.carousel-inner>.item img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
	width: 100%;
}

/* Canvas Menu */
.coach-wrapper {
	position: relative;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}

.coach-wrapper.coach-menu-open {
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate(300px, 0);
	-moz-transform: translate(300px, 0);
	-ms-transform: translate(300px, 0);
	-o-transform: translate(300px, 0);
	transform: translate(300px, 0);
}

.coach-noscroll {
	overflow: hidden;
}

.coach-canvas-navbar {
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 60000;
	visibility: hidden;
	height: 100%;
	width: 300px;
	background: #fdfdfd;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.coach-canvas-navbar.coach-menu-open {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.coach-canvas-navbar .nav li,
.navbar-vertical .nav li {
	list-style: none outside none;
}

.coach-canvas-navbar .nav li > ul,
.navbar-vertical .nav li > ul {
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .70s ease .1s;
	-moz-transition: max-height .70s ease .1s;
	-o-transition: max-height .70s ease .1s;
	transition: max-height .70s ease .1s;
}

.coach-canvas-navbar .nav li.open > ul,
.navbar-vertical .nav li.open > ul {
	max-height: 60em;
}

.coach-canvas-navbar .nav .menu-item-has-children > a:after,
.navbar-vertical .nav .menu-item-has-children > a:after {
	content: '\f0da';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	padding-left: 1em;
}

.coach-canvas-navbar .nav .menu-item-has-children.open > a:after,
.navbar-vertical .nav .menu-item-has-children.open > a:after {
	content: '\f0d7';
}

.coach-canvas-navbar .nav li ul.sub-menu li a,
.navbar-vertical .nav li ul.sub-menu li a {
	display: block;
	width: 100%;
}

.coach-canvas-navbar .nav li a {
	padding: 0.75em 0 0.75em 2em;
}

.navbar-vertical .nav li a {
	padding: 0.75em 0 0.75em 0;
}

.coach-canvas-navbar .nav li ul li a,
.navbar-vertical .nav li ul li a {
	padding: 0.75em 0 0.75em 3em;
}

.coach-canvas-navbar .nav li ul li ul li a,
.navbar-vertical .nav li ul li ul li a {
	padding: 0.75em 0 0.75em 4em;
}

/* Fallback example for browsers that don't support transforms */
.no-csstransforms .coach-canvas-navbar {
	margin-left: -300px;	
}

.no-csstransforms .coach-canvas-navbar.coach-menu-open {
	margin-left: 0;	
}

.no-csstransforms .coach-wrapper.coach-menu-open {
	margin-left: 300px;
}

/* Menu all resolutions */
.navbar-button .navbar-toggle {
	float: left;
	padding: 0;
	border: none;
	border-radius: 0;
}

.navbar-button .navbar-toggle .icon-bar {
	width: 40px;
	height: 6px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}

.navbar-button #logo-small {
	bottom: 0;
	left: 0;
	margin: 8px auto;
	max-height: 42px;
	min-height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	font-size: 18px;
	-webkit-transition: opacity .50s ease .1s;
	-moz-transition: opacity .50s ease .1s;
	-o-transition: opacity .50s ease .1s;
	transition: opacity .50s ease .1s;
	opacity: 0;
}

.navbar-button #logo-small.coach-text-logo {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: 8px auto;
	max-height: 42px;
	min-height: 40px;
	width: auto;
	font-size: 0;
	-webkit-transition: font-size .50s ease .1s;
	-moz-transition: font-size .50s ease .1s;
	-o-transition: font-size .50s ease .1s;
	transition: font-size .50s ease .1s;
}

.coach-sliderafter-header #stickymenu .navbar,
.coach-sliderafter-header #stickymenu .logo-bar,
.coach-sliderafter-header #stickymenu .menu-bar .logo-part {
	-webkit-transition: opacity .50s ease .1s;
	-moz-transition: opacity .50s ease .1s;
	-o-transition: opacity .50s ease .1s;
	transition: opacity .50s ease .1s;
	opacity: 1;
	display: block;
}

.coach-sliderafter-header #stickymenu .col-sm-12 .navbar-button,
.coach-stdafter-header #stickymenu .col-sm-12 .navbar-button {
	-webkit-transition: height .50s ease .1s;
	-moz-transition: height .50s ease .1s;
	-o-transition: height .50s ease .1s;
	transition: height .50s ease .1s;
	height: 50px;
}

.coach-sliderafter-header #stickymenu .col-sm-12 .navbar-button #logo-small,
.coach-stdafter-header #stickymenu .col-sm-12 .navbar-button #logo-small {
	opacity: 1;
}

@media (max-width: 767px) {
.coach-sliderafter-header #stickymenu .col-sm-12 .navbar-button #logo-small.coach-text-logo,
.coach-stdafter-header #stickymenu .col-sm-12 .navbar-button #logo-small.coach-text-logo {
	font-size: 1.5em;
}
}

@media (max-width: 400px) {
.coach-sliderafter-header #stickymenu .col-sm-12 .navbar-button #logo-small.coach-text-logo,
.coach-stdafter-header #stickymenu .col-sm-12 .navbar-button #logo-small.coach-text-logo {
	text-align: left;
}

.coach-sliderafter-header #stickymenu .col-sm-12 .navbar-button .col-xs-6,
.coach-stdafter-header #stickymenu .col-sm-12 .navbar-button .col-xs-6 {
	width: 70%;
}

.coach-sliderafter-header #stickymenu .col-sm-12 .navbar-button .col-xs-6 + .col-xs-3,
.coach-stdafter-header #stickymenu .col-sm-12 .navbar-button .col-xs-6 + .col-xs-3 {
	width: 5%;
}
}

@media (min-width: 768px) {
.coach-sliderafter-header #stickymenu .col-sm-12 .navbar-button #logo-small.coach-text-logo,
.coach-stdafter-header #stickymenu .col-sm-12 .navbar-button #logo-small.coach-text-logo {
	font-size: 2em;
}
}

.coach-std-header #stickymenu .col-sm-12 .navbar-button {
	-webkit-transition: height .50s ease .1s;
	-moz-transition: height .50s ease .1s;
	-o-transition: height .50s ease .1s;
	transition: height .50s ease .1s;
	height: 0;
}

.coach-slider-header .menu-bar,
.coach-slider-header .menu-bar .row,
.coach-slider-header .logo-bar
{
	background-color: transparent;
	border: none;	
}

.coach-slider-header .navbar,
.coach-slider-header .logo-bar,
.coach-slider-header .menu-bar .logo-part {
	opacity: 0;
	display: none;
}

.coach-slider-header .menu-bar .logo-part {
	width: 0;
}

.coach-slider-header .navbar-button,
.coach-slider-header .navbar-button .navbar-toggle {
	display: block;
}

.coach-slider-header .navpad .pull-right {
	float: none;
	width: 100%;
}


/* everything larger than Tablets */
@media (min-width: 992px) {

#wrapper {
	max-width: 970px;
}

.navbar-button {
	height: 0;
}

.coach-sliderafter-header #stickymenu .col-sm-12 .navbar-button,
.coach-stdafter-header #stickymenu .col-sm-12 .navbar-button {
	margin-top: 8px;
	margin-bottom: 8px;
}

.menu-left-right {
	position: relative;
}

.navbar {
	margin: 0;
	min-height: 1em;
	background: none;
	border: none;
	position: relative;
	font: normal normal 1em Arial;
	padding: 0;
	display: block;
	visibility: visible;
}

.navbar .nav {
	margin: 0;
	padding: 0;
	float: left;
}

.navbar .nav li {
	float: left;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 10103;
}

.navbar .nav > li {
	margin: 0 0 0 1px;
}

.navbar .nav > li:first-child {
	margin-right: 0;
}

.navbar .nav li a {
	float: left;
	padding: 0 0 0 1em;
	text-shadow: none;
	text-decoration: none;
	background-color: transparent;
	color: black;
	-webkit-transition: background-color .5s ease .1s;
	-moz-transition: background-color .5s ease .1s;
	-o-transition: background-color .5s ease .1s;
	transition: background-color .5s ease .1s;
}

.navbar .nav li .main-menu-widget {
	float: left;
}

.navbar .nav li .main-menu-widget ul {
	position: static;
	visibility: visible;
	opacity: 1;
	float: left;
}
		

.navbar .nav li .main-menu-widget ul .social-item a{
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.no-touch .navbar .nav li:focus a,
.no-touch .navbar .nav li:hover a {
	color: white;
	background-color: transparent;
}

.navbar .nav .active a,
.navbar .nav .current_page_anchestor a {
	color: white;
	background-color: transparent;
}

/* Level 2 */

.navbar .nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s ease .1s;
	-moz-transition: opacity .35s ease .1s;
	-o-transition: opacity .35s ease .1s;
	transition: opacity .35s ease .1s;
	z-index: 10101;
	background-color: transparent;
	overflow: hidden;
}

.navbar .nav li:hover > ul {
	visibility: visible;
	opacity: 1;
	overflow: visible !important;
}

.navbar .nav li ul.sub-menu li {
	float: none;
	margin-top: 1px;
}

.navbar .nav li ul.sub-menu li a {
	float: none;
	display: block;
	width: 9em;
	color: black;
	background-color: white;
}

.navbar .nav li ul.sub-menu li:focus a,
.navbar .nav li ul.sub-menu li:hover a {
	color: white;
}

/* Level 3 */

.navbar .nav li ul li ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s ease .1s;
	-moz-transition: opacity .35s ease .1s;
	-o-transition: opacity .35s ease .1s;
	transition: opacity .35s ease .1s;
	top: -1px;
	left: 100%;
	margin-left: 1px;
}

.navbar .nav li ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

/* to prevent read more to stay in same line during resize use other class */
.entry-more1 {
	display: inline;
	float: right;
}
} /* end @media (min-width: 768px) */

@media (min-width: 992px) {

#wrapper {
	max-width: 970px;
}
}  /* end @media (min-width: 992px) */

@media (min-width: 1200px) {

#wrapper {
	max-width: 1170px;
}
}  /* end @media (min-width: 1200px) */

/* small screen layout */
@media (max-width: 991px) {

/*html {
    font-size: 81.3%;
}
*/

#logo,
#logo-small,
#tagline {
	margin: 0 auto;
	display: block;
}

.navbar,
.navbar-vertical {
	padding: 0;
	margin-bottom: 5px;
	border: none;
	background: none;
	display: none;
	visibility: hidden;
}

.navbar-button {
	display: block;
	position: relative;
}

.coach-stdafter-header .sticky-fixed .navbar-button #logo-small,
.navpad .navbar-button #logo-small {
	opacity: 1;
}

.coach-slider-header .sticky-fixed .navbar-button #logo-small,
.coach-slider-header .navpad .navbar-button #logo-small {
	opacity: 0;
}

.coach-sliderafter-header #stickymenu .navbar {
	display: none	
}

.entry-more {
	display: block;
	float: none;
}
}  /* end @media (max-width: 991px) */

/* larger than smartphone layout */
@media (min-width: 768px) {
.righttitle {
	text-align: right;
}
} /* end @media (max-width: 767px) */


/* only for switched logo */
@media (max-width: 991px) {
.navpad .pull-right {
	float: none !important;
	width: 100%;
}
}
/* Isotope Filtering */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* Visual Composer styling */

.vc_row-fluid.vc_row-no-padding .vc_column_container {
	padding-bottom: 0;
}

.wpb_wrapper .wpb_heading {
	text-align: center;
	padding: 0.250em;
	margin-bottom: 1em;
}

.wpb_wrapper .vc_separator {
	-ms-word-wrap: normal;
	word-wrap: normal;
}

.wpb_wrapper .wpb_content_element {
	margin-bottom: 0;
}

/* Text element */
.entry-content .wpb_wrapper .wpb_text_column ol {
	padding-left: 1.250em;
}

.entry-content .wpb_wrapper .wpb_text_column ul li {
	text-indent: -1em;
	margin-left: 1em;
}

.entry-content .wpb_wrapper .wpb_text_column ul li:before {
	content: "\f138";
	padding-right: 0.625em;
	font-size: larger;
}

.entry-content .wpb_wrapper ol {
	padding-left: 0;
}

.entry-content .wpb_wrapper ul li,
.entry-content .wpb_wrapper ul.fa-ul li,
.entry-content ul.fa-ul li,
.entry-content .wpb_wrapper ol li {
	margin: 0;
	text-indent: 0;
}

.entry-content .wpb_wrapper ul li:before,
.entry-content .wpb_wrapper ul.fa-ul li:before,
.entry-content ul.fa-ul li:before {
	content: "";
	padding-right: 0;
}

/* Posts Grid */
.wpb_column .wpb_wrapper .post blockquote {
	margin-bottom: 1.5em;
	margin-top: 0;
}

.coach-posts .entry-title a,
.coach-posts .entry-more1 a {
	text-decoration: none;
}

/* WP Widgets */
.entry-content .wpb_wrapper .widget ul li:before {
	content: "\f138";
	padding-right: 0.625em;
	font-size: larger;
}

.wpb_wrapper .widget ul li ul {
	text-indent: -1em;
	margin: 0 0 0 1em;
}

.entry-content .wpb_wrapper .widget li a,
.entry-content .wpb_wrapper .widget_calendar a,
.entry-content .wpb_wrapper .widget_tag_cloud a {
	text-decoration: none;
}

/* Tabs */
.wpb_tabs .wpb_tabs_nav li a {
	margin-right: 1px;
}

.wpb_wrapper .wpb_tour .wpb_tabs_nav li a {
	border-right: none;
	margin-bottom: 1px;
	position: relative;
}

.wpb_wrapper .wpb_tabs.wpb_content_element .wpb_tabs_nav li {
	background: inherit;
}

.wpb_wrapper .wpb_tour div.wpb_tab.ui-tabs-panel {
	padding: 0.5em 1em;
}

.wpb_wrapper .wpb_tour_next_prev_nav {
	display: none;
}

.wpb_wrapper .wpb_content_element .wpb_tabs_nav li {
	white-space: normal;
}

/* Accordion */
.wpb_accordion .wpb_accordion_header:focus {
	outline: none;
}

.wpb_accordion .group h3.wpb_accordion_header {
	margin: 0;
}

.wpb_accordion .wpb_accordion_wrapper .group .ui-icon.ui-icon-triangle-1-s {
	background-image: none;
}

.wpb_accordion .wpb_accordion_wrapper .group .ui-icon.ui-icon-triangle-1-s:before {
	content: '\f146';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	right: 0;
	left: 0.500em;
	top: 0.7em;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding-left: 2.5em;
}

.wpb_accordion .wpb_accordion_wrapper .group .ui-icon.ui-icon-triangle-1-e {
	background-image: none;
}

.wpb_accordion .wpb_accordion_wrapper .group .ui-icon.ui-icon-triangle-1-e:before {
	content: '\f0fe';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

/* FAQ */
.wpb_wrapper .vc_toggle {
	padding-top: 0.625em;
	padding-bottom: 0.625em;
	margin-bottom: 0;
}

/* Post grid */
.wpb_heading.wpb_teaser_grid_heading {
	margin-right: 15px;
	margin-left: 15px;
}

.teaser_grid_container .post-thumb,
.teaser_grid_container .entry-content {
	padding-bottom: 20px;
}

.teaser_grid_container .post-title a {
	text-decoration: none;
}

.teaser_grid_container a.vc_read_more {
	text-decoration: none;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 2em;
}

/* Post slider */
.wpb_posts_slider .post-title a {
	text-decoration: none;
}

/* CTA Button 2 */
.wpb_wrapper .vc_call_to_action {
	background-color: #fdfdfd;
	border: 1px solid #ebebeb;
	padding: 2em;
}

.wpb_wrapper .vc_button-2-wrapper {
	display: block;
}

/* Section dividers */
.main-content .coach-section {
	position: relative;
}

.main-content .coach-section::before,
.main-content .coach-section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/* triangle-top and triangle-bottom */
.triangle-top::before,
.triangle-bottom::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.triangle-top::before {
	top: -25px;
	background: inherit;
}

.triangle-bottom::after {
	bottom: -25px;
	z-index: 10;
	background: inherit;
}

/* halfcircle-top and halfcircle-bottom */
.halfcircle-top::before,
.halfcircle-bottom::after {
	left: 50%;
	z-index: 10;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: inherit;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.halfcircle-top::before {
	top: -50px;
}

.halfcircle-bottom::after {
	bottom: -50px;
}

/* roundedcorners-bottom */
.roundedcorners-bottom::before {
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 60px;
	border-radius: 0 0 60px 60px;
	background: inherit;
}

/* roundedsplit-top and roundedsplit-bottom */

.roundedsplit-top::before,
.roundedsplit-top::after {
	top: -70px;
	left: 0;
	z-index: 10;
	width: 50%;
	height: 70px;
	background: inherit;
}

.roundedsplit-top::before {
	border-radius: 0 80px 0 0;
}

.roundedsplit-top::after {
	left: 50%;
	border-radius: 80px 0 0 0;
}

.roundedsplit-bottom::before,
.roundedsplit-bottom::after {
	bottom: -70px;
	left: 0;
	z-index: 10;
	width: 50%;
	height: 70px;
	background: inherit;
}

.roundedsplit-bottom::before {
	border-radius: 0 0 80px 0;
}

.roundedsplit-bottom::after {
	left: 50%;
	border-radius: 0 0 0 80px;
}

/* roundedges-top and roundedges-bottom */

.roundedges-top::before,
.roundedges-top::after {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: inherit;
	top: -50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.roundedges-top::before {
	left: -50px;
}

.roundedges-top::after {
	right: -50px;
}

.roundedges-bottom::before,
.roundedges-bottom::after {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: inherit;
	bottom: -50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.roundedges-bottom::after {
	left: -50px;
}

.roundedges-bottom::before {
	right: -50px;
}

@media print {

a[href]:after {
	content: none;
}
}

/* Coach Canvas Navbar Mega Menu */
.coach-canvas-navbar #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item,
.coach-canvas-navbar #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > ul.mega-sub-menu,
.coach-canvas-navbar #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item,
.coach-canvas-navbar #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	width: 100% !important;
}

.coach-canvas-navbar #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	top: auto;
	left: auto;
	right: auto;	
}

.coach-canvas-navbar #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
.coach-canvas-navbar #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item.mega-toggle-on ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
	position: static;
}
