* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    *behavior: url('boxsizing.htc');
}

html {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #555555;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #555555;
    padding: 0px;
}

a {
    color: #6094cd;
    text-decoration: none;
}

a:hover {
    color: #009cff;
    text-decoration: none;
}

p {
    padding: 0;
}

img {
    border: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table td,
table th {
    padding: 0;
}

h1 {
    font-size: 20px;
    line-height: 20px;
}

h2 {
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-size: 17px;
    line-height: 17px;
}

h4 {
    font-size: 14px;
    line-height: 14px;
}

h5 {
    font-size: 13px;
    line-height: 13px;
}

h6 {
    font-size: 12px;
    line-height: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: #3b55a6;
    font-weight: 700;
    margin: 0;
}

.grid-1-12 {
    width: 8.333%;
}

.grid-2-12 {
    width: 16.666%;
}

.grid-3-12 {
    width: 25%;
}

.grid-4-12 {
    width: 33.333%;
}

.grid-5-12 {
    width: 41.666%;
}

.grid-6-12 {
    width: 50%;
}

.grid-7-12 {
    width: 58.333%;
}

.grid-8-12 {
    width: 66.666%;
}

.grid-9-12 {
    width: 75%;
}

.grid-10-12 {
    width: 83.333%;
}

.grid-11-12 {
    width: 91.666%;
}

.grid-12-12 {
    width: 100%;
}

.form {
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.form-set {
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 8px 0 0;
    float: left;
}

.form-set.laatste {
    padding: 0;
}

.form-set label {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 0 4px 0;
    float: left;
}

.form-set input,
.form-set select,
.form-set textarea {
    width: 100%;
    margin: 0 0 8px 0;
    float: left;
}

.form-set label.small {
    width: auto;
    padding: 0 10px 8px 0;
}

.form-set label.half {
    width: 30%;
    padding: 6px 0;
}

.form-set input.half,
.form-set select.half,
.form-set textarea.half {
    width: 70%;
}

.radio-list {
    width: 70%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 6px 0 0 0;
    float: left;
}

.radio-set {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 0 8px 0;
    float: left;
}

.radio-input {
    width: 6%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.radio-input input {
    width: auto;
}

.radio-list label {
    width: 94%;
    padding: 0 0 0 8px;
}

.radio-list.floating .radio-set {
    width: auto;
    padding: 0 14px 8px 0;
}

.radio-list.floating .radio-input {
    width: auto;
}

.radio-list.floating label {
    width: auto;
    padding: 2px 0 0 0;
}

.check-list {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 8px 0;
    float: left;
}

.check-input {
    width: 4%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.check-input input {
    width: auto;
}

.check-list label {
    width: 96%;
    padding: 0 0 0 8px;
}

label.fout {
    width: auto;
    padding: 0 0 10px 16px;
    color: #df8f8f;
}

label.fout:before {
    font-family: 'FontAwesome';
    content: "\f06a";
    color: #ff5e2d;
    font-size: 14px;
    width: 16px;
    height: 14px;
    line-height: 14px;
    margin: 0 0 0 -16px;
    display: inline-block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="search"] {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    background: #f9f9f9;
    padding: 5px;
    border: 1px solid #c2c2c2;
    -moz-box-shadow: inset 0 2px 2px #ebebeb;
    -webkit-box-shadow: inset 0 2px 2px #ebebeb;
    box-shadow: inset 0 2px 2px #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    line-height: normal;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="search"]:hover {
    background: #ffffff;
    border-color: #c6c6c6;
    color: #666666;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
    background: #ffffff;
    border-color: #659ec9;
    color: #333333;
}

select {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    background: #f9f9f9;
    padding: 4px;
    border: 1px solid #c2c2c2;
    -moz-box-shadow: inset 0 2px 2px #ebebeb;
    -webkit-box-shadow: inset 0 2px 2px #ebebeb;
    box-shadow: inset 0 2px 2px #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    line-height: normal;
}

select:hover {
    background: #ffffff;
    border-color: #c6c6c6;
    color: #666666;
}

select:focus {
    background: #ffffff;
    border-color: #659ec9;
    color: #333333;
}

textarea {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    background: #f9f9f9;
    padding: 4px;
    border: 1px solid #c2c2c2;
    -moz-box-shadow: inset 0 2px 2px #ebebeb;
    -webkit-box-shadow: inset 0 2px 2px #ebebeb;
    box-shadow: inset 0 2px 2px #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    resize: vertical;
}

textarea:hover {
    background: #ffffff;
    border-color: #c6c6c6;
    color: #666666;
}

textarea:focus {
    background: #ffffff;
    border-color: #659ec9;
    color: #333333;
}

input[type="submit"] {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #ffffff;
    background: #cb1c21;
    padding: 3px 6px;
    border: 1px solid #cb1c21;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #ffffff;
    border-color: #cb1c21;
    color: #cb1c21;
}

#container {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#container header {
    background: #97b6c6;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#container footer {
    background: #97b6c6;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#container #header-in {
    width: 100%;
    *width: 900px;
    min-width: 0;
    max-width: 900px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 auto;
    zoom: 1;
}

#container #header-in:before,
#container #header-in:after {
    content: "";
    display: table;
}

#container #header-in:after {
    clear: both;
}

#container #slideshow-in {
    width: 100%;
    *width: 900px;
    min-width: 0;
    max-width: 900px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 auto;
    zoom: 1;
}

