body {
    background:#ddd;
    /*background:url('../images/bg-mbt.jpg') repeat-y;*/
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5 {
font-family: 'Oswald', sans-serif;
}

h1, h2, h3 {
    color:#333;
}

h2 span.color {
    color:#ffff47;
    font-size:100%;
}


section { margin:20px 0px;}



/* Diverse styling
*********************/
#header-topbar .login {
    padding-top:43px;
}


@media (min-width:769px) and (max-width: 991px){
    #header-topbar .login {
        padding-top:30px;
    }
}

@media (min-width:581px) and (max-width: 768px){
    #header-topbar .login {
        padding-top:10px;
    }}

@media (min-width:381px) and (max-width: 580px){
    #header-topbar .login {
        padding-top:9px;
    }
}

@media (min-width:100px) and (max-width: 380px){
    #header-topbar .login {
        padding-top:11px;
    }
}

.main-color {/*color:#ffff47;*/
color: #333;
}
.main-color:hover {
    color:#333;
}


.btn {
    padding:10px 20px;
    color:#333;
    text-align: center;
    border-radius:0px;
    transition: all .3s ease;
    font-family: 'Oswald', sans-serif;
}

.btn:hover {
    color:#000;
}

.btn-standard {
    background:#ffff47;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    display:block;
}

.btn-standard:hover {
    background:#e0e02a;
}


.btn.read-more {
    float:right;
}

.teaser-btn {
    width: 20%;
    float: right;
    border: 1px solid rgba(0,0,0,0.5);
}


.bg-white { background:#fff;}

.p-20 { padding:20px;}
.p-30 { padding:30px;}
.p-40 { padding:40px;}
.p-50 { padding:50px;}
.m-top-20 { margin-top:20px;}

.title{
    margin-top:0px;
    margin-bottom: 0px;
}

div#top-menu {
    padding-bottom: 100px;
}


/* Topbar
*********************/

.topbar {
    background:#fff;
    color:#000;
    height: 100%;
}

.topbar a {
    color:#000;
    margin:2px 5px;
}g

.logo img {
    width:100%;
    margin:0px;
    max-width: 296px;
    margin-top: -3px;
}

.navbar-brand {
    height: 50px;
    padding: 1px 15px;
}




/* NAVBAR
*********************/

.navbar {
    background:#333;
    border:none;
    border-radius:0px;
    margin:0px;
}

.navbar-collapse {
	border: none;
	box-shadow: none;
}

.navbar-default .navbar-nav>.active>a {
    background:#fff;
    color:#000;
}

.navbar-default .navbar-nav>li>a {
    color:#fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: #fff;
    color:#000;
}

.navbar-default .navbar-nav>li:focus,
.navbar-default .navbar-nav>li:hover {
    background: #fff;
    color:#000;
}

.navbar-nav .open .dropdown-menu,
.dropdown-menu>li>a {
    background:#ffff47;
    color:#000;
    font-family: 'Oswald', sans-serif;
    min-height: 50px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    line-height: 40px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background: #e0e02a;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color:#000;
    background:#fff;
}


.navbar-default .navbar-toggle {  border:none;}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover { background:transparent; }

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color:#000;
}

#header-topbar {
	position: relative;
    z-index: 999;
    width:100%;
}

#header-navbar {
	position: absolute;
    z-index: 999;
    width: 100%;
}

ul.dropdown-menu {
    padding: 0;
    background: #ffff47;
}
/* Section Intro / slider
*****************************/

section.intro {
    position: relative;
    margin-top: 0px;
}


section.intro.fullsize .header-bg {
    background:url('../images/header.jpg') no-repeat center center;
    background-size:cover;
    height:600px;
}

.intro-text {
    position: absolute;
    height: 100%;
    top: 0px;
}

.intro-block {

    padding:20px;
    top:30px;
    color:#000;
    text-shadow:0px 0px 10px rgba(0,0,0,0.55);
}

.intro-block h2 {
    color: #fff;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -1px;
    line-height: 57px;
}

.intro-block p {
    margin-top:20px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 5px;
}


section.intro-content h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    color: #333;
    margin-top: 0px;
}

section.intro-content h2:hover {
    color: #333;
}



/* OWl sliders
*************************************************/



#owl-slider > div.owl-stage-outer > div > div.owl-item.active > div > img {
    max-height: 450px;
    height: auto;
    object-fit:cover;
}

.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 9999;
}

