
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

html { background: #fff; color: #000; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; }

body { margin: 0; background-color:#690303}

a { background: transparent;  }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }


h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3 { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: .8em; margin: .5em .6em; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.75em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

mark { background: #ff0; color: #000; }

code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after { content: ''; content: none; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; white-space: normal; }

button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; vertical-align: baseline; }

button, input { line-height: normal; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"], .submitbutton { -webkit-appearance: button; cursor: pointer; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; position:relative; vertical-align:middle; padding:0  }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; }

table { border-collapse: collapse; border-spacing: 0; }

li div { display: table-cell; vertical-align: middle; list-style-image: none;
  list-style: none;
  list-style-type: none;}

*, *:before, *:after { -moz-box-sizing: border-box; box-sizing: border-box; }

/* Global Styles */
body { font-size: 16px; font-weight: 300; font-family: "Titillium Web", "Roboto Condensed", "Open Sans", sans-serif; line-height: normal; color: #7b7a82; }

a { text-decoration: none; }

address { font-style: normal; }

p { margin-top: 0; }

form .field { margin-bottom: 10px; }
form label { font-size: 11px; font-size: 0.73333rem; text-transform: uppercase; font-weight: 700; }
form input, form select, form textarea { display: block; width: 100%; background: transparent; border: 2px solid #91909a; border-radius: 5px; padding: 5px 10px; outline: none; color: inherit; font-family: inherit; }
form input:active, form input:focus, form select:active, form select:focus, form textarea:active, form textarea:focus { border-color: #c6c5cb; }
.submitbutton, form input[type="submit"], form input[type="reset"] { background: #eeb658; background: -webkit-linear-gradient(270deg, #c5b7e7, #9574e5); background: linear-gradient(180deg, #eeb658, #ee8358); color: #7c4b26; border-radius: 5px; border: none; padding: 5px 5px; text-transform: uppercase; font-weight: 300; }
submitbutton:hover, form input[type="submit"]:hover, form input[type="reset"]:hover { background: #eeb658; background: -webkit-linear-gradient(90deg, #c5b7e7, #9574e5); background: linear-gradient(0deg, #eeb658, #ee8358); }

.button { background: #eeb658; background: -webkit-linear-gradient(270deg, #eeb658, #ee8358); background: linear-gradient(180deg, #c5b7e7, #9574e5); border-radius: 5px; color: #7c4b26; text-transform: uppercase; padding: 10px 20px; font-weight: 500; }
.button:hover { background: #eeb658; background: -webkit-linear-gradient(90deg, #eeb658, #ee8358); background: linear-gradient(0deg, #c5b7e7, #9574e5); }

figure { overflow: hidden; border-radius: 5px; }
figure img { max-width: 100%; display: block; }

/* Reusable Components Style */
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; *zoom: 1; }
.container:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; }
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; *zoom: 1; }
.container-fluid:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; }

.row { margin-left: -15px; margin-right: -15px; *zoom: 1; }
.row:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .posts-list .post, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-1 { width: 8.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.33333%; }

.col-xs-pull-2 { right: 16.66667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333%; }

.col-xs-pull-5 { right: 41.66667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333%; }

.col-xs-pull-8 { right: 66.66667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333%; }

.col-xs-pull-11 { right: 91.66667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.33333%; }

.col-xs-push-2 { left: 16.66667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333%; }

.col-xs-push-5 { left: 41.66667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333%; }

.col-xs-push-8 { left: 66.66667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333%; }

.col-xs-push-11 { left: 91.66667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.33333%; }

.col-xs-offset-2 { margin-left: 16.66667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333%; }

.col-xs-offset-5 { margin-left: 41.66667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333%; }

.col-xs-offset-8 { margin-left: 66.66667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333%; }

.col-xs-offset-11 { margin-left: 91.66667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; } }
@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .posts-list .post, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6, .posts-list .post { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; } }
@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }
@-ms-viewport { width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media (max-width: 767px) { .visible-xs-block { display: block !important; } }

@media (max-width: 767px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }

@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }

@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 767px) { .hidden-xs { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }
.visible-print-block { display: none !important; }
@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }
@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }
@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }
/* Header Styles */
.site-header { background: white; text-align: center; height: 50px; position: relative; z-index: 3; }

#branding { position: absolute; display: inline-block; width: 300px; left: 0; right: 0; margin: auto; bottom: -45px; top: -30px; z-index: 1; }
#branding:after { content: " "; position: absolute; width: 0; border-style: solid; 
border-width: 100px 150px; border-color: white transparent transparent; left: 0; z-index: -1; top: 0px; }
#branding .logo { display: inline-block; margin-bottom: 10px; text-align: center; }
#branding .site-description { font-size: 9px; font-size: 0.6rem; letter-spacing: 1px; font-weight: 400; text-transform: uppercase; color: #a8a8b0; line-height: 15px; }

