/*
Theme Name: Theme Name Here
Theme URI: http://themeurl.org/
Description: The Theme Name Here theme based on the famous Wordpress CMS.
Version: 2.6
Author: Theme Name Here
*/

/* normal */
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  font-family: "Mukta", sans-serif !important;
  font-size: 12px;
  color: #844176;
}
input,
select,
textarea {
  font-family: "Mukta", sans-serif !important;
  font-size: 12px;
  color: #8c806e;
}
body {
  background: #fff url(images/bg.png) repeat;
}
img {
  border: 0px;
  display: block;
}
a,
input {
  outline: none;
}
h3 {
  font-size: 15px;
}

.rapport_buttons {
  margin: 0px 0px 20px 0px;
  line-height: 20px;
  color: #e97138;
}
.rapport_buttons a {
  color: #e97138 !important;
  text-decoration: none;
}
.rap_container {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

/* global style */
.clear {
  clear: both;
  height: 1px;
}
.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
  border: 1px solid #844176;
}
#commentform input,
#commentform textarea {
  border: solid 1px #844176;
}
.even,
.alt {
  border-left: 1px solid #844176;
}
small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}
.sticky {
  background: #f7f7f7;
  padding: 0 10px 10px;
}
.sticky h2 {
  padding-top: 10px;
}
small,
.nocomments,
.postmetadata,
blockquote,
strike {
  color: #844176;
}
.datum {
  color: white;
}
.post small {
  font-weight: bold;
  padding: 0 0 10px 0;
  display: block;
}
.postmetadata a {
  color: #e97138;
}
.entry .more {
  float: right;
  color: #e97138;
  text-decoration: none;
  padding-right: 10px;
}
.entry table {
  border: 2px solid #c9c8c7;
  padding: 8px;
}
#comments,
.fn a,
.says,
.commentmetadata a,
.reply a,
.fn,
#cancel-comment-reply-link {
  color: #e97138;
}
#respond h3,
#commentform p,
#commentform a {
  color: #e97138;
}
#submit {
  border-radius: 5px;
  border: none !important;
  background: #e97138;
  color: #ffffff;
  padding: 10px 0 !important;
  font-weight: bold;
  cursor: pointer;
}
.entry p {
  padding-right: 10px !important;
}
.post p {
  text-align: left;
}
code {
  font: 1.1em "Courier New", Courier, Fixed;
}
acronym,
abbr,
span.caps {
  font-size: 0.9em;
  letter-spacing: 0.07em;
}

/* ### wrapper ### */
#wrapper {
  position: relative;
  display: block;
  width: 100%;
}

/* ### main container ### */
#mainCntr {
  padding: 0 18px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
}

/* ### banner container ### */
#bannerCntr {
  width: 100%;
  overflow: hidden;
  padding: 0px 18px;
}

/* ### banner box ### */
.bannerBox {
  padding-bottom: 4px;
  border-top: 4px solid #b8ad27;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 230px;
  background: url(images/banner-img.png) left bottom no-repeat;
  background-size: 100%;
}
.bannerBox .ls-nav-prev {
  text-indent: -9999px;
  z-index: 9;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 75px;
  height: 222px;
  background: url(images/prev-btn.png) no-repeat;
}
.bannerBox .ls-nav-next {
  text-indent: -9999px;
  z-index: 9;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 222px;
  background: url(images/next-btn.png) no-repeat;
}
.bannerBox .image img {
  float: left;
}
.bannerBox h2,
.bannerBox h3 {
  position: absolute;
  top: 62px;
  right: 47px;
  font-family: "Times New Roman", Times, serif;
  width: 260px;
  color: #854277;
  font-size: 18px;
  line-height: 20px;
}
.bannerBox h3,
.bannerBox p {
  color: #ffffff !important;
}
.bannerBox span,
.bannerBox p {
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  color: #854277;
}

/* ### content container ### */
#contentCntr {
  width: 100%;
}

