/*
Theme Name: Bureau Vet
Theme URI: http://www.bureauvet.nl/
Author: Bureau Vet
Author URI: http://www.bureauvet.nl/
Description: This theme is created by Bureauvet
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: Bureau Vet
*/

/*** Reset ***/

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

/* HTML5 display-role reset for older browsers */

.scroll{
  position:absolute;
  top:150px;
  right:50px;
  width:40px;
  height:calc(100vh - 220px);
  background: #f7ab12 url(images/meetlint.png);
  background-size:40px;
  z-index: 10;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.scroll::after{
  content: " ";
  background: url(images/rolmaat_onderkant.svg);
  position: absolute;
  background-size: 100%;
  right: -10px;
  bottom: -54px;
  height: 256px;
  width: 60px;
  background-repeat: no-repeat;
}

.scroll::before{
  content: " ";
  background: url(images/rolmaat_begin.svg);
  position: absolute;
  background-size: 100%;
  right: -10px;
  top: -19px;
  height: 50px;
  width: 60px;
  background-repeat: no-repeat;

}

/* .test{
  position:fixed;
  top:50px;
  left:50px;
  background:rgba(0,0,0,0.2);
  color:#fff;
  padding:20px;
  z-index: 10;
} */

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

/*** admin ***/

body {}

/*** Globals ***/

body {
  font-size: 16px;
  line-height: 30px;
  color: #3c3c3b;
  font-family: 'Open Sans', sans-serif;
}

#cookie-notice {
  z-index: 10000000000;
}

#cookie-notice a:not(.btn), #cookie-notice a:not(.btn):hover, #cookie-notice a:not(.btn):active {
  color: #fff;
}

#cookie-notice a:not(.btn).button {
  display: inline-block;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 500;
  box-shadow: 0px 0px 0px 1px #fff inset;
}

#cookie-notice a:not(.btn).button:hover {
  background-color: #fff;
  color: initial;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  color: #3c3c3b;
  font-family: oswald, sans-serif;
  font-weight: 200;
  font-style: normal;
}

h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 200;
  margin-bottom: 20px;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  margin-bottom: 20px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 8px;
}

h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 8px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

p {
  margin: 0 0 30px 0;
}

a {
  color: #3c3c3b;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

ul {
  padding: 0 0 0 25px;
  margin-bottom: 30px;
  list-style-type: disc;
}

ul li {}

ol {
  padding: 0 0 0 25px;
  margin-bottom: 30px;
  list-style-type: decimal;
}

ol li {}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

small {
  font-size: 80%;
  line-height: normal;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px 0.5em 40px;
  quotes: "\201C""\201D""\2018""\2019";
  position: relative;
}

blockquote:before {
  color: red;
  content: open-quote;
  font-size: 70px;
  line-height: 30px;
  position: absolute;
  left: 4px;
  top: 20px;
}

blockquote p {
  display: inline;
}

/* .container table{min-width:500px; border: 1px dashed #bbb; margin:0 0 30px 0;}
.container table td{padding:5px; border:1px dashed #bbb;} */

/*** buttons ***/

.btn, input[type=submit] {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  z-index: 2;
  line-height: 26px;
  color: #fff;
  margin: 3px;
  background: #02b2eb;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 4px 20px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -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;
}

.btn:hover, input[type=submit]:hover {
  background-color: #036788;
}

/* .btn:after{content:'\00a0\203A'; /*display:inline-block; margin:0 0 0 12px;width: 0;height: 0;border-style: solid;border-width: 6px 0 6px 10px;border-color: transparent transparent transparent #ffffff;-webkit-transform:rotate(360deg);}*/


.btn.invert {
  background-color: #444;
  color: #fff;
}

.btn.invert:hover {
  background-color: #000;
}

.btn.outline {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px black;
  color: black;
}

.btn.outline:hover {
  background-color: #bf0711;
  box-shadow: inset 0px 0px 0px 1px #bf0711;
  color: #fff;
}

.btn.invert.outline {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #444;
  color: #444;
}

.btn.invert.outline:hover {
  background-color: #444;
  box-shadow: inset 0px 0px 0px 1px #444;
  color: #fff;
}

/* .btn+.btn{margin-left:10px;} */

.edit-link {
  display: block;
  width: 100%;
  clear: both;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
}

.edit-link a {
  text-decoration: none;
  color: #e30612;
  display: block;
  width: 100%;
  padding: 10px;
}

.edit-link:hover {
  background: #f3f3f3;
}

/*** Forms***/

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="date"], textarea, select:not([class*="ui-datepicker"]) {
  display: block;
  width: 100%;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: normal;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  -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;
}

select::-ms-expand {
  display: none;
}

input[type=submit] {
  border: none;
}

textarea {
  height: 220px;
  max-width: 100%;
}

select:not([class*="ui-datepicker"]) {
  margin-bottom: 20px;
  padding-right: 36px;
  background-image: url(images/select.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="submit"]:focus, textarea:focus, select:focus {
  outline: none;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  cursor: pointer;
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/checkbox.svg) no-repeat center 16px #fff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4) inset;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  -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;
}

input[type="checkbox"]:checked+label:before {
  background-position: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  cursor: pointer;
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

input[type="radio"]+label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4) inset;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  -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;
}

input[type="radio"]:checked+label:before {
  background-position: center center;
  box-shadow: 0px 0px 0px 1px rgb(153, 153, 153) inset, 0px 0px 0px 3px rgb(255, 255, 255) inset, 0px 0px 0px 10px rgb(11, 61, 63) inset;
}

/*** SlickNav Responsive Mobile Menu v1.0.3 ***/

.slicknav_menu:after, .slicknav_menu:before {
  display: table;
  content: " "
}

.slicknav_menu .slicknav_btn, .slicknav_menu .slicknav_nav .slicknav_item {
  cursor: pointer
}

.slicknav_menu, .slicknav_menu * {
  box-sizing: border-box
}

.slicknav_menu .slicknav_nav, .slicknav_menu .slicknav_nav ul {
  padding: 0;
  list-style: none;
  overflow: hidden
}

.slicknav_menu .slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em;
  line-height: 1.125em
}

.slicknav_menu .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
  margin: 0
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: .125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after {
  clear: both
}

.slicknav_menu .slicknav_nav li, .slicknav_nav ul {
  display: block
}

.slicknav_menu .slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em
}

.slicknav_menu .slicknav_nav .slicknav_item a {
  display: block;
}

.slicknav_menu .slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block;
}

.slicknav_menu .slicknav_nav .slicknav_parent-link a {
  display: inline
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #5c1357;
}

.slicknav_menu .slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222
}

.slicknav_menu .slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: .875em
}

.slicknav_menu .slicknav_nav ul {
  margin: 0 0 0 20px
}

.slicknav_menu .slicknav_nav .slicknav_row, .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  position: relative;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff
}

.slicknav_menu .slicknav_nav a {
  text-decoration: none;
  color: #fff
}

.slicknav_menu .slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222
}

.slicknav_menu .slicknav_nav .slicknav_txtnode {
  margin-left: 15px
}

.slicknav_menu .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0
}

.slicknav_menu .slicknav_nav .slicknav_arrow {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: .8em;
  margin: 0 0 0 .4em;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #e5e5e5;
}

.slicknav_menu {
  display: none;
  position: relative;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

.slicknav_menu .slicknav_btn {
  background: transparent;
  border-radius: 0;
  padding: 12px;
  margin: 5px;
  height: 36px;
}

.slicknav_menu .slicknav_nav a {
  outline: none;
  color: #5c1357;
  font-size: 17px;
  line-height: 40px
}

.slicknav_menu .slicknav_nav a .icon {
  display: none;
}

.slicknav_menu .slicknav_nav a:hover {
  background: #5c1357;
  color: #fff;
  border-radius: 0;
}

.slicknav_menu .slicknav_nav .current-menu-item>a {
  background: #5c1357;
  color: #fff;
}

.slicknav_menu .current-menu-item>a>a {
  color: #fff
}

.slicknav_menu .slicknav_menutxt {
  text-shadow: 0 0 0;
}

.slicknav_menu .logo {
  float: left;
}

.slicknav_menu .logo a {
  display: block;
}

.slicknav_menu .logo a img {
  height: 46px;
  width: auto;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover, .slicknav_nav .current-menu-parent>a {
  border-radius: 0;
  background: #5c1357;
}

.slicknav_menu .slicknav_nav .current-menu-parent>a, .slicknav_nav .current-menu-parent>a>a {
  color: #fff;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover>a {
  background: none;
  color: #fff;
}

.slicknav_menu .slicknav_btn .slicknav_icon span {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0 0;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  -moz-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
  opacity: 0;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -moz-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

.slicknav_menu.nav-up {
  top: -56px;
}

.slicknav_menu a.main {
  float: left;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin: 0 20px 0 5px;
  font-size: 20px;
}

/*** Default container settings ***/

.clr {
  clear: both;
}

.clrfix:after {
  content: '';
  display: table;
  clear: both;
}

.container {
  max-width: 1170px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.container.xxsmall {
  max-width: 470px;
}

.container.xsmall {
  max-width: 740px;
}

.container.small {
  max-width: 960px;
}

.container.large {
  max-width: 1300px;
}

.container.xlarge {
  max-width: 1500px;
}

.container.full {
  max-width: inherit;
  width: 100%;
}

.row.spacebetween-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.spacebetween-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.spacebetween-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*** Default image align ***/

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/*** Head ***/

/* #head{box-shadow: 0 0 1px rgba(0,0,0,0.7);} */

#head .container {
  height: 100px
}

#head .logo {
  float: left;
  height: 70px;
  display: block;
  margin-top: 15px;
}

#head .logo a {
  display: block;
}

#head .logo a img {
  width: auto;
  height: 100%;
  position: absolute;
  z-index: 10;
}

#head .top {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 14px;
}

#head .top .top-menu {
  display: inline-block;
}

#head .top .top-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#head .top .top-menu ul:after {
  content: '';
  display: table;
  clear: both;
}

#head .top .top-menu ul li {
  margin: 0 0 0 20px;
  padding: 0;
  display: block;
  float: left;
}

#head .top .top-menu ul li:first-child {
  margin: 0;
}

#head .top .top-menu ul li a {
  display: block;
  color: #1d1d1b;
  text-decoration: none;
}

#head .top .top-menu ul li a:hover {
  text-decoration: underline;
}

#head .top .widget {
  display: inline-block;
}

