/* _______________________________________ */
/* _______________ imports _______________ */
/* _______________________________________ */
@import "jquery.fs.selecter.min.css";
@import "owl.carousel.css";
.anim1 {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.anim2 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.anim3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anim4 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.anim5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.anim15 {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
* {
  outline: none;
}
b,
strong {
  color: black !important;
  font-weight: 500 !important;
}
span.icon {
  font-size: .7em;
}
.browsehappy {
  font-weight: 600;
  display: block;
  z-index: 999999;
  padding: 5px 50px;
  margin: auto;
  color: white;
  background-color: #717b0c;
  font-size: 1.5em;
}
.browsehappy a {
  color: white;
  text-decoration: underline !important;
  font-weight: 700;
}
.clear {
  clear: both;
}
.tooltip {
  min-width: 160px;
}
* {
  outline: none !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
}
.topbar-responsive {
  background: #f1f1f1;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  position: relative;
}
.topbar-responsive button {
  padding: 13px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
}
.topbar-responsive button span.icon {
  color: #87920e;
  font-size: 2.2em;
}
.topbar-responsive img#responsive-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 15px auto;
  width: 100px;
}
.sb-slidebar {
  background-color: #717b0c !important;
}
.sb-slidebar nav ul li {
  list-style: none;
}
.sb-slidebar nav ul li.featured a {
  background: #5c630a;
  padding: 14px;
  color: white;
  font-weight: 700;
}
.sb-slidebar nav ul li.featured a span.icon {
  color: white;
}
.sb-slidebar nav ul li a {
  padding: 17px 15px;
  border-bottom: 1px #5c630a solid;
  width: 100%;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 300;
  position: relative;
}
.sb-slidebar nav ul li a span.icon {
  color: #b2c112;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  right: 8px;
  font-size: 1.4em;
}
.sb-slidebar nav ul ul li a {
  padding-left: 25px;
  background: #87920e;
}
.mobile-languages {
  margin-bottom: 0;
}
.mobile-languages li {
  width: 50%;
  float: left;
}
.mobile-languages li a {
  background-color: white;
  color: #87920e !important;
  padding: 14px !important;
}
.mobile-languages li a.divider {
  border-right: 1px solid #87920e;
}
.mobile-languages li a.active {
  font-weight: bold;
  background-color: #f8fbd7;
}
.tandjeheader h1 {
  font-size: 2.3em;
  font-weight: 500;
}
.tandjeheader h1 span.icon {
  margin-right: 10px;
}
.tandjeheader h1 a {
  font-style: italic;
  color: #555 !important;
  text-decoration: underline !important;
  font-weight: 300;
  color: black;
  margin-left: 35px;
  font-size: 1.4rem;
}
.bigtandjeheader h1 {
  font-weight: 300;
  font-size: 2.9em;
  color: black;
}
.bigtandjeheader h1 span.icon {
  margin-right: 5px;
}
.buttonstyle {
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  border: 1px black solid;
  padding: 9px 14px 8px 14px;
  font-size: 1.3em;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttonstyle:hover {
  border-color: #87920e;
}
.buttonstyle.buttonstyle-white {
  color: white;
  border: 1px white solid;
}
.editor p {
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 19px;
  margin-right: 35px;
  color: black;
}
.editor h1 p {
  font-size: 1em;
}
.editor h2 {
  color: #87920e;
  font-weight: 700;
}
.editor h3,
.editor h4,
.editor h5 {
  font-weight: 600;
  color: #464c07;
}
.editor ul li,
.editor ol li,
.editor dl li {
  font-size: 1.6em;
  list-style: inside;
  font-weight: 600;
  margin-bottom: 3px;
}
.editor ul ul,
.editor ol ul,
.editor dl ul {
  margin-left: 15px;
}
.editor a {
  color: #87920e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.editor a:hover {
  color: black;
}
.editor ul li {
  list-style-type: circle;
}
.editor img {
  max-width: 100%;
}
ul.pagination li a {
  font-size: 1.6em;
  color: black;
  border: none;
  padding: 9px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.pagination li a:hover {
  background: transparent;
  color: #87920e;
}
/* -----------------------------------
 * Slidebars
 * Version 0.10.2
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}
html {
  height: 100%;
  /* Site is as tall as device. */
}
body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}
/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}
/* ----------
 * 002 - Site
 */
