html {width:100%; height: 100%; overflow-y: scroll;}
body {
	height: 100%;
    color: #111;
    font-family: 'Quicksand','Open sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-top: 100px;
	background: #fff;
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h2, h3, h4, h5, h6 {
	color: #111;
	font-family: 'Quicksand','Open sans', sans-serif;
}
h1 {
	font-size: 32px;
	font-family:'Quicksand','Open sans', sans-serif;
	color: #111;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
p {
	line-height: 1.6;
}
img {
	max-width: 100%;
	height: auto !important;
}
img[style*="float:left"],img[style*="float: left"],img[align="left"] {
  margin: 5px 15px 0px 0px;
}
.img-responsive {
	display: inline-block;
}
.news {
	clear: both;
}
.news img[style*="float:left"],.news img[style*="float: left"],.news img[align="left"] {
	max-width: 320px;
	margin: 5px 30px 80px 0px;

}


img[style*="float:right"],img[style*="float: right"],img[align="right"] {
  margin: 5px 0px 0px 15px;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
.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-outline {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out 0s;
}
#footer a.btn-outline:hover, #footer a.btn-outline:focus, #footer a.btn-outline:active, #footer a.btn-outline.active {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #7E6CC0;
}

/** Custom styles **/
.spacer {
	height: 40px;
}
a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #7E6CC0; 
}
a:hover, a:focus {
    color: #7E6CC0;
	text-decoration: none;
}

h2.sectionTitle {
	color: #2980b9;
    font-size: 50px;
    margin-top: 0;
    text-align: center;
	font-weight: 700;
    margin-bottom: 50px;
}
h3.sectionTitle {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
.altWrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
}

.btn-primary {
    background-color: #7E6CC0;
    border-color: #2e6da4;
    color: #fff;
}

.news h2 {
	background: #7E6CC0;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
}
.news h2 a {
	display: block;
	color: #fff;
}

.m_btcolumns {
	margin-bottom: 30px;
}

.fullbottom {
	margin-bottom: -50px;
	padding: 30px 0 ;
	background: rgba(219, 118, 59, 1);
	color: #fff;
	font-size: 18px;
}
.navcontainer {
	/* max-width: 1600px; */
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}
ul {
	padding: 0 0 0 20px;
}
	
/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #7E6CC0;
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #7E6CC0;
    background-color: #eee;
}

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
    height: auto;
    line-height: 0px;
    padding: 0px;
}

.navbar-inverse {
	background: rgba(255,255,255,1);
	border: 0 none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-brand .fa-stack {
	font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
    color: #888;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background: none;
    color: #ddd;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
	float: right;
}
.navbar-inverse .navbar-nav > li > a {
	color: #7E6CC0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 10px 20px;
    margin: 23px 2px 20px;
    text-shadow: none;
	text-decoration: none;
	border-radius: 5px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	background: #eee;
    color: #7E6CC0;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 15px 15px 15px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #2c3e50;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
	min-width: 200px;
}

.dropdown-menu > li > a {
    color: #000;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px 20px;
	text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #7E6CC0;
    color: #fff;

}


/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
#footer {
	margin-top: 50px;
	margin-top: 100px;
	background: #7E6CC0;
	background: #666;
	padding: 40px 0 20px 0;
}
#footer p {
	color: #fff;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}
#footer .social {
	margin: 0;
}
#footer  a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#footer .social a:hover {
	color: #fff;
}
#footer .social a .fa-inverse {
	color: #444;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(max-width:1280px){
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		padding-left:4px;
		padding-right:4px;
		
	}
	.navbar-inverse .navbar-nav > li > a {
		max-width: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		
	}

	.navbar-brand {
		height: auto;
		line-height: 0;
		padding: 0;
	}
}
@media(max-width:991px){
	body {
		/* padding-top: 80px; */
	}
	#wrap {
		npadding: 0 30px;
	}
	.spacer {
		height: 4px;
	}
	.navbar-collapse {
		float: right;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
		/* padding:5px 5px; */
		padding-left:4px;
		padding-right:4px;
		max-width: 70px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		
	}
	
	.navbar-nav {
		float: left;
		width: 100%;
	}
}
@media (max-width: 767px) {
	body {
		/* padding-top: 80px; */
	}

	.navbar-inverse {
		background: #fff;
	}
	.navbar-collapse {
		float: none;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 24px;
		padding:10px;
		max-width: 100%;
	}
	.navbar-brand {
		height: auto;
		line-height: 0;
		/* padding: 5px 0 0 15px; */
	}
	
	
}
@media (max-width: 450px) {
	img.img-responsive {
		float: none !important;
		display: block;
		margin-left: 0 ;
		margin-right: 0;
	}
}

#mod_bakery_wrapper_f a {
		text-decoration: none;
}
.bmargin {
	margin-bottom: 20px;
}

.well {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    min-height: 10px;
    padding: 10px 20px;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -230px;
}

#push {
	height: 180px;
}
#footer {
	min-height: 180px;
}

a.knop,
input[type="submit"] {
    background: #7E6CC0 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    margin: 0 0 5px;
    padding: 3px 20px;
}

.theme-default .nivo-controlNav {
	display: none;
}


.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	margin-bottom: 10px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news {
	border-bottom: 1px solid #999;
}
.news h3 {
	
}
.news p {
	font-size: 14px;
}
.news img {
	max-width: 100px;
	margin: 0 5px 10px 0;
	float: left;
}

#mc_embed_signup input {
	width: 100%;
	padding: 2px 6px;
	margin: 3px 0;
	border: 1px solid #aaa;
	border-radius: 4px;
}
#mc_embed_signup label {
	margin: 0;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
  
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}