body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 300;
	width: 100vw !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 42px;
	color: #444;
}
h3, h4 {
	font-size: 22px;
	font-weight: 400;
	font-weight: 300;
	color: #444;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
body a {
	color: #ef647f;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #ef647f;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
	width: inherit !important;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 20px;
	color: #444;
	font-weight: 500;
	display: inline-block;
	background: url('../img/fitworks_logo.svg');
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center center;
	width: 10vw;
	text-indent: -100em;
}
#menu a.navbar-brand i.fa {
	color: #ef647f;
	vertical-align: top;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #444;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ef647f;
}
.on {
	background-color: #f6f6f6 !important;
	border-bottom: 1px solid #ddd !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ef647f !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ef647f;
	border-color: #ef647f;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #ef647f;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 2px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff !important;
	background-color: #444;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_1400.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
@media (orientation: landscape) and (max-width: 1600px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_1400.jpg); }
}
@media (orientation: landscape) and (max-width: 1400px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_1204.jpg); }
}
@media (orientation: landscape) and (max-width: 1250px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_1004.jpg); }
}
@media (orientation: landscape) and (max-width: 960px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_803.jpg); }
}
@media (orientation: landscape) and (max-width: 600px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_556.jpg); }
}
@media (orientation: landscape) and (max-width: 250px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_200.jpg); }
}
@media (orientation: portrait) and (max-height: 1600px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_1400.jpg); }
}
@media (orientation: portrait) and (max-height: 1400px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_1204.jpg); }
}
@media (orientation: portrait) and (max-height: 1250px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_1004.jpg); }
}
@media (orientation: portrait) and (max-height: 960px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_803.jpg); }
}
@media (orientation: portrait) and (max-height: 600px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_556.jpg); }
}
@media (orientation: portrait) and (max-height: 250px) {
	.intro { background-image: url(../img/FrauMitMinibandInPhysioPraxis_lowres_w_200.jpg); }
}
.intro .overlay {
	background: rgba(255,255,255,0.2);
}
.intro h1 {
	color: #ef647f;
	font-size: 74px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 1px 1px #777;
	padding-top: 100px;
}
.intro p {
	color: #444;
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 40px;
	font-weight: bold;
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
	text-align: center;
}
/* About Section */
#about {
	padding: 120px 0;
}
#about h3 {
	font-size: 22px;
}
#about .about-text {
	margin-left: 10px;
	margin-top: 20px;
}
#about img {
	display: inline-block;
	border-color: #ef647f;
	border-radius: 20px;
	padding: 20px;
}
#about .about-text li {
	font-size: 16px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: "✓";
	color: #ef647f;
	padding-right: 10px;
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
/* Services Section */
#services {
	padding: 120px 0;
	background: #f6f6f6;
}
#services h4 {
	text-transform: uppercase;
}
#services .fa {
	font-size: 48px;
	margin: 20px 0;
	color: #ef647f;
}
/* Pricing Section */
#pricing {
	padding: 120px 0 140px 0;
}
#pricing .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
}
#pricing .row {
	margin-top: 100px;
}
#pricing .pricing-table:hover {
	z-index: 2;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#pricing .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}
#pricing .pricing-table.highlight-plan .plan-name {
	background-color: #ef647f;
	padding: 25px 0;
	border-radius: 4px 4px 0 0;
}
#pricing .pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}
#pricing .pricing-table.highlight-plan .plan-signup {
	background-color: #ef647f;
	padding: 30px 0;
	border-radius: 0 0 4px 4px;
}
#pricing .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
	border-color: #fff;
	color: #fff;
}
.pricing-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.05) inset;
	border-bottom: 1px solid #eee;
}
.pricing-table .plan-name h3 {
	font-weight: 300;
	font-size: 32px;
}
.pricing-table .plan-price {
	padding: 25px 0;
}
.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 52px;
	color: #444;
}
.pricing-table .plan-price .price-value span {
	font-size: 18px;
	line-height: 18px;
}
.pricing-table.btn-system.border-btn {
	border-color: #ef647f;
	color: #ef647f;
}
.pricing-table .plan-list li {
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.pricing-table .plan-list strong {
	font-weight: 400;
}
.pricing-table .btn-system {
	padding: 10px 25px;
	display: inline-block;
	color: #fff;
	background-color: #ef647f;
	margin-right: 5px;
	font-size: 16px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
}
.pricing-table .btn-system:hover, .pricing-table .btn-system.border-btn:hover {
	background-color: #444;
}
.pricing-table .btn-system:last-child {
	margin-right: 0;
}
.pricing-table .btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
}
.pricing-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}
.pricing-table .plan-signup {
	padding: 25px 0;
}
.pricing-table .plan-signup a {
	text-transform: uppercase;
}
/* Contact Section */
#contact {
	padding: 120px 0 60px 0;
	background: #F6F6F6;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #ef647f;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #444;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #e6e6e6;
	/*color: #888;*/
	color: #3e3e3e;
	padding: 30px 0 25px 0;
	border: 1px solid #fff;
}
#footer p {
	font-size: 15px;
}
#footer a {
	color: #3e3e3e;
}
#footer a:hover {
	color: #ef647f;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}


/************************/
/** SIMON ADDED STYLES **/

.image-fader img {
	position: relative;
}

.image-fader .next-image {
	position: absolute;
}

.row-spacing {
	padding-top: 10vh;
}

@media screen and (max-width: 768px) {
	#menu a.navbar-brand {
		width: 25vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
	#menu a.navbar-brand {
		width: 15vw;
	}
}

/* fix missing background color of nav on small screens */
@keyframes fade-bg-color {
	from {background-color: rgba(246, 246, 246, 0);}
	to {background-color: rgba(246, 246, 246, 1);}
}
.navbar-collapse.in {
	background-color: rgb(246, 246, 246);
	animation-name: fade-bg-color;
	animation-duration: 0.2s;
}



/* override neg margin of logo header in small res */
@media screen and (max-width: 767px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-left: -8px;
		margin-right: -8px;
	}
}


/* reduce height of intro image on small landscapes (see portrait below) */
/* 812 px is the width of iPhone x */
@media screen and (orientation: landscape) and (max-width: 812px) {
	.intro .row {
		height: 90vh;
	}
	.intro .intro-text {
		padding-top: 12vh;
	}
	.intro .intro-text h1 {
		font-size: 58px;
		margin-bottom: -7px;
	}
	.intro .intro-text p {
		margin-bottom: -20px;
	}
}

/* 414 px is the width of iPhone 6/7/8 Plus */
@media screen and (orientation: portrait) and (max-width: 414px) {
/* reduce height of intro image on small portrait (see landscape above) */
	.intro .row {
		height: 90vh;
	}
	.intro .intro-text {
		padding-top: 30vh;
	}
	.intro .intro-text h1 {
		font-size: 58px;
		margin-bottom: -7px;
	}
	.intro .intro-text p {
		margin-bottom: 0;
	}
/* get headers closer to previous section */
	#about, #contact {
		padding: 50px 0;
	}
/* get parts of "about" closer together */
	.row-spacing {
		padding-top: 4vh;
	}
}