.owl-prev {
    background: #fff;
    padding:5px 12px;
    left:-10px;
    position: absolute;
}

.owl-next {
    background: #fff;
    padding:5px 12px;
    right:-10px;
    position: absolute;
}

.owl-prev:hover, .owl-next:hover {
    background:#ffff47!important;
    color:#000;
}


.owl-dots {
    text-align: center;
    margin-top:-20px;
    position: relative;
}

.owl-dot {
    width: 14px;
    height: 13px;
    margin: 2px;
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span {
    background:#e0e02a;
    width: 12px;
    height: 10px;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    display:block;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background:#e0e02a;
    width: 12px;
    height: 10px;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);

    display:block;
}

.owl-theme .owl-dots .owl-dot span {
    background:#ffff47;
    width: 12px;
    height: 10px;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    background: #ffff47;
    display:block;
}

.owl-stage-outer {
    margin-bottom: 0px;
    max-height: 450px;
}




/* Section Teasers
*****************************/


.teaser {
    background:#fff;
    margin-top:20px;

}

.teaser-content {
    padding:0px 20px 60px;
}

.teaser h2 {
    font-size:24px;
}

.teaser a.read-more {
    position: absolute;
    bottom: 20px;
    right: 35px;
    border: 1px solid rgba(0,0,0,0.5);
}

.teaser img {
    border-bottom: 3px solid #ffff47;
    height: 230px;
    width: 100%;
    object-fit: cover;
}


/* INSTAGRAM
**************************/


#instafeed > a > img.instagram {
  margin-bottom:30px;
  transition: all 0.15s ease!important;
  border: 3px solid #fff;


}

#instafeed > a > img.instagram:hover {
  border: 3px solid #ffff47;
  opacity: 0.96;
  padding:2px;
  transform: scale(0.99);
}


/* Section Comments
******************************/
.message-item {
    margin-bottom: 25px;
    position:relative;
    border: 1px solid #E6E9ED;
    border-left: 3px solid #ffff47;
}

.message-item .message-inner {
    background: #fff;
    padding: 20px;
    position: relative;
}

.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.user-detail img.avatar {
    width: 40px;
    float: left;
    margin-right: 15px;
}

img.avatar {
    border-radius: 50%;
}

.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.message-footer {
    padding-bottom: 15px;
}

.comment-btn {
    float: right;
    width: 15%;
    margin-top: 25px;
    border: 1px solid rgba(0,0,0,0.5);
}

/* Section News
******************************/


.message-when {
    font-style: italic;
}


.news-title h4 a{
    color: #ffff47;
}

.news-title a:hover {
    text-decoration: none;
    color: #e0e02a;
}

.news-title h4{
    margin-top: 0px;
    margin-bottom: 5px;
}

.news-title h2{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 28px;
}

img.detail-img {
    max-height: 350px;
}

.date-text{
    font-size: 20px;
}

/* Section Poll
******************************/

.btn-vote {
    border: none;
    padding: 10px 20px;
    display: block;
    text-align: center;
    margin-top: 2px;
}

.poll-title {
    margin-top: 0px;
}

.home-box {
    min-height: 400px;
    margin-bottom: 0px;
    width:100%;
    padding: 20px 15px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
}