#head .top .widget #searchform {
  margin-left: 20px;
  position: relative;
}

#head .top .widget #searchform label {
  display: none;
}

#head .top .widget #searchform input[type='text'] {
  width: 190px;
  float: left;
  outline: none;
  padding: 7px 47px 7px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#head .top .widget #searchform input[type='text']:focus {
  box-shadow: inset 0px 0px 0px 1px #e30612;
}

#head .top .widget #searchform input[type='submit'] {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: url(images/search-top.svg) no-repeat center center #e30612;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
}

#head .top .widget #searchform input[type='submit']:hover {
  background-color: #000;
}

/*** Main menu ***/

#head .mainmenu {
  display: inline-block;
  vertical-align: bottom;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

#head .mainmenu a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#head .mainmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#head .mainmenu ul.menu {}

#head .mainmenu ul.menu li {
  position: relative;
}

#head .mainmenu ul.menu li.hide {
  display: none;
}

#head .mainmenu ul.menu>li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0 0 10px;
  position: relative;
}

#head .mainmenu ul.menu>li:first-child {
  margin-left: 0;
}

#head .mainmenu ul.menu>li[class*="has-children"]>a:after {
  margin: 0 0 0 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(-3px) rotate(45deg);
  -moz-transform: translateY(-3px) rotate(45deg);
  -ms-transform: translateY(-3px) rotate(45deg);
  -o-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#head .mainmenu ul.menu>li[class*="has-children"][class*="current"]>a:after, #head .mainmenu ul.menu>li[class*="has-children"]:hover>a:after {
  border-color: transparent;
}

#head .mainmenu ul.menu>li:hover>a, #head .mainmenu ul.menu>li[class*="current"]>a {
  color: #5a1357;
  border-bottom: 1px solid #5a1357;
}

#head .mainmenu ul.menu>li>a {
  display: block;
  line-height: 32px;
  border-bottom: 1px solid transparent;
}

#head .mainmenu ul.menu>li>a .fill {
  fill: #3c3c3b;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#head .mainmenu ul.menu>li[class*="current"]>a .fill, #head .mainmenu ul.menu>li>a:hover .fill {
  fill: #5a1357;
}

#head .mainmenu ul.menu>li>a .txt {
  display: none;
}

#head .mainmenu ul.menu>li>a svg {
  display: inline-block;
  vertical-align: baseline;
}

#head .mainmenu ul.menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#head .mainmenu ul.menu>li ul {
  position: absolute;
  top: 100%;
  left: -8px;
  z-index: 100;
  background: #fff;
  padding: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -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;
}

#head .mainmenu ul.menu>li ul ul {
  left: 100%;
  top: 0;
}

#head .mainmenu ul.menu>li.sub-right ul {
  left: inherit;
  right: -18px;
}

#head .mainmenu ul.menu>li>ul>li {
  display: block;
  min-width:140px;
  padding:10px;
}

#head .mainmenu ul.menu>li>ul>li>a, #head .mainmenu ul.menu>li>ul>li>ul>li>a {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 3px 2px;
  font-size: 15px;
  line-height: 16px;
  white-space: inherit;
}

/* #head .mainmenu ul.menu > li > ul > li > a:after,
#head .mainmenu ul.menu > li > ul > li > ul > li > a:after{content:'';display:inline-block;vertical-align:middle;width:15px;height:11px;margin: 0 0 0 16px;background:url(images/submenu-arrow.svg) no-repeat center center;opacity: 0;-webkit-transform:translateX(-10px);-moz-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translateX(-10px);-webkit-transition: all 200ms ease-in-out;moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;} */

#head .mainmenu ul.menu>li>ul>li>ul ul {
  display: none;
}

#head .mainmenu ul.menu>li>ul li[class*="current"]>a, #head .mainmenu ul.menu>li>ul li>a:hover {
  color: #000;
  border-bottom: 1px solid #5a1357;

}

#head .mainmenu ul.menu>li>ul li[class*="current"]>a:after, #head .mainmenu ul.menu>li>ul li>a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#head .mainmenu ul.menu>li>ul>li>ul {
  left: 100%;
  top: 0;
}

#head .mainmenu ul.menu li.button>a {
  padding: 0 18px;
  color: #fff;
  background-color: #02b2eb;
  border-bottom-color: transparent;
  border-radius: 100px;
}

#head .mainmenu ul.menu li.button[class*="current"]>a, #head .mainmenu ul.menu li.button>a:hover {
  background-color: #036788;
  border-bottom-color: transparent;
}

#head .mainmenu ul.menu li.button>a:hover:last-child {
  border-bottom-color: transparent;
}

/*** Search results ***/

#search-results h1 {
  margin-bottom: 30px;
}

#search-results ul {
  padding: 0;
  float: left;
  max-width: 100%;
}

#search-results ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}

#search-results ul li .link {
  display: block;
  opacity: 0.7;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#search-results ul li a {
  color: inherit;
  text-decoration: none;
}

#search-results ul li a img {
  float: left;
  width: 30%;
}

#search-results ul li .content {
  float: left;
  width: 100%;
}

#search-results ul li strong.search-excerpt {}

#search-results ul li.image .content {
  width: 70%;
  padding-left: 20px
}

#search-results ul li .read-more {
  display: block;
  color: #e30613;
  margin-top: 5px;
  font-weight: 600;
}

.search-no-results #search-results {
  text-align: center;
}

#search-results .searchform {
  max-width: 350px;
  margin: 0 auto 40px auto;
}

#search-results .searchform form {
  position: relative;
}

#search-results .searchform form label {
  display: none;
}

#search-results .searchform form input[type='submit'] {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: url(images/search-top.svg) no-repeat center center #e30612;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

#search-results .searchform form input[type='submit']:hover {
  background-color: #000;
}

#search-results .searchform form input[type='text'] {
  float: left;
  width: 100%;
  padding-right: 50px;
}

/*** 404 ***/

body.error404 #breadcrumbs {
  display: none;
}

body.error404 #breadcrumbs+.container {
  padding: 40px 0;
  text-align: center;
}

/*** Default header ***/

#header {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  overflow: hidden;
}

#header:before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100vw 0 0;
  border-color: #5c1357 transparent transparent transparent;
  line-height: 0px;
  _border-color: #5c1357 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#header:after {
  content: '';
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 100vw;
  border-color: transparent transparent #f39000 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #f39000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#header .wrapper {
  display: table;
  width:100%;
  padding: 40px 0;
  height:calc(100vh - 200px);
  min-height: 600px;
}

#header .wrapper .inner {
  display: table-cell;
  vertical-align: bottom;
  width: 0;
}

#header .wrapper .inner .btn {
  float: left;
}

#header .wrapper .inner h1 {
  margin-bottom:18px;
  font-size:62px;
  line-height:1.2;
  color: #fff;
}

/*** SUB page header ***/

#subheader {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

#subheader:before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100vw 0 0;
  border-color: #5c1357 transparent transparent transparent;
  line-height: 0px;
  _border-color: #5c1357 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#subheader:after {
  content: '';
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 100vw;
  border-color: transparent transparent #f39000 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #f39000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#subheader .wrapper {
  display: table;
  width:100%;
  padding: 40px 0 110px 0;
  /* min-height: 200px; */
}

#subheader .wrapper .inner {
  display: table-cell;
  vertical-align: top;
  width: 0;
}

#subheader .wrapper .inner .btn {
  float: left;
}

#subheader .wrapper .inner h1 {
  margin: 0;
  color: #fff;
}

#subheader .wrapper .inner .subtext {
  overflow: hidden;
  width: 50%;
  background: #5c1357 url(images/frills.png);
  background-size: 138px 113px;
  background-position: 15px 7px;
  background-repeat: no-repeat;
  margin-top: 50px;
  z-index: 1;
  margin-left: -20px !important;
  padding: 30px 15px;
  line-height: 24px;
  max-height: 175px;
}

#subheader .headtext{
  display:none;
}

#subheader-intro .headtext{
  margin: -120px 0 0 0;
  color:#fff;
  width: 100%;
  max-width:585px;
  background-size: auto 112px;
  z-index: 1;
  line-height: 24px;
  position: relative;
  z-index: 4;
}
#subheader-intro .headtext .subtext{
  padding: 30px;
  background: #5c1357 url(images/frills.png) 15px 7px no-repeat;
  background-size: 138px 113px;
  position:relative;
  z-index:20;
}

#subheader-intro .headtext:before{
  content:'';
  display:block;
  width:90%;
  height:20px;
  background:#f39000;
  position:absolute;
  bottom:0;
  left:5%;
  -webkit-transform-origin:top right;
  -moz-transform-origin:top right;
  -ms-transform-origin:top right;
  -o-transform-origin:top right;
  -webkit-transform:rotate(-2deg);
  -moz-transform:rotate(-2deg);
  -ms-transform:rotate(-2deg);
  -o-transform:rotate(-2deg);
  transform:rotate(-2deg);
  z-index:1;
}

#breadcrumb{
  display:none;
}

#breadcrumb .inner {
  position: absolute;
  color: white;
  font-size: 16px;
  z-index: 1;
}

#breadcrumb .inner a {
  color: white;
  text-decoration: none;
}

/*** Social media ***/

.sm a {}

.sm a {
  margin: 0 3px;
  border-radius: 100%;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #e30613;
  background-image: url(images/socialmedia_34x34.svg);
  background-position: left center;
  -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;
}

.sm a span {
  border-radius: 100%;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(images/socialmedia_34x34.svg);
  background-position: left center;
  -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;
}

.sm a.facebook {
  background-position: 0px top;
}

.sm a.twitter {
  background-position: -34px top;
}

.sm a.pinterest {
  background-position: -68px top;
}

.sm a.google_plus {
  background-position: -102px top;
}

.sm a.yt {
  background-position: -204px top;
}

.sm a.linkedin {
  background-position: -136px top;
}

.sm a.instagram {
  background: url(images/instagram_bg.png) bottom center #e30613;
  background-size: 100% auto;
}

.sm a.instagram span {
  background-position: -170px top;
}

.sm a:hover.facebook {
  background-position: 0 34px;
  background-color: #3e5193!important;
}

.sm a:hover.twitter {
  background-position: -34px 34px;
  background-color: #95d6fd!important;
}

.sm a:hover.pinterest {
  background-position: -68px 34px;
  background-color: #bd081c!important;
}

.sm a:hover.google_plus {
  background-position: -102px 34px;
  background-color: #dc4e41!important;
}

