html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;

}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@font-face {
    font-family: 'din_lightregular';
    src: url('fonts/dinlight-webfont.eot');
    src: url('fonts/dinlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinlight-webfont.woff') format('woff'),
         url('fonts/dinlight-webfont.ttf') format('truetype'),
         url('fonts/dinlight-webfont.svg#din_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_mediumregular';
    src: url('fonts/ufonts.com_din_medium-webfont.eot');
    src: url('fonts/ufonts.com_din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_din_medium-webfont.woff') format('woff'),
         url('fonts/ufonts.com_din_medium-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_din_medium-webfont.svg#din_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_boldregular';
    src: url('fonts/DIN-Bold.eot');
    src: url('fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN-Bold.woff2') format('woff2'),
        url('fonts/DIN-Bold.woff') format('woff'),
        url('fonts/DIN-Bold.ttf') format('truetype'),
        url('fonts/DIN-Bold.svg#DIN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Chronicle Display';
    src: url('fonts/ChronicleDisplay-Italic.eot');
    src: url('fonts/ChronicleDisplay-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChronicleDisplay-Italic.woff2') format('woff2'),
        url('fonts/ChronicleDisplay-Italic.woff') format('woff'),
        url('fonts/ChronicleDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DINPro';
    src: url('fonts/DINPro-Black.eot');
    src: url('fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/DINPro-Black.woff2') format('woff2'),
        url('fonts/DINPro-Black.woff') format('woff'),
        url('fonts/DINPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Chronicle Display Roman';
    src: url('fonts/ChronicleDisplay-Roman.eot');
    src: url('fonts/ChronicleDisplay-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChronicleDisplay-Roman.woff2') format('woff2'),
        url('fonts/ChronicleDisplay-Roman.woff') format('woff'),
        url('fonts/ChronicleDisplay-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chronicle Display Bold';
    src: url('fonts/ChronicleDisplay-Bold.eot');
    src: url('fonts/ChronicleDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ChronicleDisplay-Bold.woff2') format('woff2'),
        url('fonts/ChronicleDisplay-Bold.woff') format('woff'),
        url('fonts/ChronicleDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.c2a {
  position: absolute;
  top: -30px;
  left: 0px;
}

.c2a img {
  width: 150px;
}

.c2a:hover {
  opacity: 0.5;
}

.c2a_mobile {
  position: absolute;
  top: 57px;
  right: 5px;
}

.c2a_mobile img {
  width: 77px;
}

.c2a_mobile:hover {
  opacity: 0.5;
}



#ng_wrapper {
  /*max-width: 1008px;*/
  margin: 0 auto;
  margin-top: 185px;
}

#ng_header {
  position: fixed;
  top: 0;
  margin: 0 auto;
  background-color: white;
  height: 240px;
  width: 100%;
  z-index: 10;
}

#ng_header #ng_logo_and_side {
  text-align: center;
  position: relative;
  width: 1166px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
}

#ng_header #ng_logo_and_side #ng_side_menu {
  position: absolute;
  text-align: right;
  top: -48px;
  font-size: 12px;
  font-family: "din_lightregular";
  font-weight: normal;
  line-height: 170%;
  right: 3px;
}

#ng_header #ng_logo_and_side #ng_side_menu a {
  color: #4d1017;
  text-decoration: none;
}

#ng_header #ng_logo_and_side #ng_side_menu a:hover {
  text-decoration: underline;
  color: #4d1017;
}



/**
   * MENU
   *
   *
   */

#ng_header #ng_menu {
  height: 17px;
  /*width: 100%;*/
  min-width: 850px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: "din_lightregular";
  font-weight: normal;
  padding-top: 20px;
  margin-bottom: 1px;
  color: #7f614d;
  margin-bottom: 41px;
  display: flex;
  justify-content: space-around;
  max-width: 1170px;
  margin: 0 auto;
}

#ng_header #ng_menu a {
  color: #4d1017;
  text-decoration: none;
  margin-right: 0px;
  /* margin-right: 110px; */
}

#ng_header #ng_menu a {
  display: block;
  width: 100%;
}

#ng_header #ng_menu a.ng_main_menu {
  display: inline;
  width: auto;
}

@media (max-width: 1077px) {
  #ng_header #ng_menu a { 
    /* margin-right: 58px; */
  }
}

#ng_header #ng_menu li:last-child a {
  /* margin-right: 0px; */
}

#ng_header #ng_menu a:hover {
  /*text-decoration: underline;*/
  color: #7f614d;
}


#ng_header #ng_menu .active {
  color: #7f614d;
}



/**
   * SUB MENU
   *
   *
   */

#ng_header #ng_menu ul {
  list-style: none;
}