.progress{
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

/* Section Leden
******************************/
ul.member-list{
    margin: 0;
    list-style: none;
    display: block;
    float: none;
    clear: both;
    margin-left: -40px;
}

ul.member-list li {
    background-color: #000;
    overflow: hidden;
    display: table;
    width: 100%;
    line-height: 1.5em;
    transition: color 0.15s, background-color 0.15s;
    list-style: none inside;
    margin-bottom: 10px;
    max-height: 150px;
    color: #fff;
}

ul.member-list li div.member-image {
    display: inline-block;
    margin-right: 10px;
    height: auto;
    max-width: 150px;
    width: 100%;
}

.member-name h4 a{
    color: #333;
}

.member-name a:hover {
    text-decoration: none;
    color: #000;
}

table.member-table > tbody > tr > td {
    border: none;
}

table.member-table tr:nth-child(odd){
    background-color: #ccc;
}

table.member-table tr:nth-child(even){
    background-color: #eee;
}


.page-title {
    margin-top: 0px;
}

.member-title {
    margin-top: 2px;
    margin-bottom: 5px;
}

.member-item h4 {
    text-align: center;
}

/* Section activities
******************************/
section.activities-content.agendaitem {
    margin-top: 100px;
}

ul.activity-list {
    margin: 0;
    list-style: none;
    display: block;
    float: none;
    clear: both;
    margin-left: -40px;
}

ul.activity-list li {
    overflow: hidden;
    display: table;
    width: 100%;
    line-height: 1.5em;
    transition: color 0.15s, background-color 0.15s;
    list-style: none inside;
    padding: 5px;
}

ul.activity-list li a {
    color: #ead833;
}

ul.activity-list li a:hover {
    color: #e0e02a;
    text-decoration: none;
}

a.activity-btn {
    width: 35%;
    float: right;
    margin-right: 5px;
}

h4.activity-title {
    color: #ead833
}

a.btn-signup {
    width: 20%;
}

/* Section Details Form
******************************/
ul.form-list {
    padding: 0;
}

ul.form-list > li {
    clear: both;
    list-style: none none;
    margin: 0;
    padding-top: 0.5em;
}

ul.form-list > li > label {
    float: left;
    display: block;
    width: 12em;
    padding: 0.5em 0;
    border-top: transparent 1px solid;
}

ul.form-list > li > input, ul.form-list > li > textarea {
    float: left;
    display: block;
    width: 22em;
}

.form-list .cloner .clone-item {
    display: inline-block;
}

.cloner .add-clone {
    display: block;
    float: none;
    margin-left: 12em;
    text-decoration: none;
    width: auto;
    height: auto;
    line-height: 20px;
}

.form-list .address input.street{
    width: 20em;
}

.form-list .address input.postalcode{
    width: 8em;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.form-list .address input.city{
    width: 9.6em;
    display: inline-block;
}

.details-btn {
    float: right;
    margin-right: 5px;
}

.cloner select {
    width:39%;
    display: inline-block;
    float: right;
}

.clone-input{
    width: 60%;
    float: left;
}

a.add-clone {
    color: #ffff47;
}

.password-box {
    margin-top: 13px;
    margin-left: 5px;
}

ul.zebra-list {
    list-style: none;
    padding-left: 0px;
    line-height: 2.0;
}



ul.zebra-list > li > a {
    margin-left: 15px;
    color: gray;
    text-decoration: underline;
}

.activity-date {
    margin-top: 20px;
    margin-bottom: 10px;
}

.activity-content {
    line-height: 1.5;
}
/* FOOTER
******************************/

footer {
    background:#333;
    color:#fff;
    padding:30px 0px;
}

div.footer-block > div.signup-form > input.tb-newsletter {
    width: 70%;
    height: 40px;
}

.footer-block {
    padding:10px 20px;
}

.footer-block a {
    color: #fff;
}

.footer-block a:hover {
    color: #eee;
    text-decoration: none;
}

footer ul {
    list-style: none;
    padding:10px 0px;
}

footer h3 {
    margin-bottom:20px;
    color: #ffff47;
}

footer a.social {
    font-size:42px;
    color:#fff;
    margin-right:10px;
}

.homepage-teaser h2 {
    position: absolute;
    top: 136px;
    left: 15px;
    width: 92%;
    color: #fff;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
    background: url('../img/verge-transparantie.png');
    background-position: bottom;
    padding: 10px;
    height: 31%;
}

@media (min-width: 380px) and (max-width: 580px) {
    div.intro-block h2 {
        font-size: 25px;
    }
    div.intro-block p {
        display: none;
    }

    #owl-slider {
        height: auto;
    }

    #owl-slider > div.owl-stage-outer {
        height: auto;
    }

    div.logo > a > img {
        max-width: 170px;
    }

    div.welcome-text, div.welcome-text a {
        font-size: 12px;
        margin: 0px!important;

    }

    .topbar a > i {
        font-size: 30px !important;
    }

	.topbar a#top-link-strava > img {
		/*background: url('../img/icon-strava-small.png');
		background-repeat: no-repeat;
		width: 25px;
		height: 35px;*/
	}


    .homepage-teaser h2 {
        position: absolute;
        top: 136px;
        left: 15px;
        width: 93%;
        color: #fff;
        background: url('../img/verge-transparantie.png');
        background-position: bottom;
        padding: 10px;
        height: 31%;
    }
}