.sm a:hover.yt {
  background-position: -204px 34px;
  background-color: #dc4e41!important;
}

.sm a:hover.linkedin {
  background-position: -136px 34px;
  background-color: #0065a1!important;
}

.sm a:hover.instagram {
  background-position: top center;
}

.sm a:hover.instagram span {
  background-position: -170px 34px;
  background-color: transparent!important;
}

/*** breadcrumbs ***/

#breadcrumbs, #flex-content .wrap.breadcrumbs {
  margin: 0;
  padding: 20px 0;
  font-size: 12px;
}

#breadcrumbs a, #flex-content .wrap.breadcrumbs a {
  color: #444;
  text-decoration: none;
}

#breadcrumbs a:hover, #flex-content .wrap.breadcrumbs a:hover {
  color: #e30613;
}

#breadcrumbs strong, #flex-content .wrap.breadcrumbs strong {
  color: #e30613;
}

/******************************************************************************************/

/* Flex content styling                                                                   */

/******************************************************************************************/

/**********************************************/

/* Flex align items presets                   */

/**********************************************/

/* Define flex box items top */

.flex-between-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* Define flex box items center */

.flex-between-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Define flex box items bottom */

.flex-between-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .flex-between-top, .flex-between-center, .flex-between-bottom {
    display: block;
  }
}

/**********************************************/

/* Flex order items                           */

/**********************************************/

/* Order content and media items left or right */

.flex-media-content>.content {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.ratio7030 img{
  background-color:white;
}

.flex-media-content>.media:after {
  content: "";
  transform: rotate(-2deg);
  background-color: #f39000;
  height: 24px;
  width: 90%;
  max-width: 90%;
  padding: 0;
  margin-top: -15px;
  margin-left: 10px;
  display: block;
  position: relative;
  margin-bottom: -30px;
  z-index: 1;
  transform-origin: 100% 0%;
  transform: rotate(-2deg) translateY(-40%);
}

.flex-content-media>.content {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flex-content-media>.media {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.flex-content-media>.media:after {
  content: "";
  transform: rotate(2deg);
  background-color: #f39000;
  height: 24px;
  width: 90%;
  max-width: 90%;
  padding: 0;
  margin-top: -15px;
  margin-left: 25px;
  display: block;
  position: relative;
  margin-bottom: -30px;
  z-index: 1;
  transform-origin: 100% 0%;
  transform: rotate(-2deg) translateY(-40%);
}

.media img {
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .flex-media-content>.content, .flex-content-media>.content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-media-content>.media, .flex-content-media>.media {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

/**********************************************/

/* background colors                          */

/**********************************************/

#flex-content .wrap {
  padding: 100px 0;
}

#flex-content .wrap.none, #flex-content .white_space.none {
  background-color: transparent;
}

#flex-content .wrap.white, #flex-content .white_space.white, #flex-content .white.bg:before, .flex_color_white {
  background-color: #fff;
}

#flex-content .wrap.lightgray, #flex-content .white_space.lightgray, #flex-content .lightgray.bg:before, .flex_color_lightgray {
  background-color: #f3f3f3;
}

#flex-content .wrap.darkgray, #flex-content .white_space.darkgray, #flex-content .darkgray.bg:before, .flex_color_darkgray {
  background-color: #DEDEDE;
}

#flex-content .wrap.black, #flex-content .white_space.black, #flex-content .black.bg:before, .flex_color_black {
  background-color: #000;
}

#flex-content .bgcolor.transparent {
  background: transparent;
}

#flex-content .bgcolor.white {
  background: #fff;
}

#flex-content .bgcolor.img.white {
  background: rgba(255, 255, 255, 0.8);
}

#flex-content .bgcolor.lightgray {
  background: #f3f3f3;
}

#flex-content .bgcolor.img.lightgray {
  background: rgba(243, 243, 243, 0.8);
}

#flex-content .bgcolor.darkgray {
  background: #3b3b3b;
}

#flex-content .bgcolor.img.darkgray {
  background: rgba(59, 59, 59, 0.8);
}

#flex-content .orange {
  background-color: #f29f26;
}

/**********************************************/

/* Spacing setup                              */

/**********************************************/

#flex-content .wrap.spacing-none {
  padding: 0;
}

#flex-content .wrap.spacing-small {
  padding: 40px 0;
}

#flex-content .wrap.spacing-bottom {
  padding-top: 0;
}

#flex-content .wrap.spacing-top {
  padding-bottom: 0;
}

#flex-content .wrap.spacing-bottom-small {
  padding: 0 0 40px 0;
}

#flex-content .wrap.spacing-top-small {
  padding: 40px 0 0 0;
}

#flex-content .wrap.spacing-large {
  padding: 150px 0;
}

/**********************************************/

/* Flex flex_header                           */

/**********************************************/

#flex-content .wrap.flex_header .bg {
  position: relative;
}

#flex-content .wrap.flex_header .bg.opacity0:before, #flex-content .wrap.flex_header .bg.opacity0 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity0 {
  opacity: 0;
}

#flex-content .wrap.flex_header .bg.opacity10:before, #flex-content .wrap.flex_header .bg.opacity10 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity10 {
  opacity: 0.1;
}

#flex-content .wrap.flex_header .bg.opacity20:before, #flex-content .wrap.flex_header .bg.opacity20 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity20 {
  opacity: 0.2;
}

#flex-content .wrap.flex_header .bg.opacity30:before, #flex-content .wrap.flex_header .bg.opacity30 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity30 {
  opacity: 0.3;
}

#flex-content .wrap.flex_header .bg.opacity40:before, #flex-content .wrap.flex_header .bg.opacity40 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity40 {
  opacity: 0.4;
}

#flex-content .wrap.flex_header .bg.opacity50:before, #flex-content .wrap.flex_header .bg.opacity50 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity50 {
  opacity: 0.5;
}

#flex-content .wrap.flex_header .bg.opacity60:before, #flex-content .wrap.flex_header .bg.opacity60 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity60 {
  opacity: 0.6;
}

#flex-content .wrap.flex_header .bg.opacity70:before, #flex-content .wrap.flex_header .bg.opacity70 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity70 {
  opacity: 0.7;
}

#flex-content .wrap.flex_header .bg.opacity80:before, #flex-content .wrap.flex_header .bg.opacity80 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity80 {
  opacity: 0.8;
}

#flex-content .wrap.flex_header .bg.opacity90:before, #flex-content .wrap.flex_header .bg.opacity90 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity90 {
  opacity: 0.9;
}

#flex-content .wrap.flex_header .bg.opacity100:before, #flex-content .wrap.flex_header .bg.opacity100 .custom_bg_color, #flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color.opacity100 {
  opacity: 1;
}

#flex-content .wrap.flex_header .bg:before, #flex-content .wrap.flex_header .bg .custom_bg_color {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  ;
  left: 0;
}

#flex-content .wrap.flex_header .flex_fix {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#flex-content .wrap.flex_header .wrap_content {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

#flex-content .wrap.flex_header .wrap_content .content {
  display: inline-block;
  position: relative;
}

#flex-content .wrap.flex_header .wrap_content .content .custom_block_bg_color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#flex-content .wrap.flex_header .wrap_content .content .inner_content {
  position: relative;
  z-index: 2;
  width: 100%;
}

#flex-content .wrap.flex_header .wrap_content .content.light {
  background-color: #fff;
}

#flex-content .wrap.flex_header .wrap_content .content.dark {
  background-color: #333;
}

#flex-content .wrap.flex_header .wrap_content .content.lighttransparent {
  background-color: rgba(255, 255, 255, 0.8);
}

#flex-content .wrap.flex_header .wrap_content .content.darktransparent {
  background-color: rgba(0, 0, 0, 0.8);
}

#flex-content .wrap.flex_header .wrap_content.topleft {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#flex-content .wrap.flex_header .wrap_content.topcenter {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#flex-content .wrap.flex_header .wrap_content.topright {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#flex-content .wrap.flex_header .wrap_content.centerleft {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#flex-content .wrap.flex_header .wrap_content.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#flex-content .wrap.flex_header .wrap_content.centerright {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#flex-content .wrap.flex_header .wrap_content.bottomleft {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#flex-content .wrap.flex_header .wrap_content.bottomcenter {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#flex-content .wrap.flex_header .wrap_content.bottomright {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/**********************************************/

/* Flex breadcrumbs                           */

/**********************************************/

#flex-content .wrap.breadcrumbs.spacing-small {
  padding: 20px 0;
}

/**********************************************/

/* Flex default                               */

/**********************************************/

#flex-content .wrap.default .content .btn {
  margin: 0 10px 10px 0;
}

#flex-content .wrap.default .left {
  width: 70%;
  float: left;
}

#flex-content .wrap.default .left .btn {
  margin: 0 10px 10px 0;
}

#flex-content .wrap.default .right {
  width: 28%;
  float: right;
}

#flex-content .wrap.default .right img {
  width: 100%;
  height: auto;
}

#flex-content .wrap.default.text-center .content .btn {
  margin: 0 5px 10px 5px
}

#flex-content .wrap.default.text-center .left {
  text-align: center;
}

#flex-content .wrap.default.text-center .left .btn {
  margin: 0 5px 10px 5px;
}

#flex-content .wrap.default.text-center .content {
  text-align: center;
}

#flex-content .wrap.default.text-center .content .btn {
  margin: 0 5px 10px 5px;
}

#flex-content .wrap.default.text-right .content .btn {
  margin: 0 0 10px 10px;
}

#flex-content .wrap.default.text-right .left {
  text-align: right;
}

#flex-content .wrap.default.text-right .left .btn {
  margin: 0 0 10px 10px;
}

#flex-content .wrap.default.text-right .content {
  text-align: right;
}

#flex-content .wrap.default.text-right .content .btn {
  margin: 0 0 10px 10px;
}

#flex-content .wrap.default.left .left {
  float: right;
}

#flex-content .wrap.default.left .right {
  float: left;
}

#flex-content .wrap.default.left.prop80 .left {
  width: 76%
}

#flex-content .wrap.default.left.prop80 .right {
  width: 20%;
}

#flex-content .wrap.default.left.prop70 .left {
  width: 66%
}

#flex-content .wrap.default.left.prop70 .right {
  width: 30%;
}

#flex-content .wrap.default.left.prop60 .left {
  width: 58%
}

#flex-content .wrap.default.left.prop60 .right {
  width: 40%;
}

