@font-face {
  font-family: Hind;
  src: url(../fonts/Hind-Regular.ttf);
  font-weight: normal;
}

#navbar,
.menu_bg {
  background: #e6e6e6
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn,
.modal-footer input[type="submit"]+.btn,
.modal-footer input[type="button"]+.btn,
.modal-footer input[type="reset"]+.btn,
.modal-footer button+.btn,
.modal-footer .btn+input[type="submit"],
.modal-footer input[type="submit"]+input[type="submit"],
.modal-footer input[type="button"]+input[type="submit"],
.modal-footer input[type="reset"]+input[type="submit"],
.modal-footer button+input[type="submit"],
.modal-footer .btn+input[type="button"],
.modal-footer input[type="submit"]+input[type="button"],
.modal-footer input[type="button"]+input[type="button"],
.modal-footer input[type="reset"]+input[type="button"],
.modal-footer button+input[type="button"],
.modal-footer .btn+input[type="reset"],
.modal-footer input[type="submit"]+input[type="reset"],
.modal-footer input[type="button"]+input[type="reset"],
.modal-footer input[type="reset"]+input[type="reset"],
.modal-footer button+input[type="reset"],
.modal-footer .btn+button,
.modal-footer input[type="submit"]+button,
.modal-footer input[type="button"]+button,
.modal-footer input[type="reset"]+button,
.modal-footer button+button {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group input[type="submit"]+.btn,
.modal-footer .btn-group input[type="button"]+.btn,
.modal-footer .btn-group input[type="reset"]+.btn,
.modal-footer .btn-group button+.btn,
.modal-footer .btn-group .btn+input[type="submit"],
.modal-footer .btn-group input[type="submit"]+input[type="submit"],
.modal-footer .btn-group input[type="button"]+input[type="submit"],
.modal-footer .btn-group input[type="reset"]+input[type="submit"],
.modal-footer .btn-group button+input[type="submit"],
.modal-footer .btn-group .btn+input[type="button"],
.modal-footer .btn-group input[type="submit"]+input[type="button"],
.modal-footer .btn-group input[type="button"]+input[type="button"],
.modal-footer .btn-group input[type="reset"]+input[type="button"],
.modal-footer .btn-group button+input[type="button"],
.modal-footer .btn-group .btn+input[type="reset"],
.modal-footer .btn-group input[type="submit"]+input[type="reset"],
.modal-footer .btn-group input[type="button"]+input[type="reset"],
.modal-footer .btn-group input[type="reset"]+input[type="reset"],
.modal-footer .btn-group button+input[type="reset"],
.modal-footer .btn-group .btn+button,
.modal-footer .btn-group input[type="submit"]+button,
.modal-footer .btn-group input[type="button"]+button,
.modal-footer .btn-group input[type="reset"]+button,
.modal-footer .btn-group button+button {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }
  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both
}

#header {
  background: none
}

.hidden-nav {
  background: #f8f8f8
}

#footer {
  background: #333
}

.browsehappy {
  padding: 1em 1em 1.5em 1em;
  margin-bottom: 15px;
  background: url("../images/browsehappy_bg.png") repeat-x left bottom;
  color: #e7e7e7;
  text-align: center;
  font-size: 1em
}

.browsehappy a {
  color: inherit
}

@media screen and (max-width: 767px) {
  .hide_on_mobile {
    display: none
  }
}

.show_on_mobile {
  display: none
}

@media screen and (max-width: 767px) {
  .show_on_mobile {
    display: block
  }
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.placeholder {
  color: #777
}

:-ms-input-placeholder {
  color: #777
}

::-webkit-input-placeholder {
  color: #777
}

:-moz-placeholder {
  color: #777
}

::-moz-placeholder {
  color: #777
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

body {
  min-height: 99.9%;
  font-family: "Hind", sans-serif;
  color: #505050;
  -webkit-font-smoothing: antialiased
}

.clear:before,
.clear:after {
  content: "";
  display: block;
  clear: both
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  margin: 0 0 15px 0
}

h1>a,
h1>span,
h2>a,
h2>span,
h3>a,
h3>span,
h4>a,
h4>span,
h5>a,
h5>span,
h6>a,
h6>span,
.h1>a,
.h1>span,
.h2>a,
.h2>span,
.h3>a,
.h3>span,
.h4>a,
.h4>span,
.h5>a,
.h5>span,
.h6>a,
.h6>span {
  font-size: inherit
}

h1,
.h1 {
  font-size: 36px;
  color: #505050
}

h2,
.h2 {
  font-size: 30px;
  color: #505050
}

h3,
.h3 {
  font-size: 24px;
  color: #505050
}

h4,
.h4 {
  font-size: 18px;
  color: #505050
}

h5,
.h5 {
  font-size: 14px;
  color: #505050
}

h6,
.h6 {
  font-size: 12px;
  color: #505050
}

p,
li,
a,
span {
  font-size: 14px
}

p {
  margin: 0 0 10px
}

p>a,
p>span {
  font-size: inherit
}

a,
.button,
input[type="image"] {
  cursor: pointer
}

a {
  color: #006539
}

a:hover {
  color: #004c2b
}

table {
  table-layout: fixed;
  width: auto;
  max-width: 100%
}

input,
textarea {
  font-weight: 400;
  font-family: "Hind", sans-serif
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none
}

img .alignleft {
  float: left;
  margin: 0 15px 15px 0
}

img .aligncenter {
  margin: 0 auto 15px
}

img .alignright {
  float: right;
  margin: 0 0 15px 15px
}

blockquote {
  border-width: 0 0 0 5px;
  border-color: #585858;
  padding: 10px 20px
}

blockquote p {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #006539
}

#breadcrumbs {
  font-size: 12px
}

#breadcrumbs a:hover {
  text-decoration: none
}

