/* Document */
html, body {
    width: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #686a6c;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
    color: #47484a;
}
h1 {
    margin: 0 0 25px;
    font-size: 30px;
    line-height: 34px;
    color: #b61e51;
}
h2 {
    margin: 5px 0 20px;
    font-size: 26px;
    line-height: 1.2;
}
h3 {
    margin: 5px 0 10px;
    font-size: 16px;
    font-weight: 700;
}

/* Paragraph */
p {
    margin: 10px 0 25px;
}

/* Hyperlink */
a {
    color: #5479cb;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #476ab6;
    text-decoration: none;
}
a.nounderline {
    text-decoration: none;
}
a.nounderline:hover,
a.nounderline:focus {
    text-decoration: underline;
}

/* Address */
address {
    line-height: 1.7;
}

/* List */
ul, ol {
    margin: 0 0 25px;
}

/* Lines */
hr {
    position: relative;
    margin: 40px 0;
    border-top-color: #eceff0;
}
hr.space-top-small {
    margin-top: 20px;
}
hr.space-bottom-small {
    margin-bottom: 20px;
}
hr.space-top-collapse {
    margin-top: 0;
}
hr.space-bottom-collapse {
    margin-bottom: 0;
}

/* Images */
img[align="left"] {
    margin: 20px 30px 20px 0;
    max-width: 50%;
    height: auto;
    float: left;
}
img[align="right"] {
    margin: 20px 0 20px 30px;
    max-width: 50%;
    height: auto;
    float: right;
}