@media (min-width: 580px) and (max-width: 768px) {
    #owl-slider > div.owl-stage-outer {
        height: 100%;
    }

	.topbar a > i {
		font-size: 50px;
	}

    div.welcome-text, div.welcome-text a {
        font-size: 12px;
        margin: 0;
    }

    .homepage-teaser h2 {
        position: absolute;
        top: 136px;
        left: 15px;
        width: 92%;
        color: #fff;
        background: rgb(0,0,0);
        background: rgba(0,0,0,0.7);
        background: url('../img/verge-transparantie.png');
        background-position: bottom;
        padding: 10px;
        height: 31%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    #owl-slider > div.owl-stage-outer {
        height: 100%;
    }

	.topbar a > i {
		font-size: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1200px){
    .homepage-teaser h2 {
        position: absolute;
        top: 136px;
        left: 15px;
        width: 91%;
        color: #fff;
        background: rgb(0,0,0);
        background: rgba(0,0,0,0.7);
        background: url('../img/verge-transparantie.png');
        background-position: bottom;
        padding: 10px;
        height: 31%;
    }
}

@media (min-width: 1200px) {
    div.intro-block h2 {
        font-size: 78px;
        line-height: 80px;
    }

	.topbar a > i {
		font-size: 50px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
    div.welcome-text, div.welcome-text a {
        font-size: 14px;
    }

    .homepage-teaser h2 {
        position: absolute;
        top: 136px;
        left: 15px;
        width: 92%;
        color: #fff;
        background: rgba(0,0,0,0.7);
        background: url('../img/verge-transparantie.png');
        background-position: bottom;
        padding: 10px;
        height: 31%;
    }
}

.btn-inline {
	display: inline-block;
}

.user-detail img.profile {
	width: 40px;
	float: left;
	margin-right: 15px;
	border-radius: 50%;
}

.partner-logo {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 45px;
}

#login-modal-message {
	display: none;
}

.footer-block .btn {
	display: inline-block;
}
.member-list .member-item  {
	background: #000;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.member-list .member-item a {
	color: #fff;
	text-decoration: none;
}

.member-list .member-item a:hover {
	color: #ddd;
}

/* LOGIN MODAL
******************************/

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.loginmodal-submit {

    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-size: 14px;

}

.loginmodal-submit:hover {
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help{
    font-size: 12px;
}

.loginmodal-container input[type=submit] {
	background-color: #ffff47;
	color: #000;
	border: 1px solid rgba(0,0,0, 0.5);
}

.loginmodal-container input[type=submit]:hover {
	background-color: #E0E02A;
}

#header-topbar a:hover {
	text-decoration: none;
}

a.add-clone {
	color: #ead833;
}

#form-forgotpassword label.control-label {
	margin-top: 10px;
}

.form-horizontal .control-label {
	text-align: left;
}

div#sterkrlogo img {
    height: 50px;
}


.member-item-image-wrapper {
	width: 100%;
	height: 210px;
	overflow:hidden;
	text-align: center;
	display: block;
	position: relative;
}
.member-item-image-wrapper img {
	display: inline-block;
}

a.logout {
    font-size: 16px;
}

div.page-content {
	margin-top: -40px;
}

div.welcome-text {
    margin-top: 25px;
    margin-right: 10px;
}

div.welcome-text a {
    color: red;
}

ul.activities > li:nth-child(odd) {
    background: #ffff47;
}

ul.activities h2.news-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

ul.activities h2.news-title a {
    color: #333;
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    line-height: 24px;
    margin: 0;
}


.teaser div.newsteaser-title {
    width: 100%;
}

#top-link-strava img {
	height: 40px;
	margin: 0;
    margin-top: -29px;
    background-color: black;
    border-radius:5px;
}
#bottom-link-strava img {
	height: 42px;
	margin: 0;
}

#partner-logos .logo {
	height: 200px;
	display: block;
	text-align: center;
	position: relative;
}

#partner-logos .logo > img {
	/*
	vertical align middle
	*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


@media (min-width:769px) and (max-width: 991px){
    div.logo > a > img {
        max-width: 400px;
    }
}

@media (max-width: 380px){


	.topbar a > i {
        font-size: 20px !important;
    }

	div.logo > a > img {
		max-width: 155px;
	}

	#top-link-strava > img {
		/*background: url('../img/icon-strava-small.png');
		background-repeat: no-repeat;
		width: 25px;
		height: 35px;*/
        margin-top: -12px!important;
        height: 25px;
	}
}

@media (min-width: 380px) and (max-width:580px){
    #top-link-strava > img {
        margin-top: -12px!important;
        height: 25px;
    }
}

@media (max-width: 380px){
    #top-link-strava > img {
        margin-top: -6px!important;
        height: 17px;
    }
}