#breadcrumbs .bc_split {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #6a6a6a
}

#content.page .wpcf7-form {
  display: block
}

#content.page .wpcf7-form input[type="text"],
#content.page .wpcf7-form input[type="email"],
#content.page .wpcf7-form input[type="tel"],
#content.page .wpcf7-form input[type="url"],
#content.page .wpcf7-form input[type="submit"] {
  display: block;
  margin-bottom: 10px;
  border-radius: 0
}

#content.page .wpcf7-form input[type="submit"] {
  background: #006539;
  color: #fff
}

#content.page .wpcf7-form input[type="submit"]:hover,
#content.page .wpcf7-form input[type="submit"]:active {
  background: #004c2b
}

#content.page .wpcf7-form textarea {
  display: block;
  margin-bottom: 10px;
  overflow: auto;
  resize: vertical;
  border-radius: 0
}

#content.page .wpcf7-form .ajax-loader,
#content.page .wpcf7-form input[type="hidden"],
#content.page .wpcf7-form .wpcf7-not-valid-tip {
  display: none;
  visibility: hidden;
  border: 0
}

#content.page .wpcf7-form .wpcf7-not-valid {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

#content.page .wpcf7-form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px;
  border: 0;
  border-bottom: 2px solid
}

#content.page .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-bottom-color: #d9534f
}

#content.page .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-bottom-color: #5cb85c
}

#content.page .wpcf7-form>p {
  margin-bottom: 0
}

#content.page .kontaktboks input[type="text"],
#content.page .kontaktboks input[type="email"],
#content.page .kontaktboks input[type="tel"],
#content.page .kontaktboks textarea,
#content.page .kontaktboks input[type="submit"] {
  margin-bottom: 5px
}

.single-wysijap p.date {
  display: none
}

#wysija-subscriptions table {
  display: block;
  width: 100%;
  margin-bottom: 20px
}

#wysija-subscriptions th,
#wysija-subscriptions td {
  padding-bottom: 5px
}

#wysija-subscriptions th {
  text-align: left;
  vertical-align: middle
}

#wysija-subscriptions h3 {
  padding-bottom: 5px;
  padding-top: 20px;
  margin-bottom: 5px
}

#wysija-subscriptions input[type="text"],
#wysija-subscriptions input[type="email"] {
  display: block
}

form.widget_wysija.shortcode_wysija {
  display: block
}

form.widget_wysija.shortcode_wysija .wysija-paragraph {
  padding-bottom: 0;
  position: relative
}

form.widget_wysija.shortcode_wysija .wysija-paragraph .formError {
  top: auto !important;
  left: 0 !important;
  bottom: 110% !important;
  width: 100%
}

form.widget_wysija.shortcode_wysija .wysija-paragraph .formError .formErrorContent {
  width: 100%
}

#slider_wrap {
  position: relative
}

.nivoSlider {
  position: relative;
  height: auto;
  overflow: hidden;
  box-shadow: none !important;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none
}

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0
}

.nivoSlider .nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important
}

.nivoSlider .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0
}

.nivoSlider .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden
}

.nivoSlider .nivo-box img {
  display: block
}

.nivoSlider .nivo-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  overflow: hidden;
  display: none
}

.nivoSlider .nivo-caption .relative {
  height: 100%
}

.nivoSlider .nivo-caption .relative .caption_wrap {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff
}

.nivoSlider .nivo-caption .relative .caption_wrap h1,
.nivoSlider .nivo-caption .relative .caption_wrap h2 {
  font-family: "Hind", sans-serif;
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
  margin: 0
}

.nivoSlider .nivo-caption .relative .caption_wrap p {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
  margin: 0
}

.nivoSlider .nivo-caption .relative .caption_wrap p a {
  display: inline;
  color: #fff;
  text-decoration: underline
}

.nivoSlider .nivo-caption .relative .caption_wrap .button {
  display: block;
  text-align: center;
  width: 120px;
  background: #006539;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 15px;
  margin: 0
}

.nivoSlider .nivo-caption .relative .caption_wrap .button:hover {
  text-decoration: none;
  background: #004c2b
}

.nivoSlider .nivo-caption .relative .caption_wrap .button:focus {
  text-decoration: none;
  outline: 0
}

.nivoSlider .nivo-directionNav a {
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  z-index: 9;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 65px;
  text-indent: -9999px
}

.nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: 0px
}

.nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: 0px
}

.nivoSlider+.nivo-controlNav {
  text-align: right;
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  left: 0;
  max-width: 100%;
  padding: 0 15px;
  top: 20px;
  bottom: auto;
  margin: 0 auto
}

