/* =============================================================================
   Base
   ========================================================================== */

/*html { height: 100% }*/
/*body { height: 100%; margin: 0px; padding: 0px }*/

body {
    font-family: Courier, Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

/* =============================================================================
   Header
   ========================================================================== */


#banner { }


#closebtn    { color: #333; font-size: 10px; position: absolute; top: 0; left: 0; float: right }
#closebtn     { padding: 3pt 3px; border: solid 0 #666 }
#closebtn a  { color: #333; line-height: 12px; text-decoration: none }
#closebtn img    { width: 30px; height: 30px }

#closebtnw    { color: #333; font-size: 10px; position: absolute; top: 0; left: 0; float: right }
#closebtnw     { padding: 3pt 3px; border: solid 0 #666 }
#closebtnw a  { color: #333; line-height: 12px; text-decoration: none }
#closebtnw img    { width: 30px; height: 30px }


#foreground    { color: #fff; padding: 30px 10pt 0 0; position: relative; width: 100%; border: solid 0 #ccc }

#foreground.collapsed {
	overflow: hidden;
}
.bg1  { background-color: #fff }
.bg2    { background-color: #f4f4f4; padding: 16px; border: solid 1 #ccc; }


body   { background-color: black }
/* Fixed Topbar Navigation */
/*body.top-navbar { padding-top: 60px; }*/
body.admin-bar .navbar-fixed-top { top: 46px; }
body.admin-bar .topGradientOverlay { top: 28px; }

body.shop { background-color: rgba(0,0,0,0.0); }


#footer    { background-color: transparent; background-position: right 0; position: absolute; margin-bottom: 10px; padding-bottom: 18px; bottom: 0; width: 100%; height: auto; border: solid 0 #fff }

.container_reserveren  { margin-top: 20px; margin-bottom: 20px; width: 100%; height: 40px; float: right; border: solid 1px #f30 }
.container_reserveren .text-muted   { margin: 0 0; float: right }
.text-muted img  { width: 40px; height: 40px }
#footer > .container_reserveren {
  padding-right: 15px;
  padding-left: 15px;
}

.container_reserveren_fancybox      { border: solid 0pt #ccc; width: 100%; text-align: center; }
.container_reserveren_top    { max-width: 330px; height:60px; margin: 0 0 20pt; float: left }
.telefoon_bottom     { text-align: right; position: relative; bottom: 10px; width: 100%; height: 40px; float: left; border: solid 0 #f33 }
.telefoon_bottom img  { margin-right: 8px; width: 40px; height: 40px; float: left }
.telefoon_bottom_next     { margin-bottom: 30px; position: relative; bottom: 0; left: 0; width: 80%; height: 40px; float: left; border: solid 0 #f33 }
.telefoon_bottom_next img  { margin-right: 10px; width: 40px; height: 40px; float: left }
.dagnummer    { font-family: Courier; font-weight: bold; background-image: url(../images/calendar.png); background-repeat: no-repeat; background-position: center; text-align: center; margin-right: 6px; padding-top: 17px; width: 40px; height: 27px; float: left; border: solid 0 #f66; background-size: 40px 40px }
.dagnummer_wit    { font-family: Courier; font-weight: bold; background-image: url(../images/calendar_wit.png); background-repeat: no-repeat; background-position: center; text-align: center; margin-right: 6px; padding-top: 17px; width: 40px; height: 27px; float: left; border: solid 0 #f66; background-size: 40px 40px }
code {
  font-size: 80%;
}



#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}



/* =============================================================================
   Content
   ========================================================================== */
/*.container  { margin-top: 120px; margin-bottom: 20px }*/
.container_shop   { margin-top: 20px; margin-left: 20px; width: 90% }
.shop_row     { margin-top: 40px; margin-bottom: 20px; height: auto; float: left; border: solid 0 #f33 }
.span3        { background-color: #fff; margin: 0px 0px 10px; padding: 10px; border: solid 1px #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px      }
.span4        { background-color: #fff; margin: 2px 0 20px; padding: 10px; border: solid 1px #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px      }

.order_box         { background-color: #fff; margin: 4px 0 20px; padding: 10px; width: 500px; border: solid 1px #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px       }
.footer { font-family: Courier; font-style: normal; font-size:12px;}
p {font-family: Courier; font-style: normal; }
#content {  }

.contentBox        { font-family: Courier; font-style: normal; background-image: none; padding: 20px 30px 30px; position: absolute; width: 42%; border-color: #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; opacity: 0       }

.contentBox_more      { font-family: Courier; font-style: normal; background-image: none; margin-top: 6%; padding: 30px; width: 100%; float: left; border-color: #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }

.contentBox_home {

	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
	border-radius: 10px;
	background-image: none;
	border-color: #ccc;	
	font-family: Courier; 
	font-style: normal;
	width: 320px;
	position: absolute;
	padding: 30px;
	opacity: 0;
}

.contentBox_next {

	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
	border-radius: 10px;
	background-image: none;
	border-color: #ccc;	
	font-family: Courier; 
	font-style: normal;
	width: 320px;
	position: absolute;
	padding: 30px;
	opacity: 0;
}


.contentBox_reserveren {

	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
	border-radius: 10px;
	background-image: none;
	border-color: #ccc;	
	font-family: Courier; 
	font-style: normal;
	width: 500px;
	position: absolute;
	padding: 30px;
	opacity: 0;
}

.blackOnOpaqueWhite {
	color: #333333;	
	background: #FEFEFE scroll;
}


.whiteOnTranslucentBlack {
	background-color: rgba(0,0,0,0.35);
	color: #FEFEFE;	
}

.whiteOnTranslucentBlack a {
	color: #FEFEFE;
}

.contentTopLeft {
	left: 20px;	
}

.contentTopRight {
	right: 20px;	
}

.contentBottomLeft  { padding-top: 40px; left: 20px }
.contentBottomLeft {
	overflow: hidden;
}
.contentBottomLeftw  { padding-top: 40px; left: 20px }
.contentBottomLeftw {
	overflow: hidden;
}


.whiteOnTranslucentBlack #closebtnw a  { color: #fff; line-height: 12px; text-decoration: none }


.contentBottomCenter  { }


.contentBottomRight  { padding-top: 40px; right: 20px }

.contentBottomRight {
	overflow: hidden;
}


/*
.mapPageSection .contentTopLeft {
	top: 140px;
}

.mapPageSection .contentTopRight {
	top: 140px;
}

.mapPageSection .contentBottomLeft {
	bottom: 20px;
}

.mapPageSection .contentBottomRight {
	bottom: 20px;
}
*/

.iframe
{
scrollbar-DarkShadow-Color:#FEDB03;
scrollbar-Track-Color:#FEDB03;
scrollbar-Face-Color:#333333;
scrollbar-Shadow-Color:#333333;
scrollbar-Highlight-Color:#333333;
scrollbar-3dLight-Color:#333333;
scrollbar-Arrow-Color:#F5F5D6;
}


/*--------------------------------
	Product Listing
---------------------------------*/

@media (min-width: 980px) {
.product-listing .omschrijving     { height: 380px }
}
@media (min-width: 980px) and (max-width: 1024px) {
.product-listing .omschrijving     { height: 300px }
}
@media (min-width: 768px) and (max-width: 1024px) {
.product-listing .omschrijving     { height: 300px }
}
@media (min-width: 1200px) {
.product-listing .omschrijving     { height: 240px }
}


.product-listing     
	{ 
	font-size: small; 
	font-family: Courier; 
	font-style: normal;
	margin: 4px 0 10px;
    margin-left: 0px;
    padding: 8px;
    border: solid 1px #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
}
.product-listing .title    { font-size: 16px; font-weight: bold; margin-bottom: 10px; height: 40px }


.product-listing .title a {
	color: #999;
}

.product-listing .title a:hover {
	color: #444;
}

.product-listing .image    { cursor: pointer; margin-bottom: 10px; border: solid 1px #ccc }

.product-listing .image:hover  { -moz-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=80); opacity: 0.8 }

.product-listing .price  { font-size: 16px; font-family: Courier; font-weight: bold; text-align: right; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e6e6e6 }

.product-listing .btn {
	margin-left: 1px;
}


.navbar .btn-navbar .icon-bar-down   { 
	background-image: url(../images/pijl_down.png); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: center 0; 
	width: 20px; 
	margin-top: 2px; 
	height: 20px 
}

div.kalender table     { text-align: center; margin-right: auto; margin-left: auto; padding: 1px; font-family: Courier, Arial, serif; font-size: 16px; }
.workshop table     { text-align: center; margin-right: auto; margin-left: auto; padding: 1px; font-family: Courier, Arial, serif; font-size: 12px; }

/* table     { text-align: center; margin-right: auto; margin-left: auto; padding: 1px; font-family: Arial, serif; font-size: 12px; } */
.reservation   { text-align: center; margin-right: auto; margin-left: auto; padding: 1px; font-family: Courier, Arial, serif; font-size: 12px; }
.reservation select   { padding: 4px; width: 100px }
.reservation input  { padding: 4px;  }
.reservation .tekst    { padding: 4px; border-style: none none solid; border-width: 0; border-color: #ccc }
.buttonstyle {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.buttonstyle-green  { color: #000; font-size: 15px; line-height: 20px; background-color: #8cdb76; background-image: none; background-repeat: repeat-x; text-align: center; cursor: pointer; display: inline-block; margin-bottom: 0; padding: 4px 10px; vertical-align: middle; border-style: solid; border-width: 1px; border-color: #cccccc #cccccc #b3b3b3; *background-color: #e6e6e6; *border: 0; *display: inline; *line-height: 20px; *margin-left: .3em; *zoom: 1; -moz-border-radius: 4px; -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -webkit-border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0)progid:DXImageTransform.Microsoft.gradient(enabled = false); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) }


select { font-size: 12px; }
div.kalender     { text-align: center; margin: 8px; }

div.totcal           { text-align: center; padding: 5px; border-color:  }
div.topnav table  { text-align: center; margin-right: auto; margin-left: auto; padding: 5px }

div.topnav     { font-size: 18px; text-align: center; margin-right: auto; margin-left: auto; padding: 5px; height: 20px }

th {
  text-align: center;
}

.wday        { color: #000; font-weight: bold; background-color: #cececf; height: auto; }
.closedays   { color: #000; font-style: bold; background-color: rgb(194,194,194); padding: 0; height: 10px; border: solid 1px; }
.closedays a         { color: #000 }
table.closed  { margin-top: 4px; margin-bottom: 4px }
.full         { color: #fff; font-weight: bold; background-color: #ca3535; background-repeat: no-repeat; background-position: center; padding: 0; height: 10px; border: solid 1px #000 }
.cursus         { color: #fff; background-color: #3e4d4a; background-repeat: no-repeat; background-position: center; padding: 0; height: 10px; border: solid 1px #000 }
.cursus_day           { color: #fff; background-color: #3e4d4a; background-repeat: no-repeat; background-position: center; height: 10px; border: solid 1px #000 }
.cursus_day a         { color: #fff;  }
#reserveringen { font-size: 12px; font-family: Courier, Arial, Helvetica, sans-serif; font-weight: bold; padding-left: 20px }

.reserveer_data         { color: #333; background-color: #fff; background-repeat: no-repeat; background-position: center; height: 16px; border: solid 1px #000 }
.reserveer_data a  { color: #000 }
.same_day           { color: #333; background-color: #fff; background-repeat: no-repeat; background-position: center; height: 16px; border: solid 1px #000 }
.same_day a  { color: #000 }
.cursus_omschrijving { text-align: left; margin-bottom: 6px; margin-left: 20px; padding: 4px; width: 450px; float: left; border-top: 0 solid #dfdfdf; border-right: #f2f2f2; border-bottom: #f2f2f2; border-left: #f2f2f2 }
td .agenda_melding  { color: #000; font-weight: bolder; background-color: #ccc; text-align: left; margin-left: 36px; padding: 0px; border: solid 0px }
.past   { color: #b4b4b4; background-repeat: no-repeat; background-position: center; height: 16px }
.jaar  { color: #000; font-size: 11pt; font-family: Courier, Arial, Helvetica, sans-serif; font-weight: bold }
.maand { color: #000; font-size: 11pt; font-weight: bold }
.invoerdatum  { color: #000; font-size: 11pt; font-family: Courier, Arial, Helvetica, sans-serif; padding-bottom: 0; float: right; border: solid 0 #ccc }

.infoBox {
	background-color: #FEFEFE;
	padding:5px;
	text-align: center;
	-webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.5);	
}

.fullPageImage  { 
background-repeat: no-repeat; 
position: absolute; 
z-index: -1; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
-moz-background-size: cover; 
-o-background-size: cover; 
-webkit-background-size: cover; 
background-position-x: center; 
background-position-y: center; 
background-size: cover; 
opacity: 0 
}


.fullPageImage_next  { 
background-size:cover;
background-repeat:no-repeat;
width: 100%; 
height: 100%; 
position: absolute; 
z-index: -1; 
top: 0; 
left: 0;
-moz-background-size: cover; 
-o-background-size: cover; 
-webkit-background-size: cover; 
background-position-x: center; 
background-position-y: center; 
opacity: 1 
}




.topGradientOverlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:327px;
	pointer-events:none;
	z-index: -1;
	background-image:url(/images/topgradient.png);
	background-repeat: no-repeat;	
	-webkit-background-size: 100% 327px;
	-moz-background-size: 100% 327px;
	-o-background-size: 100% 327px;
	background-size: 100% 327px;	
}

.blockSection {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* -webkit-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.5); */
    /* box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.5); */
	margin-top: -0px;
}

.frontPageSection {
	-webkit-box-shadow: none;
    box-shadow: none;
}

.mapPageSection {
	-webkit-box-shadow: none;
    box-shadow: none;
}

#map_canvas {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	width: 100%;
	height: 100%;	
}

.simplePageContainer {
	margin-top:80px;
	background-color: #FFFFFF;
	padding-top: 20px;
}

#weatherWidget    { color: red; font-size: 20px; font-family: Courier; font-style: bold; position: absolute; bottom: -10px; left: 20px; width: 40%; height: 180px; opacity: 0   }

#weatherWidget #widgetBody  { color: #fefefe; font-family: Courier; background-color: rgba(0,0,0,0.40); text-align: right; padding-top: 10px; padding-right: 10px; height: 100%; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-rendering: optimizelegibility }



#weatherWidget_right    { color: red; font-family: Courier; position: absolute; right: 20px; bottom: -10px; width: 35%; opacity: 0   }

#weatherWidget_right #widgetBody {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
	border-radius: 10px;

	height:100%;
	background-color: rgba(0,0,0,0.40);
	color:#FEFEFE;
	font-size:28px;
	line-height:34px;
	text-align: right;	
	padding-right: 10px;
	padding-top: 10px;	
	text-rendering: optimizelegibility;
}







#weatherWidget #widgetFooter {
	width:320px;
	height:45px;
	font-weight: 600;
	font-size: 14px;	
	position:absolute;
	bottom:0;
	left:0;
}

#weatherWidget #widgetFooter #sun {
	position:absolute;
	top:0;
	left:68px;
}

#weatherWidget #widgetFooter #moon {
	position:absolute;
	top:0;
	left:227px;
}

#weatherWidget #widgetFooter #sun div, #weatherWidget #widgetFooter #moon div {
	height:23px;
	font-size: 12px;
	line-height: 23px;
	color: #555;
}

.btn-block  { font-weight: bold; text-decoration: none; display: block; padding-right: 0; padding-left: 0; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }

.btn.btn-large {
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;	
	border-radius: 0px;
	background-color: #f7f7f7;
	background-image: none;
	border-color: #ccc;	
	margin-top: 20px;
}

.whiteOnTranslucentBlack .btn.btn-large {
	background-color: #000;
	/*background-color: rgba(0,0,0,0.5);*/
	background-image: none;
	border-color: #f7f7f7;
	color: #ffffff;
	text-shadow: none;
}

/* =============================================================================
   Primary Content
   ========================================================================== */

#main { }



/* =============================================================================
   Sidebar
   ========================================================================== */

#sidebar { }



/* =============================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }



/* =============================================================================
   Footer
   ========================================================================== */

#content-info { }



/* =============================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* =============================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body  { background-color: #000 }
  
  body.top-navbar {
    padding-top: 0;
  }
  .contentBox_more      { font-family: Courier; font-style: normal; background-image: none; margin-top: 0; padding: 20px; width: 100%; float: left; border-color: #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px          }
.navbar {
	/* background-color: #000; */
}
.navbar .navbar-toggler {
    display: block;
    float: right;
    padding: 8px 8px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #333;
    border-color: #fff;
    background-image: none;
}
.navbar .btn {
    display: inline-block;
    padding: 4px 10px 4px;
    margin: 5px 5px 6px;
        margin-right: 5px;
        margin-left: 5px;
    line-height: 20px;
}
.navbar-nav > li {
    color: #000;
}

.navbar-brand img {
    width: 200px;
}


  .topGradientOverlay {
  	display: none;
  }
#klik {
	display: none;
}
header 
{
	margin-bottom: 16px;
}
  
}


@media (max-width: 480px) {

body   { background-color: black }
.contentBoxHolder {
		position:static;
}

.homeindexBox {
	height: 556px;
}



.blockSection  { width: 100%; }
.contentBox_more { font-family: Courier; font-style: normal; background-image: none; padding: 20px; width: auto; border-color: #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px             }

.contentBox  { margin: 0 auto; padding: 20px; position: static; top: auto; right: auto; bottom: auto; left: auto; width: auto }
.fullPageImage   { position: static; width: 100%; height: 320px; }
.topGradientOverlay {
  	display: none;
}
.frontPageSection .fullPageImage {
		position:absolute;
		width:100%;
		height:100%;
}

#weatherWidget {
		right:0px;
}

#map_canvas {
		display: none;
}
.navbar .brand     { color: #ffffff; font-size: 14px; font-weight: 200; line-height: 1; text-decoration: none; background-image: url(../images/BETTYS-res-kl.png); background-repeat: no-repeat; text-transform: uppercase; display: block; margin-top: 10px; margin-left: 10px; padding: 8px 20px 0; width: 180px; height: 60px; float: left; border: solid 0 #ccc }
#closebtnw    { display:none }
#closebtn    { display:none }
.table th,
.table td {
  padding: 6px;
  line-height: 15px;
  text-align: left;
  vertical-align: top;
  border-top: 0px solid #dddddd;
  font-size: 10px;
}
.table th {
  font-weight: bold;
  font-size: 11px;
}

.nav-tabs,
.nav-pills {
  font-size: 12px;
}

.btn {
font-size: 10px;
}
.btn-light {
    color: #fff;
    background-color: #000;
    border-color: #f8f9fa;
}
input  { padding: 2px;  }
}
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, 
.col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, 
.col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, 
.col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col-md-7  { width: 48%; border: solid 0 #f66 }
  .col-md-6  { width: 50%; border: solid 0 #96f }
  .col-md-5  { width: 41%; border: solid 0 #6f6 }
  
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}  

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
/* ALERT */
.alert {
  padding: 15px;
  margin-bottom: 6px;
  margin-top: 6px;

	border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info  { color: #000; background-color: #fff; border-color: #fff; font-family: Courier; font-size:13px; }
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.reserveer-title      { font-size: 16px; font-family: Courier; font-style: normal; font-weight: bold; margin-top: 8px; margin-bottom: 8px }
.green_but   { 
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  border-color:  #8cdb76  #8cdb76 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color:  #69D200;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  border: 1px solid #989898;;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

footer_menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0px;
    background-color: #000;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.fTab {
    position: fixed;
    left: 33%;
    bottom: 0;
    padding: 0.5em;
    border-radius: 10px 10px 0px 0px;
    background-color: #000;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    width: 30%;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

.fTab.active {
    bottom: 50px;
}

.fTab.active + footer_menu {
    max-height: 50px;
}

.nav-justified {
  background-color: #000;

}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  background-color: #000; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(gray));
  background-image: -webkit-linear-gradient(top, #000 0%, gray 100%);
  background-image:      -o-linear-gradient(top, #000 0%, gray 100%);
  background-image:         linear-gradient(to bottom, #000 0%,gray 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#000\', endColorstr=\'gray\',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #000;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #000;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
/* DINERBON */

  .row-fluid .spanbon12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .spanbon11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .spanbon10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .spanbon9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .spanbon8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .spanbon7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .spanbon6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .spanbon5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .spanbon4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .spanbon3 {
    width: 28.928176794%;
    *width: 28.874985304638297%;
  }

 .row-fluid .spanbon2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .spanbon1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }


li small {
    font-size: 60%;
    /*margin-left: 10%;*/
}

@media (min-width: 320px) and (max-width: 480px) {
li small {
    font-size: 80%;
    margin-left: 0%;
}

}

@media (min-width: 360px) and (max-width: 640px) {
    .contentBox  { margin: 0 auto; padding: 20px; position: static; top: auto; right: auto; bottom: auto; left: auto; width: auto }
.fullPageImage   { position: static; width: 100%; height: 320px; }
li small {
    font-size: 80%;
    margin-left: 0%;
}

}

@media (min-width: 768px) {
    li small {
    font-size: 80%;
    margin-left: 0%;
}

}
@media (min-width: 980px) {
    li small {
    font-size: 80%;
    /*margin-left: 25%;*/
}
}

.table tr:hover td,
.table tr:hover th {
  background-color: transparent;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.well {
    min-height: 10px;
    padding: 9px;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    font-family: Courier; font-weight: bold;
}

.melding-well-sm {
    padding: 9px;
    border-radius: 3px;
}
.melding-well {
    min-height: 10px;
    padding: 9px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
    font-family: Courier;
    font-size: 14px;
    text-align: left;
}

.contentCenter {
	margin-left: 50%;
}

.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}

.navbar-nav123 {
    font-family: Courier;
    font-style: bold;
    display: block;
    margin: 0 10px 0 0;
    position: relative;
    left: 0;
    float: left;
}

.navbar-nav {
	font-family: Courier;
    font-style: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	color: #000;
}



.navbar-nav > li {
    display: block;
    float: left;
	color: #000;
}

.navbar-nav > li > a {
    color: #ffffff;
    font-size: 110%;
    font-weight: bold;
    line-height: 19px;
    text-decoration: none;
    padding: 9px 15px 11px;
    float: none;
}
.navbar-nav > li > a:hover {
    background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.25);
  	color: #ffffff;
}

.nav-pills .nav-link.active, .nav-pills > li > a:hover {
    color: #ffffff;
    background-color: #333333;
}


.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

a {
    color: #333333;
    text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.9);
}

.navbar-brand img {
	max-height: 80px;
}