/* ### center container ### */
#centerCntr {
  width: 960px;
}
#centerCntr.subpage {
  width: 960px;
  margin: auto;
  overflow: hidden;
  background: #f2f2f2 url(../images/image-bg.png) left bottom repeat-x;
}
#centerCntr.subpage #center {
  width: 960px;
  overflow: hidden;
  background: url(images/center-top.png) no-repeat;
}
#centerCntr.subpage.bg {
  width: 955px;
  overflow: hidden;
  background: url(images/center-mid1.png) repeat-y;
}
#centerCntr.subpage.bg #center {
  width: 960px;
  overflow: hidden;
  background: url(images/center-top1.png) no-repeat;
}
#centerCntr #left {
  padding-left: 22px;
  width: 650px;
  float: left;
}
#centerCntr #right {
  width: 277px;
  float: right;
}
#centerCntr #leftside {
  padding-left: 22px;
  width: 690px;
  float: left;
}
#centerCntr #rightside {
  width: 217px;
  float: right;
}

/* ### widget box ### */
.widgetBox {
  padding-top: 18px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 17px;
}
.widgetBox .left {
  padding: 13px 0 22px 18px;
  float: left;
  width: 357px;
  border: 2px solid #cac8c8;
  border-bottom: 0px;
  background: #f2f2f2 url(images/image-bg.png) left bottom no-repeat;
  background-size: 100%;
  min-height: 246px;
  margin-left: 18px;
}
.widgetBox h2 {
  padding-bottom: 17px;
  color: #844176;
  font-size: 17px;
}
.widgetBox .image {
  padding: 0px 10px 7px 0px;
  margin: 1px 0 0;
  margin-top: 1px;
  float: left;
  /* width: 80px; */
}
.widgetBox p {
  padding: 0px 10px 0 0px;
  color: #844176;
  font-size: 13px;
  line-height: 17px;
}
.widgetBox .center {
  padding: 13px 0 9px 42px;
  min-height: 246px;
  margin-left: 18px;
  float: left;
  width: 357px;
  border: 2px solid #cac8c8;
  border-bottom: 0px;
  background: #f2f2f2 url(images/image-bg.png) left bottom no-repeat;
  background-size: 100%;
}
.widgetBox .inner {
  padding: 0px 0 0 0;
  width: 261px;
  overflow: hidden;
  float: left;
  margin: 9px 0 0 3px;
}
.widgetBox .top {
  background: #86c8df;
}
.widgetBox .textwidget {
  height: 195px;
}
.widgetBox .center h3 {
  padding: 0 0 0px 0;
  color: #844176;
  font-size: 18px;
  text-align: center;
}
.widgetBox .center p {
  padding: 10px 15px 10px 15px;
  color: #fff;
  font-size: 19px;
  text-align: center;
}
.widgetBox a.yes {
  padding-top: 20px;
  width: 136px;
  height: 69px;
  float: left;
  display: block;
  text-decoration: none;
  background: url(images/yes-btn.png) no-repeat;
}
.widgetBox a.yes:hover {
  color: #e97138;
}
.widgetBox a.yes span {
  padding-top: 40px;
  width: 130px;
  margin-top: -30px;
  display: block;
  color: #fff;
  float: left;
  font-size: 40px;
  background: url(images/arrow.png) center 0px no-repeat;
  text-align: center;
}
.widgetBox a.no {
  padding-top: 20px;
  width: 129px;
  height: 69px;
  float: left;
  display: block;
  text-decoration: none;
  background: url(images/no-btn.png) no-repeat;
}
.widgetBox a.no span {
  padding-top: 40px;
  width: 130px;
  margin-top: -30px;
  display: block;
  color: #fff;
  float: left;
  font-size: 40px;
  background: url(images/arrow.png) center 0px no-repeat;
  text-align: center;
}
.widgetBox a.no:hover {
  color: #e97138;
}
.widgetBox .right {
  padding: 16px 0 8px 10px;
  min-height: 246px;
  margin-left: 18px;
  float: left;
  width: 357px;
  border: 2px solid #cac8c8;
  border-bottom: 0px;
  background: url(images/image-bg.png) left bottom no-repeat;
  background-size: 100%;
}