.nivoSlider+.nivo-controlNav a {
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
  margin: 0 0 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.nivoSlider+.nivo-controlNav a:first-child {
  margin-left: 0
}

.nivoSlider+.nivo-controlNav a.active {
  background: #006539
}

.nivo-html-caption {
  display: none
}

.slider_contact_wrap {
  width: 100%;
  height: 100%
}

.slider_contact_wrap.absolute {
  top: 0;
  left: 0
}

.slider_contact_wrap.absolute .container {
  height: 100%
}

.kontaktboks {
  background: #585858;
  padding: 10px;
  border-radius: 0
}

.kontaktboks input[type="text"],
.kontaktboks input[type="email"],
.kontaktboks input[type="tel"] {
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 0
}

.kontaktboks textarea {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 0
}

.kontaktboks input[type="submit"] {
  padding: 6px 12px;
  background: #006539;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0
}

.kontaktboks input[type="submit"]:hover {
  background: #004c2b
}

.kontaktboks.slider,
.kontaktboks.banner {
  background: rgba(255, 255, 255, 0.7);
  width: 300px;
  height: auto;
  position: absolute;
  z-index: 51;
  top: 50px;
  right: 100px;
  bottom: auto;
  left: auto;
  padding: 10px;
  border-radius: 0
}

.kontaktboks.slider input[type="text"],
.kontaktboks.slider input[type="email"],
.kontaktboks.slider input[type="tel"],
.kontaktboks.banner input[type="text"],
.kontaktboks.banner input[type="email"],
.kontaktboks.banner input[type="tel"] {
  margin: 0 0 5px;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 0
}

.kontaktboks.slider textarea,
.kontaktboks.banner textarea {
  margin: 0 0 5px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 0
}

.kontaktboks.slider input[type="submit"],
.kontaktboks.banner input[type="submit"] {
  margin: 0 0 5px;
  padding: 6px 12px;
  background: #006539;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0
}

.kontaktboks.slider input[type="submit"]:hover,
.kontaktboks.banner input[type="submit"]:hover {
  background: #004c2b
}

.fb-like {
  display: inline-block
}

.fb-page {
  display: block
}

#banner {
  margin: 0 0 20px
}

#banner img {
  display: block;
  width: 100%
}

.google_map {
  margin: 0 0 20px
}

.google_map .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.05)
}

.google_map iframe {
  display: block;
  width: 100%;
  height: 150px
}

@media screen and (min-width: 480px) {
  .google_map iframe {
    height: 250px
  }
}

@media screen and (min-width: 768px) {
  .google_map iframe {
    height: 300px
  }
}

@media screen and (min-width: 992px) {
  .google_map iframe {
    height: 400px
  }
}

.simple_gallery .img_wrap {
  margin-bottom: 20px
}

.simple_gallery .img_wrap a {
  display: block;
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 0
}

.simple_gallery .img_wrap a img {
  display: block;
  width: 100%;
  max-height: 100%
}

#quicklinks {
  background: #fff
}

#quicklinks article,
#quicklinks>div>a {
  display: block;
  padding: 5px;
  margin: 0 0 10px;
  background: #585858;
  border: 1px solid #ccc;
  border-radius: 0
}

#quicklinks article .image_wrap,
#quicklinks>div>a .image_wrap {
  margin: 0 0 10px;
  overflow: hidden
}

#quicklinks article .image_wrap .image,
#quicklinks>div>a .image_wrap .image {
  background-size: cover !important;
  height: 250px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

@media screen and (min-width: 480px) {
  #quicklinks article .image_wrap .image,
  #quicklinks>div>a .image_wrap .image {
    height: 200px
  }
}

@media screen and (min-width: 768px) {
  #quicklinks article .image_wrap .image,
  #quicklinks>div>a .image_wrap .image {
    height: 150px
  }
}

@media screen and (min-width: 992px) {
  #quicklinks article .image_wrap .image,
  #quicklinks>div>a .image_wrap .image {
    height: 150px
  }
}

#quicklinks article .text,
#quicklinks>div>a .text {
  padding: 5px;
  min-height: 120px
}

@media screen and (max-width: 767px) {
  #quicklinks article .text,
  #quicklinks>div>a .text {
    min-height: 0
  }
}

#quicklinks article .text .button,
#quicklinks>div>a .text .button {
  display: block;
  text-align: center;
  width: 100%;
  background: #006539;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 15px
}

#quicklinks article .text .button:hover,
#quicklinks>div>a .text .button:hover {
  text-decoration: none;
  background: #004c2b
}

#quicklinks article .text .button:focus,
#quicklinks>div>a .text .button:focus {
  text-decoration: none;
  outline: 0
}

#quicklinks article:hover,
#quicklinks>div>a:hover {
  text-decoration: none
}

#quicklinks article:hover .image_wrap .image,
#quicklinks>div>a:hover .image_wrap .image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.sidebar_items .sidebar_item {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px;
  margin: 0 0 10px
}

.sidebar_items .sidebar_item img {
  display: block;
  width: 100%;
  margin: 0 0 10px
}

.sidebar_items .sidebar_item .text {
  padding: 5px
}

.sidebar_items .sidebar_item .text .button {
  display: block;
  text-align: center;
  width: 100%;
  background: #006539;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 15px
}

.sidebar_items .sidebar_item .text .button:hover {
  text-decoration: none;
  background: #004c2b
}

.sidebar_items .sidebar_item .text .button:focus {
  text-decoration: none;
  outline: 0
}

#footer {
  color: #585858;
  font-size: 12px;
  padding: 30px 0
}

#footer a {
  color: #006539
}

#category_tree_menu,
#page_tree_menu {
  display: block;
  list-style: none
}

#category_tree_menu li.cat-item,
#category_tree_menu li.page_item,
#page_tree_menu li.cat-item,
#page_tree_menu li.page_item {
  display: block
}

#category_tree_menu li.cat-item a,
#category_tree_menu li.page_item a,
#page_tree_menu li.cat-item a,
#page_tree_menu li.page_item a {
  display: block;
  text-decoration: none;
  line-height: 32px;
  padding-left: 10px;
  color: #333
}

#category_tree_menu li.cat-item a:hover,
#category_tree_menu li.page_item a:hover,
#page_tree_menu li.cat-item a:hover,
#page_tree_menu li.page_item a:hover {
  background: #ccc;
  color: #222
}

#category_tree_menu li.cat-item ul.children,
#category_tree_menu li.page_item ul.children,
#page_tree_menu li.cat-item ul.children,
#page_tree_menu li.page_item ul.children {
  display: none
}