#flex-content .wrap.default.left.prop50 .left {
  width: 46%
}

#flex-content .wrap.default.left.prop50 .right {
  width: 48%;
}

#flex-content .wrap.default.left.prop40 .left {
  width: 48%
}

#flex-content .wrap.default.left.prop40 .right {
  width: 50%;
}

#flex-content .wrap.default.left.prop30 .left {
  width: 36%
}

#flex-content .wrap.default.left.prop30 .right {
  width: 60%;
}

#flex-content .wrap.default.left.prop20 .left {
  width: 26%
}

#flex-content .wrap.default.left.prop20 .right {
  width: 70%;
}

#flex-content .wrap.default.right.prop80 .left {
  width: 76%
}

#flex-content .wrap.default.right.prop80 .right {
  width: 20%;
}

#flex-content .wrap.default.right.prop70 .left {
  width: 66%
}

#flex-content .wrap.default.right.prop70 .right {
  width: 30%;
}

#flex-content .wrap.default.right.prop60 .left {
  width: 56%
}

#flex-content .wrap.default.right.prop60 .right {
  width: 40%;
}

#flex-content .wrap.default.right.prop50 .left {
  width: 48%
}

#flex-content .wrap.default.right.prop50 .right {
  width: 48%;
}

#flex-content .wrap.default.right.prop40 .left {
  width: 46%
}

#flex-content .wrap.default.right.prop40 .right {
  width: 50%;
}

#flex-content .wrap.default.right.prop30 .left {
  width: 36%
}

#flex-content .wrap.default.right.prop30 .right {
  width: 60%;
}

#flex-content .wrap.default.right.prop20 .left {
  width: 26%
}

#flex-content .wrap.default.right.prop20 .right {
  width: 70%;
}

#flex-content .wrap.default.text_form .right {
  border: 1px solid #ebebeb;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#flex-content .wrap.default.text_form .right .desc p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #flex-content .wrap.default.left .left {
    width: 100%!important;
  }
  #flex-content .wrap.default.left .right {
    width: 100%!important;
    margin-top: 20px;
  }
  #flex-content .wrap.default.right .left {
    width: 100%!important;
  }
  #flex-content .wrap.default.right .right {
    width: 100%!important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #flex-content .wrap {
    padding: 50px 0;
  }
  #flex-content .wrap.default.left .left, #flex-content .wrap.default.right .left {
    width: 100% !important;
  }
  #flex-content .wrap.default.left .right, #flex-content .wrap.default.right .right {
    width: 100% !important;
  }
  #flex-content .wrap.default .left img, #flex-content .wrap.default .right img {
    width: auto;
    margin: 20px auto 0;
  }
}

/**********************************************/

/* Flex default fifty                         */

/**********************************************/

#flex-content .wrap.fifty {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

#flex-content .wrap.fifty .left {
  width: 50%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

#flex-content .wrap.fifty .left .content {
  padding: 50px 0;
  max-width: 535px;
  float: right;
  margin: 0 50px
}

#flex-content .wrap.fifty .left.spacing-none .content {
  padding: 0;
}

#flex-content .wrap.fifty .left.spacing-small .content {
  padding: 40px 0;
}

#flex-content .wrap.fifty .left .content .btn {
  margin: 0 10px 10px 0;
}

#flex-content .wrap.fifty .right {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-size: cover;
  background-position: center center
}

#flex-content .wrap.fifty.text-center .content .btn {
  margin: 0 5px 10px 5px
}

#flex-content .wrap.fifty.text-center .left {
  text-align: center;
}

#flex-content .wrap.fifty.text-center .left .btn {
  margin: 0 5px 10px 5px;
}

#flex-content .wrap.fifty.text-center .content {
  text-align: center;
}

#flex-content .wrap.fifty.text-center .content .btn {
  margin: 0 5px 10px 5px;
}

#flex-content .wrap.fifty.text-right .content .btn {
  margin: 0 0 10px 10px;
}

#flex-content .wrap.fifty.text-right .left {
  text-align: right;
}

#flex-content .wrap.fifty.text-right .left .btn {
  margin: 0 0 10px 10px;
}

#flex-content .wrap.fifty.text-right .content {
  text-align: right;
}

#flex-content .wrap.fifty.text-right .content .btn {
  margin: 0 0 10px 10px;
}

#flex-content .wrap.fifty.left .left {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

#flex-content .wrap.fifty.left .right {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

#flex-content .wrap.fifty.left .left .content {
  float: left;
}

#flex-content .wrap.fifty .left.none {
  background-color: transparent;
}

#flex-content .wrap.fifty .left.white {
  background-color: #fff;
}

#flex-content .wrap.fifty .left.lightgray {
  background-color: #f3f3f3;
}

#flex-content .wrap.fifty .left.darkgray {
  background-color: #DEDEDE;
}

@media only screen and (max-width: 1300px) {
  #flex-content .wrap.fifty .left .content {
    max-width: 436px;
    margin: 0 40px;
  }
}

@media only screen and (max-width: 992px) {
  #flex-content .wrap.fifty .left .content {
    max-width: 319px;
  }
}

@media only screen and (max-width: 767px) {
  #flex-content .wrap.fifty {
    display: block;
  }
  #flex-content .wrap.fifty .left {
    width: 100%;
  }
  #flex-content .wrap.fifty .left .content {
    max-width: inherit;
  }
  #flex-content .wrap.fifty .left .content, #flex-content .wrap.fifty.left .left .content {
    float: none;
  }
  #flex-content .wrap.fifty .right {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
  }
}

@media only screen and (max-width: 480px) {
  #flex-content .wrap.fifty .left .content {
    padding: 25px;
    margin: 0;
  }
}

/**********************************************/

/* Flex content_columns                       */

/**********************************************/

#flex-content .wrap.content_columns .content[class*="columns"] {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

#flex-content .wrap.content_columns .content.columns-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

#flex-content .wrap.content_columns .content.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

#flex-content .wrap.content_columns .content.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

#flex-content .wrap.content_columns .btns_wrapper {
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 992px) {
  #flex-content .wrap.content_columns .content.columns-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #flex-content .wrap.content_columns .content.columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #flex-content .wrap.content_columns .content.columns-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 767px) {
  #flex-content .wrap.content_columns .content.columns-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #flex-content .wrap.content_columns .content.columns-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #flex-content .wrap.content_columns .content.columns-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/**********************************************/

/* Flex Full width image                      */

/**********************************************/

#flex-content .wrap.full_width_img .inner .img-link {
  display: block;
  vertical-align: top;
}

#flex-content .wrap.full_width_img .inner img {
  display: block;
  vertical-align: top;
  width: 100%;
}

/**********************************************/

/* Flex gallery                               */

/**********************************************/

#flex-content .wrap.gallery .intro {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

#flex-content .wrap.gallery .gallery ul {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}

#flex-content .wrap.gallery .gallery ul li {
  margin: 0 1% 2% 1%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

#flex-content .wrap.gallery .gallery ul li a {
  display: block;
  position: relative;
}

#flex-content .wrap.gallery .gallery ul li a .imgwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 38, 40, 0) url(images/img-hover.svg) no-repeat top center;
  -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;
}

#flex-content .wrap.gallery .gallery ul li a:hover .imgwrap {
  background-color: rgba(35, 38, 40, 0.8);
  background-position: bottom center;
}

#flex-content .wrap.gallery .gallery ul li a img {}

/**********************************************/

/* Flex content_media                         */

/**********************************************/

#flex-content .content_media .inner_wrapper>.content {
  display: inline-block;
  width: 48%;
}

#flex-content .content_media .inner_wrapper>.media {
  display: inline-block;
  width: 48%;
}

#flex-content .content_media .inner_wrapper.ratio3070>.content {
  display: inline-block;
  width: 28%;
}

#flex-content .content_media .inner_wrapper.ratio3070>.media {
  display: inline-block;
  width: 68%;
}

#flex-content .content_media .inner_wrapper.ratio4060>.content {
  display: inline-block;
  width: 38%;
}

#flex-content .content_media .inner_wrapper.ratio4060>.media {
  display: inline-block;
  width: 58%;
}

#flex-content .content_media .inner_wrapper.ratio6040>.content {
  display: inline-block;
  width: 58%;
}

#flex-content .content_media .inner_wrapper.ratio6040>.media {
  display: inline-block;
  width: 38%;
}

#flex-content .content_media .inner_wrapper.ratio7030>.content {
  display: inline-block;
  width: 68%;
}

#flex-content .content_media .inner_wrapper.ratio7030>.media {
  display: inline-block;
  width: 28%;
}

#flex-content .content_media .inner_wrapper>.content.full {
  width: 100%;
}

#flex-content .content_media .inner_wrapper>.media.full {
  width: 100%;
}

#flex-content .content_media .inner_wrapper>.media.accent-highlight {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  #flex-content .content_media .inner_wrapper>.content, #flex-content .content_media .inner_wrapper.ratio3070>.content, #flex-content .content_media .inner_wrapper.ratio4060>.content, #flex-content .content_media .inner_wrapper.ratio6040>.content, #flex-content .content_media .inner_wrapper.ratio7030>.content {
    width: 100%;
  }
  #flex-content .content_media .inner_wrapper>.media, #flex-content .content_media .inner_wrapper.ratio3070>.media, #flex-content .content_media .inner_wrapper.ratio4060>.media, #flex-content .content_media .inner_wrapper.ratio6040>.media, #flex-content .content_media .inner_wrapper.ratio7030>.media {
    width: 100%;
    margin-top: 20px;
  }
}

#flex-content .content_media.content_form .media:after{
  display:none;
}

/**********************************************/

/* Flex quote                                 */

/**********************************************/

#flex-content .wrap.quote {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  position: relative;
}

#flex-content .wrap.quote p {
  margin-bottom: 0;
}

#flex-content .wrap.quote .btn {
  margin: 30px 5px 0 5px;
}

#flex-content .wrap.quote.txt-shadow .container>h2, #flex-content .wrap.quote.txt-shadow .container>.sub {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

#flex-content .wrap.quote .bgcolor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#flex-content .wrap.quote .inner {
  position: relative;
  z-index: 2;
}

#flex-content .wrap.quote.txt_color_light h2, #flex-content .wrap.quote.txt_color_light .sub {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
}

/**********************************************/

/* Flex video-overview                        */

/**********************************************/

#flex-content .wrap.video-overview h2 {}

