.pe-main {
	background: rgb(33, 37, 41);
}

.bg-km {
	background-color: #333 !important;
}

.km-main .btn-primary,
.km-main .btn-primary:active {
    background-color: #149dcc !important;
    border-color: #149dcc !important;
    color: #ffffff !important;
}
.km-main .btn-primary:hover,
.km-main .btn-primary:focus,
.km-main .btn-primary.focus,
.km-main .btn-primary.active {
    color: #ffffff !important;
    background-color: #0d6786 !important;
    border-color: #0d6786 !important;
}
.km-main .btn-primary.disabled,
.km-main .btn-primary:disabled {
    background-color: #149dcc !important;
    border-color: #149dcc !important;
    color: #ffffff !important;

    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

body.km-main {
	font-family: 'Rubik', sans-serif;
	padding-top: 76px;
}
body.km-main.km-noheader {
    padding-top: 0;
}

body.km-main a,
body.km-main a:hover {
	color: #149dcc;
	text-decoration: none;
}

.navbar-brand {
	padding:0;
}

@media (min-width: 1200px) {
	.navbar.km-st .container {
		max-width: 1600px;
	}
}

.navbar.km-st .navbar-collapse .nav-link,
.navbar.km-st .navbar-collapse .btn {
	font-weight: 500;
}

.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}
.navbar .btn .mbr-iconfont {
    font-size: 1.6rem;
}
.navbar.km-st .btn {
    padding: 0.4rem 1.5rem;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
}

a.btn.km-btn:hover,
a.btn.km-btn:focus,
.km-intro-contact .km-btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.km-btn-white, .km-btn-white:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #808080 !important;
}
.km-btn-white:hover, .km-btn-white:focus, .km-btn-white.focus, .km-btn-white.active {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.km-btn-md {
    padding: 1rem 3rem;
    /*border-radius: 3px;*/
	
	font-weight: 500;
    letter-spacing: 1px;
    /*margin: .4rem .8rem !important;*/
    margin: .4rem .8rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.km-bg-light-lr {
	background-color: #efefef;
    background: linear-gradient(45deg, #efefef, #b2ccd2);
}
.km-bg-blauw {
	background-color: #1a7ea1;
}
.km-bg-blauw .line {
	background-color: #ffffff;
    color: #ffffff;
    height: 2px;
    margin: 0 auto;
}
.km-bg-white {
	background-color: #fff;
}
.km-bg-blgr-tb {
    background-color: #1a7ea1;
    background: linear-gradient(0deg, #1a7ea1, #ffffff);
}


.km-intro1 {
	padding-top: 50px;
    padding-bottom: 60px;
}
.km-intro2 {
	padding-top: 60px;
    padding-bottom: 60px;
}
.km-intro2 .inner-container {
	margin: 0 auto;
}

.km-intro-contact {
    padding-top: 90px;
    padding-bottom: 90px;
}
    .km-intro-contact-msgs {
        padding-top: 0;
        padding-bottom: 90px;
    }
.km-intro-contact .km-title,
.km-intro-contact .km-subtitle {
    font-weight: 300;
}
.km-intro-contact .km-title {
    font-size: 3rem;
    line-height: 1.2;
}
.km-intro-contact .km-subtitle {
    font-size: 1rem;
    line-height: 1.3;
    color: #767676;
}
.km-intro-contact .form-group label {
    margin-bottom: .375em;
}
.km-intro-form .form-control,
.km-intro-form .form-control:focus {
    border: 1px solid #e8e8e8;
}
.km-intro-form .form-control {
    background-color: #f5f5f5;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1.07em .5em;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-weight: 400;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.km-intro-form textarea.form-control {
    min-height: 180px;
    height: auto;
}

.km-extra1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.km-extra-well {
    padding-top: 45px;
    padding-bottom: 45px;
}
.km-list-bul {
    color: #767676;
}
.km-list-bul ul>li {
    margin-bottom: 1rem;
    list-style: none;
}
.km-list-bul ul>li:before {
    position: absolute;
    left: 0;
    margin-top: -10px;
    padding-top: 3px;
    content: '';
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 20px;
    color: #ffffff;
    background: #1a7ea1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.km-extra2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efefef;
    line-height: 1.6;
}
.km-text-lighter {
    color: #767676;
}
.km-text-w-n {
    font-weight: normal;
}
.km-text-w-light {
    font-weight: 300;
}
.km-text-subt {
    line-height: 1.3;
}
.km-extra3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FFF;
    line-height: 1.6;
}
.km-extra3 .display-2 {
    line-height: 1.6;
}
.km-live-login {
    padding-top: 60px;
    padding-bottom: 60px;
}
.km-live {
    padding-top: 45px;
    padding-bottom: 0;
}
.km-live-vp {
    /*padding-top: 60px;*/
    padding-bottom: 60px;
}

.km-text .km-sectitle {
    line-height: 1.2;
}
.km-text .display-1 {
    font-size: 4.25rem;
    line-height: 1;
}
.km-text .display-2 {
    font-size: 3rem;
}
.km-text .display-7 {
    font-size: 1rem;
}
.km-extra-well strong,
.km-intro2 strong {
    font-weight: bold;
}
.km-extra-well h2,
.km-intro2 h2 {
    color: #efefef;
}
.km-text .display-5 {
    font-size: 1.5rem;
    /*font-weight: normal;*/
}
.km-extra-well .km-btn-md,
.km-intro2 .km-btn-md {
    margin: 0 0 .5rem 0;
    line-height: 1;
}



.km-intro-h1 {
	color: #1a7ea1;
	font-size: 3rem;
	font-style: normal;
    line-height: 1.2;
	font-weight: 300;
}
.km-intro-text {
	color: #767676;
}
.km-intro-text p {
	font-size: 1.5rem;
	font-style: normal;
    line-height: 1.6;
}

.km-intro2-text {
	padding: 2rem 0;
	font-size: 1.5rem;
}


.km-footer {
	padding-top: 45px;
    padding-bottom: 45px;
	color: #767676;
}
.pe-main .km-footer {
	padding-top: 0;
    padding-bottom: 0;
	color: #767676;
	text-align: center;
}
.km-footer-cp {
	font-size: 1rem;
	font-style: normal;
    line-height: 1.6;
}
.pe-main .km-footer-cp {
	margin-top: 1rem;
}
.km-footer-cp a {
    text-decoration: none;
}