#category_tree_menu li.cat-item ul.children a,
#category_tree_menu li.page_item ul.children a,
#page_tree_menu li.cat-item ul.children a,
#page_tree_menu li.page_item ul.children a {
  padding-left: 20px
}

#category_tree_menu li.cat-item ul.children ul.children a,
#category_tree_menu li.page_item ul.children ul.children a,
#page_tree_menu li.cat-item ul.children ul.children a,
#page_tree_menu li.page_item ul.children ul.children a {
  padding-left: 30px
}

#category_tree_menu li.cat-item.current-cat>a,
#category_tree_menu li.cat-item.current_page_item>a,
#category_tree_menu li.page_item.current-cat>a,
#category_tree_menu li.page_item.current_page_item>a,
#page_tree_menu li.cat-item.current-cat>a,
#page_tree_menu li.cat-item.current_page_item>a,
#page_tree_menu li.page_item.current-cat>a,
#page_tree_menu li.page_item.current_page_item>a {
  display: block;
  background: #585858;
  color: #333
}

#category_tree_menu li.cat-item.current-cat>a:hover,
#category_tree_menu li.cat-item.current_page_item>a:hover,
#category_tree_menu li.page_item.current-cat>a:hover,
#category_tree_menu li.page_item.current_page_item>a:hover,
#page_tree_menu li.cat-item.current-cat>a:hover,
#page_tree_menu li.cat-item.current_page_item>a:hover,
#page_tree_menu li.page_item.current-cat>a:hover,
#page_tree_menu li.page_item.current_page_item>a:hover {
  background: #ccc;
  color: #222
}

#category_tree_menu li.cat-item.current-cat>ul.children,
#category_tree_menu li.cat-item.current_page_item>ul.children,
#category_tree_menu li.page_item.current-cat>ul.children,
#category_tree_menu li.page_item.current_page_item>ul.children,
#page_tree_menu li.cat-item.current-cat>ul.children,
#page_tree_menu li.cat-item.current_page_item>ul.children,
#page_tree_menu li.page_item.current-cat>ul.children,
#page_tree_menu li.page_item.current_page_item>ul.children {
  display: block
}

#category_tree_menu li.cat-item.current-cat-parent>a,
#category_tree_menu li.cat-item.current_page_ancestor>a,
#category_tree_menu li.page_item.current-cat-parent>a,
#category_tree_menu li.page_item.current_page_ancestor>a,
#page_tree_menu li.cat-item.current-cat-parent>a,
#page_tree_menu li.cat-item.current_page_ancestor>a,
#page_tree_menu li.page_item.current-cat-parent>a,
#page_tree_menu li.page_item.current_page_ancestor>a {
  display: block;
  background: #585858;
  color: #333
}

#category_tree_menu li.cat-item.current-cat-parent>a:hover,
#category_tree_menu li.cat-item.current_page_ancestor>a:hover,
#category_tree_menu li.page_item.current-cat-parent>a:hover,
#category_tree_menu li.page_item.current_page_ancestor>a:hover,
#page_tree_menu li.cat-item.current-cat-parent>a:hover,
#page_tree_menu li.cat-item.current_page_ancestor>a:hover,
#page_tree_menu li.page_item.current-cat-parent>a:hover,
#page_tree_menu li.page_item.current_page_ancestor>a:hover {
  background: #ccc;
  color: #222
}

#category_tree_menu li.cat-item.current-cat-parent>ul.children,
#category_tree_menu li.cat-item.current_page_ancestor>ul.children,
#category_tree_menu li.page_item.current-cat-parent>ul.children,
#category_tree_menu li.page_item.current_page_ancestor>ul.children,
#page_tree_menu li.cat-item.current-cat-parent>ul.children,
#page_tree_menu li.cat-item.current_page_ancestor>ul.children,
#page_tree_menu li.page_item.current-cat-parent>ul.children,
#page_tree_menu li.page_item.current_page_ancestor>ul.children {
  display: block
}

#category_tree_menu>li:first-child,
#page_tree_menu>li:first-child {
  display: block;
  line-height: 50px;
  background: #006539;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border: 0;
  border-radius: 0 0 0 0
}

.news_headline h3 {
  font-size: 22px;
  margin: 0 0 2px;
  padding: 8px 0
}

.news_link {
  display: inline-block;
  font-size: 14px;
  padding: 8px 0
}

.news_section {
  margin: 0 0 20px
}

.news_section article {
  background: #585858;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 0
}

.news_section article .date {
  width: 53px;
  border: 0;
  border-radius: 0;
  margin: 0 20px 20px 0
}

.news_section article .date .day {
  border-radius: 0 0 0 0;
  line-height: 45px;
  background: #fff;
  font-size: 25px;
  font-weight: 700;
  color: #333
}

.news_section article .date .month {
  border-radius: 0 0 0 0;
  line-height: 26px;
  background: #333;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase
}

.news_section article h2 {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  margin: 0 0 5px
}

.news_section article p {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin: 0
}

.hidden-nav {
  display: none
}

.hidden-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101
}

.hidden-nav .navbar-default {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  margin-bottom: 0
}

.pagination_page {
  display: none
}

.pagination_page.active {
  display: block
}

ul.pagination {
  border-radius: 0
}

ul.pagination>li {
  padding: 0 !important;
  list-style: none !important;
  background: none !important
}

ul.pagination>li>a {
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #006539;
  background: #fff
}

ul.pagination>li>a:hover {
  background: #ebebeb;
  color: #003c22
}

ul.pagination>li.active>a {
  background: #006539;
  border: 1px solid #006539;
  color: #fff
}

ul.pagination>li.disabled>a {
  color: #777
}

ul.pagination>li:first-child>a {
  border-radius: 0 0 0 0
}

