/* Algemeen */

body {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: #cccccc;
/*background-color: #222222;*/
background: url(../img/pattern.jpg) repeat;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Oswald', sans-serif;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
font-weight: 300;
}

h5, h6, .h5, .h6 {
font-weight: 300;
}

a {
color: #cccccc;
text-decoration: none;
}

a:hover, a:focus {
color: #ffffff;
text-decoration: underline;
}

hr {
margin-top: 30px;
margin-bottom: 30px;
}

.btn {
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-transform: uppercase;
}

/* Navigatie */
.navbar-nav {
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-transform:uppercase;
font-size: 22px;
}

.dropdown-menu > li > a {
font-weight: 300;
}

.navbar-default {
padding-top: 20px;
padding-bottom: 20px;
margin: 0;
border-bottom: #000000 1px solid;
background-color: #222222;
text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a {
color: #666666;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}

div#navbar-main.navbar-collapse.collapse {
position: relative;
}

div#navbar-main.navbar-collapse.collapse .brand {
position: absolute;
margin-top: -20px;
right: -15px;
}

/* Content */

.page-header {
margin: 0;
}

.panel-default > .panel-heading {
color: #cccccc;
}

.panel-heading {
font-size:12px;
text-transform:uppercase;
padding: 5px 10px 5px 10px;
}

.panel-body {
font-size:12px;
padding: 5px 10px 5px 10px;
}

.panel-body ul {
margin-bottom:0;
}

.panel-body li {
margin-left:-24px;
}


/* Blog */

.blog {
padding-right: 30px;
}

.blog h5 {
margin-top:20px;
}

.blog h6, .blogpost h6 {
margin-bottom: 20px;
margin-right: 15px;
float: left;
}

.blog a.sm img, .blogpost a.sm img {
margin-right: 2px;
margin-bottom: -10px;
border: 0;
opacity: 0.8;
}

.blog a.sm:hover img, .blogpost a.sm:hover img {
margin-right: 2px;
margin-bottom: -10px;
border: 0;
opacity: 1.0;
}

.blog a img {
margin-bottom:20px;
border: #000000 1px solid;
}

.blogpost a img {
margin-bottom:30px;
border: #000000 1px solid;
}

.blog a:hover img {
margin-bottom:20px;
border: #ffffff 1px solid;
}

.blogpost a:hover img {
margin-bottom:30px;
border: #ffffff 1px solid;
}

.blogpost h1 {
margin-bottom:0;
}

.blogpost h6 {
margin-bottom:30px;
}

.blog-sidebar {
background-color:#222222;
margin-top: 21px;
padding:15px;
opacity: 0.8;
}

.blog-sidebar .widget-title {
border-bottom: #666666 1px solid;
font-family: 'Oswald', sans-serif;
font-weight: 400;
text-transform: uppercase;
font-size: 100%;
padding-bottom: 5px;
}

.blog-sidebar .widget-content {
margin-bottom: 40px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 85%;
}

.blog-sidebar .widget-content ul {
direction: rtl;
padding-right: 17px;
list-style-image:url(../img/arrow_right.png);
}

.blog-sidebar .widget-content ul li {
text-align: left;
margin: 5px 0 5px 0;
}

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

.modal-header .close {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 28px;
margin-top: -2px;
color: #ffffff;
opacity: 1;
}

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

.modal-body img {
border: #000000 2px solid;
max-width: 100%;
}

.modal-lg {
width: 90%;
}

/* Gallery */
.blueimp-gallery {
background: #222;
background: rgba(34,34,34,.9);
}

.blueimp-gallery > .slides > .slide > img,
.blueimp-gallery > .slides > .slide > img:active {
border: #000 3px solid;
}

.blueimp-gallery > .slides > .slide > img:hover {
border: #fff 3px solid;
}

.blueimp-gallery > .description {
position: absolute;
font-size:13px;
top: 50px;
left: -15px;
width: 100%;
text-align: center;
color: #fff;
text-shadow: 0 0 2px #000;
display: none;
}
.blueimp-gallery-controls > .description {
  display: block;
}