/* ### pagina box ### */
.paginaBox ul {
  list-style: none;
}
.paginaBox li,
.paginaBox a {
  text-decoration: none;
  padding: 0 9px 0 0px;
  float: left;
  color: #808080;
  font-size: 12px;
  background: url(images/arrow1.png) right center no-repeat;
  margin-right: 5px;
}
#breadcrumbs {
  color: #808080;
  font-size: 12px;
}
#breadcrumbs span {
  float: left;
}
.paginaBox li.last {
  background: none;
}
.paginaBox li a {
  text-decoration: none;
  color: #bebebd;
  font-size: 11px;
}
.paginaBox li a:hover {
  text-decoration: underline;
}
.paginaBox strong {
  padding-left: 6px;
  color: #bebebd;
  font-size: 11px;
}
.entry ul {
  list-style: disc;
  margin-top: -10px;
  margin-bottom: 10px; /*padding-top:10px;*/
}
.entry li {
  margin-left: 25px;
  line-height: 20px;
  color: #844176;
  font-size: 12px;
}
/*.entry li a {color: #E97138; text-decoration:none; font-weight:bold;}*/
#wpcf7-f170-p90-o1 {
  margin-top: 30px;
}
#wpcf7-f170-p90-o1 label {
  width: 200px;
  float: left;
}
#wpcf7-f170-p90-o1 .wpcf7-text,
#wpcf7-f170-p90-o1 textarea {
  border: solid 1px #844176;
}
#wpcf7-f170-p90-o1 .wpcf7-text {
  height: 20px;
  width: 245px;
}
#wpcf7-f170-p90-o1 .wpcf7-submit {
  border-radius: 5px;
  cursor: pointer;
  border: none;
  background: #e97138;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  margin-left: 200px;
}
#wpcf7-f170-p90-o1 span.wpcf7-not-valid-tip {
  left: 0px !important;
  width: 224px !important;
  top: 0px;
}
/* ### text box ### */
.textBox {
  padding: 18px 0 22px 11px;
  width: 620px;
  overflow: hidden;
}
.textBox h2,
.textBox h2 a,
.type-post h3 a {
  text-decoration: none;
  padding-top: 4px;
  color: #844176;
  font-size: 17px;
  letter-spacing: -1px;
  padding: 0 0 10px 0;
}
.pagetitle {
  padding-bottom: 20px;
}
.textBox p {
  padding: 0 40px 10px 0px;
  color: #844176;
  font-size: 12px;
  line-height: 20px;
}
td {
  padding: 0 40px 0px 0px;
  color: #844176;
  font-size: 12px;
  line-height: 20px;
}
.textBox a {
  color: #844176;
}
.textBox a:hover {
  text-decoration: none;
  color: #e97138;
}
/*.textBox .alignnone { padding: 8px 10px 10px 8px; margin: 2px 0 15px 1px; }*/
.textBox .post {
  padding: 10px 0 10px 0;
}
.search .textBox .page {
  padding: 0 0 10px 0;
}
.search .textBox .post h3 a {
  text-decoration: underline;
  font-size: 15px;
}
.search .textBox .post small {
  font-weight: normal;
  line-height: 1.5em;
  padding: 0px;
}
.widgetBox p a,
.ombudsman-form p a {
  color: #844176;
}
.widgetBox p a:hover,
.ombudsman-form p a:hover {
  text-decoration: none;
  color: #e97138;
}