ul.pagination>li:last-child>a {
  border-radius: 0 0 0 0
}

#comments h2.comments-title {
  margin: 15px 0;
  color: #505050;
  font-size: 24px
}

#comments .comment-list li {
  list-style: none;
  margin-bottom: 15px
}

#comments .comment-list li .avatar,
#comments .comment-list li>img:first-child {
  float: left
}

#comments .comment-list li .comment-content {
  padding-left: 58px
}

#comments .comment-list li .comment-content>p:first-child {
  border-bottom: 1px solid #ccc
}

#comments .comment-list li ol.children {
  margin-left: 30px;
  margin-top: 15px
}

#comments #respond h3#reply-title {
  margin: 15px 0;
  color: #505050;
  font-size: 20px
}

#comments #respond label {
  font-weight: 700
}

#comments #respond textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0 0 15px
}

#comments #respond input[type="submit"] {
  padding: 6px 12px;
  border: 0;
  background: #006539;
  color: #fff;
  border-radius: 0
}

::-moz-selection {
  background: #006539;
  color: #fff
}

::selection {
  background: #006539;
  color: #fff
}

.btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.btn:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus,
.btn.focus,
input.focus[type="submit"],
input.focus[type="button"],
input.focus[type="reset"],
button.focus {
  color: #333;
  text-decoration: none
}

.btn:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active,
.btn.active,
input.active[type="submit"],
input.active[type="button"],
input.active[type="reset"],
button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
input.disabled[type="submit"],
input.disabled[type="button"],
input.disabled[type="reset"],
button.disabled,
.btn[disabled],
input[disabled][type="submit"],
input[disabled][type="button"],
input[disabled][type="reset"],
button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="button"],
fieldset[disabled] input[type="reset"],
fieldset[disabled] button {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-primary,
#wysija-subscriptions .button-primary.wysija,
form.widget_wysija.shortcode_wysija input[type="submit"] {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary:hover,
#wysija-subscriptions .button-primary.wysija:hover,
form.widget_wysija.shortcode_wysija input[type="submit"]:hover,
.btn-primary:focus,
#wysija-subscriptions .button-primary.wysija:focus,
form.widget_wysija.shortcode_wysija input[type="submit"]:focus,
.btn-primary.focus,
#wysija-subscriptions .focus.button-primary.wysija,
form.widget_wysija.shortcode_wysija input.focus[type="submit"],
.btn-primary:active,
#wysija-subscriptions .button-primary.wysija:active,
form.widget_wysija.shortcode_wysija input[type="submit"]:active,
.btn-primary.active,
#wysija-subscriptions .active.button-primary.wysija,
form.widget_wysija.shortcode_wysija input.active[type="submit"],
.open>.dropdown-toggle.btn-primary,
#wysija-subscriptions .open>.dropdown-toggle.button-primary.wysija,
form.widget_wysija.shortcode_wysija .open>input.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-danger,
input[type="reset"] {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger:hover,
input[type="reset"]:hover,
.btn-danger:focus,
input[type="reset"]:focus,
.btn-danger.focus,
input.focus[type="reset"],
.btn-danger:active,
input[type="reset"]:active,
.btn-danger.active,
input.active[type="reset"],
.open>.dropdown-toggle.btn-danger,
.open>input.dropdown-toggle[type="reset"] {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>input[type="submit"],
.btn-group-lg>input[type="button"],
.btn-group-lg>input[type="reset"],
.btn-group-lg>button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>input[type="submit"],
.btn-group-sm>input[type="button"],
.btn-group-sm>input[type="reset"],
.btn-group-sm>button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn,
.btn-group-xs>input[type="submit"],
.btn-group-xs>input[type="button"],
.btn-group-xs>input[type="reset"],
.btn-group-xs>button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%
}

.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777;
  opacity: 1
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777
}

.form-control[disabled],
input[disabled][type="text"],
input[disabled][type="email"],
input[disabled][type="tel"],
input[disabled][type="url"],
input[disabled][type="password"],
select[disabled],
textarea[disabled],
.form-control[readonly],
input[readonly][type="text"],
input[readonly][type="email"],
input[readonly][type="tel"],
input[readonly][type="url"],
input[readonly][type="password"],
select[readonly],
textarea[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="password"],
fieldset[disabled] select,
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

textarea.form-control,
textarea {
  height: auto
}

input[type="search"] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto
}

.form-group-sm .form-control,
.form-group-sm input[type="text"],
.form-group-sm input[type="email"],
.form-group-sm input[type="tel"],
.form-group-sm input[type="url"],
.form-group-sm input[type="password"],
.form-group-sm select,
.form-group-sm textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.form-group-sm .form-control,
select.form-group-sm input[type="text"],
select.form-group-sm input[type="email"],
select.form-group-sm input[type="tel"],
select.form-group-sm input[type="url"],
select.form-group-sm input[type="password"],
select.form-group-sm select,
select.form-group-sm textarea {
  height: 30px;
  line-height: 30px
}

textarea.form-group-sm .form-control,
textarea.form-group-sm input[type="text"],
textarea.form-group-sm input[type="email"],
textarea.form-group-sm input[type="tel"],
textarea.form-group-sm input[type="url"],
textarea.form-group-sm input[type="password"],
textarea.form-group-sm select,
textarea.form-group-sm textarea,
select[multiple].form-group-sm .form-control,
select[multiple].form-group-sm input[type="text"],
select[multiple].form-group-sm input[type="email"],
select[multiple].form-group-sm input[type="tel"],
select[multiple].form-group-sm input[type="url"],
select[multiple].form-group-sm input[type="password"],
select[multiple].form-group-sm select,
select[multiple].form-group-sm textarea {
  height: auto
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto
}

.form-group-lg .form-control,
.form-group-lg input[type="text"],
.form-group-lg input[type="email"],
.form-group-lg input[type="tel"],
.form-group-lg input[type="url"],
.form-group-lg input[type="password"],
.form-group-lg select,
.form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.form-group-lg .form-control,
select.form-group-lg input[type="text"],
select.form-group-lg input[type="email"],
select.form-group-lg input[type="tel"],
select.form-group-lg input[type="url"],
select.form-group-lg input[type="password"],
select.form-group-lg select,
select.form-group-lg textarea {
  height: 46px;
  line-height: 46px
}

textarea.form-group-lg .form-control,
textarea.form-group-lg input[type="text"],
textarea.form-group-lg input[type="email"],
textarea.form-group-lg input[type="tel"],
textarea.form-group-lg input[type="url"],
textarea.form-group-lg input[type="password"],
textarea.form-group-lg select,
textarea.form-group-lg textarea,
select[multiple].form-group-lg .form-control,
select[multiple].form-group-lg input[type="text"],
select[multiple].form-group-lg input[type="email"],
select[multiple].form-group-lg input[type="tel"],
select[multiple].form-group-lg input[type="url"],
select[multiple].form-group-lg input[type="password"],
select[multiple].form-group-lg select,
select[multiple].form-group-lg textarea {
  height: auto
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442
}

.has-error .form-control,
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="tel"],
.has-error input[type="url"],
.has-error input[type="password"],
.has-error select,
.has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus,
.has-error input[type="text"]:focus,
.has-error input[type="email"]:focus,
.has-error input[type="tel"]:focus,
.has-error input[type="url"]:focus,
.has-error input[type="password"]:focus,
.has-error select:focus,
.has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