#flex-content .wrap.video-overview .videos-wrapper .video-single {
  width: 49%;
  float: left;
  margin-bottom: 40px;
}

#flex-content .wrap.video-overview .videos-wrapper .video-single:nth-of-type(2n+1) {
  clear: left;
  margin-right: 2%;
}

#flex-content .wrap.video-overview .videos-wrapper .video-single h3 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #flex-content .wrap.video-overview .videos-wrapper .video-single {
    width: 100%;
  }
  #flex-content .wrap.video-overview .videos-wrapper .video-single:nth-of-type(2n+1) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  #flex-content .wrap.video-overview .videos-wrapper .video-single {
    width: 100%;
    margin: 0 auto 20px !important;
  }
}

/**********************************************/

/* Flex highlight_pages                       */

/**********************************************/

#flex-content .wrap.highlight_pages .intro {
  max-width: 740px;
  margin: 0 auto 40px auto;
  text-align: center;
}

#flex-content .wrap.highlight_pages .highlight_pages_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#flex-content .wrap.highlight_pages .highlight_pages_list>li {
  margin: 0 0 20px 2%;
  padding: 0;
  width: 32%;
  vertical-align: top;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#flex-content .wrap.highlight_pages .highlight_pages_list>li:nth-child(3n+1) {
  margin-left: 0;
}

#flex-content .wrap.highlight_pages .highlight_pages_list>li>a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #444;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e1e1e1 inset;
  position: relative;
  -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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#flex-content .wrap.highlight_pages .highlight_pages_list>li>a:hover {
  box-shadow: 0 0 0 1px #e1e1e1 inset, 0 0 10px rgba(0, 0, 0, 0.2);
}

#flex-content .wrap.highlight_pages .highlight_pages_list>li>a .inner .content {
  padding: 20px;
}

#flex-content .wrap.highlight_pages .highlight_pages_list>li>a .inner .content p:last-child {
  margin: 0;
}

#flex-content .wrap.highlight_pages .highlight_pages_list>li>a .btn_wrapper {
  padding: 0 20px 20px 20px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #flex-content .wrap.highlight_pages .highlight_pages_list>li {
    width: 49%;
  }
  #flex-content .wrap.highlight_pages .highlight_pages_list>li:nth-child(3n+1){
    margin-left:2%;
  }

  #flex-content .wrap.highlight_pages .highlight_pages_list>li:nth-child(odd) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  #flex-content .wrap.highlight_pages .highlight_pages_list>li:nth-child(3n+1){
    margin-left:0;
  }
  #flex-content .wrap.highlight_pages .highlight_pages_list>li {
    width: 100%;
    margin-left: 0;
  }
  #flex-content .wrap.highlight_pages .highlight_pages_list>li>a .content {
    padding: 20px;
  }
  #flex-content .wrap.highlight_pages .highlight_pages_list>li>a .content .btn {
    position: static;
  }
}

/**********************************************/

/* Flex highlight_pages                       */

/**********************************************/

#flex-content .wrap.products {
  text-align: center;
}

#flex-content .wrap.products .product_list {
  margin: 0;
  padding: 0;
}

#flex-content .wrap.products h2 {
  max-width: 740px;
  margin: 0 auto 20px auto;
}

#flex-content .wrap.products .desc {
  max-width: 740px;
  margin: 0 auto;
}

#flex-content .wrap.products .product_list .product_detail {
  margin: 20px 20px 0 20px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}

#flex-content .wrap.products .product_list .product_detail a {
  display: block;
}

#flex-content .wrap.products .product_list .product_detail a:after {
  content: '';
  display: table;
  clear: both;
}

#flex-content .wrap.products .product_list .product_detail a img {
  max-width: 270px;
  height: auto;
  margin: 0 auto;
}

#flex-content .wrap.products .product_list .product_detail a .btn {
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {
  #flex-content .wrap.products_highlight .products-wrapper .product-single .productWrap>.img, #flex-content .wrap.products_highlight .products-wrapper .product-single .productWrap>a {
    width: 100%;
    display: block;
    padding-bottom: 40%;
  }
  #flex-content .wrap.products_highlight .products-wrapper .product-single .productWrap .txtWrap {
    width: 100%;
    display: block;
  }
}

/**********************************************/

/* Flex logos                                 */

/**********************************************/

#flex-content .wrap.logos {
  text-align: center;
}

#flex-content .wrap.logos .intro {
  max-width: 740px;
  margin: 0 auto 0px auto;
}

#flex-content .wrap.logos ul.logos_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#flex-content .wrap.logos ul.logos_list>li {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 2%;
}

#flex-content .wrap.logos ul.logos_list>li>.item {
  display: block;
}

#flex-content .wrap.logos .btns_wrapper {
  margin: 20px 0 0 0;
}

#flex-content .item img {
  width: 175px;
}

/**********************************************/

/* Flex multi                                 */

/**********************************************/

#flex-content .wrap.multi .container.full {
  max-width: 90%;
}

#flex-content .wrap.multi .intro {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

#flex-content .wrap.multi .multiwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#flex-content .wrap.multi .multispan a.btn {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

#flex-content .wrap.multi .multispan p:last-child {
  margin: 0;
}

#flex-content .wrap.multi .multiwrap .multispan {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

#flex-content .wrap.multi .color-white, #flex-content .wrap.multi .color-white h1, #flex-content .wrap.multi .color-white h2, #flex-content .wrap.multi .color-white h3, #flex-content .wrap.multi .color-white h4, #flex-content .wrap.multi .color-white p {
  color: #fff;
}

#flex-content .wrap.multi .hide {
  display: none;
}

#flex-content .wrap.multi .multispan .content {
  padding: 15px;
}

#flex-content .wrap.multi .multispan .content.btns {
  padding: 15px 15px 75px 15px;
}

#flex-content .wrap.multi .multispan .image img {
  width: 100%;
}

#flex-content .wrap.multi .multispan.text-right {
  text-align: right;
}

#flex-content .wrap.multi .multispan.text-center {
  text-align: center;
}

#flex-content .wrap.multi .multispan.text-center .btn {
  margin: 0 5px 10px 5px;
}

#flex-content .wrap.multi .multispan.none .content {
  padding: 15px 0 75px;
}

#flex-content .wrap.multi .multispan.none .content a.btn {
  left: 0;
}

#flex-content .wrap.multi .multispan.none {
  background-color: transparent;
}

#flex-content .wrap.multi .multispan.white {
  background-color: #fff;
}

#flex-content .wrap.multi .multispan.lightgray {
  background-color: #f3f3f3;
}

#flex-content .wrap.multi .multispan.darkgray {
  background-color: #DEDEDE;
}

#flex-content .wrap.multi.layout_width .multiwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}

#flex-content .wrap.multi.layout_width .multispan {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#flex-content .wrap.multi.layout_width .multispan:nth-of-type(2n) {
  margin-right: 0
}

#flex-content .wrap.multi.layout_width .multispan>.img {
  width: 40%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
}

#flex-content .wrap.multi.layout_width .multispan .txtWrap {
  width: 60%;
  height: 100%;
  padding: 20px;
  text-align: left;
}

#flex-content .wrap.multi.layout_width .multispan .txtWrap h3 {
  margin: 0 0 10px 0;
}

#flex-content .wrap.multi.layout_width .multispan .txtWrap a.btn {
  margin-top: 20px;
  position: static;
}

@media only screen and (max-width: 992px) {
  #flex-content .wrap.multi .span3 {
    width: 48.5%;
    margin-bottom: 20px;
  }
  #flex-content .wrap.multi .span3:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1100px) {
  #flex-content .wrap.multi.amount1 .multiwrap .multispan {
    width: 100%;
    margin-right: 0;
  }
  #flex-content .wrap.multi.amount2 .multiwrap .multispan {
    width: 47.5%;
    margin-right: 5%
  }
  #flex-content .wrap.multi.amount3 .multiwrap .multispan {
    width: 30%;
    margin-right: 5%;
  }
  #flex-content .wrap.multi.amount4 .multiwrap .multispan {
    width: 23%;
    margin-right: 2.6666666%
  }
  #flex-content .wrap.multi.amount2 .multiwrap .multispan:nth-of-type(2n) {
    clear: right;
    margin-right: 0;
  }
  #flex-content .wrap.multi.amount3 .multiwrap .multispan:nth-of-type(3n) {
    clear: right;
    margin-right: 0;
  }
  #flex-content .wrap.multi.amount4 .multiwrap .multispan:nth-of-type(4n) {
    clear: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  #flex-content .wrap.multi.amount1 .multiwrap .multispan {
    width: 100%;
    margin-right: 0;
  }
  #flex-content .wrap.multi.amount2 .multiwrap .multispan {
    width: 47.5%;
    margin-right: 5%
  }
  #flex-content .wrap.multi.amount3 .multiwrap .multispan {
    width: 47.5%;
    margin-right: 5%
  }
  #flex-content .wrap.multi.amount4 .multiwrap .multispan {
    width: 30%;
    margin-right: 5%;
  }
  #flex-content .wrap.multi.amount2 .multiwrap .multispan:nth-of-type(2n) {
    clear: right;
    margin-right: 0;
  }
  #flex-content .wrap.multi.amount3 .multiwrap .multispan:nth-of-type(2n) {
    clear: right;
    margin-right: 0;
  }
  #flex-content .wrap.multi.amount4 .multiwrap .multispan:nth-of-type(4n) {
    clear: none;
    margin-right: 5%;
  }
  #flex-content .wrap.multi.amount4 .multiwrap .multispan:nth-of-type(3n) {
    clear: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #flex-content .wrap.multi.amount2 .multiwrap .multispan, #flex-content .wrap.multi.amount3 .multiwrap .multispan, #flex-content .wrap.multi.amount4 .multiwrap .multispan {
    width: 47.5%;
    margin-right: 5%
  }
  #flex-content .wrap.multi.amount2 .multiwrap .multispan:nth-of-type(2n), #flex-content .wrap.multi.amount3 .multiwrap .multispan:nth-of-type(2n), #flex-content .wrap.multi.amount4 .multiwrap .multispan:nth-of-type(2n) {
    clear: right;
    margin-right: 0;
  }
  #flex-content .wrap.multi.layout_width .multispan {
    display: block;
  }
  #flex-content .wrap.multi.layout_width .multispan>.img {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    display: block;
  }
  #flex-content .wrap.multi.layout_width .multispan .txtWrap {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #flex-content .wrap.multi.layout_width .multispan {
    display: block;
  }
  #flex-content .wrap.multi.layout_width .multispan>.img {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    display: block;
  }
  #flex-content .wrap.multi.layout_width .multispan .txtWrap {
    width: 100%;
  }
}