/* ### online box ### */
.onlineBox {
  padding: 20px 0 22px 8px;
  width: 685px;
  overflow: hidden;
}
.onlineBox h2 {
  padding: 4px 0 0 10px;
  color: #844176;
  font-size: 20px;
}
.onlineBox h3 {
  padding: 16px 0 8px 10px;
  color: #844176;
  font-size: 18px;
}
.onlineBox p {
  padding: 0 40px 10px 10px;
  color: #844176;
  font-size: 12px;
  line-height: 17px;
}
.onlineBox ul {
  padding-top: 14px;
  list-style: none;
}
.onlineBox li.first {
  min-height: 41px;
  height: 155px;
  margin-top: 8px;
  width: 610px;
  overflow: hidden;
  float: left;
  border: 2px solid #c9c8c7;
  background: #fff;
}
.onlineBox .invalid li.email {
  background: #ea7138;
}
.onlineBox .invalid li.email h3 {
  color: #fff;
}
.onlineBox .invalid li.email h3 {
  color: #fff;
}
.onlineBox .invalid li.email p {
  color: #fff;
}
.onlineBox li {
  margin-top: 8px;
  height: 170px;
  width: 610px;
  float: left;
  border: 2px solid #c9c8c7;
  background: #fff;
}
.onlineBox li.first h3 {
  padding: 12px 0 0 7px;
  color: #844176;
  font-size: 14px;
}
.onlineBox li h3 {
  padding: 12px 0 15px 7px;
  color: #844176;
  font-size: 14px;
}
.onlineBox li p {
  padding: 0 40px 10px 7px;
  color: #844176;
  font-size: 15px;
  line-height: 18px;
}
.onlineBox li .left {
  float: left;
  width: 405px;
}
.onlineBox li .right {
  padding-top: 7px;
  float: right;
  width: 271px;
}
.onlineBox li .leftCaptcha {
  float: left;
  width: 345px;
}
.onlineBox li .captcha {
  padding-top: 7px;
  float: right;
  width: 272px;
  padding-bottom: 5px;
}
.onlineBox .field {
    padding: 5px;
    border: 0px;
    float: left;
    color: #000;
    width: 253px;
    height: 34px;
    border: 1px solid #B8AD27;
}
.wpcf7-captchar {
  float: left;
  color: #000;
  width: 253px;
  height: 34px;
  border: 1px solid #B8AD27;
}
.onlineBox textarea.field {
  background: none;
  border: 2px solid #d5cf75;
}
.onlineBox fieldset {
  border: 0px;
}
.onlineBox li .left1 {
  float: left;
  width: auto;
}
.onlineBox li .right1 {
  padding-top: 7px;
  float: right;
  width: 360px;
}
.onlineBox li .right1 .inner {
  width: 100%;
  overflow: hidden;
  float: left;
}
.onlineBox li .right1 .inner p {
  padding: 0px 0px 10px 0px;
  width: 100%;
  overflow: hidden;
  float: left;
}
.onlineBox li .right1 label {
  display: block;
  float: left;
  width: 80px;
  padding: 5px 10px 0 0;
}
.onlineBox li .right1 .radi p {
  padding: 0px 7px 0px 0px;
  float: left;
  width: auto;
}
.onlineBox .radio {
  margin: 0px 6px 0px 0;
  width: 19px;
  height: 25px;
  display: block;
  float: left;
  background: url("images/radio1.png") no-repeat;
}
.onlineBox .wpcf7-submit {
  padding: 0 0 7px 15px;
  margin-top: 10px;
  cursor: pointer;
  border: 0px;
  width: 145px;
  height: 37px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  float: right;
  background: url(images/buttom.png) no-repeat;
}
.onlineBox p.bg {
  padding: 10px 0 0 0;
  color: #ea7138;
  font-size: 16px;
  float: right;
  font-weight: bold;
}
.wpcf7-validation-errors {
  padding: 10px 0 0 0;
  font-size: 16px;
  float: right;
  font-weight: bold;
}
.onlineBox span.wpcf7-not-valid-tip {
  background: none;
  color: #ea7138;
  font-size: 16px;
  font-weight: bold;
  border: none;
  left: -261px !important;
  width: 254px !important;
}

