@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200,100,400italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Quattrocento:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:100,200,300,400,500,600,700);
/*---------------------------------------
             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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}

html,body{background-color:#ffffff;overflow-x: hidden;}

html {  font-size: 100%;overflow-y: scroll;}
body {  margin: 0;  font-family: "Quattrocento Sans", "Helvetica Neue", Arial, sans-serif;  font-size: 1.0625rem;line-height: 1.5;font-weight: 200;text-transform: none;  color: #212121;}

.u-release {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: cal(50vw - 50%);
}

.u-release .i-release {margin-left: calc(+50vw - 30%);
  margin-right: calc(+50vw - 30%);}


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {  display: block;}

sub,sup {  position: relative;  font-size: 75%;  line-height: 0;  vertical-align: baseline;}
sup {  top: -0.5em;}
sub {  bottom: -0.25em;}
img { /* Responsive images (ensure images don't scale beyond their parents) */  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */  width: auto\9;
  /* IE7-8 need help adjusting responsive images */  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;  border: 0;  -ms-interpolation-mode: bicubic;}

.full-width{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.responsive-image{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;-moz-background-size:cover;}

#map_canvas img,.google-maps img {  max-width: none;}

button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
button,input{line-height:normal;*overflow:visible;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
.inputstyle{width:98%;height:30px;background:url(/imgs/icons/icons8-search-24.png?20141101) right no-repeat #fff;margin:0;border:none;padding:0 1%;}
textarea{overflow:auto;vertical-align:top;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}

a {  color: #0071bc;  text-decoration: none;}
a:hover {  color: #0071bc;  text-decoration: underline;}

p{padding:12px 0;margin:0;font-size: 1.15rem;line-height: 1.5;word-wrap:break-word;}

.box		{padding:10px;overflow:hidden;display:block;margin-bottom:20px;}
.box8		{padding:0 8px;overflow:hidden;display:block;margin-bottom:20px;}
.padding0	{padding:0;}
.alignleft	{text-align:left;}
.alignright	{text-align:right;}
.aligncenter{text-align:center;}

/*---------------------------------------
                GRID
---------------------------------------*/

section{padding:12px 0;position:relative;}

#nav, .container {margin-right: auto;  margin-left: auto;padding-left:10px;padding-right:10px;}

@media (min-width: 768px) and (max-width: 979px)  {#nav,	.container{width: 740px;}	}

@media (min-width: 979px) and (max-width: 1139px) {#nav,	.container{width:960px;}	}

@media (min-width: 1140px) 						  {#nav,	.container{width:1160px;}	}

.container:before,.container:after {  display: table;  content: "";  line-height: 0;}
.container:after {  clear: both;}

#nav:before,#nav:after {  display: table;  content: "";  line-height: 0;}
#nav:after {  clear: both;}

.row-fluid { margin-bottom:20px;margin-left:-10px;margin-right:-10px;}
.row-fluid:before,.row-fluid:after {  display: table;  content: "";  line-height: 0;}
.row-fluid:after {  clear: both;}
.row-fluid [class*="span"] {
  display: block;  min-height: 1px;   -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;
  box-sizing: border-box;   float: left;   position:relative;padding-left:10px;padding-right:10px;
}

.row-fluid .span12 {  width: 100%;}
.row-fluid .span11 {  width: 91.66666667%;}
.row-fluid .span10 {  width: 83.33333333%;}
.row-fluid .span9 {  width: 75%;}
.row-fluid .span8 {  width: 66.66666667%;}
.row-fluid .span7 {  width: 58.33333333%;}
.row-fluid .span6 {  width: 50%;}
.row-fluid .span5 {  width: 41.66666667%;}
.row-fluid .span4 {  width: 33.33333333%;}
.row-fluid .span3 {  width: 25%;}
.row-fluid .span-fifth {width: 20%;}
.row-fluid .span2 {  width: 16.66666667%;}
.row-fluid .span-eight {width:12.5%;}
.row-fluid .span-tenth {width:10%;}
.row-fluid .span1 {  width: 8.33333333%;}

[class*="span"].hide, .row-fluid [class*="span"].hide {   display: none;}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {  float: right;}

.offset1{margin-left:8.33333333%;}
.offset2{margin-left:16.66666667%;}
.offset3{margin-left:25%}
.offset4{margin-left:33.33333333%;}

.row-fluid.row-fluid-no-padding {margin-left: -3px;margin-right: -3px;}

.row-fluid.row-fluid-no-padding [class*="span"] {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

/*achtergrondkleuren*/

.featureTransparant{background:transparant;}
.featureWhite {background:#fff;}
.featureOlive  {background: #005689 /*#7dcda3;*/}
.featureDarkGrey {background:#1B181C;}
.featureGrey   {background: #9faba5;color:#fff;}
.featureLightGrey   {background:#f7f8f7;}
.featureLightYellow {background:#F3F2D0;color:#2c2c2c;}
.featureBlue {background:#005689;}

.feature h3 a{color:#212121;}
.feature p a{color:#212121;text-decoration:none;}
.feature p a:hover{color:#727272;}
.feature p a.link{color:#0071bc;}

.featureOlive p, .featureOlive h1, .featureOlive h2, .featureOlive h3, .featureOlive h4, .featureOlive p a, .featureOlive h2:hover, .featureOlive h3:hover {color:#fff;}
.featureBlue p, .featureBlue h1, .featureBlue h2, .featureBlue h3, .featureBlue h4, .featureBlue p a, .featureBlue h2:hover, .featureBlue h3:hover {color:#fff;}
.featureGrey p, .featureGrey h1, .featureGrey h2, .featureGrey h3, .featureGrey h4, .featureGrey p a {color:#fff;}
.featureDarkGrey p, .featureDarkGrey h1, .featureDarkGrey h2, .featureDarkGrey h3, .featureDarkGrey h4, .featureDarkGrey p a {color:#fff;}

.featureOlive h2 a, .featureOlive h3 a, .featureOlive h2 a:hover, .featureOlive h3 a:hover {color:#fff;padding:0;}
.featureBlue h2 a, .featureBlue h3 a, .featureBlue h2 a:hover, .featureBlue h3 a:hover {color:#fff;padding:0;}
.featureGrey h2 a, .featureGrey h3 a {color:#fff;padding:0;}
.featureDarkGrey h2 a, .featureDarkGrey h3 a {color:#fff;padding:0;}

.featureWhite h2, .featureWhite h2 a{color:#212121;}
.featureLightGrey h2, .featureLightGrey h2 a{color:#212121;}
.featureLightGrey h2 a:hover{text-decoration:none;}
/*---------------------------------------
           GENERAL STYLES
---------------------------------------*/
small {  font-size: 85%;}
strong {  font-weight: bold;}
em {  font-style: italic;}
cite {  font-style: normal;}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a h1, a h1:hover, a h2, a h2:hover, a h3, a h3:hover, a h4, a h4:hover, a h5, a h5:hover {margin: 8px 0 12px 0; font-family:"Merriweather", "Georgia", "Times New Roman", serif;color:#212121;text-decoration:none;font-style:normal;font-weight:100;line-height:1.3;}

h4 {font-weight:400;}
h5 {font-weight:500;}

h1 {font-size: 2.5rem;}
h2 {font-size: 1.875rem;}
h3 {font-size:1.35rem;}
h4 {font-size:1rem;}
h5 {font-size:0.9375rem;}
h6 {font-size:0.8125rem;text-transform:uppercase;}


@media (max-width:768px){
	

h1 {font-size: 2rem;}
h2 {font-size: 1.6rem;}
h3 {font-size:1.1rem;}
h4 {font-size:0.8rem;}
h5 {font-size:0.6rem;}
h6 {font-size:0.4rem;text-transform:uppercase;}
	}

h1.greyline{width:100%;text-align:center;margin:0;background:url(/verdieping/greyline.png) no-repeat bottom center;padding:20px 0;margin:20px 0;}

h2.greyline{width:100%;text-align:center;margin:0;background:url(/verdieping/greyline.png) no-repeat bottom center;padding:16px 0;margin:8px 0;}

h3.greyline{width:100%;text-align:center;margin:0;background:url(/verdieping/greyline.png) no-repeat bottom center;padding:16px 0;margin:8px 0;}

h1.whiteline{width:100%;text-align:center;margin:0;background:url(/verdieping/whiteline.png) no-repeat bottom center;padding:20px 0;margin:20px 0;color:#fff;text-shadow:2px 2px 8px rgba(0, 0, 0, 0.9);font-weight:300;display:block;}

h2.whiteline{width:100%;text-align:center;margin:0;background:url(/verdieping/whiteline.png) no-repeat bottom center;padding:16px 0;margin:8px 0;color:#fff;}


.text-center{text-align:center;}

ul, ol	{ padding: 0;margin: 0;list-style-type:none;}
/*ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}*/
li 		{font-size:1.15rem;line-height: 1.8}
/*ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}*/
/*dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}


q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}*/


/*lijsten*/

ul.generallist{list-style-type:disc;margin-left:16px;padding-bottom:20px;}


/*video bvb youtube*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top:20px;
	margin-bottom:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.download-pdf {padding-right:20px;background:url("../imgs/basis/icon_pdf_24x24.png") no-repeat right;}

/*pagina navigatie*/

.page-navigation{padding-top:36px;}

.page-navigation .previous 
{background: #7dcda3;width:30%;float:left;display:inline-block;padding:8px;border-radius:3px;margin:0 10px;}

.page-navigation .next  
{background: #7dcda3;width:30%;float:right;display:inline-block;padding:8px;border-radius:3px;margin:0 10px;}


.page-navigation .previous .arrow-button 
{display:inline-block;width:10%;background: url("/imgs/icons/icons8-previous-white-32.png") no-repeat center center;float:left;height:24px;}

.page-navigation .next .arrow-button 
{display:inline-block;width:10%;background: url("/imgs/icons/icons8-next-white-32.png") no-repeat center center;float:right;height:24px;}

.page-navigation .previous .link, .page-navigation .next .link {width: 86%;font-size: 17px;vertical-align:middle;display:inline-block;min-height:24px;line-height:24px;}

.page-navigation .previous .link {float: left;text-align:left;margin-left:2%;}
.page-navigation .next .link {float: left;text-align:right;margin-right:2%;}

.page-navigation .previous .link a, .page-navigation .next .link a, .page-navigation .previous .link a:hover, .page-navigation .next .link a:hover {color:#fff;text-decoration:none;}

/*buttons*/
[class*="btn"] {margin: 4px;
    display: inline-block; text-align: center;  vertical-align: middle;  cursor: pointer;
    white-space: nowrap;    padding: 8px 12px;   font-size: 16px;
    line-height: 1.5;   -moz-user-select: none;    font-weight: 500;    text-decoration: none;
    border: 2px solid #212121;    color: #212121;position:relative;background:#fff;border-radius:6px;  }
.btn-white, .btn-purple, .btn-grey {float:left;}

.btn-white:hover, .btn-purple:hover, .btn-grey:hover{background: #212121;color:#fff;text-decoration:none;}

.btn-white-active, .btn-purple-active, .btn-grey-active{background: #212121;color:#fff;text-decoration:none;float:left;}
.btn-white-active:hover, .btn-purple-active:hover, .btn-grey-active:hover{background: #212121;color:#fff;text-decoration:none;}


[class*="btn-small"]{margin: 4px;display: inline-block; text-align: center;  vertical-align: middle;  cursor: pointer;
    white-space: nowrap;    padding: 8px;   font-size: 16px;
    line-height: 1;   -moz-user-select: none;    font-weight: 500;    text-decoration: none;
    border: 1px solid #212121;    color: #212121;position:relative;border-radius:3px;}

.btn-small-purple, .btn-small-grey {color: #fff;background:#212121;}
.btn-small-purple:hover, .btn-small-grey:hover{background: #212121;color:#fff;text-decoration:none;}

[class*="btn-prev"]{margin: 4px;
    display: inline-block; text-align: center;  vertical-align: middle;  cursor: pointer;
    white-space: nowrap;    padding: 8px 12px 8px 26px;   font-size: 16px;
    line-height: 1.5;   -moz-user-select: none;    font-weight: 500;    text-decoration: none;
    border: 2px solid #212121;    color: #212121;position:relative;    }

[class*="btn-next"]{margin: 4px;
    display: inline-block; text-align: center;  vertical-align: middle;  cursor: pointer;
    white-space: nowrap;    padding: 8px 26px 8px 12px;   font-size: 16px;
    line-height: 1.5;   -moz-user-select: none;    font-weight: 500;    text-decoration: none;
    border: 2px solid #212121;    color: #212121;position:relative;    }

.btn-prev-purple {background:url("/imgs/icons/icons8-previous-black-16.png") no-repeat left 8px center #fff;}
.btn-prev-purple:hover {background:url("/imgs/icons/icons8-previous-white-16.png") no-repeat left 8px center #212121;color:#fff;text-decoration:none;}

.btn-next-purple {background:url("/imgs/icons/icons8-next-black-16.png") no-repeat right 8px center #fff;}
.btn-next-purple:hover {background:url("/imgs/icons/icons8-next-white-16.png") no-repeat right 8px center #212121;color:#fff;text-decoration:none;}


/*heros___________________________________*/


.hero {text-align:center;}
.hero:link, .hero a:hover{text-decoration:none;color:#fff;display:block;width:100%;height:auto;}

.hero h5, .hero h5:hover{ color: #fff; font-size: 1.3em; background: url("/verdieping/whiteline.png") no-repeat scroll center bottom transparent; font-weight: 500; text-decoration: none;margin-top:50px;padding-bottom:12px;}

.hero h1, .hero h1:hover{color: #FFF; font-size: 4em;    margin: 25px 0px 60px;  text-decoration: none;  line-height: 1.2;text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
font-weight: 300;}

.hero a {display:block;}

.hero a.hero-leesverder, .hero a.hero-leesverder:hover, .hero p.hero-leesverder {    margin: 4px;
    display: inline-block; text-align: center;  vertical-align: middle;  cursor: pointer;
    white-space: nowrap;    padding: 8px 12px;   font-size: 16px;
    line-height: 1.5;   -moz-user-select: none;    font-weight: 500;    text-decoration: none;
    border: 2px solid #fff; border-radius:8px;   color: #fff;background:#333; opacity:0.7;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05) inset, 0px 0px 10px rgba(0, 0, 0, 0.05);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);}

@media (max-width: 768px){
.hero h1, .hero h1:hover{color: #FFF; font-size: 2.3em;    margin: 25px 0px 60px;  text-decoration: none;  line-height: 1.2;text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
font-weight: 300;}
	
}




/*.hero {background-color: rgba(148,148,148, 0.8);margin-top:180px;width:500px;padding:16px 150px 16px 16px;position:relative;height:auto;}

.hero:link, .hero a:hover{text-decoration:none;color:#fff;}

.hero a h1{color:#fff;}

.hero h1 , .hero h1{color:#fff;font-size:5rem;line-height:7rem;text-decoration:none;text-align:left;}
.hero-connection{bottom:0px;width:300px;position:relative;padding:8px 0;height:40px;;margin-top:16px;background:url(verdieping/whiteline.png) bottom left no-repeat}

.hero-connection p{font-size: 18px;left: 0px;line-height: 26px;margin-top: 0px;padding:0;color:#fff;}

.hero-connection p a, .hero-connection p a:hover {color:#fff;text-decoration:none;}*/

/*_________features_________________*/

.feature {background:#fff;min-height:220px;margin-bottom:20px;}


.feature2 {background:#fff;height:140px;margin-bottom:20px;}
.feature a p{color:#181b19;}
.feature a:hover{text-decoration:none;}
.feature p{display:block;}
.feature2 p{margin:4px 0;}
.feature p a, .feature a p{color:#181b19;text-decoration:none;display:block;padding:2px 0;}
.feature p a:hover, .feature2 p a:hover{color:#181b19;}
.feature p a.link, .feature2 p a.link{color:#0077cc;}
.fleft{float:left;}
.fright{float:right;}
.clearboth{clear:both;}

@media (max-width: 768px){
.feature{height:auto;overflow:hidden;}	
	
}




/*-----------------------------------------
               ARTIKELS
-------------------------------------------*/

.text{padding:16px 0px 8px 0px;}

.text h1{margin-bottom:30px;margin-left:0px;}
.text h3{margin-top:30px;clear:both;margin-left:0px;}

.portretfoto_fw {width:100%;margin-left:0;position:relative;border-bottom:none;padding-top:0;margin-bottom:20px;margin-top:20px;}

section .portretfoto_fw p{position:absolute;left:-195px;top:0;width:160px;background:url(../imgs/basis/icon_image_top.jpg?2016) top left no-repeat;padding: 20px 0 8px 0 ;margin-left:0px;text-align:right;font-size:16px;}

.notes{padding:0;margin-left:16px;padding-bottom:30px;}
.notes li {list-style-type:decimal;font-size:16px;color:#212121;margin:0;padding: 2px 0;}

.sources{padding:0;margin-left:16px;}
.sources li {list-style-type:disc;font-size:16px;color:#212121;margin:0;padding: 2px 0}

.sources li.nobullet {list-style-type:none;}

.leesook h4{display:inline;}

.update {text-transform:uppercase;font-size:13px;color:#fff;background:#212121;display:inline-block;padding:0 3px;border-radius:3px;font-family:"Quattrocento Sans", "Helvetica Neue", Arial, sans-serif;}

@media (max-width: 767px) {
.text{padding:16px 0 8px 0;}	
.portretfoto_fw{width:100%;margin-left:0px;}

section .portretfoto_fw p{position:relative;clear:both;overflow:auto;width:65%;left:0;background:url(/imgs/basis/icon_image_top.jpg?2016) top left no-repeat;text-align:left;font-size:16px;margin-top:20px;display:block;}

}

.georgia {margin-bottom: 20px;font-family:"Merriweather", "Georgia", "Times New Roman", Times, serif;margin-top:0;font-weight:300;color:#212121;font-size: 1.25rem;line-height: 1.6;font-style:normal;}

.quote{padding-left:25px;padding-right:15px;font-style:italic;border-left:5px solid #eee;clear:both;margin-bottom:20px;font-size:1.4rem;color:#4d4d4d;text-align:center;}

.dottedtop{border-top:1px dotted #aeb0b5;padding-top:12px;}
.dottedbottom{border-bottom:1px dotted #aeb0b5;padding-bottom:12px;}
.linetop{border-top:2px solid #9faba5;padding-top:12px;}
.toegevoegd{font-size:18px;color:#212121;font-weight:400;}
.toegevoegd strong{font-weight:600;}

[class*="sidenote-"]{font-size:16px;line-height:1.6;position:absolute;width:152px;right:-174px;margin-top:4px;padding:4px;background:url("../imgs/basis/icon_document_old_dark.png") 4px 7px no-repeat #eeeffe;text-indent:46px;}


@media (max-width: 767px) {

[class*="sidenote-"]{font-size:16px;line-height:1.6;position:relative;width:152px;right:0px;margin-top:4px;margin-left:8px;padding:4px;background:url("../imgs/basis/icon_document_old_dark.png") 4px 7px no-repeat #eeeffe;text-indent:46px;display:block;float:right;}

}
.text .sidenote a, .text .sidenote a:hover{color:#2c2c2c;text-decoration:none;cursor:pointer;}


.sidenote .sidenote-series{background:url("../imgs/basis/icon_document_old_dark.png") 4px 7px no-repeat #eeeffe;display:block;}

.sidenote .sidenote-series:hover{background:url("../imgs/basis/icon_document_old_dark.png") 4px 7px no-repeat #eeeffe;display:block;}

.sidenote .sidenote-video{background:url("../imgs/basis/icon_video.png") 0 5px no-repeat;padding-top:0px;display:block;}

.sidenote .sidenote-video:hover{background:url("../imgs/basis/icon_video_dark.png") 0 5px no-repeat;padding-top:0px;display:block;}

.sidenote-reference{background:url("../imgs/basis/icon_reference.png") 0 5px no-repeat;padding-top:0px;font-size:16px;line-height:24px;}


a.link-sidenote, a.link-sidenote:hover {color:#212121;text-decoration:none;cursor:text}

@media (max-width: 767px) {

a.link-sidenote {  color: #0071bc;  text-decoration: none;cursor:pointer;}
a.link-sidenote:hover {  color: #0071bc;  text-decoration: underline;cursor:pointer;}

.lastupdate{font-size:15px;line-height:1.6;position:relative;float:left;width:100%;}
.span-eight{width:50%;float:left;margin-bottom:8px;}

}



/*---------------------------------------
             TABLES
---------------------------------------*/

table {margin:3em 0; width: 100%;  border-collapse: collapse;  border-spacing: 0;text-align:left;background:#fff;}

.table {    font-size:16px;line-height:1.8;border-bottom:2px solid #9faba5;border-top:2px solid #9faba5;}
.table tr{border-bottom:1px solid #9faba5;}

.table th {  font-size: 18px;line-height: 1.8;color:#fff;padding:4px 5px;border-collapse:collapse;vertical-align:top;font-weight:400;text-align:left;background:#9faba5;vertical-align: bottom;}

.table td {  font-size: 17px;line-height: 1.8;color:#212121;padding:4px 5px;border-collapse:collapse;vertical-align:top;font-weight:normal;text-align:left;}

.table caption{position:absolute;left:-155px;width:160px;border-top:4px solid #2c2c2c;text-align:right;right:0;font-size:16px;padding: 8px 0 8px 0;margin-top:0em;}

@media (max-width: 767px) {
table{margin:3em 0;overflow:auto;overflow-y:hidden;overflow-x:auto;display:block; !important;float:none !important;margin-left:0 !important;margin-right:0 !important;border-collapse:collapse;border-spacing:0;text-align:left;}

.table caption {position:relative;clear:both;overflow:auto;width:50%;left:0;margin-top:20px;font-size:16px;text-align:left;}
}

.table td a, .table td a:hover{color:#212121;text-decoration:none;font-size:17px;}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td { border-top: 0;}

.table tbody + tbody {  border-top: 2px solid #dddddd;}


form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend, p.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #212121;
  border: 0;
  border-bottom: 1px solid #212121;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label, input, button, select, textarea { font-size: 14px; font-weight: normal; line-height: 20px;}
input, button, select, textarea {   font-family: Verdana, Helvetica, Arial, sans-serif;}
label {
  display: block;
  margin-bottom: 5px;
}/*
select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;   height: 20px;   padding: 4px 6px;   margin-bottom: 10px;   font-size: 14px;   line-height: 20px;
  color: #212121;   /*-webkit-border-radius: 4px;   -moz-border-radius: 4px;   border-radius: 4px;  vertical-align: middle;
}*/
input, textarea, .uneditable-input {   width: 206px; }
textarea {  height: auto; }
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: none /*1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;*/
}


input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
/*select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
/*input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}*/
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
/*.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}*/
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
/*.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}*/

/*.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}*/
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
/*.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}*/

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  color:#727272;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
/*.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}*/


.nav-tabs, .nav-pills {  *zoom: 1;}
.nav-tabs:before, .nav-tabs:after {   display: table;   content: "";  line-height: 0;}
.nav-tabs:after,.nav-pills:after {  clear: both;}
.nav-tabs > li {float: left;margin-bottom:-1px;margin-right:8px;}

.nav-tabs > li > a {  padding-right: 12px;  padding-left: 12px;  margin-right: 2px;  line-height: 14px;}
.nav-tabs { border-bottom: 1px solid #9faba5;}
.nav-tabs > li > a {  padding-top: 8px;  padding-bottom: 8px;  line-height: 20px;  border: 1px solid #9faba5;  
}
.nav-tabs > li > a:hover {background-color:#fff; }
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {  color: #212121;  background-color: #fff;  border: 1px solid #9faba5;  border-bottom-color: transparent;  cursor: default;
}


/*.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}*/
.tab-content {
  overflow: hidden;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #9faba5;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #9faba5;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #9faba5 #9faba5 #9faba5;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #9faba5;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #9faba5 transparent #9faba5 #9faba5;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #9faba5;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #9faba5 #9faba5 #9faba5 transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color:#fff;
  /*background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  /*float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;*/
  
  
  font-family:"Segoe UI","Segoe WP","Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align:left;
  float:none;padding:0px 12px;
  text-decoration:none;
  color:#727272;font-size:22px;
  line-height:36px;
  font-weight:200;
  display:block;height:36px;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:hover {
  color:#fff;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #212121;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}

/*.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  /*-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}*/



.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {overflow:hidden;
  }
	
   
 
 .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
 
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

	

/*---------------------------------------
           HEADER // MENU
---------------------------------------*/

/*nav{width:100%;height:70px;z-index:2000;position:relative;padding:0;overflow:visible;margin-bottom:0;}*/

section.navigation {background-color:#faf8f6;padding:0;height:70px;overflow:hidden;}

#nav{position:relative;/*top:0;left:0;z-index:9;*/background-color:#faf8f6;display:flex;}

#nav-logo{float:left;margin:0px;margin-bottom:0px;margin-right:12px;margin-left:0;background-image:url("../imgs/basis/logo2019_black.png?20190627");background-repeat:no-repeat;background-position:left center;text-indent:-99999px;width:70px;height:70px;}

#nav-logo-extranet{float:left;margin:0px;margin-bottom:0px;margin-right:12px;margin-left:0;background-image:url("../imgs/basis/logo2019_extranet.png?20190627");background-repeat:no-repeat;background-position:left center;text-indent:-99999px;width:100px;height:70px;}

/*#nav-logo img{width:100%;border:0;}*/

#nav-search{position: relative;flex-grow: 1;max-width: 600px;margin-top:4px;padding-top:14px;padding-bottom:14px;margin-right:20px;float:left;}

#nav-search fieldset{margin:0;padding:0;border:0;}
#nav-search-field{width:100%;padding:7px;padding-left:10px;padding-right:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0;background-color:#fefefe;color:#2c2c2c;border-radius:3px;}
#nav-search-button{position:absolute;top:50%;right:10px;height:17px;margin-top:-9px;border:none;text-indent:-5000px;background:url(/imgs/basis/icon_nav_search.png) center right no-repeat #fefefe;background-size:auto 100%;width:20px;
}

.nav-items{display:flex;}

#nav-button{float:right;width:23px;margin-top:20px;margin-bottom:12px;display:none;}
#nav-button img{width:100%;border:0;}
#nav-spacer{width:100%;height:62px;}


.nav-link:link,.nav-link:visited{float:left;color:#2c2c2c;padding:4px 8px;text-decoration:none;font-size:16px;line-height:20px;margin:22px 4px 0 4px;height:22px;}
.nav-link:hover,.nav-link:active{color:#2c2c2c;background:url("/imgs/basis/greyline_12x2.png") bottom center no-repeat;}

.nav-items-logins{position:absolute;right:0;}

.nav-logins:link, .nav-logins:visited{background:#2c2c2c;border:none;font-size:16px;text-decoration:none;color:#faf8f6;margin:22px 4px 0 4px;border-radius:3px;padding:4px 8px;line-height:20px;height:22px;float:left;}


#nav-link-spacer{display:inline-block;width:200px;}

#nav-menu{position:relative;width:100%;padding:0;background-color:#faf8f6;border-bottom:2px solid #2c2c2c;}
#nav-menu a{float:left;color:#333333;text-decoration:none;padding:2%;background-color:#faf8f6;}
#nav-menu a:hover, #nav-menu a:active{color:#2c2c2c;}

@media screen and (max-width: 800px){
.nav-link{display:none;}
#nav-button{display:block;}
#nav-menu{position:fixed;top:70px;left:0;z-index:9;;width:100%;padding-left:2.5%;background-color:#faf8f6;}

}	

@media screen and (max-width: 500px){
#nav-menu a{clear:both;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:left;border-left:3px solid #faf8f6;}
#nav-menu a:hover{color:#2c2c2c;border-left:3px solid #212121}
#nav-link-spacer{display:inline-block;width:0px;}
}


/*---------------------------------------
          FOOTER
---------------------------------------*/



footer{padding:20px 0 20px 0;position:relative;background:#faf8f6;}
footer .row-fluid{margin-bottom:0;padding:12px 0 0 0;}

footer ul{float:left;position:relative;}
footer li{float:left;margin-right:20px;margin-left:0;font-size:14px;}
footer li IMG{height:16px;width:16px;}
footer a, footer a:hover {font-size:16px;padding:4px 0 16px 0;color:#212121;text-decoration:none;line-height:20px;}


@media (max-width: 767px) {
footer ul{clear:both;width:100%;position:relative;margin:10px 0;}
footer li{clear:both;margin-left:0;font-size:14px;}

}
footer a, footer a:hover, footer p{padding:4px 0;color:#212121;text-decoration:none;font-size:14px;height:20px;}
footer a IMG{margin-top:-4px;margin-right:4px;}

footer .footer-newsletter {width:80%;margin-left:auto;margin-right:auto;}
footer .footer-newsletter h3{font-size:22px;margin:0;height:36px;background:none;padding:0;}

footer #myform{border:1px solid #949494;overflow:hidden;height:auto;display:block;width:60%;height:40px;margin-bottom:20px;clear:both;margin-top:16px;margin-right:auto;margin-left:auto;padding:0;background:#fff;}

footer .inputstyle{font-size:15px;height:27px;width:80%;color:#212121;padding:0;background:#fff;position:relative;display:inline;margin:4px 0 0 0;}

footer #mc-embedded-subscribe-form{margin:0;padding:0;}
footer #mc-embedded-subscribe, footer #mc-embedded-subscribe:hover{font-size:15px;width:20px;border:0;text-align:center;float:right;height:30px;position:relative;display:inline-block;clear:none;margin-top:4px;margin-right:8px;background:url("/imgs/icons/icons8-next-black-16.png") no-repeat center center #fff;color:#727272;text-indent:-9000px;border-radius:0;}

/*---------------breadcrumbs__________*/

#breadcrumbs {border-bottom:1px solid #e9eceb;position:relative;overflow:auto;color:#7d8e86;background-color:#fefefe;}
#breadcrumbs ul li.breadcrumb {float:left;position:relative;margin-right:10px;background:url(../imgs/icons/icons8-next-grey-12.png) no-repeat right center;padding-right:20px;font-size:15px;}
#breadcrumbs ul li.breadcrumb-active{font-size:15px;}

#breadcrumbs ul li a:hover{text-decoration:none;}

/*-----------------terugnaarboven________________*/

.cd-top {
  display: inline-block;
  height: 16px;
  width: 124px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size:16px;line-height:16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding:12px 24px 12px 10px;
  /* image replacement properties */
  overflow: hidden;
  /*text-indent: 100%;*/
  white-space: nowrap;
  background: url(../imgs/icons/icons8-up-white-16.png?4) #9faba5 no-repeat right 8px center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  color:#fff;

}


.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  color:#fff;text-decoration:none;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}




/*---------------------------------------
          ACTUEEL
---------------------------------------*/

/*artikelboxen*/

.artikelbox {position:relative;clear:both;border-bottom:1px dotted #aeb0b5;;padding:16px 0;display:block;overflow:auto;}
.artikelbox IMG{height:180px;width:180px;float:left;margin:8px 16px 0 0;}
.artikelbox a, .artikelbox a:hover {color:#212121;text-decoration:none;display:block;}
.responsive-image{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;-moz-background-size:cover;}
.artikelbox p {position:relative;}
.newsdate{padding-top:16px;text-transform:uppercase;position:relative;font-size:15px;font-weight:200;color:#212121;display:inline-block;}
.featureDarkGrey .newsdate {color:#fff;}
@media (min-width: 768px) and (max-width: 979px) {
.artikelbox IMG{height:130px;width:130px;} .newsdate{left:146px;}
}

@media (max-width: 767px)  {
.artikelbox IMG{height:110px;width:110px;newsdate:left:126px;}
}

/*nieuwsbrief*/

#mc_embed_signup{font-size:13px;line-height:18px;margin:0;padding:0;filter:alpha(opacity=90);opacity:0.9;overflow:auto;}
#mc_embed_signup p{font-size:15px;line-height:22px;clear:both;padding:0;padding-bottom:8px;color:#fff;}
.email{font-size:13px;	width:65%;	height:22px;background:#fff;color:inherit;padding:1px 24px 1px 8px;border:1px solid #212121;margin:0;float:left;left:-16px;margin-right:8px;}
#mc-embedded-subscribe-form{margin:0;padding:0;}
#mc-embedded-subscribe{font-size:14px;width:25%;margin:8px 0;border:0;text-align:center;height:30px;color:#fff;background:#212121;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;clear:both;}
#mc-embedded-subscribe:hover{background:#ddd;color:#000;}

/*paginatie*/

/*PAGINATION*/

.pagination {margin:4px 0px;display:block;clear:both;padding:4px 0 0 0;}
    
.pagination li {width:30px;height:28px;line-height:28px;margin:0 4px;float: left;position: relative;margin-left: -1px;text-align:center;}

.pagination li a {font-size:15px;color: #212121;text-decoration: none;background-color:#EAEEEA;border: 1px solid #EAEEEA;display: block;font-weight: 500;border-radius: 3px;text-align:center;}

.pagination li a:hover {color:#fff;background-color: #9faba5;border-color: #9faba5;text-decoration:none;}

.pagination li.current-link a, .pagination li.current-link a:hover {color:#fff;background-color: #005689 /*7dcda3*/;border:1px solid #005689;text-decoration:none;cursor:pointer;}

.pagination li.dead-link {display:none;}

/*hierna zijn oude, mogen later weg*/


.prevnext a, .others a{width:32px;height:32px;font-size:16px;color: #212121;text-decoration: none;background-color: #EAEEEA;    border: 1px solid #EAEEEA;display: block;float: left;position: relative;margin-left: -1px;font-weight: 500;border-radius: 3px;text-align:center;line-height:32px;margin:0 4px;}

.prevnext a:hover, .others a:hover {color:#fff;background-color: #9faba5;border-color: #9faba5;}

.urls{width:32px;height:32px;font-size:16px;color: #212121; border: 1px solid #fff;display: block;float: left;position: relative;margin-left: -1px;font-weight: 500;text-align:center;line-height:32px;margin:0 4px;}

.currentpage{width:32px;height:32px;color: #FFF;
    cursor: default;
    background-color: #005689 /*7dcda3*/;
    border:1px solid #005689;font-size:16px;text-decoration:none;display:block;float:left;position:relative;margin-left:-1px;font-weight:500;border-radius:3px;text-align:center;line-height:32px;margin:0 4px;}


.pagination > .link{border:1px solid #eee;padding:1px 6px;float:left;position:relative;width:auto;margin-right:4px;font-size:12px;color:#727272;text-decoration:none;}

.pagination > .link.active{border:1px solid #212121;padding:1px 6px;float:left;position:relative;width:auto;margin-right:4px;background:#212121;color:#fff;font-size:12px;}
.pagination > .link:hover, .pagination > .link.prev:hover, .pagination > .link.next:hover {border:1px solid #212121;text-decoration:none;}


/*---------------------------------------
          HERCULES
---------------------------------------*/



/*---------------------------------------
          VERDIEPING
---------------------------------------*/

/*bedrijven*/

#bedrijfbg{height:400px;background-position:center center;background-repeat:no-repeat;}

#bedrijfbg .information {margin-left:auto;margin-right:auto;position:relative;margin-bottom:0;}
#bedrijfbg .information p{width:30%;bottom:0;padding:8px 12px 0;right:5%;font-size:16px;overflow:auto;min-height:1px;display:block;color:#212121;position:absolute;bottom:-62px;right:0;background:#fff;}

@media (max-width: 767px) {
#bedrijfbg {height:250px;}
#bedrijfbg .information {width:100%;height:250px;}
#bedrijfbg .information p{width:60%;bottom:0;padding:16px;}
}

@media (min-width: 480px) and (max-width: 979px)  {	
#bedrijfbg {height:300px} 
#bedrijfbg .information{width: 740px;height:300px;} 
}

@media (min-width: 979px) and (max-width: 1139px) {	#bedrijfbg .information{width:960px;height:350px;}	}

@media (min-width: 1140px) 						  {	#bedrijfbg .information{width:1160px;height:350px;}	}


/*tijdlijnen*/

/*.timeline {padding:16px 20px;float:left;width:320px;margin-left:-140px;border:1px solid #ccc;margin-right:40px;margin-top:20px;margin-bottom:20px;}*/

.timeline, ul.inhoud {padding:16px 0;width:100%;margin-top:20px;margin-bottom:20px;clear:both;position:relative;background:#fff7ce;overflow:auto;}



.timeline li{background:url("../imgs/basis/timeline.png?2016") no-repeat left center;padding:4px 4px 4px 20px;margin:0 8px;float:right;width:50%;}
.timeline li.current{background:url("../imgs/basis/timeline_current.png?2016") no-repeat left center;padding:4px 4px 4px 20px;margin:0 8px;float:right;}
.timeline li.timeline-title{background:url("../imgs/basis/icon_document_old.png") no-repeat left 8px;padding:0 0 8px 45px;float:left;width:30%;font-size:18px;color:#212121;}
.timeline li.timeline-title a, .timeline li.timeline-title a:hover {color:#212121;text-decoration:underline;font-size:18px;}
.timeline li a{color:#212121;}
.timeline li a:hover{color:#212121;text-decoration:none;}
.timeline li.current a{color:#212121;}
.timeline li.timeline-all {background:url("../imgs/icons/icons8-next-black-16.png") no-repeat -2px 8px;}
.timeline li.timeline-all a{color:#212121;}
.timeline li.timeline-title h3{margin-left:0px;margin-top:0;}


ul.inhoud li{line-height:24px;padding:4px;margin:0 8px;}


@media (max-width: 767px)

{
	
.timeline li{background:url("../imgs/basis/timeline.png?2016") no-repeat left center;padding:4px 4px 4px 20px;margin:0 8px;clear:both;width:80%;}

.timeline li.current{background:url("../imgs/basis/timeline_current.png?2016") no-repeat left center;padding:4px 4px 4px 20px;margin:0 8px;clear:both;}
.timeline li.timeline-title{background:url("../imgs/basis/icon_document_old.png") no-repeat left 8px;padding:0 0 8px 45px;clear:both;width:80%;font-size:18px;color:#212121;}

	
}


span.table-legend{display: block;width: 100%;padding: 6px 0;margin-bottom: 20px;font-size: 14px;line-height: 21px;
color: #212121;border-width: 0px 0px 1px;border-style: none none solid;border-color: -moz-use-text-color -moz-use-text-color #212121;-moz-border-top-colors: none;-moz-border-right-colors: none;-moz-border-bottom-colors: none;-moz-border-left-colors: none;border-image: none;}


/*________________fotoalbums2017_______________________________*/


#fotoalbum {width:100%;position:relative;margin:0;padding:0;overflow:auto;}
#fotoalbum .item {float:left;margin:0.25%;width: 49.5%;position: relative;display: inline-block;height:383px;}
#fotoalbum .item a {width:100%;padding:0;display:block;}
#fotoalbum .item h5{display:none;}

#fotoalbum img {-webkit-filter: brightness(100%);}

#fotoalbum img:hover{-webkit-filter: brightness(80%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;}


/*#fotoalbum .item a:hover {background:hsla(0,0%,40%,.75);}*/

#fotoalbum .item:hover h5{display:block;position:absolute;bottom:0;height:20px;margin:0;color:#fff;text-shadow: 0px 0px 1px #000;padding:2%;width:96%;font-weight:500;}
#fotoalbum .full-width{width:100%;height:383px;box-sizing:border-box;clear:both;}
#fotoalbum .responsive-image{margin:0;}

@media (max-width : 767px) {

#fotoalbum .item {width:99.5%;height:250px;}
#fotoalbum .full-width{height:250px;}
}



/*_________________nieuwe fotos in hoofdpagina en hercules hoofdpagina_______________________*/


.nieuwefotos .span2.foto {width:16.66667%;padding-left:5px;padding-right:5px;margin-bottom:8px;}


@media (max-width: 479px) {

.nieuwefotos .span2.foto {width:50%;padding-left:5px;padding-right:5px;float:left;}

}

@media (min-width:480px) and (max-width: 767px) {

.nieuwefotos .span2.foto {width:25%;padding-left:5px;padding-right:5px;float:left;}

}

@media (min-width:768px) and (max-width: 979px) {

.nieuwefotos .span2.foto {width:25%;padding-left:5px;padding-right:5px;float:left;}

}

.text-center .btn-purple {float: none;}


/*---------------------------------------
          COLLECTIES
---------------------------------------*/