/**********************************************/

/* Flex faq-detail                            */

/**********************************************/

#flex-content .faq-detail {
  padding: 100px 0;
}

#flex-content .faq-detail.none, #flex-content .white_space.none {
  background-color: transparent;
}

#flex-content .faq-detail.white, #flex-content .white_space.white {
  background-color: #fff;
}

#flex-content .faq-detail.lightgray, #flex-content .white_space.lightgray {
  background-color: #f3f3f3;
}

#flex-content .faq-detail.darkgray, #flex-content .white_space.darkgray {
  background-color: #DEDEDE;
}

#flex-content .faq-detail.spacing-none {
  padding: 0;
}

#flex-content .faq-detail.spacing-small {
  padding: 40px 0;
}

#flex-content .faq-detail.textBesideQuestion1 .left {
  width: 49%;
  float: left;
}

#flex-content .faq-detail.textBesideQuestion1 .right {
  width: 49%;
  float: right;
}

#flex-content .faq-detail .left, #flex-content .faq-detail .right {
  width: 100%;
}

#flex-content .faq-detail .text-center {
  text-align: center;
}

#flex-content .faq-detail .text-right .left {
  text-align: right;
}

#flex-content .faq-detail .text-right .content {
  text-align: right;
}

#flex-content .faq-detail.left .left {
  float: right;
}

#flex-content .faq-detail.left .right {
  float: left;
}

@media only screen and (max-width: 767px) {
  #flex-content .faq-detail.textBesideQuestion1 .left {
    width: 100%;
    float: left;
  }
  #flex-content .faq-detail.textBesideQuestion1 .right {
    width: 100%;
    float: right;
  }
}

/**********************************************/

/* Flex newsletter                            */

/**********************************************/

#flex-content .newsletter {
  text-align: center;
}

#flex-content .newsletter .form>span {
  display: inline-block;
  vertical-align: top;
  line-height: 37px;
  margin-right: 10px;
}

#flex-content .newsletter .form .gform_wrapper {
  display: inline-block;
  vertical-align: top;
  vertical-align: top;
}

#flex-content .newsletter .form .gform_wrapper .gform_body {
  display: inline-block;
  vertical-align: top;
}

#flex-content .newsletter .form .gform_wrapper .gform_body ul li {
  margin-bottom: 0;
}

#flex-content .newsletter .form .gform_wrapper .gform_body ul li label {
  display: none;
}

#flex-content .newsletter .form .gform_wrapper .gform_body ul li input {
  height: 37px;
  width: 250px;
  margin-right: 10px;
}

#flex-content .newsletter .form .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
}

/**********************************************/

/* Flex videoWrapper                          */

/**********************************************/

.videoWrapper {
  cursor: pointer;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper .play-button {
  width: 80px;
  height: 80px;
  background-color: transparent;
  box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
  border: 2px solid #fff;
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  border-radius: 100%;
  -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;
}

.videoWrapper .play-button:before {
  content: "";
  border-style: solid;
  border-width: 16px 0 16px 30px;
  border-color: transparent transparent transparent #fff;
}

.videoWrapper:hover .play-button {
  background: #e30613;
}

.videoWrapper .play-button {
  cursor: pointer;
}

.videoWrapper iframe, .videoWrapper .play-button, .videoWrapper .play-button:before {
  position: absolute;
}

.videoWrapper .play-button, .videoWrapper .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d( -50%, -50%, 0);
  -moz-transform: translate3d( -50%, -50%, 0);
  -ms-transform: translate3d( -50%, -50%, 0);
  -o-transform: translate3d( -50%, -50%, 0);
  transform: translate3d( -50%, -50%, 0);
}

.videoWrapper iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*** Homepage ***/

/*** Contact page layout ***/

/**.page-template-contact .contact_wrapper .inner{margin:0 380px 20px 0;}**/

.page-template-contact .contact_wrapper .inner .main_content {
  margin: 0 0 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.page-template-contact .contact_wrapper .inner .sidebar {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.page-template-contact .google_maps iframe {
  display: block;
  vertical-align: top;
  width: 100%;
  height: 480px;
}

/*** Gravity Forms styling ***/

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
  width: 100%;
}

.gform_wrapper textarea.medium {
  min-width: 100%;
  width: 100%;
}

.gform_wrapper .top_label .gfield_label {
  margin: 0;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-bottom: none!important;
  border-top: none !important;
  background: transparent !important;
}

.gform_wrapper .gfield_required {
  color: #e30613;
}

.gform_wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.gform_wrapper ul.gform_fields:after {
  content: '';
  display: table;
  clear: both;
}

.gform_wrapper ul li.gfield {
  margin-top: 0;
  list-style: none;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: normal;
}

.gform_wrapper ul li.gfield.checkbox-horizontal ul.gfield_checkbox>li {
  display: inline-block;
  margin-bottom: 20px;
}

.gform_wrapper ul li.gfield.checkbox-horizontal ul.gfield_checkbox>li+li {
  margin-left: 30px;
}

.gform_wrapper ul li.gfield.gform_hidden, .gform_wrapper ul li.gfield.hide, .gform_wrapper ul li.gfield.gform_validation_container {
  display: none;
}

.gform_wrapper ul li.gfield.no-label>.gfield_label {
  display: none;
}

.gform_wrapper ul li.gfield.odd {
  width: 48%;
}

.gform_wrapper ul li.gfield.even.end {
  width: 48%;
  margin-left: 4%;
}

.gform_wrapper ul {
  padding: 0;
  margin-bottom: 0;
}

.gform_wrapper ul li.gfield .ginput_container_checkbox>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gform_wrapper ul li.gfield .ginput_container_radio>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gform_wrapper form.submit-right .gform_footer {
  text-align: right;
}

.gform_wrapper .gform_footer {
  position: relative;
  z-index: 2;
}

.gform_wrapper .gform_footer input[type=submit] {}

.gform_wrapper div.validation_error {
  line-height: 24px;
}

form .validation_error {
  color: #dd0613;
}

form .validation_error:before {
  content: "!";
  color: #fff;
  background: #dd0613;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  margin-right: 10px;
}

.gform_wrapper ul li.gfield.gfield_error .validation_message {
  position: relative;
  background: #dd0613;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

.gform_wrapper ul li.gfield.gfield_error .validation_message:before {
  bottom: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 23, 68, 0);
  border-bottom-color: #d51744;
  border-width: 7px;
}

/*******************************************/

/******************* FAQ *******************/

/*******************************************/

/* faq overview */

.faq-overview ul {
  margin-left: 0;
  padding-left: 0;
}

.faq-overview ul li {
  width: 30%;
  margin-right: 3.3%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.faq-overview ul li span {
  width: 90%;
  margin: 20px auto;
  height: 100px;
  display: block;
}

.faq-overview ul li span.img img {
  width: ;
  max-width: 100px;
  display: inline-block;
  height: auto;
  max-height: 100px
}

/* faq detail */

#faq {
  margin-bottom: 30px;
}

#faq h3 {}

#faq .item {
  position: relative;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  background-color: #fff;
  -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;
}

#faq .item:last-of-type {
  border-bottom: 1px solid #ebebeb;
}

#faq .item .title {
  background-size: 19px auto;
  padding: 15px 40px 15px 15px;
  position: relative;
  cursor: pointer;
  line-height: normal;
  font-weight: 700;
  color: #757473
}

#faq .item .title:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #e30613;
  -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;
}

#faq .item.active .title {}

#faq .item.active .title:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#faq .item .desc {
  font-size: 15px;
  padding: 0 15px 15px 15px;
}

#faq .item .desc p:last-of-type {
  margin-bottom: 0;
}

#faq .item:nth-child(odd) .title {}

#faq .item:nth-child(even) .title {}

#faq .item .desc {
  display: none;
}

#faq .item.active {
  background: #f6f6f6;
}

/********************************************/

/******************* Blog *******************/

/********************************************/

#archive {
  padding: 50px 0;
}

.post-type-archive-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.post-type-archive-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-type-archive-items>li {
  margin: 0 0 40px 40px;
  padding: 0;
  width: calc((100% - 80px) / 3);
  vertical-align: top;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-type-archive-items>li:nth-child(3n+1) {
  margin-left: 0;
}

.post-type-archive-items>li>a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #444;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e1e1e1 inset;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out#head#head;
  -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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-type-archive-items>li>a:hover {
  box-shadow: 0 0 0 1px #e1e1e1 inset, 0 0 10px rgba(0, 0, 0, 0.2);
}

.post-type-archive-items>li>a .inner {
  width: 100%;
}

.post-type-archive-items>li>a .img_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}

.post-type-archive-items>li>a .img_wrapper:before {
  content: '';
  background: #fff;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.post-type-archive-items>li>a:hover .img_wrapper:before {
  opacity: 0.55;
}

.post-type-archive-items>li>a .img_wrapper img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-type-archive-items>li>a .inner .content {
  padding: 20px;
}

.post-type-archive-items>li>a .inner .content p:last-child {
  margin: 0;
}

.post-type-archive-items>li>a .btn_wrapper {
  padding: 0 20px 20px 20px;
  width: 100%;
}

.post-type-archive-items>li>a .btn_wrapper svg {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.post-type-archive-items>li>a:hover .btn_wrapper svg {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

@media only screen and (max-width: 992px) {
  .post-type-archive-items>li {
    width: calc((100% - 40px) / 2);
  }
  .post-type-archive-items>li:nth-child(3n+1) {
    margin-left: 40px;
  }
  .post-type-archive-items>li:nth-child(odd) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .post-type-archive-items>li {
    width: 100%;
    margin-left: 0;
  }
  .post-type-archive-items>li:nth-child(3n+1) {
    margin-left: 0;
  }
  .post-type-archive-items>li:last-child {
    margin-bottom: 0;
  }
}

#list-overview {
  min-height: 200px;
}

#list-overview .intro {}

#list-overview .filter {
  width: 250px;
  background: #f3f3f3;
  position: absolute;
}

#list-overview .filter .content {
  padding: 20px;
}

#list-overview .filter ul {
  padding: 0;
  margin: 0
}

#list-overview .filter ul li {
  margin: 0;
  padding: 0
}

#list-overview .filter+.item-list {
  padding-left: 270px;
}

#list-overview .item-list ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
  padding-left: 24px;
}