html.mm-opened {
  overflow-x: hidden;
  overflow-y: visible
}

html.mm-opened body {
  overflow-x: hidden;
  overflow-y: visible
}

html.mm-opened.touch {
  overflow-y: hidden !important
}

html.mm-opened.touch body {
  overflow-y: hidden !important
}

html.mm-opened.touch,
html.mm-opened.touch body {
  overflow-x: hidden;
  overflow-y: visible
}

#navbar {
  position: relative;
  z-index: 10;
  min-height: 50px;
  margin: 0;
  border-radius: 0;
  border: 0
}

#navbar>ul {
  margin-bottom: 0
}

#navbar>ul>li {
  float: left;
  display: block;
  position: relative;
  list-style: none
}

#navbar>ul>li.has-description>a {
  position: relative;
  padding-bottom: 12px;
  line-height: 38px
}

#navbar>ul>li.has-description>a .sub {
  position: absolute;
  left: 0;
  bottom: 9px;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 25px;
  font-size: 10px;
  line-height: 1
}
/*remove frontpage nav-item*/
#navbar>ul>li.page-item-10, #navbar>ul>li.page-item-556{
  display: none;
}

#navbar>ul>li a {
  text-decoration: none;
  text-align: left
}

#navbar>ul>li>a {
  background: none;
  display: block;
  color: #616161;
  padding: 0 18px;
  line-height: 50px;
  text-transform: none;
  font-family: "Hind", sans-serif;
  font-weight: 200;
  font-size: 18px
}

#navbar>ul>li>a:hover,
#navbar>ul>li>a:focus {
  background: #fff;
  color: #000
}

#navbar>ul>li.active>a,
#navbar>ul>li.active>a:hover,
#navbar>ul>li.active>a:focus,
#navbar>ul>li.current-menu-ancestor>a,
#navbar>ul>li.current-menu-ancestor>a:hover,
#navbar>ul>li.current-menu-ancestor>a:focus,
#navbar>ul>li.current-page-ancestor>a,
#navbar>ul>li.current-page-ancestor>a:hover,
#navbar>ul>li.current-page-ancestor>a:focus {
  background: #fff;
  color: #000
}

#navbar>ul>li ul {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  min-width: 160px;
  background: #e6e6e6;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #fff;
  border-radius: 0;
  z-index: 20;
}

#navbar>ul>li:nth-last-of-type(-n+2) ul {
  right: 0;
  left:auto !important;
}

#navbar>ul>li ul li {
  display: block;
  position: relative
}

#navbar>ul>li ul li>a {
  display: block;
  padding: 0 25px;
  line-height: 35px;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #333;
  white-space: nowrap;
  text-align: left
}

#navbar>ul>li ul li>ul {
  top: -1px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0
}

#navbar>ul>li:nth-last-of-type(-n+2) ul li>ul{
  right: 100%;
  left:auto !important;
}

#navbar>ul>li ul li:hover>a,
#navbar>ul>li ul li:hover>a:hover {
  background: #fff;
  color: #000
}

#navbar>ul>li ul li:hover>ul {
  display: block;
}

#navbar>ul>li ul li.active>a,
#navbar>ul>li ul li.active>a:hover,
#navbar>ul>li ul li.active>a:focus,
#navbar>ul>li ul li.current-menu-ancestor>a,
#navbar>ul>li ul li.current-menu-ancestor>a:hover,
#navbar>ul>li ul li.current-menu-ancestor>a:focus,
#navbar>ul>li ul li.current-page-ancestor>a,
#navbar>ul>li ul li.current-page-ancestor>a:hover,
#navbar>ul>li ul li.current-page-ancestor>a:focus {
  background: #e6e6e6;
  color: #000
}

#navbar>ul>li:hover>a {
  background: #fff;
  color: #000
}

#navbar>ul>li:hover>ul {
  display: block;
}

.mm-menu {
  background: #f3f3f3
}

.mm-menu .mm-listview>li>a,
.mm-menu .mm-listview>li>span {
  font-size: 15px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.7)
}

