@CHARSET "ISO-8859-1";
/*
	CSS for SMIB Frontend Application
	#4763AE ==> #4763AE
*/

/* Fonts (font-family: 'Open Sans', sans-serif;) */
body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
body.bg {
	background: url(../images/stoelmassagesinbedrijf-hero-3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
body.bg div.container.bg {
	background-color: rgba(255, 255, 255, 0.9);
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
p, ul li {
	font-size: 16px;
	line-height: 24px;
}
blockquote p {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
}

/* Color schema */
.navbar-default {
	background-color: #6e6387;
	border-bottom: none;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{color:#fff;}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{color:#fff;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #6e6387;
}

/* Nav */
ul.nav li {
	text-transform: lowercase;
}

/* Hero */
.jumbotron {
	/* background: url(../images/subsidiepraktijk-hero.jpg); */
	background: url(../images/stoelmassagesinbedrijf-hero-3.jpg);
	background-size: cover; /* 100% auto; */
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 50px;
}
.jumbotron h1 {
	text-shadow: 1px 2px 3px #666;
}
.sub-hero p {
	font-size: 21px;
	font-weight: 200;
}

/* Content */
.container.logo {
	text-align: center;
	padding: 30px 0;
}
.container.action {
	text-align: center;
	background: #6e6387;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container.testimonial {
	padding: 30px 15px;
}
.container.nohero {
	margin-top: 60px;
}
.container.hero {
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: 60px;
	text-align: center;
	padding: 20px 0;
}
.container.extra {
	margin-top: 30px;
}
a.more {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	border: 1px solid #6e6387;
	background: #6e6387;
	margin-bottom: 20px;
	margin-top: 15px;
	border-radius: 6px;
}
a.more span {
	font-weight:bold;
}

/* Footer */
.footer .container {
	margin-top: 20px;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	background-color: #555 !important;
}
.footer ul {
	list-style: none;
	padding-left: 0px;
}
.footer ul li {
	float: left;
	margin-right: 10px;
	color: #f5f5f5;
}
.footer ul li a {
	color: #f5f5f5;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer ul li.login a {
	color: lightgray;
}

/* Images */
img.iris {
	max-width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
img.logo {
	max-width: 300px;
}
img.photo {
	max-width: 300px;
}
img.photo.pull-right {
	margin-left: 15px;
	margin-bottom: 15px;
}

/* Links and buttons */
a.call-to-action {
	margin: 10px 0 20px;
}

/* Rathes */
table.rates {
	width: 95%;
	font-size: 16px;
	line-height: 24px;
	margin: 25px;
}
table.rates td {
	padding: 3px 7px;
	text-align: left;
	vertical-align: text-top;
}
table.rates td.descr {
	font-weight: bold;
	width: 50%;
}
table.rates td.descr.sub {
	font-weight: normal;
}
table.rates td.rate {
	text-align: left;
	width: 20%;
	white-space: nowrap;
}

/* specials */
h1.leader, h3.slogan {
	color: #6e6387;
}
h1.leader {
	font-weight: bold;
	line-height: 1.2em;
}
h1.leader span {
	display: block;
	/*color: darkgrey;*/
	font-weight: normal;
}
h3.slogan {
	font-style: italic;
}

a.back-to-top {
	float: right;
	color: #6e6387;
}
a.back-to-top i.fa-arrow-up {
	text-decoration: underline;
}

/* responsive */
@media (max-width: 767px) {
	h1 {
		font-size: 28px;
	}
	body.bg div.container.bg {
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer li {
		display: block;
	}
}

/* iframe */
#contact-form iframe {
	width: 100%;
	height: 600px;
	overflow: hidden;
	border: none;
}