div.wpcf7-validation-errors {
  border: none !important;
}
/* ### updet box ### */
.updetBox {
  padding-top: 56px;
  padding-bottom: 40px;
  width: 275px;
  overflow: hidden;
}
.updetBox .address {
  padding: 20px 0 17px 25px;
  width: 250px;
  overflow: hidden;
  float: left;
  border-top: 3px solid #e97138;
  border-bottom: 3px solid #e97138;
}
.updetBox .address h2 a {
  text-decoration: none;
  color: #e97138;
  font-size: 18px;
}
.updetBox .address ul {
  list-style: none;
}
.updetBox .address li a {
  text-decoration: none;
  font-style: normal;
  color: #844176;
  font-size: 13px;
  line-height: 20px;
}
.updetBox li.current_page_item a,
.updetBox .address li a:hover {
  color: #e97138;
}
.updetBox .inner {
  padding: 6px 0 0 0;
  float: left;
  margin: 48px 0 0 24px;
  width: 218px;
  overflow: hidden;
  background: #86c8df;
}
.updetBox h3 {
  padding: 0 0 0px 0;
  color: #844176;
  font-size: 15px;
  text-align: center;
}
.updetBox p {
  padding: 0 15px 17px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.updetBox a.yes {
  padding-top: 20px;
  width: 112px;
  height: 54px;
  float: left;
  display: block;
  text-decoration: none;
  background: url(images/yes-btn1.png) no-repeat;
}
.updetBox a.yes:hover {
  color: #e97138;
}
.updetBox a.yes span {
  padding-top: 33px;
  width: 113px;
  margin-top: -28px;
  display: block;
  color: #fff;
  float: left;
  font-size: 30px;
  background: url(images/arrow2.png) center 0px no-repeat;
  text-align: center;
}
.updetBox a.no {
  padding-top: 20px;
  width: 106px;
  height: 54px;
  float: left;
  display: block;
  text-decoration: none;
  background: url(images/no-btn1.png) no-repeat;
}
.updetBox a.no span {
  padding-top: 33px;
  width: 106px;
  margin-top: -28px;
  display: block;
  color: #fff;
  float: left;
  font-size: 30px;
  background: url(images/arrow2.png) center 0px no-repeat;
  text-align: center;
}
.updetBox a.no:hover {
  color: #e97138;
}
.updetBox .link .form {
  padding-top: 35px;
  float: right;
  width: 251px;
}
.updetBox fieldset {
  border: 0px;
}
.updetBox label {
  padding: 15px 0 9px 27px;
  display: block;
  font-weight: bold;
  color: #bebebc;
  font-size: 13px;
}
.updetBox .field {
  margin-left: 12px;
  padding: 5px;
  width: 181px;
  color: #d6d6d5;
  font-style: italic;
  font-size: 11px;
  border: 0px;
  float: left;
  height: 24px;
  background: url(images/field.png) no-repeat;
}
.updetBox .widget {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 275px;
}
.updetBox .widget img {
  margin: 0 auto;
  padding-top: 40px;
}

/* ### link box ### */
.linkBox {
  padding-top: 50px;
  /* width: 211px; */
  overflow: hidden;
}
.linkBox .link {
  padding: 10px 0 7px 23px;
  width: 186px;
  overflow: hidden;
  border-top: 2px solid #e97138;
  border-bottom: 2px solid #e97138;
}
.linkBox h2 a {
  text-decoration: none;
  color: #b8b8b8;
  font-size: 15px;
}
.linkBox ul {
  list-style: none;
}
.linkBox li {
  width: 100%;
  overflow: hidden;
  line-height: 17px;
  float: left;
}
.linkBox li a {
  color: #b8b8b8;
  font-size: 12px;
  text-decoration: none;
}
.linkBox li a:hover,
.linkBox li.current_page_item a {
  color: #ec7239;
}
.linkBox .form {
  padding: 44px 0 17px 13px;
  float: left;
  width: 180px;
}
.linkBox fieldset {
  border: 0px;
}
.linkBox label {
  padding: 15px 0 2px 0;
  display: block;
  font-weight: bold;
  color: #bebebc;
  font-size: 14px;
}
.linkBox .field {
  padding: 5px;
  width: 181px;
  color: #d6d6d5;
  font-style: italic;
  font-size: 11px;
  border: 0px;
  float: left;
  height: 24px;
  background: url(images/field.png) no-repeat;
}

/* ### footer container ### */
#footerCntr {
  padding: 0 0 17px 0;
  overflow: hidden;
  width: 960px;
}
#footerCntr.subpage {
  padding: 0px 0 17px 0;
}