.mm-menu .mm-listview>li>a>.sub,
.mm-menu .mm-listview>li>span>.sub {
  font-size: 11px
}

.mm-menu .mm-navbar>*,
.mm-menu .mm-navbar a {
  font-size: 15px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3) !important
}

.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview>li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview>li,
.mm-menu .mm-listview>li:after,
.mm-menu .mm-listview>li .mm-next,
.mm-menu .mm-listview>li .mm-next:before,
.mm-menu .mm-navbar {
  border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview>li:not(.mm-divider):after {
  left: 0
}

@media screen and (max-width: 767px) {
  .menu_container {
    display: none
  }
  .non-responsive .menu_container {
    display: block
  }
}

#mobile_menu_container {
  display: none;
  padding: 10px 15px 5px
}

#mobile_menu_container>a {
  line-height: 1;
  font-size: 32px;
  color: #555
}

@media screen and (max-width: 767px) {
  #mobile_menu_container {
    display: block
  }
}

@media only print {
  .no-print {
    display: none !important
  }
  body a:link:after,
  body a:visited:after {
    content: ""
  }
  #header {
    border-bottom: 1px solid #ccc
  }
  .boxes .boxtekst {
    width: 100% !important;
    margin: 0
  }
  p,
  li,
  a,
  span {
    font-size: 12px !important
  }
  p,
  ul,
  ol {
    margin-bottom: 15px !important;
    line-height: 1.4 !important
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4 {
    font-weight: 700;
    margin-bottom: 5px !important;
    line-height: 1.4 !important
  }
  h1>*,
  .h1>*,
  h2>*,
  .h2>*,
  h3>*,
  .h3>*,
  h4>*,
  .h4>* {
    font-size: inherit !important
  }
  h1,
  .h1 {
    font-size: 24px !important
  }
  h2,
  .h2 {
    font-size: 20px !important
  }
  h3,
  .h3 {
    font-size: 16px !important
  }
  h4,
  .h4 {
    font-size: 12px !important
  }
  #zc_cookie_notice {
    display: none !important
  }
}

*:focus {
  outline: 0 !important
}

a.file {
  display: inline-block;
  margin-bottom: 5px
}

body h1 {
  font-size: 24px
}

body h2 {
  font-size: 22px
}

body h3 {
  font-size: 20px
}

body p {
  line-height: 25px
}

.finddether.container {
  position: relative
}

#finddether {
  border-top: solid 4px #006539;
  border-bottom: solid 9px #006539;
  padding: 3px;
  background-color: #fff;
  position: absolute;
  top: 133px;
  left: auto;
  right: 15px;
  z-index: 9;
  min-width: 300px;
}

#finddether h2 {
  padding: 25px 25px 0;
  text-transform: uppercase
}

#finddether ul {
  list-style-type: none
}

#finddether ul li:last-child {
  border-bottom: 0px
}

#finddether ul li {
  border-bottom: solid 1px #e6e6e6
}

#finddether ul li a {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #8f8f8f;
  padding: 0 25px
}

#finddether ul li a:hover {
  text-decoration: none;
  color: #000
}

.boxeswrap {
  margin-bottom: 30px
}

.boxes:nth-child(even) .boximg {
  float: right !important;
  padding: 0px
}

.boxes {
  position: relative;
  max-height: 292px;
  height: auto;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background-color: #e6e6e6
}

.boxes:hover {
  background-color: #f8f8f8 !important
}

.boxes a {
  width: auto;
  display: block
}

.boxes a .boximg:hover .greencover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 189, 129, 0.5)
}

.boxes .boximg {
  position: relative;
  width: 50%;
  min-height: 292px;
  max-height: 292px;
  float: left
}

.boxes .boximg .greencover {
  position: absolute;
  width: 100%;
  height: 100%
}

.boxes .boxtekst {
  float: left;
  padding: 35px 25px;
  width: 50%
}

.boxes .boxtekst h1 {
  text-transform: uppercase;
  font-weight: 600
}

.boxes .boxtekst p {
  line-height: 25px
}

.checkpunkter {
  margin-top: 15px
}

.checkpunkter ul {
  padding-left: 33px
}

.checkpunkter ul li {
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  color: #006539;
  list-style-position: outside !important;
  padding-bottom: 15px;
  line-height: 1.3;
  list-style-image: url("https://www.tystofte.dk/wp-content/themes/images/check.png")
}

.nivoSlider {
  max-height: 466px;
  margin-bottom: 29px
}

.nivoSlider .nivo-controlNav {
  display: none
}

.nivoSlider {
  border-bottom: 6px solid #e6e6e6;
  max-height: 466px
}

.nivoSlider img {
  vertical-align: middle
}

.nivoSlider .nivo-caption .caption_wrap {
  width: 670px;
  position: absolute;
  bottom: 40px;
  top: auto;
  left: 0;
  background: transparent !important
}

.nivoSlider .nivo-caption .caption_wrap h1 {
  text-transform: uppercase;
  font-size: 48px
}

.nivoSlider .nivo-directionNav a.nivo-prevNav {
  background: url("../images/nivo_prev_slide.png") no-repeat left top
}

.nivoSlider .nivo-directionNav a.nivo-nextNav {
  background: url("../images/nivo_next_slide.png") no-repeat left top
}

#wysija-subscriptions input[type="text"],
#wysija-subscriptions input[type="email"] {
  display: block
}

form.widget_wysija.shortcode_wysija input[type="submit"] {
  margin-top: 0
}

#header .search {
  float: right
}

#header .search input {
  background: whitesmoke;
  padding: 6px 12px;
  margin: 0;
  border: 0;
  max-height: 32px;
  float: left;
  height: 32px;
  border-radius: 0px
}

