body {
	overflow-x: hidden;
	font-family: 'Droid Sans', sans-serif;
	background: #f8f8f8;
}
p {
	font-size: 17px;
}
p.small {
	font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
}
.img-centered {
	margin: 0 auto;
}
header {
	text-align: center;
	color: #fff;
	background: #18bc9c;
}
header .container {
	padding-top: 100px;
	padding-bottom: 50px;
}
header img {
	display: block;
	margin: 0 auto 20px;
}
header .intro-text .name {
	display: block;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-size: 2em;
	font-weight: 700;
}
header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
	background-color: #555;
}
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #555;
}
.navbar-default .navbar-brand {
	color: #FFF;
}
.navbar-default .navbar-brand:hover {
	color: #FFF;
}
.navbar-default .navbar-brand:focus {
	color: #FFF;
}
.navbar-toggle {
	color: #FFF;
}
.circle-box {
	max-width: 380px;
}
/* centered columns styles */
.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}
#map-canvas {
	height: 400px;
}
.contact-box {
	margin-bottom: 10px;
}
.errormessage {
	padding-left: 0px;
	color: #F00;
	margin-top: 5px;
	background-color: white;
	padding: 5px;
	border-color: #C00;
	border-radius: 5px;
	margin-bottom: 5px;
	display: none;
}
.char-counter {
	float: right;
	margin-bottom: 10px;
	font-size: small;
}
.img-container-model {
	position: relative;
	padding: 0px 0px 31%;
	height: 0;
	overflow: hidden;
}
.img-container-model img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-header {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.col-prod-line {
	display: table-cell;
}
.col-prod {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}

@media(min-width:768px) {
header .container {
	padding-top: 200px;
	padding-bottom: 100px;
}
header .intro-text .name {
	font-size: 4.75em;
}
header .intro-text .skills {
	font-size: 1.75em;
}
}

@media(min-width:768px) {
.navbar-fixed-top {
	padding: 15px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-fixed-top .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.navbar-fixed-top.navbar-shrink {
	padding: 4px 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
	font-size: 1.5em;
}
}
.navbar {
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	background: #333333;
}
.navbar a:focus {
	outline: 0;
}
.navbar .navbar-nav {
	letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
	outline: 0;
}
.navbar-default, .navbar-inverse {
	border: 0;
}
section {
	padding: 100px 0;
}
section h2 {
	margin: 0;
	font-size: 3em;
}
section.success {
	color: #fff;
	background: #afaea8;
}

@media(max-width:991px) {
#about {
	padding: 50px 0px;
}
}

@media(max-width:767px) {
section {
	padding: 75px 0;
}
section.first {
	padding-top: 75px;
}
#about {
	padding: 20px 0px;
}
.about-circle {
	padding: 8px 10px;
}
}
.btn-outline {
	margin-top: 15px;
	border: solid 2px #fff;
	font-size: 20px;
	color: #fff;
	background: 0 0;
	transition: all .3s ease-in-out;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	border: solid 2px #fff;
	color: #18bc9c;
	background: red;
}
footer {
	color: #fff;
}
footer h3 {
	margin-bottom: 30px;
}
footer .footer-above {
	padding-top: 50px;
	background-color: #2c3e50;
}
footer .footer-col {
	margin-bottom: 50px;
}
footer .footer-below {
	padding: 25px 0;
	background-color: #233140;
}
.btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}
.btn:focus, .btn:active, .btn.active {
	outline: 0;
}
.scroll-top {
	z-index: 1049;
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
}
.scroll-top .btn {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 28px;
}
.scroll-top .btn:focus {
	outline: 0;
}
/*
Code  Webmeisterz Begin

 */
/* img overlay */

#slider {
	margin-top: 38px !important;
}
.img-wrapper {
	position: relative;
}
.img-overlay {
	border: 5px solid #afaea8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.vertical-margin-40 {
	margin: 40px 0 !important;
}
.vertical-margin-50 {
	margin: 50px 0 !important;
}
.vertical-margin-60 {
	margin: 60px 0 !important;
}
.vertical-margin-70 {
	margin: 70px 0 !important;
}
.vertical-margin-80 {
	margin: 80px 0 !important;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.title-section {
	text-align: center;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}
.title-section span {
	font-size: 36px;
	font-weight: 800;
	text-transform: capitalize;
	padding: 0 20px;
	background: #afaea8;
	color: #fff;
}
.title-section {
	background: url(../img/headerline.png) repeat-x center center;
}
.title-section2 {
	background: url(../img/headerline.png) repeat-x center center;	
}
.title-section2 span {
	background: #555555;
	color: #fff;
}
.title-section2 span {
	font-size: 36px;
	font-weight: 800;
	text-transform: capitalize;
	padding: 0 20px;
}
.title-section2 {
	text-align: center;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}
.productthumb {
	margin-top: 15px;
}
.productthumb img {
	width: 100%;	
}
/* jssor slider bullet navigator skin 21 css */
	/*
.jssorb21 div           (normal)
.jssorb21 div:hover     (normal mouseover)
.jssorb21 .av           (active)
.jssorb21 .av:hover     (active mouseover)
.jssorb21 .dn           (mousedown)
*/
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	background: url(../img/jssorimg/b21.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb21 div {
	background-position: -5px -5px;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -35px -5px;
}
.jssorb21 .av {
	background-position: -65px -5px;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -95px -5px;
}
/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l              (normal)
.jssora21r              (normal)
.jssora21l:hover        (normal mouseover)
.jssora21r:hover        (normal mouseover)
.jssora21ldn            (mousedown)
.jssora21rdn            (mousedown)
*/
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../img/jssorimg/a21.png) center center no-repeat;
	overflow: hidden;
}
.jssora21l {
	background-position: -3px -33px;
}
.jssora21r {
	background-position: -63px -33px;
}
.jssora21l:hover {
	background-position: -123px -33px;
}
.jssora21r:hover {
	background-position: -183px -33px;
}
.jssora21ldn {
	background-position: -243px -33px;
}
.jssora21rdn {
	background-position: -303px -33px;
}
/* jssor slider bullet navigator skin 18 css */
/*
.jssorb18 div           (normal)
.jssorb18 div:hover     (normal mouseover)
.jssorb18 .av           (active)
.jssorb18 .av:hover     (active mouseover)
.jssorb18 .dn           (mousedown)
*/
.jssorb18 div, .jssorb18 div:hover, .jssorb18 .av {
	background: url(../img/jssorimg/b21.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb18 div {
	background-position: -3px -3px;
}
.jssorb18 div:hover, .jssorb18 .av:hover {
	background-position: -33px -3px;
}
.jssorb18 .av {
	background-position: -63px -3px;
}
.jssorb18 .dn, .jssorb18 .dn:hover {
	background-position: -93px -3px;
}
.jssorb18 .n {
	display: none;
	color: #000;
}
.jssorb18 div:hover .n, .jssorb18 .av .n, .jssorb18 .av:hover .n, .jssorb18 .dn .n {
	display: block;
}
#producten {
	background: url(../img/paralex/paralex6.jpg) 0% 0px repeat fixed;
}
#dames {
	background: #555555;
}
ul.nav a:hover {
	background: #222222;
	color: #fff !important;
}

@media(min-width:1950px) {
#producten {
	background-size: cover;
}
}
			
/*
Code  Webmeisterz end

 */