#container #slideshow-in:before,
#container #slideshow-in:after {
    content: "";
    display: table;
}

#container #slideshow-in:after {
    clear: both;
}

#container #breadcrumbs-in {
    width: 100%;
    *width: 900px;
    min-width: 0;
    max-width: 900px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 auto;
    zoom: 1;
}

#container #breadcrumbs-in:before,
#container #breadcrumbs-in:after {
    content: "";
    display: table;
}

#container #breadcrumbs-in:after {
    clear: both;
}

#container #content-in {
    width: 100%;
    *width: 900px;
    min-width: 0;
    max-width: 900px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 auto;
    zoom: 1;
}

#container #content-in:before,
#container #content-in:after {
    content: "";
    display: table;
}

#container #content-in:after {
    clear: both;
}

#container #footer-in {
    width: 100%;
    *width: 900px;
    min-width: 0;
    max-width: 900px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 auto;
    zoom: 1;
}

#container #footer-in:before,
#container #footer-in:after {
    content: "";
    display: table;
}

#container #footer-in:after {
    clear: both;
}

#content {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#slideshow {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 0 10px 0;
    float: left;
}

#links {
    width: 15%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#midden {
    width: 50%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 20px;
    float: left;
}

#midden.links-uit {
    width: 65%;
    padding: 0 20px 0 0;
}

#midden.rechts-uit {
    width: 85%;
    padding: 0 0 0 20px;
}

#rechts {
    width: 35%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#breed {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#breadcrumbs {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
    font-size: 11px;
}

#logo {
    width: 50%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#logo a {
    background-image: url("../img/logo.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
    float: left;
    font-size: 0;
    text-indent: -9999px;
}

#zoeken {
    width: 50%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#zoeken .form {
    width: 50%;
    float: right;
}

#zoeken .form .form-set {
    padding: 0;
}

#zoeken .form .form-set input {
    margin: 0;
}

#zoeken .form .form-set input[type="text"] {
    background: #fcfcfc;
    padding: 6px 6px 7px 6px;
    border-right: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #dedede;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#zoeken .form .form-set input[type="submit"] {
    background: url("../img/search-btn.png") 100% 0 no-repeat;
    width: 100%;
    height: 29px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    text-indent: -9999px;
}

#naw-blok {
    width: 50%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#naw-blok h3 {
    padding: 0 0 4px 0;
}

#naw-blok-in {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: right;
}

#naw-links,
#naw-rechts {
    width: 50%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#naw-links {
    padding: 0 28px 0 0;
}

#slideshow-content {
    position: relative;
    width: 100%;
    height: 330px;
    float: left;
}

#slideshow-content #slide-btn {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 50%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 0 0 -25%;
    text-align: center;
    z-index: 7;
}

#slideshow-content #slide-btn a {
    background: #97b6c6;
    width: 10px;
    height: 10px;
    margin: 0 0 0 3px;
    display: inline-block;
    font-size: 0;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#slideshow-content #slide-btn a:hover,
#slideshow-content #slide-btn a.aan {
    background: #cb1c21;
    text-decoration: none;
}

#slideshow-content #slide-prev,
#slideshow-content #slide-next {
    position: absolute;
    top: 128px;
    width: 32px;
    height: 32px;
    float: left;
    z-index: 7;
}

#slideshow-content #slide-prev a,
#slideshow-content #slide-next a {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    font-size: 0;
    text-indent: -9999px;
}

#slideshow-content #slide-prev a:before,
#slideshow-content #slide-next a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 32px;
    font-family: 'FontAwesome';
    content: "\f053";
    color: #fff;
    font-size: 20px;
    display: block;
    text-indent: 0;
    text-align: center;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

#slideshow-content #slide-prev {
    left: 0;
}

#slideshow-content #slide-next {
    right: 0;
}

#slideshow-content #slide-next a:before {
    content: "\f054";
}

#slideshow-content .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

#slideshow-content .slide.show {
    z-index: 3;
}

#slideshow-content .slide a {
    width: 100%;
    height: 100%;
    float: left;
}

#slideshow-content .slide .slide-afb {
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
#slideshow-content .slide .slide-afb img {
    /*display: none !important;*/
}

#slideshow-content .slide .slide-tekst {
    position: absolute;
    top: 20px;
    left: 50px;
    background: rgba(255, 255, 255, 0.8);
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 20px;
    float: left;
    color: #000;
}

#slideshow-content .slide .slide-tekst h2 {
    color: #000;
}

aside {
    background: #97b6c6;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 0 10px 0;
    padding: 10px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
    padding: 0 0 6px 0;
}

article {
    background: #efefef;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 0 10px 0;
    padding: 10px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    padding: 0 0 6px 0;
}

aside#menu {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#menu-kop {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

