/* v1.0 | 20080212 */
/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* =BODY ---------------------------------------------------------------- BODY */
html { -webkit-font-smoothing: antialiased; }
body { font-size: 100%; }
p, td, th, caption, div, .bodyTxt, .BodyTxt, .textForm, .inputForm, a  { 
	font-family:Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size:13px; 
}
p.bodyTxt, p.BodyTxt, p { padding:0px 0 15px 0; margin:0; }
body, p, td, div, p.bodyTxt, p.BodyTxt { line-height: 18px; }
th, caption { font-weight:bold; }


a { color:#125f37; text-decoration: none; }
a:hover { color: #125f37; text-decoration: underline; }


/* =LISTS ---------------------------------------------------------------- LISTS */
.content ul { list-style-type: none; list-style-position: outside; margin:0 0 10px 18px; }
.content ol  { list-style-position: outside; margin:0 0 10px 18px; list-style: decimal }
.content ul li { list-style-type: square; /*list-style-image: url("/gfx/list.gif");*/ margin:0; }
.content li.bodyTxt, #content li.BodyTxt  { margin:0; }


/* =HEADINGS ------------------------------------------------------------- HEADINGS */
h1, h2, h3, h4, h5, h6 { padding:10px 0px 10px 0px; font-weight: bold; margin:0; }

h1 { font-size:28px; line-height:28px; color:#125f37; font-weight:400; font-family:"Open Sans";}
h2 { font-size:20px; line-height:20px; color:#125f37; font-weight:400; font-family:"Open Sans";}
h3 { font-size:14px; line-height:14px; color:#125f37; font-weight:400; font-family:"Open Sans";}
h4 { font-size:12px; line-height:12px; color:#000; }
h5 { font-size:12px; line-height:12px; color:#000; }
h6 { font-size:12px; line-height:12px; color:#000; }

.title-brown{padding:20px 0 20px 0px; color:#4f392e;}

/* =INTRO & ALTERNATIEVE TEKST -------------------------------------------- INTRO & ALTERNATIEVE TEKST */
.header4, .Header4 { font-size: 12px; font-weight: bold; color:#333; margin:0px 0px 10px 0px; }
.header5, .Header5 { font-size: 11px; font-weight: normal; color:#999; margin:0px 0px 10px 0px; }

.titel{padding-bottom:20px;}

/* =IMAGES ---------------------------------------------------------------- IMAGES */
img.borderYes { border: 1px solid #333; }
img.borderNo { border: 0; }
img.floatNone { margin: 5px 22px 5px 22px; float:none; }
img.floatLeft { margin: 5px 22px 5px 0px; float:left; }
img.floatRight { margin: 5px 0px 5px 22px; float:right; }


/* CKEditor */
a img {border:0;}
a { outline:none; }
ul.cke_panel_list, ul.cke_panel_list li { list-style-image: none; background-color: #ffffff; background-image: none; }
/* =HTML ---------------------------------------------------------  */
body {
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	background:#f9f3eb;
	color:#444444;
	overflow-y: scroll;
	_overflow-y:none; /* IE6 */
}

#container {
	position: absolute;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.posab{position:absolute!important; right:-10px!important;}

/* =header -------------------------------------------------------- */
.header {}
.header .banner{position:relative; height:132px;}
.header .banner img{display:block; position:absolute;}
.header .logout{float:right; background:#fff; padding:7px 15px; border-radius:3px; border:1px solid #c3b8a6; border-top:0px; font-size:13px; color:#6a4b2b; z-index: 1; position: relative; margin-top:5px;}
.header .status{/*background:#ddccbb; border-bottom:1px solid #d1b18f; border-top:1px solid #d0af8d;*/ padding:16px 15px 3px; height:48px;}

.header .stretched-bg{position:absolute; height:180px; width:100%; background:url(../gfx/status-bg.gif) repeat-x 0px 0px #2e1e16;}

/* =logo ---------------------------------------------------------- */
a.logo { display:block; height:100px; position:absolute; top:0px;  }
a.logo img { max-width:none; z-index:601; position:relative; }
a.logo:hover { }


/* =search -------------------------------------------------------  */
.searchbar {margin:5px 0px 0 0 ; position:relative; height:24px; width:150px; float:right; }
.searchbar input {
	height:25px;
	border:1px solid #e6e6e6;
x	border-right:none;
	float:left;
	margin:0;
	padding:2px 30px 2px 5px;
}
x .searchbar input:focus { border-color:#000;  }
.searchbar a { background:url(../gfx/search.gif) center center; width:25px; height: 20px; display:block; position:absolute; right:3px;top:3px;}
.searchbar a:hover { filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; }


/* =menu_top -----------------------------------------------------  */
.menu_top { float:right; margin:10px 10px 0 0; }
.menu_top li {  display:inline }
.menu_top li a {
	color:#333333;
	text-align:left;
	text-decoration:none;
	padding: 5px 14px 5px 14px;
	min-height:20px;
	line-height:20px; 	/* Moet hetzelfde zijn als line-height */
}
.menu_top li a:hover {
	text-decoration:underline;
}



/* =nav -----------------------------------------------  */
.nav {
	position:absolute;
	bottom:0px;
	z-index:600;
	margin:0px 0;
	width:100%;
	background:url(../gfx/menu-bg.png);
	padding:0 15px
}
.nav ul {
    list-style: none; 	/* bullit style */
    margin: 0;
    padding: 0;
	float:right;
	width: auto; 		/* breedte van de hoofd menu items */
}

/*
Fixed horizontal menu, menuitems worden verdeeld over gehele breedte. Werkt niet in IE7 en lager.

.nav  ul {
	width:100%;
	display:table;
	table-layout:fixed
}
.nav  li {
	float:none;
	display:table-cell;
}
*/

.nav ul li {
	position: relative;
	float: left;
	margin:0 1px 0 0;
x	background:url('/gfx/devider.gif') no-repeat top left;
}

/* .nav  li:first-child {background:none;} */
.nav ul a {
	display: block;
	color:#fff;
	text-align:left;
	text-decoration:none;
	padding: 5px 14px 5px 14px;
	min-height:20px;
	line-height:20px; 	/* Moet hetzelfde zijn als line-height */
	min-width:150px;  	/* IE-7 maximale breedte */
}


.nav ul ul {
    position: absolute;
    margin-left:0px; 	/* hiermee kunnen we het sub menu onafhankelijk van het hoofdmenu verschuiven.*/
     					/* Voor een horizontale menu moet top moet dezelfde waarde worden als de hoogte van het topmenu en left op 0*/
     					/* Voor een vertikale menu moet top aan en left op 100% */
    top:30px; 			/* hoogte van het topmenu inzetten anders voor een verticaal menu is dit waarde 0
						/ top moet gezet worden ivm IE7 andere browsers kunnen zonder top maar pakken dit ook goed op*/
    left: 0px; 			/* breedte van de hoofd menu in vertikale stand+padding en randen*/
    border:0; 			/* Border om het sub menu heen */
    width:auto;
}
.nav ul ul ul {
    position: absolute;
    margin:0;
    top: 0px;
    left: 100%;

}


.nav  ul a:hover { text-decoration:none; }
.nav  ul a.menu {
	min-width:10px;  /* Voor normale breedte */
	_width:0; /* IE6 fix, normale breedte */
	_white-space: pre;	/* IE6 fix, woorden een regel */
}
.nav  ul a.menu:hover { text-decoration:none; }

.nav  ul li:hover ul a,
.nav  ul ul li:hover ul a,
.nav  ul ul ul li:hover ul a,
.nav  ul ul ul ul li:hover ul a,
.nav  ul ul ul ul ul li:hover ul a,
.nav  ul ul ul ul ul ul li:hover ul a {
	text-decoration:none;
	color:#fff;
	background:#6d4f33;
	width:200px;
	display: block;

}
/* opent sub menu's */
/* Link Item Actief */
/*  hoofdmenu */

.nav  ul li:hover a {
	text-decoration:none;
	color:#fed156;
    display: block;
}
/* subs */
.nav  ul ul li:hover a,
.nav  ul ul ul li:hover a,
.nav  ul ul ul ul li:hover a,
.nav  ul ul ul ul ul li:hover a,
.nav  ul ul ul ul ul ul li:hover a,
.nav  ul ul ul ul ul ul ul li:hover a,
.nav  ul ul ul ul ul ul ul ul li:hover a {
	text-decoration:none;
	color:#4f392e;
	background: #dbc9b6;
}
/* subs verbergen */
.nav  ul ul,
.nav  ul li:hover ul ul,
.nav  ul ul li:hover ul ul,
.nav  ul ul ul li:hover ul ul,
.nav  ul ul ul ul li:hover ul ul,
.nav  ul ul ul ul ul li:hover ul ul,
.nav  ul ul ul ul ul ul li:hover ul ul {
	display: none;
}
/* subs tonen */
.nav  ul li:hover ul,
.nav  ul ul li:hover ul,
.nav  ul ul ul li:hover ul,

.nav  ul ul ul ul li:hover ul,
.nav  ul ul ul ul ul li:hover ul,
.nav  ul ul ul ul ul ul li:hover ul
{
	display: block;
}
/* Actieve link */
.nav .menu.active { color:#fed156; }
.nav .menu.active:hover {  }

/* =breadcrumb ------------------------------------------------------ */
ol.breadcrumb { margin:0; padding:0; }
ol.breadcrumb li { display:inline; list-style:none; }
ol.breadcrumb a { color:#333; }
ol.breadcrumb a:hover { text-decoration:underline; }
ol.breadcrumb span.sep { color:#aaa; padding:0 5px 0 5px; font-size:14px }
ol.breadcrumb a.active { color:#3399FF }

/* =RESIZE --------------------------------------------------------- RESIZE */
.resizeMin { font-weight:bold; color:red;}
#resize img { vertical-align:middle; margin:0 5px 0 5px; }
#resize {position:absolute;background:#FFF;color:#999999;height:20px;width:200px;top:0px;right:20px;text-transform:none;text-align:right;font-size:11px; display:none}
#resize a {text-decoration:none;color:#999999;}
#resize a:hover, #resize a:active {color:#999; text-decoration:underline;}
a.lettergroottemin {font-weight:bold; text-transform:uppercase;}
a.lettergrootte:hover, a.lettergrootte:active, a.printtext:hover {color:#999999; text-decoration:underline;}
a.lettergrootteplus:hover, a.print:hover {color:#000;  }
a.lettergrootteplus {font-size:16px;font-weight:regular; font-weight:bold;}
a.lettergrootte {color:#999999; margin:0 5px 0 5px;}


/* =LANGUAGE ------------------------------------------------------ LANGUAGE */
#language_selection {
	position:absolute;
	right:10px;
	width:200px;
	text-align:right;
}

.menuLan {
}
.menuLan a {
}
.menuLan a:hover {
}


/* =content ------------------------------------------------------ */
.row.content {padding:30px 0px;}
.row.center {text-align:center;}
.pageBody{padding:10px 0px;}
.brown{background:#ceb69f; /*border:1px solid #beac9a;*/ border-radius:5px; padding:20px 10px!important; float:left; width:100%;}
.wb{background:#fff; border:1px solid #ece3da; border-radius:5px; padding:20px 10px!important; float:left; width:100%;}
.left{float:left!important;}

.nine.columns.centered{float:none!important; margin:0 auto;}

#login .container{z-index:auto;}
#login .nav{z-index:auto;}

.login {background:#fff; border-radius:5px; padding:0px 0px!important; border:1px solid #baac9d; z-index:999; position:relative; float:left!important; margin-top:50%; -webkit-box-shadow:  0px 0px 10px 3px #cac6bf; box-shadow:  0px 0px 10px 3px #cac6bf; width:100%;}
.login h1{padding:20px 20px 20px 0px; float:left; width:100%;}
.login .top-login{height:10px; float:left; width:100%; background:#ddccbb; border-top-left-radius:5px; border-top-right-radius:5px;}
.login .bottom-login{float:left; width:100%; background:#ddccbb; padding:20px;}
.login .login-inner{padding:1px 20px 20px 20px; float:left; width:100%;}
.login-back{float:left;}
.wachtwoord-verstuurd{}

/* =footer ------------------------------------------------------ */
footer.container {
	clear: both;
	position: relative;
	margin:0 auto;
	width:100%;
}
footer p {color:#fff;}


/* =Menu-top ----------------------------------------------------- */
footer.top { background:#ddccbb; color:#FFF; border-top:1px solid #d0af8d;}
footer.top a, footer.top p, footer.top .columns { color:#FFF; font-size:12px; }
footer.top a { color:#7e7e7e; font-size:12px; }
footer.top a:hover { text-decoration:none; color:#7da232; }
footer.top  { padding:30px 0;}


/* =Menu-bottom -------------------------------------------------- */
footer.bottom { background:#000; padding:10px 0px; }
.menu_bottom { float:left; margin:0 0 0 0; }
.menu_bottom li { float:left;   }
.menu_bottom li a { margin:0 10px; color:#FFF;  }
.menu_bottom li a:hover { text-decoration:underline; }


/* React online media -------------------------------------------- */
a.realisatie {
	float:right;
	color:#FFF;
	padding:0 0 0 25px;
	margin:2px 15px 0 0;
	background: url('/gfx/react/react-online-media.png') no-repeat center right;
}
a.realisatie:hover { text-decoration:underline; }


/* =FONT --------------------------------------------------------- FONT */

@font-face {
    font-family: 'entyporegular';
    src: url('/fonts/Entypo-webfont.eot');
    src: url('/fonts/Entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Entypo-webfont.woff') format('woff'),
         url('/fonts/Entypo-webfont.ttf') format('truetype'),
         url('/fonts/Entypo-webfont.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

hr {
	border: 0px;
	border-top: 1px solid #cccccc;
	height: 1px;
	margin: 1px 0 5px 0;
}
#titleTag {
	position:relative;
}
#title {
	position:absolute;
	left:0;
	top:0;
}


.backButton, .backButton a  {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

/* =FORM ------------------------------------------------------ FORM */
/* 1. Met PIE.htc kun je CSS3 in IE7,8,9 http://css3pie.com/ (simpel)
 * 2. Met Uniform kun je select stylen http://uniformjs.com/ (advanced)
 */


.cntForm { width:100%; margin:10px 0 20px;  }

.label { width:100%;float:left; text-align:left; margin-top:10px; }
.form { width:100%; margin:2px 0 3px; float:left; position:relative; display:inline;	}
.fullwidth { width:100%; }
.inputForm, .inputFormSmall, select, textarea, .inputFormSmall  {
	font:12px arial;
	float:left;
	padding:4px 5px 4px 5px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc); /* Voor CSS3 PIE */
	background:#FFF;
	position:relative;
	z-index:1;
 }

	.inputForm { width:240px; border:1px solid #d0af8d!important; }
	.inputForm,
	.inputFormSmall,
	select { padding:4px 5px 4px 5px; float:left; }
	input.inputFormSmall { width:70px; margin-left:0; float:left; }
	textarea.inputForm { height:120px; }
	.fullwidth textarea { width:388px; }
	.fullwidth .inputFormSmall {  }
	.fullwidth span { width:150px; float:left }

		input[type="text"]		{ }
		input[type="select"] 	{ }
		input[type="radio"] 	{ width:20px; margin-left:0; float:none; border:0; background:none; }
		input[type="checkbox"] 	{ width:20px; margin-left:0; float:none; border:0; background:none;  }
		input[type="file"] 		{ border:1px solid #CCC; }
		input[type="submit"] 	{ }
		input[type="reset"] 	{ }

   	 /* Checkbox > meerdere hori */ input.fieldType101 			{ float:none; }
	 /* Select > Land */			select.fieldType114 		{ width:252px; height:25px; }
	 /* Input > Voor&achternaam */  input.fieldType107 			{ width:112px;  }
									input.fieldType107.field1 	{ margin-right:2px }
									input.fieldType107.field2 	{  }
	 /* Input > postcode&plaats */  input.fieldType105			{  }
									input.fieldType105.field1 	{ width:46px; margin-right:2px; }
									input.fieldType105.field2 	{ width:178px; }
	 /* Input > straat&huisnr */	input.fieldType108			{ float:left; }
									input.fieldType108.field1 	{ width:188px; margin-right:2px }
									input.fieldType108.field2 	{ width:35px;  }
	 /* Input > aanhef&naam */		input.fieldType106			{  }
									select.fieldType106	 		{ width:85px; height:25px;  float:left; }
									input.fieldType106 			{ width:150px; float:right; margin-top:0px; }

	 /* Radio > 2 hori */			input.fieldType102			{  }
	 /* Checkbox > 2 hori */		input.fieldType101			{  }
	 /* Radio > meedere hori */		input.fieldType7			{  }
	 /* File > bestandsinvoer */	input.fieldType103			{  }
	 /* Img captcha */				input.fieldType199 			{  }

	#imgCaptcha { width:103px; height:22px; padding:0; border:1px solid #CCC; float:left; margin-top:2px;  }
	#field30	{ width:83px; height:16px; float:left; margin-top:0px; }

	div.buttonForm  { margin:5px 0px 0px 0px; padding:0px; float:right; }
	input.buttonForm { height:25px; margin:0px; background:blue; color: #FFF; border:0; cursor:pointer; }
	input.buttonForm:hover { background:#333; }
	input.buttonForm::-moz-focus-inner { border:0; } /* Geen outline (a & buttons) in FireFox. Tot 3.6, FF4 heeft geen outline meer bij default */

	.publicatiedatum { text-transform:capitalize; }
	.verplicht { margin:10px 0px 0px 0px; float:left; text-align:left; line-height:25px; }

	input[type=submit].button{border:none; float:right;}



/* =NEWS ------------------------------------------------------------ NEWS */

.news { background:#fff; border:1px solid #ece3da;  position:relative; padding:20px; border-radius:5px;}
.news, .news .modItems, .news .modItem, .news .modField { }
.news .modItems {  }
.news .modItem 	{ padding:16px 0 20px 0; border-top:1px solid #beac9a; }
.news.short .modItem{border:none;}
.news .modItem:first-child { border:none; }
.news .modItem a { display:block; padding:0 0 0 0px; cursor:pointer; text-decoration:none; }
.news .modItem a:hover { }

/* Velden */
.news .date 	{ font-size:12px; color:#00462e; margin:0 0 0 0; padding:8px 0 8px 0;}
.news .text 	{ font-size:13px; color:#333333; margin:0 0 0 0; padding:0 0 0 0; }
.news .title 	{ font-size:18px; color:#6d4f33; margin:0 0 0 0; padding:0 0 0 0; line-height:21px; font-family:"Open sans","Arial";}
.news .modItem a:focus, .news .modItem a:active {  }

#news .title h2{padding:15px 10px; color:#2f1f16; font-size:15px;}
#news .news {background:none; border:none; background:#dbc9b6; padding:0px; margin:0 10px;}
#news .modItems{background:#cfb69e; padding:10px;}
#news .news .modItem{/*padding:10px;*/ background:url(../gfx/news-arrow.png) no-repeat 96% 20% #f9f3eb; border-radius:5px; border:none; margin-bottom:10px;}
#news .news .modItem:hover, #news .news .modItem.active{background:url(../gfx/news-arrow.png) no-repeat 96% 20% #6f5032;}
#news .news .modItem:hover .title, #news .news .modItem.active .title{color:#fff;}
#news .news .modItem:hover .date, #news .news .modItem.active .date{color:#ddccbb;}
#news .news .modItem a{padding:5px 10px;}
#news .news .title{font-size:13px; line-height:21px; color:#2e1e15;}
#news .news .date {padding:0px 0 3px 0; color:#9b7853; font-size:12px;}
#news .modNav{float:left; width:100%; background:#dbc9b6; padding:10px; border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
#news .NavLabel{display:none;}


.news a.rss {
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	background:url(/gfx/btn/rss.png);
	right:15px;
	top:22px;
}
.news a.rss:hover { background:url(/gfx/btn/rss-hover.png);}
.publicatiedatum { font-weight:bold; }

.news-label{float:right; color:#ddccbb; font-size:21px; font-family:"Open sans"}

/* =SHARE ------------------------------------------------------------------ SHARE */

.addthis_separator {
	float:right;
	color:#3f4345;
	font-size:12px;
	font-weight:normal;
}
#addthis_toolbox {
	position:relative;
	margin:10px 0 10px 0;

}
.addthis_toolbox {
	/*background:#0f0;*/
	margin:10px 0px 10px 0;
}
.addthis_toolbox a {
	float:right;
	margin-left:5px;
}

/* =LIKE --------------------------------------------------------- LIKE */
#like {
	background:#F6F6F6;
	padding:10px;
	margin-top:20px;
	border: 1px solid #E9E9E9;
}

#like .addthis_toolbox a { margin-left:0 !important; }

/* =SOCIAL --------------------------------------------------------- SOCIAL */
#social {
	background:#F6F6F6;
	padding:10px;
	margin-top:20px;
	border: 1px solid #E9E9E9;
}
#social a  {
	height:24px;
	width:24px;
	display:block;
	background:url(../gfx/sprite_social.png) no-repeat;
	cursor:pointer;
	margin:0 3px 3px 0;
	display:table-cell;
}
#social a:hover {
	filter: none !important;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	zoom:1;

}
#social a.twitter { 	background-position:-3px -3px;	}
#social a.facebook {  	background-position:-33px -3px;	}
#social a.youtube {  	background-position:-63px -3px;  }
#social a.rss { 		background-position:-93px -3px; }
#social a.linkedin { 	background-position:-123px -3px; }
#social a.hyves { 		background-position:-153px -3px; }

/* =PAGINANAVIGATIE voor photo.inc & news.inc --------------------------------- PAGINANAVIGATIE */
/*div.Nav a:hover, div.NavRight span:hover, div.NavLeft span:hover { text-decoration:underline; color:#0F0; }
div.Nav a, div.NavRight span, div.NavLeft span { text-decoration:none; color:#0F0; }
div.NavRight .NavDis span, div.NavLeft .NavDis span, div.NavAct  { color:#000; }
div.NavBullet { color:#CCCCCC; }*/

div.NavRight .NavDis span:hover, div.NavLeft .NavDis span:hover { text-decoration:none; }
div.NavLeft span{display:none!important;}
div.NavLeft a, div.NavLeft .NavDis { text-align:right; display:none;}
div.NavRight a, div.NavRight .NavDis { text-align:left; display:none;}
div.NavLeft, div.NavRight, div.NavBullet { padding:0 1px 0 1px; display:none;}
xdiv.Nav, xdiv.NavAct { padding:0 2px 0 2px; color:#fff;}
xdiv.Nav a, xdiv.NavAct{color:#fff; background:#6e4f31; padding:5px 10px; border-radius:5px; margin-right:4px;}
div.NavAct{background:#cc4c00;}

div.NavLabel{position:static;display:inline-block;float:left;}
div.NavLeft,div.NavLeft a{position:static;display:inline-block;float:left;}
div.NavAct{position:static;display:inline-block;float:left;}
div.NavBullet{position:static;display:inline-block;float:left;}
xdiv.Nav,xdiv.Nav a{position:static;display:inline-block;float:left;}
div.NavRight,div.NavRight a{position:static;display:inline-block;float:left; display:none;}

div.NavLeft a { background: url('../gfx/btn/prev.gif') no-repeat center center; }
div.NavRight a { background: url('../gfx/btn/next.gif') no-repeat center center; }
div.NavLeft .NavDis { background: url('../gfx/btn/prev_dis.gif') no-repeat center center; }
div.NavRight .NavDis { background: url('../gfx/btn/next_dis.gif') no-repeat center center;  }
div.NavBullet { background: url('../gfx/btn/line.gif') no-repeat center center; display:none;}

div.NavLeft a:hover { background: url('../gfx/btn/prev_hover.gif') no-repeat center center; }
div.NavRight a:hover { background: url('../gfx/btn/next_hover.gif') no-repeat center center;  }


/* Pagenavigatie met images of met tekens. Voor images visibility:hidden instellen & background:none verwijderen */
div.NavRight span, div.NavLeft span, div.NavLeft .NavDis span, div.NavRight .NavDis span { visibility:visible;}
div.NavBullet { background:none; }
div.NavRight a, div.NavLeft a, div.NavLeft a:hover, div.NavRight a:hover, div.NavLeft .NavDis, div.NavRight .NavDis  {
	width: 22px;
	height: 22px;
	background:none;
	text-decoration:none;
	font-size:14px;
	display:none;
}

.next-nav, .back-nav{background:#dbc9b6; border-top-left-radius:3px; border-top-right-radius:3px; padding:10px; top:-8px; position:absolute;}
.next-nav	{right:26px;}

/* ===== PAGINATION PHOTOS ============================== */
.product-loader, .ias_trigger{float:left; width:100%; margin-bottom:20px;}
.ias_trigger a, .product-loader{float:left; width: 100%; text-align:center; margin-top:30px;}
.ias_trigger a{background: #fff; padding: 10px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);}
.ias_trigger a:hover{}



/* =PHOTO --------------------------------------------------------------------- PHOTO */
/*.photo .modThumb img { border:1px solid #0099ff; }*/
/*modThumb.thumb{float:left; width:20%; padding:10px 0; margin:0 10px 0 0;}
.modThumb.thumb img {display: block; width:100%;
border: solid 4px white;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition-property: box-shadow;
-moz-transition-property: box-shadow;
-o-transition-property: box-shadow;
transition-property: box-shadow;
-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;
transition-duration: 300ms;}

.modThumb.thumb:hover img { -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); -moz-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

*/
.photo .modNav {
	position:absolute;
	/*top:0px; */
	bottom:0px;
	right:0px;
	/*left:0px; */
	margin:0px 10px 0px 0px; /*Pagina navigatie uitlijnen met foto's */
}
.photo .modItem {
	position:relative;
	float:left;
	margin:0px 4% 4% 0;
	width:28%;
}
.photo .modThumb { }
.photo .modItem  { float:left; }
#photoContainer { position:relative; padding:25px 0px 15px 0px; margin:0px; overflow:auto;  } /*Inhoud foto's en paginanavigatie */
.photo .modThumb.field0 a { text-decoration:none; color:#FFF; display:block; }
.photo .modThumb.field0 {
	display:block;
	position:absolute;
	left:1px;
	bottom:5px;
	min-height:25px;
	line-height:25px;
	width:100%;
	background:#000;
	text-align:center;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

.album .modThumb.thumb { width:100% }

.album .modThumb.title { text-align:center; }



/* =PHOTO --------------------------------------------------------------------- PHOTO */


/* =VALIDATION ---------------------------------------------------------------- VALIDATION */
.validity-summary-container {

	color:#F60;
	font-size:13px;
	padding:5px 0px;
	margin:5px 0;
	float:left;
	width:400px;
}

.datepicker.hasDatepicker.error{border:1px solid #c60f13!important;}

.validity-summary-container ul li { list-style-type:square; list-style:square; background:none; list-style-position:inside; }
.datum.afwijkend label.error{display:none;}
label.error {
    color:red;
    margin-left:2px;
    background-image:url('arrow.gif');
    background-position:left center;
    background-repeat:no-repeat;
    padding:2px;
    padding-left:18px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
	float:left;
	width:300px;
	border:none;
}
.validity-modal-msg {
    position:absolute;
    z-index:2;
    background-color:red;
    border:solid 1px #000;
    padding:4px;
    cursor:pointer;
	float:left;
}
.validity-modal-msg:hover { background-color:#aaa; }
.validity-summary-container { display:none; }
.validity-summary-container ul { font-size:13px; line-height:20px; }
.validity-erroneous { border:solid 1px #F60 !important; }
.error { border:1px solid red; }

#error .header .banner{height:160px;}


/* =HOMEBLOKKEN ------------------------------------------------------------ HOMEBLOKKEN */
.homeblok {
	width:960px;
	float:left;
	position:relative;
}
.homeblok a {
	width:238px;
	float:left;
	margin:0px 2px 0 0;
	position:relative;
}
.homeblok  { margin:10px 0 0  0; }
.homeblok a p { padding:0px 0px 0 0px; margin:6px 0 10px 0;  color:#52595c; }
.homepageblokken a h2 { padding:0px 0px 0 0px; margin:6px 0 10px 0; color:#52595c; }
.homeblok a:hover { filter:alpha(opacity=90); -moz-opacity:0.9;-khtml-opacity: 0.9; opacity: 0.9; }
.homeblok a img { width:238px; position:absolute; bottom:0; left:-22px; }
.homeblok a.homeblok.last { width:240px; margin:0; }
.homeblok .grid_4 { width:318px; }
.homeblok a { background:#dfdfdf; text-decoration:none; }
.homeblok a:hover { background-color: #CCC; text-decoration:none; }

.box { padding:10px 10px 10px 10px; }


#youtubevideo { height:150px; float:left; width:200px; margin: 10px; }
#twitterfeed { float:left; margin:10px }

#twitterfeed .twtr-hd, #twitterfeed .twtr-ft { display:none }
#twitterfeed .twtr-widget .twtr-tweet { border-bottom: 1px dotted #bbb; padding:5px 0px; margin:0 10px; }
#twitterfeed #tweet-id-1 { border-bottom: 0; }
#twitterfeed .twtr-tweet-text em { display:none; }


/*****************************************
 * 404
*****************************************/




#map_canvas {height:250px; width:100%;}







/* Selectie kleur */
::selection, ::-moz-selection { color: white; background-color: grey; }

/* The Grid ---------------------- */
.row { width: 1200px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row.full-width {width:100%;}
.row.collapse .column, .row.collapse .columns, .row.collapse { padding: 0;  }
/*.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }*/
.row .row.collapse { margin: 0; }

.column, .columns { float: left; min-height: 1px; padding: 0 20px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }

.row .columns.top { position:relative; margin:0px 0 0 0; }
.menu.main .nav-bar { padding:0; margin:0; }


.row { padding:0 15px; }


 /* Dubbele padding fix */
.row
{
  *display: inline; /*Target IE7 and bellow*/
  _display: inline; /*Target IE6 and bellow*/
}

.container {
	width: 1200px;
	max-width: 100%;
	min-width: 768px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
	z-index:1;
}

.nav a, a.contact, .locatie, .inner, input.buttonForm, footer a, .flex-control-paging li a {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.radius {
  -moz-border-radius: 7px; /* Firefox */
  -webkit-border-radius: 7px; /* Safari, Chrome */
  border-radius: 7px; /* CSS3 */
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* reset padding */
.no-padding		{ padding:0px!important; }
.no-padding-l	{ padding-left:0px!important; }
.no-padding-r	{ padding-right:0px!important;	}

.ten-padding{padding:0 10px!important;}

.border-r		{ border-right:1px solid #f0f0f0;}
.border-l		{ border-left:1px solid #f0f0f0;}


/* Hide & visible desktop, tablet and mobile */
.vp 	{ display: none !important; }
.vt 	{ display: none !important; }
.hd 	{ display: none !important; }
.vd 	{ display: inherit !important; }

@media (min-width: 768px) and (max-width: 1024px) {
.hd 	{ display: inherit !important; }
.vd 	{ display: none !important; }
.vt 	{ display: inherit !important; }
.ht 	{ display: none !important; }
}

@media (max-width: 767px) {
.hd 	{ display: inherit !important; }
.vd 	{ display: none !important; }
.vp 	{ display: inherit !important; }
.hp 	{ display: none !important; }
}



/*****************************************
 * ALERTS *
*****************************************/
.alert-box {
display: block;
padding: 6px 7px 7px;
font-weight: bold;
font-size: 14px;
color: white;
background-color: #2ba6cb;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 0px!important;
border-radius-top-left: 3px!important;
border-radius-top-right: 3px!important;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
position: relative;
}

.alert-box.alert {
background-color: #c60f13;
color: #fff;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
font-size:12px;
}

.hourLeft.red{color:#C03; font-weight:bold;}

/*****************************************
 * Producten *
*****************************************/

.product-groep-d .thumb img{height:62px\9}
.aanbiedingen .thumb img{height:98px\9}
.white-popup .five.columns img{height:122px\9}

/* PRODUCT GROEPEN */

.product-groep {width:100%; background:#ceb69f; margin-top:0px!important; float:left; border-radius:5px; border-radius:5px; padding-top:0px;}
.product-groep h1 {color:#4f392e; font-size:17px;}
.product-groep .page-title{background:#dac8b6; border-top-left-radius:5px; border-top-right-radius:5px; padding:0 10px;}
.product-groep .modItems{float:left; width:100%; padding-bottom:20px; padding:10px; }
.product-groep .modItems .modItem, .product-groep .modItems .modItem{float:left; width:23.5%; margin:0 2% 2% 0;  background:#fff; border-radius:5px; border-right:1px solid #fdf7f1; border-top:1px solid #fdf7f1; position:relative; /*min-height:187px;*/ height:187px; border:1px solid #ede5dc;}
.product-groep .modItems .modItem a {/*float:left; width:100%;*/}
.product-groep .modItems .modItem a:hover{text-decoration:none;}
.product-groep .modThumb.thumb{text-align:center;}
.product-groep .modThumb.thumb img {}
.product-groep .modThumb.title{position:absolute; bottom:0px; color:#00462e; font-size:16px; width:100%; text-align:center; background:#f9f3eb; border-top:1px solid #ede5dc; padding:10px 0 20px; border-bottom-left-radius:5px; border-bottom-right-radius:5px;}

/* PRODUCTEN-BALKEN (open klap) */
.product-groep-d {width:100%; background:#dbc9b6; margin-top:20px!important; float:left; border-radius:5px; border-radius:5px; padding-top:0px; padding:10px;}
.product-groep-d .page-title{float:left; margin-top:-40px; background: #dbc9b6; border-top-left-radius:3px; border-top-right-radius:3px; margin-left:-10px; padding:3px 20px;}
.product-groep-d .page-title h1{font-size:15px; color:#4f392e; padding-top:0px;}
.product-groep-d .page-title:hover{text-decoration:none;}
.product-groep-d .page-title:hover h1{ color:#cc4f02;}

.product-groep-d .modGroup {background: #6d4f33; float: left; width: 100%; font-size: 16px; padding:12px 15px; color: #fff; position: relative; border-radius:5px;}
.product-groep-d .modGroup.active{background:#ceb69f; color:#4f392e; border-bottom-left-radius:0px; border-bottom-right-radius:0px;}
.product-groep-d .modGroup:hover{cursor:pointer; background:#cc4f02; color:#fff;}
.product-groep-d .modGroupContainer {overflow: hidden!important; height: 0; float: left; width: 100%; background:#ceb69f; border-bottom-left-radius:5px; border-bottom-right-radius:5px; margin-bottom:10px;}
.product-groep-d .modGroupContainer.active {height: auto;}
.product-groep-d .modGroupContainer .modItems{padding:10px;}
.product-groep-d .arrow-tab {width: 10px; height: 12px; background: url(../gfx/popup/next-prev.png); position: absolute; top: 14px; right: 10px;}

/* PRODUCTEN */
/*.product-groep-d .modGroupContainer .modItems .modItem{border:1px solid #d0af8d; min-height:0px; min-height:140px; width:23.5%; margin:0 2% 2% 0; float:left; position:relative;}
.product-groep-d .modGroupContainer .modThumb.thumb{float:left; width:25%; padding:10px 0px 10px 10px;}
.product-groep-d .modGroupContainer .modThumb.title{ background:none!important; position:relative; width:60%; float:left; color:#125f37; min-height:auto; padding-top:15px;}
.product-groep-d .modGroupContainer .modThumb.text{display:none;}
.product-groep-d .modGroupContainer .modThumb.prod-nr{color:#5e4127; padding:0 0 0 20px;}
.product-groep-d .modGroupContainer .modThumb.prod-nr.modLabel{float:left;}
.product-groep-d .modGroupContainer .more-info, .product-groep-d .modGroupContainer .bestel{}
.product-groep-d .modGroupContainer .more-info{}
.product-groep-d .modGroupContainer .bestel{}

.product-groep-d .modThumb.prodNr {color:#666; font-size:12px; padding-top:2px;}
.product-groep-d .modThumb.prodNr.modLabel{float:left;}
.product-groep-d .offer {display:none;}*/

/*****************************************
 * Producten *
*****************************************/
.product-overview {width:100%; background:#dbc9b6; margin-top:30px!important; float:left; border-radius:5px; border-radius:5px; padding-top:30px;}
.product-overview.aanbiedingen{background:#ceb69f;}
.product-overview h3.productTitle {font-size:20px; color:#ea5800; padding:50px 20px 20px; line-height:24px;}
.product-overview .modItems{float:left; width:100%; padding-bottom:20px; padding:20px; }
.product-overview .modItems .modItem, .product-groep-d .modItems .modItem{float:left; width:24%; margin: 0 1% 1% 0;  background:#fff; border-radius:5px; border-right:1px solid #fdf7f1; border-top:1px solid #fdf7f1; position:relative; /*min-height:187px;*/ height:187px;}
.product-overview .modItems .modItem a {}
.product-overview .modItems .modItem a:hover, .product-groep-d .modItems .modItem a:hover{text-decoration:none;}
.product-overview .modThumb.thumb, .product-groep-d .modThumb.thumb{float:left; text-align:left;}
.product-overview .modThumb.thumb img , .product-groep .modThumb.thumb img {}
.product-overview .modThumb.text, .product-groep .modThumb.text{float:right!important; color:#3d000e; font-size:13px;}

.product-overview .modGroupContainer .modItems .modItem, .product-groep-d .modGroupContainer .modItems .modItem{border:1px solid #d0af8d; min-height:0px; /*min-height:140px;*/}
.product-overview .modGroupContainer .modThumb.thumb , .product-groep-d .modGroupContainer .modThumb.thumb{float:left; width:40%; padding:10px 10px 10px 10px;}
.product-overview .modGroupContainer .modThumb.title, .product-groep-d .modGroupContainer .modThumb.title{ background:none!important; position:relative; width:60%; float:left; color:#125f37; min-height:auto; padding-top:15px; font-size:14px; padding:20px 10px 10px;}
.product-overview .modGroupContainer .modThumb.text, .product-groep-d .modGroupContainer .modThumb.text{color:#5e4127; padding:0 0 0 10px; float:right; width:60%;}
.product-overview .modGroupContainer .modThumb.prod-nr, .product-groep-d .modGroupContainer .modThumb.prod-nr{color:#5e4127; padding:0 0 0 10px; float:right; width:60%;}
.product-overview .modGroupContainer .modThumb.prod-nr.modLabel, .product-groep-d .modGroupContainer .modThumb.prod-nr.modLabel{float:left;}
/*.product-overview .modGroupContainer .more-info, .product-overview .modGroupContainer .bestel, .product-groep-d .modGroupContainer .more-info, .product-groep-d .modGroupContainer .bestel{clear:both; float:left; background:url(../gfx/footer-bg.gif) top center #ceb69f repeat-x; width:50%; padding:10px 20px; border-bottom-left-radius: 3px; min-height:40px; color:#333;}
.product-overview .modGroupContainer .more-info, .product-groep-d .modGroupContainer .more-info{position:absolute; left:0px; bottom:0px;}
.product-overview .modGroupContainer .bestel, .product-groep-d .modGroupContainer .bestel{clear:none; border-bottom-right-radius: 3px; border-bottom-left-radius: 0px; background:url(../gfx/bestel-btn-bg.gif) top center #64b46a repeat-x; color:#fff; position:absolute; right:0px; bottom:0px;}*/

.product-overview .modThumb.prodNr {color:#666; font-size:12px; padding-top:2px;}
.product-overview .modThumb.prodNr.modLabel{float:left;}
.product-overview .offer {display:none;}

.product-overview .modGroup {background: #ceb69f; float: left; width: 100%; line-height: 40px; font-size: 16px; text-indent: 15px; color: #333; position: relative;}
.product-overview .modGroup:hover{cursor:pointer;}
.product-overview .modGroupContainer {overflow: hidden!important; height: 0; float: left; width: 100%; background:#fff; border-bottom-left-radius:5px; border-bottom-right-radius:5px; margin-bottom:10px;}
.product-overview .modGroupContainer.active {height: auto;}
.product-overview .arrow-tab {width: 10px; height: 12px; background: url(../gfx/popup/next-prev.png); position: absolute; top: 14px; right: 10px;}*/

/* ==============================================================================================================
   ==== AANBIEDINGEN ============================================================================================
   ==============================================================================================================*/

   .product-overview.aanbiedingen {margin-top:33px!important; }
   .product-overview.aanbiedingen .modItems .modItem{float:left; width:32.0%; margin:0 2% 2% 0;}

   .product-overview.persoonlijke-aanbieding{background:#6d4f33; -moz-box-shadow: 0 0 5px #c4ad97; -webkit-box-shadow: 0 0 5px#c4ad97; box-shadow: 0 0 5px #c4ad97; margin-top:-40px!important;}
   .product-overview.persoonlijke-aanbieding .modItems .modItem{width:100%; margin:0 0 2% 0;}
   .aanbieding-titel{color:#fff; text-align:center; font-size:18px; padding-top:30px; font-weight:400;}

   .product-overview .modItems .modThumb.thumb{float:left; width:40%; padding:10px 0px 10px 10px;}
   .product-overview .modItems .modThumb.title{ position:relative; width:60%; float:left; color:#125f37; min-height:auto; padding-top:15px; font-size:14px; padding:20px 10px 10px;}
   .product-overview .modItems .modThumb.text{color:#5e4127; padding:0 0 0 10px; float:right!important; width:60%;}
   .product-overview .modItems .modThumb.prod-nr{color:#5e4127; padding:0 0 0 10px; float:right; width:60%;}

   .product-overview .modItems .modThumb.prod-nr.modLabel{float:left;}

   .product-overview .modItems .more-info, .product-groep-d .modGroupContainer .more-info{background:url(../gfx/meer-info.gif); width:33%; border-radius:3px; border:1px solid #c9b29b; float:left; text-align:center; color:#fff; padding:2px 0px; height:25px; margin-bottom:6px; float:right;}
   .product-overview .modItems .bestel, .product-groep-d .modGroupContainer .bestel{background:url(../gfx/toevoegen.gif); width:33%; border-radius:3px; border:1px solid #be4300; float:left; text-align:center; color:#fff; padding:2px 0px; height:25px; float:right;}
   .product-overview .modItems .more-info:hover, .product-groep-d .modGroupContainer .more-info:hover{opacity:0.6;}
   .product-overview .modItems .bestel:hover, .product-groep-d .modGroupContainer .bestel:hover{opacity:0.6;}

   .price-bg{background:#f9f3eb; float:left; border-top:1px solid #ede5dc; padding:5px; width:100%; border-bottom-left-radius:5px; border-bottom-right-radius:5px; position: absolute; bottom: 0px; left: 0px;}
   .price-tag{background:#cfebc6; border:1px solid #b3dfab; float:left; width: 65%; border-radius:3px; margin-right:2%; padding:5px 10px 0px; min-height:25px; min-height: 56px;}
   .persoonlijke-aanbieding .price-tag{background:#c6e1eb; border:1px solid #abcddf;}
   .modThumb.price{color:#00462e; text-align:right; font-size:12px; padding-bottom:2px;}
   .modThumb.price.discount{font-size:17px; font-weight:bold; line-height:22px;}

   .shadow{bottom: -15px; position: absolute; width: 100%; left: 0px; text-align: center;}
   .datepicker{width:80%!important; float:left;}

/* ==============================================================================================================
   ==== Afwijkende voorbestellingen ============================================================================================
   ==============================================================================================================*/

	.button.datum{width:100%; margin-bottom:20px; background:#6f5032; color:#fff!important; text-align:left;}
	.button.datum:hover{text-decoration:none; background:#ceb69f;}
	.brown .button.datum:hover{ opacity:0.6;}



.button.datum.complete {background:#6f5032; border:2px solid #54381d; }
.button.datum.incomplete {background:#c01806; border:2px solid #951508; }
.button.datum.modified {background:#f06317; border:2px solid #cb5211; }
 p.complete{padding:5px 10px; background:#6f5032; color:#fff; margin:10px 0px 20px; border:2px solid #951508; border-radius:5px;}
 p.incomplete{padding:5px 10px; background:#c01806; color:#fff; margin:10px 0px 20px; border:2px solid #cb5211; border-radius:5px;}
 p.modified{padding:5px 10px; background:#f06317; color:#fff; margin:10px 0px 20px; border:2px solid #cb5211; border-radius:5px;}

	.button.datum.bestelling{background:#e9dfd6; border:1px solid #dacab9; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; width:92%; color:#6f5032!important;}
	.button.datum .aantal{color:#6f5032; font-size:12px; margin-left:4px;}

	.datum.afwijkend{float:left; width:100%;}
	.afwijkend input{width:100%!important; background:#fff!important; border:1px solid #dacab9!important; -webkit-box-shadow:none; margin-bottom:0px!important; border-radius:5px!important; padding:10px 20px!important; color:#4e4034!important; font-size:15px!important; font-family:"Open Sans"!important; font-weight:400!important;}
	.afwijkend input:hover{cursor:pointer;}
	.afwijkend.button.orange{font-size:13px; padding: 14px 40px 14px; float:left;}

	.datum-wrapper{position:absolute; display:none; background:#fff; border-radius:5px; z-index:999; width:90%; -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 3px 5px#888; box-shadow: 0 3px 5px #888; -webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0; border-top-left-radius: 0; right: 8px; top: 43px;}
	.datum-wrapper ul{ margin:0px; border-right:1px solid #efefef;}
	.datum-wrapper ul li{ list-style:none;  border-top:1px solid #efefef;}
	.datum-wrapper ul li .date{float:right;}
	.datum-wrapper ul li a{color:#6f5032; padding:10px 20px; display:block;}
	.datum-wrapper ul li a:hover{background:#ffe49f; text-decoration:none;}
	.datum-wrapper ul a.active{color:#333;}
	.datum-wrapper ul a.inactive{opacity:0.5;}

	.datum-wrapper .datepicker{margin:10px;}

	.datum-wrapper .ui-datepicker{-webkit-box-shadow:none; box-shadow:none;}

	.button.datum.kies{margin-bottom:0px; width:46%; float:right}
	.button.datum.kies.active {
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	 }

	 .title-right{text-align:right; width:51%; float:left; font-size:16px; line-height:18px;}



	#shop04 [class*="column"] + [class*="column"]:last-child{float:left!important;}


	.levertijd{margin:20px 0 15px;}
	.levertijd .red{color:#C00; display:block;}

/* ==============================================================================================================
   ==== BUTTONS =================================================================================================
   ==============================================================================================================*/
.button { width: auto; background: #fff; /*border: 1px solid #1e728c;*/  color:#6f5032!important; cursor: pointer; display: inline-block; font-family: inherit; font-size: 14px; font-weight: 100; line-height: 1; margin: 0; outline: none; padding: 10px 30px 11px; position: relative; text-align: center; text-decoration: none; border-radius:5px; /*border-right:1px solid #6f5032; border-bottom:1px solid #6f5032; border-left:1px solid #b59a7e; border-top:1px solid #b59a7e;*/ }
.button:hover { text-decoration:none; opacity:0.8;}
.button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
.button:focus { -webkit-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; }

.button.orange{background:url(../gfx/btn/btn-orange.gif) repeat-x #d05f1b; border:1px solid #ab5f30; color:#fff!important; -moz-box-shadow: 0 0 8px #ceccc7; -webkit-box-shadow: 0 0 8px#ceccc7; box-shadow: 0 0 8px #ceccc7; font-size:12px;}
.button.orange h2, .button.orange h3{color:#fff;}
.button.orange h2{font-size:40px; font-weight:400;}
.button.orange h3{font-family:Arial, Helvetica, sans-serif;}
.button.green{color:#125f37!important;}
.button.seizoensartikel-goto, .button.aanbieding-goto{margin-bottom:20px; background:#6f5032;}
.button.seizoensartikel-goto h3, .button.aanbieding-goto h3{color:#fff;}

.button.inloggen{padding:9px 35px 10px;}

.bottom .button.orange{font-size:14px;}

.white-popup {
  position: relative;
  background:url(../gfx/popup/top.gif) repeat-x #FFF;
  padding-top: 30px;
  width: auto;
  max-width: 520px;
  margin: 20px auto;
  border-radius:5px;
  border:1px solid #fff;
  /*overflow:hidden;*/
}

.message{float:left; width:100%; margin:10px 0px 0px 10px;}

.icon{font-family:"entyporegular"; font-size:36px; float:right; line-height:15px;}
.icon.warning{float:left; padding:0px 10px 0 0;}
.icon.cross{padding:0px 0px 0 5px; line-height:19px;}
.icon.remove-b{float:left; border:1px solid #e4d7c9; padding:2px 4px 1px 3px; font-size:30px; line-height:14px; color:#e4d7c9; border-radius:5px; margin-top:9px; margin-right:7px;}
.icon.remove-b:hover{color:#F00; text-decoration:none;}
.icon.add{margin:0 0 0 10px; color:#6f5032;}
.icon.bestel{margin:0 0 0 10px; color:#fff;}
.icon.print{margin: 0 0 0 10px;}
.icon.refresh{margin: 0 0 0 10px;}
.button.print{margin-left:9px; float:left;}
.button.refresh{float:left; margin-left:10px;}

.ui-datepicker-trigger{ padding:8px 9px 9px; border-radius:5px; position:absolute; top:0px; right:14px;}
.ui-datepicker-trigger:hover{}

.row.popup{min-width:0px;}
.row.popup .columns{font-size:12px;}
.row.popup.top{margin-top:10px; padding:0 30px; }
.popup hr{ border-color:#e3d4c5; margin:10px 0px;}
.white-popup table{
	width:100%!important;
	border:0;
}
.white-popup h3 { font-size: 15px; padding-bottom:10px; }
.white-popup table tbody tr td { padding: 0px 0px; font-size:12px; color:#333333; line-height:18px; }
.white-popup table tbody tr td p, .white-popup table tbody tr td h2 { padding:0; }
.white-popup .button.orange { margin-top:20px; margin-bottom:20px; font-size:13px; padding:10px 10px;}

.mfp-bg{background:#2e1e16!important; opacity:0.6;}
.mfp-close-btn-in .mfp-close{top:-14px; background:#fff!important;}
.mfp-close:active{top:-14px!important;}
.mfp-close:hover{color:#815d37!important;}
.mfp-close{opacity:1.0!important; right:-1px!important; border-top-left-radius:5px; border-top-right-radius:5px; width:34px!important; height:26px!important; line-height:34px!important; color:#6f5032!important;}


.art-nr{color:#5e4127; font-size:15px;}
.prijs-label{
	background:#70bc76;
	border:1px solid #8db585;
	border-bottom:0px;
	margin-top:-25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #9fcc97;
	background: -moz-linear-gradient(top,  #9fcc97 0%, #8cc182 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9fcc97), color-stop(100%,#8cc182));
	background: -webkit-linear-gradient(top,  #9fcc97 0%,#8cc182 100%);
	background: -o-linear-gradient(top,  #9fcc97 0%,#8cc182 100%);
	background: -ms-linear-gradient(top,  #9fcc97 0%,#8cc182 100%);
	background: linear-gradient(to bottom,  #9fcc97 0%,#8cc182 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fcc97', endColorstr='#8cc182',GradientType=0 );
	padding: 0 10px;

}
.bestel-btn{width:48%!important; padding-top:15px;}
.week-aanbieding{ font-size:18px; color:#fff; display:block; padding:10px 0px 5px;}
.advies-prijs{font-size:13px; color:#00462e; text-align:right; display:block;}
.actie-prijs{font-size:20px; color:#00462e; font-weight:bold; display:block; padding:3px 0 12px; text-align:right;}

.p-bottom{ background:#ddccbb; width:100%; padding:0px 20px; margin-top:40px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; position:relative;}
.p-bottom .columns.prijs { padding-right:0; }
.prod-prev, .prod-next{width:10px; height:12px; background:url(../gfx/popup/next-prev.png); position:absolute; top:25px;}
.prod-prev{background-position:0px 12px; left:10px;}
.prod-next{ right:10px;}

/* =HISTORIE ------------------------------------------------------------ HISTORIE */
.prod-next-h{float:right!important;}


/* ==============================================================================================================
   ==== TABEL STIJLEN ===========================================================================================
   ==============================================================================================================*/
.toolbar{float:left;}

.dataTables_wrapper{padding:0 13px;}
.table-content{padding-bottom:65px; margin-top:20px;}
.table-content table{border-collapse: separate!important; border-spacing: 8px; background:none;	border:none;}
.table-content table.dataTable thead th{border-top-left-radius:5px; border-top-right-radius:5px; background:#fff9ea; font-weight:normal; color:#7f6a57; font-size:12px; border:1px solid #f5ebdc; padding: 5px 10px;}

table.dataTable tr{background:#fff;}
table.dataTable td{border:1px solid #efefef; border-radius:5px; vertical-align:middle;}

table.dataTable td img{height:26px; width:35px;}
/* Custom Rows*/
table.dataTable tr.aanbieding{background:#f1fff2;}
table.dataTable tr.aanbieding td{border:1px solid #d4f2d7;}

table.dataTable tr.seizoen{background:#fff9cd;}
table.dataTable tr.seizoen td{border:1px solid #f8e698;}

table.dataTable tr.niet-besteld{background:#fff;}
table.dataTable tr.niet-besteld td{border:1px solid #fccece;}

table.dataTable tr.niet-besteld.aanbieding{background:bisque;}
table.dataTable tr.niet-besteld.aanbieding td{border:1px solid #fccece;}

table.dataTable tr.niet-leverbaar{background:#ffebe9;}
table.dataTable tr.niet-leverbaar td{border:1px solid #fbccca;}

/*
table.dataTable tr.later-leverbaar{background:#ffffff;}
table.dataTable tr.later-leverbaar td{border:1px solid #d4f2d7;}
table.dataTable tr.later-leverbaar td.rem{color:#cc3333;;}
*/

table.dataTable td .red{color:#cc3333;}
table.dataTable td .green{color:#339966;}

.product-min, .product-plus { /*background:url(../gfx/add-remove.gif);*/ font-family:"entyporegular"; font-size:42px; color:#ceb6a1;}
.product-min{float:left;}
.product-min:before{content: "Y";}
.product-plus{float:right;}
.product-plus:before{content: "Z";}
.product-min:hover, .product-plus:hover{text-decoration:none; color:#ceb69f;}

.pageDiscount .product-min, .pageDiscount .product-plus, #product .product-min, #product .product-plus {color:#ceb6a1!important;}
.pageDiscount .editamount{float:left; width:19%; text-align:center;}
.pageDiscount .editamount.red{color:#cc3333;}

#product .product-min, #product .product-plus{padding-top:3px;}
#product .price-bg.empty .editamount{padding-top:3px; float:left; width:29%; text-align:center;}
#product .editamount{padding-top:3px; float:left; width:12%; text-align:center;}
#product .product-min{padding-left:0px;}
#product .price-bg.empty .product-min{padding-left:5px;}
.disableamount{padding:3px 0 0 5px; float:left;}
.pageDiscount .disableamount{padding:3px 0 0 0px;}

table.dataTable tr.row_selected{background:#d7edff; position:relative;}

/* Bottom footer tabel */
.bottom{position:fixed; /*background:url(../gfx/footer-bg.gif) top center #ceb69f repeat-x;*/ background:#ceb69f; bottom:0px; width:100%; padding:11px 20px; left:0px;}

.editamount{position:relative;}
.editamount form{position:relative;}
.editamount input{position:absolute; left:36px; width:35px!important; top:-2px;}
.pageDiscount .editamount input{position:absolute; left:17px; top:-3px;}
#product .editamount input{position:absolute; left:0px; top:-3px;}
#product .price-bg.empty .editamount input{position:absolute; left:20px; top:-3px}

.addproduct form, .editamount form, .editbalance form{margin-left:3px; padding:0px; margin:0 auto; text-align:center;}
.addproduct input, .editamount input, .editbalance input{width:25px; margin:0px; padding:0px; border-radius:5px; border:1px solid #ccc; padding:3px 5px; margin:0 auto; text-align:center;}
.editamount input{}
td.addproduct input, .editamount input, .editbalance input{width:50px;}
.edit-amount-field{min-width:120px; position:relative;}

.delete-wrap{position:absolute; height:0px; left:0px;}
.row_delete.icon{position:absolute; left:0px; width:20px; height:20px; line-height:1px; border:1px solid #e4d7c9; padding:2px 4px 1px 4px; font-size:30px; line-height:14px; color:#F00!important; border-radius:5px; background:#fff; z-index:999;}
.row_delete.icon:hover{text-decoration:none; border:1px solid #F00; cursor:pointer;}

/* Zoekveld Tabel */
.dataTables_filter input {
border: 1px solid #d8d8d8;
padding: 4px 22px 4px 8px;
color: #444444;
border-radius: 3px;
background: url(../gfx/search-tables.png) 95% center no-repeat #f9f3eb!important;
border-radius:5px!important;
}

/* Rijen in/ uit schakelen*/
.ColVis_Button{margin:0px 10px 0 0 !important; padding: 7px 27px 8px 8px!important;}


/* Full number pagination */
.next.paginate_button {background: url(../gfx/prod-nav.png) -5px 5px no-repeat!important; border: none!important;}
.previous.paginate_button{background: url(../gfx/prod-nav.png) 3px 5px no-repeat!important;border: none!important;}

.first.paginate_button, .last.paginate_button {display: none;}
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
border: 1px solid #aaa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px 5px;
margin: 0 3px;
cursor: pointer;
color: #333 !important;
}

.paging_full_numbers a {
background: #fff!important;
}

.dataTables_filter{margin-right:8px; width:22%;}


/* ==============================================================================================================
   ==== JQUERY UI =======================================================================================
   ==============================================================================================================*/


/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

.remove-cross{float:left; margin:6px 10px 0 0;}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	display: none;
	padding:10px;
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 25px 4px #e4e2de;
box-shadow: 0px 0px 25px 4px #e4e2de;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	background:#f9f3eb!important;
	padding:10px 0px;
	color:#fff;
	border:1px solid #d3c6b9;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 14px;
	width: 6px;
	height: 12px;
	background:url(../gfx/popup/next-prev-brown.png);
	width:8px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 14px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 5px;
	background-position:0px 12px;
}
.ui-datepicker .ui-datepicker-next {
	right: 5px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 5px;
	cursor:pointer;
	opacity:0.6;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 5px;
	cursor:pointer;
	opacity:0.6;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
	border:1px solid #d3c6b9;
	border-top:0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:5px;
}

.ui-datepicker-calendar thead{background:none;}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker-trigger{ margin-left:5px;}
.ui-datepicker-trigger:hover{cursor:pointer;}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-datepicker th{padding: .4em .3em; font-weight:normal; font-size:12px;}

.ui-datepicker-prev.ui-corner-all.ui-state-disabled{opacity:0.6;}
.ui-datepicker-unselectable.ui-state-disabled{opacity:0.5;}

.ui-datepicker td span, .ui-datepicker td a{text-align:center; border:1px solid #d3c6b9; color:#5b4330; background:url(../gfx/cal-bg.gif) #f2e9df repeat-x; font-weight:normal!important;}

.ui-datepicker-week-end a{border:1px solid #bababa!important; background:url(../gfx/cal-bg-w.gif) repeat-x #c7c7c7!important;}
.ui-datepicker td a:hover, .ui-datepicker-week-end a:hover {background:url(../gfx/cal-bg-h.gif) #da6c29 repeat-x!important; border:1px solid #c44a02!important; color:#fff;}

.ui-state-highlight{background:url(../gfx/cal-bg-active.gif) #42769a repeat-x!important; border:1px solid #265579!important; color:#fff!important;}



/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .6em 1.2em 0;
	margin-top:-43px;
	background:#dccab8;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
	background:none!important;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
	background:#ede4db;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom:0px;
	font-size:16px;
	color:#4f392e;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
	background:#ceb69f!important;
	color:#4f392e!important;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}

/*#ui-id-2{background:#6d4f33; color:#fff;}
#ui-id-3{background:#c94a02; color:#fff;}*/


/* UI MODAL VENSTER */
.ui-widget-content  {
background: #fff;
color: #333333;
}

.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #d3c6b9;
background: #fff;
font-weight: normal;
color: #6f5032;
}

.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-state-default{background:url(../gfx/cal-bg.gif) #f2e9df repeat-x; }

.ui-dialog-buttonset .ui-state-focus, .ui-dialog-buttonset .ui-state-hover{background:#c54b02; color:#fff; font-weight:normal;}
.ui-dialog .ui-dialog-titlebar-close .ui-button-text:before{}
.ui-dialog-titlebar .ui-button.ui-widget .ui-button-text:before{content:'X  '; font-family:"entyporegular"; font-size:32px; padding-left:1px;}

.ui-button-icon-primary.ui-icon.ui-icon-closethick:before{content:'x';}

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666;
	opacity: .7;
	filter: Alpha(Opacity=70);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}


.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	background: #fff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	background: #6f5032;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
 
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}


/*****************************************
 * Navigatie blokken - controlNav = true
*****************************************/
.nivo-controlNav {
                position:absolute;
                right:10px;
                bottom:10px;
                z-index:111;

}

.nivo-controlNav a {
                display:block;
                width:12px;
                height:12px;
				overflow:hidden;
                background-color:#666666;
                text-indent:-9999px;
                border:0;
                margin-right:3px;
				cursor:pointer;
				position:relative;
				z-index:103;
                float:left;
}
.nivo-controlNav a:hover {  background-color:#999999; }
.nivo-controlNav a.active { background-color:#dce5eb; }


/*****************************************
 * Volgende/vorige - directionNav = true
*****************************************/
.nivo-directionNav a {
                position:absolute;
                top:45%;
                z-index:99;
                cursor:pointer;
				display:block;
                width:30px;
                height:30px;
                background: url('/gfx/arrows.png');
				background-repeat:none;
                text-indent:-9999px;
                border:0;
}
.nivo-directionNav a.nivo-prevNav { left:10px; background-position:0 0 }
.nivo-directionNav a.nivo-nextNav { right:10px;  background-position:-30px  0px ; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

 
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	xbackground: #000;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* UILayer */
div.ps-uilayer { 
	
	background: #000;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(../gfx/loading2.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(../gfx/error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
	color:#FFF;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(../gfx/icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(../gfx/icons@2x.png);
	}
}
/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* Misc ---------------------- */
.left { float: left; }

.right { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.hide { display: none !important; }

.highlight { background: #ffff99; }

#googlemap img, object, embed { max-width: none; }

#map_canvas embed { max-width: none; }

#map_canvas img { max-width: none; }

#map_canvas object { max-width: none; }

/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }


aside p { font-size: 13px; line-height: 1.35; font-style: italic; }

hr { border: solid #ede4db; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }

.subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 60%; line-height: inherit; }

code { font-weight: bold; background: #ffff99; }

ul.square, ul.circle, ul.disc { margin-left: 17px; }
ul.square { list-style-type: square; }
ul.square li ul { list-style: inherit; }
ul.circle { list-style-type: circle; }
ul.circle li ul { list-style: inherit; }
ul.disc { list-style-type: disc; }
ul.disc li ul { list-style: inherit; }
ul.no-bullet { list-style: none; }
ul.large li { line-height: 21px; }

/* Blockquotes ---------------------- */
blockquote, blockquote p { line-height: 1.5; color: #6f6f6f; }

blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 13px; color: #555555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555555; }

abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #ddd; cursor: help; }

abbr { text-transform: none; }

/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only { display: none !important; }

@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .hide-on-print { display: none !important; }
  .print-only { display: block !important; }
  .hide-for-print { display: none !important; }
  .show-for-print { display: inherit !important; } }
/* Requires globals.css */
/* Standard Forms ---------------------- */
form { margin: 0 0 19.41641px; }

.row form .row { margin: 0 -6px; }
.row form .row .column, .row form .row .columns { padding: 0 6px; }
.row form .row.collapse { margin: 0; }
.row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; }

label { font-size: 14px; color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; }
label.right { float: none; text-align: right; }
label.inline { line-height: 32px; margin: 0 0 12px 0; }

.prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; height: 32px; line-height: 31px; }

a.button.prefix, a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; }

span.prefix, span.postfix { background: #f2f2f2; border: 1px solid #cccccc; }

.prefix { left: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; }

.postfix { right: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, textarea.inputForm { background-color: white; font-family: inherit; border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 0 0 12px 0; padding: 6px; width: 100%;  }
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { font-size: 17px; padding: 4px 6px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; outline: none !important; border-color: #b3b3b3; }
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }

textarea { height: auto; }

select { width: 100%; }

/* Fieldsets */
fieldset { border: solid 1px #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 12px 12px 0; margin: 18px 0; }
fieldset legend { font-weight: bold; background: white; padding: 0 3px; margin: 0; margin-left: -3px; }

/* Errors */
.error input, input.error, .error textarea, textarea.error { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }

.error label, label.error { color: #c60f13; }

.error small, small.error { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 12px; background: #c60f13; color: #fff; font-size: 12px; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

.error textarea:focus, textarea.error:focus { background: #fafafa; border-color: #b3b3b3; }

/* Custom Forms ---------------------- */
form.custom { /* Custom input, disabled */ }
form.custom span.custom { display: inline-block; width: 16px; height: 16px; position: relative; top: 2px; border: solid 1px #cccccc; background: white; }
form.custom span.custom.radio { -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
form.custom span.custom.checkbox:before { content: ""; display: block; line-height: 0.8; height: 14px; width: 14px; text-align: center; position: absolute; top: 0; left: 0; font-size: 14px; color: #fff; }
form.custom span.custom.radio.checked:before { content: ""; display: block; width: 8px; height: 8px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; background: #222222; position: relative; top: 3px; left: 3px; }
form.custom span.custom.checkbox.checked:before { content: "\00d7"; color: #222222; }
form.custom div.custom.dropdown { display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; }
form.custom div.custom.dropdown ul { overflow-y: auto; max-height: 200px; }
form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; min-height: 28px; padding: 0; padding-left: 6px; padding-right: 38px; border: solid 1px #dddddd; color: #141414; background-color: white; white-space: nowrap; }
form.custom div.custom.dropdown a.selector { position: absolute; width: 27px; height: 28px; display: block; right: 0; top: 0; border: solid 1px #dddddd; }
form.custom div.custom.dropdown a.selector:after { content: ""; display: block; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #aaaaaa transparent transparent transparent; position: absolute; left: 50%; top: 50%; margin-top: -2px; margin-left: -5px; }
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #222222 transparent transparent transparent; }
form.custom div.custom.dropdown.open ul { display: block; z-index: 10; }
form.custom div.custom.dropdown.small { width: 134px !important; }
form.custom div.custom.dropdown.medium { width: 254px !important; }
form.custom div.custom.dropdown.large { width: 434px !important; }
form.custom div.custom.dropdown.expand { width: 100% !important; }
form.custom div.custom.dropdown.open.small ul { width: 134px !important; }
form.custom div.custom.dropdown.open.medium ul { width: 254px !important; }
form.custom div.custom.dropdown.open.large ul { width: 434px !important; }
form.custom div.custom.dropdown.open.expand ul { width: 100% !important; }
form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0; top: 27px; margin: 0; padding: 0; background: white; background: rgba(255, 255, 255, 0.95); border: solid 1px #cccccc; }
form.custom div.custom.dropdown ul li { color: #555555; font-size: 13px; cursor: pointer; padding: 3px; padding-left: 6px; padding-right: 38px; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
form.custom div.custom.dropdown ul li.selected { background: #cdebf5; color: black; }
form.custom div.custom.dropdown ul li.selected:after { content: "\2013"; position: absolute; right: 10px; }
form.custom div.custom.dropdown ul li:hover { background-color: #cdebf5; color: black; }
form.custom div.custom.dropdown ul li:hover:after { content: "\2013"; position: absolute; right: 10px; color: #a3dbec; }
form.custom div.custom.dropdown ul li.selected:hover { background: #cdebf5; cursor: default; color: black; }
form.custom div.custom.dropdown ul li.selected:hover:after { color: black; }
form.custom div.custom.dropdown ul.show { display: block; }
form.custom .custom.disabled { background-color: #dddddd; }

/* Correct FF custom dropdown height */
@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 30px; } }

.lt-ie9 form.custom div.custom.dropdown a.selector { height: 30px; }

[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }

.row .offset-by-one { margin-left: 8.33333%; }

.row .offset-by-two { margin-left: 16.66667%; }

.row .offset-by-three { margin-left: 25%; }

.row .offset-by-four { margin-left: 33.33333%; }

.row .offset-by-five { margin-left: 41.66667%; }

.row .offset-by-six { margin-left: 50%; }

.row .offset-by-seven { margin-left: 58.33333%; }

.row .offset-by-eight { margin-left: 66.66667%; }

.row .offset-by-nine { margin-left: 75%; }

.row .offset-by-ten { margin-left: 83.33333%; }

.push-two { left: 16.66667%; }

.pull-two { right: 16.66667%; }

.push-three { left: 25%; }

.pull-three { right: 25%; }

.push-four { left: 33.33333%; }

.pull-four { right: 33.33333%; }

.push-five { left: 41.66667%; }

.pull-five { right: 41.66667%; }

.push-six { left: 50%; }

.pull-six { right: 50%; }

.push-seven { left: 58.33333%; }

.pull-seven { right: 58.33333%; }

.push-eight { left: 66.66667%; }

.pull-eight { right: 66.66667%; }

.push-nine { left: 75%; }

.pull-nine { right: 75%; }

.push-ten { left: 83.33333%; }

.pull-ten { right: 83.33333%; }

img, object, embed { max-width: 100%; height: auto; }

object, embed { height: 100%; }

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img { max-width: none!important; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid { display: block; overflow: hidden; padding: 0; }
.block-grid > li { display: block; height: auto; float: left; }
.block-grid.one-up { margin: 0; margin: 0 -8px; }
.block-grid.one-up > li { width: 100%; padding: 0 0 15px; padding: 0 8px 8px; }
.block-grid.two-up { margin: 0 -15px; margin: 0 -8px; }
.block-grid.two-up > li { width: 50%; padding: 0 15px 15px; padding: 0 8px 8px; }
.block-grid.two-up > li:nth-child(2n+1) { clear: both; }
.block-grid.three-up { margin: 0 -12px; margin: 0 -8px; }
.block-grid.three-up > li { width: 33.33333%; padding: 0 12px 12px; padding: 0 8px 8px; }
.block-grid.three-up > li:nth-child(3n+1) { clear: both; }
.block-grid.four-up { margin: 0 -10px; }
.block-grid.four-up > li { width: 25%; padding: 0 10px 10px; }
.block-grid.four-up > li:nth-child(4n+1) { clear: both; }
.block-grid.five-up { margin: 0 -8px; }
.block-grid.five-up > li { width: 20%; padding: 0 8px 8px; }
.block-grid.five-up > li:nth-child(5n+1) { clear: both; }
.block-grid.six-up { margin: 0 -8px; }
.block-grid.six-up > li { width: 16.66667%; padding: 0 8px 8px; }
.block-grid.six-up > li:nth-child(6n+1) { clear: both; }
.block-grid.seven-up { margin: 0 -8px; }
.block-grid.seven-up > li { width: 14.28571%; padding: 0 8px 8px; }
.block-grid.seven-up > li:nth-child(7n+1) { clear: both; }
.block-grid.eight-up { margin: 0 -8px; }
.block-grid.eight-up > li { width: 12.5%; padding: 0 8px 8px; }
.block-grid.eight-up > li:nth-child(8n+1) { clear: both; }
.block-grid.nine-up { margin: 0 -8px; }
.block-grid.nine-up > li { width: 11.11111%; padding: 0 8px 8px; }
.block-grid.nine-up > li:nth-child(9n+1) { clear: both; }
.block-grid.ten-up { margin: 0 -8px; }
.block-grid.ten-up > li { width: 10%; padding: 0 8px 8px; }
.block-grid.ten-up > li:nth-child(10n+1) { clear: both; }
.block-grid.eleven-up { margin: 0 -8px; }
.block-grid.eleven-up > li { width: 9.09091%; padding: 0 8px 8px; }
.block-grid.eleven-up > li:nth-child(11n+1) { clear: both; }
.block-grid.twelve-up { margin: 0 -8px; }
.block-grid.twelve-up > li { width: 8.33333%; padding: 0 8px 8px; }
.block-grid.twelve-up > li:nth-child(12n+1) { clear: both; }

/* Normal Buttons ---------------------- */

.button.large { font-size: 17px; padding: 15px 30px 16px; }
.button.medium { font-size: 14px; }
.button.small { font-size: 11px; padding: 7px 14px 8px; }
.button.tiny { font-size: 10px; padding: 5px 10px 6px; }
.button.expand { width: 100%; text-align: center; }
.button.primary { background-color: #2ba6cb; border: 1px solid #1e728c; }
.button.primary:hover { background-color: #2284a1; }
.button.primary:focus { -webkit-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.success { background-color: #5da423; border: 1px solid #396516; }
.button.success:hover { background-color: #457a1a; }
.button.success:focus { -webkit-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; }
.button.alert:hover { background-color: #970b0e; }
.button.alert:focus { -webkit-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.secondary { background-color: #e9e9e9; color: #1d1d1d; border: 1px solid #c3c3c3; }
.button.secondary:hover { background-color: #d0d0d0; }
.button.secondary:focus { -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
.button.full-width { width: 100%; text-align: center; padding-left: 0px !important; padding-right: 0px !important; }
.button.left-align { text-align: left; text-indent: 12px; }
.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; background: #2ba6cb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.button.disabled :hover, .button[disabled] :hover { background: #2ba6cb; }
.button.disabled.success, .button[disabled].success { background-color: #5da423; }
.button.disabled.success:hover, .button[disabled].success:hover { background-color: #5da423; }
.button.disabled.alert, .button[disabled].alert { background-color: #c60f13; }
.button.disabled.alert:hover, .button[disabled].alert:hover { background-color: #c60f13; }
.button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; }
.button.disabled.secondary:hover, .button[disabled].secondary:hover { background-color: #e9e9e9; }

/* Don't use native buttons on iOS */
input[type=submit].button, button.button { -webkit-appearance: none; }

/* Correct FF button padding */
@-moz-document url-prefix() { button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; }
  input[type="submit"].tiny.button { padding: 3px 10px 4px; }
  input[type="submit"].small.button { padding: 5px 14px 6px; }
  input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; }
  input[type="submit"].large.button { padding: 13px 30px 14px; } }

/* Buttons with Dropdowns ---------------------- */
.button.dropdown { position: relative; padding-right: 44px; /* Sizes */ /* Triangles */ /* Flyout List */ /* Split Dropdown Buttons */ }
.button.dropdown.large { padding-right: 60px; }
.button.dropdown.small { padding-right: 28px; }
.button.dropdown.tiny { padding-right: 20px; }
.button.dropdown:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; right: 20px; margin-top: -2px; }
.button.dropdown.large:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; right: 30px; }
.button.dropdown.small:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-top: -2px; right: 14px; }
.button.dropdown.tiny:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; right: 10px; }
.button.dropdown > ul { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: none; position: absolute; left: -1px; background: #fff; background: rgba(255, 255, 255, 0.95); list-style: none; margin: 0; padding: 0; border: 1px solid #cccccc; border-top: none; min-width: 100%; z-index: 40; }
.button.dropdown > ul li { width: 100%; cursor: pointer; padding: 0; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
.button.dropdown > ul li a { display: block; color: #555; font-size: 13px; font-weight: normal; padding: 6px 14px; text-align: left; }
.button.dropdown > ul li:hover { background-color: #e3f4f9; color: #222; }
.button.dropdown > ul li.divider { min-height: 0; padding: 0; height: 1px; margin: 4px 0; background: #ededed; }
.button.dropdown.up > ul { border-top: 1px solid #cccccc; border-bottom: none; }
.button.dropdown ul.no-hover.show-dropdown { display: block !important; }
.button.dropdown:hover > ul.no-hover { display: none; }
.button.dropdown.split { padding: 0; position: relative; /* Sizes */ /* Triangle Spans */ /* Colors */ }
.button.dropdown.split:after { display: none; }
.button.dropdown.split:hover { background-color: #2ba6cb; }
.button.dropdown.split.alert:hover { background-color: #c60f13; }
.button.dropdown.split.success:hover { background-color: #5da423; }
.button.dropdown.split.secondary:hover { background-color: #e9e9e9; }
.button.dropdown.split > a { color: white; display: block; padding: 10px 50px 11px 20px; padding-left: 20px; padding-right: 50px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
.button.dropdown.split > a:hover { background-color: #2284a1; }
.button.dropdown.split.large > a { padding: 15px 75px 16px 30px; padding-left: 30px; padding-right: 75px; }
.button.dropdown.split.small > a { padding: 7px 35px 8px 14px; padding-left: 14px; padding-right: 35px; }
.button.dropdown.split.tiny > a { padding: 5px 25px 6px 10px; padding-left: 10px; padding-right: 25px; }
.button.dropdown.split > span { background-color: #2ba6cb; position: absolute; right: 0; top: 0; height: 100%; width: 30px; border-left: 1px solid #1e728c; -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
.button.dropdown.split > span:hover { background-color: #2284a1; }
.button.dropdown.split > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; left: 50%; margin-left: -6px; margin-top: -2px; }
.button.dropdown.split.secondary > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #1d1d1d transparent transparent transparent; }
.button.dropdown.split.large span { width: 45px; }
.button.dropdown.split.small span { width: 21px; }
.button.dropdown.split.tiny span { width: 15px; }
.button.dropdown.split.large span:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; margin-left: -7px; }
.button.dropdown.split.small span:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -4px; }
.button.dropdown.split.tiny span:after { content: ""; display: block; width: 0; height: 0; border: solid 3px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -3px; }
.button.dropdown.split.alert > span { background-color: #c60f13; border-left-color: #7f0a0c; }
.button.dropdown.split.success > span { background-color: #5da423; border-left-color: #396516; }
.button.dropdown.split.secondary > span { background-color: #e9e9e9; border-left-color: #c3c3c3; }
.button.dropdown.split.secondary > a { color: #1d1d1d; }
.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover { background-color: #970b0e; }
.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover { background-color: #457a1a; }
.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover { background-color: #d0d0d0; }

/* Button Groups ---------------------- */
ul.button-group { list-style: none; padding: 0; margin: 0 0 12px; *zoom: 1; }
ul.button-group:before, ul.button-group:after { content: " "; display: table; }
ul.button-group:after { clear: both; }
ul.button-group li { padding: 0; margin: 0 0 0 -1px; float: left; }
ul.button-group li:first-child { margin-left: 0; }
ul.button-group.radius li a.button, ul.button-group.radius li a.button.radius, ul.button-group.radius li a.button-rounded, ul.button-group.radius li input[type="submit"].button, ul.button-group.radius li input[type="submit"].button.radius, ul.button-group.radius li input[type="submit"].button-rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
ul.button-group.radius li:first-child a.button, ul.button-group.radius li:first-child a.button.radius, ul.button-group.radius li:first-child input[type="submit"].button, ul.button-group.radius li:first-child input[type="submit"].button.radius { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
ul.button-group.radius li:first-child a.button.rounded, ul.button-group.radius li:first-child input[type="submit"].button.rounded { -moz-border-radius-topleft: 1000px; -webkit-border-top-left-radius: 1000px; border-top-left-radius: 1000px; -moz-border-radius-bottomleft: 1000px; -webkit-border-bottom-left-radius: 1000px; border-bottom-left-radius: 1000px; }
ul.button-group.radius li:last-child a.button, ul.button-group.radius li:last-child a.button.radius, ul.button-group.radius li:last-child input[type="submit"].button, ul.button-group.radius li:last-child input[type="submit"].button.radius { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
ul.button-group.radius li:last-child a.button.rounded, ul.button-group.radius li:last-child input[type="submit"].button.rounded { -moz-border-radius-topright: 1000px; -webkit-border-top-right-radius: 1000px; border-top-right-radius: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-bottom-right-radius: 1000px; border-bottom-right-radius: 1000px; }
ul.button-group.even .button { width: 100%; }
ul.button-group.even.two-up li { width: 50%; }
ul.button-group.even.three-up li { width: 33.3%; }
ul.button-group.even.three-up li:first-child { width: 33.4%; }
ul.button-group.even.four-up li { width: 25%; }
ul.button-group.even.five-up li { width: 20%; }

div.button-bar { overflow: hidden; }
div.button-bar ul.button-group { float: left; margin-right: 8px; }
div.button-bar ul.button-group:last-child { margin-left: 0; }



/* CSS for jQuery Orbit Plugin 1.4.0 Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */
.orbit-wrapper { width: 1px; height: 1px; position: relative; }

.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; margin-bottom: 17px; }
.orbit.with-bullets { margin-bottom: 40px; }
.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; }
.orbit a.orbit-slide { border: none; line-height: 0; display: none; }
.orbit div.orbit-slide { width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
div.orbit-wrapper div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 31; }
div.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('../images/foundation/orbit/rotator-black.png') no-repeat; z-index: 3; }
div.orbit-wrapper span.rotator.move { left: 0; }
div.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
div.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url('../images/foundation/orbit/timer-black.png') repeat 0 0; }
div.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url('../images/foundation/orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.orbit-wrapper span.pause.active { background: url('../images/foundation/orbit/pause-black.png') no-repeat 0 -40px; }
div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper span.pause.active { opacity: 1; }

/* Captions ---------------------- */
.orbit-caption { display: none; font-family: inherit; }

.orbit-wrapper .orbit-caption { background: black; background: rgba(0, 0, 0, 0.6); z-index: 30; color: white; text-align: center; padding: 7px 0; font-size: 13px; position: absolute; right: 0; bottom: 0; width: 100%; }

/* Directional Nav ---------------------- */
div.orbit-wrapper div.slider-nav { display: block; }
div.orbit-wrapper div.slider-nav span { width: 39px; height: 50px; text-indent: -9999px; position: absolute; z-index: 30; top: 50%; margin-top: -25px; cursor: pointer; }
div.orbit-wrapper div.slider-nav span.right { background: url('../images/foundation/orbit/right-arrow.png'); background-size: 100%; right: 0; }
div.orbit-wrapper div.slider-nav span.left { background: url('../images/foundation/orbit/left-arrow.png'); background-size: 100%; left: 0; }

.lt-ie9 div.orbit-wrapper div.slider-nav span.right { background: url('../images/foundation/orbit/right-arrow-small.png'); }
.lt-ie9 div.orbit-wrapper div.slider-nav span.left { background: url('../images/foundation/orbit/left-arrow-small.png'); }

/* Bullet Nav ---------------------- */
ul.orbit-bullets { position: absolute; z-index: 30; list-style: none; bottom: -40px; left: 50%; margin-left: -50px; padding: 0; }
ul.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999999; text-indent: -9999px; background: url('../images/foundation/orbit/bullets.jpg') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; }
ul.orbit-bullets li.active { color: #222222; background-position: -8px 0; }
ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }
ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid black; }

/* Orbit Slide Counter */
.orbit-slide-counter { position: absolute; bottom: 0; z-index: 99; background: rgba(0, 0, 0, 0.7); color: white; padding: 5px; }

/* Fluid Layout ---------------------- */
div.orbit img.fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; }

div.orbit, div.orbit-wrapper { width: 100% !important; }

/* Correct timer in IE */
.lt-ie9 .timer { display: none !important; }

.lt-ie9 div.caption { background: black; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); zoom: 1; }

@media only screen and (max-width: 767px) { div.orbit.orbit-stack-on-small img.fluid-placeholder { visibility: visible; }
  div.orbit.orbit-stack-on-small .orbit-slide { position: static; margin-bottom: 10px; } }
/* CSS for jQuery Reveal Plugin Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* Reveal Modals ---------------------- */
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 40; display: none; top: 0; left: 0; }

.reveal-modal { background: white; visibility: hidden; display: none; top: 100px; left: 50%; margin-left: -260px; width: 520px; position: absolute; z-index: 41; padding: 30px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.reveal-modal .close-reveal-modal { font-size: 22px; font-size: 2.2rem; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; cursor: pointer; }
.reveal-modal.small { width: 30%; margin-left: -15%; }
.reveal-modal.medium { width: 40%; margin-left: -20%; }
.reveal-modal.large { width: 60%; margin-left: -30%; }
.reveal-modal.xlarge { width: 70%; margin-left: -35%; }
.reveal-modal.expand { width: 90%; margin-left: -45%; }
.reveal-modal .row { min-width: 0; margin-bottom: 10px; }
.reveal-modal > :first-child { margin-top: 0; }
.reveal-modal > :last-child { margin-bottom: 0; }

@media print { .reveal-modal { border: solid 1px #000; background: white !important; } }
/* Tabs ---------------------- */
.tabs { list-style: none; border-bottom: solid 1px #e6e6e6; display: block; height: 40px; padding: 0; margin-bottom: 20px; }
.tabs.contained { margin-bottom: 0; margin-left: 0; }
.tabs dt, .tabs li.section-title { color: #b3b3b3; cursor: default; display: block; float: left; font-size: 12px; height: 40px; line-height: 40px; padding: 0; padding-right: 9px; padding-left: 20px; font-weight: normal; width: auto; text-transform: uppercase; }
.tabs dt:first-child, .tabs li.section-title:first-child { padding: 0; padding-right: 9px; }
.tabs dd, .tabs li { display: block; float: left; padding: 0; margin: 0; }
.tabs dd a, .tabs li a { color: #6f6f6f; display: block; font-size: 14px; height: 40px; line-height: 40px; padding: 0px 23.8px; }
.tabs dd a:focus, .tabs li a:focus { font-weight: bold; color: #2ba6cb; }
.tabs dd.active, .tabs li.active { border-top: 3px solid #2ba6cb; margin-top: -3px; }
.tabs dd.active a, .tabs li.active a { cursor: default; color: #3c3c3c; background: #fff; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; font-weight: bold; }
.tabs dd:first-child, .tabs li:first-child { margin-left: 0; }
.tabs.vertical { height: auto; border-bottom: 1px solid #e6e6e6; }
.tabs.vertical dt, .tabs.vertical dd, .tabs.vertical li { float: none; height: auto; }
.tabs.vertical dd, .tabs.vertical li { border-left: 3px solid #cccccc; }
.tabs.vertical dd a, .tabs.vertical li a { background: #f2f2f2; border: none; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.tabs.vertical dd.active, .tabs.vertical li.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
.tabs.vertical dd.active a, .tabs.vertical li.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
.tabs.vertical dd:first-child a.active, .tabs.vertical li:first-child a.active { margin: 0; }
.tabs.pill { border-bottom: none; margin-bottom: 10px; }
.tabs.pill dd, .tabs.pill li { margin-right: 10px; }
.tabs.pill dd:last-child, .tabs.pill li:last-child { margin-right: 0; }
.tabs.pill dd a, .tabs.pill li a { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; background: #e6e6e6; height: 26px; line-height: 26px; color: #666; }
.tabs.pill dd.active, .tabs.pill li.active { border: none; margin-top: 0; }
.tabs.pill dd.active a, .tabs.pill li.active a { background-color: #2ba6cb; border: none; color: #fff; }
.tabs.pill.contained { border-bottom: solid 1px #eee; margin-bottom: 0; }
.tabs.pill.two-up dd, .tabs.pill.two-up li, .tabs.pill.three-up dd, .tabs.pill.three-up li, .tabs.pill.four-up dd, .tabs.pill.four-up li, .tabs.pill.five-up dd, .tabs.pill.five-up li { margin-right: 0; }
.tabs.two-up dt a, .tabs.two-up dd a, .tabs.two-up li a, .tabs.three-up dt a, .tabs.three-up dd a, .tabs.three-up li a, .tabs.four-up dt a, .tabs.four-up dd a, .tabs.four-up li a, .tabs.five-up dt a, .tabs.five-up dd a, .tabs.five-up li a { padding: 0 17px; text-align: center; overflow: hidden; }
.tabs.two-up dt, .tabs.two-up dd, .tabs.two-up li { width: 50%; }
.tabs.three-up dt, .tabs.three-up dd, .tabs.two-up li { width: 33.33%; }
.tabs.four-up dt, .tabs.four-up dd, .tabs.two-up li { width: 25%; }
.tabs.five-up dt, .tabs.five-up dd, .tabs.two-up li { width: 20%; }

ul.tabs-content { display: block; margin: 0 0 20px; padding: 0; }
ul.tabs-content > li { display: none; }
ul.tabs-content > li.active { display: block; }
ul.tabs-content.contained { padding: 0; }
ul.tabs-content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; }
ul.tabs-content.contained.vertical > li { border-width: 1px 1px 1px 1px; }

.no-js ul.tabs-content > li { display: block; }

/* Table of Contents

:: Visibility
:: Alerts
:: Labels
:: Tooltips
:: Panels
:: Accordion
:: Side Nav
:: Sub Nav
:: Pagination
:: Breadcrumbs
:: Lists
:: Inline/Link Lists
:: Keystroke Chars
:: Image Thumbnails
:: Video
:: Tables
:: Microformats
:: Progress Bars
:: Pricing Tables

*/
/* Alerts ---------------------- */
div.alert-box { display: block; padding: 6px 7px 7px; font-weight: bold; font-size: 14px; color: white; background-color: #2ba6cb; border: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); position: relative; }
div.alert-box.success { background-color: #5da423; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
div.alert-box.alert { background-color: #c60f13; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
div.alert-box.secondary { background-color: #e9e9e9; color: #505050; text-shadow: 0 1px rgba(255, 255, 255, 0.3); }
div.alert-box a.close { color: #333; position: absolute; right: 4px; top: -1px; font-size: 17px; opacity: 0.2; padding: 4px; }
div.alert-box a.close:hover, div.alert-box a.close:focus { opacity: 0.4; }

/* Labels ---------------------- */
.label { padding: 1px 4px 2px; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 1; white-space: nowrap; display: inline; position: relative; bottom: 1px;}
.label.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.label.round { padding: 1px 7px 2px; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
.label.alert { background-color: #c60f13; }
.label.success { background-color: #5da423; }
.label.secondary { background-color: #e9e9e9; color: #505050; }

/* Tooltips ---------------------- */
.has-tip { border-bottom: dotted 1px #cccccc; cursor: help; font-weight: bold; color: #333333; }
.has-tip:hover { border-bottom: dotted 1px #196177; color: #2ba6cb; }
.has-tip.tip-left, .has-tip.tip-right { float: none !important; }

.tooltip { display: none; background: black; background: rgba(0, 0, 0, 0.85); position: absolute; color: white; font-weight: bold; font-size: 12px; padding: 5px; z-index: 999; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; line-height: normal; }
.tooltip > .nub { display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; position: absolute; top: -10px; left: 10px; }
.tooltip.tip-override > .nub { border-color: transparent transparent black transparent !important; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent !important; top: -10px !important; }
.tooltip.tip-top > .nub { border-color: black transparent transparent transparent; border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent; top: auto; bottom: -10px; }
.tooltip.tip-left, .tooltip.tip-right { float: none !important; }
.tooltip.tip-left > .nub { border-color: transparent transparent transparent black; border-color: transparent transparent transparent rgba(0, 0, 0, 0.85); right: -10px; left: auto; }
.tooltip.tip-right > .nub { border-color: transparent black transparent transparent; border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent; right: auto; left: -10px; }
.tooltip.noradius { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.tooltip.opened { color: #2ba6cb !important; border-bottom: dotted 1px #196177 !important; }

.tap-to-close { display: block; font-size: 10px; font-size: 1rem; color: #888888; font-weight: normal; }

/* Panels ---------------------- */
.panel { background: #f2f2f2; border: solid 1px #e6e6e6; margin: 0 0 22px 0; padding: 20px; }
.panel > :first-child { margin-top: 0; }
.panel > :last-child { margin-bottom: 0; }
.panel.callout { background: #2ba6cb; color: #fff; border-color: #2284a1; -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); }
.panel.callout a { color: #fff; }
.panel.callout .button { background: white; border: none; color: #2ba6cb; text-shadow: none; }
.panel.callout .button:hover { background: rgba(255, 255, 255, 0.8); }
.panel.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

/* Accordion ---------------------- */
ul.accordion { margin: 0 0 22px 0; border-bottom: 1px solid #e9e9e9; }
ul.accordion > li { list-style: none; margin: 0; padding: 0; border-top: 1px solid #e9e9e9; }
ul.accordion > li > div.title { cursor: pointer; background: #f6f6f6; padding: 15px; margin: 0; position: relative; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; -webkit-transition: 0.15s background linear; -moz-transition: 0.15s background linear; -o-transition: 0.15s background linear; transition: 0.15s background linear; }
ul.accordion > li > div.title h1, ul.accordion > li > div.title h2, ul.accordion > li > div.title h3, ul.accordion > li > div.title h4, ul.accordion > li > div.title h5 { margin: 0; }
ul.accordion > li > div.title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: transparent #9d9d9d transparent transparent; position: absolute; right: 15px; top: 21px; }
ul.accordion > li .content { display: none; padding: 15px; }
ul.accordion > li.active { border-top: 3px solid #2ba6cb; }
ul.accordion > li.active .title { background: white; padding-top: 13px; }
ul.accordion > li.active .title:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #9d9d9d transparent transparent transparent; }
ul.accordion > li.active .content { background: white; display: block; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }

/* Side Nav ---------------------- */
ul.side-nav { display: block; list-style: none; margin: 0; padding: 17px 0; }
ul.side-nav li { display: block; list-style: none; margin: 0 0 7px 0; }
ul.side-nav li a { display: block; }
ul.side-nav li.active a { color: #4d4d4d; font-weight: bold; }
ul.side-nav li.divider { border-top: 1px solid #e6e6e6; height: 0; padding: 0; }

/* Sub Navs http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na ---------------------- */
dl.sub-nav { display: block; width: auto; overflow: hidden; margin: -4px 0 18px; margin-right: 0; margin-left: -9px; padding-top: 4px; }
dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 9px; margin-bottom: 10px; }
dl.sub-nav dt { color: #999; font-weight: normal; }
dl.sub-nav dd a { text-decoration: none; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
dl.sub-nav dd.active a { font-weight: bold; background: #2ba6cb; color: #fff; padding: 3px 9px; cursor: default; }

/* Pagination ---------------------- */
ul.pagination { display: block; height: 24px; margin-left: -5px; }
ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
ul.pagination li a { display: block; padding: 1px 7px 1px; color: #555; }
ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { background: transparent; }
ul.pagination li.current a { background: #2ba6cb; color: white; font-weight: bold; cursor: default; }
ul.pagination li.current a:hover { background: #2ba6cb; }

/* Breadcrums ---------------------- */
ul.breadcrumbs { display: block; background: #f6f6f6; padding: 6px 10px 7px; border: 1px solid #e9e9e9; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; overflow: hidden; margin-left: 0; }
ul.breadcrumbs li { margin: 0; padding: 0 12px 0 0; float: left; list-style: none; }
ul.breadcrumbs li a, ul.breadcrumbs li span { text-transform: uppercase; font-size: 11px; font-size: 1.1rem; padding-left: 12px; }
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span { padding-left: 0; }
ul.breadcrumbs li:before { content: "/"; color: #aaa; }
ul.breadcrumbs li:first-child:before { content: " "; }
ul.breadcrumbs li.current a { cursor: default; color: #333; }
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus { text-decoration: underline; }
ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus { text-decoration: none; }
ul.breadcrumbs li.unavailable a { color: #999; }
ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus { text-decoration: none; color: #999; cursor: default; }

/* Inline Link List */
ul.inline-list, ul.link-list { margin: 0 0 17px -22px; padding: 0; list-style: none; overflow: hidden; }
ul.inline-list > li, ul.link-list > li { list-style: none; float: left; margin-left: 22px; display: block; }
ul.inline-list > li > *, ul.link-list > li > * { display: block; }

/* Keytroke Characters ---------------------- */
.keystroke, kbd { font-family: "Consolas", "Menlo", "Courier", monospace; font-size: 13px; padding: 2px 4px 0px; margin: 0; background: #ededed; border: solid 1px #dbdbdb; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

/* Image Thumbnails ---------------------- */
.th { display: block; }
.th img { display: block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition-property: box-shadow; -moz-transition-property: box-shadow; -o-transition-property: box-shadow; transition-property: box-shadow; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms; -o-transition-duration: 300ms; transition-duration: 300ms; }
.th:hover img { -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); -moz-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */
.flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Tables ---------------------- */
table { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd; }

table thead, table tfoot { background: #f5f5f5; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; font-size: 14px; line-height: 18px; text-align: left; }

table thead tr th, table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }

table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }

table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

/*table tbody tr.even, table tbody tr.alt { background: #f9f9f9; }*/
/*
table tbody tr:nth-child(even) { background: #f9f9f9; }*/

table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

/* Microformats ---------------------- */
ul.vcard { display: inline-block; margin: 0 0 12px 0; border: 1px solid #ddd; padding: 10px; }
ul.vcard li { margin: 0; display: block; }
ul.vcard li.fn { font-weight: bold; font-size: 15px; }

p.vevent span.summary { font-weight: bold; }
p.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 1px; }

/* Progress Bar ---------------------- */
div.progress { padding: 2px; margin-bottom: 10px; border: 1px solid #cccccc; height: 25px; /* meter */ /* border radii */ }
div.progress .meter { background: #2ba6cb; height: 100%; display: block; width: 50%; }
div.progress.secondary .meter { background: #e9e9e9; }
div.progress.success .meter { background: #5da423; }
div.progress.alert .meter { background: #c60f13; }
div.progress.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
div.progress.radius .meter { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
div.progress.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
div.progress.round .meter { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }

/* Pricing Tables ---------------------- */
.pricing-table { border: solid 1px #dddddd; margin-left: 0; margin-bottom: 20px; }
.pricing-table * { list-style: none; line-height: 1; }
.pricing-table .title { background-color: #dddddd; padding: 15px 20px; text-align: center; color: #333333; font-weight: bold; font-size: 16px; }
.pricing-table .price { background-color: #eeeeee; padding: 15px 20px; text-align: center; color: #333333; font-weight: normal; font-size: 20px; }
.pricing-table .description { background-color: white; padding: 15px; text-align: center; color: #777777; font-size: 12px; font-weight: normal; line-height: 1.4; border-bottom: dotted 1px #dddddd; }
.pricing-table .bullet-item { background-color: white; padding: 15px; text-align: center; color: #333333; font-size: 14px; font-weight: normal; border-bottom: dotted 1px #dddddd; }
.pricing-table .cta-button { background-color: whitesmoke; text-align: center; padding: 20px; }

/* Foundation Top Bar
 Requires: -jquery.foundation.topbar.js
 Notes: - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid. - <li class="name"> creates a branding area that can be linked to homepage - Can include text, image or both inside this <li>. - <li class="divider"> creates a divider between nav items, add margins for space - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search"
*/
/* Element that controls breakpoint, no need to change this ever */
.top-bar-js-breakpoint { width: 940px !important; visibility: hidden; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid { width: 100%; background: #2BA6CB; }

/* Wrapped around .top-bar to make it fixed at the top */
.fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; }

/* <nav> */
.top-bar { background: #2BA6CB; height: 45px; line-height: 45px; margin: 0 0 30px; padding: 0; width: 100%; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ }
.contain-to-grid .top-bar { max-width: 1210px; margin: 0 auto; }
.top-bar > ul .name h1 { line-height: 45px; margin: 0; }
.top-bar > ul .name h1 a { font-weight: bold; padding: 0 22.5px; font-size: 17px !important; }
.top-bar > ul .name img { margin-top: -5px; vertical-align: middle; }
.top-bar.expanded { height: inherit; }
.top-bar ul { margin-left: 0; display: inline; height: 45px; line-height: 45px; list-style: none; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ }
.top-bar ul > li { float: left; /* Dividers between navigation */ /* Put a button in an <li> but give is a class */ /* Put a search bar or text input in the bar */ /* Hide the triangle for breakpoint menu */ /* li.hassub */ }
.top-bar ul > li a:not(.button) { color: white; display: block; font-size: 13px; font-weight: bold; height: 45px; line-height: 45px; padding: 0 15px; }
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active { background: black; }
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a { color: #d9d9d9; }
.top-bar ul > li.divider { background: black; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); height: 100%; margin-right: 1px; width: 1px; }
.top-bar ul > li.has-button a.button { margin: 0 11.25px; }
.top-bar ul > li.has-button:hover { background: #222222; }
.top-bar ul > li.has-button:hover a { color: #fff; }
.top-bar ul > li.search { padding: 0 15px; }
.top-bar ul > li.search form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 200px; }
.top-bar ul > li.search form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; float: left; font-size: 13px; margin-top: -1px; height: 22.5px; }
.top-bar ul > li.search form input[type=text] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; }
.top-bar ul > li.search form input[type=search] { font-size: 16px; margin-bottom: 0; }
.top-bar ul > li.search:hover { background: #222222; }
.top-bar ul > li.toggle-topbar { display: none; }
.top-bar ul > li a.hassub { position: relative; /* Dropdown Level 2+ */ }
.top-bar ul > li a.hassub:hover > .dropdown { display: block; visibility: visible; }
.top-bar ul > li a.hassub a { padding-right: 33.75px; }
.top-bar ul > li a.hassub a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-right: 15px; margin-top: -2.5px; position: absolute; right: 0; top: 50%; }
.top-bar ul > li a.hassub .dropdown { background: #222222; left: 0; margin: 0; padding: 9px 0 0 0; position: absolute; visibility: hidden; z-index: 99; }
.top-bar ul > li a.hassub .dropdown li { background: #222222; line-height: 1; min-width: 100%; padding-bottom: 5px; }
.top-bar ul > li a.hassub .dropdown li a { color: white; font-weight: normal; height: 100%; line-height: 1; padding: 5px 17px 5px 15px; white-space: nowrap; }
.top-bar ul > li a.hassub .dropdown li a:after { border: none; }
.top-bar ul > li a.hassub .dropdown li a:hover { background: #3c3c3c; }
.top-bar ul > li a.hassub .dropdown li label { color: #6f6f6f; font-size: 10px; font-weight: bold; margin: 0; padding-left: 15px; text-transform: uppercase; }
.top-bar ul > li a.hassub .dropdown li.divider { border-top: solid 1px black; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; height: 10px; padding: 0; width: 100%; }
.top-bar ul > li a.hassub .dropdown li:last-child { padding-bottom: 10px; }
.top-bar ul > li a.hassub .dropdown li.active a { background: black; }
.top-bar ul > li a.hassub .dropdown li.hassub > a { padding-right: 30px; }
.top-bar ul > li a.hassub .dropdown li.hassub > a:after { border: none; content: "\00bb"; right: 5px; top: 6px; }
.top-bar ul > li a.hassub .dropdown li.hassub .dropdown { position: absolute; left: 100%; top: 0; }
.top-bar ul > li a.hassub .dropdown li.hassub:hover > .dropdown { display: block; }
.top-bar ul.left { float: left; width: auto; margin-bottom: 0; }
.top-bar ul.right { float: right; width: auto; margin-bottom: 0; /* Dropdown Right Side Alignment */ }
.top-bar ul.right .hassub .dropdown { left: auto; right: -1px; }
.top-bar ul.right .hassub .dropdown li.hassub > .dropdown { right: 100%; left: auto; width: 100%; }
.top-bar .js-generated { display: none; }

/* Firefox Fixes */
@-moz-document url-prefix() { .top-bar ul li .button.small { padding-bottom: 6px; }
  .top-bar ul li.search form input[type=search] { font-size: 14px; height: 22px; padding: 3px; } }

/* IE8 Fixes */
.lt-ie9 .top-bar ul li a { color: white; display: block; font-weight: bold; font-size: 13px; height: 45px; line-height: 45px; padding: 0 15px; }
.lt-ie9 .top-bar ul li a.button { height: auto; line-height: 30px; margin-top: 7px; }
.lt-ie9 .top-bar ul li a:hover { color: #cccccc; }
.lt-ie9 .top-bar ul li a img { margin-top: -5px; vertical-align: middle; }
.lt-ie9 .top-bar ul li a.active { background: #151515; color: #d9d9d9; }

.lt-ie9 .top-bar ul li.hassub { padding-right: 33.75px; }
.lt-ie9 .top-bar ul li.hassub > ul li { padding-right: 0; }

#joyRideTipContent { display: none; }

/* Default styles for the container */
.joyride-tip-guide { display: none; position: absolute; background: black; background: rgba(0, 0, 0, 0.8); color: white; width: 300px; z-index: 101; top: 0; left: 0; font-family: inherit; font-weight: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

.joyride-content-wrapper { padding: 18px 20px 24px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub { display: block; position: absolute; left: 22px; width: 0; height: 0; border: solid 14px; }
.joyride-tip-guide span.joyride-nub.top { border-color: black; border-color: rgba(0, 0, 0, 0.8); border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; top: -28px; bottom: none; }
.joyride-tip-guide span.joyride-nub.bottom { border-color: black; border-color: rgba(0, 0, 0, 0.8) !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -28px; bottom: none; }
.joyride-tip-guide span.joyride-nub.right { border-color: black; border-color: rgba(0, 0, 0, 0.8) !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; top: 22px; bottom: none; left: auto; right: -28px; }
.joyride-tip-guide span.joyride-nub.left { border-color: black; border-color: rgba(0, 0, 0, 0.8) !important; border-top-color: transparent !important; border-left-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: -28px; right: auto; bottom: none; }

/* Typography */
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 { line-height: 1.25; margin: 0; font-weight: bold; color: white; }

.joyride-tip-guide p { margin: 0 0 18px 0; font-size: 14px; line-height: 1.3; }

.joyride-timer-indicator-wrap { width: 50px; height: 3px; border: solid 1px #555555; position: absolute; right: 17px; bottom: 16px; }

.joyride-timer-indicator { display: block; width: 0; height: inherit; background: #666666; }

.joyride-close-tip { position: absolute; right: 10px; top: 10px; color: #777777 !important; text-decoration: none; font-size: 20px; font-weight: normal; line-height: .5 !important; }
.joyride-close-tip:hover { color: #eee !important; }

.joyride-modal-bg { position: fixed; height: 100%; width: 100%; background: transparent; background: rgba(0, 0, 0, 0.5); z-index: 100; display: none; top: 0; left: 0; cursor: pointer; }

.clearing-blackout { background: black; background: rgba(0, 0, 0, 0.8); position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999; }
.clearing-blackout .clearing-close { display: block; }

.clearing-container { position: relative; z-index: 999; height: 100%; overflow: hidden; }

.visible-img { height: 75%; position: relative; }
.visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; }
.visible-img .clearing-caption { color: white; margin-bottom: 0; text-align: center; position: absolute; bottom: 0; background: black; background: rgba(0, 0, 0, 0.7); width: 100%; padding: 10px 100px; }

.clearing-close { z-index: 999; position: absolute; top: 10px; right: 20px; font-size: 30px; line-height: 1; color: white; display: none; }
.clearing-close:hover { color: #ccc; }

.clearing-main-left, .clearing-main-right { position: absolute; top: 50%; margin-top: -16px; }

.clearing-main-left.disabled, .clearing-main-right.disabled { opacity: 0.5; }

.clearing-main-left:active, .clearing-main-right:active { margin-top: -15px; }

.clearing-main-left { left: 10px; content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent white transparent transparent; }

.clearing-main-right { right: 10px; content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent transparent transparent white; }

.block-grid.three-up > li:nth-child(3n+1) { clear: none; }

ul[data-clearing] li { cursor: pointer; display: block; }
ul[data-clearing] li.clearing-feature ~ li { display: none; }

.clearing-assembled .clearing-container .carousel { background: black; background: rgba(0, 0, 0, 0.75); height: 150px; margin-top: 5px; }
.clearing-assembled .clearing-container .visible-img { background: black; background: rgba(0, 0, 0, 0.75); overflow: hidden; }
.clearing-assembled .clearing-container ul[data-clearing] { z-index: 999; width: 200%; height: 100%; margin-left: 0; position: relative; left: 0; }
.clearing-assembled .clearing-container ul[data-clearing] li { display: block; width: 175px; height: inherit; padding: 0; float: left; overflow: hidden; background: #222; margin-right: 1px; position: relative; }
.clearing-assembled .clearing-container ul[data-clearing] li.fix-height img { min-height: 100%; height: 100%; max-width: none; }
.clearing-assembled .clearing-container ul[data-clearing] li img { cursor: pointer !important; min-width: 100% !important; }
.clearing-assembled .clearing-container ul[data-clearing] li.visible { border-top: 4px solid white; }

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print { display: none !important; }

.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print { display: inherit !important; }

/* Very large display targeting */
@media only screen and (min-width: 1441px) { .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge { display: inherit !important; }
  .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge { display: none !important; } }
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) { .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }
  .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } }
/* Small display targeting */
@media only screen and (max-width: 767px) { .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }
  .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } }
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; } }
@media screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; } }
/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: inherit !important; }

.touch .show-for-touch { display: inherit !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium { display: table !important; }

@media only screen and (max-width: 1279px) and (min-width: 768px) { .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium { display: table !important; } }
@media only screen and (max-width: 767px) { table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small { display: table !important; } }
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) { /* NavBar --- */
  /*            */
  .touch .nav-bar li a.hassub > a { padding-right: 36px !important; } }
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { .flex-video { padding-top: 0; } }
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) { /* NavBar --- */
  /*            */
  .touch .nav-bar li a { font-size: 13px; }
  .touch .nav-bar li a.hassub > a.flyout-toggle { padding: 20px !important; }
  .touch .nav-bar li a.hassub > a { padding-right: 36px !important; }
  /* Clearing --- */
  /*              */
  .clearing-main-right, .clearing-main-left { height: 100%; width: 40px; top: 0; border: none; }
  .clearing-main-right:before, .clearing-main-left:before { position: absolute; top: 50%; }
  .clearing-main-left { left: 0; }
  .clearing-main-left:before { left: 5px; content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent white transparent transparent; }
  .clearing-main-right { height: 100%; right: 0; }
  .clearing-main-right:before { content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent transparent transparent white; } }
/* Small Devices ------------ */
@media only screen and (max-width: 767px) { /* Global Misc --- */
  /*                 */
  .left, .right { float: none; }
  body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  /* The Grid --- */
  /*              */
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
  /* Mobile 4-column Grid */
  .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .mobile-one:last-child { float: right; }
  .row .mobile-one.end { float: left; }
  .row.collapse .mobile-one { padding: 0; }
  .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .mobile-two:last-child { float: right; }
  .row .mobile-two.end { float: left; }
  .row.collapse .mobile-two { padding: 0; }
  .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .mobile-three:last-child { float: right; }
  .row .mobile-three.end { float: left; }
  .row.collapse .mobile-three { padding: 0; }
  .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .mobile-four:last-child { float: right; }
  .row .mobile-four.end { float: left; }
  .row.collapse .mobile-four { padding: 0; }
  .push-one-mobile { left: 25%; }
  .pull-one-mobile { right: 25%; }
  .push-two-mobile { left: 50%; }
  .pull-two-mobile { right: 50%; }
  .push-three-mobile { left: 75%; }
  .pull-three-mobile { right: 75%; }
  /* Block Grids --- */
  /*                 */
  .block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
  .block-grid > li { clear: none !important; }
  .block-grid.mobile-one-up > li { width: 100%; }
  .block-grid.mobile-two-up > li { width: 50%; }
  .block-grid.mobile-two-up > li:nth-child(2n+1) { clear: both; }
  .block-grid.mobile-three-up > li { width: 33.33333%; }
  .block-grid.mobile-three-up > li:nth-child(3n+1) { clear: both; }
  .block-grid.mobile-four-up > li { width: 25%; }
  .block-grid.mobile-four-up > li:nth-child(4n+1) { clear: both; }
  .block-grid.mobile-five-up > li { width: 20%; }
  .block-grid.mobile-five-up > li:nth-child(5n+1) { clear: both; }
  .block-grid.mobile-six-up > li { width: 16.66667%; }
  .block-grid.mobile-six-up > li:nth-child(6n+1) { clear: both; }
  .block-grid.mobile-seven-up > li { width: 14.28571%; }
  .block-grid.mobile-seven-up > li:nth-child(7n+1) { clear: both; }
  .block-grid.mobile-eight-up > li { width: 12.5%; }
  .block-grid.mobile-eight-up > li:nth-child(8n+1) { clear: both; }
  .block-grid.mobile-nine-up > li { width: 11.11111%; }
  .block-grid.mobile-nine-up > li:nth-child(9n+1) { clear: both; }
  .block-grid.mobile-ten-up > li { width: 10%; }
  .block-grid.mobile-ten-up > li:nth-child(10n+1) { clear: both; }
  .block-grid.mobile-eleven-up > li { width: 9.09091%; }
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) { clear: both; }
  .block-grid.mobile-twelve-up > li { width: 8.33333%; }
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) { clear: both; }
  /* Forms --- */
  /*           */
  /* Label alignment */
  label.right { text-align: left; }
  /* Extend width of all inputs */
  input[type="text"].one, .row input[type="text"].one, input[type="password"].one, .row input[type="password"].one, input[type="date"].one, .row input[type="date"].one, input[type="datetime"].one, .row input[type="datetime"].one, input[type="email"].one, .row input[type="email"].one, input[type="number"].one, .row input[type="number"].one, input[type="search"].one, .row input[type="search"].one, input[type="tel"].one, .row input[type="tel"].one, input[type="time"].one, .row input[type="time"].one, input[type="url"].one, .row input[type="url"].one, textarea.one, .row textarea.one { width: 100% !important; }
  input[type="text"].two, .row input[type="text"].two, input[type="password"].two, .row input[type="password"].two, input[type="date"].two, .row input[type="date"].two, input[type="datetime"].two, .row input[type="datetime"].two, input[type="email"].two, .row input[type="email"].two, input[type="number"].two, .row input[type="number"].two, input[type="search"].two, .row input[type="search"].two, input[type="tel"].two, .row input[type="tel"].two, input[type="time"].two, .row input[type="time"].two, input[type="url"].two, .row input[type="url"].two, textarea.two, .row textarea.two { width: 100% !important; }
  input[type="text"].three, .row input[type="text"].three, input[type="password"].three, .row input[type="password"].three, input[type="date"].three, .row input[type="date"].three, input[type="datetime"].three, .row input[type="datetime"].three, input[type="email"].three, .row input[type="email"].three, input[type="number"].three, .row input[type="number"].three, input[type="search"].three, .row input[type="search"].three, input[type="tel"].three, .row input[type="tel"].three, input[type="time"].three, .row input[type="time"].three, input[type="url"].three, .row input[type="url"].three, textarea.three, .row textarea.three { width: 100% !important; }
  input[type="text"].four, .row input[type="text"].four, input[type="password"].four, .row input[type="password"].four, input[type="date"].four, .row input[type="date"].four, input[type="datetime"].four, .row input[type="datetime"].four, input[type="email"].four, .row input[type="email"].four, input[type="number"].four, .row input[type="number"].four, input[type="search"].four, .row input[type="search"].four, input[type="tel"].four, .row input[type="tel"].four, input[type="time"].four, .row input[type="time"].four, input[type="url"].four, .row input[type="url"].four, textarea.four, .row textarea.four { width: 100% !important; }
  input[type="text"].five, .row input[type="text"].five, input[type="password"].five, .row input[type="password"].five, input[type="date"].five, .row input[type="date"].five, input[type="datetime"].five, .row input[type="datetime"].five, input[type="email"].five, .row input[type="email"].five, input[type="number"].five, .row input[type="number"].five, input[type="search"].five, .row input[type="search"].five, input[type="tel"].five, .row input[type="tel"].five, input[type="time"].five, .row input[type="time"].five, input[type="url"].five, .row input[type="url"].five, textarea.five, .row textarea.five { width: 100% !important; }
  input[type="text"].six, .row input[type="text"].six, input[type="password"].six, .row input[type="password"].six, input[type="date"].six, .row input[type="date"].six, input[type="datetime"].six, .row input[type="datetime"].six, input[type="email"].six, .row input[type="email"].six, input[type="number"].six, .row input[type="number"].six, input[type="search"].six, .row input[type="search"].six, input[type="tel"].six, .row input[type="tel"].six, input[type="time"].six, .row input[type="time"].six, input[type="url"].six, .row input[type="url"].six, textarea.six, .row textarea.six { width: 100% !important; }
  input[type="text"].seven, .row input[type="text"].seven, input[type="password"].seven, .row input[type="password"].seven, input[type="date"].seven, .row input[type="date"].seven, input[type="datetime"].seven, .row input[type="datetime"].seven, input[type="email"].seven, .row input[type="email"].seven, input[type="number"].seven, .row input[type="number"].seven, input[type="search"].seven, .row input[type="search"].seven, input[type="tel"].seven, .row input[type="tel"].seven, input[type="time"].seven, .row input[type="time"].seven, input[type="url"].seven, .row input[type="url"].seven, textarea.seven, .row textarea.seven { width: 100% !important; }
  input[type="text"].eight, .row input[type="text"].eight, input[type="password"].eight, .row input[type="password"].eight, input[type="date"].eight, .row input[type="date"].eight, input[type="datetime"].eight, .row input[type="datetime"].eight, input[type="email"].eight, .row input[type="email"].eight, input[type="number"].eight, .row input[type="number"].eight, input[type="search"].eight, .row input[type="search"].eight, input[type="tel"].eight, .row input[type="tel"].eight, input[type="time"].eight, .row input[type="time"].eight, input[type="url"].eight, .row input[type="url"].eight, textarea.eight, .row textarea.eight { width: 100% !important; }
  input[type="text"].nine, .row input[type="text"].nine, input[type="password"].nine, .row input[type="password"].nine, input[type="date"].nine, .row input[type="date"].nine, input[type="datetime"].nine, .row input[type="datetime"].nine, input[type="email"].nine, .row input[type="email"].nine, input[type="number"].nine, .row input[type="number"].nine, input[type="search"].nine, .row input[type="search"].nine, input[type="tel"].nine, .row input[type="tel"].nine, input[type="time"].nine, .row input[type="time"].nine, input[type="url"].nine, .row input[type="url"].nine, textarea.nine, .row textarea.nine { width: 100% !important; }
  input[type="text"].ten, .row input[type="text"].ten, input[type="password"].ten, .row input[type="password"].ten, input[type="date"].ten, .row input[type="date"].ten, input[type="datetime"].ten, .row input[type="datetime"].ten, input[type="email"].ten, .row input[type="email"].ten, input[type="number"].ten, .row input[type="number"].ten, input[type="search"].ten, .row input[type="search"].ten, input[type="tel"].ten, .row input[type="tel"].ten, input[type="time"].ten, .row input[type="time"].ten, input[type="url"].ten, .row input[type="url"].ten, textarea.ten, .row textarea.ten { width: 100% !important; }
  input[type="text"].eleven, .row input[type="text"].eleven, input[type="password"].eleven, .row input[type="password"].eleven, input[type="date"].eleven, .row input[type="date"].eleven, input[type="datetime"].eleven, .row input[type="datetime"].eleven, input[type="email"].eleven, .row input[type="email"].eleven, input[type="number"].eleven, .row input[type="number"].eleven, input[type="search"].eleven, .row input[type="search"].eleven, input[type="tel"].eleven, .row input[type="tel"].eleven, input[type="time"].eleven, .row input[type="time"].eleven, input[type="url"].eleven, .row input[type="url"].eleven, textarea.eleven, .row textarea.eleven { width: 100% !important; }
  input[type="text"].twelve, .row input[type="text"].twelve, input[type="password"].twelve, .row input[type="password"].twelve, input[type="date"].twelve, .row input[type="date"].twelve, input[type="datetime"].twelve, .row input[type="datetime"].twelve, input[type="email"].twelve, .row input[type="email"].twelve, input[type="number"].twelve, .row input[type="number"].twelve, input[type="search"].twelve, .row input[type="search"].twelve, input[type="tel"].twelve, .row input[type="tel"].twelve, input[type="time"].twelve, .row input[type="time"].twelve, input[type="url"].twelve, .row input[type="url"].twelve, textarea.twelve, .row textarea.twelve { width: 100% !important; }
  /* Buttons --- */
  /*             */
  /* Basic overrides */
  .button { display: block; }
  button.button, input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; }
  /* Button Groups */
  .button-group button.button, .button-group input[type="submit"].button { width: auto; padding: 10px 20px 11px; }
  .button-group button.button.large, .button-group input[type="submit"].button.large { padding: 15px 30px 16px; }
  .button-group button.button.medium, .button-group input[type="submit"].button.medium { padding: 10px 20px 11px; }
  .button-group button.button.small, .button-group input[type="submit"].button.small { padding: 7px 14px 8px; }
  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny { padding: 5px 10px 6px; }
  .button-group.even button.button, .button-group.even input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; }
  /* Navbar --- */
  /*            */
  .nav-bar { height: auto; }
  .nav-bar > li { float: none; display: block; border-right: none; }
  .nav-bar > li > a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; }
  .nav-bar > li:first-child > a.main { border-top: none; }
  .nav-bar > li a .hassub > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
  .nav-bar > li a .hassub.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; }
  .nav-bar > li a .hassub > a.flyout-toggle:hover span { border-top-color: #141414; }
  .nav-bar.vertical > li a .hassub > .flyout { left: 0; }
  .flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; }
  .flyout.right { float: none; right: auto; left: -1px; }
  .flyout.small, .flyout.large { width: 100% !important; }
  .flyout p:last-child { margin-bottom: 18px; }
  /* Reveal --- */
  /*            */
  .reveal-modal-bg { position: absolute; }
  .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge { width: 80%; top: 15px; left: 50%; margin-left: -40%; padding: 20px; height: auto; }
  /* Clearing --- */
  /*              */
  .clearing-container { margin: 0; }
  .clearing-close { z-index: 99; font-size: 37px; top: 0px; right: 5px; }
  .clearing-caption { position: fixed; bottom: 0; left: 0; padding: 10px !important; line-height: 1.3; }
  .clearing-main-right, .clearing-main-left { display: none; }
  .clearing-blackout.clearing-assembled .visible-img, .clearing-blackout.clearing-assembled .clearing-container { height: 100%; }
  .clearing-blackout.clearing-assembled ul[data-clearing] { display: none; }
  /* Joyride --- */
  /*             */
  .joyride-tip-guide { width: 95% !important; left: 2.5% !important; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
  .joyride-tip-guide-wrapper { width: 100%; }
  /* Tabs --- */
  /*          */
  .tabs.mobile { width: auto; margin: 20px -20px 40px; border-bottom: solid 1px #ccc; height: auto; margin: 20px -15px 0px -15px; }
  .tabs.mobile dt, .tabs.mobile li, .tabs.mobile dd { float: none; height: auto; }
  .tabs.mobile dd a, .tabs.mobile li a { font-size: 15px; display: block; width: auto; height: auto; padding: 18px 20px; margin: 0; color: #555; line-height: 1; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; }
  .tabs.mobile dd a.active, .tabs.mobile li a.active { border: none; background: #2ba6cb; color: #fff; margin: 0; position: static; top: 0; height: auto; }
  .tabs.mobile dd:first-child, .tabs.mobile li:first-child { padding-left: 20px !important; }
  .tabs.mobile dd:first-child a.active, .tabs.mobile li:first-child a.active { margin: 0; }
  .tabs.mobile + .tabs-content.contained { margin-left: -15px; margin-right: -15px; }
  .contained.mobile { margin-bottom: 0; }
  .contained.tabs.mobile dd a, .contained.tabs.mobile li a { padding: 18px 20px; }
  .tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; }
  /* UI Elements --- */
  /*                 */
  /* Tooltips */
  .tooltip { font-size: 14; line-height: 1.4; padding: 7px 10px 9px 10px; left: 50% !important; max-width: 80% !important; margin-left: -40%; font-size: 110%; }
  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub { border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; top: -12px; left: 10px; } }
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 940px) { .top-bar { margin-bottom: 0; overflow: hidden; height: 45px; background: #222222; /* Override contain to grid stuff for breakpoint */ /* Setting up the sliding area */ /* When the Small Nav is Showing */ }
  .top-bar .js-generated { display: block; }
  .contain-to-grid .top-bar { width: auto; }
  .top-bar section { left: 0; position: relative; width: auto; -webkit-transition: left 300ms; -moz-transition: left 300ms; -o-transition: left 300ms; transition: left 300ms; }
  .top-bar ul { width: 100%; height: 100%; margin-bottom: 0; display: block; }
  .top-bar ul > li { float: none; /* Branding and name */ /* Dropdown Toggle */ /* Divider for breakpoint */ /* Search Overrides for breakpoint size */ /* Dropdown Level 1 */ /* Dropdown Level 2 */ }
  .top-bar ul > li.active, .top-bar ul > li:hover { background: #151515; }
  .top-bar ul > li.name { background: black; height: 45px; }
  .top-bar ul > li.name h1 { line-height: 1; }
  .top-bar ul > li.name h1 a { color: white; display: block; line-height: 45px !important; padding-left: 15px; height: 45px; }
  .top-bar ul > li:hover a, .top-bar ul > li.active a { color: white; }
  .top-bar ul > li a:not(.button) { color: white; }
  .top-bar ul > li.toggle-topbar { cursor: pointer; display: block; height: 45px; position: absolute; right: 0; top: 0; width: 50%; }
  .top-bar ul > li.toggle-topbar a { content: ""; display: block; width: 0; height: 0; border: solid 8px; border-color: white transparent transparent transparent; padding: 0; position: absolute; top: 50%; right: 22.5px; margin-top: -4px; }
  .top-bar ul > li.toggle-topbar:hover { background: inherit; }
  .top-bar ul > li.toggle-topbar a { padding: 0 !important; }
  .top-bar ul > li.divider { border-bottom: solid 1px #3c3c3c; border-top: solid 1px black; clear: both; height: 1px !important; margin: 8px 0 !important; width: 100%; }
  .top-bar ul > li.search { padding: 0 22.5px; }
  .top-bar ul > li.search form { width: 100%; }
  .top-bar ul > li.search form input[type=text] { width: 75%; }
  .top-bar ul > li.search form .button { top: 0; width: 25%; }
  .top-bar ul > li.hassub a { padding-right: 33.75px; }
  .top-bar ul > li.hassub a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); margin-right: 15px; margin-top: -4.5px; position: absolute; top: 50%; }
  .top-bar ul > li.hassub:hover > .dropdown { display: block; visibility: hidden; }
  .top-bar ul > li.hassub .dropdown { visibility: hidden; z-index: 0 !important; }
  .top-bar ul > li.hassub.moved { position: static; }
  .top-bar ul > li.hassub.moved .dropdown { top: 0; visibility: visible; }
  .top-bar ul > li.hassub.moved .dropdown li label { margin-bottom: 6px; padding-top: 6px !important; font-size: 11px; }
  .top-bar ul > li.hassub.moved .dropdown li:not(.title) { padding-bottom: 0; }
  .top-bar ul > li.hassub.moved .dropdown li:not(.title) a { padding: 8px 22.5px; font-size: 14px; }
  .top-bar ul > li.hassub.moved .dropdown li a, .top-bar ul > li.hassub.moved .dropdown li label { padding: 0 22.5px; }
  .top-bar ul > li.hassub.moved .dropdown li a:hover { background: #3c3c3c; display: block; }
  .top-bar ul > li.hassub.moved .dropdown li.divider { border-bottom: solid 1px rgba(255, 255, 255, 0.1); margin-top: 8px !important; margin-bottom: 8px !important; }
  .top-bar ul > li.hassub.moved .back.title { padding-bottom: 0; }
  .top-bar ul > li.hassub.moved .back.title a:before { position: absolute; top: 50%; left: 17.5px; margin-top: -5px; width: 0; height: 0; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent white transparent transparent; }
  .top-bar ul > li.hassub.moved .back.title h5 { margin: 0; padding-left: 15px; position: relative; }
  .top-bar ul > li.hassub.moved .back.title h5 a { background: transparent; padding-top: 8px; padding-bottom: 8px; font-size: 23px; font-weight: bold; }
  .top-bar ul > li.hassub .dropdown li { background: transparent; }
  .top-bar ul > li.hassub .dropdown li.hassub .dropdown { left: 100% !important; top: 0; right: auto !important; }
  .top-bar ul > li.hassub .dropdown li.hassub > a { padding-right: 33.75px; }
  .top-bar ul > li.hassub .dropdown li.hassub > a:after { content: ""; margin-right: 15px; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); position: absolute; top: 50%; margin-top: -4.5px; }
  .top-bar ul > li.hassub .dropdown li.hassub > a li a:hover { background: #3c3c3c; }
  .top-bar ul > li.hassub .dropdown li.hassub.moved { position: static; }
  .top-bar ul > li.hassub .dropdown li.hassub.moved .dropdown { top: 0; visibility: visible; }
  .top-bar ul > li.hassub .dropdown li.hassub:hover { display: block; }
  .top-bar ul.left, .top-bar ul.right { float: none; width: 100%; }
  .top-bar ul.left > li, .top-bar ul.right > li { display: block; float: none; margin: 0 !important; }
  .top-bar ul.left > li.hassub .dropdown, .top-bar ul.right > li.hassub .dropdown { left: 100% !important; top: 0; right: auto !important; }
  .top-bar section > ul li a:not(.button) { padding-left: 22.5px !important; }
  .top-bar.expanded { height: 100%; }
  .top-bar.expanded ul li.toggle-topbar a { content: ""; display: block; width: 0; height: 0; border: solid 8px; border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent; top: auto; bottom: 50%; margin-bottom: -4px; }
  .top-bar ul li.has-button { padding: 5px 15px; }
  .top-bar ul li .button.small { margin: 0 !important; display: inline-block; width: 100%; }
  .top-bar ul > li.has-button a.button { margin: 0; } }
  
  



/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff;  position: relative; zoom: 1; margin:10px 0;  }

x.flexslider { -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);  }

x.flexslider { box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); }


.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav { display:none; } 
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { position: absolute; bottom: 15px; right:20px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 16px; height: 16px; display: block; background: url(../gfx/control-nav.gif) 0px 0px; cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover { background: url(../gfx/control-nav.gif) 16px 0px; }
.flex-control-paging li a.flex-active { background: url(../gfx/control-nav.gif) 16px 0px; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


.flexslider .slides > li .titel  { position:absolute; bottom:0; left:0; width:100%; padding:20px; background:#333;}
.flexslider .slides > li .titel h3 { color:#FFF; }/* ============================================================================================================
==== NAAR STYLE.CSS ===========================================================================================
==============================================================================================================*/
.shadow img { width:100%;  vertical-align:top }
.shadow { bottom: -19px; }

/* For modern browsers */
.clearfix,
.clearfix {
    content:"";
    display:table;
	float:left;
	width:100%;
	clear:both;
	height:1px;
}

.nav { z-index:190; }
a.logo img { z-index:200; } 

.product-groep .modItems .modItem, .product-groep .modItems .modItem { margin:0 1% 1% 0; }

.product-groep-d .modItems .modItem.productAlign,
.product-groep .modItems .modItem.productAlign { width:24.2% } 
.product-overview.aanbiedingen .modItems .modItem.productAlign  { width:32.2% } 
.product-groep-d .modItems .modItem.productMargin,
.product-groep .modItems .modItem.productMargin,
.product-overview.aanbiedingen .modItems .modItem.productMargin { margin-right:0!important } 

.product-groep .modItems .modItem a:hover .title { color:#017b51 }
.product-groep .modItems .modItem .title {
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.product-groep .modThumb.title { min-height: 56px; padding: 10px; }
a.btn_menu {
	display: block;
	height: 25px;
	position: absolute;
	right: 10px;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	overflow: hidden;
	color:#6a4b2b;
	background: #FFF;
	-webkit-border-radius: 3px;
	moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	top:45px; 
	z-index: 10;
	padding:0 38px;

}
x.product-overview { margin-top:0px!important }
.product-overview .modItems { padding:15px; }
.product-overview.aanbiedingen .modItems .modItem { margin:0 1.5% 1.5% 0; width:31.8%; }

.banner .tel {  z-index:100; position:relative; float: right; color:#FFF; margin-top:14px; text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9); }
.header .logout { margin-left:15px; }
.banner span.tel {  }
.banner a.tel {  }
.login { margin-top:100px; }
.posab { padding-right:15px; } 


.product-groep-d .modGroupContainer .price-bg.empty .bestel { margin: 0 0 0 3%; width: 49%; clear:none; }
.product-groep-d .modGroupContainer .price-bg.empty .more-info { float:left; width: 48%; margin-bottom:0; }
.product-groep-d .modGroupContainer .price-bg.empty .price-tag { display:none }


.product-overview .modGroupContainer .modItems .modItem, .product-groep-d .modGroupContainer .modItems .modItem { padding-bottom:66px; }

.posab {
		right: 0px!important;
	}
	
	
.row.bestellen .three.columns { padding-right: 30px; }	
.row.bestellen { padding:30px 0 }

@media screen and (max-width: 1220px) {
	.pageDiscount .twelve.no-padding-r { padding: 0 20px; } 
	.posab { right: 15px!important; }
	.pageDiscount .twelve.no-padding-r { padding: 0 20px!important; } 
	.button-padding{padding-right:20px!important;}
	

}



/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
	
	h1 {font-size: 20px; line-height: 20px;}
	h2 {font-size: 16px; line-height: 16px;}
	
	
	/* Aanbiedingen*/
	
	
	
	/* ============================================================================================================
   ==== PRODUCTEN =============================================================================================
   ==============================================================================================================*/
	.product-overview .modItems .modItem{width:32%;}
	.product-overview .modItems .modItem, .product-groep-d .modItems .modItem{height:216px;}
	.product-overview .modItems .modThumb.title, .product-overview .modGroupContainer .modThumb.title, .product-groep-d .modGroupContainer .modThumb.title, .product-overview .modGroupContainer .modThumb.title, .product-groep-d .modGroupContainer .modThumb.title{font-size:12px; padding: 10px 10px 5px; line-height:15px;}
	.product-overview .modGroupContainer .modThumb.text, .product-groep-d .modGroupContainer .modThumb.text, .product-overview .modGroupContainer .modThumb.prod-nr, .product-groep-d .modGroupContainer .modThumb.prod-nr{font-size:12px;}
	.price-tag.empty{display:none;}
	
	
	.bottom{padding:11px 6px;}
}

/* Tablet Landscape */
@media screen and (min-width: 800px) and (max-width: 1024px) {
 
}

/* Phone */
@media screen and (max-width: 767px) {
	
	h1 {font-size: 18px; line-height: 18px;}
	h2 {font-size: 16px; line-height: 16px;}

	table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td{font-size:11px; line-height:16px}
	
	/* Framewerk */
	.container { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
	.row { padding:0px; }
	
	/* Elementen */
	.nav { float:none; padding:10px 0; height:auto; padding:0; } 
	.nav ul { float:none; padding:0; margin:0; }
	.nav ul.wrap { display:none; }
	.nav .menu.active { background:#ede5dc; xmargin:0 20px; color:#4f392e;  }
	.nav ul ul, .nav ul ul ul { position:relative; top:auto; left:auto; right:auto; display:block!important;}
	.nav ul ul li a, .nav ul ul ul li a{padding-left:40px;}
	.nav ul li { width:100%!important; float:none;  }
	
	/* link style */
	.nav ul li a, .nav ul li a:hover { 
		padding:7px 0 7px 20px; 
		border-bottom:1px solid #dac8b6 ; 
		width:auto!important; 
	}	
	
	/* style (voor reset) */
	.nav ul li a, .nav ul li a:hover, .nav ul li {
		background:#f9f3eb; 
		color:#4f392e;
		text-align:left; 
		font-family: "Open Sans";
		text-decoration:none;
	}
	
	/* reset */
	.nav  ul ul li:hover a,
	.nav  ul ul ul li:hover a,
	.nav  ul ul ul ul li:hover a,
	.nav  ul ul ul ul ul li:hover a,
	.nav  ul ul ul ul ul ul li:hover a,
	.nav  ul ul ul ul ul ul ul li:hover a,
	.nav  ul ul ul ul ul ul ul ul li:hover a,
	.nav  ul li:hover ul a,
	.nav  ul ul li:hover ul a,
	.nav  ul ul ul li:hover ul a,
	.nav  ul ul ul ul li:hover ul a,
	.nav  ul ul ul ul ul li:hover ul a,
	.nav  ul ul ul ul ul ul li:hover ul a,
	.nav  ul li:hover a {
		background:inherit;
		color:inherit;
	}
	.modNav { display:none; }
	a.realisatie { text-indent:-9999px; padding:0; margin:0; } 
	
	#news .news{margin:20px 0px 0px 0px;}
	
	#tabs .ui-widget-content{background:#dccab8!important;}
	
	/* ============================================================================================================
   ==== TOP =============================================================================================
   ==============================================================================================================*/
	.header .logout { 
		background:transparent;
		padding:0;
		border-radius:0;
		border:0;
		color:#FFF;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
		margin-left:0;
	 }
	 .icon.cross { display:none; }
	 .header .banner a.logo img { width:82px; }
	 img.imagetop { max-width:none; height:80px; top:0; }
	 .banner .nine { height:80px; padding:0 10px; }
	 .banner .three { padding:0; }
	 .header .banner { overflow:hidden; height:auto;background:#dbc9b6; }
	 .header .stretched-bg { background:none }
	 .nav { position:relative; top:auto; left:auto; right:auto; bottom:auto }
	 .header .status { padding: 5px 0 0 20%; height:35px; }
	 .countdown { font-size:10px; line-height:12px;  }
	 .countdown::first-letter { text-transform:capitalize;mijn }
	 .countdown span.text { display:none }
	 .banner span.tel span { display:none; }
	 .banner .tel { margin-top:5px; }
	 .header .logout:before { content:"\00a0\00a0/\00a0\00a0"; }
	 #product .columns.twelve { padding:0; }
	 a.logo { left: 5px; }
	 .login { margin-top:0 }
	
	
	

	
	
	/* ============================================================================================================
   ==== TABEL STIJLEN =============================================================================================
   ==============================================================================================================*/
	table.dataTable td{padding:3px 4px!important;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){ a.realisatie { background: url('/gfx/react/react-online-media@2x.png') no-repeat center right; background-size: 20px 20px; }	}


/* ============================================================================================================
   ==== LOGIN =================================================================================================
   ==============================================================================================================*/



/* Phone */
@media screen and (max-width: 767px) {
	
	#login .six.columns, #login .row.content, .login-inner .eight.columns {  padding:0; }
	#login .login {border:0; -webkit-box-shadow: 0px 0px 0px 0px #CAC6BF; box-shadow: 0px 0px 0px 0px #CAC6BF; }
	#login .login .top-login { height:0; }
	#login .login .login-inner { padding-top:0; }
	#login .login .login-inner img { width:80px; float: left; }
	#login .login .four.columns { padding:0 0 20px 0; }
	#login input[type="submit"].button { margin-top: 15px; }
	#login .login h1 { width:auto; padding: 88px 0px 0 20px; font-size:24px; line-height:24px; position: absolute; bottom: 20px; left: 80px; }
	#login .wachtwoord-verstuurd h1{float:left; width:100%; left:auto; padding:20px 20px 20px 0px; bottom:auto; position:relative;}
	#login div.alert-box.alert {	
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;	
	}
	#login div.alert-box a.close { top:3px;} 
}


/* ============================================================================================================
   ==== PRODUCTEN =============================================================================================
   ==============================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1220px) {
	
	.row.bestellen .three.columns { padding-right: 40px; padding-left:0px; }
	.button.datum.bestelling{width:91%;}
}


@media screen and (min-width: 1024px) and (max-width: 1220px) {
	.modThumb.price.discount { font-size: 13px; }
	
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
	
	#product .price-bg.empty .editamount{padding-top:3px; float:left; width:27%; text-align:center;}
	#product .editamount{padding-top:3px; float:left; width:9%; text-align:center;}
	.editamount input{left:35px; top:-2px;}
	.pageDiscount .editamount input{position:absolute; left:8px; top:-3px;}
	.pageDiscount .editamount{width:17.7%;}
	#product .editamount input{left:0px; top:-3px;}
	#product .price-bg.empty .editamount input{left:12px; top:-3px}
}


/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.button.datum.kies{width:60%;}
	.title-right{width:37%;}
	.datum-wrapper{/*width:70%;*/width:130%;}
	.dataTables_filter{width:27.5%;}
	.product-min, .product-plus{font-size:28px;}
	
	.product-groep-d .modItems .modItem,
	.product-groep .modItems .modItem { width:32.6%!important;}
	.product-groep-d .modItems .modItem:nth-child(3n+3),
	.product-groep .modItems .modItem:nth-child(3n+3) { margin-right:0px!important }
	
	.product-overview.aanbiedingen .modItems .modItem:nth-child(3n+3) { margin-right:0px!important }
	.product-overview.aanbiedingen .modItems .modItem:nth-child(3n+4) { clear: left; }
	.product-overview.aanbiedingen .modItems .modItem { width:32.2%!important;}
	
	.pageDiscount .price-bg .price-tag { width:100%!important; margin-bottom:5px!important }
	.pageDiscount .price-bg .bestel { margin: 0 0 0 3%!important; width: 49%!important; clear:none!important; }
	.pageDiscount .price-bg .more-info { float:left!important; width: 48%!important;  margin-bottom:0!important; margin-right:10px!important;}
	
	
	.aanbieding-titel { font-size: 12px; }
	.modThumb.price.discount { font-size: 14px; }
	.countdown { font-size:12px; }
	.row.status .ten { width:100%!important; padding-left: 16%; margin-left: 0; }
	.button.orange h2 { font-size:25px }
	 
	 #shop05 .wb .four.columns{width:50%!important;}
	 .edit-amount-field{min-width:80px;}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.product-min, .product-plus{font-size:24px;}
	.pageDiscount .product-min, .pageDiscount .product-plus, #product .product-min, #product .product-plus{font-size:40px; padding-top:4px;}
	.pageDiscount .editamount{padding-top:3px; width:32%;}
	#product .price-bg.empty .editamount{width:31%; }
	#product .editamount{width:16%;}
	.editamount input{left:13px; top:-2px;}
	.pageDiscount .editamount input{position:absolute; left:29px; top:0px;}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
	.title-right{font-size: 12px; line-height: 27px;}
	.button.datum{font-size:13px;}
	h1{font-size:16px; line-height:18px;}
	h2{font-size:14px; line-height:16px;}
	table.dataTable td{font-size:12px;}
	.edit-amount-field{padding: 3px 5px!important;}
	.pageDiscount .editamount{padding-top:3px; width:26%;}
	#product .price-bg.empty .editamount{width:29%; }
	#product .editamount{width:10%;}
	.editamount input{left:30px; top:-2px;}
	.pageDiscount .editamount input{position:absolute; left:10px; top:0px;}
}

/* Phone */
@media screen and (max-width: 767px) {
	
	.pageDiscount .product-min, .pageDiscount .product-plus, #product .product-plus, #product .product-min{font-size:40px; padding-top:4px;}
	.pageDiscount .editamount{padding-top:3px;}
	#product .editamount{width:15%;}
	.pageDiscount .disableamount, #product .disableamount{font-size:10px!important; padding:4px 0 0 3px; float:left;}
	.editamount input{left:4px; top:-2px;}
	.pageDiscount .editamount input{position:absolute; left:-5px; top:0px;}
	
	.levertijd{margin-top:0px;}
	.product-min, .product-plus{font-size:30px;}
	
	/* Overzicht */
	.product-overview .modItems .modItem{width:100%;}
	#product .product-groep .modItems .modItem,
	.product-groep-d .modItems .modItem,
	.product-overview.persoonlijke-aanbieding .modItems .modItem { width:49%!important; margin:0 2% 2% 0; overflow: hidden; } 
	.product-groep .modItems .modItem:nth-child(2n+2),
	.product-groep-d .modItems .modItem:nth-child(2n+2),
	.product-overview.persoonlijke-aanbieding .modItems .modItem:nth-child(2n+2) { margin-right:0px!important }
	.product-groep .modItems .modItem:nth-child(2n+3),
	.product-groep-d .modItems .modItem:nth-child(2n+3),
	.product-overview.persoonlijke-aanbieding .modItems .modItem:nth-child(2n+3) { clear: left; }
	
	.product-overview.aanbiedingen .modItems .modItem:nth-child(2n+2) { margin-right:0px!important }
	.product-overview.aanbiedingen .modItems .modItem:nth-child(2n+3) { clear: left; }
	.product-overview.aanbiedingen .modItems .modItem { width:49%!important; margin:0 2% 2% 0; overflow: hidden; } 
	
	.price-bg .bestel { margin: 0 0 0 3%!important; width: 49%!important; clear:none!important; }
	.price-bg .more-info { float:left!important; width: 48%!important;  margin-bottom:0!importantf; }
	
	.edit-amount-field{min-width:20px;}
	
	x.product-groep-d .modItems .modItem:nth-child(3n+4) { clear: left; }
	.pageDiscount .twelve.no-padding-r { padding: 0!important; }
	
	.product-groep-d .modGroupContainer .bestel { margin: 0 0 0 3%; width: 49%; clear:none; }
	.product-groep-d .modGroupContainer .more-info { float:left; width: 48%; }
	.product-groep-d .modGroupContainer .modItems .modItem {min-height: 0; }
	.product-groep .modItems .modItem { border:0; }
	.product-groep .modItems .modItem, .product-groep .modItems .modItem { min-height: 146px; }
	.product-groep-d { padding-right:0; padding-left:0; }
	.product-groep-d .modGroup { margin: 0 2%; width: 96%;}
	.product-groep-d .page-title {  width:100%; margin-left:0;  }
	#product .row.content { padding:20px 0 0  0; }
	.product-groep, .product-groep .page-title { 
		width:100%; 
		margin-left:0; 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	.product-groep .modThumb.title { font-size: 14px; }	
	.price-tag { width:100%;margin-bottom: 5px; }
	.product-overview .modItems .more-info, .product-groep-d .modGroupContainer .more-info { margin-bottom:0; }
	.ui-tabs .ui-tabs-nav li a { font-size: 12px!important; }
	.product-overview { margin-top:0px!important }
	
	/* Aanbiedingen */
	.posab { 
		position:relative!important; 
		left:auto!important; 
		right:auto!important; 
		top:auto!important; 
		bottom:auto!important; 
		padding:0!important
	}
	.product-overview.persoonlijke-aanbieding, 
	.product-overview,
	.ui-tabs .ui-tabs-nav { 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	.aanbieding-titel { padding:12px 0 3px 0; font-size: 14px; background: #6D4F33; }
	
	/* Bestellen */
	.row.bestellen { padding:0px 0 15px 0 }
	.button.orange h2 { font-size:30px; }
	.row.bestellen .nine.columns { padding-top:20px; }
	.row.bestellen .three.columns { padding-right: 20px; }
	.pageDiscount .row.content { padding-bottom:20px; }
	.product-overview.persoonlijke-aanbieding { margin-top:0!important; padding-top:0px!important; -webkit-box-shadow: 0 0 0 #C4AD97;
box-shadow: 0 0 0 #C4AD97; }
	.ui-tabs .ui-tabs-nav li a { padding-left:5%; padding-right:5%; } 
	
	.product-overview .modItems { padding:2% } 
	.product-groep-d .modGroupContainer .modItems { padding:2% } 
	.ui-tabs .ui-tabs-nav { padding-right:2%; padding-left:2%; }
	.modThumb.price.discount { font-size: 14px; }
	
	.price-bg .bestel, .price-bg .bestel  { font-size:12px!important; }
	.product-overview .modThumb.title, .product-groep-d .modGroupContainer .modThumb.title { line-height: 16px!important; font-size:12px!important; }
	
	.product-overview .modItems .modThumb.thumb { width:30%; } 
	.product-overview .modItems .modThumb.title { width:70%; padding-bottom:0px; padding-top:8px; float:right; }
	.product-overview .modItems .modThumb.text{ width:70%;}
	.product-overview .modItems .modThumb.prod-nr {  width:70%; float:right; }
	.product-overview .modItems .modItem, .product-groep-d .modItems .modItem { min-height: 170px; }
	.product-overview .modGroupContainer .modThumb.prod-nr, .product-groep-d .modGroupContainer .modThumb.prod-nr { padding-bottom:10px; }
	
	.title-right{text-align:left; width:100%;}
	
	/* Alle Titels en product info */
	.product-overview .modItems .modThumb.title, .product-overview .modGroupContainer .modThumb.title, .product-groep-d .modGroupContainer .modThumb.title, .product-overview .modGroupContainer .modThumb.title, .product-groep-d .modGroupContainer .modThumb.title{font-size: 11px!important; padding: 10px 10px 5px; line-height: 13px!important;}
	.product-overview .modThumb.text, .product-groep .modThumb.text, .product-overview .modGroupContainer .modThumb.text, .product-groep-d .modGroupContainer .modThumb.text, .product-overview .modGroupContainer .modThumb.prod-nr, .product-groep-d .modGroupContainer .modThumb.prod-nr{font-size:11px;}
	.product-overview .modItems .modThumb.prod-nr{font-size:11px;}
	
	.price-tag{min-height:50px;}
	.modThumb.price{font-size:12px; padding-bottom:0px;}
	.modThumb.price.discount{font-size:13px;}
	
	
	
	.price-tag.empty{display:none;}
	
	
	/* Nieuws */
	.pageDiscount .news-label { float:left; }
	.pageDiscount .flex-viewport, .news { float:left; width:100%; }
	.pageDiscount .news .title { font-size:14px; line-height:14px; }
	
	/* Popup */
	.white-popup .button.orange { padding: 10px 20px 11px!important; }
	.p-bottom .columns.prijs { padding-right:20px; }
	.white-popup .intro .columns {  float: left; }
	.white-popup .intro .five.columns { width:25%!important; }
	.white-popup .intro h2 { padding-top:0; }
	.white-popup .intro .seven.columns { width:75%!important; }
	.white-popup .intro table { margin:0 0 0px 0 }
	.white-popup .p-bottom { margin-top:0; }
	.white-popup .prijs-label { margin-top:-15px; }
	.white-popup .row.popup.top { padding-bottom:15px; }
	
	.button.datum.bestelling{float:right;}
	.afwijkend.button.orange{margin-top:20px;}
	.afwijkend input{width:86%!important;}
	.datum.afwijkend{margin-left:0px;}
	.ui-datepicker-trigger{float:left;}
	
	.button-padding{padding-left:20px!important;}
	
	.button.datum.bestelling{width:89%;}
	
	#shop04 [class*="column"] + [class*="column"]:last-child{width:100%!important;}
}


/* ============================================================================================================
   ==== SHOP ==================================================================================================
   ==============================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1220px) {
	
}


@media screen and (min-width: 1024px) and (max-width: 1220px) {
	
}


/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
	
	
	
}


/* Phone */
@media screen and (max-width: 767px) {
	
	/* Bottom */
	#shop02 .button.orange, #shop02checkorder .button.orange, #shop04 .button.orange, #shop05 .button.orange { margin-top:10px;  }
	#shop02 .button, #shop02checkorder .button, #shop04 .button, #shop05 .button { font-size:12px; }
	#shop02 .bottom, #shop02checkorder .bottom, #shop04 .bottom, #shop05 .bottom { padding: 11px 20px; }
	.dataTables_wrapper{padding:0 0px;}
	.dataTables_filter{float:left!important; width:100%!important; margin-right:0px!important; padding:0 20px;}
	
	#shop02 .datum-wrapper, #shop02checkorder .datum-wrapper, #shop04 .datum-wrapper, #shop05 .datum-wrapper { 
		width: 96%; 
		margin: 0 2%; 
		-webkit-box-shadow: 0 3px 5px #888; 
		box-shadow: 0 3px 5px #888; 
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	/*#shop02 .button.datum.kies, #shop02checkorder .button.datum.kies, #shop04 .button.datum.kies, #shop05 .button.datum.kies { width: 96%;  margin: 0 2%; }*/
	.button.datum.kies{width:100%;}
	.datum-wrapper{top:78px;}
	.dataTables_filter{width:91%;}

	#shop02 .datum-wrapper .ui-datepicker, #shop02 .datepicker, #shop02checkorder .datum-wrapper .ui-datepicker, #shop02checkorder .datepicker, #shop04 .datum-wrapper .ui-datepicker, #shop04 .datepicker, #shop05 .datum-wrapper .ui-datepicker, #shop05 .datepicker { width: 100%!important; }
	#shop02 .table-content table, #shop02checkorder .table-content table, #shop04 .table-content table, #shop05 .table-content table { border-spacing: 0px; border-collapse:collapse!important }
	#shop02 table.dataTable td, #shop02checkorder table.dataTable td,  #shop05 table.dataTable td, #shop04 table.dataTable td { 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	 }
	
x	#amount1 { width:25px; float:left; height:24px; }

.button.print{display:none!important;}

.toolbar{padding:0 20px; width:100%;}
.button.refresh{width:100%; margin-bottom:5px; margin-left:0px;}
	
}



.product-groep .modThumb.thumb img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width:90%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.product-groep .modThumb.thumb img:hover { max-width:100%; }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.ColVis {
	float: right;
	margin-bottom: 1em;
}

.ColVis_Button {
	position: relative;
	float: left;
	margin-right: 3px;
	background:url(../gfx/select-down.png) no-repeat 92% center;
	cursor: pointer;
	*cursor: hand;
	border: 1px solid #d8d8d8;
	padding: 4px 27px 4px 8px;
	color: #444444;
	border-radius: 3px;
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	background-color: black;
	z-index: 1100;
}

div.ColVis_collection {
	position: relative;
	width: 150px;
	background-color: #f3f3f3;
	padding: 3px;
	border: 1px solid #ccc;
	z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
	background: #fff;
	width: 100%;
	float: none;
	margin-bottom: 2px;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

.disabled {
	color: #999;
}



button.ColVis_Button {
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

span.ColVis_radio {
	display: inline-block;
	width: 20px;
}

/*
 * Table
 */
 
 table.dataTable tfoot th{display:none!important;}
 #c-table_length{display:none!important;}
 
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-right: 0px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable th.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}
/*
table.dataTable tr.odd { background-color: #fff; }
table.dataTable tr.even { background-color: #f8f8f8; }

table.dataTable tr.odd td.sorting_1 { background-color: #fcfcfc; }
table.dataTable tr.odd td.sorting_2 { background-color: #eee; }
table.dataTable tr.odd td.sorting_3 { background-color: #fcfcfc; }
table.dataTable tr.even td.sorting_1 { background-color: #eee; }
table.dataTable tr.even td.sorting_2 { background-color: #fcfcfc; }
table.dataTable tr.even td.sorting_3 { background-color: #eee; }

*/
/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: right;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	/*clear: both;*/
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: left;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('../gfx/datatables/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../gfx/datatables/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../gfx/datatables/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('../gfx/datatables/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../gfx/datatables/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../gfx/datatables/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('../gfx/datatables/sort_both.png') #fff9ea no-repeat center right!important; }
.sorting_asc { background: url('../gfx/datatables/sort_asc.png') #fff9ea no-repeat center right!important; }
.sorting_desc { background: url('../gfx/datatables/sort_desc.png') #fff9ea no-repeat center right!important; }

.sorting_asc_disabled { background: url('../gfx/datatables/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../gfx/datatables/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}




 #c-table tbody tr.even:hover, #c-table tbody tr.even td.highlighted {
	background-color: #d7edff;
	cursor:pointer;
}

 #c-table tbody tr.odd:hover, #c-table tbody tr.odd td.highlighted {
	background-color: #d7edff;
	cursor:pointer;
}

 #c-table tr.even:hover {
	background-color: #d7edff;
}

 #c-table tr.even:hover td.sorting_1 {
	background-color: #d7edff;
}

 #c-table tr.even:hover td.sorting_2 {
	background-color: #d7edff;
}

 #c-table tr.even:hover td.sorting_3 {
	background-color: #d7edff;
}

 #c-table tr.odd:hover {
	background-color: #d7edff;
}

 #c-table tr.odd:hover td.sorting_1 {
	background-color: #d7edff;
}

 #c-table tr.odd:hover td.sorting_2 {
	background-color: #d7edff;
}

 #c-table tr.odd:hover td.sorting_3 {
	background-color: #d7edff;
}