/* Text color */
.text-default { color: #686a6c; }
.text-primary { color: #b61e51; }
.text-secondary { color: #809ead; }
.text-light { color: #949ea5; }
.text-dark { color: #47484a; }
.text-white { color: #fff; }
.text-sand { color: #767165; }
.text-danger { color: #da4e32; }

/* Text size */
.small { font-size: 95%; }
.smaller { font-size: 85%; }
.smallest { font-size: 75%; }
.big { font-size: 105%; }
.bigger { font-size: 115%; }

/* Background color */
.bg-primary { background-color: #b61e51; }
.bg-secondary { background-color: #809ead; }
.bg-white { background-color: #fff; }
.bg-light { background-color: #eef3f6; }
.bg-sand { background-color: #ebe7dd; }
.bg-danger { background-color: #da4e32; }

.help-block {
    color: #da4e32;
}
/* Button */
.btn,
.uploadcare-widget-button {
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer;
}
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    border-color: transparent;
}
.btn.btn-big {
    padding: 15px;
    font-size: 17px;
}
.btn.btn-primary {
    color: #fff;
    background-color: #b61e51;
}
.btn.btn-primary:hover {
    color: #fff;
    background-color: #ca2e62;
}
.btn.btn-secondary,
.uploadcare-widget-button-open {
    color: #fff;
    background-color: #809ead;
}
.btn.btn-secondary:hover,
.uploadcare-widget-button-open:hover {
    color: #fff;
    background-color: #9ab5c3;
}
.btn.btn-white {
    color: #b61e51;
    background-color: #fff;
}
.btn.btn-white:hover {
    color: #b61e51;
    background-color: #fff;
}
.btn.btn-dark {
    color: #fff;
    background-color: #445e6b;
}
.btn.btn-dark:hover {
    color: #fff;
    background-color: #56707d;
}
.btn [class*="icon-arrow-"] {
    font-size: 12px;
    vertical-align: -1px;
    line-height: 0;
    display: inline-block;
    transform: translateX(0);
    transition: transform .15s ease-in-out;
}
.btn:hover [class*="icon-arrow-"] {
    transform: translateX(3px);
}

/* Link */
.link {
    text-decoration: none;
}
.link > span {
    padding-bottom: 4px;
    border-bottom: 1px solid #d5d9dc;
}
.link:hover > span {
    border-bottom-color: #5479cb;
}
.link [class*="icon-arrow-"] {
    vertical-align: -1px;
}
.link .icon-arrow-long-right,
.link .icon-arrow-right {
    margin-right: -100%;
}

/* Forms */
fieldset {
    margin-bottom: 30px;
}
.control-label,
.form-horizontal .control-label {
    padding-top: 12px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: normal;
}
.form-control {
    height: 42px;
    padding: 10px 8px;
    color: #686a6c;
    border: 1px solid #d5d9dc;
    border-radius: 2px;
    box-shadow: none;
}
.form-control.noborder {
    border-color: transparent;
}
textarea.form-control {
    height: 160px;
    resize: vertical;
}
.form-control.error {
    border-color: #da4e32;
}
.form-control:focus {
    border-color: #76a6ec;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.form-group {
    margin-bottom: 10px;
}
.form-msg {
    padding-top: 5px;
    font-size: 12px;
    white-space: nowrap;
}
.form-msg ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.form-msg li {
    line-height: normal;
}

/* Table */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 10px;
    border-color: #eee;
    border-bottom: 1px solid #eceff0;
}
.table > tbody > tr > th {
    font-weight: 400;
}
.table td:first-child,
.table th:first-child {
    padding-left: 5px;
}
.table td:last-child,
.table th:last-child {
    padding-right: 5px;
}
.table > thead > tr > th {
    border-bottom-width: 1px;
}
.table-hover > tbody > tr:hover {
    background-color: #f9fafa;
}
/* het team */
.team-list h2{
    font-size: 21px;
    margin-bottom :0;
}
.team-list .linked{
    float: right;
}
/* Container */
.container,
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

/* Content */
.content img {
    max-width: 100%;
    height: auto;
    display: block;
}
.content-medium {
    max-width: 1024px;
}
.content-small {
    max-width: 768px;
}

/* Content padding */
.content-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-padding-small {
    padding-top: 10px;
    padding-bottom: 10px;
}
.content-padding > h1:last-child,
.content-padding > p:last-child,
.content-padding > ul:last-child,
.content-padding > ol:last-child {
    margin-bottom: 0;
}

/* Box shadow */
.box-shadow {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
}

/* Border radius */
.border-radius {
    border-radius: 2px;
}

/* Spacer */
.spacer {
    height: 30px;
    clear: both;
}
.spacer-large {
    height: 60px;
    clear: both;
}
.spacer-small {
    height: 15px;
    clear: both;
}
.spacer-xsmall {
    height: 5px;
    clear: both;
}

/* Row */
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.row.gutter-small {
    margin-left: -10px;
    margin-right: -10px;
}
.row.gutter-xsmall {
    margin-left: -5px;
    margin-right: -5px;
}
.row.gutter-collapse {
    margin-left: 0;
    margin-right: 0;
}
.row.equal-height {
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
}

/* Columns */
.row > [class*="col-"],
[class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
.row.gutter-small > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.row.gutter-xsmall > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.row.gutter-collapse > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/* Block */
.block {
    padding: 20px;
    border-radius: 2px;
}

/* Layout container */
.layout-container {
    margin-bottom: 30px;
}

/* Offset */
.offset {
    position: relative;
}
.offset .offset-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: '';
    display: block;
    z-index: 0;
}
.offset .offset-wrapper {
    position: relative;
    z-index: 1;
}
.offset.offset-left .offset-bg,
.offset.offset-left .offset-wrapper {
    margin-left: -1234em;
    padding-left: 1234em;
}
.offset.offset-right .offset-bg,
.offset.offset-right .offset-wrapper {
    margin-right: -1234em;
    padding-right: 1234em;
}

/* Relative */
.relative {
    position: relative;
}

/* Required */
.required {
    margin: 0 -100% 0 3px;
    width: 4px;
    height: 4px;
    text-indent: -1234em;
    vertical-align: 1px;
    border-radius: 50%;
    background-color: #da4e32;
    display: inline-block;
}

/* Date */
.date {
    position: relative;
    top: -20px;
    display: block;
}

/* Lead */
.lead {
    font-size: 17px;
    color: #949ea5;
}

/* Object fit */
.object-fit-cover {
    object-fit: cover;
}
.object-fit-contain {
    object-fit: contain;
}

/* Fit */
.fit {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
.fit > [class*="object-fit-"] {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
}
.fit.landscape > .object-fit-cover {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
}
.fit.landscape > .object-fit-contain {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
}
.fit.portrait > .object-fit-cover {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: 100%;
}
.fit.portrait > .object-fit-contain {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
}

/* Panel */
.panel {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: -60px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 1000;
    -ms-transition: margin .3s;
    -moz-transition: margin .3s;
    -webkit-transition: margin .3s;
    transition: margin .3s;
}
.panel.show {
    margin-top: 0;
}
.panel.show + .panel.show {
    margin-top: 60px;
}
.panel .panel-inner {
    position: relative;
    height: 100%;
}
.panel h1 {
    margin: 0;
    font-size: 18px;
    line-height: 60px;
    white-space: nowrap;
}
.panel .dismiss {
    margin-top: 11px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
}

/* Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown .dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: -1234em;
    padding: 5% 10%;
    width: 100%;
    height: 100%;
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: margin 0s .6s;
}
.dropdown.open .dropdown-menu {
    margin-left: 0;
    transition-delay: 0s;
}
.dropdown .dropdown-menu:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #1d262a;
    opacity: 0;
    display: block;
    transition: opacity .3s .3s;
}
.dropdown.open .dropdown-menu:before {
    opacity: .65;
    transition-delay: 0s;
}
.dropdown ul {
    position: relative;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    max-width: 300px;
    max-height: 100%;
    border-radius: 3px;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    transform: perspective(600px) translate3d(0, 0, -30px);
    transition: opacity .2s .1s, transform .2s .1s;
}
.dropdown.open ul {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.dropdown li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #eceff0;
}
.dropdown li:first-child {
    border-top: none;
}
.dropdown li a {
    padding: 12px 20px;
    text-align: left;
    text-decoration: none;
    line-height: 1.3;
    color: #6f7173;
    display: block;
}
.dropdown li a:hover {
    color: #484e60;
    background-color: #f6f8fb;
}
.dropdown li.active a {
    color: #fff;
    background-color: #6986da;
}

/* Social */
.social {
    width: 26px;
    height: 26px;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #d5d9dc;
    display: inline-block;
}
.social.social-facebook {
    color: #3b5999;
    border-color: #3b5999;
}
.social.social-twitter {
    color: #32ccfe;
    border-color: #32ccfe;
}
.social.social-linkedin {
    color: #0077b5;
    border-color: #0077b5;
}
.social:hover {
    color: #b61e51;
    text-decoration: none;
    border-color: #b61e51;
}

/* Share */
.share {
    margin-right: 10px;
    font-size: 0;
    vertical-align: middle;
    display: inline-block;
}

/* Usp */
.usp {
    margin: 0;
    padding: 0;
    list-style: none;
}
.usp li {
    margin: 0 0 10px;
    padding: 0 0 0 24px;
    line-height: normal;
}
.usp li:before {
    margin: -1px 0 0 -24px;
    width: 20px;
    height: 20px;
    content: '\e803';
    font-family: 'actio';
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #d63254;
    display: block;
    float: left;
}

/* Header */
.header {
    padding: 10px 0;
}
.header .header-top {
    position: relative;
    margin-left: 20px;
    float: right;
}
.header .header-social {
    margin-top: 2px;
}
.header .logo {
    width: 80px;
}
.header .phone {
    margin-top: 16px;
    float: right;
}

/* Footer */
.footer .footer-bottom {
    text-align: center;
}

/* Logo */
.logo {
    position: relative;
    text-decoration: none;
    display: block;
    float: left;
}
.logo img {
    position: relative;
    width: 100%;
    height: auto;
}

/* Nav */
.nav ul {
    margin: 0;
    padding: 0;
}
.nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Menu main */
.navbar{
    width :100%;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar.fixed{
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5)
}
.menu-main {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: -1234em;
    width: 100%;
    height: 100%;
    z-index: 998;
    transition: margin 0s .6s;
}
.menu-open .menu-main {
    margin-left: 0;
    transition-delay: 0s;
}
.menu-main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #1d262a;
    opacity: 0;
    display: block;
    z-index: 1;
    transition: opacity .3s .3s;
}
.menu-open .menu-main:before {
    opacity: .65;
    transition-delay: 0s;
}
.menu-main .menu-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0;
    width: 75%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    overflow-y: auto;
    z-index: 2;
    transform: translate3d(-100%, 0, 0);
    transition: transform .4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.menu-open .menu-main .menu-container {
    transform: translate3d(0, 0, 0);
}
.menu-main li {
    position: relative;
}
.menu-main button {
    position: absolute;
    top: 4px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    color: #47484a;
    border: none;
    background-color: transparent;
    outline: none;
    transition: transform .2s ease-in-out;
}
.menu-main li.touch-open > button {
    color: #47484a;
    transform: rotate(90deg);
}
.menu-main li.active > button {
    color: #b61e51;
}
.menu-main a {
    padding: 5px 20px;
    color: #47484a;
    text-decoration: none;
    display: block;
}
.menu-main li.touch-open > a,
.menu-main a:hover {
    color: #546e7b;
    text-decoration: none;
}
.menu-main li.active > a {
    color: #b61e51;
    text-decoration: none;
}
.menu-main ul ul {
    padding: 20px 0;
    background-color: #809ead;
    display: none;
}
.menu-main li.touch-open > ul {
    display: block;
}
.menu-main ul ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-main ul ul li:first-child {
    border-top: none;
}
.menu-main ul ul button,
.menu-main ul ul a {
    color: #fff;
}
.menu-main ul ul li.active > button,
.menu-main ul ul li.active > a,
.menu-main ul ul li.touch-open > a,
.menu-main ul ul a:hover {
    color: #3c535f;
}
.menu-main ul ul ul {
    background-color: #92adbb;
}

/* Menu top */
.menu-top {
    position: relative;
    z-index: 999;
}
.menu-top li {
    position: relative;
    float: left;
}
.menu-top a {
    padding: 0 4px;
    height: 30px;
    font-size: 13px;
    color: #949ea5;
    line-height: 30px;
    text-decoration: none;
    display: block;
}
.menu-top li.active > a,
.menu-top a:hover {
    color: #b61e51;
}
.menu-top ul ul {
    position: absolute;
    top: 40px;
    left: 50%;
    margin: -2px 0 0 -1234em;
    padding: 20px 0;
    width: 180px;
    border-radius: 3px;
    background-color: #b61e51;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
    display: block;
    float: none;
    z-index: 999;
}
.menu-top li.hover > ul {
    margin-left: -90px;
}
.menu-top ul ul:before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #b61e51 transparent;
    display: block;
}
.menu-top ul ul li {
    padding: 5px 20px;
    font-size: 13px;
    color: #e7c0cd;
    line-height: 1.4;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    float: none;
}
.menu-top ul ul li:first-child {
    border-top: none;
}
.menu-top ul ul a,
.menu-top ul ul a:hover {
    color: #fff;
}

/* Menu locations */
.menu-locations .icon-marker {
    margin: -4px -5px 0 0;
    font-size: 22px;
    color: #949ea5;
    float: left;
    display: block;
}
.menu-locations ul {
    float: left;
}
.menu-locations ul ul li {
    padding: 10px 20px;
}
.menu-locations ul ul li a {
    height: auto;
    line-height: 1.4;
}

/* Menu sub */
.menu-sub {
    position: relative;
    padding: 20px;
    border-radius: 2px;
    background-color: #809ead;
    z-index: 10;
}
.menu-sub ul {
    position: relative;
}
.menu-sub > ul {
    margin: 0 -20px;
}
.menu-sub li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-sub li:first-child {
    border-top: none;
}
.menu-sub a {
    padding: 10px 20px;
    min-height: 40px;
    color: #fff;
    line-height: normal;
    text-decoration: none;
    display: block;
}
.menu-sub a:hover,
.menu-sub li.active > a {
    color: #3c535f;
    text-decoration: none;
}
.menu-sub a i.icon-arrow-right {
    margin-left: -10px;
}
.menu-sub ul ul {
    position: relative;
    margin-bottom: -1px;
    padding: 10px 0;
    background-color: #92adbb;
    display: none;
}
.menu-sub ul li.active > ul {
    display: block;
}
.menu-sub ul ul a {
    padding: 5px 10px 5px 30px;
    min-height: 0;
    font-size: 12px;
}

/* Menu bottom */
.menu-bottom a {
    padding: 3px 0;
    color: inherit;
    line-height: normal;
    text-decoration: none;
    display: block;
}
.menu-bottom li.active > a,
.menu-bottom a:hover {
    color: #b61e51;
    text-decoration: none;
}
.menu-bottom h3 {
    margin: 0 0 20px;
}
.menu-bottom h3 a {
    color: #b61e51;
}

/* Menu footer */
.menu-footer {
    margin: 0 30px;
    vertical-align: -6px;
    display: inline-block;
}
.menu-footer li {
    margin: 0 5px;
    float: left;
}
.menu-footer a {
    color: #949ea5;
}
.menu-footer a:hover {
    color: #b61e51;
    text-decoration: none;
}

/* Menu toggler */
.menu-toggler {
    margin: 5px 0 0 -20px;
    padding: 0;
    min-width: 60px;
    height: 60px;
    border: none;
    background-color: transparent;
    display: block;
    float: left;
    outline: none;
    z-index: 2;
}
.menu-toggler span {
    margin: 3px auto;
    width: 22px;
    height: 2px;
    text-indent: -1234em;
    background-color: #47484a;
    display: block;
    -webkit-transition: opacity .2s, background-color .2s, -webkit-transform .2s;
    -moz-transition: opacity .2s, background-color .2s, -moz-transform .2s;
    -ms-transition: opacity .2s, background-color .2s, -ms-transform .2s;
    transition: opacity .2s, background-color .2s, transform .2s;
}
.menu-open .menu-toggler span {
    background-color: #b61e51;
}
.menu-open .menu-toggler span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    -moz-transform: rotate(45deg) translate(4px, 4px);
    -ms-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
}
.menu-open .menu-toggler span:first-child + span {
    opacity: 0;
}
.menu-open .menu-toggler span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    -moz-transform: rotate(-45deg) translate(3px, -3px);
    -ms-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px);
}

/* Search bar */
.search-bar {
    position: relative;
}
.search-bar input {
    font-size: 13px;
}
.search-bar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    color: #949ea5;
    line-height: 44px;
    border: none;
    background-color: transparent;
}
.search-bar button:hover {
    color: #b61e51;
}
.search-bar button:hover,
.search-bar button:focus,
.search-bar button:active:focus,
.search-bar button.active:focus,
.search-bar button.focus,
.search-bar button:active.focus,
.search-bar button.active.focus {
    outline: none;
}

/* Breadcrumb */
.breadcrumb.breadcrumb-offset {
    margin-top: -20px;
}
.breadcrumb ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.breadcrumb li {
    height: 40px;
    font-size: 11px;
    color: #686a6c;
    line-height: 40px;
    display: inline-block;
}
.breadcrumb li:before {
    margin-right: 2px;
    font-family: 'actio';
    font-size: 12px;
    color: #949ea5;
    content: '\e804';
    vertical-align: -1px;
    display: inline-block;
}
.breadcrumb li:first-child:before {
    display: none;
}
.breadcrumb a {
    height: 100%;
    color: #949ea5;
    display: inline-block;
}
.breadcrumb a:hover {
    text-decoration: none;
}

/* Visual */
.visual {
    position: relative;
    height: 220px;
    background-color: #eef3f6;
}
.visual.visual-small {
    height: 120px;
}
.visual .visual-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.visual .visual-image img {
    width: 100%;
    height: 100%;
}
.visual .visual-info {
    position: relative;
    height: 100%;
    font-size: 0;
    text-align: left;
    z-index: 2;
    vertical-align: middle;
}
.visual .visual-info:before {
    width: 0;
    height: 100%;
    content: '';
    vertical-align: middle;
    display: inline-block;
}
.visual .visual-info:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 440px;
    height: 230px;
    content: '';
    background: url('../images/visual-overlay.png') no-repeat 0 0;
    background-size: cover;
    display: block;
    z-index: -1;
}
.visual .visual-content {
    position: relative;
    padding: 10px 0;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.visual .visual-content article {
    margin: 0 0 20px;
    font-size: 26px;
    color: #fff;
    line-height: 1;
}
.visual .visual-nav {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    z-index: 2;
}
.visual .visual-nav ul {
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.visual .visual-nav li {
    margin: 0 3px;
    display: inline-block;
}
.visual .visual-nav a {
    width: 60px;
    height: 3px;
    text-indent: -1234em;
    background-color: #fff;
    display: block;
}
.visual .visual-nav li.active a {
    background-color: #e73725;
}

/* Pagination  */
.pagination ul {
    font-size: 0;
    text-align: center;
}
.pagination li {
    padding: 2px;
    display: inline-block;
}
.pagination a {
    height: 26px;
    width: 26px;
    font-size: 11px;
    font-weight: 700;
    color: #686a6c;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid transparent;
    display: block;
}
.pagination a:hover {
    color: #809ead;
    border-color: #809ead;
}
.pagination li.active a {
    color: #fff;
    border-color: #b61e51;
    background-color: #b61e51;
}

/* List */
.list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.list li {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    border-bottom: 1px solid #eceff0;
}
.list li:first-child {
    border-top: 1px solid #eceff0;
}
.list.list-light li,
.list.list-light li:first-child {
    color: #fff;
    border-top-color: #8faab7;
    border-bottom-color: #8faab7;
}
.list .list-section {
    display: table-cell;
}
.list .list-body {
    width: 10000px;
    vertical-align: middle;
}
.list time {
    width: 80px;
    display: block;
}

/* Nav list */
.nav-list a {
    padding: 10px 0;
    text-decoration: none;
    display: block;
}
.nav-list.list-light a {
    color: #fff;
}
.nav-list a:hover {
    color: #b61e51;
    text-decoration: none;
}
.nav-list a:hover [class*="icon-arrow-"] {
    color: #b61e51;
}
.nav-list.list-light a:hover,
.nav-list.list-light a:hover [class*="icon-arrow-"] {
    color: #3c535f;
}

/* Tags */
.tags {
    font-size: 0;
}
.tags li {
    margin: 0 3px 3px 0;
    display: inline-block;
}
.tags a {
    padding: 0 5px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 28px;
    border-radius: 3px;
    background-color: #809ead;
    display: block;
}
.tags a:hover {
    background-color: #b61e51;
}

/* Tag cloud */
.tag-cloud li {
    display: inline-block;
}
.tag-cloud a {
    color: #686a6c;
    text-decoration: none;
}
.tag-cloud a:hover {
    color: #b61e51;
}

/* Blog item */
.blog-item .blog-item-title a {
    color: #b61e51;
    text-decoration: none;
}
.blog-item .blog-item-title a:hover {
    color: #809ead;
}
.blog-item p {
    margin: 0;
}

/* Post meta */
.post-meta {
    position: relative;
    top: -18px
}
.post-meta a {
    text-decoration: none;
}

/* News archive */
.news-archive a:hover {
    text-decoration: none;
}
.news-archive figure {
    margin-right: 20px;
    width: 130px;
    min-height: 85px;
    max-height: 100px;
    vertical-align: top;
    overflow: hidden;
}
.news-archive h3 {
    margin-bottom: 3px;
    color: #47484a;
}
.news-archive a:hover h3 {
    color: #b61e51;
}
.news-archive time {
    width: auto;
}

/* Faq category item */
.faq-category-item .faq-category-item-title a {
    color: inherit;
    text-decoration: none;
}
.faq-category-item .faq-category-item-title:hover a {
    color: #b61e51;
    text-decoration: none;
}

/* Map */
.map {
    position: relative;
    width: 100%;
    height: 300px;
}
.map.map-small {
    height: 200px;
}
.map img {
    max-width: none;
    width: auto;
}

/* Directions panel */
.directions-panel .directions-panel-placeholder {
    line-height: normal;
    display: block;
}
.directions-panel table {
    width: 100%;
}
.directions-panel td {
    padding: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #686a6c;
    border-top: 1px solid #eceff0;
    border-bottom: none;
}
.directions-panel .adp-placemark {
    border: none;
    background-color: transparent;
}
.directions-panel .adp-placemark td {
    font-weight: 700;
    color: #686a6c;
    border: none;
}
.directions-panel .adp-summary {
    font-weight: 700;
    color: #686a6c;
}
.directions-panel .adp-legal {
    font-size: 10px;
    color: #949ea5;
}
.directions-panel .adp-substep .adp-stepicon {
    top: 3px;
}
.directions-panel img {
    max-width: none;
}

/* VisualMedia */
.vm {
    width: 28px;
    height: 26px;
    text-indent: -1234em;
    vertical-align: middle;
    background: url('../images/dappr.svg') no-repeat right 0;
    display: inline-block;
}

/* Expertises */
.expertises a {
    padding: 6px 0;
    color: #686a6c;
    text-decoration: none;
    display: block;
}
.expertises a:hover {
    color: #b61e51;
    text-decoration: none;
}
.expertises i[class*="icon-expertise"] {
    margin-right: 5px;
    width: 35px;
    height: 27px;
    font-size: 16px;
    color: #fff;
    text-indent: 0.08em;
    text-align: center;
    vertical-align: -2px;
    background: url('../images/icon-back.png') no-repeat 0 0;
    background-size: 35px 27px;
    display: inline-block;
}
.expertises i[class*="icon-expertise"]:before {
    vertical-align: 1px;
}
.expertises i.icon-arrow-long-right {
    vertical-align: -1px;
    line-height: 0;
    display: inline-block;
    transform: translateX(0);
    transition: transform .15s ease-in-out;
}
.expertises a:hover i.icon-arrow-long-right {
    transform: translateX(5px);
}

/* Team */
.team {
    position: relative;
    height: 600px;
}
.team .team-block {
    position: absolute;
    width: 33.333333%;
    height: 150px;
}
.team .team-block img {
    width: 100%;
    height: 100%;
}
.team .team-1 { top: 0; left: 0; height: 225px; }
.team .team-2 { top: 0; left: 33.333333%; width: 50%; height: 300px; }
.team .team-3 { top: 0; left: 83.333333%; width: 16.666667%; }
.team .team-4 { top: 150px; left: 83.333333%; width: 16.666667%; }
.team .team-5 { top: 225px; left: 0; height: 225px; }
.team .team-6 { top: 300px; left: 33.333333%; width: 66.666667%; }
/*.team .team-7 { top: 300px; left: 66.666667%; }*/
.team .team-content {
    top: 450px;
    left: 0;
    width: 100%;
}
.team .team-content a {
    padding: 50px 20px 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    display: block;
}
.team .team-content .link {
    margin-top: 5px;
    font-size: 12px;
    display: block;
}
.team .team-content .link > span {
    border-bottom-color: #d55d85;
}
.team .team-content a:hover .link > span {
    border-bottom-color: #fff;
}
.team .team-content i.icon-arrow-long-right {
    vertical-align: -1px;
    line-height: 0;
    display: inline-block;
    transform: translateX(0);
    transition: transform .15s ease-in-out;
}
.team .team-content a:hover i.icon-arrow-long-right {
    transform: translateX(5px);
}

/* Map home */
.map-home {
    position: relative;
    height: 300px; 
}
.map-home #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Map contact */
.map-contact {
    height: 260px;
    width: 100%;
}
.map-contact .map {
    width: 100%;
    height: 100%;
}

/* Extra small devices (smartphones, 380px and up) */
@media (min-width: 380px) {

    /* Visual */
    .visual .visual-info:after {
        position: absolute;
        width: 500px;
        height: 262px;
    }

}

/* Small devices (smartphones, 560px and up) */
@media (min-width: 560px) {

    /* Team */
    .team {
        height: 750px;
    }
    .team .team-block {
        height: 200px;
    }
    .team .team-1 { height: 300px; }
    .team .team-2 { height: 400px; }
    .team .team-4 { top: 200px; }
    .team .team-5 { top: 300px; height: 300px; }
    .team .team-6 { top: 400px; }
    /*.team .team-7 { top: 400px; }*/
    .team .team-content {
        top: 600px;
        height: 150px;
    }
    .team .team-content a {
        padding: 50px 20px 0;
    }

}
@media (min-width: 320px) {
    .menu-main .menu-container{
        background-color: #fff;
    }
    .navbar .search-bar{
        display: block;
    }
    .navbar.fixed .search-bar{
        display: none;
    }
    .navbar .dropdown.phone .btn.btn-primary{
        width: 90px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar.fixed .dropdown.phone .btn.btn-primary{
        width: 150px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar .search-bar{
        display: block;
    }
    .navbar.fixed .search-bar{
        display: block;
    }
    /* Heading */
    h1 {
        font-size: 34px;
        line-height: 36px;
    }

    /* Dropdown */
    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        margin: 0 0 0 -1234em;
        padding: 0;
        width: auto;
        min-width: 100%;
        height: auto;
        display: block;
    }
    .dropdown .dropdown-menu:before {
        display: none;
    }
    .dropdown.open .dropdown-menu[data-position="right"] {
        left: auto;
        right: 0;
    }
    .dropdown ul {
        padding: 20px 0;
        width: auto;
        width: 260px;
        border: 1px solid rgba(0, 0, 0, .05);
        background-clip: padding-box;
        box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
        transition-delay: 0;
    }
    .dropdown li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .dropdown li a {
        padding: 8px 20px;
    }

    /* Header */
    .header {
        padding-bottom: 0;
    }
    .header .logo {
        margin-right: -100%;
        width: 100px;
    }
    .header .search-bar {
        margin-top: 15px;
        font-size: 13px;
        min-width: 260px;
        float: left;
    }

    /* Footer */
    .footer .footer-bottom {
        text-align: left;
    }

    /* Menu main */
    .menu-main .menu-container {
        width: 50%;
    }

    /* Menu sub */
    .menu-sub.menu-sub-offset {
        margin-top: -100px;
    }

    /* Visual */
    .visual {
        height: 320px;
    }
    .visual.visual-small {
        height: 220px;
    }
    .visual .visual-info:after {
        left: -20px;
        width: 649px;
        height: 340px;
        display: block;
    }
    .visual .visual-content {
        padding: 30px;
    }
    .visual .visual-content article {
        margin: 40px 0 20px;
        font-size: 30px;
    }

    /* Team */
    .team {
        height: 600px;
    }
    .team .team-block {
        width: 25%;
    }
    .team .team-2 { left: 25%; width: 50%;}
    .team .team-3 { left: 75%; }
    .team .team-4 { left: 75%; }
    .team .team-5 { height: 300px; }
    .team .team-6 { left: 25%; width: 40%; }
    /*.team .team-7 { left: 45%; width: 20%; }*/
    .team .team-content {
        top: 400px;
        left: 65%;
        width: 35%;
    }
    .team .team-content a {
        padding: 80px 20px 0;
    }

    /* Map contact */
    .map-contact {
        height: 340px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .menu-main .menu-container{
        background-color: transparent;
    }

    /* Container */
    .container,
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Content padding */
    .content-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .content-padding-small {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* Row */
    .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .row.gutter-small {
        margin-left: -15px;
        margin-right: -15px;
    }

    /* Columns */
    .row > [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }
    .row.gutter-small > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Header */
    .header {
        padding-bottom: 10px;
    }
    .header .logo {
        width: 120px;
    }
    .header .search-bar {
        margin: -4px 0 0 0;
        min-width: 200px;
    }
    .header .search-bar input {
        height: 38px;
    }
    .header .search-bar button {
        line-height: 38px;
    }

    /* Menu main */
    .menu-main {
        position: relative;
        margin: 30px 0 0 0;
        width: auto;
        height: auto;
        float: left;
    }
    .menu-main .menu-container {
        position: relative;
        margin-left: -8px;
        padding: 0;
        width: auto;
        overflow: visible;
        transform: none;
        transition: none;
    }
    .menu-main li {
        float: left;
    }
    .menu-main li.touch-open > button {
        transform: rotate(0deg);
    }
    .menu-main a {
        padding: 0 8px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    .menu-main li.hover > a {
        color: #809ead;
    }
    .menu-main span {
        height: 100%;
        border-bottom: 1px solid transparent;
        display: block;
    }
    .menu-main li.active > a span {
        border-bottom-color: #b61e51;
    }
    .menu-main button {
        top: 2px;
    }
    .menu-main ul ul {
        position: absolute;
        top: 100%;
        left: 50%;
        margin: -2px 0 0 -1234em;
        width: 200px;
        border-radius: 3px;
        box-shadow: 0 6px 14px rgba(0, 0, 0, .25);
        display: block;
    }
    .menu-main li.hover > ul {
        margin-left: -100px;
    }
    .menu-main ul ul:before {
        position: absolute;
        top: -4px;
        left: 50%;
        margin-left: -4px;
        width: 0;
        height: 0;
        content: '';
        border-style: solid;
        border-width: 0 4px 4px 4px;
        border-color: transparent transparent #809ead transparent;
        display: block;
    }
    .menu-main ul ul li {
        float: none;
    }
    .menu-main ul ul a {
        padding: 8px 10px;
        height: auto;
        font-size: 13px;
        line-height: normal;
        text-align: center;
    }
    .menu-main ul ul li.hover > button,
    .menu-main ul ul li.hover > a,
    .menu-main ul ul a:hover {
        color: #3c535f;
    }
    .menu-main ul ul li.active > a span {
        border: none;
    }
    .menu-main ul ul ul {
        top: -20px;
        left: 100%;
    }
    .menu-main ul ul ul:before {
        display: none;
    }
    .menu-main ul ul li.hover > ul {
        margin: 0;
    }

    /* Breadcrumb */
    .breadcrumb.breadcrumb-offset {
        margin-top: -40px;
    }

    /* Visual */
    .visual {
        height: 420px;
    }
    .visual.visual-small {
        height: 320px;
    }
    .visual .visual-info:after {
        left: -60px;
        width: 840px;
        height: 440px;
    }
    .visual .visual-content {
        max-width: 50%;
    }
    .visual .visual-content article {
        margin-top: 60px;
        font-size: 40px;
    }

    /* Team */
    .team {
        height: 540px;
    }
    .team .team-block {
        width: 33.333333%;
        height: 180px;
    }
    .team .team-1 { height: 270px; }
    .team .team-2 { left: 33.333333%; width: 50%; height: 360px; }
    .team .team-3 { left: 83.333333%; width: 16.666667%; }
    .team .team-4 { top: 180px; left: 83.333333%; width: 16.666667%; }
    .team .team-5 { top: 270px; height: 270px; }
    .team .team-6 { top: 360px; left: 33.333333%; width: 40%; }
    /*.team .team-7 { top: 360px; left: 53.333333%; width: 20%; }*/
    .team .team-content {
        top: 360px;
        left: 73.333333%;
        width: 26.666667%;
    }
    .team .team-content a {
        padding: 40px 20px 0;
    }

    /* Map */
    .map {
        width: 100%;
        height: 400px;
    }
    .map.map-small {
        height: 300px;
    }

    /* Route */
    .route {
        border-radius: 2px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    }

    /* Map contact */
    .map-contact {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    /* VisualMedia */
    .vm {
        margin: -10px 0 0;
        width: 141px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    /* Visual */
    .visual .visual-info:after {
        left: -120px;
    }
    .visual .visual-content article {
        font-size: 50px;
    }

    /* Team */
    .team .team-content a {
        padding: 30px 10px 0;
        font-size: 20px;
    }
    .team .team-content .link {
        margin-top: 15px;
        font-size: 13px;
    }

    /* Map home */
    .map-home {
        height: auto;
    }

}

/* Large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {

    /* Columns */
    .col-xlg-1 { width: 8.333333% }
    .col-xlg-2 { width: 16.666667%; }
    .col-xlg-3 { width: 25%; }
    .col-xlg-4 { width: 33.333333%; }
    .col-xlg-5 { width: 41.666667%; }
    .col-xlg-6 { width: 50%; }
    .col-xlg-7 { width: 58.333333%; }
    .col-xlg-8 { width: 66.666667%; }
    .col-xlg-9 { width: 75%; }
    .col-xlg-10 { width: 83.333333%; }
    .col-xlg-11 { width: 91.666667%; }
    .col-xlg-12 { width: 100%; }

    /* Team */
    .team {
        height: 600px;
    }
    .team .team-block {
        height: 200px;
    }
    .team .team-1 { height: 300px; }
    .team .team-2 { height: 400px; }
    .team .team-4 { top: 200px; }
    .team .team-5 { top: 300px; height: 300px; }
    .team .team-6 { top: 400px; width: 40%; }
    /*.team .team-7 { top: 400px; width: 20%; }*/
    .team .team-content {
        top: 400px;
        left: 73.333333%;
        width: 26.666667%;
    }
    .team .team-content a {
        padding: 40px 20px 0;
    }

}