nav {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

nav ul {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0;
    float: left;
    list-style: none;
}

nav ul li {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

nav ul li a {
    background: #efefef;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 6px 10px;
    float: left;
    color: #000;
    text-decoration: none;
}

nav ul li a:before {
    font-family: 'FontAwesome';
    content: "\f054";
    color: #000;
    font-size: 10px;
    width: 14px;
    height: 20px;
    line-height: 22px;
    display: inline-block;
}

nav ul li a:hover,
nav ul li a.aan {
    background: #cb1c21;
    color: #fff;
    text-decoration: none;
}

nav ul li a:hover:before,
nav ul li a.aan:before {
    color: #fff;
}

nav ul li .submenu {
    background: #cb1c21;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
    display: none;
}

nav ul li .submenu ul {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0;
    float: left;
    list-style: none;
}

nav ul li .submenu ul li {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

nav ul li .submenu ul li a {
    background: none;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 6px 10px 6px 24px;
    float: left;
    color: #fff;
}

nav ul li .submenu ul li a:before {
    font-family: 'FontAwesome';
    content: "\f054";
    color: #fff;
    font-size: 10px;
    width: 14px;
    height: 20px;
    line-height: 22px;
    display: inline-block;
}

nav ul li .submenu ul li a:hover,
nav ul li .submenu ul li a.aan {
    text-decoration: underline;
}

.follow-us {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 10px 0 0 0;
    float: left;
}

.follow-us span {
    height: 22px;
    line-height: 22px;
    float: right;
}

.follow-us a {
    background-image: url("../img/follow-icons.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin: 0 0 0 6px;
    float: right;
    font-size: 0;
    text-indent: -9999px;
}

.follow-us a#follow-ico-fb {
    background-position: -22px 0;
}

.follow-us a#follow-ico-tw {
    background-position: -44px 0;
}

.follow-us a#follow-ico-li {
    background-position: 0 0;
}

.banners-links,
.banners-midden,
.banners-rechts {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.banners-links ul,
.banners-midden ul,
.banners-rechts ul {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0;
    float: left;
    list-style: none;
}

.banners-links ul li,
.banners-midden ul li,
.banners-rechts ul li {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 0 10px 0;
    float: left;
}

.banners-links ul li a,
.banners-midden ul li a,
.banners-rechts ul li a {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.banners-links ul li a img,
.banners-midden ul li a img,
.banners-rechts ul li a img {
    width: 100%;
    float: left;
}

.nieuws-item {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    float: left;
}

.nieuws-afb {
    width: 20%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.nieuws-afb img {
    width: 100%;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nieuws-content {
    width: 80%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 0 0 10px;
    float: left;
}

.nieuws-content.geen-afb {
    width: 100%;
    padding: 0;
}

.nieuws-kop {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 0 4px 0;
    float: left;
}

.nieuws-kop h1,
.nieuws-kop h2 {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.nieuws-kop span {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
    font-size: 11px;
}

.nieuws-tekst {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 0 8px 0;
    float: left;
}

.nieuws-tekst p {
    margin: 0;
}

.nieuws-details {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.nieuws-details a {
    float: left;
}

.nieuws-details a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
}

.nieuws-details .nieuws-comments {
    height: 26px;
    line-height: 26px;
    float: right;
    text-align: right;
}

.nieuws-details .nieuws-comments .fb_comments_count {
    font-weight: bold;
}

#albums {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#albums ul {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0;
    float: left;
    list-style: none;
}

#albums ul li {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 5px 0;
    float: left;
}

#albums ul li a {
    background: #fafafa;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 10px;
    float: left;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#albums ul li a:hover {
    background: #fff;
    color: #001645;
    text-decoration: none;
}

.album-afb {
    width: 20%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.album-afb img {
    width: 100%;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.album-tekst {
    width: 80%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 0 0 10px;
    float: left;
}

.album-details {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 10px 0 0 0;
    float: left;
    text-align: right;
    font-size: 10px;
}

#gallery {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#gallery ul {
    width: 100%;
    margin: 0;
    float: left;
    list-style: none;
}

#gallery ul li {
    width: 33.333333333333336%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 4px;
    float: left;
}

#gallery ul li a {
    background: #fff;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 4px;
    float: left;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

#gallery ul li a:hover {
    background: #fff;
}

#gallery ul li a .gallery-afb {
    position: relative;
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
    overflow: hidden;
}

#gallery ul li a .gallery-afb img {
    width: 100%;
    float: left;
}

#gallery ul li a .gallery-afb .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3a4b6f;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

#gallery ul li a .gallery-afb .gallery-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    display: block;
    z-index: 3;
    word-wrap: break-word;
}

#gallery ul li a .gallery-afb .gallery-hover .gallery-hover-in {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
}

#gallery ul li a .gallery-afb .gallery-hover .gallery-hover-in .gallery-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#loading-items {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 12px 0;
    float: left;
}

#loading-items .custom-spinner {
    height: 72px;
    width: 72px;
    margin: 0 auto;
    position: relative;
    -webkit-animation: cs-rotation 2s infinite linear;
    -moz-animation: cs-rotation 2s infinite linear;
    -o-animation: cs-rotation 2s infinite linear;
    animation: cs-rotation 2s infinite linear;
    border: 6px solid rgba(203, 28, 33, 0.15);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

#loading-items .custom-spinner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
    height: 48px;
    width: 48px;
    border-top: 6px solid rgba(203, 28, 33, 0.8);
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

#loading-items .no-records {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