#header .search input[type="submit"] {
  background: #006539;
  color: #fff
}

#header .search button {
  background: whitesmoke;
  padding: 6px 12px;
  margin: 0;
  border: 0;
  max-height: 32px;
  float: left;
  height: 32px;
  border-radius: 0px
}

#header .search button[type="submit"] {
  background: #006539;
  color: #fff
}

#header .container {
  position: relative
}

#header .flag #lang_sel_list {
  margin-top: 8px !important
}

#header #lang_sel_list img.iclflag {
  top: -1px !important
}

#header .flag {
  position: absolute;
  z-index: 9999;
  top: 20px;
  right: 15px
}

#header .flag a {
  background: transparent !important
}

#header .flag p {
  display: none;
  float: left;
  margin-left: 30px
}

#header .flag #lang_sel_list {
  margin-top: 5px;
  float: right;
  border: 0px
}

#header .flag #lang_sel_list a.lang_sel_sel {
  display: none
}

#header .logo {
  padding: 53px 0px 25px
}

#header .text-right .slogan h3 {
  margin-top: 85px;
  font-size: 24px;
  color: #006539;
  font-weight: 300
}

#content {
  margin-top: 30px
}

#content li {
  list-style-position: inside
}

#content.page .wpcf7-form .wpcf7-response-output {
  background: #f6f6f6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f6f6f6 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #e6e6e6 100%);
  border-radius: 5px
}

#footer {
  margin-top: 30px;
  background-color: #e6e6e6
}

#footer h3 {
  font-size: 16px;
  text-transform: uppercase
}

#footer .footeradz {
  position: absolute;
  left: auto;
  top: 35px;
  right: 0
}

.navbar {
  margin: 0px;
  background-color: #e6e6e6
}

.navbar #navbar ul li .dropdown-menu {
  border: 0px
}

.navbar #navbar ul li .dropdown-menu li a {
  padding: 0 25px;
  font-size: 18px;
  height: 35px;
  line-height: 35px
}

.navbar #navbar ul li a {
  font-weight: 200;
  font-family: 'Hind', sans-serif
}

.navbar #navbar ul li a .caret {
  display: none
}

@media screen and (max-width: 991px) {
  #navbar ul>li>a {
    padding: 0 10px
  }
  #finddether {
    display: none
  }
  .boxeswrap .boxes {
    max-height: none !important
  }
  .boxeswrap .boxes .boximg {
    float: left;
    height: 250;
    width: 100%;
    background-size: 100% !important
  }
  .boxeswrap .boxes .boxtekst {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  #navbar ul.dropdown-menu li a {
    line-height: 35px;
    height: 35px;
    font-size: 17px
  }
  #header .logo {
    padding: 10px 0 5px !important
  }
  #header .text-right h3 {
    text-align: left;
    margin: 0px 0 5px !important;
    font-size: 17px !important
  }
  #footer {
    text-align: center
  }
  #footer .footeradz {
    position: static !important
  }
}

@media screen and (max-width: 650px) {
  .nivoSlider .nivo-caption .caption_wrap {
    width: auto
  }
  .nivoSlider .nivo-caption .caption_wrap h1 {
    font-size: 30px
  }
  .boxes .boximg {
    min-height: 150px !important;
    max-height: 292px
  }
}

@media screen and (max-width: 435px) {
  #header .logo img {
    width: 70% !important
  }
  #footer .footeradz {
    margin: 0 auto;
    width: 50%
  }
  #slider_wrap {
    display: none
  }
  .boxtekst h1 {
    font-size: 19px
  }
}

@media screen and (max-width: 1199px) {
  #navbar>ul>li>a {
    padding: 0 15px
  }
}

@media screen and (max-width: 991px) {
  #navbar>ul>li>a {
    font-size: 16px;
    padding: 0 10px
  }
}

@media screen and (min-width: 768px) {
  .dropdown-menu li>.dropdown-menu {
    top: 1px
  }
}

#content a {
  font-weight: 700
}

#content li ul {
  margin-left: 15px
}

form#login .status {
  font-weight: 700;
  font-style: italic
}

form#login label {
  font-weight: 400;
  line-height: 1
}

form#login input[type="submit"],
form#login input[type="text"],
form#login input[type="password"] {
  border-radius: 0;
  margin-bottom: 10px
}

form#login input[type="submit"] {
  background: #006539;
  color: #fff
}

form#login input[type="submit"]:hover,
form#login input[type="submit"]:active {
  background: #004c2b
}

form#login p {
  margin-bottom: 10px
}

form#login p input[type="checkbox"] {
  margin-top: 0;
  position: relative;
  top: 3px
}

@media print {
  .employees article {
    width: 50%;
    float: left
  }
  .employees article .row>div {
    float: left;
    width: 66.66666%
  }
  .employees article .row>div h3 {
    color: #222 !important;
    display: block !important
  }
  .employees article .row>div:first-child {
    width: 33.33333%
  }
}

.employees>.container>.row>article {
  margin-bottom: 30px
}

.employees>.container>.row>article:nth-child(2n+3) {
  clear: left
}

.employees>.container>.row>article li {
  list-style-position: inside
}

@media screen and (max-width: 767px) {
  .employees>.container>.row>article .image {
    margin-bottom: 15px
  }
}

.employees>.container>.row>article * {
  line-height: 1.3
}

.w3eden {
  margin-bottom: 10px
}

.w3eden .ptitle {
  color: #006539
}

.w3eden .pull-left {
  display: none
}

.w3eden .label {
  display: none
}

.w3eden+br {
  display: none
}


/*# sourceMappingURL=custom.css.map */