#ng_header #ng_menu li {
  display: inline;
  position: relative;
  padding-bottom: 8px;
}

#ng_header #ng_menu li ul {
  text-align: left;
  position: absolute;
  top: 16px;
  left: -19px;
  background: white;
  width: 300px;
  -moz-box-shadow: 0px 4px 10px #333;
  -webkit-box-shadow: 0px 4px 10px #333;
  box-shadow: 0px 4px 10px #333;
  overflow: scroll;
  padding-bottom: 10px;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  max-height: 450px;
  padding: 20px;
}

#ng_header #ng_menu li:hover ul {
  display: block;
}

#ng_header #ng_menu li ul li {
  padding-top: 2px;
  clear: both;
  border-style: none;
  display: list-item;
  /* text-align: center; */
  margin-bottom: 10px;
  text-transform: lowercase;
}

#ng_header .ng_submenu {
  padding: 0px 15px 15px 15px;
}

#ng_header .ng_submenu .ng_subcat {
  /* margin-bottom: 20px; */
  font-weight: normal;
  /* width: 190px; */
  float: left;
  /* text-align: center; */
  width: 100%;
}

.ng_subcat_items {
  display: none;
  margin-top: 7px;
}

#ng_header .ng_submenu .ng_highlight {
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 5px solid #828282;
  position: absolute;
  top: 0px;
}

#ng_header .ng_submenu .ng_subcat .ng_subcat_title {
  font-weight: normal;
  text-transform: inherit;
  font-size: 13px;
  /* line-height: 131%; */
  /* margin-bottom: 10px; */
  margin-top: 14px;
  margin-left: 1px;
  cursor: pointer;
}

#ng_header .ng_submenu .ng_subcat .ng_subcat_item {
  font-size: 12px;
  margin-left: 20px;
  margin-bottom: 9px;
  text-transform: lowercase;
}

.ng_subcat_item a:hover {
  text-decoration: underline !important;
  color: #4d1017 !important;
}



/**
   * IMG BOARD
   *
   *
   */

#ng_wrapper #ng_imgboard {
  padding-left: 0px;
  padding-top: 20px;
}

#ng_wrapper #ng_imgboard .ng_box {
  float: left;
}



/**
   * CONTENT
   *
   *
   */

#ng_wrapper #ng_content {
  /* background-color: #d8d8d4; */
  height: 100%;
  width: 100%;
  margin-top: 15px;
  font-family: Georgia;
}

#ng_wrapper #ng_content #ng_content_wrapper {
  /*max-width: 694px;*/
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 25px;
  text-align: justify;
  font-family: "din_lightregular";
  color: #333;
}

#ng_wrapper #ng_content #ng_content_wrapper a{
  text-decoration: none;
  color: #4d1017;
  font-weight: bold;
  font-family: "din_boldregular";
}

#ng_wrapper #ng_content #ng_content_wrapper a:hover{
  text-decoration: underline;
  cursor: pointer;
}

#ng_wrapper #ng_content #ng_content_wrapper #ng_treat_left_col {
  margin-right: 45px;
}

#ng_wrapper #ng_content #ng_content_wrapper #ng_treat_right_col {
  text-transform: lowercase;
  /*position: fixed;
  margin-left: 540px;*/
}

#ng_wrapper #ng_content #ng_content_wrapper h1, 
#ng_address_block h1 {
  font-family: "din_boldregular";
  font-weight: bold;
  font-size: 32px;
  line-height: 122% !important;
}

#ng_wrapper #ng_content #ng_content_wrapper h3 {
	font-size: 18px;
}


#ng_wrapper #ng_content #ng_content_wrapper .ng_breadcrumbs {
  padding-left: 2px;
  font-size: 12px;
  padding-top: 6px;
  font-family: "din_lightregular";
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

#ng_wrapper #ng_content #ng_content_wrapper .ng_content_col p{

}

#ng_wrapper #ng_content #ng_content_wrapper .ng_content_col .ng_question {
  text-decoration: none;
  color: #4d1017;
}

#ng_wrapper #ng_content #ng_content_wrapper .ng_content_col .ng_question:hover {
  text-decoration: underline;
  cursor: pointer;
}


#ng_wrapper #ng_content #ng_content_wrapper .ng_content_col .ng_answer {
  padding-left: 8px;
  margin-bottom: 40px;
  border-left: 1px solid #4d1017;
  margin-left: 10px;
  margin-top: 10px;
  display: none;
}

#ng_wrapper #ng_content #ng_content_wrapper h1{
  line-height: 1.05;
  text-align: left;
}

#ng_wrapper #ng_content #ng_content_wrapper h2{
  font-size: 25px;
  padding-bottom: 32px;
  font-family: "din_boldregular";
}