@-webkit-keyframes cs-rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes cs-rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes cs-rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes cs-rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.sorteer-container {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 0 12px 0;
    padding: 0;
    float: left;
}

.pagination {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 6px 0;
    padding: 0;
    float: left;
}

.pagination a {
    background: #eee;
    height: 23px;
    line-height: 23px;
    color: #717272;
    font-size: 10px;
    text-align: center;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.pagination a:hover,
.pagination a.aan {
    background: #a7cf38;
    color: #fff;
    text-decoration: none;
    border: 1px solid #8db03b;
    -moz-box-shadow: inset 0 0 3px #90b13a;
    -webkit-box-shadow: inset 0 0 3px #90b13a;
    box-shadow: inset 0 0 3px #90b13a;
}

.pn-links,
.pn-rechts {
    width: 15%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.pn-links a,
.pn-rechts a {
    width: 100%;
    float: left;
}

.pn-midden {
    width: 70%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.pn-midden a {
    width: 5.555555555555555%;
    margin: 0 2px;
    display: inline-block;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width: 100% !important;
}

#agenda {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.agenda-item {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 0 10px 0;
    float: left;
}

.agenda-item h2 {
    padding: 0 0 6px 0;
}

table.overzicht {
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    border: 1px solid #d8d8d8;
}

table.overzicht tr:first-child {
    background: #474747 !important;
    color: #fff !important;
}

table.overzicht tr:nth-child(2n+1) {
    background-color: #d8d8d8;
    color: #474747;
}

table.overzicht tr td {
    padding: 2px 4px;
    border-bottom: 1px solid #d8d8d8;
}

table.overzicht tr td a {
    color: #474747;
}

table.overzicht tr:nth-child(2n+1) td a {
    color: #474747;
}

#contact-links {
    width: 50%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#contact-rechts {
    width: 50%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    padding: 0 0 0 10px;
    float: left;
}

#footer-seo {
    width: 75%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

#footer-seo ul {
    width: 20%;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    padding: 0 10px 4px 0;
    float: left;
    list-style: none;
}

#footer-seo ul li {
    width: 100%;
    min-height: 10px;
    /*height: auto !important;*/
    height: 18px;
    float: left;
}

#footer-seo ul li a {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
    color: #6094cd;
    text-decoration: none;
}

#footer-seo ul li a:hover {
    color: #009cff;
    text-decoration: none;
}

#footer-copy {
    width: 25%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
    text-align: right;
}

#footer-copy a {
    color: #fff;
    text-decoration: underline;
}