/* ### footer box ### */
.footerBox {
  padding: 8px 10px 0px 17px;
  width: 929px;
  overflow: hidden;
  border: 2px solid #cac8c8;
  border-bottom: 0px;
  background: url(images/footger-bg.png) left bottom no-repeat;
}
.footerBox .first {
  float: left;
  width: 240px;
}
.footerBox .gap {
  padding-bottom: 16px;
  overflow: hidden;
}
.footerBox h2 {
  color: #a0a09e;
  font-size: 15px;
}
.footerBox ul {
  list-style: none;
}
.footerBox li {
  padding-bottom: 17px;
  width: 100%;
  overflow: hidden;
  float: left;
}
.footerBox li a {
  text-decoration: none;
  color: #a0a09e;
  font-weight: bold;
  font-size: 15px;
}
.footerBox li a:hover,
.footerBox li.current-menu-item li:hover a,
.footerBox li.current-menu-parent a,
.footerBox li.current-menu-item a {
  color: #e97138;
}
.footerBox li.current-menu-parent li:hover a,
.footerBox li.current-menu-parent li.current-menu-item a {
  color: #e97138 !important;
}
.footerBox li.current-menu-parent li a,
.footerBox li.current-menu-item li a {
  color: #a0a09e;
}
.footerBox li ul {
  display: block;
  list-style: none;
}
.footerBox li li {
  padding-bottom: 0px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.footerBox li li a,
li.normal a {
  text-decoration: none;
  color: #a0a09e;
  font-weight: normal;
  line-height: 17px;
  font-size: 12px;
}
.footerBox li li a:hover {
  color: #e97138;
}
.footerBox .sec {
  padding-right: 20px;
  float: left;
  width: 220px;
}
.footerBox .third {
  padding-right: 20px;
  float: left;
  width: 219px;
}
.footerBox .form {
  padding-right: 20px;
  float: right;
  width: 190px;
}
.footerBox .contact {
  float: right;
  width: 201px;
}
.footerBox fieldset {
  border: 0px;
}
.footerBox label {
  padding: 15px 0 9px 0;
  display: block;
  font-weight: bold;
  color: #bebebc;
  font-size: 14px;
}
.footerBox .field {
  padding: 5px;
  width: 181px;
  color: #d6d6d5;
  font-style: italic;
  font-size: 11px;
  border: 0px;
  float: left;
  height: 24px;
  background: url(images/field.png) no-repeat;
}
.nonesubmit {
  display: none;
}
.form li {
  float: none;
}

/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 2px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/* End Images */

/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}
#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}
#commentform {
  margin: 5px 10px 0 0;
}
#commentform textarea {
  width: 100%;
  padding: 2px;
}
#respond:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
}
.commentlist li,
#commentform input,
#commentform textarea {
}
.commentlist li ul li {
  font-size: 1em;
}
.commentlist li {
  font-weight: bold;
}
.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}
.commentlist cite,
.commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}
.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}
#commentform p {
  font-family: Arial;
}
.commentmetadata {
  font-weight: normal;
}
.commentlist {
  padding: 0;
  text-align: justify;
}
.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;
}
.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
}
.commentlist p {
  margin: 10px 5px 10px 0;
}
.children {
  padding: 0;
}
#commentform p {
  margin: 5px 0;
}
.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}
.commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}
#wp-calendar a {
  display: block;
}
#wp-calendar caption {
  text-align: center;
  width: 100%;
}
#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}
#wp-calendar td.pad:hover {
  /* Doesn't work in IE */
  background-color: #fff;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  font-size: 9pt;
}
#wp-calendar a {
  text-decoration: none;
}
#wp-calendar caption {
  font: bold 1.3em "Lucida Grande", Verdana, Arial, Sans-Serif;
  text-align: center;
}
#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps {
  cursor: help;
}
acronym,
abbr {
  border-bottom: 1px dashed #999;
}
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}
blockquote cite {
  margin: 5px 0 0;
  display: block;
}
.center {
  text-align: center;
}
.hidden {
  display: none;
}
.screen-reader-text {
  position: absolute;
  left: -1000em;
}
hr {
  display: none;
}
a img {
  border: none;
}
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End captions */