.blueimp-gallery>.indicator>li {
display: inline-block;
width: 9px;
height: 9px;
margin: 6px 3px 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border: 1px solid transparent;
background: #ccc;
background: rgba(255,255,255,.25) center no-repeat;
border-radius: 5px;
box-shadow: 0 0 4px #000;
opacity: .5;
cursor: pointer;
background-image: none !important;
}

#links a img {
margin: 0 10px 10px 0;
border: 1px solid #000000;
}

#links a:hover img {
margin: 0 10px 10px 0;
border: 1px solid #ffffff;
}

/* Form */
button, input, optgroup, select, textarea {
color: #222222;
}

input.text {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
line-height: 1.428571429;
color: #ffffff;
vertical-align: middle;
background-color: #555555;
border: 0;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
margin-bottom:10px;
}

textarea {
display: block;
width: 100%;
padding: 6px 12px;
line-height: 1.428571429;
color: #ffffff;
vertical-align: middle;
background-color: #555555;
border: 0;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
margin-bottom:10px;
}

input#MemberLoginForm_LoginForm_Email.text, input#MemberLoginForm_LoginForm_Password.text, #SearchForm_SearchForm_Search.text.nolabel {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
line-height: 1.428571429;
color: #ffffff;
vertical-align: middle;
background-color: #555555;
border: 0;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
margin-bottom:10px;
}

label {
display: inline-block;
margin-top: 10px;
margin-bottom: 5px;
font-weight: normal;
}

label.required {
color: #df2e1b;
}

input[type="checkbox"] {
margin: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
color:#ffffff;
background-color: #464545;
border-color: #464545;
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 10px 15px;
margin-top:15px;
margin-bottom:15px;
font-size: 15px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-transform: uppercase;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]:hover::-webkit-file-upload-button, button:hover {
color: #ffffff;
background-color: #313131;
border-color: #272727;
}

form#Form_Form div.Actions input#Form_Form_action_process.action {
color:#ffffff;
background-color: #464545;
border-color: #464545;
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 10px 15px;
margin-top:15px;
margin-bottom:15px;
font-size: 15px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-transform: uppercase;
}

form#Form_Form div.Actions input#Form_Form_action_process.action:hover {
color: #ffffff;
background-color: #313131;
border-color: #272727;
}



/* Footer */

.footer {
border-top: #000000 1px solid;
background-color: #222222;
padding: 20px;
}

.footer p {
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 85%;
}


@media (max-width: 480px) {

}

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

}

@media (max-width: 767px) {

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

.container .brand img {
max-width: 100%;
margin-top: -3px;
margin-bottom: -15px;
}

.container button {
margin-top: 20px;
margin-bottom: 10px;
}

.navbar-default {
padding-top: 0;
padding-bottom: 0;
}

	
.navbar-default .navbar-nav > li > a {
padding: 15px 0 15px 15px;
}

.navbar-nav  {
margin: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #000000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #000000;
}

.navbar-default .navbar-toggle {
background-color: #000000;
border-color: #000000;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #000000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #464545;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #464545;
color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #666666;
}

}

@media (min-width: 768px) {

.row {
    display: table;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.nav > li > a {
padding-left: 0;
padding-right: 30px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #222222;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #222222;
color: #ffffff;
}

.navbar-nav > li > .dropdown-menu {
margin-top: -14px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
background-color: #464545;
border: #000000 1px solid;
}

.dropdown-menu > li > a {
display: block;
padding: 5px 10px;
clear: both;
line-height: 1.42857143;
color: #cccccc;
white-space: nowrap;
/*border-bottom: #000000 1px solid;*/
}

/*.dropdown-menu > li.last > a {
border-bottom: 0;
}*/

.dropdown-menu > li > hr {
margin-top: 2px;
margin-bottom: 2px;
margin-left:10px;
margin-right:10px;
border: 0;
border-top: 1px solid #000000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #ffffff;
background-color: #464545;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #464545;
}

.container .content  {
padding-top:30px; 
padding-bottom:60px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: -15px;
}

.footer {
min-height: 600px;
}

}


@media (max-width: 991px) {
	
}

@media (min-width: 992px) {
.container {
width: 750px;
}
}

@media (min-width: 1200px) {
.container {
width: 750px;
}
}

@media print {
a[href]:after {
content: none !important;
}
 
.container {
width: 100%;
margin: 0;
float: none;
}

}