#footer-copy .addthis_toolbox {
    padding: 0 0 10px 0;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url("../img/Fancybox/fancybox.png");
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url("../img/Fancybox/fancybox.png") -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url("../img/Fancybox/blank.gif");
    z-index: 1102;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-left {
    left: 0px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-right {
    right: 0px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-left-ico {
    background-image: url("../img/Fancybox/fancybox.png");
    background-position: -40px -30px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-right-ico {
    background-image: url("../img/Fancybox/fancybox.png");
    background-position: -40px -60px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-left:hover span {
    left: 20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url("../img/Fancybox/fancybox-x.png");
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url("../img/Fancybox/fancybox.png");
    background-position: -40px -162px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url("../img/Fancybox/fancybox-y.png");
    background-position: -20px 0px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url("../img/Fancybox/fancybox.png");
    background-position: -40px -182px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url("../img/Fancybox/fancybox-x.png");
    background-position: 0px -20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url("../img/Fancybox/fancybox.png");
    background-position: -40px -142px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url("../img/Fancybox/fancybox-y.png");
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url("../img/Fancybox/fancybox.png");
    background-position: -40px -122px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-title {
    z-index: 1102;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-title-over {
    padding: 10px;
    background-image: url("../img/Fancybox/fancy_title_over.png");
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url("../img/Fancybox/fancybox.png") -40px -90px no-repeat;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url("../img/Fancybox/fancybox-x.png") 0px -40px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url("../img/Fancybox/fancybox.png") -55px -90px no-repeat;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

.addthis_toolbox {
    width: 100%;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

.addthis_toolbox a {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
    color: #6d6969 !important;
    float: right !important;
}

.addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded,
.addthis_counter.addthis_pill_style a.atc_s {
    float: left !important;
}

#at20mc * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    *behavior: url('boxsizing.htc');
}

#at16pt h4 {
    background: none;
    padding: 0 !important;
}

#at16psf input,
#at16psf input:focus {
    -moz-box-shadow: 0 0 0 #000000;
    -webkit-box-shadow: 0 0 0 #000000;
    box-shadow: 0 0 0 #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div.selector,
div.selector span,
div.checker span,
div.radiobox span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
    background-image: url("../img/uniform.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

.selector,
.radiobox,
.checker,
.uploader,
.button,
.selector *,
.radiobox *,
.checker *,
.uploader *,
.button * {
    margin: 0;
    padding: 0;
}

div.selector {
    background-position: -483px -130px;
    line-height: 26px;
    height: 26px;
}

div.selector span {
    background-position: right 0;
    height: 26px;
    line-height: 26px;
}

div.selector select {
    top: 0;
    left: 0;
}

div.selector:active,
div.selector.active {
    background-position: -483px -156px;
}

div.selector:active span,
div.selector.active span {
    background-position: right -26px;
}

div.selector.focus,
div.selector.hover,
div.selector:hover {
    background-position: -483px -182px;
}

div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
    background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
    background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
    background-position: right -78px;
}

div.selector.disabled {
    background-position: -483px -234px;
}

div.selector.disabled span {
    background-position: right -104px;
}

div.checker {
    width: 19px;
    height: 19px;
}

div.checker input {
    width: 19px;
    height: 19px;
}

div.checker span {
    background-position: 0 -260px;
    height: 19px;
    width: 19px;
}

div.checker:active span,
div.checker.active span {
    background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
    background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
    background-position: -57px -260px;
}

div.checker span.checked {
    background-position: -76px -260px;
}

div.checker:active span.checked,
div.checker.active span.checked {
    background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
    background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
    background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
    background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
    background-position: -171px -260px;
}

div.radiobox {
    width: 18px;
    height: 18px;
}

div.radiobox input {
    width: 18px;
    height: 18px;
}

div.radiobox span {
    height: 18px;
    width: 18px;
    background-position: 0 -279px;
}

div.radiobox:active span,
div.radiobox.active span {
    background-position: -18px -279px;
}

div.radiobox.focus span,
div.radiobox:hover span {
    background-position: -36px -279px;
}

div.radiobox.focus:active span,
div.radiobox:active:hover span,
div.radiobox.active:hover span,
div.radiobox.active.focus span {
    background-position: -54px -279px;
}

div.radiobox span.checked {
    background-position: -72px -279px;
}

div.radiobox:active span.checked,
div.radiobox.active span.checked {
    background-position: -90px -279px;
}

div.radiobox.focus span.checked,
div.radiobox:hover span.checked {
    background-position: -108px -279px;
}

div.radiobox.focus:active span.checked,
div.radiobox:hover:active span.checked,
div.radiobox.focus.active span.checked,
div.radiobox.active:hover span.checked {
    background-position: -126px -279px;
}

div.radiobox.disabled span,
div.radiobox.disabled:active span,
div.radiobox.disabled.active span {
    background-position: -144px -279px;
}

div.radiobox.disabled span.checked,
div.radiobox.disabled:active span.checked,
div.radiobox.disabled.active span.checked {
    background-position: -162px -279px;
}

div.uploader {
    background-position: 0 -297px;
    height: 28px;
}

div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
}

div.uploader span.filename {
    height: 28px;
    line-height: 28px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
    background-position: 0 -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
    background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
    background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
    background-position: right -493px;
}

div.uploader.disabled {
    background-position: 0 -325px;
}

div.uploader.disabled span.action {
    background-position: right -381px;
}

div.button {
    background-position: 0 -523px;
}

div.button span {
    background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
    background-position: 0 -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
    background-position: right -673px;
}

div.button.active,
div.button:active {
    background-position: 0 -583px;
}

div.button.active span,
div.button:active span {
    background-position: right -703px;
    color: #555;
}

div.button.disabled,
div.button:disabled {
    background-position: 0 -613px;
}

div.button.disabled span,
div.button:disabled span {
    background-position: right -733px;
    color: #bbb;
    cursor: default;
}

div.button {
    height: 30px;
}

div.button span {
    margin-left: 13px;
    height: 22px;
    padding-top: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 15px;
}

div.selector {
    width: 100%;
}

div.selector select {
    min-width: 100%;
    border: solid 1px #fff;
}

div.selector span {
    width: 100%;
    padding: 0 25px 0 2px;
    color: #666;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
    color: #bbb;
}

div.checker {
    margin-right: 5px;
}

div.radiobox {
    margin-right: 3px;
}

div.uploader {
    width: 100%;
    cursor: pointer;
}

div.uploader span.action {
    width: 30%;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
}

div.uploader span.filename {
    color: #777;
    width: 70%;
    border-right: solid 1px #bbb;
    font-size: 11px;
}

div.uploader input {
    width: 100%;
}

div.uploader.disabled span.action {
    color: #aaa;
}

div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}

.selector,
.checker,
.button,
.radiobox,
.uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

.selector select:focus,
.radiobox input:focus,
.checker input:focus,
.uploader input:focus {
    outline: 0;
}

div.button a,
div.button button,
div.button input {
    position: absolute;
}

div.button {
    cursor: pointer;
    position: relative;
}

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

div.selector {
    position: relative;
    margin-bottom: 8px;
    padding-left: 10px;
    overflow: hidden;
    float: left;
}

div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.selector select {
    position: absolute;
    opacity: 0;
    height: 25px;
    border: none;
    background: none;
}

div.checker {
    position: relative;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.checker input {
    opacity: 0;
    display: inline-block;
    background: none;
}

div.radiobox {
    position: relative;
}

div.radiobox span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.radiobox input {
    opacity: 0;
    text-align: center;
    display: inline-block;
    background: none;
}

div.uploader {
    position: relative;
    overflow: hidden;
    cursor: default;
}

div.uploader span.action {
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
}

div.uploader span.filename {
    padding: 0 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

div.uploader input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 25px;
    border: none;
    cursor: default;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 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;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("../img/UI/ui-bg_glass_75_ffffff_1x400.png") 50% 50% repeat-x;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("../img/UI/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("../img/UI/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("../img/UI/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("../img/UI/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-widget:active {
    outline: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("../img/UI/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("../img/UI/ui-bg_inset-soft_95_fef1ec_1x100.png") 50% bottom repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("../img/UI/ui-icons_222222_256x240.png");
}

.ui-widget-content .ui-icon {
    background-image: url("../img/UI/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("../img/UI/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("../img/UI/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("../img/UI/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("../img/UI/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("../img/UI/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../img/UI/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaaaaa url("../img/UI/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .30;
    filter: alpha(opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("../img/UI/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .30;
    filter: alpha(opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    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;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-accordion {
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.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;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    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: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.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;
}

.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.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 {
    border-left-width: 0;
}

.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: 0em;
}

.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 {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

#twttrHubFrame,
#twttrHubFrameSecure {
    left: -9999em;
}

@media only screen and (max-width:798px) and (min-width:0) {
    body {
        padding-top: 0;
    }
    iframe {
        max-width: 100% !important;
    }
    * {
        word-wrap: break-word;
    }
    #logo {
        max-width: 100% !important;
    }
    #slideshow,
    #menu {
        // display: none !important;
    }
    body #container header {
        -moz-box-shadow: 0 0 0 #ffffff;
        -webkit-box-shadow: 0 0 0 #ffffff;
        box-shadow: 0 0 0 #ffffff;
    }
    #custom-toolbar {
        background: #f2f2f2;
        background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
        background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
        background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
        background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 46px;
        height: auto !important;
        height: 46px;
        float: left;
        z-index: 1100;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    nav {
        position: relative !important;
        background: none;
        width: 100%;
        min-height: 46px;
        height: auto !important;
        height: 46px;
        z-index: 1100;
    }
    nav.navactive {
        z-index: 1102;
    }
    nav ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
    }
    nav ul.menuactive {
        background: #fff !important;
        border: 1px solid #aaa;
        border-top: none;
        border-left: none;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    nav ul.menuactive>li:first-child {
        background: #f2f2f2;
        background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
        background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
        background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
        background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
    }
    nav ul li {
        position: relative;
        width: 100% !important;
        display: none;
        padding: 0;
    }
    nav ul li a {
        position: relative;
        background: none !important;
        width: 100% !important;
        min-height: 10px;
        height: auto !important;
        height: 10px;
        margin: 0 !important;
        padding: 15px 24px 14px 32px !important;
        display: block !important;
        color: #666 !important;
        font-size: 14px !important;
        line-height: normal !important;
        text-align: left;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        text-shadow: none;
        border: none;
    }
    nav ul li.active {
        display: block;
    }
    nav ul li.active a:before {
        position: absolute;
        left: 10px;
        top: 17px;
        font-family: 'FontAwesome';
        line-height: 12px !important;
        content: "\f0c9";
        display: block;
        color: #666;
        font-size: 14px;
    }
    nav ul li.active .submenu {
        display: none !important;
    }
    nav ul li.inactive {
        display: block;
    }
    nav ul li.inactive a:before {
        position: absolute;
        left: 10px;
        top: 17px;
        font-family: 'FontAwesome';
        line-height: 12px !important;
        content: "\f0c9";
        display: block;
        color: #666;
        font-size: 14px;
    }
    nav ul li.inactive .submenu {
        display: none !important;
    }
    nav ul li.has_submenu .submenu_button {
        position: absolute;
        top: 11px;
        right: 5px;
        width: 26px;
        height: 26px;
        padding: 3px 0 0 0;
        display: block;
        text-align: center;
    }
    nav ul li.has_submenu .submenu_button:before {
        font-family: 'FontAwesome';
        content: "\f078";
        display: inline-block;
        color: #666;
        font-size: 14px;
    }
    nav ul li.has_submenu:hover .submenu {
        display: block;
    }
    nav ul li.hoveractive a:before {
        position: absolute;
        left: 10px;
        top: 17px;
        font-family: 'FontAwesome';
        content: "\f00c";
        display: block;
        color: #666;
        font-size: 14px;
    }
    nav ul li.hoveractive .submenu ul li a:before {
        display: none;
    }
    nav ul li .submenu {
        position: static;
        top: auto;
        left: auto;
        background: none;
        width: 100%;
        padding: 0 0 5px 0;
        float: left;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        display: none;
        opacity: 1 !important;
    }
    nav ul li .submenu ul {
        position: static;
        top: auto;
        left: auto;
    }
    nav ul li .submenu ul li {
        display: block !important;
    }
    nav ul li .submenu ul li a:before {
        display: none;
    }
    nav ul li .submenu ul li .submenu_button {
        display: none !important;
    }
    nav ul li .submenu ul li .subsub {
        display: block !important;
    }
    nav ul li .submenu ul li .subsub ul li a {
        padding: 15px 24px 14px 50px !important;
    }
    #midden,
    #midden.rechts-uit,
    #midden.links-uit {
        width: 70%;
        padding: 0 0 0 20px;
        float: right;
    }
    #links,
    #rechts {
        width: 30%;
    }
    #gallery ul li {
        width: 33.333%;
    }
}

@media only screen and (max-width:580px) {
    img {
        // max-width: 100% !important;
margin-left: -25%;
        height: auto !important;
    }
    table {
        width: 100% !important;
    }
    #logo {
        width: 100%;
    }
    #zoeken {
        width: 100%;
    }
    #zoeken .form .form-set input[type="text"] {
        margin: 0 0 8px 0;
    }
    #breadcrumbs {
        display: none;
    }
    .form-set label.half {
        width: 100%;
        padding: 0 0 4px 0;
    }
    .form-set input.half,
    .form-set select.half,
    .form-set textarea.half {
        width: 100%;
    }
    #links,
    #rechts,
    #midden,
    #midden.rechts-uit,
    #midden.links-uit {
        width: 100%;
        padding: 0;
        float: left;
    }
    #links,
    #rechts {
        display: none;
    }
    .nieuws-afb {
        width: 100%;
    }
    .nieuws-content {
        width: 100%;
        padding: 10px 0 0 0;
    }
    .album-afb {
        width: 100%;
    }
    .album-tekst {
        width: 100%;
        padding: 10px 0 0 0;
    }
    .album-details {
        text-align: left;
    }
    .form-set {
        width: 100% !important;
        padding: 0 !important;
    }
    .check-input {
        width: 10%;
    }
    .check-list label {
        width: 90%;
    }
    .pn-midden a {
        width: 25%;
    }
    .pagination .pn-links a,
    .pagination .pn-rechts a {
        font-size: 0 !important;
        text-indent: -9999px !important;
    }
    .pagination .pn-links a:before {
        font-family: 'FontAwesome';
        content: "\f060";
        display: block;
        color: #666;
        font-size: 14px;
        text-indent: 0;
    }
    .pagination .pn-rechts a:before {
        font-family: 'FontAwesome';
        content: "\f061";
        display: block;
        color: #666;
        font-size: 14px;
        text-indent: 0;
    }
    .pagination .pn-links a:hover:before,
    .pagination .pn-rechts a:hover:before {
        color: #fff;
    }
    #gallery ul li {
        width: 50%;
    }
    .gallery-afb {
        height: 84px;
    }
    #footer-seo {
        display: none;
    }
    #footer-copy {
        width: 100% !important;
    }
}

body article {
    background: none;
    padding: 0;
}

body article,
body aside {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
}

body h1,
body h2,
body h3 {
    line-height: normal;
    padding-bottom: 10px;
}

body #content-in {
    padding: 20px 0;
}

