/**
 * Bootstrap overrides
 */
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th 
{
   background-color: #FCEDB1;
}
/**
 * Menu
 */

 #mainnavbar2
 {
	min-height: 0;
	background: #FFDE00;
	border: none;
 }

 #mainnavbar2 li > a
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.thumbnail {
    border: 0 none;
    box-shadow: none;
	margin: 5px;
}

.thumbnail .sub ul
{
	padding: 1px;
	margin: 0 10px 10px 10px!important;
}
.thumbnail .sub li a
{
	font-size: 12px;
}
.thumbnail .sub h3
{
	font-size: 22px;
}

p.subtitle-logo
{
	overflow: ellipsis;
}

p 
{
	color: #000000;
}

.col {
	padding-right:0;
	padding-left:0;
}


/**
 * Helpers
 */
.muted
{
	color: #B2B2B2;
}
.no-margin
{
	margin: 0;
}
.margin-small
{
	margin: 5px;
}
.margin
{
	margin: 10px;
}


/**
 * Main styles 
 */
#mainjumbo
{
	background-color: #FFDE00;
	background-image: url('../images/ACHTERGROND.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	padding-bottom: 4%;
}

#mainjumbo .halfsun-wrapper
{
	width: 25%;
}

#mainjumbo .title
{
	background-color:#000000; 
	position: relative;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
	overflow: hidden;
}

#mainjumbo .title-wrapper 
{
	width: 60%;
}

#mainjumbo .title-yellow
{
	width: 60%;
	height: 100%;
	background-color: #FFDE00;
	position: absolute;
	top: 0;
	right: -11%;
	overflow: hidden;
}

#mainjumbo .title-yellow img
{
	position: relative;
	left: -54%;
}
.bottom-nav
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#topnav
{
	display: none;
	border-bottom: 1px solid black;
	background-color: #FFDE00;
}
.yellowpagelogo
{
	width: 50px;
	height: 50px;
	display: inline-block;
}
#topnav h1 
{
	color: #000;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	font-size: 25px;
}
#indicator
{	
	display: none;
	margin: 0 0 0 5px;
	width: 52px;
	height: 46px;
	border: 1px solid black;
	background: url('../images/ajax-loader.gif') #FFDE00 center no-repeat;
	float: right;
}
a.navbar-brand
{
	padding: 3px;
}
.co-button,
#totop
{
	border: 1px solid black!important;
	background-color: #FFDE00!important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#totop
{
	display: none;
	float: right;
}


.embedded
{
	border: 0;
	background: none;
}
.yellowpages
{
	background-color: #FFDE00;
}
.yellowpageslogo-wrapper
{
	width: 100%;
}

.bottombar
{
	padding: 10px;
	background-color:#FCEDB1;
}


/**
 * Search styles
 */
table.searchresult .listlink-wrapper
{
	width: 40px;
	height: 40px;
	display: inline-block;
}
td.category
{
	width: 20%;
	font-size: 11px;
}
td.links
{
vertical-align: middle!important; 
}

td.logo { 
	text-align: center; 
	vertical-align: middle!important; 
	width: 20%;
	padding: 10px;
}

td.company h3
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
/**
 * Category styles
 */
.category-thumbnail 
{
	position: relative;
	padding: 0;
}

.category-thumbnail .main,
.category-thumbnail .sub
{
	position: absolute;
	top: 0;
	left: 0;
}
.category-thumbnail .main
{
	z-index: 20;
}
.category-thumbnail .sub
{
	z-index: 10;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
}
.category-thumbnail .sub h3 
{
	margin: 10px 0 0 10px;
}
.category-thumbnail .sub a
{
	color: #FFFFFF;
}

.category-thumbnail .main .main-description
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px 0 10px;
	z-index: 40;
}

.category-thumbnail .main .main-description-bg
{
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	background-color: #000000;
	width: 100%;
	padding: 0 10px 0 10px;
	z-index: 30;
}
.category-thumbnail .main .main-description h3
{
	color: #FFDE00;
}
.category-thumbnail .main .main-description h3,
.category-thumbnail .main .main-description-bg h3
{
	font-size: 1.3em;
}

.category-thumbnail .main .main-description p,
.category-thumbnail .main .main-description-bg p
{
	font-size: 0.85em;
}

.category-thumbnail .main .main-description p
{
	color: #FFFFFF;
}

.category-thumbnail .sub ul,
ul.category-index 
{
	margin: 10px;
	padding: 0;
}

ul.category-tree li,
ul.category-index li,
ul.subcategories li,
.category-thumbnail .sub li
{
	padding: 0;
	list-style: none;
}

ul.subcategories ,
ul.category-tree
{
	padding-left: 20px;
	margin-top: 5px;
}
ol.breadcrumb
{
	margin-bottom: 0!important;
}