#ng_wrapper #ng_content #ng_content_wrapper .ng_content_col {
  font-size: 15px;
  margin-top: 20px;
  line-height: 178%;
}



/**
   * CONTACT
   *
   *
   */

#ng_wrapper #ng_content #ng_contact_wrapper {
  color: #492e25;
  line-height: 1.8;
  font-size: 13px;
  font-family: "din_lightregular";
  padding-top: 20px;
}

#ng_wrapper #ng_content #ng_contact_wrapper h1 {
  font-style: italic;
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: normal;
  line-height: 1.2;
}

#ng_wrapper #ng_content #ng_contact_bg_repeat {
  height: 598px;
  /*width:  1008px;*/
  background-color: rgb(10,9,9); /* #261c23; */
}

#ng_wrapper #ng_content #ng_contact_bg_left {
  height: 598px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("../images/contact_bg.png");
}

#ng_wrapper #ng_content #ng_address_block {
  /*height: 497px;
  width: 310px;*/
  background-color: white;
  display: block;
  float: right;
  margin: 31px;
  padding: 20px;
}

#ng_contact_form {
  /*float: left;*/
  font-style: italic;
  margin-top: 20px;
  padding-right: 20px;
}

#ng_contact_form input {
  /*width: 570px;*/
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  margin-top: 3px;
  border: 1px solid #bdbdbd;
}

#ng_contact_information {
  /*float: right;
  width: 348px;*/
  /*margin: 31px;*/
  margin-top: 20px;
}

/**
   * ACTIES
   *
   *
   */

#ng_content_wrapper .ng_actie_img {
  /*float: left;*/
}

#ng_content_wrapper .ng_actie {
  margin-bottom: 60px;
}

#ng_content_wrapper .ng_actie_content {
  padding-top: 13px;
}

#ng_content_wrapper .ng_actie_content strong {
  color: #6e453b;
  font-family: "din_mediumregular";
}

#ng_content_wrapper .ng_actie h1 {
  color: #6e453b;
  padding-bottom: 40px;
}

/**
   * ACTIES
   *
   *
   */
.ng_treatpic_title {
  /*width: 388px;*/
  margin-top: 24px;
}


/**
   * OVER ONS
   *
   *
   */

.ng_boutus .ng_img {
  width: 130px;
  margin-right: 10px;
  float: left;
}

.ng_boutus .ng_row {
  margin-bottom: 0px;
}

.ng_boutus .ng_cell1 .ng_txt {
  margin-right: 20px;
}

.ng_boutus .ng_cell1, .ng_cell2 {
  height: 280px;
  width: 327px;
}

.ng_boutus h1 {
  font-size: 18px !important;
  padding-bottom: 10px;
}


/*** navbar ***/