body #midden {
    min-height: 400px;
    padding-right: 30px;
}

body #rechts {
    padding-left: 30px;
    border-left: 1px solid #E5E5E5;
}

/*img {
    height: auto !important;
    max-width: 100% !important;
}*/

#contactblok div {
    padding: 5px 5px 5px 30px;
    min-height: 35px;
    color: #333;
}

#contactblok div.cbtel {
    background: url('../img/ico.tel.png') left 6px no-repeat;
}

#contactblok div.cbmail {
    background: url('../img/ico.mail.png') left 6px no-repeat;
}

#contactblok div.cbadres {
    background: url('../img/ico.geo.png') left 6px no-repeat;
}

#container header {
    background: none;
    position: relative;
    z-index: 11;
    height: 90px !important;
    -moz-box-shadow: 0 0 6px #333333;
    -webkit-box-shadow: 0 0 6px #333333;
    box-shadow: 0 0 6px #333333;
}

#container header #header-in #logo {
    width: 68px;
    height: 78px !important;
    margin-top: 6px;
}

#container header #header-in #logo a {
    text-indent: 0;
    background: none;
    height: 78px !important;
}

#container header #header-in #logo a img {
    width: 100% !important;
    height: 100% !important;
}

#menu {
    width: 100%;
    max-width: 760px;
    float: right;
    height: 90px !important;
    margin: 0;
}