.hero { background: #690303; position: relative; z-index: 2; color: #91909a; }
.homepage .hero { padding: 70px 0; }
.hero .hero-half-background { position: absolute; width: 50%; left: 0; top: 0; bottom: 0; background-size: cover; background-position: right center; }
@media screen and (max-width: 990px) { .hero .hero-half-background { width: 100%; } }
.hero .hero-content { background: white; display: inline-block; padding: 30px; border-radius: 5px; color: #7b7a82; position: relative; top: 270px; }
@media screen and (max-width: 990px) { .hero .hero-content { margin-top: 70px; margin-bottom: 50px; top: 0; } }
.hero .hero-content .hero-title { font-size: 30px; font-size: 2rem; margin: 0 0 20px; color: #5a595e; line-height: 1; font-weight: 400; }
@media screen and (max-width: 990px) { .hero .request-form { background: #690303; padding: 30px; border-radius: 5px; } }
.hero .request-form h2 { font-size: 40px; font-size: 2.66667rem; margin: 0 0 20px; color: white; font-weight: 300; }
.hero .request-form input[type="submit"] { margin-top: 30px; }
.hero .featured-image { width: 100%; background-size: cover; background-position: center center; height: 450px; position: relative; }
.hero .featured-image .button { position: absolute; bottom: -30px; border: 5px solid white; margin: auto; left: 0; right: 0; width: 250px; text-align: center; }

.fullwidth-block { padding: 100px 0; }
.fullwidth-block header { text-align: center; margin-bottom: 100px; }
.fullwidth-block header .section-title { margin: 0; position: relative; padding-bottom: 30px; margin-bottom: 30px; font-size: 40px; font-size: 2.66667rem; font-weight: 300; color: #5a595e; }
.fullwidth-block header .section-title:after { content: " "; width: 70px; height: 5px; background: #dedee2; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; }
.fullwidth-block header .section-desc { font-size: 13px; font-size: 1.2rem; margin: 0; color: inherit; }
.fullwidth-block [bg-dark] .section-title { color: white; }
.fullwidth-block [bg-dark] .section-title:after { background: #494956; }

.circle-numbered-feature { counter-reset: list; list-style: none; padding-left: 0; }
.circle-numbered-feature li { position: relative; padding-left: 100px; min-height: 90px; margin-bottom: 30px; }
.circle-numbered-feature li:before { counter-increment: list; content: counter(list); width: 70px; height: 70px; border-radius: 50%; border: 2px solid #dedee2; display: block; text-align: center; font-size: 36px; font-size: 2.4rem; color: #dedee2; position: absolute; left: 0; top: 0; }
.circle-numbered-feature li h3 { font-size: 17px; font-size: 1.13333rem; color: #5a595e; }

.posts-list { position: relative; *zoom: 1; margin-bottom: 50px; }
.posts-list:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; }
.posts-list .post { margin-bottom: 30px; }
.posts-list .post .post-content { background: white; border-radius: 5px; position: relative; padding-left: 240px; min-height: 250px; padding: 20px 20px 20px 250px; }
@media screen and (max-width: 480px) { .posts-list .post .post-content { padding-left: 20px; } }
.posts-list .post .featured-image { position: absolute; left: 20px; top: 20px; overflow: hidden; border-radius: 5px; }
@media screen and (max-width: 480px) { .posts-list .post .featured-image { position: relative; left: 0; top: 0; text-align: center; }
  .posts-list .post .featured-image img { border-radius: 5px; display: inline-block; } }
.posts-list .post .entry-title { font-size: 17px; font-size: 1.13333rem; }
.posts-list .post .entry-title a { color: #5a595e; }
.posts-list .post .entry-title a:hover { color: #eeb658; }
.posts-list .post .price { font-size: 13px; font-size: 1.2rem; color: #5a595e; }

.text-center { text-align: center; }

.post-grid { *zoom: 1; margin-bottom: 100px; }
.post-grid:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; }
.post-grid .post { float: left; clear: both; background: #690303; }
.post-grid .post:first-child { border-top-left-radius: 10px; border-top-right-radius: 10px; overflow: hidden; }
.post-grid .post:last-child { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; overflow: hidden; }
.post-grid .post:nth-child(even) .featured-image { float: right; }
.post-grid .featured-image, .post-grid .post-detail { width: 50%; float: left; }
@media screen and (max-width: 640px) { .post-grid .featured-image, .post-grid .post-detail { width: 100%; float: none !important; } }
.post-grid .featured-image { border-radius: 0; }
.post-grid .post-detail { padding: 55px; }
.post-grid .entry-title { font-size: 36px; font-size: 2.4rem; line-height: 1; font-weight: 100; margin: 0 0 30px; }
.post-grid .entry-title a { color: white; }

.cta { text-align: center; }
.cta header { margin-bottom: 50px; }
.cta a { color: #5a595e; font-size: 30px; font-size: 2rem; display: inline-block; }
.cta a.email { padding-bottom: 0; border-bottom: 2px solid #5a595e; }

.single .leading { font-size: 40px; font-size: 2.66667rem; font-weight: 100; line-height: 1.2; }
.single p { font-size: 13px; font-size: 1.2rem; }

.house-feature .feature { *zoom: 1; margin-bottom: 100px; }
.house-feature .feature:after { content: " "; clear: both; display: block; overflow: hidden; height: 0; }
.house-feature .feature .feature-image, .house-feature .feature .feature-desc { width: 50%; float: left; }
@media screen and (max-width: 640px) { .house-feature .feature .feature-image, .house-feature .feature .feature-desc { width: 100%; float: none !important; padding: 0 !important; } }
.house-feature .feature .feature-image { padding-right: 15px; }
.house-feature .feature .feature-image img { max-width: 100%; height: auto; border-radius: 5px; }
@media screen and (max-width: 640px) { .house-feature .feature .feature-image { text-align: center; } }
.house-feature .feature .feature-desc { padding-left: 15px; }
.house-feature .feature:nth-child(odd) .feature-image { float: right; padding-left: 15px; padding-right: 0; }
.house-feature .feature:nth-child(odd) .feature-desc { padding-right: 15px; padding-left: 0; }
.house-feature .feature h2 { font-size: 40px; font-size: 2.66667rem; font-weight: 200; margin-bottom: 20px; }
.house-feature .feature p { font-weight: 200; }

.price-area { background: #690303; padding: 50px 0; border-radius: 5px; }
@media screen and (max-width: 990px) { .price-area { padding: 50px; } }
.price-area .price { font-size: 40px; font-size: 2.66667rem; font-weight: 200; color: white; margin: 0 0 20px; }
.price-area .price strong { font-weight: 700; }
.price-area .field { margin-bottom: 20px; }
.price-area .field input { padding: 10px; }
.price-area input[type="submit"] { width: auto; }

/* Footer Styles */
.site-footer { background-color: #690303; padding: 100px 0 50px; }
.site-footer a { color: inherit; }
.site-footer .copy { text-align: center; margin-top: 50px; }

.widget .widget-title { font-size: 30px; font-size: 2rem; font-weight: 100; }

.subscribe input { padding: 8px 10px; margin-right: 10px; width: auto; display: inline-block; }

.social-links a { width: 50px; height: 50px; border-radius: 50%; display: inline-block; text-align: center; color: white; font-size: 25px; font-size: 1.66667rem; line-height: 1.8; margin-right: 10px; -webkit-transition: .3s ease; transition: .3s ease; }
.social-links a.facebook { background-color: #4b66a0; }
.social-links a.facebook:hover { background-color: #6680b8; }
.social-links a.twitter { background-color: #5dd7fc; }
.social-links a.twitter:hover { background-color: #8fe3fd; }
.social-links a.google-plus { background-color: #d95232; }
.social-links a.google-plus:hover { background-color: #e1765d; }
.social-links a.pinterest { background-color: #cc2e3c; }
.social-links a.pinterest:hover { background-color: #d95460; }


A.klein:link  {
	color : #91909a;
	text-decoration : none;
	font-size: 12px;	
}

A.klein:visited  {
	color : #91909a;
	text-decoration : none;
	font-size:12px;	
}

A.klein:hover  {
    color : #91909a;
	text-decoration : underline;
	font-size: 12px;	
} 


@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #fff;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}
.navbar{
	background-color: #fff;
	border:none;
}
.nav-item{
	z-index: 19;
}

.nav-item:hover{
	text-decoration : underline;
}


 /* checkbox, radio
--------------------------------------------------------- */
/*.list-inline.list-checkbox, .list-unstyled.list-checkbox, 
.list-inline.list-radio, .list-unstyled.list-radio { margin: 0; padding: 0; }
.list-checkbox li, .list-radio li { margin: 0 10px 0 0; padding: 0; text-align: left;  }
input[type='checkbox'], input[type='radio'] { position: absolute; display: none; z-index: -1; }
input[type='checkbox'] + label, input[type='radio'] + label { display: inline-block; cursor: pointer; }
input[type='checkbox'] + label:before, input[type='radio'] + label:before { display: inline-block; margin: 0; width: 16px; 
  font-family: 'FontAwesome'; font-weight: 300; font-size: 14px; color: inherit; text-align: left; height: 30px; line-height: 30px; color: #555; }
input[type='checkbox'] + label:before { content: '\f096'; }
input[type='checkbox']:checked + label:before { content: '\f046'; }
input[type='radio'] + label:before { content: '\f10c'; }
input[type='radio']:checked + label:before { content: '\f05d'; }
.list-unstyled.list-checkbox.list-single-middle { margin: 29px 0 12px; }

label.no-label, label.no-label { margin: 0; }
input[type='checkbox'] + label.no-label:before, input[type='radio'] + label.no-label:before { font-size: 1.1em; 
  color: inherit; text-align: center; height: inherit; line-height: inherit; color: #555; }
*/

/* formfields
--------------------------------------------------------- */
label { font-weight: 300;  }
.form-control { padding: 6px; border-radius: 0; box-shadow: none; text-shadow: none; font-size: 0.9em; font-weight: 300; }
.form-control:focus { border-color: #1b3f8e;  box-shadow: none; }
.input-group { position: relative; width: 100%; height: 34px; }
.input-group .input-group-addon { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 36px; 
  height: 34px; line-height: 34px; border: none; background-color: #ccc; overflow: hidden; z-index: 4; }
.input-group .form-control { padding-left: 42px; }
.input-group .form-control.right-align, 
.input-group .form-control.decimal { padding-left: 6px; padding-right: 6px; text-align: right; }
.input-group-addon { border-radius: 0; }
.input-group-addon.focused { background-color: #1b3f8e; color: #fff; border-right-color: #1b3f8e; }

.has-error .form-control:focus { box-shadow: none; }
.has-error .input-group-addon, 
.has-error .input-group-addon.focused { background-color: #a94442; color: #fff; border-color: #a94442; }
span.help-block { margin-top: 2px; margin-bottom: 0; padding-left: 4px; font-size: 11px; font-family: Verdana, Geneva, sans-serif; }
.form-group.has-error { margin-bottom: 7px; }

/* Table(s)
--------------------------------------------------------- */
.table * { border-radius: 0px; font-size: 95%; }
.table > thead > tr > th { border: none; }
.table > thead > tr:last-child > th { border-bottom: 1px solid #999; }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: #F3F3F3; }
.table > thead > tr > th > h4 { display: inline; }
.table.dataTable > thead > tr > th { padding-left: 8px; padding-right: 8px; }


.formlabel{
	font-size: 11px;
}


.collapse.in{
  display:block !important;
}

.shrink{
	background-color: #d95460;
 	height: 60px;
}


.man  {
	color : #2C1590;
	text-decoration : underline;
	
	font-size: 13px;	
	font-weight : bold;		
}

A.man:link  {
	color : #2C1590;
	text-decoration : none;
	
	font-weight : bold;		
}

A.man:visited  {
	color : #2C1590;
	text-decoration : none;
	
	font-weight : bold;				
}

A.man:hover  {
  color : #2C1590;
	text-decoration : underline;
}

.manlicht  {
  color : #17a2b8;
  text-decoration : underline;
  
  font-size: 13px;  
  font-weight : bold;   
}

A.manlicht:link  {
  color : #17a2b8;
  text-decoration : none;
  
  font-weight : bold;   
}

A.manlicht:visited  {
  color : #17a2b8;
  text-decoration : none;
  
  font-weight : bold;       
}

A.manlicht:hover  {
  color : #17a2b8;
  text-decoration : underline;
}

.vrouw  {
	color : #DE03BD;
	text-decoration : underline;
	font-weight : bold;		
}

A.menu:link{
	font-size: 16px;
    font-weight: bold;
    font-family: "Titillium Web", "Roboto Condensed", "Open Sans", sans-serif;
    line-height: normal;
    color: #7b7a82;
}

A.menu:visited{
	font-size: 16px;
    font-weight: bold;
    font-family: "Titillium Web", "Roboto Condensed", "Open Sans", sans-serif;
    line-height: normal;
    color: #7b7a82;
}

A.menu:hover{
	font-size: 16px;
    font-weight: bold;
    font-family: "Titillium Web", "Roboto Condensed", "Open Sans", sans-serif;
    line-height: normal;
    color: #7b7a82;
	text-decoration : underline;
}



A.vrouw:link  {
	color : #DE03BD;
	text-decoration : none;
	font-weight : bold;		
}

A.vrouw:visited  {
	color : #DE03BD;
	text-decoration : none;
	font-weight : bold;				
}

A.vrouw:hover  {
  color : #DE03BD;
	text-decoration : underline;
} 

.stel {
	color : #CE0202;
	text-decoration : underline;	
	font-weight : bold;		
}

A.stel:link  {
	color : #CE0202;
	text-decoration : none;
	font-weight : bold;		
}

A.stel:visited  {
	color : #CE0202;
	text-decoration : none;
	font-weight : bold;				
}

A.stel:hover  {
  color : #CE0202;
	text-decoration : underline;
}

.elf  {
	color : #DE03BD;
	text-decoration : underline;
	font-weight : bold;		
}

A.elf:link  {
	color : #DE03BD;
	text-decoration : none;
	font-weight : bold;		
}

A.elf:visited  {
	color : #DE03BD;
	text-decoration : none;
	font-weight : bold;				
}

A.elf:hover  {
  color : #DE03BD;
	text-decoration : underline;
	
}

.onz {
	color : #D9D6D6;
	text-decoration : underline;	
	font-weight : bold;		
}

A.onz:link  {
	color : #D9D6D6;
	text-decoration : none;
	font-weight : bold;		
}

A.onz:visited  {
	color : #D9D6D6;
	text-decoration : none;
	font-weight : bold;				
}

A.onz:hover  {
  color : #D9D6D6;
	text-decoration : underline;
}

.tg  {
	color : #5F953F;
	text-decoration : underline;	
	font-weight : bold;		
}

A.tg:link  {
	color : #5F953F;
	text-decoration : none;
	font-weight : bold;		
}

A.tg:visited  {
	color : #5F953F;
	text-decoration : none;
	font-weight : bold;				
}

A.tg:hover  {
  color : #5F953F;
	text-decoration : underline;
} 

submitbutton{ 
	font-weight : bold;	
}


.ct-content {  display: inline-block; padding: 30px; border-radius: 5px; color: #7b7a82; position: relative; top: 35px; }
@media screen and (max-width: 990px) { .ct-content { margin-top: 70px; margin-bottom: 50px; top: 0; } }
.ct-content .hero-title { font-size: 30px; font-size: 2rem; margin: 0 0 20px; color: #5a595e; line-height: 1; font-weight: 400; }

.chatwindow
{
	overflow-y:auto;
  max-width: 100%;
  overflow-x: hidden;  
	height:150px;
	width:250px;
  position:relative;
  color: #000000;
}

.cvwindow 
{
	overflow:auto;
	height:247px;
	width:375px;
	font-size:12px;
	margin : 0px;
  color: #000000;

}

.activechat 
{
  overflow:auto;
  height:297px;
  width:375px;
  max-width:375px;
  font-size:12px;
  margin : 0px;
  color: #000000;

}

.cvwindows{
	font-size:13px;
  color: #000000;
}

.cv{
  font-size:13px;
  color: #000000;
}

.berichtnaar
{
	font-weight : bold;	
  font-size:13px;
}


.gezondenbericht
{
	overflow:auto;
	height:185px;
	width:355px;
	padding-left : 5px;
	font-weight : bold;
	border-Style:solid;
	border-color:#000;
	border-width:1px;
}

.tekst{
	color: #7b7a82;
	font-size:21px;
}


/* Toevoeging voor de checkboxen*/
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}


.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.tekstlinks{text-align: left;}
.tekstrechts{text-align: right;}



/*switcher*/

#site-switcher {
  position: fixed;
  right: -424px;
  top: 105px;
  width: 460px;
  z-index: 999999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#configbutton {
  position: fixed;
  right: -304px;
  top: 55px;
  width: 340px;
  z-index: 999999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#configbutton a.buttonconfig {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
  color: #222222;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 2px #999;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  -o-box-shadow: 0 0 2px #999;
}

#configbutton2 {
  position: fixed;
  right: -304px;
  top: 155px;
  width: 340px;
  z-index: 999999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#configbutton2 a.buttonconfig {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
  color: #222222;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 2px #999;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  -o-box-shadow: 0 0 2px #999;
}



#site-switcher.active {
  right: 0px;
}

#site-switcher a.open-switcher {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
  color: #222222;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 2px #999;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  -o-box-shadow: 0 0 2px #999;
}

.inner-switcher {
  margin-left: 40px;
  background: #fff;
  box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  -o-box-shadow: 0 0 3px #999;
  padding: 30px 30px;
}

.inner-switcher ul {
  margin: 0 0 30px;
  padding: 0;
}

.inner-switcher ul li {
  display: inline-block;
  margin-right: 5px;
}

.inner-switcher ul.layout-choose li {
  margin-right: 20px;
}

.inner-switcher ul.layout-choose li:last-child {
  margin-right: 0px;
}

.inner-switcher ul li a {
  display: inline-block;
  font-size: 12px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.inner-switcher ul li a:hover {
  color: #ffba00;
}

.inner-switcher ul li a span {
  display: block;
  float: left;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  margin-top: 3px;
}

.inner-switcher ul li a.boxed span {
  border: 1px solid #999;
  border-left: 4px solid #999;
  border-right: 4px solid #999;
}

.inner-switcher h2 {
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
}

ul.layout-color {
  margin-bottom: 0px;
}

ul.layout-color li {
  margin-bottom: 5px;
}

ul.layout-color li:nth-child(3n) {
  margin-right: 0;
}

ul.layout-color li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.layout-color li a.theme-a {
  background: #f43c43;
}

ul.layout-color li a.theme-b {
  background: #00aae6;
}

ul.layout-color li a.theme-c {
  background: #5fcac1;
}

ul.layout-color li a.theme-d {
  background: #acf625;
}

ul.layout-color li a.theme-e {
  background: #f1435e;
}

li.current a, ul.layout-color li a {
  background: #000000;
}

.va .scheme-ba, .va .scheme-b { text-align: center; font-size: 1.6em }

.va p.scheme-ba {
	border: 2px solid;	
	margin: 0px 450px;
	padding: 10px 0px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-size: 1.6em;	
}

.overlib {
	color: #ffffff;
	background: #690303;
	border: 2px solid;
	border-color: #ffffff;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#slidenav {
  position: relative; z-index: 998;
  margin:0 auto;
  width:800px;
  background: #f43c43;
  height:280px;
  padding:20px 50px;
}
#open {
  position: relative; z-index: 999;
  margin:0 auto;
  width:200px;

  text-align:center;
  padding:5px;
  font-size:30px;
}

.marqueeplek {
  width: 300px;
  overflow:hidden;
  text-overflow:ellipsis;
  overflow-wrap: break-word;
}
/*
chattijd
.formbutton 
{ 
  font-size: 12px; 
  width:200px;
  color: #690303; 
  background-color: #690303;
  background-attachment: fixed;
  background: linear-gradient(0deg, #c5b7e7, #c5b7e7 );  
  border: 1px #690303 solid; 
  cursor:pointer;
}
*/

.formbutton 
{ 
  /*font-family :Comic Sans MS, Verdana, Arial, sans-serif;*/
  font-size: 12px; 
  width:200px;
  color: #690303; 
  background-color: #690303;
  background-attachment: fixed;
  background: linear-gradient(0deg, #d5aeae, #d5aeae );  
  border: 1px #690303 solid; 
  cursor:pointer;
}


.opsbutton 
{ 
  /*font-family :Comic Sans MS, Verdana, Arial, sans-serif;*/
  font-size: 17px;
  width:76px; 
  color: #ffffff; 
  background-color: #1a044d;
  background-attachment: fixed;
  border: 1px #c5b7e7 solid; 
  cursor:pointer;
  
}

.submitbutton{
  font-size: 15px;
  font-weight : bold;  
  background: linear-gradient(0deg, #c5b7e7, #c5b7e7 ); 
  border: 1px #1a044d solid; 
  color: #1a044d;
}

.chatlog
{
  color : #CE0202;
  text-decoration : none;
  font-size: 13px;  
  font-weight : bold;   
}

.chatlog2
{
  color : #000000;
  text-decoration : none;
  font-size: 13px;  
  font-weight : bold;   

} 


/* CSS talk bubble */
.chat-bubble {
  margin: 40px;
  display: inline-block;
  position: relative;
  width: 80%;
  height: auto;
  margin: 0px 5px 0px 5px;
  background-color: #e9e9e9;
  text-align: right;
}

.ownchat-bubble {
  margin: 40px;
  display: inline-block;
  position: relative;
  width: 200px;
  height: auto;
  margin: 0px 5px 0px 5px;
  width: 80%;
  background-color:#dcf8c6;
  text-align: left;
}

.border{
  border: 8px solid #666;
}
.round{
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px
  

}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: #e9e9e9 transparent transparent transparent;
}


.tri-right.border.ownleft-top:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}
.tri-right.ownleft-top:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: #dcf8c6 transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: #e9e9e9 #e9e9e9 transparent transparent;
}



/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  border-color: #e9e9e9 transparent transparent transparent;
}

.tri-right.border.ownright-top:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}
.tri-right.ownright-top:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  border-color: #dcf8c6 transparent transparent transparent;
}

/* talk bubble contents */
.chattext{
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  width: 500px;
}
.chattext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.tekstveld{
  color: #000000;
}

.bericht{
  height: 100px;
}

.inputveld{
  height: 30px;
  margin-bottom: 5px;
}

.td{font-size:12px;}

.volgen
{
  color : #fcdcdc;
  text-decoration : none;
  font-weight : bold;   

}

.volgen2
{
  text-decoration : none;
  font-weight : bold;   

} 

.ajs-message.ajs-ct { color: #690303;  background-color: #e8e9e6;  border-color: #690303; }
  #msgheader {
    line-height: 45px;
    background-color:#690303;
    color:#e8e9e6;
  }

#headerpijl{
    color:#e8e9e6;
    cursor:pointer;
    position: absolute;
    text-align: right;
      right: 0px;
    width: 100%;
      padding: 15px;
  }

#msgtekst{
    text-align: left;
    font-size: 15px;
    font-weight: 200;
    font-family: "Titillium Web", "Roboto Condensed", "Open Sans", "sans-serif";
    line-height: normal;
    cursor:pointer;
  }

.gezondenbericht{
  font-size: 13px;
 }

.fontsize17{
  font-size: 17px;
 }

.fontsize21{
  font-size: 21px;
 }

.switch-toggle {
   float: left;
   vertical-align:middle;
  }
.switch-toggle input {
    position: absolute;
    opacity: 0;
    vertical-align:middle;
  }
.switch-toggle input + label {
    padding: 7px;
    float:left;
    cursor: pointer;
  }
.switch-toggle input:checked + label {
  background-color: #615088;
  color:  white;
  }

.bgffffff{
  background: #ffffff;
}

.bgc5c5c5{
  background: #c5c5c5;
}

.bg706c6c{
  background: #706c6c;
}
.bgc5b7e7{
  background: #c5b7e7;
}

.bgfcdcdc{
  background: #fcdcdc;
}

.bgd1dbfb{
  background: #d1dbfb;
}

.bgfbead1{
  background: #fbead1;
}

.switch2-toggle {
   float: left;
   background: #c5b7e7;
   vertical-align:middle;
   color: #9fc2e4;
   height: 32px
  }
.switch2-toggle input {
    position: absolute;
    opacity: 0;
    vertical-align:middle;
  }
.switch2-toggle input + label {
    padding: 7px;
    float:left;
    color: #000;
    cursor: pointer;
  }
.switch2-toggle input:checked + label {
  background: #615088;
  }

.divcenter {
  margin: auto;
  width: 50%;
  padding: 10px;
}


#video-live-indicator {
  position: absolute;
  top: 85px;
  left: 75px;
  opacity: 90%;
}

.webcamplek {
  height:150px;
  float:left;
  width:210px;
  margin-bottom:21px;
}

.webcamkruis {
  height:60px;
  line-height:30px;
  float:right;
  width:10px;
}

.webcamlicht {
  height:85px;
  float:right;
  width:10px;
  margin-top:10px;
  clear:right;
  position: relative;
}

.webcamlicht img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bg-dark-dark {
    background-color: #434a54 !important;
    color: #fff !important;
}

video::-webkit-media-controls {
    display:none !important;
}

.modal-dialog-full-width {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width:none !important;

    }

    .modal-content-full-width  {
        height: auto !important;
        min-height: 100% !important;
        border-radius: 0 !important;
        background-color: #212529 !important 
        
    }

    .modal-header-full-width  {
        border-bottom: 1px solid #9ea2a2 !important;
    }

    .modal-footer-full-width  {
        border-top: 1px solid #9ea2a2 !important;
    }

    .modal-dialog-80-width {
      width: 80% !important;
      height: 80% !important;
      margin: 0 !important;
      padding: 0 !important;
      max-width:none !important;
    
    }
    
    .modal-content-80-width  {
    height: auto !important;
    min-height: 80% !important;
    border-radius: 0 !important;
    background-color: #212529 !important 
    
    }
    
    .modal-header-80-width  {
    border-bottom: 1px solid #9ea2a2 !important;
    }
    
    .modal-footer-80-width  {
    border-top: 1px solid #9ea2a2 !important;
    }

.hidden {
  display: none;
}

.active {
  display:  block;
}

.modal-footer {
   /* background: #690303;*/
}

.break {
  width: 100%;
  height: 150px;
  background-color: red;
}

.confighelp {
  height: 35px;
  vertical-align: middle
}

.configlabel {
  width:40%;
  margin-left: 10px;
  height: 35px;
  margin: auto;
  padding: 5px;
}

.configswitch {
  width: 250px;
  font-size:25px;
  float:right
}

.modal-backdrop { 
    display: none;    
}

.modal-header, .modal-title{
    /*background-color: #690303;*/
    border-bottom: 1px solid #690303;
    color: #91909a !important;
    text-align: left;
    font-size: 35px;
}

.modal-title{
  margin-left: 15px;
}
.modal-lg{
  border:white 2px solid;
}

.close {
   color: #91909a !important;
   font-size: 20px;
}

.card {
  -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
    border: 0 !important;
    max-height: 150000px;
    margin-bottom: 30px;
    background-position: center center !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.card-style {
    overflow: hidden;
    margin: 0 15px 30px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 10%);
}

#toast-container > .toast {
  background-image: none !important;
}

#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}        
#toast-container > .toast-warning:before {
  content: "\f003";
}
#toast-container > .toast-error:before {
  content: "\f071";
}
#toast-container > .toast-info:before {
  content: "\f005";
}
#toast-container > .toast-success:before {
  content: "\f05a";
}

.modal-header {
  min-height: 100px;
}

.modal-body {
  min-height: 600px;
}

.chatkop{
  margin-top:10px;
  margin-bottom: 10px;
}


/* Private Chat Popups (MSN-style) */
.chat-popups {
	position: fixed;
	bottom: 0;
	right: 20px;
	display: flex;
	gap: 10px;
	z-index: 10000;
	flex-direction: row-reverse;
}

.chat-popup {
	width: 300px;
	background: white;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -5px 20px rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column;
	animation: slideUp 0.3s ease;
}

@keyframes slideUp {
	from { transform: translateY(100%); }
	to { transform: translateY(0); }
}

.chat-popup.minimized {
	height: 50px;
}

.chat-popup:not(.minimized) {
	height: 400px;
}

.popup-header {
	background: linear-gradient(180deg, #eeb658, #ee8358);
	color: #7c4b26;
	padding: 12px 15px;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
	font-weight: 600;
}

.popup-title {
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

.unread-badge {
	background: #690303;
	color: white;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: bold;
	min-width: 20px;
	text-align: center;
}

.popup-controls {
	display: flex;
	gap: 8px;
}

.popup-btn {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background: rgba(124, 75, 38, 0.3);
	border: none;
	color: #7c4b26;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.2s ease;
}

.popup-btn:hover {
	background: rgba(124, 75, 38, 0.5);
}

.popup-messages {
	flex: 1;
	padding: 15px;
	overflow-y: auto;
	background: #f5f5f5;
	display: none;
}

.chat-popup:not(.minimized) .popup-messages {
	display: block;
}

.popup-input {
	padding: 10px;
	border-top: 2px solid #690303;
	display: none;
	gap: 8px;
}

.chat-popup:not(.minimized) .popup-input {
	display: flex;
}

.popup-input input {
	flex: 1;
	padding: 8px 12px;
	border: 2px solid #91909a;
	border-radius: 5px;
	font-size: 13px;
	font-family: "Titillium Web", "Roboto Condensed", "Open Sans", sans-serif;
}

.popup-input input:focus {
	outline: none;
	border-color: #690303;
}

.popup-input button {
	padding: 8px 16px;
	background: linear-gradient(180deg, #eeb658, #ee8358);
	color: #7c4b26;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.popup-input button:hover {
	background: linear-gradient(0deg, #eeb658, #ee8358);
}

.popup-message {
	margin-bottom: 12px;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.popup-message-content {
	padding: 8px 12px;
	background: white;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.4;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	word-wrap: break-word;
}

.popup-message.own .popup-message-content {
	background: linear-gradient(180deg, #eeb658, #ee8358);
	color: #7c4b26;
	margin-right: 30px;
}

.popup-message.other .popup-message-content {
	background: white;
	margin-left: 30px;
	border: 1px solid #690303;
}

.popup-message-time {
	font-size: 10px;
	color: #7b7a82;
	margin-top: 3px;
	text-align: right;
}

@media (max-width: 768px) {
	.chat-popups {
		left: 10px;
		right: 10px;
		flex-wrap: wrap;
	}
	
	.chat-popup {
		width: calc(50% - 5px);
		min-width: 250px;
	}
}