#layerslider_widget-4 {
  display: none;
}

#outer {
  width: 70px;
  height: 70px;
  background-color: Blue;
}

.widget_categories ul {
  list-style: none outside none;
}
.widget_categories li a {
  color: #844176;
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
}
.widget_categories li a:hover {
  color: #e97138;
}
.widget_categories label {
  color: #e97138;
  font-size: 18px;
  text-decoration: none;
  padding: 0px;
}

.servicemenu {
  float: right;
  width: 516px;
}

.ham {
  display: none;
}

.mobile-menu {
  display: none;
}

#headerCntr .contact .kom-btn {
  width: 132px;
  background-repeat: repeat-x;
  margin-right: 36px;
}
.meldpunt {
  margin: 24px;
  font-size: 12px;
  line-height: 20px;
}

#text-10 a label {
  color: #e97138;
  font-size: 18px;
}

#twitter-widget-0 {
  padding: 0 0 0 8px !important;
}

@media only screen and (max-width: 375px) {
  #headerCntr,
  #mainCntr,
  .widgetBox,
  #contentCntr,
  #bannerCntr,
  #footerCntr,
  .footerBox,
  .menuBox,
  #centerCntr #left,
  #centerCntr.subpage #center,
  #centerCntr.subpage {
    width: 100% !important;
  }
  #headerCntr .searchbar {
    display: none;
  }
  #headerCntr .contact ul {
    margin-right: 0px;
  }
  #headerCntr .contact a {
    width: 43px;
  }
  #menu-item-92 {
    display: none;
  }
  .menuBox {
    height: 110px;
  }
  #headerCntr {
    height: 175px;
    top: 42px;
  }
  #centerCntr {
    margin-top: 20px;
  }
  .hidden-xs {
    display: none;
  }
  .paginaBox,
  .textBox {
    width: 90%;
  }
  div.left,
  div.center,
  div.right {
    width: 94% !important;
    margin-bottom: 15px;
    margin-left: 0px !important;
  }
  #mainCntr {
    padding: 0px;
  }
  table {
    width: 100% !important;
    position: relative;
    left: -20px;
  }
  table td {
    width: 50% !important;
  }
  form {
    display: block;
  }
  .onlineBox {
    width: 100%;
  }
  #centerCntr #leftside {
    width: 94%;
  }
  .onlineBox li {
    width: 86% !important;
  }
  .onlineBox li .right {
    float: none;
  }
  .onlineBox li .left {
    float: none;
  }
  .onlineBox li .right1 label {
    float: none;
    width: 100%;
  }
  .onlineBox li .right1 {
    width: 100%;
  }
}

#cookie-notice {
  color: rgb(0, 0, 0) !important;
  background-color: rgb(245, 245, 245) !important;
  border-top: 1px solid #ddd;
}