#sb-site,
.sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
}
/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}
.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}
.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}
.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}
.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}
.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}
.sb-width-thin {
  width: 15%;
}
.sb-width-wide {
  width: 45%;
}
@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }
  .sb-width-thin {
    width: 55%;
  }
  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }
  .sb-width-thin {
    width: 40%;
  }
  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }
  .sb-width-thin {
    width: 25%;
  }
  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }
  .sb-width-thin {
    width: 15%;
  }
  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }
  .sb-width-thin {
    width: 5%;
  }
  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?4ang34');
  src: url('../fonts/icomoon.eot?#iefix4ang34') format('embedded-opentype'), url('../fonts/icomoon.woff?4ang34') format('woff'), url('../fonts/icomoon.ttf?4ang34') format('truetype'), url('../fonts/icomoon.svg?4ang34#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tooth:before {
  content: "\e60a";
}
.icon-room:before {
  content: "\e600";
}
.icon-settings:before {
  content: "\e601";
}
.icon-add-circle-outline:before {
  content: "\e602";
}
.icon-burger:before {
  content: "\e60b";
}
.icon-arrow-down:before {
  content: "\e603";
}
.icon-arrow-left:before {
  content: "\e604";
}
.icon-arrow-right:before {
  content: "\e605";
}
.icon-arrow-up:before {
  content: "\e606";
}
.icon-apps:before {
  content: "\e607";
}
.icon-close:before {
  content: "\e608";
}
.icon-cancel:before {
  content: "\e609";
}
/* modal */
.modal {
  overflow-y: auto;
}
.modal.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal .modal-content {
  position: relative;
  background: white;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  padding: 10px;
  z-index: 99999 !important;
}
.modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
}
.modal .modal-content .modal-close button {
  background: none;
  font-size: 3rem;
  color: white;
  border: none;
}
.modal .modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal .modal-content .modal-header .headerstyle {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
}
.modal .modal-content .modal-header .headerstyle h1 {
  padding: 0;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-body img,
.modal .modal-content .modal-body video {
  width: 100%;
  max-width: 100%;
  margin: 0 0 25px;
}
.modal .modal-content .modal-footer {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
}
.modal .modal-content .modal-footer .btn {
  margin-bottom: 0;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .modal-dialog {
    width: 800px;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    width: 90%;
    max-height: 80%;
    overflow: scroll;
  }
}
@keyframes slideshowArrowAnim {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
    transform: translate(0, -20%);
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0);
    -o-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideshowArrowAnim {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
    transform: translate(0, -20%);
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0);
    -o-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideshowArrowAnim {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
    transform: translate(0, -20%);
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0);
    -o-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes slideshowArrowAnim {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
    transform: translate(0, -20%);
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0);
    -o-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* _______________________________________ */
/* ______________ variables ______________ */
/* _______________________________________ */
/* _______________________________________ */
/* _______________ default _______________ */
/* _______________________________________ */
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-size: 100%;
  height: auto;
  font-family: "proxima-nova-alt", Helvetica, sans-serif;
}
.img-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 56.25%;
}
.img-background .absolute {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  color: #FFFFFF;
}
.img-background:before {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .4;
}
@media (max-width: 480px) {
  .img-background.home {
    padding-top: 75%;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.navbar {
  margin-top: -1px;
  background-size: 122px;
  margin-bottom: 0px;
}
.navbar.transparent {
  background: url('../images/headers/bg-transparent.jpg') no-repeat center center;
  background-size: cover;
}
.navbar .container {
  position: relative;
}
.navbar .container .row section.abscontainer {
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
}
.navbar .container .row section.abscontainer ul {
  float: right;
  margin-top: 12px;
}
.navbar .container .row section.abscontainer ul li {
  float: left;
  list-style: none;
  font-size: 1.4em;
  font-weight: 700;
}
.navbar .container .row section.abscontainer ul li.divider {
  margin: 0 15px;
}
.navbar .container .row section.abscontainer ul li.li-languages {
  text-transform: uppercase;
}
.navbar .container .row section.abscontainer ul li.li-languages:not(:last-child) {
  padding-right: 5px;
}
.navbar .container .row section.abscontainer ul li.li-languages:not(:last-child):after {
  content: '-';
}
.navbar .container .row section.abscontainer ul li a {
  color: black;
  text-decoration: none;
}
.navbar .container .row section.abscontainer ul li a.active {
  color: #87920e;
}
.navbar .container .row section.abscontainer a#askquestion {
  float: right;
  display: inline-block;
  background-color: #87920e;
  color: white;
  font-weight: 600;
  font-size: 1.3em;
  padding: 13px 22px;
  text-decoration: none;
}
.navbar .container .row section.abscontainer .headerlanguages-container {
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.navbar .container .row section.abscontainer a.headerlanguages {
  float: left;
  display: inline-block;
  background-color: #5c630a;
  color: white;
  font-weight: 600;
  font-size: 1.3em;
  padding: 13px 15px;
  text-transform: uppercase;
}
.navbar .container .row section.abscontainer a.headerlanguages.active {
  background-color: #313505;
  font-weight: 700;
  position: relative;
}
.navbar .container .row section.abscontainer a.headerlanguages.active:after {
  content: '';
  height: 1px;
  width: 50%;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}
.navbar .container section.col-sm-3 {
  margin: 48px 0 0;
}
.navbar .container section.col-sm-9 {
  margin: 65px 0 20px;
}
.navbar .container section.col-sm-9 ul {
  float: right;
}
.navbar .container section.col-sm-9 ul li {
  float: left;
  list-style: none;
  font-size: 1.7em;
  margin-left: 65px;
}
.navbar .container section.col-sm-9 ul li a {
  color: black;
  text-decoration: none;
}
.navbar .container section.col-sm-9 ul li a.active span.stroke {
  display: block;
}
.navbar .container section.col-sm-9 ul li a span.stroke {
  display: none;
  width: 16px;
  height: 2px;
  background: #87920e;
  margin: 5px auto 0;
}
.navbar .container section.col-sm-9 ul ul {
  min-width: 0;
}
.navbar .container section.col-sm-9 ul ul li {
  font-size: 1em;
  margin-left: 0px;
}
.subnavbar {
  width: 100%;
  background: #87920e;
}
.subnavbar nav ul {
  float: right;
  margin: 0;
}
.subnavbar nav ul li {
  float: left;
  list-style: none;
  margin-left: 25px;
}
.subnavbar nav ul li a {
  font-weight: 600;
  color: white;
  font-size: 1.4em;
  position: relative;
  padding: 13px 0;
  display: inline-block;
}
.subnavbar nav ul li a span.orb {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
/* _______________________________________ */
/* _______________ Main _______________ */
/* _______________________________________ */
.center-block {
  float: none;
}
#wrapper .homeheaderbox {
  height: 500px;
  height: 75vh;
  position: relative;
}
@media (min-width: 1200px) {
  #wrapper .homeheaderbox {
    margin-right: calc((100% - 1140px)/2);
    margin-left: calc((100% - 1140px)/2);
    height: 65vh;
  }
}
#wrapper .homeheaderbox .scroll-me {
  position: absolute;
  color: white;
  right: 50%;
  bottom: 15px;
  transform: translateX(50%);
}
@media (max-width: 991px) {
  #wrapper .homeheaderbox .scroll-me {
    transform: none;
    right: 15px;
  }
}
#wrapper .homeheaderbox .scroll-me span {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}
#wrapper .homeheaderbox .scroll-me [class^="icon-"],
#wrapper .homeheaderbox .scroll-me [class*=" icon-"] {
  font-size: 3rem;
  display: block;
  -webkit-animation: slideshowArrowAnim 1.75s ease-in-out infinite;
  -moz-animation: slideshowArrowAnim 1.75s ease-in-out infinite;
  -ms-animation: slideshowArrowAnim 1.75s ease-in-out infinite;
  -o-animation: slideshowArrowAnim 1.75s ease-in-out infinite;
  animation: slideshowArrowAnim 1.75s ease-in-out infinite;
}
@media (max-width: 991px) {
  #wrapper .homeheaderbox .scroll-me [class^="icon-"],
  #wrapper .homeheaderbox .scroll-me [class*=" icon-"] {
    color: #87920e;
  }
}
#wrapper .homeheaderbox section.col-md-5 {
  position: absolute;
  bottom: 35px;
}
#wrapper .homeheaderbox section.col-md-5 header {
  background: white;
  padding: 18px 25px;
  display: inline-block;
}
#wrapper .homeheaderbox section.col-md-5 header h1 {
  margin: 0;
  font-size: 2.1em;
}
#wrapper .homeheaderbox section.col-md-5 header h1 p {
  margin: 0;
}
@media (max-width: 767px) {
  #wrapper .homeheaderbox {
    height: 62vh;
  }
}
#wrapper .homecontentbox {
  margin: 25px 0;
}
#wrapper .homecontentbox .col-lg-10 section.col-sm-8 .txtbox header h1 {
  font-size: 2em;
  margin-bottom: 25px;
}
#wrapper .homecontentbox .col-lg-10 section.col-sm-8 .txtbox header h1 p {
  font-size: 1em;
}
#wrapper .homecontentbox .col-lg-10 section.col-sm-8 .txtbox p {
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 19px;
}
#wrapper .homecontentbox .col-lg-10 section.col-sm-8 .txtbox a {
  color: #87920e;
}
#wrapper .homecontentbox .col-lg-10 section.col-sm-8 .txtbox a.buttonstyle {
  color: black;
}
#wrapper .homecontentbox .col-lg-10 section.col-sm-8 .imgbox {
  padding: 3px;
  margin-top: 23px;
}
#wrapper .homecontentbox .col-lg-10 section.col-sm-8 .imgbox img {
  width: 100%;
}
#wrapper .teamcontentbox {
  margin: 45px 0;
}
#wrapper .teamcontentbox .col-lg-10 section.col-sm-6 .txtbox header h1 {
  font-size: 1.85em;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 600;
  color: black;
}
#wrapper .teamcontentbox .col-lg-10 section.col-sm-6 .txtbox header h1 p {
  font-size: 1em;
}
#wrapper .teamcontentbox .col-lg-10 section.col-sm-6 .txtbox p {
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 19px;
  margin-right: 35px;
}
#wrapper .teamcontentbox .col-lg-10 section.col-sm-6 .imgbox {
  padding: 3px;
  margin-top: 23px;
}
#wrapper .teamcontentbox .col-lg-10 section.col-sm-6 .imgbox img {
  width: 100%;
}
#wrapper .teamcontentbox .col-lg-10 .teamfaces {
  margin-top: 35px;
}
#wrapper .teamcontentbox .col-lg-10 section.teamface {
  margin-bottom: 35px;
}
#wrapper .teamcontentbox .col-lg-10 section.teamface .imgouterbox {
  display: block;
}
#wrapper .teamcontentbox .col-lg-10 section.teamface .imgouterbox .imginnerbox {
  padding: 3px;
}
#wrapper .teamcontentbox .col-lg-10 section.teamface .imgouterbox .imginnerbox img {
  width: 100%;
}
#wrapper .teamcontentbox .col-lg-10 section.teamface header h1 {
  text-align: center;
  display: block;
  font-size: 1.9em;
  font-weight: 600;
}
#wrapper .teamcontentbox .col-lg-10 section.teamface ul li {
  list-style: none;
  display: block;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 3px;
}
#wrapper .teamcontentbox .col-lg-10 section.teamface ul li a {
  color: black;
}
#wrapper .teamcontentbox .col-lg-10 section.teamface ul li a:hover {
  color: grey;
}
#wrapper .treatmentscontentbox {
  margin: 45px 0;
}
#wrapper .treatmentscontentbox .treatment-holder section .txtbox header h1 {
  font-size: 2.2em;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 500;
  color: black;
}
#wrapper .treatmentscontentbox .treatment-holder section .txtbox header h1 p {
  font-size: 1em;
}
#wrapper .treatmentscontentbox .treatment-holder section .txtbox p {
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 19px;
  margin-right: 35px;
  color: black;
}
@media (max-width: 480px) {
  #wrapper .treatmentscontentbox .treatment-holder section .txtbox p {
    margin-right: 0;
  }
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .imgbox {
  padding: 3px;
  margin-top: 23px;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .imgbox img {
  width: 100%;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox {
  background: #f8f8f8;
  margin: 25px 0;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox .inner {
  padding: 35px;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox .inner header h1 {
  font-size: 1.9em;
  margin: 0 0 35px;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox .inner ul li {
  list-style: none;
  clear: both;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox .inner ul li a {
  display: block;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox .inner ul li a .facebox {
  float: left;
  width: 75px;
  height: 100px;
  margin-bottom: 15px;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox .inner ul li a .facebox img {
  width: 100%;
}
@media (max-width: 480px) {
  #wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox .inner ul li a .facebox {
    float: none;
  }
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox .inner ul li a p {
  float: left;
  width: 65%;
  margin-left: 10%;
  font-size: 1.5em;
  color: black;
  margin-top: 28px;
}
@media (max-width: 480px) {
  #wrapper .treatmentscontentbox .treatment-holder .team-holder .peoplebox .inner ul li a p {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .appointmentbox a {
  padding: 11px 0 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: white;
  width: 100%;
  background: #87920e;
  display: block;
  font-size: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .appointmentbox a span.icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1em;
  position: relative;
  top: 1px;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .appointmentbox a:hover {
  background: #9da910;
}
#wrapper .treatmentscontentbox .treatment-holder .team-holder .appointmentbox a:hover span.icon {
  margin-left: 10px;
}
#wrapper .treatmentscontentbox .treatment-holder section.treatment {
  margin-top: 15px;
  margin-bottom: 15px;
}
#wrapper .treatmentscontentbox .treatment-holder section.treatment header h1 {
  text-align: center;
  font-size: 2.5em;
  color: black;
}
#wrapper .treatmentscontentbox .treatment-holder section.treatment header h1 span.stroke {
  display: block;
  margin: 15px auto;
  height: 2px;
  width: 16px;
  background-color: #87920e;
}
#wrapper .treatmentscontentbox .treatment-holder section.treatment p {
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  max-width: 90%;
  display: block;
  margin: auto;
}
#wrapper .treatmentscontentbox .treatment-holder section.treatment a.read-more {
  text-align: center;
  display: block;
  color: #87920e;
  font-style: italic;
  font-size: 1.6em;
  margin-top: 15px;
}
#wrapper .treatmentscontentbox .treatment-holder section.treatment a.read-more:hover span.icon {
  margin-left: 10px;
}
#wrapper .treatmentscontentbox .treatment-holder section.treatment a.read-more span.icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
  font-size: 1em;
  position: relative;
  top: 2px;
}
#wrapper .newscontentbox {
  margin: 45px 0;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 #newsthumbcarousel .owl-controls .owl-prev,
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 #newsthumbcarousel .owl-controls .owl-next {
  font-size: 4em;
  float: left;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox {
  margin-bottom: 35px;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox.newsdetail .imgbox {
  width: 100%;
  margin-bottom: 35px;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox.newsdetail .imgbox img {
  width: 100%;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox.newsdetail header h1 {
  margin-top: 0px;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox header h1 {
  font-size: 1.8em;
  margin-bottom: 25px;
  line-height: 1.3;
  font-weight: 500;
  color: black;
  margin-top: 0px;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox header h1 a {
  color: black;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox header span.date {
  display: block;
  font-size: 1.5em;
  font-style: italic;
  color: grey;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox p {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 19px;
  margin-right: 35px;
  color: black;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox a.read-more {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox a.read-more span.icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.1em;
  position: relative;
  top: 3px;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox a.read-more:hover {
  color: #717b0c;
}
#wrapper .newscontentbox .col-lg-10 section.col-sm-7 .txtbox a.read-more:hover span.icon {
  margin-left: 5px;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .imgbox {
  width: 100%;
  margin-bottom: 35px;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .imgbox img {
  width: 100%;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .latestnewsbox {
  background: #fafafa;
  padding: 25px;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .latestnewsbox header h1 {
  font-size: 1.4em;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 600;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .latestnewsbox a {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .latestnewsbox a:hover {
  opacity: .8;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .latestnewsbox a header h1 {
  font-size: 1.3em;
  color: black;
  margin: 0;
  font-weight: 500;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .latestnewsbox a header h1 span.date {
  font-style: italic;
  color: #87920e;
  font-size: .8em;
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .latestnewsbox a header span.stroke {
  width: 20px;
  height: 2px;
  display: block;
  margin: 15px 0;
  background: black;
}
#wrapper .newscontentbox .col-lg-10 section.news-holder .latestnewsbox a img {
  width: 100%;
}
#wrapper .contactcontentbox {
  margin: 45px 0;
}
#wrapper .contactcontentbox .col-lg-10 p.success {
  color: #5c630a;
  padding: 15px 20px;
  background: #e4f063;
  font-size: 1.4em;
  border-radius: 5px;
  font-weight: 600;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 .txtbox {
  margin-bottom: 25px;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 .txtbox header h1 {
  font-size: 1.85em;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 600;
  color: black;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 .txtbox header h1 p {
  font-size: 1em;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 .txtbox p {
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 19px;
  margin-right: 35px;
}
@media (max-width: 480px) {
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 .txtbox p {
    margin-right: 0;
  }
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 p {
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 19px;
  margin-right: 35px;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 p.desc {
  min-height: 50px;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 ::-webkit-input-placeholder {
  color: #333;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 :-ms-input-placeholder {
  color: #333;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset input,
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset textarea {
  width: 100%;
  display: block;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background: #f1f1f1;
  font-size: 1.5em;
  color: black;
  padding: 10px 15px;
  margin-bottom: 7px;
  border-radius: 0;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset input[type="submit"],
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset textarea[type="submit"] {
  background: #87920e;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.2em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset input[type="submit"]:hover,
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset textarea[type="submit"]:hover {
  background: #9da910;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset #telephone {
  width: 49%;
  float: left;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset #telephone.touch {
  width: 100% !important;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset select {
  -webkit-appearance: none;
  appearance: none;
  background: #F1F1F1;
  background-image: none;
  padding: 10px 15px;
  display: block;
  width: 100% !important;
  margin-left: 0px !important;
  margin-bottom: 8px !important;
  font-size: 1.5em;
  font-weight: 700;
  border: none;
  border-radius: 0;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset .selecter,
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset select {
  float: left;
  width: 49%;
  margin-left: 2%;
  min-width: 0;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 #registerform fieldset .selecter,
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 #registerform fieldset select {
  float: none;
  margin-left: 0;
  margin-bottom: 7px;
  width: 100%;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset .selecter .selecter-selected,
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset select .selecter-selected {
  border-radius: 0;
  border: none;
  background: #f1f1f1;
  min-width: 0;
  max-width: 100%;
  font-size: 1.5em;
  box-shadow: none !important;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset .selecter .selecter-options,
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset select .selecter-options {
  margin-top: 5px;
}
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset .selecter .selecter-item:first-child,
#wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset select .selecter-item:first-child {
  border-top: 1px solid #ccc;
}
#wrapper .mapsbox {
  margin-bottom: 25px;
  margin-top: 50px;
}
#wrapper .mapsbox #gmap_canvas {
  width: 90%;
  height: 450px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #wrapper .mapsbox #gmap_canvas {
    width: 100%;
  }
}
.hometeambox hr {
  margin: 15px 0 20px;
}
.hometeambox p {
  margin-top: 35px;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.6;
}
.hometeambox a.buttonstyle {
  margin-top: 25px;
}
@media all and (max-width: 991px) {
  .hometeambox {
    margin-bottom: 50px;
  }
}
footer#footer {
  padding: 35px 0 0;
  background: #fafafa;
}
footer#footer .inner section.col-sm-4 {
  margin-bottom: 15px;
}
footer#footer .inner section.col-sm-4 nav ul li {
  list-style: none;
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: 4px;
}
footer#footer .inner section.col-sm-4 nav ul li a {
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer#footer .inner section.col-sm-4 nav ul li a:hover {
  color: #87920e;
}
footer#footer .inner section.col-sm-4 .contactlist li {
  text-align: right;
  list-style: none;
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: 4px;
}
footer#footer .inner section.col-sm-4 .contactlist li a {
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer#footer .inner section.col-sm-4 .contactlist li a:hover {
  color: #87920e;
}
footer#footer .inner section.col-sm-4 img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 25px auto 0;
  height: auto !important;
}
footer#footer .inner section.col-sm-4 a.vraag {
  text-align: center;
  color: black;
  font-weight: 600;
  width: 100%;
  display: block;
  margin: 15px auto 0;
  font-size: 1.4em;
}
footer#footer #disclaimer {
  background: #f1f1F1;
  background-size: 122px;
}
footer#footer #disclaimer section.col-sm-6 {
  padding-top: 13px;
  padding-bottom: 15px;
}
footer#footer #disclaimer section.col-sm-6 p {
  margin: 0;
}
footer#footer #disclaimer section.col-sm-6 a {
  margin-top: 5px;
  font-size: 1.3em;
  font-style: italic;
  color: black;
}
footer#footer #disclaimer section.col-sm-6 span.divider {
  margin-left: 15px;
  margin-right: 15px;
}
footer#footer #disclaimer section.col-sm-6 img {
  width: 70px;
  float: right;
}
@media all and (max-width: 1199px) {
  .navbar .container section.col-sm-9 ul li {
    margin-left: 45px;
  }
  .subnavbar nav ul li {
    margin-left: 20px;
  }
  .subnavbar nav ul li a {
    font-size: 1.2em;
  }
}
@media all and (max-width: 991px) {
  .navbar .container .row section.col-sm-9 ul li {
    margin-left: 25px;
    font-size: 1.5rem;
  }
  .navbar .container .row section.col-sm-9 ul ul li {
    margin: 0;
  }
  .navbar .container .row section.abscontainer a#askquestion {
    display: none;
  }
  .subnavbar nav ul li {
    margin-left: 10px;
  }
  .subnavbar nav ul li a {
    font-size: 1em;
  }
  #wrapper .treatmentscontentbox .col-lg-10 section.col-sm-4 .peoplebox .inner {
    padding: 15px;
  }
  #wrapper .treatmentscontentbox .col-lg-10 section.col-sm-4 .peoplebox .inner header h1 {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 0 25px;
  }
  #wrapper .treatmentscontentbox .col-lg-10 section.col-sm-4 .peoplebox .inner ul li a p {
    margin-top: 9px;
    font-size: 1.35em;
  }
  #wrapper .treatmentscontentbox .col-lg-10 section.col-sm-4 .appointmentbox a {
    font-size: 1.2em;
  }
  footer#footer .inner section.col-sm-4 a.vraag {
    font-size: 1.3em;
  }
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 p.desc {
    min-height: 80px;
  }
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset input,
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset textarea {
    font-size: 1.2em;
    font-weight: 600;
  }
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset .selecter .selecter-selected {
    font-size: 1.2em;
    font-weight: 600;
  }
}
@media all and (max-width: 767px) {
  #wrapper .contactcontentbox,
  #wrapper .newscontentbox,
  #wrapper .treatmentscontentbox,
  #wrapper .teamcontentbox,
  #wrapper .homecontentbox {
    margin: 10px 0;
  }
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 p.desc {
    min-height: 0;
  }
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset input,
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset textarea {
    font-size: 1.5em;
    font-weight: 500;
    width: 100% !important;
  }
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset .selecter {
    width: 100%;
    margin-bottom: 8px;
    margin-left: 0px;
  }
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 form fieldset .selecter .selecter-selected {
    font-size: 1.5em;
    font-weight: 500;
  }
  #wrapper .contactcontentbox .col-lg-10 section.col-sm-6 .mapsbox #gmap_canvas {
    width: 100%;
    margin: 0;
    height: 250px;
  }
  #wrapper .treatmentscontentbox .col-lg-10 section.col-sm-4 .peoplebox .inner ul li a .facebox {
    width: 80px;
  }
  #wrapper .treatmentscontentbox .col-lg-10 section.col-sm-4 .peoplebox .inner ul li a p {
    margin-top: 27px;
    font-size: 1.5em;
    width: 50%;
  }
  footer#footer .inner section.col-sm-4 nav {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  footer#footer .inner section.col-sm-4 nav ul li a {
    display: block;
    text-align: center;
  }
  footer#footer .inner section.col-sm-4 .contactlist {
    float: none;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer#footer .inner section.col-sm-4 .contactlist li {
    text-align: center;
    display: block;
  }
  footer#footer #disclaimer section.col-sm-6.right {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  footer#footer #disclaimer section.col-sm-6 p {
    text-align: center;
    width: 100%;
    font-size: 1.2em;
  }
  footer#footer #disclaimer section.col-sm-6 a img {
    display: block;
    margin: auto;
    float: none;
    width: 90px;
  }
}