#menu nav>ul {
    float: right;
    width: auto;
    height: 90px;
    display: inline-block;
}

#menu nav>ul>li {
    position: relative;
    width: auto;
    background: none;
}

#menu nav>ul>li>a {
    height: 90px !important;
    line-height: 90px;
    padding: 0 20px;
    font-size: 16px;
    color: #888;
    background: none;
    margin: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#menu nav>ul>li>a:before {
    display: none;
}

#menu nav>ul>li:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#menu nav>ul>li:hover a/*, #menu nav>ul>li.active a*/ {
    background: #F3F3F3;
}

#menu nav ul li .submenu {
    width: 220px;
    overflow: hidden;
    background: url('../img/trans.png');
    position: absolute;
    top: 90px;
    left: 0;
}

#menu nav ul li .submenu ul {
    background: #F3F3F3;
}

#menu nav ul li .submenu ul li a {
    padding: 10px 25px;
    color: #666;
}

#menu nav ul li .submenu ul li a:before {
    color: #666;
}

#menu nav ul li .submenu ul li a:hover {
    color: #000;
}

#menu nav ul li .submenu ul li a:hover:before {
    color: #000;
}

#nav_clone ul li:hover .submenu {
    display: block !important;
    background: #fff;
}

#container #content {
    position: relative;
    z-index: 11;
    -moz-box-shadow: 0 -3px 3px #888888;
    -webkit-box-shadow: 0 -3px 3px #888888;
    box-shadow: 0 -3px 3px #888888;
}