.navbar-default {
    z-index: 20;
    background-image: none;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.ng_navbar {
    text-transform: lowercase;
}

.ng_navbar .ng_main_menu_wrapper, .ng_navbar .ng_sub_menu_wrapper {
    display: none;
}

.ng_navbar .ng_sub_menu {
    display: block;
}

.ng_navbar a {
    text-decoration: none;
    height: 17px;
    font-size: 14px;
    font-family: "din_lightregular";
    font-weight: normal;
    color: #4d1017 !important;
    cursor: pointer;
}

.ng_main_menu {
    margin-bottom: 20px;
}

.ng_sub_menu {
    margin-bottom: 10px;
    margin-left: 25px;
}

.ng_sub_menu_item {
    margin-bottom: 10px;
    margin-left: 40px;
}

.ng_sub_menu_item:last-child {
    margin-bottom: 20px;
}

.ng_mobile_logo {
    margin-top: 85px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.ng_mobile_logo img {
    margin: 0 auto;
}

.row {
    margin: 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, .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 {
    padding: 0px;
}

.container {
    /*max-width: 1008px;*/
    padding: 0px !important;
}

.ng_padding_10_right {
    padding-right: 10px;
}

.ng_padding_10_bottom {
    padding-bottom: 10px;
}

.ng_padding_20_left {
    padding-left: 20px;
}

.ng_margin_70_top {
    margin-top: 70px;
}

.ng_center {
    margin: 0 auto;
}

.ng_clientsrow {
    width: 845px;
}

.ng_permanente_thumb {
  margin-bottom: 13px;
}

@media (max-width: 991px) {
    #ng_wrapper {
        margin-top: 20px !important;
    }

    .ng_clientsrow {
        width: inherit;
    }

    .ng_permanente_thumb {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {

    .ng_padding_10_right {
        padding-left: 5px;
        padding-right: 10px;
    }
    .ng_padding_10_left_mobile {
        padding-right: 5px;
        padding-left: 10px;
    }

    .ng_padding_5_right_mobile {
        padding-right: 10px;
    }

    .ng_padding_5_left_mobile {
        padding-left: 5px;
    }

    .ng_content_row, .ng_row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ng_padding_20_left {
        padding-left: 0px;
    }

    .ng_margin_70_top {
        margin-top: 40px;
    }

    #ng_wrapper #ng_content #ng_content_wrapper #ng_treat_left_col {
        margin-right: 0px;
    }

    #ng_contact_form {
        padding-right: 0px;
    }

    #ng_wrapper #ng_content #ng_address_block {
        margin: 10px;
    }

    .ng_permanente_thumb {
        margin-bottom: 11px;
    }
}

.treatpics_left_in_content {
  display: none;
}

@media (max-width: 767px) { 
  .treatpics_left_in_content {
    display: block;
  }

  .treatpics_right_in_content {
    display: none;
  }
}

.footer {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "din_lightregular";
  font-size: 14px;
  color: #333;
}

.footer a {
  color: #333;
  margin-right: 20px;
}

.footer a:last-child {
  margin-right: 0px;
}

.intro_txt {
  margin-bottom: 40px;
}

.ng_new_content h2 {
  font-size: 30px;
}

.ng_new_content a {
  font-weight: bold;
}

.main_title {
  font-family: "Chronicle Display";
  color: #744848;
  font-weight: bold;
  position: relative;
  top: 8px;
  font-size: 18px;
  font-style: italic;
  left: -2px;
  margin-top: 20px;
  font-size: 20px !important;
}

.dashboard {
  /*max-width: 1109px;*/
}

.dashboard .img_content {
  position: absolute;
  bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  line-height: 132%;
  padding-left: 10px;
  padding-right: 10px;
}

.dashboard .img_content .block {
  border: 3px solid white;
  display: inline-block;
  padding: 12px;
}

.dashboard a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  height: 324px;
  margin: 3px;
  font-family: 'Chronicle Display';
  color: white;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-style: italic;
  font-size: 20px;
}

.dashboard a span {
  font-family: 'DINPro';
  display: block;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 1.5px;
}

.dashboard a:hover {
  opacity: 0.6;
}

.dashboard a.video_link {
  height: 100%;
}

.txt_wrapper {
  padding-right: 30px;
}

.txt_wrapper strong, h2 {
  font-size: 25px;
  padding-bottom: 10px;
  font-family: "din_boldregular";
  display: block;
  padding-bottom: 24px;
  text-align: left;
  line-height: 125%;
}

#ng_content_wrapper, 
p, 
#ng_contact_form, 
#ng_contact_information {
  font-size: 15px;
  line-height: 178%;
}

.pre_post_pic_width {
  width: 182px;
}

@media (max-width: 1199px) {
  .pre_post_pic_width {
    width: 148px;
  }
  #ng_header #ng_logo_and_side #ng_side_menu {
    right: 100px;
  }
  .c2a {
    left: 70px;
  }
}

@media (max-width: 1077px) {
  #ng_header #ng_logo_and_side #ng_side_menu {
    right: 185px;
  }
}

@media (max-width: 991px) {
  .pre_post_pic_width {
    width: 110px;
  }
  #ng_wrapper #ng_content #ng_content_wrapper {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .txt_wrapper {
    padding-right: 0px
  }
}

@media (max-width: 499px) {
  #ng_wrapper #ng_content #ng_content_wrapper h1, 
  #ng_address_block h1 {
    font-size: 30px;
    line-height: 110% !important;
  }
}

h1 small {
  display: block;
  padding-top: 10px;
}

input[type="checkbox"] {
  height: initial !important;
  width: initial !important;
  display: block !important;
  margin-bottom: 30px !important;
}

textarea[name="message"] {
  width: 100%;
  border-color: #bdbdbd;
}

.blog .bg {
  display: block;
  height: 400px;
  width: 100%;
  background-size: cover;
  cursor: pointer;
}

.blog .col-sm-4:hover {
  opacity: 0.5;
}

.blog .col-sm-4 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  cursor: pointer;
}

.blog h2 {
  cursor: pointer;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0px !important;
}

.blog .short_txt {
  font-family: "din_lightregular" !important;
  font-weight: normal !important;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 178% !important;
}

.blog .short_txt:hover strong {
  text-decoration: underline !important;
}

.blog .row {
  margin-bottom: 25px;
}

.blog_detail {
  padding-left: 15px;
  padding-right: 15px;
}

.blog_detail h1 {
  margin-bottom: 20px;
}

.blog_detail .main_img {
  max-height: 440px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.blog_detail p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog .col-sm-4 {
    margin-bottom: 60px;
  }
}