#list-overview .item-list ul li {
  width: 30%;
  margin: 0 0 30px 5%;
}

#list-overview .item-list ul li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

#list-overview .filter+.item-list ul li {
  width: 47.5%;
}

#list-overview .filter+.item-list ul li:nth-child(3n+1) {
  margin-left: 5%;
}

#list-overview .filter+.item-list ul li:nth-child(odd) {
  margin-left: 0;
  clear: both;
}

#list-overview .item-list ul li>a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  position: relative;
  border: 1px solid #f3f3f3;
}

#list-overview .item-list ul li>a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 0;
  background: #e30613;
  -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;
}

#list-overview .item-list ul li>a:hover:after {
  height: 5px;
}

#list-overview .item-list ul li a img {
  -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;
}

#list-overview .item-list ul li a .content {
  padding: 20px;
}

#list-overview .item-list ul li a .content .date_wrapper {
  font-size: 12px;
  opacity: 0.8;
  margin: 0 0 5px 0;
}

#list-overview .item-list ul li a .content .read-more {
  text-decoration: underline;
  color: #e30613;
}

#list-overview .loader {
  position: absolute;
  left: 50%;
  margin-left: 40px;
  z-index: 1;
}

#list-overview .pagnitation {
  text-align: center;
}

#list-overview .item-list .no-events {
  margin: 0 0 40px 0;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f3f3f3;
}

#list-overview .btn_wrapper {
  text-align: center;
  margin: 0 0 40px 0;
}

.single .more {
  padding: 50px 0;
  background: #f3f3f3;
}

.single .more .recent, .more-blogs .related {
  float: left;
  width: 45%;
}

.single .more .recent {
  margin-right: 10%;
}

.single .more ul {
  padding: 0;
  margin: 0;
}

.single .more ul li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px 20px 0px;
  border-left: 5px solid #f3f3f3;
  -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;
}

.single .more ul li:hover {
  border-left: 5px solid #e30613;
  padding-left: 10px;
  padding-right: 0
}

.single .more ul li:last-of-type {
  border-bottom: 0;
}

.single .more ul li a {
  color: inherit;
  text-decoration: none;
  display: block
}

.single .more ul li a p {
  margin-bottom: 0;
}

.single .more ul li a span {
  color: #e30613;
}

.navigation {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.navigation>h2 {
  display: none;
}

.navigation a {
  text-decoration: none;
}

.navigation>div {
  display: inline-block;
  text-align: center;
}

.navigation>div .page-numbers {
  padding: 2px 10px;
  border: 1px solid transparent;
  display: inline-block;
  color: #3c3c3b;
  text-decoration: none;
  border-radius: 0;
  -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;
}

.navigation>div .page-numbers:not(.dots):hover, .navigation>div .page-numbers.current {
  border: 1px solid #e30613;
}

/*.navigation > div .page-numbers.prev{background:url(images/arrow_blue.svg) repeat-x center center; -webkit-transform:rotate(180deg) translateX(20px);-moz-transform:rotate(180deg) translateX(20px);-ms-transform:rotate(180deg) translateX(20px);-o-transform:rotate(180deg) translateX(20px);transform:rotate(180deg) translateX(20px); }*/

.navigation>div .page-numbers.prev:hover {
  background-position: 27px center;
}

.navigation>div .page-numbers.next {
  background: url(images/arrow_blue.svg) repeat-x center center;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.navigation>div .page-numbers.next:hover {
  background-position: 27px center;
}

.navigation>div .page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
  background: #e30613;
  color: #fff;
}

.navigation>div .page-numbers.prev:hover, .navigation>div .page-numbers.next:hover {
  border: 1px solid transparent;
}

.navigation a.btn {
  padding: 7px 16px;
  background-image: none;
}

.navigation a.btn:hover {
  background-color: #e30613;
  background-image: none;
  color: #fff;
  border: 1px solid #e30613;
}

.navigation>.previous_page, .navigation>.next_page {
  border: 1px solid transparent;
  padding: 7px 0;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  line-height: 19px;
}

.navigation>.previous_page a, .navigation>.next_page a {
  -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;
}

.navigation>.previous_page {
  position: absolute;
  left: 0;
}

.navigation>.previous_page a {
  padding-left: 36px;
  background: url(images/arrow_blue_left.svg) no-repeat center left;
}

.navigation>.previous_page a:hover {
  background-position: center left;
  background-position: center left -10px;
}

.navigation>.next_page {
  position: absolute;
  right: 0;
}

.navigation>.next_page a {
  padding-right: 36px;
  background: url(images/arrow_blue.svg) no-repeat center right;
}

.navigation>.next_page a:hover {
  background-position: center right;
  background-position: center right -10px;
}

.socialMediaShare {
  text-align: center;
  margin-bottom: 10px;
}

.socialMediaShare a {
  text-decoration: none;
  font-size: 20px;
  margin: 0 10px;
}

.socialMediaShare a:hover {
  color: #333
}

/*****************************************************************************************/

/************************ Footer / Default layout set to layout 1 ************************/

/*****************************************************************************************/

#footer {
  font-size: 16px;
  line-height: 24px;
}

#footer .top {
  padding: 40px 0;
  background-color: #f6f6f6;
}

#footer .top a:not(.btn) {
  color: #444;
  text-decoration: none;
}
#footer .top a:not(.btn):hover {
  text-decoration: underline;
}

#footer .top .title {
  font-size: 120%;
  line-height: 120%;
  font-weight: bold;
  margin: 0 0 12px 0;
}

#footer .top .desc p:last-child {
  margin-bottom: 0;
}

#footer .top .footer-address a:not(.btn) {
  text-decoration: none;
}

#footer .top .footer-address a:not(.btn):hover {
  text-decoration: underline;
}

#footer .top .row>[class*="col"] {
  display: inline-block;
  vertical-align: top;
}

#footer .top .row>[class*="col-3"] {
  width: 23.5%;
  margin: 0 0 0 2%;
}

#footer .top .row>[class*="col-3"]:nth-child(4n+1) {
  margin-left: 0;
}

#footer .footer-more-info .sm {
  margin: 14px 0 0 0;
}

#footer .bottom {
  padding: 20px 0;
  background-color: #5c1357;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

#footer .bottom a:not(.btn) {
  color: #fff;
  text-decoration: none;
}

#footer .bottom a:not(.btn):hover {
  text-decoration: underline;
}

#footer .footer-nav {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer .footer-nav ul:before {
  content: '\00a0|\00a0';
  margin: 0 4px
}

#footer .footer-nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#footer .footer-nav ul li a {
  display: inline-block;
}

#footer .footer-nav>ul.menu>li:not(:first-child):before {
  content: '\00a0\007C\00a0';
  display: inline-block;
}

#footer .footer-nav>ul.menu>li:not(:first-child)[class*="current"]>a {
  text-decoration: underline;
}

#footer .footer-nav>ul.menu>li ul {
  display: none;
}

.bureauvet-link {
  font-size: 14px;
}

.bureauvet-link a {
  color: #fff;
  text-decoration: none;
}

.bureauvet-link a:hover {
  text-decoration: underline;
}

.bureauvet-link svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

/* Lightbox styling Preload images */

body:after {
  content: url(images/lightbox/close.png) url(images/lightbox/loading.gif) url(images/lightbox/prev.png) url(images/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/** CUSTOM YV CSS **/

.flex-row {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
}

.flex-4 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
  -ms-flex: 0 0 25%;
  display:flex;
  align-items: stretch;
}

.flex-4 .items {
  min-height: 310px;
  width:100%;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-4 .items::after {
  content: "";
  padding: 0;
  width: 100%;
  height: 30px;
  /* padding-top: 10px; */
  /* border-style: solid; */
  /* border-width: 20px 270px 0 0; */
  /* border-color: #fff transparent transparent transparent; */
  display: inline-block;
  margin-bottom: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: 100% 100%;
  transform: skewY(-6deg);
  z-index: 1;
}

.flex-4 .items .top,
.flex-4 .items .bottom{
  width:100%;
}


.flex-4 .items img {
  margin: -50px auto 0 auto;
  height: 100px;
  width: 100px;
}

.text-center {
  text-align: center;
}

#header p {
  width: 40%;
  line-height: 24px;
  letter-spacing: 0.4px;
}

#header h1 {
  letter-spacing: 0.6px;
}

#diensten {
  background-color: #ededed;
  padding-bottom: 125px;
}

#diensten h3 {
  margin-top: 20px;
  font-family: oswald, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  font-size:26px;
}

#diensten p {
  padding: 0px 10px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  min-height: 115px;
}

.page-template-front-page h2 {
  background-image: url("https://nlwels-sinichino.savviihq.com/wp-content/uploads/back_h2.png");
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-position: left center;
  background-size: 85px 70px;
  padding: 20px;
  padding-left: 25px;
  display: inline-block;
  letter-spacing: 0.5px;
}

.widget::before {
  content: "Select language \00a0\007C\00a0";
  position: relative;
  display: inline-block;
}
#head .top .widget{
  display: inline-flex;
}

.wpml-ls-legacy-dropdown{
  width: 6.5em;
  margin-top: 2px;
}

.wpml-ls-legacy-dropdown a{
  border:none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
  right:0px;
  margin-left:5px;
  right: unset;
}

a.wpml-ls-link:hover {
  background: #f39000;
}

.btn.invert.outline {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px white;
  color: white;
}
.btn.invert.outline:hover {
  background-color: white;
  box-shadow: none;
  color: #444;
}


.curlicues {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 20px;
}



#quote .content {
  padding: 60px 80px 60px 80px;
  color: white;
  background-color: #5c1357;
  z-index: 10;
  position: relative;
  text-align: left;
}

.page-template-front-page #quote .content::before {
  content: " ";
  background-image: url(images/frills.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 160px 135px;
  position: absolute;
  display: inline-block;
  z-index: 1;
  height: 140px;
  width: 231px;
  margin-top: -51px;
  margin-left: -20px;
}

#quote .container::after {
  content: " ";
  transform: rotate(-2deg);
  background-color: #f39000;
  height: 30px;
  width: 100%;
  max-width: 90%;
  padding: 0;
  margin-top: -15px;
  margin-left: 10px;
  display: block;
  position: absolute;
  margin-bottom: -30px;
  z-index: 1;
}

.quote h2 {
  text-align: left;
}

.quote .subquote {
  text-align: left;
  font-size: 14px !important;
  color: white;
}