#slideshow {
    background: #000;
    background: #545454;
    background: -moz-linear-gradient(top, #545454 0%, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #545454 0%, #252525 100%);
    background: -o-linear-gradient(top, #545454 0%, #252525 100%);
    background: -ms-linear-gradient(top, #545454 0%, #252525 100%);
    background: linear-gradient(to bottom, #545454 0%, #252525 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#252525', GradientType=0);
    margin: 0;
}

#slideshow #logosl {
    position: absolute;
    z-index: 10;
    width: 1px;
    height: 330px;
    right: 0;
    top: 0;
}

#slideshow #logosl #hoek {
    top: 0;
    position: absolute;
    left: 0;
    width: 81px;
    height: 330px;
}

#slideshow #logosl #logo-in {
    top: 0;
    left: 81px;
    right: 0;
    position: absolute;
    width: auto;
    height: 330px;
}

#slideshow #logosl #logo-3a {
    background: url('../img/3alogo.groot.png') center no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

#slideshow #slideshow-in {
    max-width: 1280px;
    width: 100%;
}

#slideshow #grad-l,
#slideshow #grad-r {
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    width: 101px;
    z-index: 9;
}

#slideshow #grad-l#grad-r,
#slideshow #grad-r#grad-r {
    left: auto;
    right: 0;
}

.slide-tekst,
#slide-btn {
    display: none;
}

#slide-prev a:before {
    content: "" !important;
}

#slide-next a:before {
    content: "" !important;
}

.fout {
    display: block;
    width: 100%;
    clear: both;
    margin-top: -10px !important;
    padding: 0 0 10px 20px;
}

#Formulier-include {
    padding: 0px;
}

#Formulier-include input[type=text],
#Formulier-include textarea {
    resize: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#Formulier-include input[type=text]:focus,
#Formulier-include textarea:focus {
    -moz-box-shadow: 0 0 3px #006633;
    -webkit-box-shadow: 0 0 3px #006633;
    box-shadow: 0 0 3px #006633;
    border: 1px solid #9EDA96;
}

#Formulier-include input[type=text] {
    width: 70%;
}

#Formulier-include input[type=submit] {
    background: #004E9B;
    border: #039 1px solid;
    padding: 8px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    -moz-box-shadow: 0 0 3px #cccccc;
    -webkit-box-shadow: 0 0 3px #cccccc;
    box-shadow: 0 0 3px #cccccc;
}

#Formulier-include input[type=submit]:hover {
    color: #fff;
    -moz-box-shadow: 0 0 2px #333333;
    -webkit-box-shadow: 0 0 2px #333333;
    box-shadow: 0 0 2px #333333;
    border-color: #222;
}

#Formulier-include label {
    padding: 0;
    margin: 10px 0 2px;
    color: #3B3B3B;
}

#container footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #F3F3F3;
    border-top: #E0E0E0 5px solid;
    padding: 30px 0;
}

#container footer #bpl {
    color: #666;
}

#container footer #footer-seo {
    padding-left: 0;
}

#container footer #footer-seo ul {
    margin: 0;
    padding-right: 20px;
    width: 33.3%;
}

#container footer #footer-seo ul li:first-child {
    font-weight: 700;
}

#container footer #footer-seo ul li a {
    position: relative;
    padding-left: 10px;
}

#container footer #footer-seo ul li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0;
}

.opsomming-lijst {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.opsomming-lijst li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.opsomming-lijst li a {
    font-size: 14px;
}

.opsomming-lijst li a:before {
    content: "";
    background: url('../img/footerBullit.png') no-repeat left center;
    display: block;
    height: 22px;
    width: 5px;
    float: left;
}

.opsomming-lijst li a:hover {
    background: #9e8045;
    color: #fff !important;
}

.opsomming-lijst li:hover {
    -moz-box-shadow: 0 0 3px #cccccc;
    -webkit-box-shadow: 0 0 3px #cccccc;
    box-shadow: 0 0 3px #cccccc;
}

@media only screen and (max-width:798px) and (min-width:0) {
    body #container #content-in {
        padding: 20px;
    }
    body #container #midden,
    body #container #rechts {
        width: 100%;
        display: block;
        border-left: none;
        padding: 10px 0;
    }
    body #container #slideshow #logosl {
        display: none !important;
    }
    #footer-in {
        padding: 20px !important;
    }
    .form.grid-10-12 {
        width: 100% !important;
    }
    .form.grid-10-12 input[type=text],
    .form.grid-10-12 textarea {
        width: 100% !important;
    }
}

@media only screen and (max-width:480px) {}
/** TB Extra **/
.page-header {
    border:0px;
    margin:0;
}

p.footer-menu-title{
    font-weight:bold;
    margin:0;    
}

.moduletable_footer-menu{
    float:left;
    width: 33.3%;
}
#container footer #footer-seo ul {
    width:100%;

}
#footer-seo ul li a{
    padding:0;
}
#footer-seo ul li a:hover {
    background:none;
}
#container footer #footer-seo ul li:first-child {
    font-weight:initial;
}
section#midden ul{
    font-size:10pt;
    line-height:1.5;
    margin-left:15px;
}