.cookie-notice-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  text-align: left !important;
  font-size: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .cookie-notice-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .cookie-notice-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cookie-notice-container {
    width: 1170px;
  }
}
.cookie-notice-container .button {
  float: right;
  position: absolute;
  right: 0px;
  width: 20%;
  text-transform: uppercase;
  border-radius: 0px !important;
  background: #54d875 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  color: #fff;
  border: 2px solid #54d875 !important;
  font-weight: bold;
  text-shadow: none !important;
  box-shadow: none !important;
}
.cookie-notice-container span a {
  color: #0432ff;
  text-decoration: underline;
}
.cookie-notice-container span a:hover {
  text-decoration: none;
}
.cookie-notice-container .button:hover {
  border: 2px solid #4fc96d !important;
  background: #4fc96d !important;
}
.cookie-notice-container #cn-refuse-cookie {
  top: 75px;
  border: 2px solid #ddd !important;
  background-color: rgb(245, 245, 245) !important;
  color: #000 !important;
}
.cookie-notice-container #cn-refuse-cookie:hover {
  border-color: red !important;
}
.cookie-notice-container span {
  display: inline-block;
  width: 78%;
}
@media only screen and (min-device-width: 221px) and (max-device-width: 736px) {
  .cookie-notice-container {
    font-size: 10px;
  }
  .cookie-notice-container span {
    width: 100%;
  }

  .cookie-notice-container .button {
    width: 48%;
    position: relative;
    top: 0px !important;
    margin-left: 0px !important;
    margin-top: 15px;
    margin-bottom: 35px !important;
    font-size: 10px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .cookie-notice-container #cn-refuse-cookie {
    float: left !important;
  }
  .menuBox li {
    float: unset;
    text-align: center;
    padding-top: 20px;
    height: unset;
  }
  .menuBox li:nth-child(3) {
    margin: 0 auto;
    left: 0px;
    right: 0px;
    order: 99;
    background-color: #fff;
    width: 270px;
    height: 50px;
    border: 2px solid #c9c8c8;
    padding-top: 0px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
  }
  .menuBox li a {
    border-top: 0px;
    padding: 0px;
  }
  .menuBox li a:hover,
  .menuBox li.current-menu-item li:hover a,
  .menuBox li.current-menu-parent a,
  .menuBox li.current-menu-item a {
    border-top: 0px;
  }
  .hamburger {
    display: inline-block;
  }
  .menu-mainmenu-container {
    display: none;
  }
  .mobile-menu .menu {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu {
    z-index: 999;
    position: fixed;
    background-color: #f2f2f2;
    height: 100vh;
    width: 0%;
    box-sizing: border-box;
    margin-top: 46px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu.show {
    width: 100%;
    display: block;
    border: 2px solid #c9c8c8;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .mobile-menu .buttons {
    position: relative;
  }
  .mobile-menu .kom-btn {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 20px;
    background-color: #fff;
    width: 270px;
    height: 50px;
    border: 2px solid #c9c8c8;
  }
  .mobile-menu .kom-btn img {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 10px;
  }
  .mobile-menu .kom-btn.klacht {
    top: 0px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    color: #844176;
  }
  .mobile-menu.show .menu-mainmenu-container {
    display: unset;
  }
  #headerCntr .mobile-menu.show .searchbar {
    display: unset;
    background-color: #fff;
    border: 2px solid #c9c8c8;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    position: absolute;
    top: 94px;
    width: 270px;
    height: 50px;
  }
  #headerCntr .mobile-menu.show #searchform input {
    width: 215px;
    font-size: 14px;
    margin-top: 3px;
    font-style: italic;
  }
  #headerCntr .mobile-menu.show .searchbar #searchsubmit {
    background: url(images/search.png) no-repeat scroll 0 14px transparent !important;
    width: 20px;
  }
  body.show {
    overflow: hidden;
    position: relative;
  }
  .menuBox {
    top: -45px;
    height: 50px;
  }
  .menuBox button {
    font-size: 30px;
    color: #844176;
    float: right;
    margin-right: 20px;
  }
  .ham {
    display: unset;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 30px;
    height: 5px;
    background-color: #844176;
    margin: 4px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
  #headerCntr .servicemenu .contact .kom-btn {
    display: none;
  }
  #headerCntr .servicemenu .contact .menu-topmenu-container li:last-child a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    height: 25px;
    line-height: 25px;
    width: 35px;
    padding-right: 0px;
    margin-right: 20px;
    margin-top: 20px;
  }
  #headerCntr a.logo img {
    height: auto;
    width: 220px;
    margin-top: 15px;
  }
  .bannerBox .ls-nav-prev {
    background: url(images/prev-btn-small.png) no-repeat;
    height: 22px;
    margin-top: 100px;
  }
  .bannerBox .ls-nav-next {
    background: url(images/next-btn-small.png) no-repeat;
    height: 22px;
    margin-top: 100px;
  }
  .bannerBox .ls-defaultskin .ls-nav-prev,
  .ls-defaultskin .ls-nav-next {
    height: 22px;
  }
  #layerslider_2 {
    position: absolute;
    left: 0px;
  }
  #layerslider_widget-2 {
    display: none;
  }
  #layerslider_widget-4 {
    display: unset;
  }
  .bannerBox .ls-nav-next {
    width: 25px;
  }
  .bannerBox {
    height: 180px;
  }
}