.mt {
  margin-top: 50px;
}

.mt-contact {
  margin-top: 100px;
}

.inner .subtext {
  padding-top: 35px;
}

.highlight_pages p {
  padding-top: 10px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
}

.highlight_pages .btn {
  color: black;
  background-color: white;
  border: solid 2px black;
}

.media .accent-none::after {
  content: "";
  display: none;
}

.contactpers {
  width: calc(50% - 20px);
  list-style-type: none;
  vertical-align: top;
  display:inline-block;
  margin-bottom: 20px;
  line-height: 22px;
  padding-left: 20px;
}

.contactbg {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
  padding-left: 33px;
  margin-bottom: 30px;
  margin-left: -10px;
}

.contactbg .sp {
  padding-left: 16px;
}

.contactpers b {
  vertical-align: middle;
}

.contactpers img {
  vertical-align: middle;
  width: 20px;
  float: right;
  margin-top: .3rem;
  margin-right: .5rem;
}

.sidecontact {
  width: calc(50% - 20px);
  display: inline-block;
  line-height: 20px;
}

.sidecontact p:last-child{
  margin-bottom:0;
}

.footer-logo img {
  max-width: 175px;
  height:auto;
}

#head .mainmenu ul.menu>li:last-child:hover>a, #head .mainmenu ul.menu>li[class*="current"]:last-child>a {
  border-color: transparent;
}

.cookie-notice-container{
  background-color:#5c1357;
}

/* .xsmall h2{
  margin-top:100px;
} */

/*===============================================================================*/

/*=========================== Start responsive layout ===========================*/

/*===============================================================================*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1300px) {
  /*** Globals ***/
  /*** Default template parts ***/
  .container {
    max-width: 952px;
    width: 100%;
  }
  .container.xxsmall {
    max-width: 470px;
  }
  .container.xsmall {
    max-width: 740px;
  }
  .container.small {
    max-width: 952px;
  }
  .container.large {
    max-width: 952px;
  }
  .container.xlarge {
    max-width: 952px;
  }
  .container.full {
    max-width: inherit;
    width: 100%;
  }
  .flex-4 .items {
    min-height: 410px;
  }

  #diensten h3{
    font-size:22px;
  }

  #head .mainmenu ul.menu>li{
    margin-left:13px;
  }

  #head .mainmenu a{
    font-size:15px;
  }
  /*** Default header ***/
  .scroll{
    display:none;
  }
  /*** Flex content ***/
  /*** Homepage ***/
  /*** Contact page ***/
  .page-template-contact .contact_wrapper .inner {
    margin: 0;
  }

  .page-template-contact .contact_wrapper .inner .main_content{
    width:calc(100% - 580px);
  }

  .page-template-contact .contact_wrapper .inner .sidebar {
    /* margin: 0 -340px 20px 40px; */
    width: 580px;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  /*** Globals ***/
  /*** Default template parts ***/
  .container {
    max-width: 718px;
  }
  .container.xxsmall {
    max-width: 470px;
  }
  .container.xsmall {
    max-width: 718px;
  }
  .container.small {
    max-width: 718px;
  }
  .container.large {
    max-width: 718px;
  }
  .container.xlarge {
    max-width: 718px;
  }
  .container.full {
    max-width: inherit;
    width: 100%;
  }
  /*** Head ***/
  #head {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }

  .wpml-ls-legacy-dropdown{
    position: absolute;
    top:12px;
    right:60px;
    width:82px;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    padding-right:10px;
  }

  /*** Blog overview ***/
  .showFilter {
    display: block;
    color: #fff;
    padding: 12px;
    background: #f00;
    width: 96px;
    margin-bottom: 10px;
  }
  #list-overview .filter {
    position: inherit;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
  }
  #list-overview .filter+.item-list {
    padding-left: 0;
  }
  #list-overview .filter+.item-list {
    padding-left: 0;
  }
  #list-overview .item-list ul li {
    width: 47.5%;
  }
  #list-overview .item-list ul li:nth-child(3n+1) {
    margin-left: 5%;
  }
  #list-overview .item-list ul li:nth-child(odd) {
    margin-left: 0;
  }

  .flex-4 .items::after{
    transform: skewY(-4deg);
  }
  /*** Default header ***/
  .scroll{
    display:none;
  }
  /*** Flex content ***/
  /*** Homepage ***/
  .flex-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 80px;
  }

  .media::after {
    height: 21px;
    width: 100%;
  }
  .flex-row {
    padding-top: 0px;
  }
  #quote .container.small::after {
    height: 22px;
  }
  #diensten {
    padding-bottom: 50px;
  }
  /*** Contact page ***/
  .page-template-contact .contact_wrapper .inner {
    margin: 0 0 20px 0;
  }
  .page-template-contact .contact_wrapper .inner .main_content{
    width:100%;
  }
  .page-template-contact .contact_wrapper .inner .sidebar {
    margin: 20px 0 0 0;
    width: 100%;
  }
  /*** Footer ***/
  #footer .top .row>[class*="col-3"] {
    width: 32%;
  }
  #footer .top .row>[class*="col-3"]:not(:first-child) {
    margin-top: 24px;
  }
  #footer .top .row>[class*="col"].footer-contact {
    margin-left: 0;
  }
  #footer .top .row>[class*="col"].footer-logo {
    width: 100%;
    text-align: center;
  }

  #breadcrumb .inner{
    top:0px;
}

#subheader .wrapper .inner .subtext{
  width:75%;
}

#subheader .wrapper .inner .subtext::before{
  min-width:70%;
}
.flex-4::after{
  display: none;
}

.flex-4 .items {
  min-height: 325px;
}
.scroll{
  display:none;
}
/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
  /*** Globals ***/
  /*** Default template parts ***/
  .container {
    max-width: 460px;
  }
  .container.xxsmall {
    max-width: 430px;
  }
  .container.xsmall {
    max-width: 430px;
  }
  .container.small {
    max-width: 430px;
  }
  .container.large {
    max-width: 430px;
  }
  .container.xlarge {
    max-width: 430px;
  }
  .container.full {
    max-width: inherit;
    width: 100%;
  }
  /*** Default header ***/
.scroll{
  display:none;
}

  /*** Homepage ***/
  .flex-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 40px;
  }
  .flex-4::after {
    visibility: hidden;
  }
  .media::after {
    height: 21px;
    width: 100%;
    max-width: 90%;
  }
  #diensten {
    padding-bottom: 50px;
  }
  .flex-row {
    padding-top: 0px;
  }
  #header p {
    width: 50%;
    line-height: 24px;
    letter-spacing: 0.4px;
  }

  .flex-4 .items {
    min-height: 325px;
  }

  /** Default page **/
  #subheader .wrapper .inner .headtext::before{
    max-width: 90%;
    height: 35px;
  }
  #subheader .wrapper .inner .subtext {
    width: 100%;
  }

  #header .wrapper{
    min-height: 350px;
  }
  #header .wrapper .inner h1{
    font-size:40px;
  }

  .logo img{
    height:60%;
  }
  /*** Contact page ***/
  /*** Flex content ***/
  /*** Blog ***/
  #list-overview .item-list ul li {
    margin-left: 0;
    width: 100%;
  }
  #list-overview .item-list ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  #list-overview .filter+.item-list ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  #list-overview .filter+.item-list ul li {
    margin-left: 0;
    width: 100%;
  }
  /*** Footer ***/
  #footer .top .row>[class*="col-3"] {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #footer .bottom .row {
    display: block;
    text-align: center;
  }
  #footer .bottom .row .col.websiteby {
    margin-top: 20px;
  }
  .flex-media-content .media::after{
    width:90%;
    max-width:90%;
    height: 22px;
  }
  .flex-content-media .media::after{
    width:90%;
    max-width:90%;
    height: 22px;
  }

  .flex-media-content.ratio7030>.media:after{
    height: 20px;
    width: 100%;
    max-width: 90%;
  }

  #breadcrumb .inner{
    top:0px;
    font-size:10px;
  }

  .page-template-contact .contact_wrapper .inner .main_content{
    width:100%;
  }

  .contactpers{
    width:100%;
  }

  .sidecontact{
    margin-bottom: 15px;
    width:100%;
  }

  .contactbg .sp{
    padding-left:0px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  /*** Globals ***/
  .gform_wrapper ul li.gfield.odd, .gform_wrapper ul li.gfield.even.end {
    width: 100%;
    margin-left: 0;
  }
  /*** Search results ***/
  #search-results ul li>a {
    display: none;
  }
  #search-results ul li.image .content {
    width: 100%;
    padding-left: 0;
  }
  /*** Blog ***/
  /*** Default template parts ***/
  .container {
    width: 90%;
    max-width: 90%;
  }
  .container.xxsmall {
    max-width: 90%;
  }
  .container.xsmall {
    max-width: 90%;
  }
  .container.small {
    max-width: 90%;
  }
  .container.large {
    max-width: 90%;
  }
  .container.xlarge {
    max-width: 90%;
  }
  .container.full {
    max-width: inherit;
    width: 100%;
  }
  /*** Default header ***/
  /*** Homepage ***/
  .flex-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .flex-4::after {
    visibility: hidden;
  }
  .media::after {
    height: 21px;
    width: 100%;
    max-width: 90%;
  }
  #diensten {
    padding-bottom: 50px;
  }
  .flex-row {
    padding-top: 0px;
  }
  #header p {
    width: 100%;
    line-height: 24px;
    letter-spacing: 0.4px;
  }

  .inner .subtext{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #subheader .wrapper .inner .headtext::before{{
    margin-top: 184px;
  }


  .flex-media-content .media::after{
    height: 20px;
    width: 90%;
    max-width: 90%;
  }

  .flex-content-media .media::after{
    height: 20px;
    width: 90%;
    max-width: 90%;
  }
  .flex-media-content.ratio7030>.media:after{
    height: 20px;
    width: 100%;
    max-width: 90%;
  }

  #subheader .wrapper .inner h1{
    font-size:32px;
  }

  h2{
    font-size:30px;
  }

  #flex-content .wrap.quote.txt_color_light h2, #flex-content .wrap.quote.txt_color_light .sub{
    font-size: 28px;
    line-height: 35px;

  }

  #footer .footer-nav>ul.menu>li:not(:first-child):before{}
  /*** Flex content ***/
  /*** Contact page ***/
  /*** Footer ***/
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  /*** Globals ***/
  /*** Default template parts ***/
  /*** Homepage ***/
}
