@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Styles */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Base Import -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Base */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !-- Variables -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Built-In Fonts -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Imported Fonts -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
	Proxima Nova
		Thin       100
		Light      300
		Regular    400
		Medium     500
		Semibold   600
		Bold       700
		Extrabold  800
		Black      900
*/
/* -- Transitions -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Media queries breakpoints -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Page  -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Colors -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Sizes -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Icomoon Font Icons -- */
/* !-- Mixins -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Adds a clearfix for the current selector -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Adds an hover/focus state for the current selector -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Outputs a basic Icomoon rule -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !-- Stylesheets Imports -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 */
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;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Icomoon -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/Icomoon/icomoon.woff");
  src: url("../fonts/Icomoon/icomoon.woff") format("woff"), url("../fonts/Icomoon/icomoon.ttf") format("truetype"), url("../fonts/Icomoon/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* -- Blockletter -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
  font-family: "blockletter";
  src: url("../fonts/Blockletter/Blockletter.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Glitz -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
  font-family: "Glitz";
  src: url("../fonts/Glitz/Glitz.woff2") format("woff2"),
       url("../fonts/Glitz/Glitz.woff") format("woff"),
       url("../fonts/Glitz/Glitz.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Core */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
* {
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(147, 213, 10, 0.3);
}
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.ark-viewport-helper {
  color: white;
  font: normal normal 1.1rem/1em "Menlo Regular", Monaco, Courier, "Courier New", monospace;
  padding: 3px 5px;
  border: 1px solid #0864de;
  border-radius: 5px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 10000;
  opacity: 0.5;
  cursor: default;
  display: none;
}
.ark-viewport-helper:hover, .ark-viewport-helper:focus {
  opacity: 1;
}

#viewport {
  overflow: hidden;
  position: relative;
}

body {
  color: #444444;
  font-size: 2.4rem;
  font-family: "proxima-nova", sans-serif;
  background: #2a2a2a;
  text-align: center;
}

html.noscroll, html.noscroll body {
  height: 100%;
  overflow: hidden;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=file], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 1em;
}

p, ul, ol, dt, dd {
  margin-bottom: 1em;
}

ul, ol {
  margin-left: 1.5em;
  list-style: disc;
}
@media (max-width: 479px) {
  ul, ol {
    margin-left: 1em;
  }
}

ul li ul li {
  list-style: circle;
}

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

hr {
  display: none;
}

p {
  line-height: 1.2em;
  font-weight: 400;
}
@media (max-width: 768px) {
  p {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  p {
    font-size: 1.8rem;
  }
}
p a {
  color: #93D50A;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
p a:hover {
  text-decoration: underline;
}
p strong {
  font-weight: 700;
}

ul li a {
  color: #93D50A;
  text-decoration: none;
}

em {
  font-style: italic;
}

h1 {
  font-size: 8rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
  margin: 0;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 5rem;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }
}
h1 strong {
  display: inline;
  color: #93D50A;
}

#page-header #header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page-header p.page, #intro p.page {
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  #page-header p.page, #intro p.page {
    font-size: 1.8rem;
  }
}
@media (max-width: 479px) {
  #page-header p.page, #intro p.page {
    font-size: 1.2rem;
  }
}
#page-header p.page:before, #page-header p.page:after, #intro p.page:before, #intro p.page:after {
  content: "-";
  padding: 0 5px;
}

#page-header p.page {
  margin-bottom: 0;
}

#page-header h1 + p {
  color: #fff;
  font-size: 2.4rem;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  #page-header h1 + p {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  #page-header h1 + p {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 5rem;
  font-weight: 300;
  color: #93D50A;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #959595;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
h3 a {
  color: #93D50A;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
h3 a:hover {
  text-decoration: underline;
}

.home h3 {
  font-size: 3rem;
  font-weight: 300;
  color: #444444;
  margin: 0 0 30px 0;
}

.dark h3 {
  color: #959595;
}

.home .dark h3 {
  color: #fff;
}

.article-content {
  text-align: left;
}
.article-content p, .article-content ul li {
  font-size: 1.8rem;
  line-height: 1.3em;
}
.article-content p strong, .article-content ul li strong {
  font-weight: 700;
}
.article-content h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #93D50A;
  text-transform: uppercase;
  margin: 40px 0 15px 0;
}
.article-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  text-transform: none;
  margin: 10px 0 15px 0;
}
.article-content h4 {
  text-transform: none;
}
.article-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.article-content .video-container iframe,
.article-content .video-container object,
.article-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #444444;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.color-bkom {
  color: #93D50A;
}

.white {
  color: white;
}

#reel-video .lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -230px;
  margin-left: -427px;
  z-index: 10;
  transform: scale(0);
  transition: transform 0.25s ease-in-out;
}
#reel-video .lightbox iframe {
  box-shadow: 0 0 37px 9px rgba(0, 0, 0, 0.75);
  background: #000;
}
#reel-video.show .lightbox {
  transform: scale(1);
}
#reel-video.close .lightbox {
  transform: scale(0);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Header */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
header {
  height: 170px;
  position: fixed;
  z-index: 500;
  right: 0;
  left: 0;
  top: 0;
  transition: transform 0.25s ease-in-out, height 0.25s ease-in-out;
  /* Managing sticky header */
  /* Header overlay lightbox expand */
  /* Bkom Logo */
  /* Menu Trigger Button */
}
header.expand, header.expand:after {
  height: 100% !important;
  bottom: 0;
}
.noscroll header {
  overflow-y: scroll;
}
header.hide:after {
  display: none !important;
}
header.expand.hide:after {
  display: block !important;
}
header.headroom--top:after {
  opacity: 0;
  height: 170px;
}
header.headroom--not-top {
  height: 90px;
  transform: translateY(-90px);
}
header.headroom--pinned {
  transform: translateY(0%);
}
header.headroom--unpinned {
  transform: translateY(-90px);
}
header.expand.headroom--unpinned {
  transform: translateY(0%);
}
header:after {
  content: "";
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/themes/bkom/assets/img/interface/bg-overlay.png") 0 0 repeat;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out;
}
header.headroom--not-top:after {
  opacity: 1;
  height: 90px;
}
header.expand.headroom--top:after {
  opacity: 1;
}
@media (max-width: 768px) {
  header {
    /* Managing sticky header */
  }
  header {
    height: 70px;
  }
  header.headroom--not-top {
    height: 70px;
  }
  header.headroom--unpinned {
    transform: translateY(-90px);
  }
  header.headroom--not-top:after {
    opacity: 1;
    height: 70px;
  }
  header.expand.headroom--top:after {
    opacity: 1;
  }
  header:after {
    height: 70px !important;
    opacity: 1;
  }
}
header #header-logo {
  width: 330px;
  height: 118px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 24px;
  z-index: 9999;
}
@media (max-width: 768px) {
  header #header-logo {
    height: 39px;
    left: 10px;
    top: 15px;
  }
}
header #header-logo a {
  background: url("/wp-content/themes/bkom/assets/img/bkom-logo.png") 0% 0% no-repeat;
  background-size: contain;
  display: block;
  height: 106px;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
header.headroom--top #header-logo a, header.expand #header-logo a {
  height: 106px;
}
@media (max-width: 479px) {
  header.headroom--top #header-logo a, header.expand #header-logo a {
    height: 70px;
  }
}
header.headroom--unpinned #header-logo a, header.headroom--not-top.headroom--pinned #header-logo a, header.headroom--not-top #header-logo a {
  height: 54px;
  background-size: contain;
  background-position: 0% 0%;
}
header .mn-trigger {
  width: 50px;
  height: 42px;
  border-radius: 0;
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 9999;
  background-color: transparent;
  transform: translateZ(0);
  transition: background 0.25s ease-in-out;
  /* Trigger Text */
  /* Tripple bar icons */
  /* When the menu is active */
}
@media (max-width: 1024px) {
  header .mn-trigger {
    top: 15px;
    right: 10px;
  }
}
header .mn-trigger:focus {
  outline: none;
}
header .mn-trigger .label {
  width: 100px;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 2rem;
  position: absolute;
  left: -100px;
  top: 10px;
  text-transform: uppercase;
  background-color: transparent !important;
  text-align: right;
  overflow: hidden;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}
@media (max-width: 1024px) {
  header .mn-trigger .label {
    font-size: 1.6rem;
    top: 5px;
  }
}
header .mn-trigger .label-menu {
  display: block;
}
@media (max-width: 1024px) {
  header .mn-trigger .label-menu {
    display: none;
  }
}
header .mn-trigger.is-active .label-menu {
  display: none;
}
header .mn-trigger .label-close {
  display: none;
}
header .mn-trigger.is-active .label-close {
  display: block;
  transform: translateZ(0);
}
@media (max-width: 1024px) {
  header .mn-trigger.is-active .label-close {
    display: none;
  }
}
header .mn-trigger .bar {
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: white;
  border-radius: 0;
  transition: background 0s 0.3s;
  transform: translateZ(0);
}
header .mn-trigger .bar:before, header .mn-trigger .bar:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  border-radius: 0;
  transition-duration: 0.3s, 0.3s, 0.3s;
  transition-delay: 0.3s, 0s, 0s;
  transition-property: bottom, transform;
}
header .mn-trigger .bar:before {
  top: -8px;
  transition-property: top, transform;
}
header .mn-trigger .bar:after {
  bottom: -8px;
}
header .mn-trigger.is-active {
  border-color: #93D50A;
  background-color: transparent;
}
header .mn-trigger.is-active .label {
  color: #93D50A;
}
header .mn-trigger.is-active .bar {
  background: none;
}
header .mn-trigger.is-active .bar:before, header .mn-trigger.is-active .bar:after {
  background-color: #93D50A;
  transition-delay: 0s, 0.3s, 0.3s;
}
header .mn-trigger.is-active .bar:before {
  top: 0;
  transform: rotate(45deg);
}
header .mn-trigger.is-active .bar:after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Menu */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
header nav {
  display: table;
  text-align: center;
  width: 100%;
  z-index: 3;
  position: relative;
  height: 100%;
  transform: translateY(-100%);
  transition: transform 0.25s ease-in-out;
}
header nav .wrap {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
header nav .main-nav {
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  header nav .main-nav {
    margin: 25px 0 10px;
  }
}
header nav .main-nav li {
  font-size: 1.6rem;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  header nav .main-nav li {
    margin: 0;
    padding: 2px 15px;
  }
}
header nav .main-nav li a {
  width: 600px;
  padding: 3px 0;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 300;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media (max-height: 900px) {
  header nav .main-nav li a {
    width: 270px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  header nav .main-nav li a {
    width: 270px;
    font-size: 2rem;
  }
}
header nav .main-nav li a span {
  display: block;
}
header nav .main-nav li a:hover {
  background: #97d700;
  color: #000;
}
header nav .main-nav li.current-menu-item a, header nav .main-nav li.current_page_parent a {
  background: #97d700;
  color: #000;
}
header nav .main-nav#menu-menu-fr li a {
  width: 680px;
  padding: 6px 0 3px 0;
}
@media (max-width: 768px) {
  header nav .main-nav#menu-menu-fr li a {
    width: 295px;
  }
}
header nav .social-icons {
  list-style: none;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  header nav .social-icons {
    margin: 10px 0 0;
  }
}
header nav .social-icons li {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 7px;
  position: relative;
}
@media (max-width: 768px) {
  header nav .social-icons li {
    left: 0;
    height: 30px;
    width: 30px;
    margin: 0 2px;
  }
}
header nav .social-icons li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}
header nav .social-icons li a:before {
  content: "";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  color: #B1B1B1;
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  left: 0;
  text-decoration: none;
  text-indent: 0;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  header nav .social-icons li a:before {
    content: "";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1em;
    font-family: icomoon, sans-serif;
    margin-left: -5px;
  }
}
header nav .social-icons li a:hover:before {
  color: #93D50A;
}
header nav .social-icons li a.social-facebook:before {
  content: "\e905";
}
header nav .social-icons li a.social-twitter:before {
  content: "\e908";
}
header nav .social-icons li a.social-pinterest:before {
  content: "\e907";
}
header nav .social-icons li a.social-youtube:before {
  content: "\e909";
}
header nav .social-icons li a.social-linkedin:before {
  content: "\e906";
}
header nav .social-icons li a.social-instagram:before {
  content: "\e916";
}
header nav #lang_sel_list ul {
  margin: 40px 0 0;
  padding: 0 0 10px;
  list-style: none;
}
@media (max-width: 768px) {
  header nav #lang_sel_list ul {
    margin: 10px 0 0;
  }
}
@media (max-height: 900px) {
  header nav #lang_sel_list ul {
    margin: 10px 0 0;
  }
}
header nav #lang_sel_list ul li {
  margin: 0 12px;
  display: inline-block;
  position: relative;
}
header nav #lang_sel_list ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: color 0.25s ease-in-out;
}
header nav #lang_sel_list ul li a:hover, header nav #lang_sel_list ul li a:focus {
  color: #93D50A;
}
header nav #lang_sel_list ul li a.lang_sel_sel {
  color: #93D50A;
  font-weight: 600;
}
@media (max-width: 768px) {
  header nav #lang_sel_list ul li a {
    font-size: 1.6rem;
  }
}
@media (max-height: 900px) {
  header nav #lang_sel_list ul li a {
    font-size: 1.6rem;
  }
}
header nav #lang_sel_list ul li:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -12px;
  top: 0;
}
@media (max-width: 768px) {
  header nav #lang_sel_list ul li:first-child:after {
    right: -14px;
    top: 3px;
  }
}
header nav .francais a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-top: 50px;
  display: inline-block;
  transition: color 0.25s ease-in-out;
}
header nav .francais a:hover, header nav .francais a:focus {
  color: #93D50A;
}
@media (max-width: 768px) {
  header nav .francais a {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
  }
}

.expand nav {
  display: table;
  vertical-align: middle;
  transform: translateY(0);
}

.expand nav .wrap {
  transform: translateY(0);
}

.widget_polylang {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  width: 100%;
}
.widget_polylang ul {
  list-style: none;
}
.widget_polylang ul li {
  display: inline-block;
  font-size: 1.6rem;
  padding: 5px 15px;
}
.widget_polylang ul li.current-lang a {
  color: #000;
}
.widget_polylang ul li a {
  color: #fff;
  text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Anchor Nav */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.anchor-nav {
  padding: 40px 0 240px;
}
.anchor-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor-nav ul li {
  font-size: 1.8rem;
  text-transform: uppercase;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 768px) {
  .anchor-nav ul li {
    width: 50%;
  }
}
.anchor-nav ul li a {
  color: black;
  text-decoration: none;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: color 0.25s ease-in-out;
}
.anchor-nav ul li a span {
  margin: 10px 0 15px;
  padding: 0;
  flex-grow: 1;
}
.anchor-nav ul li a::after {
  content: "\e912";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  color: #93D50A;
  transition: transform 0.25s ease-in-out;
}
.anchor-nav ul li a:hover, .anchor-nav ul li a:focus {
  color: #93D50A;
}
.anchor-nav ul li a:hover::after, .anchor-nav ul li a:focus::after {
  transform: translateY(5px);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Content */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
section {
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  /*---- Stats Section ----*/
  /*---- Testimonials Section ----*/
  /*---- Reel Video ----*/
  /*---- Navigation (big buttons at the buttom of page) ----*/
}
section.skew {
  transform: skewY(2.5deg) perspective(1px);
  padding: 40px 0 270px;
  margin: -100px 0 -130px;
  outline: 1px solid transparent; /*Fix firefox*/
}
@media (max-width: 768px) {
  section.skew {
    padding-bottom: 140px;
  }
}
section.skew .wrapper-content {
  transform: skewY(-2.5deg) perspective(1px);
}
section.dark {
  background-color: #2a2a2a;
}
section.dark.skew {
  transform: skewY(-2.5deg) perspective(1px);
}
section.dark.skew .wrapper-content {
  transform: skewY(2.5deg) perspective(1px);
}
section .fixed-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  height: inherit;
  /*&:before {
  	content: "";
  	position: absolute;
  	top:0; right: 0; bottom: 0; left: 0;
  	background: url(/wp-content/themes/bkom/assets/img/interface/vignette.png) no-repeat center center;
  	background-size: cover;
  	z-index: 0;
  }*/
}
@media (max-width: 768px) {
  section .fixed-wrapper {
    padding-bottom: 0px;
  }
}
section#intro:before, section #header-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section#intro h2 + p, section #header-bg h2 + p {
  color: #fff;
  font-size: 2.4rem;
}
section#intro .fixed-wrapper, section #header-bg .fixed-wrapper {
  background-position: 50% top;
  background-size: auto auto;
}
section#intro .wrapper-content, section #header-bg .wrapper-content {
  position: fixed;
  width: 100%;
  padding-bottom: 100px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  section#intro .wrapper-content, section #header-bg .wrapper-content {
    position: static;
    padding-bottom: 70px;
  }
}
section#page-header {
  height: 700px;
}
@media (max-width: 1140px) {
  section#page-header {
    height: 640px;
  }
}
@media (max-width: 1024px) {
  section#page-header {
    height: 580px;
  }
}
@media (max-width: 768px) {
  section#page-header {
    height: 400px;
  }
}
section#stats {
  position: relative;
  padding-top: 120px;
  z-index: 5;
}
section#stats:after {
  content: "";
  height: 230px;
  display: block;
  background: white;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -107px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  section#stats:after {
    height: 140px;
    bottom: -60px;
  }
}
section#stats .number {
  color: #93D50A;
  font-size: 9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -10px;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 1024px) {
  section#stats .number {
    font-size: 5.8rem;
  }
}
section#stats .number.reveal {
  opacity: 1;
}
section#stats .element {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  section#stats .element {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  section#stats .col-3, section#stats .col-4 {
    margin-bottom: 0;
  }
}
section#testimonials {
  padding-bottom: 120px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  section#testimonials {
    padding-bottom: 60px;
  }
}
section#testimonials:before {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -70px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  section#testimonials:before {
    height: 120px;
    top: -30px;
  }
}
section#testimonials:after {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -107px;
  z-index: -1;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  section#testimonials:after {
    height: 140px;
    bottom: -40px;
  }
}
section#testimonials .carousel-testimonials .slide-item {
  padding: 50px 0;
}
@media (max-width: 768px) {
  section#testimonials .carousel-testimonials .slide-item {
    padding-bottom: 0;
  }
}
section#testimonials .carousel-testimonials .slide-item img.their-logo {
  width: auto;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  section#testimonials .carousel-testimonials .slide-item img.their-logo {
    max-width: 90%;
  }
}
section#testimonials .carousel-testimonials .slide-item .quote {
  font-size: 3rem;
  font-style: italic;
  padding: 0 50px;
  color: #959595;
}
@media (max-width: 768px) {
  section#testimonials .carousel-testimonials .slide-item .quote {
    font-size: 2.4rem;
  }
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10%;
  height: 23px;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #B1B1B1;
  margin: 4px;
  transition: background-color 0.25s ease-in-out;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  background-color: #93D50A;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #93D50A;
  width: 14px;
  height: 14px;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-prev, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 35px;
  height: 55px;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-prev:before, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-prev:after, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next:before, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  backface-visibility: hidden;
  background-color: #B1B1B1;
  height: 2px;
  width: 40px;
  top: 15px;
  left: 0;
  z-index: 10;
  transition: background-color 0.25s ease-in-out;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-prev:hover:after, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next:hover:before, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next:hover:after {
  background-color: #93D50A;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-prev:before, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next:before {
  transform: rotate(-45deg);
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-prev:after, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next:after {
  transform: rotate(45deg);
  top: 42px;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-prev.disabled, section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next.disabled {
  opacity: 0.2;
  cursor: none;
  pointer-events: none;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next:before {
  transform: rotate(45deg);
}
section#testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-nav .owl-next:after {
  transform: rotate(-45deg);
  top: 42px;
}
section#reel-video {
  padding-top: 320px;
  min-height: 850px;
  z-index: 2;
}
@media (max-width: 768px) {
  section#reel-video {
    min-height: 0;
    height: 570px;
    padding-top: 180px;
  }
}
@media (max-width: 479px) {
  section#reel-video {
    height: 400px;
  }
}
section#reel-video h2 {
  color: #fff;
  text-shadow: 0 0 10px #444444;
}
section#reel-video .button {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}
section#reel-video .button:hover {
  text-shadow: none;
}
section#reel-video .lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  left: 50%;
  margin-top: -190px;
  margin-left: -427px;
  z-index: 10;
  transform: scale(0);
  transition: transform 0.25s ease-in-out;
}
section#reel-video .lightbox iframe {
  box-shadow: 0 0 37px 9px rgba(0, 0, 0, 0.75);
  background: #000;
}
section#reel-video.show .lightbox {
  transform: scale(1);
}
section#reel-video.close .lightbox {
  transform: scale(0);
}
section#navigation {
  background-position: center top;
  height: 140px;
  z-index: 15;
}
section#navigation .wrapper-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
section#navigation .wrapper-navigation {
  display: table;
  height: 140px;
  width: 100%;
}
section#navigation .wrapper-navigation a {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  color: #444444;
  font-size: 1.8rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
section#navigation .wrapper-navigation a strong {
  font-weight: 700;
}
section#navigation .wrapper-navigation a.back {
  background-color: #fff;
}
@media (max-width: 768px) {
  section#navigation .wrapper-navigation a.back {
    vertical-align: top;
    padding-top: 38px;
    width: 100%;
  }
  section#navigation .wrapper-navigation a.back:after {
    position: absolute;
    content: "";
    content: "\e917";
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 1em;
    font-family: icomoon, sans-serif;
    width: 30px;
    height: 30px;
    left: 50%;
    bottom: 30px;
    margin-left: -15px;
    color: #93D50A;
    transition: color 0.25s ease-in-out;
  }
  section#navigation .wrapper-navigation a.back:hover:after {
    color: #fff;
  }
}
section#navigation .wrapper-navigation a.back:hover {
  background-color: #93D50A;
  color: #fff;
}
@media (max-width: 768px) {
  section#navigation .wrapper-navigation a.prev, section#navigation .wrapper-navigation a.next {
    display: none;
  }
}
section#navigation .wrapper-navigation a:hover .background-image {
  filter: grayscale(0%);
}
section#navigation .wrapper-navigation a .background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 0;
  transition: all 0.25s ease-in-out;
}
section#navigation .wrapper-navigation a .background-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
body.single-career section#navigation .wrapper-navigation a .background-image {
  background-size: auto 100%;
}
section#navigation .wrapper-navigation a .prev-posts, section#navigation .wrapper-navigation a .next-posts {
  position: relative;
  color: #fff;
}
section#navigation .wrapper-navigation a .prev-posts:before, section#navigation .wrapper-navigation a .next-posts:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 22px;
  top: 50%;
  margin-top: -17px;
  border-left: 2px solid #93D50A;
  border-bottom: 2px solid #93D50A;
  transform: rotate(45deg);
  z-index: 1;
}
section#navigation .wrapper-navigation a .prev-posts:hover, section#navigation .wrapper-navigation a .next-posts:hover {
  color: #fff;
}
section#navigation .wrapper-navigation a .prev-posts {
  text-align: left;
  padding-left: 70px;
  padding-right: 40px;
}
section#navigation .wrapper-navigation a .next-posts {
  text-align: right;
  padding-right: 70px;
  padding-left: 40px;
}
section#navigation .wrapper-navigation a .next-posts:before {
  transform: rotate(-135deg);
  left: auto;
  right: 22px;
}
section#sidebar {
  z-index: 22;
}
section#post-content {
  background-color: #2a2a2a;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

body.mobile .fixed-wrapper {
  position: relative !important;
}

.wrapper-content {
  display: inline-block;
  position: relative;
  width: 1141px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
}
@media (max-width: 1140px) {
  .wrapper-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wrapper-content {
    padding: 0 10px;
  }
}
.wrapper-content.small {
  width: 1024px;
}
@media (max-width: 1140px) {
  .wrapper-content.small {
    width: 100%;
  }
}
.wrapper-content.large {
  width: 100%;
}
@media (max-width: 1140px) {
  .wrapper-content.large {
    width: 100%;
  }
}
.wrapper-content .col-2 {
  width: 50%;
  padding: 0 30px;
}
.wrapper-content .col-3 {
  width: 33%;
  padding: 0 20px;
}
.wrapper-content .col-4 {
  width: 25%;
  padding: 0 10px;
}
.wrapper-content .col-5 {
  width: 20%;
  padding: 0 10px;
}
.wrapper-content .col-2, .wrapper-content .col-3, .wrapper-content .col-4, .wrapper-content .col-5 {
  float: left;
}
@media (max-width: 768px) {
  .wrapper-content .col-2, .wrapper-content .col-3, .wrapper-content .col-4, .wrapper-content .col-5 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}

article {
  padding: 50px;
}

body.error404 #page-header .wrapper-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
}

/*---- Buttons ----*/
.actions {
  margin: 0;
  clear: both;
}

.button, .submit-btn {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  font-family: "blockletter", sans-serif;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: uppercase;
  margin: 25px 0px 0 0px;
  padding: 13px 20px 11px 20px;
  position: relative;
  border: 0;
  background: none;
  appearance: none;
  z-index: 1;
  cursor: pointer;
  -webkit-box-shadow: -4px 4px 14px -3px rgba(0, 0, 0, 0.16);
  box-shadow: -4px 4px 14px -3px rgba(0, 0, 0, 0.16);
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.19);
  letter-spacing: 2px;
  /*&:after {
  	position: absolute;
  	content: "";
  	backface-visibility: hidden;
  	width: 6px; height: 6px;
  	border-top: 1px solid #fff;
  	border-right: 1px solid #fff;
  	transform: rotate(45deg);
  	top: 44%; right: 25px;
  	transition: border-color $transition-duration $transition-timing-function;
  }
  &:hover:after {
  	border-color: $color-page-background;
  }*/
}
.button:focus, .submit-btn:focus {
  outline: none !important;
}
@media (max-width: 768px) {
  .button, .submit-btn {
    font-size: 1.4rem;
    margin: 25px 0px 0 0px;
    padding: 9px 15px 9px 15px;
  }
}
@media (max-width: 479px) {
  .button, .submit-btn {
    margin-top: 15px;
  }
}
.button strong, .submit-btn strong {
  font-weight: 600;
}
.button:hover, .submit-btn:hover {
  color: #2a2a2a;
  text-decoration: none;
}
.button:before, .submit-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #fff;
  background-color: transparent;
  z-index: -1;
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.button:hover:before, .submit-btn:hover:before {
  background-color: #93D50A;
  border: 2px solid #fff;
}
.button:focus:before, .submit-btn:focus:before {
  background-color: #444444;
  border: 2px solid #B1B1B1;
}
.button.white, .submit-btn.white {
  color: inherit;
}
.button.white:before, .submit-btn.white:before {
  background-color: white;
}
.button.white:before, .button.white:after, .submit-btn.white:before, .submit-btn.white:after {
  border-color: #2a2a2a;
}
.button.white:hover, .submit-btn.white:hover {
  color: #fff;
}
.button.white:hover:before, .submit-btn.white:hover:before {
  background-color: #2a2a2a;
}
.button.white:hover:after, .submit-btn.white:hover:after {
  border-color: #fff;
}
.button.grey, .submit-btn.grey {
  color: #ababab;
}
.button.grey:hover, .submit-btn.grey:hover {
  color: #fff;
}
.button.grey:before, .submit-btn.grey:before {
  background-color: #f5f5f5;
}
.button.grey:hover:before, .submit-btn.grey:hover:before {
  background-color: #93D50A;
}
.button.grey:after, .submit-btn.grey:after {
  border-color: #ababab;
}
.button.grey:hover:after, .submit-btn.grey:hover:after {
  border-color: #fff;
}
.button.green, .submit-btn.green {
  color: #fff;
}
.button.green:before, .submit-btn.green:before {
  background-color: #93D50A;
}
.button.green:before, .submit-btn.green:before {
  border-color: #93D50A;
}
.button.green:hover, .submit-btn.green:hover {
  color: #fff;
}
.button.green:hover:before, .submit-btn.green:hover:before {
  background-color: #93D50A;
}
.button.green:hover:after, .submit-btn.green:hover:after {
  border-color: #fff;
}

.play-video {
  cursor: pointer;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0;
  position: relative;
  border-radius: 50%;
  background-color: #444444;
  box-shadow: 0 0 0 6px #fff;
  z-index: 2;
  transition: background-color 0.25s ease-in-out;
}
.play-video span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .play-video {
    box-shadow: 0 0 0 4px #fff;
    width: 50px;
    height: 50px;
  }
}
.play-video:after {
  content: "\e90f";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -12px;
  color: #fff;
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .play-video:after {
    font-size: 20px;
    margin: -11px;
    width: 26px;
    height: 22px;
  }
}
.play-video:hover {
  background-color: #93D50A;
}

/*---- View more arrow ----*/
.view-more {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}
.view-more:before {
  position: absolute;
  content: "";
  background-color: #fff;
  backface-visibility: hidden;
  width: 18px;
  height: 2px;
  top: 11px;
  right: -1px;
  transition: background-color 0.25s ease-in-out;
}
.view-more:after {
  position: absolute;
  content: "";
  backface-visibility: hidden;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transition: border-color 0.25s ease-in-out;
}

/*----- Button Back and Sharing icons in top of content -----*/
.back-and-sharing {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
}
.back-and-sharing .actions {
  float: left;
}
@media (max-width: 479px) {
  .back-and-sharing .actions {
    float: none;
  }
}
.back-and-sharing .actions .grey {
  padding: 12px 25px 12px 55px;
  margin: 0px 45px 25px 15px;
  color: #444;
  border: 2px solid #2a2a2a;
}
@media (max-width: 479px) {
  .back-and-sharing .actions .grey {
    margin: 0 15px 20px;
  }
}
.back-and-sharing .actions .grey:after {
  display: none;
}
.back-and-sharing .actions .grey:hover .view-more:before {
  background-color: #fff;
}
.back-and-sharing .actions .grey:hover .view-more:after {
  border-color: #fff;
}
.back-and-sharing .actions .grey .view-more {
  left: 28px;
}
.back-and-sharing .actions .grey .view-more:before {
  background-color: #ababab;
}
.back-and-sharing .actions .grey .view-more:after {
  border-color: #ababab;
  transform: rotate(-135deg);
}
.back-and-sharing .icon-sharing {
  float: right;
}
@media (max-width: 479px) {
  .back-and-sharing .icon-sharing {
    float: none;
    margin-bottom: 15px;
  }
}
.back-and-sharing .icon-sharing .social-sharing {
  padding-bottom: 0;
}
.back-and-sharing .icon-sharing .social-sharing a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.back-and-sharing .icon-sharing .social-sharing a:before {
  color: #cacaca;
  font-size: 40px;
  height: 40px;
  width: 42px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
.back-and-sharing .icon-sharing .social-sharing a:hover:before {
  color: #93D50A;
}

/*---- Scroll icon ----*/
.scroll-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 768px) {
  .scroll-icon {
    bottom: 22px;
    width: 18px;
    height: 26px;
  }
}
.scroll-icon span {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  width: 8px;
  height: 12px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .scroll-icon span {
    top: 3px;
  }
}
.scroll-icon span:before, .scroll-icon span:after {
  content: "";
  backface-visibility: hidden;
  background-color: #fff;
  height: 2px;
  position: absolute;
  width: 6px;
  top: 33px;
  right: -3px;
  z-index: 10;
  animation: scroll-icon 1.5s ease-in-out 1s infinite alternate;
}
@media (max-width: 768px) {
  .scroll-icon span:before, .scroll-icon span:after {
    top: 30px;
    right: -2px;
  }
}
.scroll-icon span:before {
  transform: rotate(-45deg);
}
.scroll-icon span:after {
  transform: rotate(45deg);
  right: 1px;
}
.scroll-icon:before, .scroll-icon:after {
  content: "";
  backface-visibility: hidden;
  background-color: #fff;
  height: 2px;
  position: absolute;
  width: 6px;
  top: 33px;
  right: 3px;
  z-index: 10;
  animation: scroll-icon 1.5s ease-in-out 0.5s infinite alternate;
}
@media (max-width: 768px) {
  .scroll-icon:before, .scroll-icon:after {
    top: 30px;
  }
}
.scroll-icon:before {
  transform: rotate(-45deg);
}
.scroll-icon:after {
  transform: rotate(45deg);
  right: 7px;
}
@media (max-width: 768px) {
  .scroll-icon:after {
    right: 6px;
  }
}

/*----- Sharing Social -----*/
h3.widgettitle {
  color: #eee;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  display: inherit;
  margin: 0 auto 15px;
  padding-top: 40px;
  position: relative;
}
h3.widgettitle:before {
  content: "";
  height: 1px;
  width: 410px;
  margin-left: -205px;
  background: #353535;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 768px) {
  h3.widgettitle:before {
    width: 200px;
    margin-left: -100px;
  }
}

.social-sharing {
  padding-bottom: 40px;
  display: inline-block;
}
@media (max-width: 479px) {
  .social-sharing {
    width: 100%;
  }
}
.social-sharing .before-sharebutton-text {
  color: #eee;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  display: inherit;
  margin-bottom: 15px;
  display: block;
}
.social-sharing a {
  display: inline-block;
  height: 42px;
  width: 42px;
  position: relative;
  margin: 3px;
  overflow: hidden;
  text-indent: -999px;
  text-decoration: none;
}
.social-sharing a.ss-button-pinterest {
  display: none !important;
}
.social-sharing a:before {
  content: "";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  color: #B1B1B1;
  height: 40px;
  width: 40px;
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  left: 50%;
  top: 50%;
  text-decoration: none;
  text-indent: 0;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .social-sharing a:before {
    font-size: 40px;
  }
}
.social-sharing a:hover:before {
  color: #93D50A;
}
.social-sharing a.button-facebook:before, .social-sharing a.ss-button-facebook:before {
  content: "\e905";
}
.social-sharing a.button-twitter:before, .social-sharing a.ss-button-twitter:before {
  content: "\e908";
}
.social-sharing a.button-pinterest:before, .social-sharing a.ss-button-pinterest:before {
  content: "\e907";
}
.social-sharing a.button-linkedin:before, .social-sharing a.ss-button-linkedin:before {
  content: "\e906";
}

.background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.background img,
.background video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

/* !-- Filter Buttons -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.filter-items {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .filter-items {
    margin-bottom: 35px;
  }
}
.filter-items .button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: inherit;
  background-color: #fff;
  padding: 12px 35px;
  margin: 25px 15px 0;
}
@media (max-width: 768px) {
  .filter-items .button {
    padding: 10px 18px;
    margin: 25px 5px 0;
  }
}
.filter-items .button:before {
  background-color: #fff;
  border-color: #2a2a2a;
}
.filter-items .button:after {
  border: none;
  width: 0;
  height: 0;
}
.filter-items .button.active {
  color: #fff;
}
.filter-items .button.active:before {
  background-color: #2a2a2a;
}
.filter-items .button.active:after {
  position: absolute;
  width: 14px !important;
  height: 14px !important;
  margin-left: -7px;
  color: #2a2a2a;
  top: auto;
  left: 50%;
  bottom: -13px;
  content: "\e90f";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  transform: rotate(90deg);
}

.fancybox-overlay .fancybox-close {
  top: 83px !important;
  right: 37px !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Footer */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 0 0;
  position: relative;
  z-index: 10;
  background-color: #141414;
  color: #B1B1B1;
}
footer .wrapper-content {
  padding-top: 20px;
}
@media (max-width: 768px) {
  footer .wrapper-content {
    padding: 0;
  }
}
footer .wrapper-content #contact-info-footer {
  margin-top: 25px;
}
footer .wrapper-content #contact-info-footer h5 {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
footer .wrapper-content #contact-info-footer p {
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0;
}
footer .wrapper-content #footer-logo {
  width: 277px;
  height: 85px;
  margin: 0;
  float: left;
}
@media (max-width: 768px) {
  footer .wrapper-content #footer-logo {
    float: none;
    display: inline-block;
  }
}
footer .wrapper-content #footer-logo a {
  background: url("/wp-content/themes/bkom/assets/img/bkom-logo.png") 0% 100% no-repeat;
  background-size: 100% auto;
  display: block;
  height: 91px;
}
footer .wrapper-content .social-icons {
  width: 263px;
  position: absolute;
  top: 133px;
  left: 20px;
  display: block;
  height: 55px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  footer .wrapper-content .social-icons {
    width: 100%;
    height: auto;
    margin: 20px 0 5px;
    order: 1;
    justify-content: center;
    position: relative;
    display: grid;
    top: 0;
    left: 0;
    text-align: center;
  }
}
footer .wrapper-content .social-icons p {
  vertical-align: text-top;
  line-height: 1rem;
  text-align: left;
  font-size: 1.6rem;
  margin: 0 0 11px 6px;
  text-transform: uppercase;
}
footer .wrapper-content .social-icons ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
}
footer .wrapper-content .social-icons ul li {
  display: block;
  float: left;
  height: 25px;
  width: 25px;
  margin: 0 7px;
  position: relative;
}
@media (max-width: 768px) {
  footer .wrapper-content .social-icons ul li {
    margin: 0 7px;
  }
}
footer .wrapper-content .social-icons ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}
footer .wrapper-content .social-icons ul li a:before {
  font-family: icomoon, sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0px;
  text-indent: 0;
  transition: color 0.25s ease-in-out;
}
footer .wrapper-content .social-icons ul li a:hover:before {
  color: #93D50A;
}
footer .wrapper-content .social-icons ul li a.social-facebook:before {
  content: "\e905";
}
footer .wrapper-content .social-icons ul li a.social-twitter:before {
  content: "\e908";
}
footer .wrapper-content .social-icons ul li a.social-pinterest:before {
  content: "\e907";
}
footer .wrapper-content .social-icons ul li a.social-youtube:before {
  content: "\e909";
}
footer .wrapper-content .social-icons ul li a.social-linkedin:before {
  content: "\e906";
}
footer .wrapper-content .social-icons ul li a.social-instagram:before {
  content: "\e916";
}
footer .wrapper-content #addresses-footer {
  float: left;
  width: 40%;
}
@media (max-width: 768px) {
  footer .wrapper-content #addresses-footer {
    width: 100%;
    margin: 10px 0 20px;
  }
}
footer .wrapper-content #addresses-footer .addresses-footer-container {
  padding: 0 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .wrapper-content #addresses-footer .addresses-footer-container {
    padding: 0;
  }
}
footer .wrapper-content #addresses-footer .addresses-footer-container .addresses {
  width: calc(50% - 10px);
  margin: 0 5px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer .wrapper-content #addresses-footer .addresses-footer-container .addresses {
    width: 100%;
    text-align: center;
    margin: 20px 0 10px;
  }
}
footer .wrapper-content #addresses-footer .addresses-footer-container .addresses h5 {
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media (max-width: 768px) {
  footer .wrapper-content #addresses-footer .addresses-footer-container .addresses h5 {
    margin: 0 0 10px;
  }
}
footer .wrapper-content #addresses-footer .addresses-footer-container .addresses h5 span {
  font-size: 1.6rem;
  color: #959595;
  text-transform: capitalize;
}
footer .wrapper-content #addresses-footer .addresses-footer-container .addresses p {
  font-size: 1.6rem;
  margin: 0 0 10px;
  padding: 0;
}
footer .wrapper-content .wrapper-right {
  width: 30%;
  float: right;
}
@media (max-width: 1140px) {
  footer .wrapper-content .wrapper-right {
    width: 25%;
  }
}
@media (max-width: 768px) {
  footer .wrapper-content .wrapper-right {
    width: 100%;
    margin-top: 5px;
    padding: 0;
  }
}
footer .wrapper-content .wrapper-right .toll-free {
  color: #FFFFFF;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer .wrapper-content .wrapper-right a.phone-number {
  color: #93D50A;
  font-size: 3rem;
  text-decoration: none;
}
footer .wrapper-bottom {
  background-color: #000;
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
footer .wrapper-bottom .wrapper-content {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .wrapper-bottom .wrapper-content {
    text-align: center;
  }
}
footer .wrapper-bottom .wrapper-content p {
  color: #B1B1B1;
  font-size: 1.6rem;
  display: inline-flex;
  margin-bottom: 0;
  flex-grow: 0.5;
  justify-content: center;
}
footer .wrapper-bottom .wrapper-content p.legal {
  color: #B1B1B1;
}
footer .wrapper-bottom .wrapper-content p.legal a {
  color: #B1B1B1;
}
footer .wrapper-bottom .wrapper-content p.legal a:hover {
  color: #93D50A;
}
@media (max-width: 768px) {
  footer .wrapper-bottom .wrapper-content p.legal {
    width: 100%;
    order: 2;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  footer .wrapper-bottom .wrapper-content p.copyright {
    order: 3;
    width: 100%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Cookie Gate */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#cookie-gate {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  border-top: 1px solid #333;
  background: #141414;
  opacity: 1;
  transform: translateY(100%);
  transition-property: transform, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
#cookie-gate.show {
  opacity: 1;
  transform: translateY(0);
}
#cookie-gate .wrapper {
  max-width: 960px;
  margin: 0 auto;
  min-height: 60px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  #cookie-gate .wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
#cookie-gate .wrapper .legal-text {
  width: 100%;
  color: white;
}
#cookie-gate .wrapper .legal-text p {
  margin: 5px 0;
  padding: 0;
  text-align: left;
  font-size: 1.4rem;
}
#cookie-gate .wrapper .legal-text p a {
  color: grey;
}
#cookie-gate .wrapper .actions {
  width: 100%;
  margin: 10px 0 0;
  text-align: right;
}
#cookie-gate .wrapper .actions a, #cookie-gate .wrapper .actions button {
  width: auto;
  min-height: 37px;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.1;
  padding-left: 25px;
  padding-right: 25px;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  background: transparent;
  color: white;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  transition-property: opacity, background-color, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
}
#cookie-gate .wrapper .actions a:hover, #cookie-gate .wrapper .actions a:focus, #cookie-gate .wrapper .actions button:hover, #cookie-gate .wrapper .actions button:focus {
  background-color: #93D50A;
  color: black;
  border-color: #93D50A;
}
@media (max-width: 768px) {
  #cookie-gate .wrapper .actions {
    width: 100%;
  }
  #cookie-gate .wrapper .actions a, #cookie-gate .wrapper .actions button {
    width: 100%;
    margin-bottom: 10px;
  }
  #cookie-gate .wrapper .actions a {
    margin-left: 0;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Studios (About us) page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.page-template-page-about_us section#igniting-play {
  padding: 20px 0 150px;
}
body.page-template-page-about_us section#igniting-play p {
  font-size: 1.8rem;
}
body.page-template-page-about_us section#igniting-play h2 + p {
  color: #959595;
  font-size: 2.4rem;
  line-height: 1.3em;
}
body.page-template-page-about_us section#stats {
  padding-top: 30px;
  background-color: #EDEDED;
}
body.page-template-page-about_us section#stats:before {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -90px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
body.page-template-page-about_us section#stats:after {
  bottom: -100px;
  background-color: inherit;
  transform: rotate(2.5deg);
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#stats:after {
    bottom: -50px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#stats {
    padding-top: 0;
  }
}
body.page-template-page-about_us section#direction {
  padding: 200px 0 160px;
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#direction {
    padding-top: 140px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#direction {
    padding-top: 80px;
  }
}
body.page-template-page-about_us section#direction .person {
  padding: 50px 50px 0;
  display: inline-block;
  float: none;
  height: 440px;
  margin: 0 -3px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 0.4s linear;
}
@media (max-width: 1024px) {
  body.page-template-page-about_us section#direction .person {
    height: 430px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#direction .person {
    height: 420px;
    width: 50%;
    height: auto;
    padding: 50px 35px 0;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#direction .person {
    width: 100%;
  }
}
body.page-template-page-about_us section#direction .person:hover .photo {
  opacity: 0;
  border: 0;
  padding: 0;
  width: 0;
  height: 0;
}
body.page-template-page-about_us section#direction .person:hover .title {
  margin-top: -25px;
}
body.page-template-page-about_us section#direction .person:hover .more-info {
  width: auto;
  height: auto;
}
body.page-template-page-about_us section#direction .person .photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s linear;
  width: 100%;
  padding-top: 100%; /* Keep 1:1 ratio */
}
body.page-template-page-about_us section#direction .person .title h4 {
  color: #93D50A;
  margin-bottom: 0;
}
body.page-template-page-about_us section#direction .person .title .function {
  color: #fff;
  font-size: 1.6rem;
  font-style: italic;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
  padding: 0 12px;
}
@media (max-width: 1024px) {
  body.page-template-page-about_us section#direction .person .title .function {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#direction .person .title .function {
    font-size: 1.6rem;
  }
}
body.page-template-page-about_us section#direction .person .linkedin {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 31px;
  border-radius: 50%;
  margin: 8px 0;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}
body.page-template-page-about_us section#direction .person .linkedin:before {
  content: "\e906";
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  color: #959595;
  cursor: pointer;
  text-indent: 0;
  @intransition (color 0.4s linear);
}
body.page-template-page-about_us section#direction .person .linkedin:hover:before {
  color: #93D50A;
}
body.page-template-page-about_us section#direction .person .more-info {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s linear;
}
body.page-template-page-about_us section#direction .person .more-info .description {
  font-size: 1.7rem;
  color: #959595;
  margin: 0;
}
@media (max-width: 1024px) {
  body.page-template-page-about_us section#direction .person .more-info .description {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#direction .person .more-info .description {
    font-size: 1.8rem;
  }
}
body.page-template-page-about_us section#our-commitment {
  z-index: 2;
}
body.page-template-page-about_us section#our-commitment:before {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -70px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
body.page-template-page-about_us section#our-commitment:after {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -140px;
  z-index: -1;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#our-commitment:after {
    height: 140px;
    bottom: -60px;
  }
}
body.page-template-page-about_us section#our-commitment p {
  font-size: 1.8rem;
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#our-commitment h2 {
    margin-top: 0;
  }
}
body.page-template-page-about_us section#services {
  padding: 240px 0 220px 0;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#services {
    padding: 120px 0 120px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#services .button {
    padding: 10px 35px 10px 25px;
  }
  body.page-template-page-about_us section#services .button:after {
    right: 20px;
  }
}
body.page-template-page-about_us section#services .assets {
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 90% auto;
  opacity: 0.05 !important;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#services .assets {
    transform: scale(0.6, 0.6) !important;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#services .assets {
    transform: scale(0.4, 0.4) !important;
  }
}
body.page-template-page-about_us section#services .controlers {
  width: 645px;
  height: 332px;
  background-image: url("/wp-content/themes/bkom/assets/img/interface/controlers_white.svg");
  left: -10%;
  top: 75px;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#services .controlers {
    left: -50%;
    top: -60px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#services .controlers {
    left: -100%;
    top: -45px;
  }
}
body.page-template-page-about_us section#services .speakerphone {
  width: 369px;
  height: 253px;
  background-image: url("/wp-content/themes/bkom/assets/img/interface/speakerphone_white.svg");
  right: 0;
  top: 60px;
  transform: rotate(10deg) !important;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#services .speakerphone {
    right: -30%;
    top: -30px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#services .speakerphone {
    right: -35%;
    top: -10px;
  }
}
body.page-template-page-about_us section#services .bluetooth {
  width: 158px;
  height: 300px;
  background-image: url("/wp-content/themes/bkom/assets/img/interface/bluetooth_white.svg");
  left: 45%;
  top: 40%;
  transform: rotate(-10deg) !important;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#services .bluetooth {
    left: 50%;
    margin-left: -100px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#services .bluetooth {
    left: 50%;
    top: 20%;
    margin-left: -100px;
  }
}
body.page-template-page-about_us section#services .screen {
  width: 234px;
  height: 205px;
  background-image: url("/wp-content/themes/bkom/assets/img/interface/screen_white.svg");
  left: 10%;
  bottom: 20px;
  transform: rotate(10deg) !important;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#services .screen {
    left: -30%;
    bottom: -20px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#services .screen {
    left: -30%;
    bottom: -20px;
  }
}
body.page-template-page-about_us section#services .graph {
  width: 373px;
  height: 337px;
  background-image: url("/wp-content/themes/bkom/assets/img/interface/graph_white.svg");
  right: 6%;
  bottom: -20px;
  transform: rotate(10deg) !important;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#services .graph {
    right: -10%;
    bottom: -50px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#services .graph {
    right: -40%;
    bottom: -100px;
  }
}
body.page-template-page-about_us section#brands {
  position: relative;
  z-index: 3;
}
body.page-template-page-about_us section#brands:before {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -70px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#brands:before {
    height: 140px;
    top: -40px;
  }
}
body.page-template-page-about_us section#brands:after {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -100px;
  z-index: -1;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#brands:after {
    height: 140px;
    bottom: -40px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#brands h3 {
    margin-bottom: 0;
  }
}
body.page-template-page-about_us section#brands .logos-list {
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1550px;
  opacity: 1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
body.page-template-page-about_us section#brands .logos-list li {
  width: 150px;
  padding: 20px;
  min-height: 100px;
  display: flex;
}
body.page-template-page-about_us section#brands .logos-list li img {
  width: 100%;
  height: auto;
  max-height: 120px;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#brands .logos-list li img {
    max-width: 100%;
    width: auto;
  }
}
body.page-template-page-about_us section#brands .wrapper-clients-list {
  overflow: hidden;
}
body.page-template-page-about_us section#brands .wrapper-clients-list .clients-list {
  overflow: hidden;
  margin: 0;
  position: relative;
  margin-top: -400px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out, margin-top 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#brands .wrapper-clients-list .clients-list {
    margin-top: -750px;
  }
}
body.page-template-page-about_us section#brands .wrapper-clients-list .clients-list.opened {
  margin-top: 60px;
  opacity: 1;
}
body.page-template-page-about_us section#brands .wrapper-clients-list .clients-list li {
  width: 33%;
  display: block;
  float: left;
  font-size: 1.8rem;
  margin: 5px 0;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#brands .wrapper-clients-list .clients-list li {
    width: 100%;
  }
}
body.page-template-page-about_us section#brands .button:after {
  transform: rotate(136deg);
}
body.page-template-page-about_us section#group-photo {
  height: 740px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#group-photo {
    height: 400px;
  }
}
body.page-template-page-about_us section#group-photo h2 {
  margin-top: 30%;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1024px) {
  body.page-template-page-about_us section#group-photo h2 {
    margin-top: 33%;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#group-photo h2 {
    margin-top: 170px;
  }
}
body.page-template-page-about_us section#testimonials {
  padding-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-template-page-about_us section#testimonials:before {
  transform: rotate(2.5deg);
}
body.page-template-page-about_us section#testimonials:after {
  transform: rotate(-2.5deg);
}
body.page-template-page-about_us section#awards {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  body.page-template-page-about_us section#awards .wrapper-content .col-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#awards {
    background-image: none !important;
    padding: 60px 0 0px;
  }
  body.page-template-page-about_us section#awards .wrapper-content .col-4 {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about_us section#awards {
    padding-top: 10px;
  }
}
body.page-template-page-about_us section#awards:before {
  content: "";
  height: 230px;
  display: none;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -110px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#awards:before {
    height: 140px;
    top: -40px;
  }
}
body.page-template-page-about_us section#awards img {
  margin: 60px 0 35px;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#awards img {
    margin-top: 20px;
    width: 170px;
  }
}
body.page-template-page-about_us section#awards .wrapper-text {
  min-height: 290px;
  position: relative;
}
@media (max-width: 1140px) {
  body.page-template-page-about_us section#awards .wrapper-text {
    min-height: 260px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#awards .wrapper-text {
    margin-bottom: 80px;
    min-height: 0;
  }
}
body.page-template-page-about_us section#awards .wrapper-text h4 {
  font-size: 2.6rem;
  color: #fff;
  min-height: 52px;
}
@media (max-width: 1024px) {
  body.page-template-page-about_us section#awards .wrapper-text h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#awards .wrapper-text h4 {
    min-height: auto;
  }
}
body.page-template-page-about_us section#awards .wrapper-text p {
  font-size: 1.8rem;
  color: #959595;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#awards .wrapper-text p {
    margin-bottom: 0;
  }
}
body.page-template-page-about_us section#awards .wrapper-text .actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#awards .wrapper-text .actions {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#awards .wrapper-text .actions a {
    margin-top: 20px;
  }
}
body.page-template-page-about_us section#awards .wrapper-text .about {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.4rem;
  margin: 0;
}
@media (max-width: 768px) {
  body.page-template-page-about_us section#awards .wrapper-text .about {
    bottom: -35px;
  }
}
body.page-template-page-about_us section#awards .wrapper-text .about a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
body.page-template-page-about_us section#awards .wrapper-text .about a:hover {
  color: #93D50A;
}
body.page-template-page-about_us section#awards .wrapper-text .about a:after {
  content: "";
  content: "\e912";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  transform: rotate(-90deg);
  position: relative;
  color: inherit;
  margin-left: 5px;
  top: -2px;
  display: inline-block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Awards page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.page-template-page-awards-php section#awards-list {
  padding: 20px 0 70px;
}
@media (max-width: 768px) {
  body.page-template-page-awards-php section#awards-list {
    padding-bottom: 30px;
  }
}
body.page-template-page-awards-php section#awards-list h3 {
  max-width: 730px;
  display: inline-block;
}
body.page-template-page-awards-php section#awards-list .more {
  font-size: 3rem;
  font-style: italic;
  opacity: 0.5;
}
@media (max-width: 768px) {
  body.page-template-page-awards-php section#awards-list .more {
    font-size: 2.5rem;
  }
}
body.page-template-page-awards-php section#awards-list .awards-items {
  padding: 0 0 75px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.page-template-page-awards-php section#awards-list .awards-items {
    padding-bottom: 45px;
  }
}
body.page-template-page-awards-php section#awards-list .awards-items:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
body.page-template-page-awards-php section#awards-list .awards-items .item {
  width: calc(33.33% - 1px);
  overflow: hidden;
  margin: 0 1px 1px 0;
  position: relative;
  background-color: #000;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item {
    margin-right: 0;
    width: 100%;
  }
}
body.page-template-page-awards-php section#awards-list .awards-items .item:nth-child(4) {
  clear: both;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  background-position: center center;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: background-size 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
@media (max-width: 928px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item .background {
    background-size: 100% auto;
  }
}
@media (max-width: 837px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item .background {
    background-size: auto 100%;
  }
}
@media (max-width: 618px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item .background {
    background-size: 100% auto;
  }
}
@media (max-width: 451px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item .background {
    background-size: auto 100%;
  }
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item {
  pointer-events: visible;
  width: 100%;
  height: 400px;
  position: relative;
}
@media (max-width: 768px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item {
    height: 430px;
  }
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 1;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transition: opacity 0.25s ease-in-out;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info p {
  margin: 0;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .logo {
  height: 150px;
  margin-bottom: 20px;
  background: 50% 50%/contain no-repeat;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .year {
  color: #93D50A;
  font-size: 1.6rem;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .name {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 20px 0 20px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .name {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .name {
    font-size: 2.4rem;
  }
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .category {
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .project-name {
  font-size: 1.8rem;
  margin: 10px 0 0;
  padding: 0 25px;
  position: relative;
}
@media (max-width: 1024px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .project-name {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .project-name {
    font-size: 1.8rem;
    padding: 0 25px;
  }
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .project-name span {
  padding-right: 3px;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .project-name span:after {
  position: relative;
  content: ",";
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .project-name span:last-child:after {
  content: "";
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .view-more {
  position: absolute;
  left: 50%;
  bottom: 24px;
  pointer-events: none;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .view-more:before {
  background-color: #93D50A;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .view-more:after {
  border-color: #93D50A;
}
body.page-template-page-awards-php section#awards-list .awards-items .item .wrapper-item .project-info .view-more span {
  width: 1px;
  height: 1px;
  text-indent: -999px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.page-template-page-awards-php section#awards-list .awards-items .item.more {
  opacity: 1;
  flex-grow: 1;
}
body.page-template-page-awards-php section#awards-list .awards-items .item.more .wrapper-item {
  background-color: #2a2a2a;
  color: #fff;
  padding: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item.more .wrapper-item {
    padding: 0;
    height: 120px;
  }
}
body.page-template-page-awards-php section#awards-list .awards-items .item.more .wrapper-item:after {
  display: none;
}
body.page-template-page-awards-php section#awards-list .awards-items .item.more .wrapper-item p {
  text-transform: uppercase;
  font-size: 2.6rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item.more .wrapper-item p {
    font-size: 2.2rem;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item.more .wrapper-item p {
    font-size: 2rem;
    top: 40%;
  }
}
@media (max-width: 479px) {
  body.page-template-page-awards-php section#awards-list .awards-items .item.more .wrapper-item p {
    top: 30%;
  }
}
body.page-template-page-awards-php section#awards-list .awards-items a.item:hover .background, body.page-template-page-awards-php section#awards-list .awards-items a.item:focus .background {
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  opacity: 0.5;
  background-size: auto 104%;
}
@media (max-width: 928px) {
  body.page-template-page-awards-php section#awards-list .awards-items a.item:hover .background, body.page-template-page-awards-php section#awards-list .awards-items a.item:focus .background {
    background-size: 104% auto;
  }
}
@media (max-width: 837px) {
  body.page-template-page-awards-php section#awards-list .awards-items a.item:hover .background, body.page-template-page-awards-php section#awards-list .awards-items a.item:focus .background {
    background-size: auto 104%;
  }
}
@media (max-width: 618px) {
  body.page-template-page-awards-php section#awards-list .awards-items a.item:hover .background, body.page-template-page-awards-php section#awards-list .awards-items a.item:focus .background {
    background-size: 104% auto;
  }
}
@media (max-width: 451px) {
  body.page-template-page-awards-php section#awards-list .awards-items a.item:hover .background, body.page-template-page-awards-php section#awards-list .awards-items a.item:focus .background {
    background-size: auto 104%;
  }
}
body.page-template-page-awards-php section#sidebar h3.widgettitle:before {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BKOM Green */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.bkom-green {
  color: #254151;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .bkom-green {
    font-size: 1.8rem;
  }
}
.bkom-green section#page-header {
  width: 100%;
  height: auto !important;
  min-height: 1050px;
  display: flex;
}
@media (max-width: 768px) {
  .bkom-green section#page-header {
    min-height: auto;
  }
}
.bkom-green section#page-header .fixed-wrapper {
  flex-grow: 1;
}
.bkom-green section#page-header .wrapper-content {
  padding-top: 20px;
  padding-bottom: 100px;
}
.bkom-green h1 {
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
}
.bkom-green h1 span {
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -999px;
  display: block;
}
.bkom-green h1 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .bkom-green h1 {
    margin: 0 auto 40px;
    padding: 100px 0 0;
    max-width: 115px;
  }
}
.bkom-green h2 {
  color: #93D50A;
  font-size: 5rem;
  font-weight: 300;
  margin: 0 0 0.6em;
  padding: 0;
}
@media (max-width: 768px) {
  .bkom-green h2 {
    font-size: 3rem;
  }
}
.bkom-green h3 {
  color: #51636c;
  font-weight: 300;
  font-size: 3rem;
  margin: 0 0 0.15em;
  padding: 0;
}
@media (max-width: 768px) {
  .bkom-green h3 {
    font-size: 2rem;
  }
}
.bkom-green h4 {
  color: #254151;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 0 0.15em;
  padding: 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .bkom-green h4 {
    font-size: 2rem;
  }
}
.bkom-green sup {
  font-size: 0.6em;
  line-height: 1;
  vertical-align: super;
}
.bkom-green__page-wrap {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 994px;
}
.bkom-green__objectives {
  margin-top: -40px;
  padding: 20px 0 50px !important;
  background: url(../img/bkom-green/paper-background.jpg);
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.bkom-green__objectives::before, .bkom-green__objectives::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  background: 50% 50%/auto 100% repeat-x;
}
.bkom-green__objectives::before {
  content: "";
  top: -2px;
  background-image: url("../img/bkom-green/top-ripple.png");
}
.bkom-green__objectives::after {
  content: "";
  bottom: -2px;
  background-image: url("../img/bkom-green/bottom-ripple.png");
}
.bkom-green__objectives::before {
  content: none;
}
.bkom-green__objectives::after {
  top: -62px;
  bottom: auto;
}
.bkom-green__objectives-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bkom-green__objectives-content ul li {
  margin: 0;
  padding: 0;
}
.bkom-green__objectives-content ul li:not(:first-child) {
  margin-top: 1em;
}
.bkom-green__objectives-links {
  width: 100%;
  margin: 2em auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.bkom-green__objectives-link-item {
  width: 100%, 3;
  padding: 24px 12px;
}
@media (max-width: 768px) {
  .bkom-green__objectives-link-item {
    width: 50%;
  }
}
.bkom-green__objectives-link-item a {
  max-width: 170px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.bkom-green__objectives-link-item a::before {
  content: "";
  padding-top: 100%;
  display: block;
  pointer-events: none;
}
.bkom-green__objectives-link-item a:hover .bkom-green__objectives-link-icon, .bkom-green__objectives-link-item a:focus .bkom-green__objectives-link-icon {
  background-color: white;
  transform: scale(0.7) translateZ(0);
}
.bkom-green__objectives-link-item a:hover .bkom-green__objectives-link-label, .bkom-green__objectives-link-item a:focus .bkom-green__objectives-link-label {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  pointer-events: auto;
}
.bkom-green__objectives-link-icon {
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
  transform-origin: center top;
  transform: translateZ(0);
  transition-property: background-color, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.bkom-green__objectives-link-icon img {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.bkom-green__objectives-link-label {
  color: #254151;
  font-size: 1.6rem;
  position: absolute;
  top: 75%;
  right: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transform: translateY(-20px) translateZ(0);
  pointer-events: none;
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.bkom-green__actions-list-item {
  overflow: hidden;
}
.bkom-green__actions-list-item_odd {
  background: url(../img/bkom-green/paper-background.jpg);
}
.bkom-green__actions-list-item_even {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.bkom-green__actions-list-item_even::before, .bkom-green__actions-list-item_even::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  background: 50% 50%/auto 100% repeat-x;
}
.bkom-green__actions-list-item_even::before {
  content: "";
  top: -2px;
  background-image: url("../img/bkom-green/top-ripple.png");
}
.bkom-green__actions-list-item_even::after {
  content: "";
  bottom: -2px;
  background-image: url("../img/bkom-green/bottom-ripple.png");
}
.bkom-green__actions-list-item-background {
  background: 0 50%/cover no-repeat #0e1415;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: -200px;
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.bkom-green__actions-list-item-background::before {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-background::before {
    background: rgba(0, 0, 0, 0.6);
    left: 0;
  }
}
.bkom-green__actions-list-item-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 0 150px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-wrapper {
    padding: 70px 0 10px;
    flex-direction: column;
    position: relative;
  }
  .bkom-green__actions-list-item-wrapper::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 300%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
.bkom-green__actions-list-item-content {
  width: 61.5384615385%;
  position: relative;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-content {
    width: 100%;
    padding: 0 20px;
  }
}
.bkom-green__actions-list-item-side-image {
  width: 38.4615384615%;
  position: relative;
  display: block;
  z-index: 2;
  transition-delay: 0.5s;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-side-image {
    width: 100%;
    height: auto;
  }
}
.bkom-green__actions-list-item-side-image img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-side-image img {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}
.bkom-green__actions-list-item#action-1 .bkom-green__actions-list-item-side-image img {
  width: 117.1111111111%;
  height: auto;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item#action-1 .bkom-green__actions-list-item-side-image img {
    width: 318px;
  }
}
.bkom-green__actions-list-item#action-3 .bkom-green__actions-list-item-side-image img {
  width: 105.1111111111%;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item#action-3 .bkom-green__actions-list-item-side-image img {
    width: 252px;
    height: auto;
  }
}
.bkom-green__actions-list-item#action-5 .bkom-green__actions-list-item-side-image img {
  width: 129.1111111111%;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item#action-5 .bkom-green__actions-list-item-side-image img {
    width: 505px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bkom-green__actions-list-item-icon {
  max-width: 90px;
  max-height: 90px;
  margin: 0 auto 4%;
  background-color: white;
  border-radius: 50%;
}
.bkom-green__actions-list-item-icon img {
  width: 100%;
  height: auto;
}
.bkom-green__actions-list-item-objective {
  width: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition-delay: 0s;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-objective {
    background-color: transparent;
    border-radius: 0;
    overflow: auto;
  }
}
.bkom-green__actions-list-item-objective::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-objective::before {
    display: none;
  }
}
.bkom-green__actions-list-item-objective-content {
  padding: 8% 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  left: 16.6666666667%;
  right: 16.6666666667%;
  bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-objective-content {
    position: relative;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
.bkom-green__actions-list-item-objective-content ul {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
.bkom-green__actions-list-item-objective-content ul li {
  margin: 0 0 1em;
  font-size: 1.8rem;
  font-style: italic;
}
@media (max-width: 1140px) {
  .bkom-green__actions-list-item-objective-content h2, .bkom-green__actions-list-item-objective-content h3 {
    font-size: calc(1.1vw + 1.1vh);
  }
  .bkom-green__actions-list-item-objective-content p {
    font-size: calc(1vw + 1vh);
  }
  .bkom-green__actions-list-item-objective-content ul li, .bkom-green__actions-list-item-objective-content h4 {
    font-size: calc(0.8vw + 0.8vh);
  }
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-objective-content h2 {
    font-size: 3rem;
  }
  .bkom-green__actions-list-item-objective-content h3 {
    font-size: 2rem;
  }
  .bkom-green__actions-list-item-objective-content h4 {
    font-size: 1.8rem;
  }
  .bkom-green__actions-list-item-objective-content ul li {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item_odd {
    padding: 60px 0;
  }
  .bkom-green__actions-list-item_odd:first-child {
    padding: 0 0 60px;
  }
}
.bkom-green__actions-list-item_even .bkom-green__actions-list-item-objective {
  background-color: rgba(249, 241, 224, 0.9);
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item_even .bkom-green__actions-list-item-objective {
    background-color: transparent;
  }
}
.bkom-green__actions-list-item_even .bkom-green__actions-list-item-wrapper {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item_even .bkom-green__actions-list-item-wrapper {
    background-color: transparent;
  }
  .bkom-green__actions-list-item_even .bkom-green__actions-list-item-wrapper h2, .bkom-green__actions-list-item_even .bkom-green__actions-list-item-wrapper h3, .bkom-green__actions-list-item_even .bkom-green__actions-list-item-wrapper h4, .bkom-green__actions-list-item_even .bkom-green__actions-list-item-wrapper p, .bkom-green__actions-list-item_even .bkom-green__actions-list-item-wrapper ul li {
    color: white;
  }
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item_even .bkom-green__actions-list-item-wrapper::before {
    display: none;
  }
}
.bkom-green__actions-list-item-indicator {
  width: 37.5%;
  background-color: rgba(147, 213, 10, 0.9);
  color: white;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -120px;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-delay: 0.75s;
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-indicator {
    width: 185px;
    height: 185px;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto;
  }
}
.bkom-green__actions-list-item-indicator-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1140px) {
  .bkom-green__actions-list-item-indicator-content h5, .bkom-green__actions-list-item-indicator-content div p {
    font-size: calc(0.8vw + 0.8vh);
  }
}
@media (max-width: 768px) {
  .bkom-green__actions-list-item-indicator-content h5 {
    font-size: 1.4rem;
  }
  .bkom-green__actions-list-item-indicator-content div p {
    font-size: 1.4rem;
  }
}
.bkom-green__actions-list-item-indicator::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
.bkom-green__actions-list-item-indicator div {
  max-width: 80%;
  margin: 0 auto;
}
.bkom-green__actions-list-item-indicator div p {
  margin: 0;
  padding: 0;
}
.bkom-green__actions-list-item-indicator div p:not(:first-child) {
  margin-top: 0.5em;
}
.bkom-green__actions-list-item-indicator h5 {
  margin: 0;
  font-weight: bold;
}
.bkom-green__actions-list-item-objective, .bkom-green__actions-list-item-side-image, .bkom-green__actions-list-item-indicator {
  transform: scale(0);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
.bkom-green__actions-list-item-wrapper.ark-inview .bkom-green__actions-list-item-objective, .bkom-green__actions-list-item-wrapper.ark-inview .bkom-green__actions-list-item-side-image, .bkom-green__actions-list-item-wrapper.ark-inview .bkom-green__actions-list-item-indicator {
  transform: scale(1);
  opacity: 1;
}
.bkom-green__management {
  color: white;
  padding: 100px 0 50px !important;
  overflow: hidden;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.bkom-green__management::before, .bkom-green__management::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  background: 50% 50%/auto 100% repeat-x;
}
.bkom-green__management::before {
  content: "";
  top: -2px;
  background-image: url("../img/bkom-green/top-ripple.png");
}
.bkom-green__management::after {
  content: "";
  bottom: -2px;
  background-image: url("../img/bkom-green/bottom-ripple.png");
}
.bkom-green__management::after {
  content: none;
}
.bkom-green__management h2 {
  color: inherit;
}
.bkom-green__management-background {
  background: url(../img/bkom-green/green-background.jpg) 50% 50%/cover no-repeat;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: -200px;
  left: 0;
  z-index: -1;
}
.bkom-green__management-icon {
  margin: 0 auto 20px;
  position: relative;
  max-width: 90px;
}
.bkom-green__management-icon::before {
  content: "";
  background: white;
  padding-top: 100%;
  display: block;
  pointer-events: none;
  border-radius: 50%;
}
.bkom-green__management-icon img {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.bkom-green__management-content p {
  margin: 0;
  padding: 0;
}
.bkom-green__management-content p:not(:first-child) {
  margin-top: 1em;
}
.bkom-green_achievements {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.bkom-green_achievements::before, .bkom-green_achievements::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  background: 50% 50%/auto 100% repeat-x;
}
.bkom-green_achievements::before {
  content: "";
  top: -2px;
  background-image: url("../img/bkom-green/top-ripple.png");
}
.bkom-green_achievements::after {
  content: "";
  bottom: -2px;
  background-image: url("../img/bkom-green/bottom-ripple.png");
}
.bkom-green_achievements-background {
  background: url(../img/bkom-green/green-background.jpg) 50% 50%/cover no-repeat;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: -200px;
  left: 0;
  z-index: -1;
}
.bkom-green_achievements h2 {
  color: white;
}
.bkom-green_achievements-content p {
  color: white;
}
.bkom-green_achievements-list {
  position: relative;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list {
    margin: 40px -20px;
  }
}
.bkom-green_achievements-list-items {
  margin: 0;
  padding: 0;
}
.bkom-green_achievements-list-item {
  max-width: 1170px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-item {
    flex-direction: column-reverse;
    justify-content: reve;
  }
}
.bkom-green_achievements-list-item-wrapper {
  width: 44.8717948718%;
  background-color: white;
  position: absolute;
  left: 0%;
  z-index: 2;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-item-wrapper {
    width: 100%;
    background-color: transparent;
    position: relative;
    left: auto;
    border-radius: 0;
  }
}
.bkom-green_achievements-list-item-wrapper-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-item-wrapper-inner {
    margin: 30px 0 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.bkom-green_achievements-list-item-wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-item-wrapper::before {
    display: none;
  }
}
.bkom-green_achievements-list-item-wrapper-inner .bkom-green_achievements-list-item-id {
  margin: 0;
  font-size: 2rem;
  color: #254151;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-item-wrapper-inner .bkom-green_achievements-list-item-id {
    color: white;
  }
}
.bkom-green_achievements-list-item-wrapper-inner h3 {
  font-size: 3rem;
  color: #93D50A;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-item-wrapper-inner h3 {
    color: white;
  }
}
.bkom-green_achievements-list-item-wrapper-inner p {
  font-size: 2rem;
  color: #254151;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-item-wrapper-inner p {
    color: white;
  }
}
@media (max-width: 1140px) {
  .bkom-green_achievements-list-item-wrapper-inner h3, .bkom-green_achievements-list-item-wrapper-inner p {
    font-size: calc(0.8vw + 0.8vh);
  }
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-item-wrapper-inner h3, .bkom-green_achievements-list-item-wrapper-inner .bkom-green_achievements-list-item-id {
    font-size: 2rem;
  }
  .bkom-green_achievements-list-item-wrapper-inner p {
    font-size: 1.4rem;
  }
}
.bkom-green_achievements-list-item-content {
  max-width: 59.0476190476%;
}
.bkom-green_achievements-list-item-image {
  width: 61.5384615385%;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: red;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-item-image {
    max-width: 600px;
    width: 107.7777777778%;
  }
}
.bkom-green_achievements-list-item-image::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
.bkom-green_achievements-list-item-image img {
  width: 100% !important;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bkom-green_achievements-list-nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-nav {
    bottom: auto;
    max-width: 600px;
    margin: 0 auto;
    width: 107.7777777778%;
  }
  .bkom-green_achievements-list-nav::before {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
  }
}
.bkom-green_achievements-list-nav-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  z-index: 3;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #93D50A;
}
.bkom-green_achievements-list-nav-button_previous {
  left: 50%;
  bottom: 0;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-nav-button_previous {
    left: 15%;
    bottom: -1%;
  }
}
@media (max-width: 479px) {
  .bkom-green_achievements-list-nav-button_previous {
    left: 10%;
    bottom: -1%;
  }
}
.bkom-green_achievements-list-nav-button_next {
  top: 0;
  right: 10%;
}
@media (max-width: 768px) {
  .bkom-green_achievements-list-nav-button_next {
    top: -1%;
    right: 15%;
  }
}
@media (max-width: 479px) {
  .bkom-green_achievements-list-nav-button_next {
    top: -1%;
    right: 10%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Careers page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.page-template-page-careers section h2,
body.page-template-page-careers-2020 section h2 {
  color: #93D50A;
}
body.page-template-page-careers section#careers-list,
body.page-template-page-careers-2020 section#careers-list {
  padding: 20px 0 0;
  position: relative;
  z-index: 7;
}
body.page-template-page-careers section#careers-list:before,
body.page-template-page-careers-2020 section#careers-list:before {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -150px;
  z-index: -1;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  body.page-template-page-careers section#careers-list:before,
  body.page-template-page-careers-2020 section#careers-list:before {
    height: 120px;
    top: -30px;
  }
}
body.page-template-page-careers section#careers-list:after,
body.page-template-page-careers-2020 section#careers-list:after {
  content: "";
  height: 230px;
  display: block;
  background: white;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -120px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  body.page-template-page-careers section#careers-list:after,
  body.page-template-page-careers-2020 section#careers-list:after {
    height: 140px;
    bottom: -40px;
  }
}
body.page-template-page-careers section#careers-list #career-filter,
body.page-template-page-careers-2020 section#careers-list #career-filter {
  width: 25%;
  float: left;
  padding: 30px 30px 0 0;
}
body.page-template-page-careers section#careers-list #career-filter .filter-department, body.page-template-page-careers section#careers-list #career-filter .filter-position-type,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-department,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-position-type {
  position: relative;
  margin-bottom: -10px;
}
body.page-template-page-careers section#careers-list #career-filter .filter-department:hover h3:before, body.page-template-page-careers section#careers-list #career-filter .filter-position-type:hover h3:before,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-department:hover h3:before,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-position-type:hover h3:before {
  /*transform: skewX(0deg);*/
}
body.page-template-page-careers section#careers-list #career-filter .filter-department:hover ul, body.page-template-page-careers section#careers-list #career-filter .filter-position-type:hover ul,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-department:hover ul,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-position-type:hover ul {
  padding: 20px;
  width: auto;
  height: auto;
  opacity: 1;
}
body.page-template-page-careers section#careers-list #career-filter .filter-department h3, body.page-template-page-careers section#careers-list #career-filter .filter-position-type h3,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-department h3,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-position-type h3 {
  background-color: #e6e6e6;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #444444;
  text-transform: uppercase;
  text-align: left;
  margin-left: 30px;
  padding: 20px 25px 20px 10px;
}
body.page-template-page-careers section#careers-list #career-filter .filter-department h3:before, body.page-template-page-careers section#careers-list #career-filter .filter-position-type h3:before,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-department h3:before,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-position-type h3:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  background-color: #e6e6e6;
  z-index: -1;
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  /*transform: skewX(-25deg);*/
}
body.page-template-page-careers section#careers-list #career-filter .filter-department h3:after, body.page-template-page-careers section#careers-list #career-filter .filter-position-type h3:after,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-department h3:after,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-position-type h3:after {
  position: absolute;
  content: "";
  backface-visibility: hidden;
  width: 6px;
  height: 6px;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
  transform: rotate(135deg);
  top: 44%;
  right: 10px;
}
body.page-template-page-careers section#careers-list #career-filter .filter-department ul, body.page-template-page-careers section#careers-list #career-filter .filter-position-type ul,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-department ul,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-position-type ul {
  text-align: left;
  list-style: none;
  background-color: #2a2a2a;
  margin: 0 0 10px 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: -15px;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 5;
  transition: width 0.25s ease-in-out, height 0.25s ease-in-out, padding 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
body.page-template-page-careers section#careers-list #career-filter .filter-department ul li, body.page-template-page-careers section#careers-list #career-filter .filter-position-type ul li,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-department ul li,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-position-type ul li {
  color: white;
  font-size: 1.6rem;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 0;
  width: 100%;
}
body.page-template-page-careers section#careers-list #career-filter .filter-department ul li:hover, body.page-template-page-careers section#careers-list #career-filter .filter-position-type ul li:hover,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-department ul li:hover,
body.page-template-page-careers-2020 section#careers-list #career-filter .filter-position-type ul li:hover {
  color: #93D50A;
}
body.page-template-page-careers section#careers-list #career-items,
body.page-template-page-careers-2020 section#careers-list #career-items {
  width: 100%;
  float: left;
  text-align: left;
  padding: 30px 0 0 0;
}
body.page-template-page-careers section#careers-list #career-items .item,
body.page-template-page-careers-2020 section#careers-list #career-items .item {
  border-top: 1px solid #e5e5e5;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item {
  padding: 8px 25px 8px 8px;
  margin: 5px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#careers-list #career-items .item .wrapper-item,
  body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item {
    flex-direction: column;
  }
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item:hover,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item:hover {
  background-color: #93D50A;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item:hover .job-title .title,
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item:hover .job-title .type,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item:hover .job-title .title,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item:hover .job-title .type {
  color: white;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item a,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item a {
  text-decoration: none;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .job-title,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .job-title {
  float: left;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .job-title,
  body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .job-title {
    width: 100%;
    margin-bottom: 10px;
    text-align: center !important;
  }
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .job-title .title,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .job-title .title {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #444444;
  font-size: 1.8rem;
  font-weight: 600;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .job-title .type,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .job-title .type {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-style: italic;
  color: #959595;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .view-more,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .view-more {
  right: 22px;
  left: auto;
  margin-top: -11px;
  top: 50%;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions {
  clear: none;
  min-width: 410px;
  max-height: 50px;
  text-align: right;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions,
  body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions,
  body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions {
    max-height: none;
  }
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions .button,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions .button {
  margin: 0 0 0 15px;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions .button:hover,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions .button:hover {
  color: #959595;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions .button:hover:before,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions .button:hover:before {
  background-color: white;
  border-color: white;
}
body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions .button:hover:after,
body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions .button:hover:after {
  border-color: #959595;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions .button.apply,
  body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions .button.apply {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions .button,
  body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions .button {
    padding: 10px 32px 10px 20px;
    margin-left: 10px;
    color: #444444;
  }
  body.page-template-page-careers section#careers-list #career-items .item .wrapper-item .actions .button:after,
  body.page-template-page-careers-2020 section#careers-list #career-items .item .wrapper-item .actions .button:after {
    right: 18px;
    border-color: #444444;
  }
}
body.page-template-page-careers section#careers-list #career-items + p,
body.page-template-page-careers-2020 section#careers-list #career-items + p {
  font-size: 1.8rem;
  margin: 40px 0 0 0;
  display: inline-block;
}
body.page-template-page-careers section#careers-list ul.rec-job-info,
body.page-template-page-careers-2020 section#careers-list ul.rec-job-info {
  width: 100%;
  float: left;
  text-align: left;
  padding: 30px 0 0 0;
}
body.page-template-page-careers section#careers-list ul.rec-job-info li.rec-job-title,
body.page-template-page-careers-2020 section#careers-list ul.rec-job-info li.rec-job-title {
  border-top: 1px solid #e5e5e5;
  padding: 8px 25px 8px 8px;
  margin: 5px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#careers-list ul.rec-job-info li.rec-job-title,
  body.page-template-page-careers-2020 section#careers-list ul.rec-job-info li.rec-job-title {
    flex-direction: column;
  }
}
body.page-template-page-careers section#careers-list ul.rec-job-info li.rec-job-title:hover,
body.page-template-page-careers-2020 section#careers-list ul.rec-job-info li.rec-job-title:hover {
  background-color: #93D50A;
}
body.page-template-page-careers section#careers-list ul.rec-job-info li.rec-job-title:hover .job-title .title,
body.page-template-page-careers section#careers-list ul.rec-job-info li.rec-job-title:hover .job-title .type,
body.page-template-page-careers-2020 section#careers-list ul.rec-job-info li.rec-job-title:hover .job-title .title,
body.page-template-page-careers-2020 section#careers-list ul.rec-job-info li.rec-job-title:hover .job-title .type {
  color: white;
}
body.page-template-page-careers section#careers-list ul.rec-job-info li.rec-job-title a,
body.page-template-page-careers-2020 section#careers-list ul.rec-job-info li.rec-job-title a {
  text-decoration: none;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #444444;
  font-size: 1.8rem;
  font-weight: 600;
  float: left;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#careers-list ul.rec-job-info li.rec-job-title a,
  body.page-template-page-careers-2020 section#careers-list ul.rec-job-info li.rec-job-title a {
    width: 100%;
    margin-bottom: 10px;
    text-align: center !important;
  }
}
body.page-template-page-careers section#advantages,
body.page-template-page-careers-2020 section#advantages {
  position: relative;
  z-index: 3;
}
body.page-template-page-careers section#advantages h3,
body.page-template-page-careers-2020 section#advantages h3 {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#advantages h3,
  body.page-template-page-careers-2020 section#advantages h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-careers section#advantages,
  body.page-template-page-careers-2020 section#advantages {
    padding-bottom: 0;
  }
}
body.page-template-page-careers section#advantages .bg-image,
body.page-template-page-careers-2020 section#advantages .bg-image {
  background: url("/wp-content/themes/bkom/assets/img/careers/bg_advantages.jpg") no-repeat center center;
  background-size: cover;
  margin-top: -40px;
}
body.page-template-page-careers section#advantages .wrapper-content,
body.page-template-page-careers-2020 section#advantages .wrapper-content {
  margin-top: 40px;
  margin-bottom: 150px;
  padding: 0;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#advantages .wrapper-content,
  body.page-template-page-careers-2020 section#advantages .wrapper-content {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#advantages .wrapper-content,
  body.page-template-page-careers-2020 section#advantages .wrapper-content {
    margin-bottom: 120px;
  }
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide,
  body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide {
    flex-direction: column;
  }
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-video,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-video {
  width: 64.9572649573%;
  position: relative;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-video,
  body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-video {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-video,
  body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-video {
    width: 100%;
    margin: 0 auto 50px;
  }
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-video::before,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-video::before {
  content: "";
  pointer-events: none;
  display: block;
  padding-bottom: 56.25%;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-video iframe, body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-video video,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-video iframe,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-details,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-details {
  width: calc(35.0427350427% - 30px);
  margin-left: 30px;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-details,
  body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-details {
    width: 90%;
    margin: 0;
  }
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-details-icon,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-details-icon {
  max-width: 164px;
  margin: 0 auto 40px;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-details h4,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-details h4 {
  color: #93D50A;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-details h4,
  body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-details h4 {
    margin: 0 0 10px;
    font-size: 3rem;
  }
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel_slide-details p,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel_slide-details p {
  color: #959595;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls {
  position: relative;
  height: 150px;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls,
  body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls {
    height: auto;
  }
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev,
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 35px;
  height: 55px;
  z-index: 5;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:before, body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:after,
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:before,
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:after,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:before,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:after,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:before,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  backface-visibility: hidden;
  background-color: #494949;
  height: 2px;
  width: 40px;
  top: 15px;
  left: 0;
  z-index: 10;
  transition: background-color 0.25s ease-in-out;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:hover:before, body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:hover:after,
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:hover:before,
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:hover:after,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:hover:before,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:hover:after,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:hover:before,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:hover:after {
  background-color: #93D50A;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:before,
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:before,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:before,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:before {
  transform: rotate(-45deg);
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:after,
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:after,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev:after,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:after {
  transform: rotate(45deg);
  top: 42px;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev,
  body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next,
  body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev,
  body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next {
    display: none !important;
  }
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:before,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:before {
  transform: rotate(45deg);
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:after,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-nav .owl-next:after {
  transform: rotate(-45deg);
  top: 42px;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 23px;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots, body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots *,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots * {
  font-size: 0;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots,
  body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots {
    bottom: auto !important;
  }
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots .owl-dot,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin: 4px;
  transition: background-color 0.25s ease-in-out;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots .owl-dot:hover,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots .owl-dot:hover {
  background-color: #93D50A;
}
body.page-template-page-careers section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots .owl-dot.active,
body.page-template-page-careers-2020 section#advantages .wrapper-content .advantages-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #93D50A;
  width: 16px;
  height: 16px;
}
body.page-template-page-careers section#more-advantages,
body.page-template-page-careers-2020 section#more-advantages {
  position: relative;
  z-index: 4;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#more-advantages,
  body.page-template-page-careers-2020 section#more-advantages {
    padding-bottom: 50px;
  }
}
body.page-template-page-careers section#more-advantages:before,
body.page-template-page-careers-2020 section#more-advantages:before {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -55px;
  right: -55px;
  top: -50px;
  z-index: -1;
  transform: rotate(2.5deg);
}
body.page-template-page-careers section#more-advantages:after,
body.page-template-page-careers-2020 section#more-advantages:after {
  content: "";
  height: 230px;
  display: block;
  background: white;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -50px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  body.page-template-page-careers section#more-advantages:after,
  body.page-template-page-careers-2020 section#more-advantages:after {
    height: 140px;
    bottom: -20px;
  }
}
body.page-template-page-careers section#more-advantages h2,
body.page-template-page-careers-2020 section#more-advantages h2 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#more-advantages h2,
  body.page-template-page-careers-2020 section#more-advantages h2 {
    margin-bottom: 50px;
  }
}
body.page-template-page-careers section#more-advantages .advantages,
body.page-template-page-careers-2020 section#more-advantages .advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page-template-page-careers section#more-advantages .advantages_item,
body.page-template-page-careers-2020 section#more-advantages .advantages_item {
  width: calc(25% - 30px);
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#more-advantages .advantages_item,
  body.page-template-page-careers-2020 section#more-advantages .advantages_item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  body.page-template-page-careers section#more-advantages .advantages_item,
  body.page-template-page-careers-2020 section#more-advantages .advantages_item {
    width: 100%;
  }
}
body.page-template-page-careers section#more-advantages .advantages_item h3,
body.page-template-page-careers-2020 section#more-advantages .advantages_item h3 {
  min-height: 50px;
  margin: 0 0 20px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #2a2a2a;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#more-advantages .advantages_item h3,
  body.page-template-page-careers-2020 section#more-advantages .advantages_item h3 {
    min-height: auto;
    margin: 10px;
  }
}
body.page-template-page-careers section#more-advantages .advantages_item p,
body.page-template-page-careers-2020 section#more-advantages .advantages_item p {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#more-advantages .advantages_item p,
  body.page-template-page-careers-2020 section#more-advantages .advantages_item p {
    margin: 0 0 30px;
  }
}
body.page-template-page-careers section#more-advantages .advantages_item_icon,
body.page-template-page-careers-2020 section#more-advantages .advantages_item_icon {
  height: 180px;
  margin: 0 auto 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#more-advantages .advantages_item_icon,
  body.page-template-page-careers-2020 section#more-advantages .advantages_item_icon {
    margin: 0 auto 15px;
    height: auto;
  }
}
body.page-template-page-careers section#more-advantages .advantages_item_icon img,
body.page-template-page-careers-2020 section#more-advantages .advantages_item_icon img {
  width: 100%;
  height: auto;
  flex-grow: 1;
  display: block;
}
body.page-template-page-careers section#more-advantages .advantages_item_icon.gaming-culture img,
body.page-template-page-careers-2020 section#more-advantages .advantages_item_icon.gaming-culture img {
  max-width: 149px;
  height: auto;
}
body.page-template-page-careers section#more-advantages .advantages_item_icon.top-clients img,
body.page-template-page-careers-2020 section#more-advantages .advantages_item_icon.top-clients img {
  max-width: 214px;
  height: auto;
}
body.page-template-page-careers section#more-advantages .advantages_item_icon.benefits img,
body.page-template-page-careers-2020 section#more-advantages .advantages_item_icon.benefits img {
  max-width: 160px;
  height: auto;
}
body.page-template-page-careers section#more-advantages .advantages_item_icon.quebec-city img,
body.page-template-page-careers-2020 section#more-advantages .advantages_item_icon.quebec-city img {
  max-width: 196px;
  height: auto;
}
body.page-template-page-careers section#more-advantages .cta,
body.page-template-page-careers-2020 section#more-advantages .cta {
  margin: 100px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#more-advantages .cta,
  body.page-template-page-careers-2020 section#more-advantages .cta {
    margin-top: 50px;
  }
}
body.page-template-page-careers section#more-advantages .cta p,
body.page-template-page-careers-2020 section#more-advantages .cta p {
  margin: 0 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 300;
}
body.page-template-page-careers section#more-advantages .cta p a,
body.page-template-page-careers-2020 section#more-advantages .cta p a {
  margin-top: 0;
  font-weight: 300;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#more-advantages .cta p a,
  body.page-template-page-careers-2020 section#more-advantages .cta p a {
    margin-top: 30px;
  }
}
body.page-template-page-careers section#departments,
body.page-template-page-careers-2020 section#departments {
  height: 1100px;
  background-color: #2a2a2a;
  padding: 100px 5px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments,
  body.page-template-page-careers-2020 section#departments {
    padding: 100px 5px 0;
    height: 950px;
  }
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#departments,
  body.page-template-page-careers-2020 section#departments {
    padding: 50px 5px;
  }
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#departments .wrapper-content,
  body.page-template-page-careers-2020 section#departments .wrapper-content {
    padding: 50px 5px 0;
  }
}
body.page-template-page-careers section#departments h3,
body.page-template-page-careers-2020 section#departments h3 {
  margin: 0 0 50px;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#departments .departements-carousel-simple,
  body.page-template-page-careers-2020 section#departments .departements-carousel-simple {
    margin: 0;
  }
}
body.page-template-page-careers section#departments .departements-carousel-simple .owl-carousel .owl-stage-outer,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple .owl-carousel .owl-stage-outer {
  overflow: visible;
}
body.page-template-page-careers section#departments .departements-carousel-simple ul,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
body.page-template-page-careers section#departments .departements-carousel-simple ul .owl-item,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul .owl-item {
  backface-visibility: hidden;
  transform: translateZ(0);
}
body.page-template-page-careers section#departments .departements-carousel-simple ul .center li::before,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul .center li::before {
  content: "";
  width: 90%;
  height: 90%;
  max-width: 350px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateZ(0) translate(-50%, -50%);
  animation: find-in 0.5s ease-in-out 0s 1 forwards;
}
body.page-template-page-careers section#departments .departements-carousel-simple ul li,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li {
  width: 100%;
  height: 450px;
  display: block;
  position: relative;
  transform: translateZ(0);
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-simple ul li,
  body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li {
    height: 350px;
  }
}
body.page-template-page-careers section#departments .departements-carousel-simple ul li a,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a {
  max-width: 350px;
  height: 100%;
  margin: 0 auto;
  padding: 295px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 3;
  transform: translateZ(0);
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-simple ul li a,
  body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a {
    padding: 225px 20px 0;
  }
}
body.page-template-page-careers section#departments .departements-carousel-simple ul li a h4,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a h4 {
  margin: 0;
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
body.page-template-page-careers section#departments .departements-carousel-simple ul li a .arrow-more,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a .arrow-more {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 20px 0 0;
  left: auto;
  z-index: 2;
}
body.page-template-page-careers section#departments .departements-carousel-simple ul li a .arrow-more:before,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a .arrow-more:before {
  position: absolute;
  content: "";
  background-color: #93D50A;
  backface-visibility: hidden;
  width: 18px;
  height: 2px;
  top: 11px;
  right: -1px;
  transition: background-color 0.25s ease-in-out;
}
body.page-template-page-careers section#departments .departements-carousel-simple ul li a .arrow-more:after,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a .arrow-more:after {
  position: absolute;
  content: "";
  backface-visibility: hidden;
  width: 16px;
  height: 16px;
  border-top: 2px solid #93D50A;
  border-right: 2px solid #93D50A;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transition: border-color 0.25s ease-in-out;
}
body.page-template-page-careers section#departments .departements-carousel-simple ul li a .thumb-bg,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a .thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.25s ease-in-out;
  z-index: 1;
}
body.page-template-page-careers section#departments .departements-carousel-simple ul li a .thumb-bg::after,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a .thumb-bg::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0) 80%);
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  left: -2px;
  z-index: 2;
  border: none;
}
body.page-template-page-careers section#departments .departements-carousel-simple ul li a:hover .thumb-bg, body.page-template-page-careers section#departments .departements-carousel-simple ul li a:focus .thumb-bg,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a:hover .thumb-bg,
body.page-template-page-careers-2020 section#departments .departements-carousel-simple ul li a:focus .thumb-bg {
  transform: scale(1.05, 1.05);
}
body.page-template-page-careers section#departments .departements-carousel-details,
body.page-template-page-careers-2020 section#departments .departements-carousel-details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2a2a2a;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
  z-index: 2;
  pointer-events: none;
}
body.page-template-page-careers section#departments .departements-carousel-details.active,
body.page-template-page-careers-2020 section#departments .departements-carousel-details.active {
  opacity: 1;
  pointer-events: all;
}
body.page-template-page-careers section#departments .departements-carousel-details .owl-controls,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .owl-controls {
  top: -400px;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-details .owl-controls,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .owl-controls {
    top: -350px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-careers section#departments .departements-carousel-details .owl-controls,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .owl-controls {
    top: -200px;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details button.close,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 75px;
  top: 100px;
  background: none;
  border: 0;
  z-index: 9999;
  cursor: pointer;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-details button.close,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#departments .departements-carousel-details button.close,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close {
    top: 25px;
    right: 20px;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details button.close:hover,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close:hover {
  color: #93D50A;
}
body.page-template-page-careers section#departments .departements-carousel-details button.close:hover span,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close:hover span {
  border-color: #93D50A;
}
body.page-template-page-careers section#departments .departements-carousel-details button.close:hover span:before, body.page-template-page-careers section#departments .departements-carousel-details button.close:hover span:after,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close:hover span:before,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close:hover span:after {
  border-color: #93D50A;
}
body.page-template-page-careers section#departments .departements-carousel-details button.close:focus,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close:focus {
  outline: none;
}
body.page-template-page-careers section#departments .departements-carousel-details button.close span,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close span {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  top: 17px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: border-color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#departments .departements-carousel-details button.close span,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close span {
    width: 40px;
    height: 40px;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details button.close span:before, body.page-template-page-careers section#departments .departements-carousel-details button.close span:after,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close span:before,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close span:after {
  content: "";
  border-top: 2px solid #fff;
  position: absolute;
  display: block;
  width: 50px;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -14px;
  transform: rotate(45deg);
  transition: border-color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#departments .departements-carousel-details button.close span:before, body.page-template-page-careers section#departments .departements-carousel-details button.close span:after,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close span:before,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close span:after {
    width: 22px;
    margin-left: -11px;
    border-width: 1px;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details button.close span:after,
body.page-template-page-careers-2020 section#departments .departements-carousel-details button.close span:after {
  transform: rotate(-45deg);
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide {
  height: 1100px;
  padding: 200px 0;
  background-size: cover;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide {
    height: 950px;
    padding: 200px 0 0;
  }
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide {
    padding: 200px 0 0;
  }
}
@media (max-width: 768px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide {
    padding: 100px 0 0;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content {
  display: flex;
  flex-direction: row;
  padding: 0;
  align-items: center;
  color: white;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content {
    flex-direction: column;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details {
  width: 50%;
  padding: 0 50px 0 0;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details {
    width: 100%;
    padding: 0;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details h4,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details h4 {
  color: #93D50A;
  font-size: 4rem;
  font-weight: 300;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details h4,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details h4 {
    font-size: 3rem;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details p,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details p {
  margin: 0 0 25px;
  font-size: 1.9rem;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details p,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details p {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details p,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details p {
    font-size: 1.4rem;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details h5,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details h5 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 500;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details h5,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details h5 {
    font-size: 2rem;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details ul,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details ul li,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details ul li {
  margin-bottom: 5px;
  list-style-type: none;
  font-size: 1.6rem;
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details ul li i,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details ul li i {
  font-style: italic;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details ul li,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .details ul li {
    font-size: 1.4rem;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals {
    width: 90%;
    margin: 25px 0 0;
    padding: 0;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals .owl-stage-outer,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals .owl-stage-outer {
  position: relative;
  z-index: 2;
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals .owl-controls,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals .owl-controls {
  display: none !important;
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals img,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals img {
  width: calc(100% - 50px);
  height: auto;
  display: block;
  float: right;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals img,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals img {
    width: 100%;
  }
}
body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals::before,
body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals::before {
  content: "";
  width: 1000px;
  height: 670px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/wp-content/themes/bkom/assets/img/careers/shapes-bg-visual.png) 50% 50% no-repeat;
  z-index: 1;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals::before,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals::before {
    width: 800px;
    height: 470px;
    background-size: auto 100%;
  }
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals::before,
  body.page-template-page-careers-2020 section#departments .departements-carousel-details .carousel-details-container .slide .wrapper-content .visuals::before {
    width: 500px;
    height: 335px;
  }
}
body.page-template-page-careers section#departments .owl-controls,
body.page-template-page-careers-2020 section#departments .owl-controls {
  max-width: 1140px;
  margin: 25px auto 0;
  position: relative;
  height: 90px;
}
@media (max-width: 1140px) {
  body.page-template-page-careers section#departments .owl-controls,
  body.page-template-page-careers-2020 section#departments .owl-controls {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  body.page-template-page-careers section#departments .owl-controls,
  body.page-template-page-careers-2020 section#departments .owl-controls {
    height: 60px;
    margin: 50px 20px 0;
  }
}
body.page-template-page-careers section#departments .owl-controls .owl-nav,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
}
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-prev,
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-prev,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 35px;
  height: 55px;
  z-index: 5;
}
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-prev:before, body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-prev:after,
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next:before,
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next:after,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-prev:before,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-prev:after,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next:before,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  backface-visibility: hidden;
  background-color: #494949;
  height: 2px;
  width: 40px;
  top: 15px;
  left: 0;
  z-index: 10;
  transition: background-color 0.25s ease-in-out;
}
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-prev:hover:before, body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-prev:hover:after,
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next:hover:before,
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next:hover:after,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-prev:hover:before,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-prev:hover:after,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next:hover:before,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next:hover:after {
  background-color: #93D50A;
}
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-prev:before,
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next:before,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-prev:before,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next:before {
  transform: rotate(-45deg);
}
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-prev:after,
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next:after,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-prev:after,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next:after {
  transform: rotate(45deg);
  top: 42px;
}
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-prev,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-prev {
  left: 0;
}
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next {
  right: 0;
}
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next:before,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next:before {
  transform: rotate(45deg);
}
body.page-template-page-careers section#departments .owl-controls .owl-nav .owl-next:after,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-nav .owl-next:after {
  transform: rotate(-45deg);
  top: 42px;
}
body.page-template-page-careers section#departments .owl-controls .owl-dots,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 23px;
}
body.page-template-page-careers section#departments .owl-controls .owl-dots, body.page-template-page-careers section#departments .owl-controls .owl-dots *,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-dots,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-dots * {
  font-size: 0;
}
body.page-template-page-careers section#departments .owl-controls .owl-dots .owl-dot,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin: 4px;
  transition: background-color 0.25s ease-in-out;
}
body.page-template-page-careers section#departments .owl-controls .owl-dots .owl-dot:hover,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-dots .owl-dot:hover {
  background-color: #93D50A;
}
body.page-template-page-careers section#departments .owl-controls .owl-dots .owl-dot.active,
body.page-template-page-careers-2020 section#departments .owl-controls .owl-dots .owl-dot.active {
  background-color: #93D50A;
  width: 16px;
  height: 16px;
}
body.page-template-page-careers section#crew,
body.page-template-page-careers-2020 section#crew {
  padding: 200px 0;
  position: relative;
  z-index: 6;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#crew,
  body.page-template-page-careers-2020 section#crew {
    padding: 100px 0;
  }
}
body.page-template-page-careers section#crew .social-icons,
body.page-template-page-careers-2020 section#crew .social-icons {
  list-style: none;
  margin: 40px 0 40px;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#crew .social-icons,
  body.page-template-page-careers-2020 section#crew .social-icons {
    margin: 10px 0 20px;
  }
}
body.page-template-page-careers section#crew .social-icons li,
body.page-template-page-careers-2020 section#crew .social-icons li {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 7px;
  position: relative;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#crew .social-icons li,
  body.page-template-page-careers-2020 section#crew .social-icons li {
    left: 0;
    height: 30px;
    width: 30px;
    margin: 0 2px;
  }
}
body.page-template-page-careers section#crew .social-icons li a,
body.page-template-page-careers-2020 section#crew .social-icons li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}
body.page-template-page-careers section#crew .social-icons li a:before,
body.page-template-page-careers-2020 section#crew .social-icons li a:before {
  content: "";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  color: #B1B1B1;
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  left: 0;
  text-decoration: none;
  text-indent: 0;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#crew .social-icons li a:before,
  body.page-template-page-careers-2020 section#crew .social-icons li a:before {
    content: "";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1em;
    font-family: icomoon, sans-serif;
    margin-left: -5px;
  }
}
body.page-template-page-careers section#crew .social-icons li a:hover:before,
body.page-template-page-careers-2020 section#crew .social-icons li a:hover:before {
  color: #93D50A;
}
body.page-template-page-careers section#crew .social-icons li a.social-facebook:before,
body.page-template-page-careers-2020 section#crew .social-icons li a.social-facebook:before {
  content: "\e905";
}
body.page-template-page-careers section#crew .social-icons li a.social-twitter:before,
body.page-template-page-careers-2020 section#crew .social-icons li a.social-twitter:before {
  content: "\e908";
}
body.page-template-page-careers section#crew .social-icons li a.social-pinterest:before,
body.page-template-page-careers-2020 section#crew .social-icons li a.social-pinterest:before {
  content: "\e907";
}
body.page-template-page-careers section#crew .social-icons li a.social-youtube:before,
body.page-template-page-careers-2020 section#crew .social-icons li a.social-youtube:before {
  content: "\e909";
}
body.page-template-page-careers section#crew .social-icons li a.social-linkedin:before,
body.page-template-page-careers-2020 section#crew .social-icons li a.social-linkedin:before {
  content: "\e906";
}
body.page-template-page-careers section#crew .social-icons li a.social-instagram:before,
body.page-template-page-careers-2020 section#crew .social-icons li a.social-instagram:before {
  content: "\e916";
}
body.page-template-page-careers section#crew .crew-grid,
body.page-template-page-careers-2020 section#crew .crew-grid {
  min-height: 500px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#crew .crew-grid,
  body.page-template-page-careers-2020 section#crew .crew-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
}
body.page-template-page-careers section#crew .crew-grid .item,
body.page-template-page-careers-2020 section#crew .crew-grid .item {
  min-height: 200px;
  color: white;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 11.96px 1.04px rgba(1, 11, 12, 0.3);
  position: relative;
}
body.page-template-page-careers section#crew .crew-grid .item .content,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content {
  background-color: rgba(0, 0, 0, 0.79);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
body.page-template-page-careers section#crew .crew-grid .item .content h2,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content h2 {
  margin: 0 0 10px;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
}
body.page-template-page-careers section#crew .crew-grid .item .content h3,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content h3 {
  margin: 0 10px;
  color: white;
  font-size: 2.4rem;
  font-weight: 500;
}
body.page-template-page-careers section#crew .crew-grid .item .content .icon,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon {
  display: block;
  height: 42px;
  width: 42px;
  margin: 20px 0 0;
  text-decoration: none;
  text-indent: -9999px;
  position: relative;
}
body.page-template-page-careers section#crew .crew-grid .item .content .icon:before,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon:before {
  content: "";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  color: #93D50A;
  height: 43px;
  width: 42px;
  display: block;
  position: absolute;
  left: 0;
  text-decoration: none;
  text-indent: 0;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#crew .crew-grid .item .content .icon:before,
  body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon:before {
    content: "";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1em;
    font-family: icomoon, sans-serif;
    margin-left: -5px;
  }
}
body.page-template-page-careers section#crew .crew-grid .item .content .icon.social-facebook:before,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon.social-facebook:before {
  content: "\e905";
}
body.page-template-page-careers section#crew .crew-grid .item .content .icon.social-twitter:before,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon.social-twitter:before {
  content: "\e908";
}
body.page-template-page-careers section#crew .crew-grid .item .content .icon.social-pinterest:before,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon.social-pinterest:before {
  content: "\e907";
}
body.page-template-page-careers section#crew .crew-grid .item .content .icon.social-youtube:before,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon.social-youtube:before {
  content: "\e909";
}
body.page-template-page-careers section#crew .crew-grid .item .content .icon.social-linkedin:before,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon.social-linkedin:before {
  content: "\e906";
}
body.page-template-page-careers section#crew .crew-grid .item .content .icon.social-instagram:before,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon.social-instagram:before {
  content: "\e916";
}
body.page-template-page-careers section#crew .crew-grid .item .content .icon.social-play:before,
body.page-template-page-careers-2020 section#crew .crew-grid .item .content .icon.social-play:before {
  content: "\e90f";
}
body.page-template-page-careers section#crew .crew-grid .item:hover span, body.page-template-page-careers section#crew .crew-grid .item:focus span,
body.page-template-page-careers-2020 section#crew .crew-grid .item:hover span,
body.page-template-page-careers-2020 section#crew .crew-grid .item:focus span {
  opacity: 1;
}
body.page-template-page-careers section#crew .crew-grid .item.one,
body.page-template-page-careers-2020 section#crew .crew-grid .item.one {
  grid-row: span 2;
  grid-column: 1;
}
body.page-template-page-careers section#crew .crew-grid .item.four,
body.page-template-page-careers-2020 section#crew .crew-grid .item.four {
  grid-row-start: 2;
  grid-row: span 2;
  background-position: 30% 50%;
}
body.page-template-page-careers section#crew .crew-grid .item.five,
body.page-template-page-careers-2020 section#crew .crew-grid .item.five {
  grid-row-start: 1;
  grid-row: span 1;
  grid-column: span 2;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#crew .crew-grid .item,
  body.page-template-page-careers-2020 section#crew .crew-grid .item {
    grid-row-start: auto !important;
    grid-row: span 1 !important;
    grid-column: span 1 !important;
  }
}
body.page-template-page-careers section#no-openings,
body.page-template-page-careers-2020 section#no-openings {
  background: url("/wp-content/themes/bkom/assets/img/careers/bg_no-openings.jpg") no-repeat center center;
  background-size: cover;
  padding: 240px 0 200px;
}
@media (max-width: 768px) {
  body.page-template-page-careers section#no-openings,
  body.page-template-page-careers-2020 section#no-openings {
    padding: 120px 0 80px;
  }
}
body.page-template-page-careers section#no-openings h3,
body.page-template-page-careers-2020 section#no-openings h3 {
  color: #fff;
}
body.page-template-page-careers section#sidebar h3.widgettitle:before,
body.page-template-page-careers-2020 section#sidebar h3.widgettitle:before {
  display: none;
}

.single-career section#page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}
@media (max-width: 1024px) {
  .single-career section#page-header {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .single-career section#page-header {
    height: 180px;
  }
}
.single-career section .note {
  font-size: 1.8rem;
  font-style: italic;
  color: #959595;
}
.single-career section .back-and-sharing {
  border-bottom: none;
  margin-bottom: 0;
}
.single-career section .back-and-sharing .actions .grey {
  margin-bottom: 0;
}
.single-career section .back-and-sharing .icon-sharing {
  padding: 10px 15px 30px;
  border-bottom: 1px solid #e7e7e7;
  width: 25%;
}
@media (max-width: 1024px) {
  .single-career section .back-and-sharing .icon-sharing {
    border-bottom: none;
    width: auto;
  }
}
@media (max-width: 479px) {
  .single-career section .back-and-sharing .icon-sharing {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
  }
}
.single-career section#description {
  padding: 30px 0 150px;
}
.single-career section#description .wrapper-content .article-content {
  width: 75%;
  float: left;
  padding-right: 100px;
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .single-career section#description .wrapper-content .article-content {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .single-career section#description .wrapper-content .article-content {
    margin-top: 0;
  }
}
.single-career section#description .wrapper-content .article-content .page {
  color: rgba(68, 68, 68, 0.5);
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}
.single-career section#description .wrapper-content .article-content h1 {
  color: #444444;
  font-size: 5rem;
  font-weight: 600;
  text-shadow: none;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .single-career section#description .wrapper-content .article-content h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single-career section#description .wrapper-content .article-content h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .single-career section#description .wrapper-content .article-content h1 {
    font-size: 3rem;
  }
}
.single-career section#description .wrapper-content .article-content .resume h3 {
  color: #959595;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0;
  text-transform: none;
}
@media (max-width: 479px) {
  .single-career section#description .wrapper-content .article-content .resume h3 {
    font-size: 1.8rem;
  }
}
.single-career section#description .wrapper-content .article-content h1 + p {
  color: #959595;
  font-size: 2.4rem;
  line-height: 1.3em;
}
@media (max-width: 479px) {
  .single-career section#description .wrapper-content .article-content h1 + p {
    font-size: 2rem;
  }
}
.single-career section#description .wrapper-content .article-content li p {
  margin-bottom: 0.2em;
}
.single-career section#description .wrapper-content .career-info {
  float: left;
  width: 25%;
  padding: 10px 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .single-career section#description .wrapper-content .career-info {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.single-career section#description .wrapper-content .career-info .wrapper-info {
  padding-bottom: 15px;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 1024px) {
  .single-career section#description .wrapper-content .career-info .wrapper-info {
    width: 50%;
    border-right: 1px solid #e7e7e7;
    border-top: none;
    padding: 0 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .single-career section#description .wrapper-content .career-info .wrapper-info:nth-child(even) {
    border-right: none;
  }
}
@media (max-width: 479px) {
  .single-career section#description .wrapper-content .career-info .wrapper-info {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    border-right: none;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .single-career section#description .wrapper-content .career-info .wrapper-info:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.single-career section#description .wrapper-content .career-info .wrapper-info:first-child, .single-career section#description .wrapper-content .career-info .wrapper-info:last-child {
  border-top: 0;
}
.single-career section#description .wrapper-content .career-info .wrapper-info p {
  font-size: 1.8rem;
}
.single-career section#description .wrapper-content .career-info .wrapper-info p b {
  display: block;
}
.single-career section#description .wrapper-content .career-info .wrapper-info p, .single-career section#description .wrapper-content .career-info .wrapper-info h2 {
  text-align: center;
}
.single-career section#description .wrapper-content .career-info .wrapper-info h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 25px 0 5px 0;
  text-transform: none;
}
@media (max-width: 1024px) {
  .single-career section#description .wrapper-content .career-info .wrapper-info h2 {
    margin-top: 0;
  }
}
.single-career section#apply {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.single-career section#apply:before {
  content: "";
  height: 230px;
  display: block;
  background: #2a2a2a;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -70px;
  z-index: -1;
  transform: rotate(2.5deg);
}
.single-career section#navigation {
  background-color: #2a2a2a;
}

section#apply-form {
  padding: 100px 0 100px;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow-y: scroll;
  background: rgba(30, 30, 30, 0.8) url("/wp-content/themes/bkom/assets/img/interface/bg-overlay.png") 0 0 repeat;
  box-shadow: inset 0 0 50px black;
  transform: translateY(-100%);
  transition: transform 0.25s ease-in-out;
}
section#apply-form #form-container {
  position: relative;
}
section#apply-form #form-container form {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
section#apply-form #form-container.submitting form {
  opacity: 0.1;
}
section#apply-form #form-container.submitting .apply-spinner {
  opacity: 1;
}
section#apply-form #form-container.submitted .apply-success {
  opacity: 1;
}
section#apply-form .apply-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}
section#apply-form .apply-spinner div {
  transform-origin: 32px 32px;
  animation: apply-spinner 1.2s linear infinite;
}
section#apply-form .apply-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #97d700;
}
section#apply-form .apply-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
section#apply-form .apply-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
section#apply-form .apply-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
section#apply-form .apply-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
section#apply-form .apply-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
section#apply-form .apply-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
section#apply-form .apply-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
section#apply-form .apply-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
section#apply-form .apply-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
section#apply-form .apply-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
section#apply-form .apply-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
section#apply-form .apply-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes apply-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 479px) {
  section#apply-form {
    padding-top: 80px;
  }
}
section#apply-form .apply-success, section#apply-form .apply-error {
  display: none;
  margin-bottom: 20px;
}
section#apply-form .apply-success h3, section#apply-form .apply-error h3 {
  line-height: 1.4em;
}
section#apply-form .apply-error h3 {
  color: red;
}
section#apply-form .col-2 {
  float: none !important;
  margin: 0 auto !important;
}
section#apply-form.opened {
  transform: translateY(0);
  height: 100% !important;
  bottom: 0;
}
section#apply-form h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  margin: 0 0 5px 0;
}
@media (max-width: 479px) {
  section#apply-form h2 {
    font-size: 3rem;
  }
}
section#apply-form h2 + p {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  section#apply-form h2 + p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
section#apply-form h3, section#apply-form .or {
  color: #93D50A;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
section#apply-form h4 {
  color: #93D50A;
  font-size: 2rem;
  margin-bottom: 3px;
}
section#apply-form p {
  color: #959595;
  font-size: 1.8rem;
}
section#apply-form #apply-form__autofill {
  border: 1px solid red;
  margin-bottom: 25px;
}
section#apply-form .button.linkedin {
  background-color: #0077b5;
  margin-left: 90px;
  /*transform: skew(-25deg);*/
  transition: transform 0.25s ease-in-out;
}
section#apply-form .button.linkedin span {
  display: block;
  /*transform: skew(25deg);*/
  transition: transform 0.25s ease-in-out;
}
section#apply-form .button.linkedin span:before {
  position: absolute;
  content: "\e90c";
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  color: #fff;
  left: -75px;
}
section#apply-form .button.linkedin span:after {
  position: absolute;
  content: "";
  backface-visibility: hidden;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 39%;
  right: -17px;
}
section#apply-form .button.linkedin:before {
  /*transform: skew(0);*/
  border: 0;
  background-color: #08618f;
  width: 70px;
  left: -69px;
}
section#apply-form .button.linkedin:hover {
  /*transform: skew(0);
  span {
  	transform: skew(0);
  }*/
}
section#apply-form .button.linkedin:after {
  display: none;
}
section#apply-form .or {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 40px 0;
  position: relative;
}
section#apply-form .or:before, section#apply-form .or:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 22%;
  top: 50%;
}
section#apply-form .or:before {
  left: 25%;
}
section#apply-form .or:after {
  right: 25%;
}
section#apply-form .photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto 100%;
  width: 50%;
  padding: 25%;
  border-radius: 50%;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
}
section#apply-form .function {
  color: #fff;
  font-size: 1.6rem;
  font-style: italic;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 15px;
}
section#apply-form .coordonnees {
  color: #636363;
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 10px;
}
section#apply-form .coordonnees a {
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
  display: block;
}
section#apply-form .coordonnees a:hover {
  color: #93D50A;
  text-decoration: none;
}
section#apply-form button {
  width: auto;
  height: auto;
}
section#apply-form button:after {
  display: none;
}
section#apply-form button.close {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: -80px;
  background: none;
  border: 0;
  z-index: 9999;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  section#apply-form button.close {
    right: 15px;
    top: -80px;
    font-size: 0;
  }
}
section#apply-form button.close:hover {
  color: #93D50A;
}
section#apply-form button.close:hover span {
  border-color: #93D50A;
}
section#apply-form button.close:hover span:before, section#apply-form button.close:hover span:after {
  border-color: #93D50A;
}
section#apply-form button.close:focus {
  outline: none;
}
section#apply-form button.close span {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  top: 17px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: border-color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  section#apply-form button.close span {
    width: 40px;
    height: 40px;
  }
}
section#apply-form button.close span:before, section#apply-form button.close span:after {
  content: "";
  border-top: 2px solid #fff;
  position: absolute;
  display: block;
  width: 28px;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -14px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  section#apply-form button.close span:before, section#apply-form button.close span:after {
    width: 22px;
    margin-left: -11px;
    border-width: 1px;
  }
}
section#apply-form button.close span:after {
  transform: rotate(-45deg);
}
section#apply-form .apply-form {
  color: #eee;
  text-align: left;
  margin-top: 0px;
}
section#apply-form .apply-form div {
  width: 100%;
}
section#apply-form .apply-form label {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-top: 30px;
  display: inline-block;
}
section#apply-form .apply-form input, section#apply-form .apply-form textarea {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #353535;
  color: #eee;
  font-size: 1.8rem;
  font-family: "proxima-nova", sans-serif;
  padding: 10px;
  width: 100%;
  transition: border-color 0.25s ease-in-out;
}
section#apply-form .apply-form input.error, section#apply-form .apply-form label.error {
  border-color: red !important;
}
section#apply-form .apply-form label.error {
  border-width: 1px;
  border-style: solid;
  border-color: red !important;
}
section#apply-form .apply-form input:focus, section#apply-form .apply-form textarea:focus {
  outline-color: #93D50A;
}
section#apply-form .apply-form .submit-btn {
  text-align: center;
  width: 300px;
  margin: 30px auto 0;
  display: block;
  padding: 0;
}
@media (max-width: 479px) {
  section#apply-form .apply-form .submit-btn {
    width: 260px;
  }
}
section#apply-form .apply-form .submit-btn input {
  background-color: transparent;
  cursor: pointer;
  padding: 13px 45px 13px 30px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  section#apply-form .apply-form .submit-btn input {
    padding: 10px 25px;
  }
}
section#apply-form .apply-form .submit-btn input:hover {
  color: #2a2a2a;
}
section#apply-form .apply-form .submit-btn input:focus {
  outline: none;
}
section#apply-form .apply-form .submit-btn .ajax-loader {
  display: none;
}
section#apply-form .apply-form .wpcf7-not-valid-tip {
  font-size: 1.8rem;
  color: red;
}
section#apply-form .apply-form .field-error-msg {
  font-size: 1.8rem;
  color: red;
  display: none;
}
section#apply-form .apply-form .field-error-msg.error {
  display: block;
}
section#apply-form .apply-form .uploadfile {
  padding: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
section#apply-form .apply-form .uploadfile + label, section#apply-form .apply-form .uploadfile + span + label {
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #353535;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin: 2px 0 0;
  padding: 0;
}
section#apply-form .apply-form .uploadfile + label svg, section#apply-form .apply-form .uploadfile + span + label svg {
  width: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
section#apply-form .apply-form .uploadfile + label span, section#apply-form .apply-form .uploadfile + span + label span {
  width: 60%;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 15px;
}
@media (max-width: 479px) {
  section#apply-form .apply-form .uploadfile + label span, section#apply-form .apply-form .uploadfile + span + label span {
    white-space: normal;
    word-break: break-all;
  }
}
section#apply-form .apply-form .uploadfile + label i, section#apply-form .apply-form .uploadfile + span + label i {
  color: #959595;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  width: 40%;
  height: 100%;
  background-color: #1e1e1e;
  display: inline-block;
  position: relative;
  padding: 15px 10px 15px 50px;
  transition: color 0.25s ease-in-out;
}
section#apply-form .apply-form .uploadfile + label i:before, section#apply-form .apply-form .uploadfile + span + label i:before {
  content: "\e911";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  position: absolute;
  left: 20px;
  top: 12px;
}
section#apply-form .apply-form .uploadfile + label i:hover, section#apply-form .apply-form .uploadfile + label i:before:hover, section#apply-form .apply-form .uploadfile + span + label i:hover, section#apply-form .apply-form .uploadfile + span + label i:before:hover {
  color: #93D50A;
}
section#apply-form .apply-form #recaptcha {
  margin-top: 20px;
}
section#apply-form .apply-form .wpcf7-response-output {
  padding: 10px;
  font-size: 0.7em;
}
section#apply-form .apply-form #upload-file-label {
  display: none;
}
section#apply-form .apply-form .legal {
  margin: 10px 0;
}
section#apply-form .apply-form .legal.internship {
  margin-top: 25px !important;
}
section#apply-form .apply-form .legal p, section#apply-form .apply-form .legal span {
  margin: 0 0 20px;
  font-size: 1.4rem !important;
  text-align: left;
}
section#apply-form .apply-form .legal div.accept.error label span {
  color: red;
}
section#apply-form .apply-form .legal .gdpr-wrap {
  margin: 0;
}
section#apply-form .apply-form .legal .gdpr-wrap label {
  width: auto !important;
  margin: 0 0 20px;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-transform: none;
  font-size: 1.4rem !important;
  color: #959595;
  position: relative;
  cursor: pointer;
}
section#apply-form .apply-form .legal .gdpr-wrap label span {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 2px 0 0;
  cursor: pointer;
}
section#apply-form .apply-form .legal .gdpr-wrap label input[type=checkbox] {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  flex-shrink: 0;
}
section#apply-form .apply-form .legal .gdpr-wrap label input[type=checkbox]:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #93D50A;
  position: absolute;
  border-radius: 3px;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: all;
}
section#apply-form .apply-form .legal .gdpr-wrap label input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #2a2a2a;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  cursor: pointer;
}
section#apply-form .apply-form .legal .gdpr-wrap label input[type=checkbox]:checked:after {
  display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Connected Toys page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.page-template-page-connected_toys section#at-bkom-studios {
  padding-top: 40px;
  z-index: 2;
}
body.page-template-page-connected_toys section#at-bkom-studios p {
  font-size: 1.8rem;
}
body.page-template-page-connected_toys section#at-bkom-studios .video-wrapper {
  position: relative;
}
body.page-template-page-connected_toys section#at-bkom-studios .video-wrapper img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 10px auto 0 auto;
}
body.page-template-page-connected_toys section#at-bkom-studios .video-wrapper .play {
  cursor: pointer;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: -20px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #444444;
  box-shadow: 0 0 0 6px #fff;
  z-index: 2;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-connected_toys section#at-bkom-studios .video-wrapper .play {
    box-shadow: 0 0 0 4px #fff;
    width: 50px;
    height: 50px;
    top: 50%;
  }
}
@media (max-width: 479px) {
  body.page-template-page-connected_toys section#at-bkom-studios .video-wrapper .play {
    bottom: 100px;
  }
}
body.page-template-page-connected_toys section#at-bkom-studios .video-wrapper .play span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.page-template-page-connected_toys section#at-bkom-studios .video-wrapper .play:after {
  content: "\e90f";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -12px;
  color: #fff;
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
  body.page-template-page-connected_toys section#at-bkom-studios .video-wrapper .play:after {
    font-size: 20px;
    margin: -11px;
    width: 26px;
    height: 22px;
  }
}
body.page-template-page-connected_toys section#at-bkom-studios .video-wrapper .play:hover {
  background-color: #93D50A;
}
body.page-template-page-connected_toys section#remapping {
  height: 880px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-template-page-connected_toys section#remapping:before {
  content: "";
  height: 230px;
  display: block;
  background: #fff;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -140px;
  z-index: 1;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  body.page-template-page-connected_toys section#remapping:before {
    height: 140px;
    top: -100px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-connected_toys section#remapping {
    height: 540px;
  }
}
body.page-template-page-connected_toys section#remapping h2 {
  margin-top: 350px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  body.page-template-page-connected_toys section#remapping h2 {
    font-size: 2.6rem;
    margin-top: 180px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-connected_toys section#remapping h2 {
    font-size: 2.4rem;
    margin-top: 150px;
  }
}
body.page-template-page-connected_toys section#mosaique {
  z-index: 4;
}
body.page-template-page-connected_toys section#mosaique:before {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -140px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
body.page-template-page-connected_toys section#mosaique #mosaique-toys {
  width: 100%;
  margin-top: -195px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.page-template-page-connected_toys section#mosaique #mosaique-toys {
    display: none;
  }
}
body.page-template-page-connected_toys section#mosaique #mosaique-mobile {
  margin-top: -145px;
  display: none;
}
@media (max-width: 768px) {
  body.page-template-page-connected_toys section#mosaique #mosaique-mobile {
    display: block;
  }
}
body.page-template-page-connected_toys section#mosaique #mosaique-mobile .block {
  width: 100%;
  height: 255px;
  margin-bottom: 20px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
body.page-template-page-connected_toys section#mosaique .block {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  image-rendering: -webkit-optimize-contrast;
}
body.page-template-page-connected_toys section#mosaique .block.block-1-1 {
  width: 255px;
  height: 118px;
}
body.page-template-page-connected_toys section#mosaique .block.block-1-2 {
  width: 255px;
  height: 236px;
}
body.page-template-page-connected_toys section#mosaique .block.block-1-3 {
  width: 255px;
  height: 354px;
}
body.page-template-page-connected_toys section#mosaique .block.block-1-4 {
  width: 255px;
  height: 472px;
}
body.page-template-page-connected_toys section#mosaique .block.block-2-1 {
  width: 510px;
  height: 200px;
}
body.page-template-page-connected_toys section#mosaique .block.label {
  background-color: #2a2a2a;
}
body.page-template-page-connected_toys section#mosaique .block.label .container {
  width: 100%;
  height: 100%;
  display: table;
}
body.page-template-page-connected_toys section#mosaique .block.label .container p {
  padding: 5px 30px;
  display: table-cell;
  text-transform: uppercase;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-page-connected_toys section#mosaique .block.label .container p span {
  display: block;
}
body.page-template-page-connected_toys section#mosaique .block.label .container.plus p {
  font-size: 2rem;
}
body.page-template-page-connected_toys section#mosaique .block.green {
  background-color: #93D50A;
}
body.page-template-page-connected_toys section#mosaique .block.green.label .container p {
  color: #444444;
}
body.page-template-page-connected_toys section#toys-and-games {
  font-size: 1.8rem;
  z-index: 4;
}
body.page-template-page-connected_toys section#toys-and-games .wrapper-content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
body.page-template-page-connected_toys section#toys-and-games .toys {
  height: auto;
  margin: 0 auto -20px;
  display: block;
}
@media (max-width: 768px) {
  body.page-template-page-connected_toys section#toys-and-games .toys {
    margin-top: 0;
  }
}
body.page-template-page-connected_toys section#toys-and-games .toys img {
  max-width: 100%;
  width: auto;
}
body.page-template-page-connected_toys .video-place-holder video {
  width: 100%;
  max-width: 1920px;
  height: auto;
}
body.page-template-page-connected_toys .fancybox-type-inline .fancybox-inner {
  padding-top: 56.2%; /* (9/16 * 100%) -- your aspect ratio in percents */
  height: 0 !important;
}
body.page-template-page-connected_toys .fancybox-type-inline .fancybox-inner video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-template-page-connected_toys .fancybox-skin {
  background-color: #000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Contact us page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.page-template-page-contact section .generalEmail {
  font-size: 14px;
  position: relative;
  bottom: 40px;
}
body.page-template-page-contact section#contact-infos .blocs {
  margin: -55px -15px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-template-page-contact section#contact-infos .blocs {
    display: block;
  }
}
body.page-template-page-contact section#contact-infos .blocs .bloc {
  width: calc(33.33% - 15px);
  margin: 15px;
  padding: 0 20px 36px;
  background-color: #f5f5f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-template-page-contact section#contact-infos .blocs .bloc {
    width: auto;
  }
}
body.page-template-page-contact section#contact-infos .blocs .bloc:last-child h2 {
  margin: 30px 50px 20px;
}
body.page-template-page-contact section#contact-infos .blocs .bloc h2 {
  margin: 30px 20px 20px;
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1024px) {
  body.page-template-page-contact section#contact-infos .blocs .bloc h2 {
    margin: 30px 0 20px;
  }
}
body.page-template-page-contact section#contact-infos .blocs .bloc h2 span {
  display: block;
}
body.page-template-page-contact section#contact-infos .blocs .bloc p {
  margin: 0 30px 20px;
  font-size: 1.6rem;
}
body.page-template-page-contact section#contact-infos .blocs .bloc p strong {
  text-transform: uppercase;
  display: block;
}
body.page-template-page-contact section#contact-infos .blocs .bloc p strong.name {
  margin: 5px 0 0;
  font-weight: 500;
}
body.page-template-page-contact section#contact-infos .blocs .bloc p span {
  font-weight: bold;
  display: block;
}
body.page-template-page-contact section#contact-infos .blocs .bloc .actions a.button {
  width: 90%;
  margin: 25px 0 0 0;
  display: inline-block;
}
@media (max-width: 768px) {
  body.page-template-page-contact section#contact-infos .blocs .bloc .actions a.button {
    max-width: 300px;
    margin: 25px auto 0;
  }
}
body.page-template-page-contact section#contact-infos .blocs .bloc .actions a.button:before {
  background-color: transparent;
}
body.page-template-page-contact section#contact-infos .blocs .bloc .actions a.button:hover:before {
  background-color: #2a2a2a;
}
body.page-template-page-contact section#contact-form {
  padding: 100px 0 100px;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow-y: scroll;
  background: rgba(30, 30, 30, 0.8) url("/wp-content/themes/bkom/assets/img/interface/bg-overlay.png") 0 0 repeat;
  box-shadow: inset 0 0 50px black;
  transform: translateY(-100%);
  transition: transform 0.25s ease-in-out;
}
@media (max-width: 479px) {
  body.page-template-page-contact section#contact-form {
    padding-top: 80px;
  }
}
body.page-template-page-contact section#contact-form.opened {
  transform: translateY(0);
  height: 100% !important;
  bottom: 0;
}
body.page-template-page-contact section#contact-form.public .header-public {
  display: block;
}
body.page-template-page-contact section#contact-form.public .header-business {
  display: none;
}
body.page-template-page-contact section#contact-form.public .header-career {
  display: none;
}
body.page-template-page-contact section#contact-form.business .header-public {
  display: none;
}
body.page-template-page-contact section#contact-form.business .header-business {
  display: block;
}
body.page-template-page-contact section#contact-form.business .header-career {
  display: none;
}
body.page-template-page-contact section#contact-form.career .header-public {
  display: none;
}
body.page-template-page-contact section#contact-form.career .header-business {
  display: none;
}
body.page-template-page-contact section#contact-form.career .header-career {
  display: block;
}
body.page-template-page-contact section#contact-form .header {
  display: none;
}
body.page-template-page-contact section#contact-form h2 {
  color: white;
  font-size: 4rem;
  font-weight: 500;
  margin: 0 0 5px 0;
}
@media (max-width: 479px) {
  body.page-template-page-contact section#contact-form h2 {
    font-size: 3rem;
  }
}
body.page-template-page-contact section#contact-form h2 + p {
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  body.page-template-page-contact section#contact-form h2 + p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
body.page-template-page-contact section#contact-form h3 {
  color: #93D50A;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
body.page-template-page-contact section#contact-form p {
  color: #959595;
  font-size: 1.8rem;
}
body.page-template-page-contact section#contact-form button {
  width: auto;
  height: auto;
}
body.page-template-page-contact section#contact-form button:after {
  display: none;
}
body.page-template-page-contact section#contact-form button.close {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: -80px;
  background: none;
  border: 0;
  z-index: 9999;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-contact section#contact-form button.close {
    right: 15px;
    top: -80px;
    font-size: 0;
  }
}
body.page-template-page-contact section#contact-form button.close:hover {
  color: #93D50A;
}
body.page-template-page-contact section#contact-form button.close:hover span {
  border-color: #93D50A;
}
body.page-template-page-contact section#contact-form button.close:hover span:before, body.page-template-page-contact section#contact-form button.close:hover span:after {
  border-color: #93D50A;
}
body.page-template-page-contact section#contact-form button.close:focus {
  outline: none;
}
body.page-template-page-contact section#contact-form button.close span {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  top: 17px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: border-color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-contact section#contact-form button.close span {
    width: 40px;
    height: 40px;
  }
}
body.page-template-page-contact section#contact-form button.close span:before, body.page-template-page-contact section#contact-form button.close span:after {
  content: "";
  border-top: 2px solid #fff;
  position: absolute;
  display: block;
  width: 28px;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -14px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  body.page-template-page-contact section#contact-form button.close span:before, body.page-template-page-contact section#contact-form button.close span:after {
    width: 22px;
    margin-left: -11px;
    border-width: 1px;
  }
}
body.page-template-page-contact section#contact-form button.close span:after {
  transform: rotate(-45deg);
}
body.page-template-page-contact section#contact-form .wpcf7-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #eee;
  text-align: left;
  margin-top: -30px;
}
body.page-template-page-contact section#contact-form .wpcf7-form .col {
  width: 48%;
}
@media (max-width: 768px) {
  body.page-template-page-contact section#contact-form .wpcf7-form .col {
    width: 100%;
  }
}
body.page-template-page-contact section#contact-form .wpcf7-form div {
  width: 100%;
}
body.page-template-page-contact section#contact-form .wpcf7-form label {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-top: 30px;
  display: inline-block;
}
body.page-template-page-contact section#contact-form .wpcf7-form input, body.page-template-page-contact section#contact-form .wpcf7-form textarea {
  border: 0;
  background-color: #353535;
  color: #eee;
  font-size: 1.8rem;
  font-family: "proxima-nova", sans-serif;
  padding: 10px;
  width: 100%;
}
body.page-template-page-contact section#contact-form .wpcf7-form input:focus, body.page-template-page-contact section#contact-form .wpcf7-form textarea:focus {
  outline-color: #93D50A;
}
body.page-template-page-contact section#contact-form .wpcf7-form .submit-btn {
  text-align: center;
  width: 300px;
  margin: 0 auto 0;
  display: block;
  padding: 0;
}
@media (max-width: 479px) {
  body.page-template-page-contact section#contact-form .wpcf7-form .submit-btn {
    width: 260px;
  }
}
body.page-template-page-contact section#contact-form .wpcf7-form .submit-btn input {
  background-color: transparent;
  cursor: pointer;
  padding: 13px 45px 13px 30px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  body.page-template-page-contact section#contact-form .wpcf7-form .submit-btn input {
    padding: 10px 25px;
  }
}
body.page-template-page-contact section#contact-form .wpcf7-form .submit-btn input:hover {
  color: #2a2a2a;
}
body.page-template-page-contact section#contact-form .wpcf7-form .submit-btn input:focus {
  outline: none;
}
body.page-template-page-contact section#contact-form .wpcf7-form .submit-btn .ajax-loader {
  display: none;
}
body.page-template-page-contact section#contact-form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.8rem;
  color: red;
}
body.page-template-page-contact section#contact-form .wpcf7-form #contact_to {
  display: none;
}
body.page-template-page-contact section#contact-form .wpcf7-form #recaptcha {
  margin: 20px 0;
  text-align: center;
}
body.page-template-page-contact section#contact-form .wpcf7-form #recaptcha > div {
  margin: 0 auto;
}
body.page-template-page-contact section#contact-form .wpcf7-form .wpcf7-response-output {
  padding: 10px;
  font-size: 0.7em;
}
body.page-template-page-contact section#contact-form .wpcf7-form #upload-file-label {
  display: none;
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal {
  margin: 10px 0;
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal p, body.page-template-page-contact section#contact-form .wpcf7-form .legal span {
  margin: 0 0 5px;
  font-size: 1.4rem !important;
  text-align: left;
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal .wpcf7-list-item {
  margin: 0;
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal .wpcf7-list-item input {
  width: auto !important;
  opacity: 1;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal .wpcf7-list-item label {
  width: auto !important;
  margin: 0 0 10px;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-transform: none;
  font-size: 1.3rem !important;
  color: #959595;
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal .wpcf7-list-item label input[type=checkbox] {
  margin: 0 8px 0 0;
  align-self: flex-start;
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal .wpcf7-list-item label input[type=checkbox]:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #93D50A;
  position: absolute;
  border-radius: 3px;
  left: 8px;
  cursor: pointer;
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal .wpcf7-list-item label input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: none;
  left: 15px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid #2a2a2a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal .wpcf7-list-item label input[type=checkbox]:checked:after {
  display: block;
}
body.page-template-page-contact section#contact-form .wpcf7-form .legal .wpcf7-list-item label .wpcf7-list-item-label {
  padding: 3px 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Footer Team Up Form */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.footer-teamup-form--form {
  color: #666;
  font-size: 1.6rem;
  padding: 60px 0;
  background: #2a2a2a;
}
@media (max-width: 768px) {
  .footer-teamup-form--form {
    font-size: 1.4rem;
  }
}
.footer-teamup-form--form p {
  font-size: inherit;
}
.footer-teamup-form--form--intro h2 {
  margin: 0;
}
.footer-teamup-form--form--intro p {
  color: white;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-teamup-form--form--intro p {
    font-size: 3rem;
  }
}
.footer-teamup-form--form form {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-teamup-form--form form > * {
  width: 100%;
}
.footer-teamup-form--form form .col {
  width: calc(50% - 15px);
}
.footer-teamup-form--form form .col:nth-child(3) {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .footer-teamup-form--form form .col {
    width: 100%;
    margin: 0 !important;
  }
}
.footer-teamup-form--form form .col .input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}
.footer-teamup-form--form form .col .input-wrapper > br {
  display: none;
}
.footer-teamup-form--form form .col label {
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer-teamup-form--form form .col label {
    font-size: 1.8rem;
  }
}
.footer-teamup-form--form form .col label span {
  font-size: 0.75em;
  line-height: 0;
  vertical-align: super;
}
.footer-teamup-form--form form .col input,
.footer-teamup-form--form form .col textarea {
  color: white;
  font: inherit;
  border: 0;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px;
  display: block;
  background: #4e4e4e;
}
.footer-teamup-form--form form .col textarea {
  height: 210px;
  resize: vertical;
}
.footer-teamup-form--form form *[role=alert] {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}
.footer-teamup-form--form form *[class*=mail-sent-ok] {
  color: #93D50A !important;
  border: 0 !important;
  text-align: center;
}
.footer-teamup-form--form form .legal {
  text-align: justify;
  margin-top: 15px;
}
.footer-teamup-form--form form .legal .accept span {
  margin: 0;
}
.footer-teamup-form--form form .legal .accept label {
  display: flex;
}
.footer-teamup-form--form form .legal .accept label input[type=checkbox] {
  margin: 0.1em 0 0;
  flex-shrink: 0;
}
.footer-teamup-form--form form .legal .accept label span {
  margin-left: 10px;
  flex-grow: 1;
}
.footer-teamup-form--form form .submit-btn {
  text-align: center;
  width: auto;
  padding: 0;
}
.footer-teamup-form--form form .submit-btn input[type=button] {
  color: inherit;
  font: inherit;
  text-transform: uppercase;
  margin: 0;
  padding: 13px 45px 13px 30px;
  border: 0;
  background: none;
  appearance: none;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
.footer-teamup-form--form form .submit-btn .ajax-loader {
  display: none;
}
.footer-teamup-form--form form .grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}
.footer-teamup-form--social {
  background: #2a2a2a;
}
.footer-teamup-form--social .widgettitle::before {
  content: none;
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Homepage */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.home h1 {
  margin: 30px 0 0;
  font-size: 4rem;
  color: #97d700;
  text-shadow: none;
  font-weight: 400;
}

#splash {
  position: fixed;
  top: -100%;
  width: 0;
  height: 0;
  z-index: 9999;
  background-color: #000;
  overflow: hidden;
  transition: top 0.5s ease-in-out;
}
#splash .igniting {
  width: 456px;
  height: 26px;
  margin-top: -13px;
  margin-left: -228px;
  display: block;
  background: url("/wp-content/themes/bkom/assets/img/splash/igniting-play.svg") 50% 100% no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
#splash.show {
  width: 100%;
  height: 100%;
  top: 0;
}
#splash.show .igniting {
  opacity: 1;
}
#splash.retract {
  top: -100%;
}

.home {
  /*
  	#events {
  		padding-top: 10px;
  		padding-bottom: 60px;
  		overflow: hidden;
  		position: relative;
  		z-index: 2;

  		.carousel-events {
  			$event-height: 450px;
  			$mask-color: #2a2a2a;
  			margin: 30px 0 60px;
  			padding: 0 30px 90px;
  			position: relative;

  			&:before, &:after {
  				content: ""; width: 20%; height: $event-height+80; position: absolute; top: -40px; z-index: 2; pointer-events: none;
  				@media ($breakpoint-mobile-landscape) {
  					display: none;
  				}
  			}

  			a {
  				text-decoration: none;
  				display: block;
  				position: relative;
  				z-index: 3;
  				transform-origin: 50% 50%;
  				transition-property: box-shadow, transform;
  				transition-duration: .4s;
  				transition-timing-function: $transition-timing-function;

  				.event {
  					overflow: hidden;
  					padding: 30px;
  					color: #fff;
  					height: $event-height;
  					background-color: rgba($color-primary, 1);
  					transform: translateZ(0);

  					.visual {
  						position: absolute;
  						top: 0; left: 0; right: 0; bottom: 0;
  						background-repeat: no-repeat;
  						background-position: center center;
  						background-size: cover;
  						opacity: 0.7;
  					}

  					.infos {
  						height: 100px;
  						position: absolute;
  						bottom: 0;
  						left: 0;
  						right: 0;
  						background: $color-bg-section;
  						z-index: 2;
  						display: flex;
  						align-items: center;

  						&:before {
  							content: ""; height: 50px; display: block; background: inherit; position: absolute; left: -50px; right: -55px; top: -15px; z-index: -1; transform: rotate(5deg); backface-visibility: hidden;
  						}

  						.wrap {
  							padding: 0 20px;
  							text-align: left;

  							p { color: #1e1e1e; }

  							.thanks { font-size: 1.4rem; display: none; }
  							.title { font-size: 2rem; }
  							.city, .date { font-size: 1.4rem; }
  							.date { font-weight: 400; }
  						}
  					}

  					.view-more {
  						bottom: 15px;
  						right: 15px !important;
  						left: inherit !important;
  						z-index: 3;
  						&:after { border-color: $color-bkom; }
  						&:before { background-color: $color-bkom; }
  					}

  					p {
  						text-transform: uppercase;
  						font-size: 1.8rem;
  						font-weight: 600;
  						margin: 0;
  						position: relative;
  						transition: color $transition-duration $transition-timing-function;
  						z-index: 1;
  						&.city {
  							letter-spacing: 0.1em;
  						}
  						&.date {
  							font-weight: 400;
  							letter-spacing: 0.05em;
  						}
  					}

  					.logo-event {
  						display: table;
  						width: 100%;
  						margin: 35px 0 20px 0;
  						z-index: 1;
  						span {
  							display: table-cell;
  							vertical-align: middle;
  							text-align: center;
  							height: 130px;
  							img {
  								display: inline-block;
  								position: relative;
  								max-width: 100%;
  								width: 100%;
  								height: auto;
  								z-index: 1;
  								&.logo-white {
  									opacity: 1;
  									display: inline-block;
  								}
  								&.logo-black {
  									display: none;
  									opacity: 0;
  								}
  							}
  						}
  					}
  				}

  				&:hover {
  					z-index: 2; box-shadow: 0 3px 20px #000; translate: 0, -15px;
  					@media ($breakpoint-mobile-landscape) {
  						transform: none;

  					}
  				}

  				&.expired {
  					.visual {
  						opacity: .8;
  						filter: grayscale(100%);
  					}
  					.event {
  						.infos {
  							background: $color-primary;
  							.wrap {
  								p { color: white; }
  								.thanks { display: block; }
  								.city, .date { display: none; }
  							}
  						}
  						&:after {
  							content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: $color-primary; opacity: .7;
  						}
  					}
  				}
  			}

  			.center a {
  				&:before {
  					content: "";
  					position: absolute;
  					width: 95%;
  					height: 95%;
  					border-radius: 50%;
  					box-shadow: 0 0 100px rgba(255, 255, 255, 0.5);
  					background-color: rgba(255, 255, 255, 0.5);
  					top: 2.5%;
  					left: 2.5%;
  					animation: find-in 0.5s ease-in-out 0s 1 forwards;
  				}
  			}

  			&.owl-carousel {

  				.owl-stage-outer { overflow: visible; }
  				.owl-controls {
  					.owl-nav {
  						position: absolute;
  						left: 0; right: 0;
  						bottom: 55px;
  						.owl-prev,
  						.owl-next {
  							position: absolute;
  							width: 35px; height: 55px;
  							z-index: 5;
  							&:before, &:after {
  								content: "";
  								position: absolute;
  								backface-visibility: hidden;
  								background-color: #494949;
  								height: 2px;
  								width: 40px;
  								top: 15px;
  								left: 0;
  								z-index: 10;
  								transition: background-color $transition-duration $transition-timing-function;
  							}
  							&:hover:before, &:hover:after {
  								background-color: $color-bkom;
  							}
  							&:before { transform: rotate(-45deg); }
  							&:after { transform: rotate(45deg); top: 42px; }

  							@media ($breakpoint-tablet-landscape) {
  								/*& { display: none !important; }*/
  /*}

  }
  .owl-prev { left: 21%; }
  .owl-next { right: 21%;
  	&:before { transform: rotate(45deg); }
  	&:after { transform: rotate(-45deg); top: 42px; }
  }

  @media ($breakpoint-mobile-landscape) {
  	/*display: none;*/
  /*}
  					}

  					.owl-dots {
  						&, & * { font-size: 0; }
  						text-align: center;
  						position: absolute;
  						left: 0; right: 0; bottom: 15px;
  						height: 23px;
  						.owl-dot {
  							display: inline-block;
  							vertical-align: middle;
  							width: 12px; height: 12px;
  							border-radius: 50%;
  							background-color: #fff;
  							margin: 4px;
  							transition: background-color $transition-duration $transition-timing-function;
  							&:hover {
  								background-color: $color-bkom;
  							}
  							&.active {
  								background-color: $color-bkom;
  								width: 16px; height: 16px;
  							}
  						}
  					}
  				}
  			}

  			&.owl-carousel.hide-nav {

  				.owl-nav, .owl-dots { display: none !important; }

  				@media ($breakpoint-tablet-landscape) {
  					.owl-dots { display: block !important; }
  				}

  			}

  		}
  	}
  */
}
.home #intro {
  min-height: 700px;
  max-height: 1080px;
}
@media (max-width: 1600px) and (min-height: 1024px) {
  .home #intro {
    max-height: 700px;
  }
}
@media (max-width: 768px) {
  .home #intro {
    min-height: 400px;
    max-height: 700px;
  }
}
@media (max-width: 479px) {
  .home #intro {
    max-height: 570px;
  }
}
.home #intro:before, .home #intro:after {
  display: none;
}
.home #intro .fixed-wrapper {
  min-height: 700px;
  max-height: 1080px;
}
@media (max-width: 1600px) and (min-height: 1024px) {
  .home #intro .fixed-wrapper {
    max-height: 700px;
  }
}
@media (max-width: 768px) {
  .home #intro .fixed-wrapper {
    min-height: 400px;
    max-height: 700px;
  }
}
@media (max-width: 479px) {
  .home #intro .fixed-wrapper {
    max-height: 570px;
  }
}
.home #intro .fixed-wrapper:before, .home #intro .fixed-wrapper:after {
  display: none;
}
.home #intro #carousel-intro {
  min-height: 700px;
  max-height: 1080px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 1600px) and (min-height: 1024px) {
  .home #intro #carousel-intro {
    max-height: 700px;
  }
}
@media (max-width: 768px) {
  .home #intro #carousel-intro {
    min-height: 400px;
    max-height: 700px;
  }
}
@media (max-width: 479px) {
  .home #intro #carousel-intro {
    max-height: 570px;
  }
}
.home #intro #carousel-intro .slide {
  min-height: 700px;
  max-height: 1080px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) and (min-height: 1024px) {
  .home #intro #carousel-intro .slide {
    max-height: 700px;
  }
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide {
    min-height: 400px;
    max-height: 700px;
  }
}
@media (max-width: 479px) {
  .home #intro #carousel-intro .slide {
    max-height: 570px;
  }
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide {
    justify-content: flex-end;
  }
}
.home #intro #carousel-intro .slide .media-content {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home #intro #carousel-intro .slide .media-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/wp-content/themes/bkom/assets/img/interface/vignette.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.home #intro #carousel-intro .slide .media-content .gradient {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  z-index: 1;
}
@media (max-width: 1140px) {
  .home #intro #carousel-intro .slide .media-content .gradient {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide .media-content .gradient.desktop {
    display: none;
  }
}
.home #intro #carousel-intro .slide .media-content .gradient.mobile {
  display: none;
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide .media-content .gradient.mobile {
    display: block;
    width: 100%;
    top: 50%;
  }
}
.home #intro #carousel-intro .slide .media-content .character {
  background: 50% 50%/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 45%;
  z-index: 1;
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide .media-content .character {
    background-position: 50% 0;
    background-size: auto 100%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide .media-content .character.desktop {
    display: none;
  }
}
.home #intro #carousel-intro .slide .media-content .character.mobile {
  display: none;
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide .media-content .character.mobile {
    display: block;
  }
}
.home #intro #carousel-intro .slide .media-content.video {
  position: absolute;
}
.home #intro #carousel-intro .slide .media-content video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.home #intro #carousel-intro .slide .home-slide-1 {
  position: absolute;
  right: 100px;
  z-index: 3;
  text-align: center;
  width: 36%;
  max-width: 800px;
  padding-bottom: 0;
  margin: 0;
  display: block;
  top: 160px;
}
@media (max-width: 479px) {
  .home #intro #carousel-intro .slide .home-slide-1 {
    right: 13%;
    width: 75%;
  }
}
@media (min-width: 2200px) {
  .home #intro #carousel-intro .slide .home-slide-1 {
    width: 20%;
  }
}
.home #intro #carousel-intro .slide .home-slide-1 .bkom-slogan {
  background-size: cover;
  width: 100%;
}
.home #intro #carousel-intro .slide .text-content {
  position: relative;
  left: 85px;
  z-index: 3;
  text-align: left;
  width: 50%;
  padding-bottom: 0;
  margin: 0;
}
@media (min-width: 1920px) {
  .home #intro #carousel-intro .slide .text-content {
    width: 960px;
    margin: 0 auto;
    left: -380px;
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .home #intro #carousel-intro .slide .text-content {
    left: 25px;
  }
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide .text-content {
    text-align: center;
    left: 0;
    bottom: 95px;
    width: 100%;
  }
}
.home #intro #carousel-intro .slide .text-content h2 {
  color: #fff;
  font-weight: 600;
  font-size: 7rem;
  margin: 0;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
}
.home #intro #carousel-intro .slide .text-content h2 span {
  width: 90%;
  margin-top: 10px;
  display: block;
  font-size: 2rem;
  text-transform: none;
  font-weight: normal;
  line-height: 1.2em;
}
.home #intro #carousel-intro .slide .text-content h2 span.copyrights {
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .home #intro #carousel-intro .slide .text-content h2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide .text-content h2 span {
    width: 80%;
    border: 1px solid red;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide .text-content h2 {
    font-size: 2rem;
  }
  .home #intro #carousel-intro .slide .text-content h2 span {
    margin: 10px auto 0;
    border: none;
  }
}
@media (max-width: 479px) {
  .home #intro #carousel-intro .slide .text-content h2 span {
    font-size: 1.4rem;
  }
}
.home #intro #carousel-intro .slide .text-content h3 {
  color: #fff;
  font-style: normal;
  text-transform: none;
  position: relative;
  display: inline-block;
  margin: 0 0 6px 0;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  .home #intro #carousel-intro .slide .text-content h3 {
    font-size: 1.4rem;
  }
}
.home #intro #carousel-intro .slide .text-content .actions {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 479px) {
  .home #intro #carousel-intro .slide .text-content .actions a.button {
    min-width: 200px;
  }
}
.home #intro #carousel-intro .slide .text-content .actions a.play-video {
  margin: 20px 0 0 -10px;
  transform: scale(0.75);
}
.home #intro #carousel-intro.owl-carousel .owl-controls .owl-dots {
  text-align: center;
  position: absolute;
  left: 110px;
  bottom: 35px;
  height: 23px;
}
@media (min-width: 1920px) {
  .home #intro #carousel-intro.owl-carousel .owl-controls .owl-dots {
    text-align: left;
    position: relative;
    left: -360px;
    bottom: 60px;
    width: 960px;
    right: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .home #intro #carousel-intro.owl-carousel .owl-controls .owl-dots {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .home #intro #carousel-intro.owl-carousel .owl-controls .owl-dots {
    bottom: 58px;
    left: 0;
    right: 0;
  }
}
.home #intro #carousel-intro.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin: 4px;
  transition: background-color 0.25s ease-in-out;
}
.home #intro #carousel-intro.owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  background-color: #93D50A;
}
.home #intro #carousel-intro.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #93D50A;
  width: 13px;
  height: 13px;
}
.home #intro #carousel-intro.owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: -4px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #93D50A;
  margin: 0px;
}
.home #featured_projects {
  padding-bottom: 200px;
  padding-top: 1px;
}
.home #featured_projects .project-items {
  padding: 30px 0 75px;
  max-width: 1141px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media screen and (max-width: 769px) {
  .home #featured_projects .project-items {
    flex-direction: column;
  }
}
.home #featured_projects .item {
  width: calc(33.3% - 1px);
  overflow: hidden;
  margin: 0 1px 1px 0;
  -webkit-backface-visibility: hidden;
}
.home #featured_projects .item.col-4 {
  width: calc(25% - 1px);
}
@media screen and (max-width: 1141px) {
  .home #featured_projects .item {
    width: 100%;
  }
}
.home #featured_projects .wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 50%;
  position: relative;
  transition: background-size 0.25s ease-in-out;
}
.home #featured_projects .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home #featured_projects a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: transparent;
  text-decoration: none;
  transition: all 0.4s;
  font-size: 2rem;
  font-weight: 300;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home #featured_projects a span {
  font-size: 1.7rem;
}
.home #featured_projects a img {
  opacity: 0;
  transition: all 0.4s;
  width: 60%;
}
.home #featured_projects a img.full-width {
  width: 100%;
  margin-top: -20%;
  margin-bottom: -15%;
}
.home #featured_projects a:hover {
  transform: scale(1.1);
  filter: brightness(0.7);
  color: white;
}
.home #featured_projects a:hover img {
  opacity: 1;
}
.home #clients {
  position: relative;
  padding-top: 160px;
  z-index: 3;
  background-color: #EDEDED;
}
.home #clients:before {
  content: "";
  height: 230px;
  display: block;
  background: #ffffff;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -180px;
  z-index: 1;
  transform: rotate(-2.5deg);
}
.home #clients:after {
  content: "";
  height: 230px;
  display: block;
  background: #EDEDED;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -107px;
  z-index: -1;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  .home #clients:after {
    height: 140px;
    bottom: -40px;
  }
}
.home #clients .logos-list {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 25px 50px;
  margin: 0 auto;
  width: 1550px;
  height: 300px;
  opacity: 1;
  list-style: none;
}
@media (max-width: 1550px) {
  .home #clients .logos-list {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .home #clients .logos-list {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .home #clients .logos-list {
    height: 230px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .home #clients .logos-list {
    height: 200px;
  }
}
.home #clients .logos-list li {
  opacity: 1;
  align-self: center;
  flex-grow: 1;
  max-width: 220px;
  margin: 30px;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media (max-width: 1550px) {
  .home #clients .logos-list li {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .home #clients .logos-list li {
    padding: 0 20px;
    margin: 15px;
    width: 28%;
  }
}
@media (max-width: 768px) {
  .home #clients .logos-list li {
    padding: 0 10px;
    margin: 10px;
    width: 28%;
  }
}
@media (max-width: 479px) {
  .home #clients .logos-list li {
    max-height: 150px;
    padding: 0;
    margin: 10px;
    display: none;
  }
  .home #clients .logos-list li:nth-child(1), .home #clients .logos-list li:nth-child(2) {
    display: inline-block;
  }
}
.home #clients .logos-list li.hidden {
  opacity: 0;
  transform: scale(0.5) translateZ(0);
}
.home #clients .logos-list li.shown {
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.home #clients .logos-list li.item-1 {
  transition-delay: 0s;
}
.home #clients .logos-list li.item-2 {
  transition-delay: 0.2s;
}
.home #clients .logos-list li.item-3 {
  transition-delay: 0.3s;
}
.home #clients .logos-list li.item-4 {
  transition-delay: 0.4s;
}
.home #clients .logos-list li.item-5 {
  transition-delay: 0.5s;
}
.home #clients .logos-list li img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .home #clients .logos-list li img {
    max-height: 80%;
    max-width: 80%;
  }
}
.home #reel-video {
  min-height: 850px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .home #reel-video {
    min-height: 0;
    height: 570px;
    padding-top: 180px;
  }
}
.home #reel-video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.home #reel-video:after {
  content: "";
  height: 200px;
  display: block;
  position: absolute;
  left: -35px;
  right: -35px;
  bottom: -100px;
  z-index: 0;
  transform: rotate(-2.5deg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background: #bad001;
  background: -moz-linear-gradient(left, #bad001 11%, #bad001 11%, #ffee04 100%);
  background: -webkit-linear-gradient(left, #bad001 11%, #bad001 11%, #ffee04 100%);
  background: linear-gradient(to right, #bad001 11%, #bad001 11%, #ffee04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bad001", endColorstr="#ffee04",GradientType=1 );
}
@media (max-width: 768px) {
  .home #reel-video:after {
    bottom: -140px;
  }
}
.home #reel-video h2 {
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
}
.home #news {
  padding-top: 55px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}
.home #news .carousel-news {
  margin: 0;
  padding: 0 30px 88px;
  position: relative;
}
.home #news .carousel-news:before, .home #news .carousel-news:after {
  content: "";
  width: 20%;
  height: 530px;
  position: absolute;
  top: -40px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .home #news .carousel-news:before, .home #news .carousel-news:after {
    display: none;
  }
}
.home #news .carousel-news a {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 3;
  transform-origin: 50% 50%;
  transition-property: box-shadow, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.home #news .carousel-news a .new {
  overflow: hidden;
  padding: 10px;
  color: #000;
  height: 450px;
  background-color: white;
  transform: translateZ(0);
  height: 480px;
}
.home #news .carousel-news a .new:hover {
  z-index: 2;
  box-shadow: -5px 7px 20px rgba(0, 0, 0, 0.3215686275);
  translate: 0, -15px;
}
@media (max-width: 768px) {
  .home #news .carousel-news a .new:hover {
    transform: none;
  }
}
.home #news .carousel-news a .new:hover .post-image div {
  transform: scale(1.05);
}
.home #news .carousel-news a .new:hover .post-info h3 {
  color: #93D50A !important;
}
.home #news .carousel-news a .new:hover .post-info .view-more {
  margin-left: 30px !important;
}
.home #news .carousel-news a .new .post-image {
  height: 190px;
  width: 100%;
  overflow: hidden;
}
.home #news .carousel-news a .new .post-image div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: top center;
  transition: all 1s ease;
  background-repeat: no-repeat;
}
.home #news .carousel-news a .new .post-info {
  position: relative;
  text-align: left;
  z-index: 1;
}
@media (max-width: 768px) {
  .home #news .carousel-news a .new .post-info {
    padding: 80px 50px;
  }
}
.home #news .carousel-news a .new .post-info p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.home #news .carousel-news a .new .post-info p.date, .home #news .carousel-news a .new .post-info p.read-more {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.home #news .carousel-news a .new .post-info h3 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0 20px;
}
.home #news .carousel-news a .new .post-info .view-more:before {
  background-color: #93D50A;
}
.home #news .carousel-news a .new .post-info .view-more:after {
  border-color: #93D50A;
}
.home #news .carousel-news a .new .post-info {
  height: auto;
  min-height: 280px;
  padding: 20px 10px 20px 0;
}
@media (max-width: 768px) {
  .home #news .carousel-news a .new .post-info {
    min-height: 0;
  }
}
.home #news .carousel-news a .new .post-info p {
  color: black;
}
.home #news .carousel-news a .new .post-info p.date {
  margin-bottom: 10px;
}
.home #news .carousel-news a .new .post-info p.read-more {
  padding-top: 20px;
  transition: color 0.25s ease;
}
.home #news .carousel-news a .new .post-info p.read-more .view-more {
  display: inline-block;
  position: relative;
  left: auto;
  margin-left: 20px;
  top: 3px;
  transition: margin-left 0.25s ease;
}
.home #news .carousel-news a .new .post-info h3 {
  color: #444444;
}
.home #news .carousel-news.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev,
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 35px;
  height: 55px;
  z-index: 5;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev:before, .home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev:after,
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next:before,
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  backface-visibility: hidden;
  background-color: #494949;
  height: 2px;
  width: 26px;
  top: 24px;
  left: 0;
  z-index: 10;
  transition: background-color 0.25s ease-in-out;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before, .home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev:hover:after,
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next:hover:before,
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next:hover:after {
  background-color: #93D50A;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next:before {
  transform: rotate(-45deg);
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev:after,
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next:after {
  transform: rotate(45deg);
  top: 42px;
}
@media (max-width: 1140px) {
  .home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev,
  .home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next {
    /*& { display: none !important; }*/
  }
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 30%;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 30%;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next:before {
  transform: rotate(45deg);
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next:after {
  transform: rotate(-45deg);
  top: 42px;
}
@media (max-width: 479px) {
  .home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 10%;
  }
  .home #news .carousel-news.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10%;
  }
}
@media (max-width: 768px) {
  .home #news .carousel-news.owl-carousel .owl-controls .owl-nav {
    /*display: none;*/
  }
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 23px;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-dots, .home #news .carousel-news.owl-carousel .owl-controls .owl-dots * {
  font-size: 0;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #222222;
  margin: 4px;
  transition: background-color 0.25s ease-in-out;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  background-color: #93D50A;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #93D50A;
  width: 12px;
  height: 12px;
}
.home #news .carousel-news.owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: -4px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #93D50A;
  margin: 0px;
}
.home #news .carousel-news.owl-carousel.hide-nav .owl-nav, .home #news .carousel-news.owl-carousel.hide-nav .owl-dots {
  display: none !important;
}
@media (max-width: 1140px) {
  .home #news .carousel-news.owl-carousel.hide-nav .owl-dots {
    display: block !important;
  }
}
.home #career-home {
  min-height: 540px;
  padding-top: 20px;
  z-index: 3;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #bad001;
  background: -moz-linear-gradient(left, #bad001 11%, #bad001 11%, #ffee04 100%);
  background: -webkit-linear-gradient(left, #bad001 11%, #bad001 11%, #ffee04 100%);
  background: linear-gradient(to right, #bad001 11%, #bad001 11%, #ffee04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bad001", endColorstr="#ffee04",GradientType=1 );
}
.home #career-home .page-header-back {
  background-image: url("/wp-content/themes/bkom/assets/img/home/Header-2025-Career.png");
  top: -90px;
}
@media (max-width: 479px) {
  .home #career-home .page-header-back {
    background-position: 27% center;
  }
}
.home #career-home h2 {
  color: #FFFFFF;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
}
.home #career-home h3 {
  color: #444444;
  text-transform: none;
  font-weight: 300;
  font-size: 2.6rem;
}
.home #career-home .text-content {
  position: absolute;
  left: 85px;
  z-index: 3;
  width: 40%;
  padding-bottom: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 479px) {
  .home #career-home .text-content {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }
}
.home #carreers {
  z-index: 2;
  padding-bottom: 50px;
}
.home #carreers:before {
  content: "";
  height: 230px;
  display: block;
  background: white;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -100px;
  z-index: -1;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  .home #carreers:before {
    height: 140px;
    top: -40px;
  }
}
.home #carreers:after {
  content: none;
  height: 200px;
  display: block;
  background: white;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -100px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  .home #carreers:after {
    height: 140px;
    bottom: -40px;
  }
}
.home #carreers h2 {
  margin-top: 0;
}
.home #carreers #career-items {
  padding-top: 20px;
  position: relative;
  background-color: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home #carreers #career-items:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 768px) {
  .home #carreers #career-items {
    height: auto;
    padding-top: 0;
  }
}
.home #carreers #career-items .item,
.home #carreers #career-items .image {
  width: calc(33.33% - 1px);
  height: 370px;
  padding: 20px;
  margin: 0 1px 1px 0;
  text-decoration: none;
  background-color: #2a2a2a;
  transition: background-color 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .home #carreers #career-items .item,
  .home #carreers #career-items .image {
    width: calc(50% - 1px);
  }
}
@media (max-width: 768px) {
  .home #carreers #career-items .item,
  .home #carreers #career-items .image {
    width: 100%;
    margin: 0 0 1px;
  }
}
.home #carreers #career-items .item.txt_1 {
  order: 1;
}
.home #carreers #career-items .item.txt_2 {
  order: 3;
}
@media (max-width: 1024px) {
  .home #carreers #career-items .item.txt_2 {
    order: 4;
  }
}
.home #carreers #career-items .item.txt_3 {
  order: 5;
}
@media (max-width: 768px) {
  .home #carreers #career-items .item {
    height: auto;
    min-height: 170px;
  }
}
.home #carreers #career-items .item:hover {
  background-color: #93D50A;
}
.home #carreers #career-items .item:hover .type, .home #carreers #career-items .item:hover h4 {
  color: black;
}
.home #carreers #career-items .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .home #carreers #career-items .image {
    display: none;
  }
}
.home #carreers #career-items .image.img_1 {
  background-image: url("/wp-content/themes/bkom/assets/img/home/office.jpg");
  order: 2;
}
.home #carreers #career-items .image.img_2 {
  background-image: url("/wp-content/themes/bkom/assets/img/home/club-social.jpg");
  order: 4;
}
@media (max-width: 1024px) {
  .home #carreers #career-items .image.img_2 {
    order: 3;
  }
}
.home #carreers #career-items .image.img_3 {
  background-image: url("/wp-content/themes/bkom/assets/img/home/Quebec.jpg");
  order: 6;
}
.home #carreers #career-items .wrapper-item {
  position: relative;
}
@media (max-width: 768px) {
  .home #carreers #career-items .wrapper-item {
    padding-bottom: 30px;
  }
}
.home #carreers #career-items .wrapper-item h4 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  transition: color 0.25s ease-in-out;
}
.home #carreers #career-items .wrapper-item h4 strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.home #carreers #career-items .wrapper-item .type {
  font-size: 1.6rem;
  color: #93D50A;
  margin-bottom: 0;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .home #carreers #career-items .wrapper-item .type {
    font-size: 1.4rem;
  }
}
.home #carreers #career-items .wrapper-item .view-more {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: 10px;
}
.home #carreers #career-items .wrapper-item .view-more:before {
  position: absolute;
  content: "";
  background-color: #fff;
  backface-visibility: hidden;
  width: 18px;
  height: 2px;
  top: 11px;
  right: -1px;
  transition: background-color 0.25s ease-in-out;
}
.home #carreers #career-items .wrapper-item .view-more:after {
  position: absolute;
  content: "";
  backface-visibility: hidden;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transition: border-color 0.25s ease-in-out;
}
.home #social-medias {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .home #social-medias {
    padding-top: 100px;
  }
}
.home #social-medias .wrapper-content {
  z-index: 2;
}
.home #social-medias p {
  color: #fff;
}
.home #social-medias p.source {
  color: #B1B1B1;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.home #social-medias .col-2 {
  position: relative;
}
@media (max-width: 768px) {
  .home #social-medias .col-2 {
    width: auto;
    float: none;
  }
}
.home #social-medias .col-2 .ico {
  display: inline-block;
  position: relative;
  height: 60px;
  margin-bottom: 15px;
  transform: translateZ(0);
}
.home #social-medias .col-2 .ico:before {
  content: "";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  color: #fff;
  height: 60px;
  width: 100px;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -55px;
}
.home #social-medias .col-2 .feed {
  padding: 10px 0 0 0;
}
.home #social-medias .col-2 .feed p {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2em;
}
.home #social-medias .col-2 .feed * {
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 768px) {
  .home #social-medias .col-2 .feed {
    font-size: 1.8rem;
  }
}
.home #social-medias .col-2 .feed img {
  display: none;
}
.home #social-medias .col-2 .see-more a {
  color: #93D50A;
  text-decoration: none;
  font-size: 2rem;
}
.home #social-medias .col-2 .date p {
  color: #959595;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: 10px;
}
.home #social-medias .col-2.twitter .ico:before {
  content: "\e90b";
}
.home #social-medias .col-2.twitter .links a {
  color: #93D50A;
  text-decoration: none;
  font-size: 2rem;
}
.home #social-medias .col-2.twitter .links a.retweet {
  margin: 0 75px;
}
.home #social-medias .col-2.twitter .links a:before {
  color: #fff;
  transition: color 0.25s ease-in-out;
}
.home #social-medias .col-2.twitter .links a:hover:before {
  color: #93D50A;
}
.home #social-medias .col-2.twitter .links a.reply:before {
  content: "\e904";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
}
.home #social-medias .col-2.twitter .links a.retweet:before {
  content: "\e903";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
}
.home #social-medias .col-2.twitter .links a.favori:before {
  content: "\e902";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
}
.home #social-medias .col-2.facebook {
  float: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .home #social-medias .col-2.facebook {
    margin-top: 80px;
    padding-top: 80px;
    /*
    					&:before {
    						content: ""; width: 200px; height: 1px; margin-left: -100px; background: #353535; position: absolute; top: 0; left: 50%;
    					}
    */
  }
}
.home #social-medias .col-2.facebook .ico:before {
  content: "\e901";
}
.home #social-medias .col-2.facebook .feed p {
  display: inline;
}
.home #social-medias .col-2.facebook .feed span {
  color: #fff;
  display: inline;
  font-size: 2.2rem;
}
.home #social-medias .col-2.facebook .feed span a {
  text-decoration: none;
  color: #93D50A;
}
.home #social-medias .col-2.facebook .feed span a:hover {
  text-decoration: underline;
}
.home #instagram {
  display: none;
  position: relative;
  margin-top: 0;
  z-index: 0;
  /*----- Instagram Feed plugin -----*/
}
.home #instagram:before {
  content: none;
  height: 200px;
  display: block;
  position: absolute;
  left: -35px;
  right: -35px;
  top: -140px;
  z-index: 1;
  transform: rotate(2.5deg);
  background-color: #2a2a2a;
}
@media (max-width: 768px) {
  .home #instagram:before {
    top: -140px;
  }
}
.home #instagram h2 {
  color: #fff;
  font-size: 4.7rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: -110px;
  z-index: 3;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.65);
}
@media (max-width: 1024px) {
  .home #instagram h2 {
    margin-top: -100px;
    top: 60%;
  }
}
@media (max-width: 479px) {
  .home #instagram h2 {
    margin-top: -30px;
  }
}
.home #instagram h2 img {
  max-width: 90%;
  margin-left: -40px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .home #instagram h2 img {
    margin: -40px auto 0;
    display: block;
  }
}
.home #instagram .wdi_feed_container .wdi_feed_wrapper .wdi_feed_item {
  width: 100%, 8 !important;
}
@media (max-width: 1024px) {
  .home #instagram .wdi_feed_container .wdi_feed_wrapper .wdi_feed_item {
    width: 20% !important;
  }
  .home #instagram .wdi_feed_container .wdi_feed_wrapper .wdi_feed_item:nth-child(n+11) {
    display: none;
  }
}
@media (max-width: 768px) {
  .home #instagram .wdi_feed_container .wdi_feed_wrapper .wdi_feed_item {
    width: 50% !important;
  }
  .home #instagram .wdi_feed_container .wdi_feed_wrapper .wdi_feed_item:nth-child(n+5) {
    display: none;
  }
}
.home #instagram #wdi_feed_0 .wdi_feed_wrapper {
  background-color: transparent;
}
.home #instagram #wdi_feed_0 .wdi_feed_container {
  background-color: transparent;
  border-bottom: none;
}
.home #instagram #wdi_feed_0 .wdi_photo_wrap {
  padding: 0;
  width: 100% !important;
}
.home #instagram #wdi_feed_0 .wdi_photo_wrap_inner {
  border: none;
}
.home #instagram #wdi_feed_0 .wdi_load_more {
  display: none;
}
.home #instagram #wdi_feed_0 .wdi_feed_item {
  font-size: 0;
}
.home #instagram #wdi_feed_0 .wdi_img {
  width: 100%;
  display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Medias page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.media section .button.download {
  line-height: 1.6rem;
  padding: 13px 55px 13px 40px;
  background-color: #444444;
}
body.media section .button.download:after {
  content: "\e91e";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  transform: rotate(0deg);
  height: 15px;
  width: 15px;
  border: none;
  top: 40%;
}
body.media section .button.download span {
  display: block;
  font-size: 1.4rem;
}
body.media section#page-header .button.download:before {
  border-color: white;
}
body.media section#page-header .button.download:hover:before {
  border-color: #2a2a2a;
}
body.media section#pictures {
  padding: 50px 0 150px;
}
body.media section#pictures #mosaique-media {
  width: 100%;
  margin: 50px 0 30px;
}
@media (max-width: 479px) {
  body.media section#pictures #mosaique-media {
    display: none;
  }
}
body.media section#pictures #mosaique-media .block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
body.media section#pictures #mosaique-media .block.block-1-1 {
  width: 255px;
  height: 255px;
}
body.media section#pictures #mosaique-media .block.block-1-2 {
  width: 255px;
  height: 540px;
}
body.media section#pictures #mosaique-media .block.block-2-1 {
  width: 540px;
  height: 255px;
}
body.media section#pictures #mosaique-mobile {
  display: none;
}
@media (max-width: 479px) {
  body.media section#pictures #mosaique-mobile {
    display: block;
  }
}
body.media section#pictures #mosaique-mobile .block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 255px;
  margin-bottom: 10px;
}
body.media section#logos {
  padding-bottom: 50px;
}
body.media section#logos:before {
  content: "";
  height: 230px;
  display: block;
  background-color: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -70px;
  z-index: 0;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  body.media section#logos:before {
    height: 120px;
    top: -30px;
  }
}
body.media section#logos:after {
  content: "";
  height: 230px;
  display: block;
  background-color: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -120px;
  z-index: 0;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  body.media section#logos:after {
    height: 140px;
    bottom: -40px;
  }
}
body.media section#logos .carousel-logos {
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px 30px 90px;
  list-style: none;
}
@media (max-width: 768px) {
  body.media section#logos .carousel-logos {
    padding-bottom: 70px;
  }
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos {
    padding: 30px 10px 70px;
  }
}
body.media section#logos .carousel-logos .owl-item:nth-child(odd) .slide {
  background-color: black;
}
body.media section#logos .carousel-logos .owl-item .slide {
  position: relative;
  background-color: white;
  padding: 50%;
}
body.media section#logos .carousel-logos .owl-item .slide .logo-image {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.media section#logos .carousel-logos .owl-item .slide .logo-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}
body.media section#logos .carousel-logos .owl-item.center:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.5);
  top: 2.5%;
  left: 2.5%;
  animation: find-in 0.5s ease-in-out 0s 1 forwards;
}
body.media section#logos .carousel-logos.owl-carousel .owl-stage-outer {
  overflow: visible;
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav {
    bottom: 45px;
  }
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev,
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 35px;
  height: 55px;
  z-index: 5;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev,
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 20px;
    height: 35px;
  }
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev:before, body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev:after,
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:before,
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.25);
  height: 2px;
  width: 40px;
  top: 15px;
  left: 0;
  z-index: 10;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev:before, body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev:after,
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:before,
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:after {
    height: 1px;
    width: 22px;
    top: 8px;
  }
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before, body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev:hover:after,
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:hover:before,
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:hover:after {
  background-color: #93D50A;
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev:before,
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:before {
  transform: rotate(-45deg);
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev:after,
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:after {
  transform: rotate(45deg);
  top: 42px;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev:after,
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:after {
    top: 24px;
  }
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 21%;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 21%;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10px;
  }
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:before {
  transform: rotate(45deg);
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:after {
  transform: rotate(-45deg);
  top: 42px;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-nav .owl-next:after {
    top: 24px;
  }
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 23px;
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots, body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots * {
  font-size: 0;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots {
    counter-reset: slides-num;
  }
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots:after {
    content: counter(slides-num); /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 200;
    color: white;
    position: absolute;
    left: 50%;
    margin-left: 15px;
  }
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin: 4px;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots .owl-dot {
    counter-increment: slides-num;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
  }
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots .owl-dot span {
    display: none;
  }
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  background-color: #93D50A;
}
body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #93D50A;
  width: 13px;
  height: 13px;
}
@media (max-width: 479px) {
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots .owl-dot.active {
    width: 0;
    height: 0;
  }
  body.media section#logos .carousel-logos.owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
    content: counter(slides-num) " /"; /* Use the same counter to get current item. */
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    position: absolute;
    left: 0;
    width: 40px;
    text-align: right;
    margin-left: -30px;
  }
}
body.media section#reel-video {
  z-index: 0;
}
body.media section#reel-video h2 {
  margin-top: 130px;
}
@media (max-width: 768px) {
  body.media section#reel-video h2 {
    margin-top: 80px;
  }
}
@media (max-width: 479px) {
  body.media section#reel-video h2 {
    margin-top: -40px;
  }
}
body.media section#more-about .blocs {
  margin: 50px -15px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  body.media section#more-about .blocs {
    display: block;
  }
}
body.media section#more-about .blocs .bloc {
  width: 33.33%;
  margin: 15px;
  padding: 60px 20px;
  background-color: #f5f5f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body.media section#more-about .blocs .bloc {
    width: auto;
  }
}
body.media section#more-about .blocs .bloc h2 {
  margin: 0 45px 10px;
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: 500;
}
body.media section#more-about .blocs .bloc h2 span {
  display: block;
}
body.media section#more-about .blocs .bloc p {
  margin: 0 40px 20px;
  font-size: 1.6rem;
}
body.media section#more-about .blocs .bloc p strong {
  text-transform: uppercase;
  display: block;
}
body.media section#more-about .blocs .bloc p span {
  font-weight: bold;
  display: block;
}
body.media section#more-about .blocs .bloc .actions a.button {
  width: 90%;
  margin: 25px 0 0 0;
  display: inline-block;
}
@media (max-width: 1024px) {
  body.media section#more-about .blocs .bloc .actions a.button {
    max-width: 300px;
    margin: 25px auto 0;
  }
}
body.media section#more-about .blocs .bloc .actions a.button:before {
  background-color: transparent;
}
body.media section#more-about .blocs .bloc .actions a.button:hover:before {
  background-color: #2a2a2a;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* mission page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.mission #page-header p.page {
  color: #93D50A;
  font-size: 2rem;
}
@media (max-width: 768px) {
  body.mission #page-header p.page {
    font-size: 1.8rem;
  }
}
body.mission #page-header .button {
  padding-right: 30px;
  padding-left: 30px;
}
body.mission #page-header .button::before {
  box-shadow: 0 0 5px black;
}
body.mission #page-header .button::after {
  content: none;
  display: none;
}
body.mission section.section-mission .wrapper-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.mission section.section-mission .wrapper-content p,
body.mission section.section-mission .wrapper-content ul {
  margin: 1em 0 0;
}
body.mission section.section-mission .wrapper-content h1,
body.mission section.section-mission .wrapper-content h2,
body.mission section.section-mission .wrapper-content h3 {
  font-weight: 300;
  margin: 0;
  font-family: "Glitz", sans-serif !important;
  text-transform: none !important;
}
body.mission section.section-mission .wrapper-content h2 + p, body.mission section.section-mission .wrapper-content h2 + ul,
body.mission section.section-mission .wrapper-content h3 + p,
body.mission section.section-mission .wrapper-content h3 + ul {
  margin-top: 1.8em;
}
body.mission section.section-mission .wrapper-content h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.mission section.section-mission .wrapper-content h2::before {
  content: "";
  background: center/contain no-repeat;
  margin: 0;
  display: block;
  height: 150px;
  pointer-events: none;
}
body.mission section.section-mission .wrapper-content h3 {
  color: inherit;
  margin-top: 0.3em;
}
body.mission section.section-mission .wrapper-content ul {
  list-style: none;
}
body.mission section.section-mission .wrapper-content ul li:not(:first-of-type) {
  margin-top: 0.5em;
}
body.mission section.section-mission .wrapper-content ul li a {
  color: #B1B1B1;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  transition: color 0.25s ease-in-out;
}
body.mission section.section-mission .wrapper-content ul li a::after {
  content: " >";
  transition: transform 0.25s ease-in-out;
}
body.mission section.section-mission .wrapper-content ul li a:hover, body.mission section.section-mission .wrapper-content ul li a:focus {
  color: #93D50A;
}
body.mission section.section-mission .wrapper-content ul li a:hover::after, body.mission section.section-mission .wrapper-content ul li a:focus::after {
  transform: translateX(3px);
}
body.mission section.section-mission .wrapper-content > div {
  text-align: left;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  body.mission section.section-mission .wrapper-content > div {
    width: 100%;
  }
}
body.mission section.section-mission .wrapper-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
body.mission section.section-mission:not(.with-bg) {
  z-index: 2;
}
body.mission section.section-mission:not(.with-bg)::before, body.mission section.section-mission:not(.with-bg)::after {
  content: "";
  height: 230px;
  display: block;
  background: white;
  position: absolute;
  left: -50px;
  right: -55px;
  z-index: -1;
}
body.mission section.section-mission:not(.with-bg):before {
  top: -130px;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  body.mission section.section-mission:not(.with-bg):before {
    height: 120px;
    top: -30px;
  }
}
body.mission section.section-mission:not(.with-bg):after {
  bottom: -120px;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  body.mission section.section-mission:not(.with-bg):after {
    height: 140px;
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  body.mission section.section-mission:not(.with-bg) .wrapper-content > div:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.mission section.section-mission.with-bg {
  padding: 180px 0 200px;
}

body.mission section.section-mission.with-bg h1,
body.mission section.section-mission.with-bg h2,
body.mission section.section-mission.with-bg h3 {
  font-family: "Glitz", sans-serif !important;
  font-weight: 300;
  margin: 0;
  font-size: 57px;
}

body.mission section.section-mission.with-bg {
  font-family: "Buvera", sans-serif !important;
  font-size: 30px;
}

body.mission section.section-mission.with-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  body.mission section.section-mission.with-bg {
    padding: 80px 0;
  }
}
@media (max-width: 479px) {
  body.mission section.section-mission.with-bg {
    background-position: left center;
  }
}
body.mission section.section-mission.with-bg .wrapper-content {
  color: white;
  flex-direction: row-reverse;
}
body.mission section.section-mission#levelup {
  background-image: url("/wp-content/themes/bkom/assets/img/mission/b_bg.jpg");
  background-size: 100% 100%; 
  background-repeat: no-repeat; 
  background-position: center top; 
  background-attachment: fixed; 
  background-color: black;
}
body.mission section.section-mission#forged {
  background-image: url("/wp-content/themes/bkom/assets/img/mission/k_bg.jpg");
  background-size: 100% 100%; 
  background-repeat: no-repeat; 
  background-position: center top; 
  background-attachment: fixed; 
  background-color: black;
}
body.mission section.section-mission#humility {
  background-image: url("/wp-content/themes/bkom/assets/img/mission/o_bg.jpg");
  background-size: 100% 100%; 
  background-repeat: no-repeat; 
  background-position: center top; 
  background-attachment: fixed; 
  background-color: black;
}
body.mission section.section-mission#yourstuff {
  background-image: url("/wp-content/themes/bkom/assets/img/mission/m_bg.jpg");
  background-size: 100% 100%; 
  background-repeat: no-repeat; 
  background-position: center top; 
  background-attachment: fixed; 
  background-color: black;
}
body.mission section.section-mission#ourmission {
  background-color: black;
}

.wrapper-content-1col {
  display: flex;
  justify-content: center; /* center horizontally */
  text-transform: none !important;
}

body.mission section.section-mission .wrapper-content-1col > div {
  text-align: left;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: none !important;
}

body.mission section#sidebar h3.widgettitle:before {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* News and Events page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.blog .video-wrapper,
body.blogue .video-wrapper {
  position: relative;
}
body.blog .video-wrapper img,
body.blogue .video-wrapper img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 10px auto 0 auto;
}
body.blog .video-wrapper .play,
body.blogue .video-wrapper .play {
  cursor: pointer;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: -20px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #444444;
  box-shadow: 0 0 0 6px #fff;
  z-index: 2;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.blog .video-wrapper .play,
  body.blogue .video-wrapper .play {
    box-shadow: 0 0 0 4px #fff;
    width: 50px;
    height: 50px;
    top: 50%;
  }
}
@media (max-width: 479px) {
  body.blog .video-wrapper .play,
  body.blogue .video-wrapper .play {
    bottom: 100px;
  }
}
body.blog .video-wrapper .play span,
body.blogue .video-wrapper .play span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.blog .video-wrapper .play:after,
body.blogue .video-wrapper .play:after {
  content: "\e90f";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -12px;
  color: #fff;
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
  body.blog .video-wrapper .play:after,
  body.blogue .video-wrapper .play:after {
    font-size: 20px;
    margin: -11px;
    width: 26px;
    height: 22px;
  }
}
body.blog .video-wrapper .play:hover,
body.blogue .video-wrapper .play:hover {
  background-color: #93D50A;
}
body.blog section #grid,
body.blogue section #grid {
  width: 100%;
}
body.blog section #grid:after,
body.blogue section #grid:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
body.blog section#news-list,
body.blogue section#news-list {
  padding: 10px 0 100px;
}
body.blog section#news-list .posts,
body.blogue section#news-list .posts {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
body.blog section#news-list .posts .post-info,
body.blogue section#news-list .posts .post-info {
  position: relative;
  text-align: left;
  z-index: 1;
}
@media (max-width: 768px) {
  body.blog section#news-list .posts .post-info,
  body.blogue section#news-list .posts .post-info {
    padding: 80px 50px;
  }
}
body.blog section#news-list .posts .post-info p,
body.blogue section#news-list .posts .post-info p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
body.blog section#news-list .posts .post-info p.date, body.blog section#news-list .posts .post-info p.read-more,
body.blogue section#news-list .posts .post-info p.date,
body.blogue section#news-list .posts .post-info p.read-more {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
body.blog section#news-list .posts .post-info h3,
body.blogue section#news-list .posts .post-info h3 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0 20px;
}
body.blog section#news-list .posts .post-info .view-more:before,
body.blogue section#news-list .posts .post-info .view-more:before {
  background-color: #93D50A;
}
body.blog section#news-list .posts .post-info .view-more:after,
body.blogue section#news-list .posts .post-info .view-more:after {
  border-color: #93D50A;
}
body.blog section#news-list .posts .visual,
body.blogue section#news-list .posts .visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
body.blog section#news-list .posts .visual div,
body.blogue section#news-list .posts .visual div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.7;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
body.blog section#news-list .posts.news, body.blog section#news-list .posts.nouvelles, body.blog section#news-list .posts.blog,
body.blogue section#news-list .posts.news,
body.blogue section#news-list .posts.nouvelles,
body.blogue section#news-list .posts.blog {
  width: 310px;
}
body.blog section#news-list .posts.news:hover .post-image div, body.blog section#news-list .posts.nouvelles:hover .post-image div, body.blog section#news-list .posts.blog:hover .post-image div,
body.blogue section#news-list .posts.news:hover .post-image div,
body.blogue section#news-list .posts.nouvelles:hover .post-image div,
body.blogue section#news-list .posts.blog:hover .post-image div {
  transform: scale(1.05);
}
body.blog section#news-list .posts.news:hover .post-info p.read-more, body.blog section#news-list .posts.nouvelles:hover .post-info p.read-more, body.blog section#news-list .posts.blog:hover .post-info p.read-more,
body.blogue section#news-list .posts.news:hover .post-info p.read-more,
body.blogue section#news-list .posts.nouvelles:hover .post-info p.read-more,
body.blogue section#news-list .posts.blog:hover .post-info p.read-more {
  color: #93D50A;
}
body.blog section#news-list .posts.news:hover .post-info p.read-more .view-more, body.blog section#news-list .posts.nouvelles:hover .post-info p.read-more .view-more, body.blog section#news-list .posts.blog:hover .post-info p.read-more .view-more,
body.blogue section#news-list .posts.news:hover .post-info p.read-more .view-more,
body.blogue section#news-list .posts.nouvelles:hover .post-info p.read-more .view-more,
body.blogue section#news-list .posts.blog:hover .post-info p.read-more .view-more {
  margin-left: 30px;
}
body.blog section#news-list .posts.news .post-image, body.blog section#news-list .posts.nouvelles .post-image, body.blog section#news-list .posts.blog .post-image,
body.blogue section#news-list .posts.news .post-image,
body.blogue section#news-list .posts.nouvelles .post-image,
body.blogue section#news-list .posts.blog .post-image {
  height: 196px;
  width: 100%;
  overflow: hidden;
}
body.blog section#news-list .posts.news .post-image div, body.blog section#news-list .posts.nouvelles .post-image div, body.blog section#news-list .posts.blog .post-image div,
body.blogue section#news-list .posts.news .post-image div,
body.blogue section#news-list .posts.nouvelles .post-image div,
body.blogue section#news-list .posts.blog .post-image div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 1s ease;
}
body.blog section#news-list .posts.news .post-info, body.blog section#news-list .posts.nouvelles .post-info, body.blog section#news-list .posts.blog .post-info,
body.blogue section#news-list .posts.news .post-info,
body.blogue section#news-list .posts.nouvelles .post-info,
body.blogue section#news-list .posts.blog .post-info {
  height: auto;
  min-height: 280px;
  padding: 20px 10px 20px 0;
}
@media (max-width: 768px) {
  body.blog section#news-list .posts.news .post-info, body.blog section#news-list .posts.nouvelles .post-info, body.blog section#news-list .posts.blog .post-info,
  body.blogue section#news-list .posts.news .post-info,
  body.blogue section#news-list .posts.nouvelles .post-info,
  body.blogue section#news-list .posts.blog .post-info {
    min-height: 0;
  }
}
body.blog section#news-list .posts.news .post-info p, body.blog section#news-list .posts.nouvelles .post-info p, body.blog section#news-list .posts.blog .post-info p,
body.blogue section#news-list .posts.news .post-info p,
body.blogue section#news-list .posts.nouvelles .post-info p,
body.blogue section#news-list .posts.blog .post-info p {
  color: #444444;
}
body.blog section#news-list .posts.news .post-info p.date, body.blog section#news-list .posts.nouvelles .post-info p.date, body.blog section#news-list .posts.blog .post-info p.date,
body.blogue section#news-list .posts.news .post-info p.date,
body.blogue section#news-list .posts.nouvelles .post-info p.date,
body.blogue section#news-list .posts.blog .post-info p.date {
  margin-bottom: 10px;
}
body.blog section#news-list .posts.news .post-info p.read-more, body.blog section#news-list .posts.nouvelles .post-info p.read-more, body.blog section#news-list .posts.blog .post-info p.read-more,
body.blogue section#news-list .posts.news .post-info p.read-more,
body.blogue section#news-list .posts.nouvelles .post-info p.read-more,
body.blogue section#news-list .posts.blog .post-info p.read-more {
  padding-top: 20px;
  transition: color 0.25s ease;
}
body.blog section#news-list .posts.news .post-info p.read-more .view-more, body.blog section#news-list .posts.nouvelles .post-info p.read-more .view-more, body.blog section#news-list .posts.blog .post-info p.read-more .view-more,
body.blogue section#news-list .posts.news .post-info p.read-more .view-more,
body.blogue section#news-list .posts.nouvelles .post-info p.read-more .view-more,
body.blogue section#news-list .posts.blog .post-info p.read-more .view-more {
  display: inline-block;
  position: relative;
  left: auto;
  margin-left: 20px;
  top: 3px;
  transition: margin-left 0.25s ease;
}
body.blog section#news-list .posts.news .post-info h3, body.blog section#news-list .posts.nouvelles .post-info h3, body.blog section#news-list .posts.blog .post-info h3,
body.blogue section#news-list .posts.news .post-info h3,
body.blogue section#news-list .posts.nouvelles .post-info h3,
body.blogue section#news-list .posts.blog .post-info h3 {
  color: #444444;
}
body.blog section#news-list .posts.events, body.blog section#news-list .posts.evenements,
body.blogue section#news-list .posts.events,
body.blogue section#news-list .posts.evenements {
  background-color: #444444;
  width: 310px;
  height: 450px;
}
body.blog section#news-list .posts.events:hover .visual div, body.blog section#news-list .posts.evenements:hover .visual div,
body.blogue section#news-list .posts.events:hover .visual div,
body.blogue section#news-list .posts.evenements:hover .visual div {
  transform: scale(1.05);
}
body.blog section#news-list .posts.events:hover .post-info h3, body.blog section#news-list .posts.evenements:hover .post-info h3,
body.blogue section#news-list .posts.events:hover .post-info h3,
body.blogue section#news-list .posts.evenements:hover .post-info h3 {
  color: #93D50A !important;
}
body.blog section#news-list .posts.events:hover .post-info .view-more, body.blog section#news-list .posts.evenements:hover .post-info .view-more,
body.blogue section#news-list .posts.events:hover .post-info .view-more,
body.blogue section#news-list .posts.evenements:hover .post-info .view-more {
  right: 25px;
}
body.blog section#news-list .posts.events .logo-event, body.blog section#news-list .posts.evenements .logo-event,
body.blogue section#news-list .posts.events .logo-event,
body.blogue section#news-list .posts.evenements .logo-event {
  display: table;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 35px;
  z-index: 1;
}
body.blog section#news-list .posts.events .logo-event span, body.blog section#news-list .posts.evenements .logo-event span,
body.blogue section#news-list .posts.events .logo-event span,
body.blogue section#news-list .posts.evenements .logo-event span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 130px;
}
body.blog section#news-list .posts.events .logo-event span img, body.blog section#news-list .posts.evenements .logo-event span img,
body.blogue section#news-list .posts.events .logo-event span img,
body.blogue section#news-list .posts.evenements .logo-event span img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
}
body.blog section#news-list .posts.events .post-info, body.blog section#news-list .posts.evenements .post-info,
body.blogue section#news-list .posts.events .post-info,
body.blogue section#news-list .posts.evenements .post-info {
  background-color: #EDEDED;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body.blog section#news-list .posts.events .post-info:before, body.blog section#news-list .posts.evenements .post-info:before,
body.blogue section#news-list .posts.events .post-info:before,
body.blogue section#news-list .posts.evenements .post-info:before {
  content: "";
  height: 50px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -15px;
  z-index: -1;
  transform: rotate(5deg);
}
@media (max-width: 1024px) {
  body.blog section#news-list .posts.events .post-info:before, body.blog section#news-list .posts.evenements .post-info:before,
  body.blogue section#news-list .posts.events .post-info:before,
  body.blogue section#news-list .posts.evenements .post-info:before {
    top: -20px;
  }
}
body.blog section#news-list .posts.events .post-info p, body.blog section#news-list .posts.evenements .post-info p,
body.blogue section#news-list .posts.events .post-info p,
body.blogue section#news-list .posts.evenements .post-info p {
  color: #444444;
}
body.blog section#news-list .posts.events .post-info p.city, body.blog section#news-list .posts.evenements .post-info p.city,
body.blogue section#news-list .posts.events .post-info p.city,
body.blogue section#news-list .posts.evenements .post-info p.city {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
body.blog section#news-list .posts.events .post-info p.thanks, body.blog section#news-list .posts.evenements .post-info p.thanks,
body.blogue section#news-list .posts.events .post-info p.thanks,
body.blogue section#news-list .posts.evenements .post-info p.thanks {
  display: none;
}
body.blog section#news-list .posts.events .post-info h3, body.blog section#news-list .posts.evenements .post-info h3,
body.blogue section#news-list .posts.events .post-info h3,
body.blogue section#news-list .posts.evenements .post-info h3 {
  color: #444444;
  transition: color 0.25s ease;
}
body.blog section#news-list .posts.events .post-info .view-more, body.blog section#news-list .posts.evenements .post-info .view-more,
body.blogue section#news-list .posts.events .post-info .view-more,
body.blogue section#news-list .posts.evenements .post-info .view-more {
  left: auto;
  right: 15px;
  bottom: 15px;
  margin-left: 0;
  transition: right 0.25s ease;
}
body.blog section#news-list .posts.events.expired .post-info, body.blog section#news-list .posts.evenements.expired .post-info,
body.blogue section#news-list .posts.events.expired .post-info,
body.blogue section#news-list .posts.evenements.expired .post-info {
  background-color: #444444;
}
body.blog section#news-list .posts.events.expired .post-info p, body.blog section#news-list .posts.events.expired .post-info h3, body.blog section#news-list .posts.evenements.expired .post-info p, body.blog section#news-list .posts.evenements.expired .post-info h3,
body.blogue section#news-list .posts.events.expired .post-info p,
body.blogue section#news-list .posts.events.expired .post-info h3,
body.blogue section#news-list .posts.evenements.expired .post-info p,
body.blogue section#news-list .posts.evenements.expired .post-info h3 {
  color: white;
}
body.blog section#news-list .posts.events.expired .post-info .thanks, body.blog section#news-list .posts.evenements.expired .post-info .thanks,
body.blogue section#news-list .posts.events.expired .post-info .thanks,
body.blogue section#news-list .posts.evenements.expired .post-info .thanks {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.blog section#news-list .posts.events.expired .post-info .city, body.blog section#news-list .posts.events.expired .post-info .date, body.blog section#news-list .posts.evenements.expired .post-info .city, body.blog section#news-list .posts.evenements.expired .post-info .date,
body.blogue section#news-list .posts.events.expired .post-info .city,
body.blogue section#news-list .posts.events.expired .post-info .date,
body.blogue section#news-list .posts.evenements.expired .post-info .city,
body.blogue section#news-list .posts.evenements.expired .post-info .date {
  display: none;
}
body.blog section#news-list .posts.events.expired .visual, body.blog section#news-list .posts.evenements.expired .visual,
body.blogue section#news-list .posts.events.expired .visual,
body.blogue section#news-list .posts.evenements.expired .visual {
  opacity: 0.3;
  filter: grayscale(100%);
}
body.blog section#news-list .button,
body.blogue section#news-list .button {
  margin-top: 50px;
  padding-left: 45px;
}
body.blog section#news-list .button:after,
body.blogue section#news-list .button:after {
  border: none;
  width: 0;
  height: 0;
}
body.blog section#sidebar h3.widgettitle:before,
body.blogue section#sidebar h3.widgettitle:before {
  display: none;
}

.single-post .back-and-sharing, .single-event .back-and-sharing {
  border-bottom: none;
  margin-bottom: 0;
}
.single-post .back-and-sharing .actions .grey, .single-event .back-and-sharing .actions .grey {
  margin-bottom: 0;
}
.single-post .back-and-sharing .icon-sharing, .single-event .back-and-sharing .icon-sharing {
  padding: 10px 15px 30px;
  border-bottom: 1px solid #e7e7e7;
  width: 25%;
}
@media (max-width: 1024px) {
  .single-post .back-and-sharing .icon-sharing, .single-event .back-and-sharing .icon-sharing {
    border-bottom: none;
    width: auto;
  }
}
@media (max-width: 479px) {
  .single-post .back-and-sharing .icon-sharing, .single-event .back-and-sharing .icon-sharing {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
  }
}
.single-post section#page-header, .single-event section#page-header {
  height: 420px;
}
@media (max-width: 1024px) {
  .single-post section#page-header, .single-event section#page-header {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .single-post section#page-header, .single-event section#page-header {
    height: 180px;
  }
}
.single-post section#page-header.blog .category, .single-event section#page-header.blog .category {
  color: #97d700;
  font-weight: bold;
}
.single-post section#article, .single-event section#article {
  padding: 30px 0;
  z-index: 20;
  /* Events page */
}
.single-post section#article .article-content, .single-event section#article .article-content {
  width: 75%;
  float: left;
  padding-right: 100px;
  margin-top: -10px;
  /* Carousel */
}
@media (max-width: 1024px) {
  .single-post section#article .article-content, .single-event section#article .article-content {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .single-post section#article .article-content, .single-event section#article .article-content {
    margin-top: 0;
  }
}
.single-post section#article .article-content h1, .single-event section#article .article-content h1 {
  color: #444444;
  font-size: 5rem;
  font-weight: 600;
  text-shadow: none;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .single-post section#article .article-content h1, .single-event section#article .article-content h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single-post section#article .article-content h1, .single-event section#article .article-content h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .single-post section#article .article-content h1, .single-event section#article .article-content h1 {
    font-size: 3rem;
  }
}
.single-post section#article .article-content h1 + p, .single-event section#article .article-content h1 + p {
  color: #959595;
  font-size: 2.4rem;
  line-height: 1.3em;
}
@media (max-width: 479px) {
  .single-post section#article .article-content h1 + p, .single-event section#article .article-content h1 + p {
    font-size: 2rem;
  }
}
.single-post section#article .article-content p.author, .single-event section#article .article-content p.author {
  font-style: italic;
  font-weight: 600;
  margin-top: 20px;
  position: relative;
}
.single-post section#article .article-content p.author:before, .single-event section#article .article-content p.author:before {
  position: relative;
  content: "- ";
}
.single-post section#article .article-content p.category, .single-event section#article .article-content p.category {
  color: rgba(68, 68, 68, 0.5);
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}
.single-post section#article .article-content p .alignright, .single-event section#article .article-content p .alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.single-post section#article .article-content img.size-full, .single-event section#article .article-content img.size-full {
  width: 100%;
  height: auto;
}
.single-post section#article .article-content .fullWidth, .single-event section#article .article-content .fullWidth {
  height: auto !important;
}
.single-post section#article .article-content .gallery, .single-event section#article .article-content .gallery {
  margin-bottom: 10px;
}
.single-post section#article .article-content .gallery .place-holder, .single-event section#article .article-content .gallery .place-holder {
  height: 410px;
  margin: 0 0 10px;
  overflow: hidden;
}
.single-post section#article .article-content .gallery .place-holder .slide a, .single-event section#article .article-content .gallery .place-holder .slide a {
  width: 730px;
  height: 411px;
  display: block;
  position: relative;
}
.single-post section#article .article-content .gallery .place-holder .slide a:after, .single-event section#article .article-content .gallery .place-holder .slide a:after {
  content: "";
  width: 73px;
  height: 73px;
  margin: -25px 0 0 -36px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(151, 215, 0, 0.9) url("/wp-content/themes/bkom/assets/img/interface/gallery-fullscreen.svg") 50% 50% no-repeat;
  background-size: auto auto;
  border-radius: 100px;
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.single-post section#article .article-content .gallery .place-holder .slide a img, .single-event section#article .article-content .gallery .place-holder .slide a img {
  width: 100%;
  height: auto;
}
.single-post section#article .article-content .gallery .place-holder .slide a:hover:after, .single-event section#article .article-content .gallery .place-holder .slide a:hover:after {
  opacity: 1;
}
.single-post section#article .article-content .gallery .gallery-thumbnails, .single-event section#article .article-content .gallery .gallery-thumbnails {
  position: relative;
  overflow: hidden;
}
.single-post section#article .article-content .gallery .gallery-thumbnails a, .single-event section#article .article-content .gallery .gallery-thumbnails a {
  width: 115px;
  height: 64px;
  display: block;
}
.single-post section#article .article-content .gallery .gallery-thumbnails .owl-nav div, .single-event section#article .article-content .gallery .gallery-thumbnails .owl-nav div {
  width: 40px;
  height: 64px;
  top: 0;
  transition: right 0.25s ease-in-out;
  position: absolute;
}
.single-post section#article .article-content .gallery .gallery-thumbnails .owl-nav div.owl-prev, .single-event section#article .article-content .gallery .gallery-thumbnails .owl-nav div.owl-prev {
  left: 0;
  background: rgba(151, 215, 0, 0.9) url("/wp-content/themes/bkom/assets/img/interface/gallery-arrow-left.svg") 30% 50% no-repeat;
}
.single-post section#article .article-content .gallery .gallery-thumbnails .owl-nav div.owl-next, .single-event section#article .article-content .gallery .gallery-thumbnails .owl-nav div.owl-next {
  right: 0;
  background: rgba(151, 215, 0, 0.9) url("/wp-content/themes/bkom/assets/img/interface/gallery-arrow-right.svg") 70% 50% no-repeat;
}
.single-post section#article .article-content div.notes, .single-event section#article .article-content div.notes {
  margin-top: 30px;
}
.single-post section#article .article-content div.notes p, .single-event section#article .article-content div.notes p {
  font-size: 1.5rem;
  font-style: italic;
}
.single-post section#article .article-content div.author, .single-event section#article .article-content div.author {
  background: #f5f5f5;
  margin-top: 25px;
  padding: 30px 20px 10px;
}
.single-post section#article .article-content div.author p, .single-event section#article .article-content div.author p {
  margin-left: 100px;
}
.single-post section#article .article-content div.author .icon, .single-event section#article .article-content div.author .icon {
  float: left;
}
.single-post section#article .event-info, .single-event section#article .event-info {
  float: left;
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .single-post section#article .event-info, .single-event section#article .event-info {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
}
.single-post section#article .event-info .bloc-info, .single-event section#article .event-info .bloc-info {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 1024px) {
  .single-post section#article .event-info .bloc-info, .single-event section#article .event-info .bloc-info {
    width: 50%;
    border-right: 1px solid #e7e7e7;
    border-bottom: none;
    padding: 0 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .single-post section#article .event-info .bloc-info:nth-child(even), .single-event section#article .event-info .bloc-info:nth-child(even) {
    border-right: none;
  }
}
@media (max-width: 479px) {
  .single-post section#article .event-info .bloc-info, .single-event section#article .event-info .bloc-info {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    border-right: none;
    padding-bottom: 30px;
  }
  .single-post section#article .event-info .bloc-info:last-child, .single-event section#article .event-info .bloc-info:last-child {
    margin-bottom: 0;
  }
}
.single-post section#article .event-info .bloc-info:last-child, .single-event section#article .event-info .bloc-info:last-child {
  border: 0;
}
.single-post section#article .event-info .bloc-info .wrapper, .single-event section#article .event-info .bloc-info .wrapper {
  display: table;
  width: 100%;
}
.single-post section#article .event-info .bloc-info .wrapper p, .single-event section#article .event-info .bloc-info .wrapper p {
  font-size: 1.8rem;
}
.single-post section#article .event-info .bloc-info .wrapper p b, .single-event section#article .event-info .bloc-info .wrapper p b {
  display: block;
}
.single-post section#article .event-info .bloc-info .button, .single-event section#article .event-info .bloc-info .button {
  margin: 10px 0px 0 0px;
}
.single-post section#article .event-info .bloc-info .button[href="http://null"], .single-event section#article .event-info .bloc-info .button[href="http://null"] {
  display: none;
}
.single-post section#article .event-info .bloc-info p, .single-post section#article .event-info .bloc-info h2, .single-event section#article .event-info .bloc-info p, .single-event section#article .event-info .bloc-info h2 {
  text-align: center;
}
.single-post section#article .event-info .bloc-info h2, .single-event section#article .event-info .bloc-info h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 30px 0 5px 0;
  text-transform: none;
}
@media (max-width: 1024px) {
  .single-post section#article .event-info .bloc-info h2, .single-event section#article .event-info .bloc-info h2 {
    margin-top: 0;
  }
}
.single-post section#article .event-info .map .acf-map, .single-event section#article .event-info .map .acf-map {
  width: 100%;
  height: 400px;
  margin: 25px 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.single-post section#article.blog .article-content .date, .single-event section#article.blog .article-content .date {
  font-size: 1.5rem;
  text-align: right;
}
.single-post section#article.blog .icon-sharing a.ss-button-pinterest, .single-event section#article.blog .icon-sharing a.ss-button-pinterest {
  display: none !important;
}
.single-post section#article.blog .blog-links, .single-event section#article.blog .blog-links {
  float: right;
  width: 25%;
}
.single-post section#article.blog .blog-links .blog-categories, .single-event section#article.blog .blog-links .blog-categories {
  display: block;
}
@media (max-width: 1024px) {
  .single-post section#article.blog .blog-links .blog-categories, .single-event section#article.blog .blog-links .blog-categories {
    display: none;
  }
}
.single-post section#article.blog .blog-links .blog-categories p, .single-event section#article.blog .blog-links .blog-categories p {
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(50, 58, 64, 0.5);
}
.single-post section#article.blog .blog-links .blog-categories ul, .single-event section#article.blog .blog-links .blog-categories ul {
  margin: 0;
  padding: 0;
}
.single-post section#article.blog .blog-links .blog-categories ul li, .single-event section#article.blog .blog-links .blog-categories ul li {
  list-style-type: none;
  margin: 0 0 2rem;
}
.single-post section#sidebar h3.widgettitle:before, .single-event section#sidebar h3.widgettitle:before {
  display: none;
}

/*--- Add to Calendar button styles ---*/
.addtocalendar var {
  display: none;
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent !important;
}

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
  color: inherit;
}
.atcb-link:hover {
  text-decoration: none;
}

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #f5f5f5;
}

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
}

.atcb-item {
  float: none;
  text-align: left;
  padding: 0;
  white-space: nowrap;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page Service */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page-service #page-header h1,
.page-service #page-header h2,
.page-service #page-header p {
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.9) 0 0 10px;
  margin: 0;
  padding: 0;
}
.page-service #page-header h1 {
  color: #93D50A;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.page-service #page-header h1::before {
  content: "- ";
}
.page-service #page-header h1::after {
  content: " -";
}
@media (max-width: 768px) {
  .page-service #page-header h1 {
    font-size: 1.8rem;
  }
}
.page-service #page-header h2 {
  color: white;
  font-size: 8rem;
}
@media (max-width: 1024px) {
  .page-service #page-header h2 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .page-service #page-header h2 {
    font-size: 5rem;
  }
}
@media (max-width: 479px) {
  .page-service #page-header h2 {
    font-size: 3rem;
  }
}
.page-service #page-header .button {
  padding-right: 30px;
  padding-left: 30px;
}
.page-service #page-header .button::before {
  box-shadow: 0 0 5px black;
}
.page-service #page-header .button::after {
  content: none;
  display: none;
}
.page-service #page-header .fixed-wrapper::before {
  z-index: 3;
}
.page-service #page-header .fixed-wrapper::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page-service #page-header .fixed-wrapper .wrapper-content {
  z-index: 5;
}
.page-service #page-header .fixed-wrapper .page-header .background {
  z-index: 1;
}
.page-service--intro, .page-service--section {
  font-size: 1.8rem;
  background: 50% 50%/cover no-repeat white;
}
.page-service--intro h3, .page-service--section h3 {
  color: #93D50A;
  font-weight: 300;
  font-size: 5rem;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .page-service--intro h3, .page-service--section h3 {
    font-size: 3rem;
  }
}
.page-service--intro p, .page-service--section p {
  margin: 1em 0 0;
}
.page-service--intro ul, .page-service--section ul {
  margin: 1em 0 0 1.2em;
  list-style: none;
}
.page-service--intro ul li:not(:first-of-type), .page-service--section ul li:not(:first-of-type) {
  margin-top: 0.5em;
}
.page-service--intro img, .page-service--section img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.page-service--intro {
  z-index: 2;
}
.page-service--intro::after {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -107px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  .page-service--intro::after {
    height: 140px;
    bottom: -40px;
  }
}
.page-service--intro--content {
  padding: 75px 0 0;
}
.page-service--intro--content small {
  color: #999999;
}
@media (max-width: 768px) {
  .page-service--intro--content {
    padding: 50px 0;
  }
}
.page-service--intro .playable-ad-demo {
  margin-top: 40px;
}
.page-service--intro .playable-ad-demo p {
  margin: 0;
  padding: 0;
}
.page-service--intro .playable-ad-demo p.copyrights {
  margin: 5px 0 0;
  font-size: 1rem;
}
.page-service--intro .playable-ad-demo > div {
  display: inline-block;
  position: relative;
}
.page-service--intro .playable-ad-demo > div > * {
  display: none;
}
.page-service--intro .playable-ad-demo > div img {
  display: block;
}
.page-service--intro .playable-ad-demo > div > div {
  display: block;
  position: absolute;
  top: 7%;
  right: 12%;
  bottom: 7%;
  left: 13%;
}
.page-service--intro .playable-ad-demo > div > div iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
.page-service--intro .playable-ad-demo button span::before {
  content: attr(data-start);
}
.page-service--intro .playable-ad-demo.playing > div iframe {
  display: block;
}
.page-service--intro .playable-ad-demo.playing button span::before {
  content: attr(data-stop);
}
.page-service--section--content {
  width: 100%;
  min-height: 680px;
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-service--section--content {
    padding: 50px 0;
    display: block;
  }
}
.page-service--section--content > div {
  width: 50%;
}
.page-service--section--content > div:nth-child(1) {
  padding-right: 20px;
}
.page-service--section--content > div:nth-child(2) {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .page-service--section--content > div {
    width: auto;
  }
  .page-service--section--content > div:not(:first-child) {
    margin-top: 40px;
  }
  .page-service--section--content > div:nth-child(1) {
    padding-right: 0;
  }
  .page-service--section--content > div:nth-child(2) {
    padding-left: 0;
  }
}
.page-service--section--content > div .sources {
  margin-top: 2em;
  line-height: 1.2;
}
.page-service--section--content > div .sources > * {
  margin-top: 0;
  line-height: inherit;
}
.page-service--section--content > div .sources > *:not(:first-child) {
  margin-top: 0.5em;
}
.page-service--section--content > div cite {
  color: #999;
  font-size: 0.75em;
}
.page-service--section.has-background {
  color: white;
  background-color: #2a2a2a;
}
.page-service--section.has-background::before {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-service--section.has-background .page-service--section--content {
  padding: 180px 0 150px;
}
@media (max-width: 768px) {
  .page-service--section.has-background .page-service--section--content {
    padding: 110px 0 70px;
  }
}
.page-service--section.has-background .page-service--section--content > *:nth-child(1) {
  order: 2;
}
.page-service--section.last-section .page-service--section--content {
  padding-bottom: 80px;
}
.page-service--section:not(.has-background) {
  z-index: 2;
}
.page-service--section:not(.has-background)::before {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  top: -70px;
  z-index: -1;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  .page-service--section:not(.has-background)::before {
    height: 120px;
    top: -30px;
  }
}
.page-service--section:not(.has-background):not(.last-section)::after {
  content: "";
  height: 230px;
  display: block;
  background: inherit;
  position: absolute;
  left: -50px;
  right: -55px;
  bottom: -107px;
  z-index: -1;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  .page-service--section:not(.has-background):not(.last-section)::after {
    height: 140px;
    bottom: -40px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Project page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.our-work section#projects-list, .page-template-archive-projects section#projects-list, .post-type-archive-projects section#projects-list {
  padding: 20px 0 70px;
}
@media (max-width: 768px) {
  body.our-work section#projects-list, .page-template-archive-projects section#projects-list, .post-type-archive-projects section#projects-list {
    padding-bottom: 30px;
  }
}
body.our-work section#projects-list h3, .page-template-archive-projects section#projects-list h3, .post-type-archive-projects section#projects-list h3 {
  max-width: 730px;
  display: inline-block;
}
body.our-work section#projects-list .more, .page-template-archive-projects section#projects-list .more, .post-type-archive-projects section#projects-list .more {
  font-size: 3rem;
  font-style: italic;
  opacity: 0.5;
}
@media (max-width: 768px) {
  body.our-work section#projects-list .more, .page-template-archive-projects section#projects-list .more, .post-type-archive-projects section#projects-list .more {
    font-size: 2.5rem;
  }
}
body.our-work section#projects-list .project-items, .page-template-archive-projects section#projects-list .project-items, .post-type-archive-projects section#projects-list .project-items {
  padding: 30px 0 75px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.our-work section#projects-list .project-items, .page-template-archive-projects section#projects-list .project-items, .post-type-archive-projects section#projects-list .project-items {
    padding-bottom: 45px;
  }
}
body.our-work section#projects-list .project-items:after, .page-template-archive-projects section#projects-list .project-items:after, .post-type-archive-projects section#projects-list .project-items:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
body.our-work section#projects-list .project-items .item, .page-template-archive-projects section#projects-list .project-items .item, .post-type-archive-projects section#projects-list .project-items .item {
  width: calc(33.33% - 1px);
  overflow: hidden;
  margin: 0 1px 1px 0;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  body.our-work section#projects-list .project-items .item, .page-template-archive-projects section#projects-list .project-items .item, .post-type-archive-projects section#projects-list .project-items .item {
    margin-right: 0;
    width: 100%;
  }
}
body.our-work section#projects-list .project-items .item:nth-child(4), .page-template-archive-projects section#projects-list .project-items .item:nth-child(4), .post-type-archive-projects section#projects-list .project-items .item:nth-child(4) {
  clear: both;
}
body.our-work section#projects-list .project-items .item .wrapper-item, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 50%;
  position: relative;
  transition: background-size 0.25s ease-in-out;
}
body.our-work section#projects-list .project-items .item .wrapper-item:hover, body.our-work section#projects-list .project-items .item .wrapper-item:focus, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item:hover, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item:focus, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item:hover, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item:focus {
  -webkit-transform: translate3d(0, 0, 0);
  background-size: 104% 104%;
}
body.our-work section#projects-list .project-items .item .wrapper-item:hover .project-info, body.our-work section#projects-list .project-items .item .wrapper-item:focus .project-info, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item:hover .project-info, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item:focus .project-info, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item:hover .project-info, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item:focus .project-info {
  opacity: 1;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transition: opacity 0.25s ease-in-out;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info:after, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info:after, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .logo-project, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .logo-project, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .logo-project {
  width: 80%;
  margin: 10% 0 0 10%;
  position: relative;
}
@media (max-width: 1024px) {
  body.our-work section#projects-list .project-items .item .wrapper-item .project-info .logo-project, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .logo-project, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .logo-project {
    margin: 5% 0 10px 10%;
    height: 45%;
  }
}
@media (max-width: 768px) {
  body.our-work section#projects-list .project-items .item .wrapper-item .project-info .logo-project, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .logo-project, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .logo-project {
    margin: 10% 0 0 10%;
  }
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .logo-project img, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .logo-project img, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .logo-project img {
  max-width: 100%;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .title, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .title, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .title {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0 20px 0 20px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  body.our-work section#projects-list .project-items .item .wrapper-item .project-info .title, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .title, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  body.our-work section#projects-list .project-items .item .wrapper-item .project-info .title, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .title, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .title {
    font-size: 2.4rem;
  }
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .type, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type {
  font-size: 1.8rem;
  margin: 0;
  padding: 0 25px;
  position: relative;
}
@media (max-width: 1024px) {
  body.our-work section#projects-list .project-items .item .wrapper-item .project-info .type, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  body.our-work section#projects-list .project-items .item .wrapper-item .project-info .type, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type {
    font-size: 1.8rem;
    padding: 0 25px;
  }
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .type span, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type span, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type span {
  padding-right: 3px;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .type span:after, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type span:after, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type span:after {
  position: relative;
  content: ",";
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .type span:last-child:after, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type span:last-child:after, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .type span:last-child:after {
  content: "";
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .secrettext, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .secrettext, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .secrettext {
  font-size: 2.8rem;
  margin: 33% 0 0 0;
  padding: 0 25px;
  position: relative;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .view-more, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .view-more, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .view-more {
  margin-top: 1rem;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .view-more:before, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .view-more:before, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .view-more:before {
  background-color: #93D50A;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info .view-more:after, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .view-more:after, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info .view-more:after {
  border-color: #93D50A;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info-darker, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info-darker, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info-darker {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transition: opacity 0.25s ease-in-out;
}
body.our-work section#projects-list .project-items .item .wrapper-item .project-info-darker:after, .page-template-archive-projects section#projects-list .project-items .item .wrapper-item .project-info-darker:after, .post-type-archive-projects section#projects-list .project-items .item .wrapper-item .project-info-darker:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.77);
  z-index: -1;
}
body.our-work section#projects-list .project-items .item.more, .page-template-archive-projects section#projects-list .project-items .item.more, .post-type-archive-projects section#projects-list .project-items .item.more {
  opacity: 1;
  flex-grow: 1;
}
body.our-work section#projects-list .project-items .item.more .wrapper-item, .page-template-archive-projects section#projects-list .project-items .item.more .wrapper-item, .post-type-archive-projects section#projects-list .project-items .item.more .wrapper-item {
  background-color: #2a2a2a;
  color: #fff;
  padding: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.our-work section#projects-list .project-items .item.more .wrapper-item, .page-template-archive-projects section#projects-list .project-items .item.more .wrapper-item, .post-type-archive-projects section#projects-list .project-items .item.more .wrapper-item {
    padding: 0;
    height: 120px;
  }
}
body.our-work section#projects-list .project-items .item.more .wrapper-item:after, .page-template-archive-projects section#projects-list .project-items .item.more .wrapper-item:after, .post-type-archive-projects section#projects-list .project-items .item.more .wrapper-item:after {
  display: none;
}
body.our-work section#projects-list .project-items .item.more .wrapper-item p, .page-template-archive-projects section#projects-list .project-items .item.more .wrapper-item p, .post-type-archive-projects section#projects-list .project-items .item.more .wrapper-item p {
  text-transform: uppercase;
  font-size: 2.6rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  body.our-work section#projects-list .project-items .item.more .wrapper-item p, .page-template-archive-projects section#projects-list .project-items .item.more .wrapper-item p, .post-type-archive-projects section#projects-list .project-items .item.more .wrapper-item p {
    font-size: 2.2rem;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  body.our-work section#projects-list .project-items .item.more .wrapper-item p, .page-template-archive-projects section#projects-list .project-items .item.more .wrapper-item p, .post-type-archive-projects section#projects-list .project-items .item.more .wrapper-item p {
    font-size: 2rem;
    top: 40%;
  }
}
@media (max-width: 479px) {
  body.our-work section#projects-list .project-items .item.more .wrapper-item p, .page-template-archive-projects section#projects-list .project-items .item.more .wrapper-item p, .post-type-archive-projects section#projects-list .project-items .item.more .wrapper-item p {
    top: 30%;
  }
}
body.our-work section#sidebar h3.widgettitle:before, .page-template-archive-projects section#sidebar h3.widgettitle:before, .post-type-archive-projects section#sidebar h3.widgettitle:before {
  display: none;
}

.single-projects {
  /* -- Project side nav -- */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
}
.single-projects nav.project-nav {
  font-size: 1.8rem;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  height: 100%;
  display: table;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 32px;
  z-index: 400;
  opacity: 0.9;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-40px);
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 768px) {
  .single-projects nav.project-nav {
    display: none !important;
  }
}
.single-projects nav.project-nav.shown {
  opacity: 1;
  transform: translateX(0);
}
.single-projects nav.project-nav * {
  font-size: inherit;
}
.single-projects nav.project-nav ul {
  vertical-align: middle;
  display: table-cell;
}
.single-projects nav.project-nav li {
  padding: 5px 0;
  display: block;
}
.single-projects nav.project-nav a {
  color: #999da0;
  text-decoration: none;
  padding: 2px 0 2px;
  display: block;
  pointer-events: all;
  transition-property: color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.single-projects nav.project-nav a span {
  text-transform: uppercase;
  padding: 0 3px;
  display: inline-block;
}
.single-projects nav.project-nav a .index, .single-projects nav.project-nav a.top, .single-projects nav.project-nav a.bottom {
  text-align: center;
  width: 35px;
}
.single-projects nav.project-nav a .label {
  padding-left: 0;
  display: none;
}
.single-projects nav.project-nav a .label:before {
  content: "| ";
}
.single-projects nav.project-nav a:hover {
  color: #93D50A;
  font-weight: bold;
  background-color: rgba(68, 68, 68, 0.8);
}
.single-projects nav.project-nav a:hover .label {
  display: inline-block;
}
.single-projects nav.project-nav a.current {
  color: #93D50A;
  font-weight: bold;
}
.single-projects nav.project-nav a.top, .single-projects nav.project-nav a.bottom {
  color: #999da0 !important;
  font-weight: normal;
  background: none !important;
}
.single-projects nav.project-nav a.top:hover, .single-projects nav.project-nav a.bottom:hover {
  color: #93D50A !important;
}
.single-projects nav.project-nav a.top:before {
  content: "\e914";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
}
.single-projects nav.project-nav a.bottom:before {
  content: "\e915";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Services page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.services #page-header p.page {
  color: #93D50A;
  font-size: 2rem;
}
@media (max-width: 768px) {
  body.services #page-header p.page {
    font-size: 1.8rem;
  }
}
body.services #page-header .button {
  padding-right: 30px;
  padding-left: 30px;
}
body.services #page-header .button::before {
  box-shadow: 0 0 5px black;
}
body.services #page-header .button::after {
  content: none;
  display: none;
}
body.services section#services-nav {
  padding: 40px 0 0;
}
body.services section#services-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.services section#services-nav ul li {
  font-size: 1.8rem;
  text-transform: uppercase;
  width: 25%;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 768px) {
  body.services section#services-nav ul li {
    width: 50%;
  }
}
body.services section#services-nav ul li a {
  color: black;
  text-decoration: none;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: color 0.25s ease-in-out;
}
body.services section#services-nav ul li a span {
  margin: 0 0 15px;
  padding: 0;
  flex-grow: 1;
}
body.services section#services-nav ul li a::before {
  content: "";
  display: block;
  background: center/contain no-repeat;
  height: 100px;
  pointer-events: none;
  transform: translateZ(0);
  transition: transform 0.25s ease-in-out;
}
body.services section#services-nav ul li a::after {
  content: "\e912";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  color: #93D50A;
  transition: transform 0.25s ease-in-out;
}
body.services section#services-nav ul li a:hover::before, body.services section#services-nav ul li a:focus::before {
  transform: scale(1.1) translateZ(0);
}
body.services section#services-nav ul li a:hover::after, body.services section#services-nav ul li a:focus::after {
  transform: translateY(5px);
}
body.services section#services-nav ul li.apps a::before {
  background-image: url(../img/services/icons/apps_dark.svg);
}
body.services section#services-nav ul li.backend a::before {
  background-image: url(../img/services/icons/backend_dark.svg);
}
body.services section#services-nav ul li.connected-objects a::before {
  background-image: url(../img/services/icons/connected-objects_dark.svg);
}
body.services section#services-nav ul li.games a::before {
  background-image: url(../img/services/icons/games_dark.svg);
}
body.services section#services-nav ul li.live-ops a::before {
  background-image: url(../img/services/icons/live-ops_dark.svg);
}
body.services section#services-nav ul li.marketing a::before {
  background-image: url(../img/services/icons/port_dark.svg);
}
body.services section#services-nav ul li.ux-ui a::before {
  background-image: url(../img/services/icons/ux-ui_dark.svg);
}
body.services section#services-nav ul li.websites a::before {
  background-image: url(../img/services/icons/websites_dark.svg);
}
body.services section#recent-work {
  padding-top: 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  body.services section#recent-work {
    padding-top: 10px;
  }
}
body.services section#recent-work:after {
  content: "";
  height: 230px;
  display: block;
  background: white;
  position: absolute;
  left: -50px;
  right: -55px;
  z-index: -1;
  bottom: -120px;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  body.services section#recent-work:after {
    height: 140px;
    bottom: -40px;
  }
}
body.services section#recent-work .carousel-wrapper {
  margin: 0 -10%;
}
@media (max-width: 1399px) {
  body.services section#recent-work .carousel-wrapper {
    margin: 0 -5%;
  }
}
body.services section#recent-work .carousel-wrapper .owl-stage {
  display: flex;
}
body.services section#recent-work .carousel-wrapper .owl-item {
  display: flex;
}
body.services section#recent-work .carousel-wrapper .owl-controls {
  width: 88%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  body.services section#recent-work .carousel-wrapper .owl-controls {
    padding: 15px 35px;
  }
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-prev, body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-next {
  width: 30px;
  position: absolute;
  top: 0;
  pointer-events: auto;
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-prev::before, body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-next::before {
  content: "\e915";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: color 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-prev::before, body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-next::before {
    font-size: 14px;
  }
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-prev:hover::before, body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-prev:focus::before, body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-next:hover::before, body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-next:focus::before {
  color: #93D50A;
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-prev {
  left: 0;
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-prev::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-next {
  right: 0;
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-nav .owl-next::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-dots {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-dots > div {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-dots > div > span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4e4e4e;
  display: block;
  transform: scale(0.6);
  transition: 0.25s ease-in-out;
  transition-property: color, transform;
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-dots > div:hover > span, body.services section#recent-work .carousel-wrapper .owl-controls .owl-dots > div:focus > span {
  background-color: #93D50A;
}
body.services section#recent-work .carousel-wrapper .owl-controls .owl-dots > div.active > span {
  background-color: #93D50A;
  transform: none;
}
body.services section#recent-work .carousel-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.services section#recent-work .carousel-wrapper ul li {
  width: 100%;
  display: flex;
}
body.services section#recent-work .carousel-wrapper ul li a {
  color: white;
  font-size: 2rem;
  width: 100%;
  margin: 0 30px;
  padding: 25px;
  background: black;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.services section#recent-work .carousel-wrapper ul li a .background {
  background: center center/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
  transform: translateZ(0);
  transition: 0.5s ease-in-out;
  transition-property: opacity, transform;
}
body.services section#recent-work .carousel-wrapper ul li a::before {
  content: "";
  display: block;
  background: center/contain no-repeat;
  height: 150px;
  pointer-events: none;
}
body.services section#recent-work .carousel-wrapper ul li a.apps::before {
  background-image: url(../img/services/icons/apps_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a.backend::before {
  background-image: url(../img/services/icons/backend_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a.connected-objects::before {
  background-image: url(../img/services/icons/connected-objects_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a.games::before {
  background-image: url(../img/services/icons/games_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a.instant-games::before {
  background-image: url(../img/services/icons/instant-games_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a.live-ops::before {
  background-image: url(../img/services/icons/live-ops_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a.marketing::before {
  background-image: url(../img/services/icons/port_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a.playable-ads::before {
  background-image: url(../img/services/icons/playable-ads_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a.ux-ui::before {
  background-image: url(../img/services/icons/ux-ui_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a.websites::before {
  background-image: url(../img/services/icons/websites_light.svg);
}
body.services section#recent-work .carousel-wrapper ul li a > * {
  width: 100%;
}
body.services section#recent-work .carousel-wrapper ul li a > h4 {
  color: white;
  font-weight: 700;
  font-size: 2.8rem;
  margin: 0;
}
body.services section#recent-work .carousel-wrapper ul li a > h5 {
  color: #93D50A;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0;
}
body.services section#recent-work .carousel-wrapper ul li a > div {
  padding: 30px 0;
  flex-grow: 1;
}
body.services section#recent-work .carousel-wrapper ul li a > div p {
  margin: 1em 0 0;
}
body.services section#recent-work .carousel-wrapper ul li a > div > *:first-child {
  margin: 0;
}
body.services section#recent-work .carousel-wrapper ul li a > p {
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-direction: column;
}
body.services section#recent-work .carousel-wrapper ul li a > p::after {
  content: "\e912";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
  font-family: icomoon, sans-serif;
  color: #93D50A;
  margin-top: 10px;
  display: inline-block;
  transform: rotate(-90deg);
}
body.services section#recent-work .carousel-wrapper ul li a:hover .background, body.services section#recent-work .carousel-wrapper ul li a:focus .background {
  transform: scale(1.05) translateZ(0);
  opacity: 0.5;
}
body.services section.section-service .wrapper-content {
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.services section.section-service .wrapper-content p,
body.services section.section-service .wrapper-content ul {
  margin: 1em 0 0;
}
body.services section.section-service .wrapper-content h2,
body.services section.section-service .wrapper-content h3 {
  font-weight: 300;
  margin: 0;
}
body.services section.section-service .wrapper-content h2 + p, body.services section.section-service .wrapper-content h2 + ul,
body.services section.section-service .wrapper-content h3 + p,
body.services section.section-service .wrapper-content h3 + ul {
  margin-top: 1.8em;
}
body.services section.section-service .wrapper-content h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.services section.section-service .wrapper-content h2::before {
  content: "";
  background: center/contain no-repeat;
  margin: 0;
  display: block;
  height: 150px;
  pointer-events: none;
}
body.services section.section-service .wrapper-content h3 {
  color: inherit;
  margin-top: 0.3em;
}
body.services section.section-service .wrapper-content ul {
  list-style: none;
}
body.services section.section-service .wrapper-content ul li:not(:first-of-type) {
  margin-top: 0.5em;
}
body.services section.section-service .wrapper-content ul li a {
  color: #B1B1B1;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  transition: color 0.25s ease-in-out;
}
body.services section.section-service .wrapper-content ul li a::after {
  content: " >";
  transition: transform 0.25s ease-in-out;
}
body.services section.section-service .wrapper-content ul li a:hover, body.services section.section-service .wrapper-content ul li a:focus {
  color: #93D50A;
}
body.services section.section-service .wrapper-content ul li a:hover::after, body.services section.section-service .wrapper-content ul li a:focus::after {
  transform: translateX(3px);
}
body.services section.section-service .wrapper-content > div {
  text-align: center;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.services section.section-service .wrapper-content > div {
    width: 100%;
  }
}
body.services section.section-service .wrapper-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
body.services section.section-service:not(.with-bg) {
  z-index: 2;
}
body.services section.section-service:not(.with-bg)::before, body.services section.section-service:not(.with-bg)::after {
  content: "";
  height: 230px;
  display: block;
  background: white;
  position: absolute;
  left: -50px;
  right: -55px;
  z-index: -1;
}
body.services section.section-service:not(.with-bg):before {
  top: -130px;
  transform: rotate(2.5deg);
}
@media (max-width: 768px) {
  body.services section.section-service:not(.with-bg):before {
    height: 120px;
    top: -30px;
  }
}
body.services section.section-service:not(.with-bg):after {
  bottom: -120px;
  transform: rotate(-2.5deg);
}
@media (max-width: 768px) {
  body.services section.section-service:not(.with-bg):after {
    height: 140px;
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  body.services section.section-service:not(.with-bg) .wrapper-content > div:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.services section.section-service.with-bg {
  padding: 180px 0 200px;
  background: center center/cover no-repeat;
}
body.services section.section-service.with-bg::after {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  body.services section.section-service.with-bg {
    padding: 80px 0;
  }
}
@media (max-width: 479px) {
  body.services section.section-service.with-bg {
    background-position: left center;
  }
}
body.services section.section-service.with-bg .wrapper-content {
  color: white;
  flex-direction: row-reverse;
}
body.services section.section-service#apps .wrapper-content h2::before {
  background-image: url(../img/services/icons/apps_dark.svg);
}
body.services section.section-service#apps.with-bg .wrapper-content h2::before {
  background-image: url(../img/services/icons/apps_light.svg);
}
body.services section.section-service#backend {
  padding-bottom: 80px;
}
body.services section.section-service#backend::after {
  content: none;
  display: none;
}
body.services section.section-service#backend .wrapper-content h2::before {
  background-image: url(../img/services/icons/backend_dark.svg);
}
body.services section.section-service#backend.with-bg .wrapper-content h2::before {
  background-image: url(../img/services/icons/backend_light.svg);
}
body.services section.section-service#connected-objects {
  background-image: url("/wp-content/themes/bkom/assets/img/services/bg_connected-objects.jpg");
}
body.services section.section-service#connected-objects .wrapper-content h2::before {
  background-image: url(../img/services/icons/connected-objects_dark.svg);
}
body.services section.section-service#connected-objects.with-bg .wrapper-content h2::before {
  background-image: url(../img/services/icons/connected-objects_light.svg);
}
body.services section.section-service#games {
  background-image: url("/wp-content/themes/bkom/assets/img/services/bg_games.jpg");
}
body.services section.section-service#games .wrapper-content h2::before {
  background-image: url(../img/services/icons/games_dark.svg);
}
body.services section.section-service#games.with-bg .wrapper-content h2::before {
  background-image: url(../img/services/icons/games_light.svg);
}
body.services section.section-service#live-ops {
  background-image: url("/wp-content/themes/bkom/assets/img/services/bg_live-ops.jpg");
}
body.services section.section-service#live-ops .wrapper-content h2::before {
  background-image: url(../img/services/icons/live-ops_dark.svg);
}
body.services section.section-service#live-ops.with-bg .wrapper-content h2::before {
  background-image: url(../img/services/icons/live-ops_light.svg);
}
body.services section.section-service#marketing .wrapper-content h2::before {
  background-image: url(../img/services/icons/port_dark.svg);
}
body.services section.section-service#marketing.with-bg .wrapper-content h2::before {
  background-image: url(../img/services/icons/port_light.svg);
}
body.services section.section-service#ux-ui {
  background-image: url("/wp-content/themes/bkom/assets/img/services/bg_ux-ui.jpg");
}
body.services section.section-service#ux-ui .wrapper-content {
  flex-direction: row;
}
body.services section.section-service#ux-ui .wrapper-content h2::before {
  background-image: url(../img/services/icons/ux-ui_dark.svg);
}
body.services section.section-service#ux-ui.with-bg .wrapper-content h2::before {
  background-image: url(../img/services/icons/ux-ui_light.svg);
}
body.services section.section-service#websites .wrapper-content h2::before {
  background-image: url(../img/services/icons/websites_dark.svg);
}
body.services section.section-service#websites.with-bg .wrapper-content h2::before {
  background-image: url(../img/services/icons/backend_light.svg);
}
body.services section#sidebar h3.widgettitle:before {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Temporary page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.page-template-page-temporary header {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  height: auto;
}
body.page-template-page-temporary header #header-logo {
  width: 100px;
  height: 130px;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  z-index: 9999;
}
@media (max-width: 768px) {
  body.page-template-page-temporary header #header-logo {
    height: 42px;
  }
}
body.page-template-page-temporary header #header-logo span {
  background: url("/wp-content/themes/bkom/assets/img/bkom-logo.png") left top no-repeat;
  background-size: 100% auto;
  display: block;
  height: 130px;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
@media (max-width: 768px) {
  body.page-template-page-temporary header #header-logo span {
    height: 110px;
    background-size: 80% auto;
  }
}
body.page-template-page-temporary header .english a {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  text-decoration: none;
  text-shadow: 0 0 10px #444444;
}
body.page-template-page-temporary header .english a:hover {
  color: #93D50A;
}
body.page-template-page-temporary section#reel-video {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
  background-size: cover;
  background-position: center center;
}
body.page-template-page-temporary section#reel-video h2 {
  margin: 0;
  text-shadow: 0 0 10px #444444, 0 0 10px #444444;
}
@media (max-width: 1024px) {
  body.page-template-page-temporary section#reel-video h2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  body.page-template-page-temporary section#reel-video h2 {
    font-size: 2.6rem;
    margin-top: 40px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !-- Text Section -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
section.text-content .wrapper-content {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
  counter-reset: count_title;
}
section.text-content .wrapper-content h2,
section.text-content .wrapper-content h3,
section.text-content .wrapper-content h4,
section.text-content .wrapper-content h5,
section.text-content .wrapper-content h6 {
  font-size: 1.8rem;
  line-height: inherit;
  margin: 1.5em 0 0.3em;
}
section.text-content .wrapper-content h2 + p, section.text-content .wrapper-content h2 + ul, section.text-content .wrapper-content h2 + ol,
section.text-content .wrapper-content h3 + p,
section.text-content .wrapper-content h3 + ul,
section.text-content .wrapper-content h3 + ol,
section.text-content .wrapper-content h4 + p,
section.text-content .wrapper-content h4 + ul,
section.text-content .wrapper-content h4 + ol,
section.text-content .wrapper-content h5 + p,
section.text-content .wrapper-content h5 + ul,
section.text-content .wrapper-content h5 + ol,
section.text-content .wrapper-content h6 + p,
section.text-content .wrapper-content h6 + ul,
section.text-content .wrapper-content h6 + ol {
  margin-top: 0;
}
section.text-content .wrapper-content h2 {
  counter-increment: count_title;
}
section.text-content .wrapper-content h2:before {
  content: counter(count_title) ". ";
}
section.text-content .wrapper-content p,
section.text-content .wrapper-content ul,
section.text-content .wrapper-content ol {
  font-size: inherit;
  line-height: inherit;
  margin: 1em 0 0 0;
  padding: 0;
}
section.text-content .wrapper-content ul,
section.text-content .wrapper-content ol {
  margin-left: 1.5em;
}
section.text-content .wrapper-content p + ul, section.text-content .wrapper-content p + ol {
  margin-top: 0;
}
section.text-content .wrapper-content li {
  margin-top: 0.5em;
}
section.text-content .wrapper-content:first-child {
  margin-top: 0;
}
section.text-content .wrapper-content nav ul {
  margin: 1em 0 1em;
  padding: 0.3em 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #93D50A;
  list-style: none;
}
section.text-content .wrapper-content nav ul li {
  color: #93D50A;
  font-weight: bold;
  margin: 0.5em 0 0.5em 1.5em;
  list-style-type: disc;
}
section.text-content .wrapper-content nav ul a {
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
section.text-content .wrapper-content nav ul a:hover, section.text-content .wrapper-content nav ul a:focus {
  color: black;
}

/* Animation of scroll icon on home page */
@keyframes scroll-icon {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes marker-map {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes find-in {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg-map-in {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* -- Animations -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
[data-ark-inview] {
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
[data-ark-inview][data-ark-inview=from-left] {
  transition-duration: 1s;
  transform: translateX(-150%);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=from-left].ark-inview {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
[data-ark-inview][data-ark-inview=from-right] {
  transition-duration: 1s;
  transform: translateX(150%);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=from-right].ark-inview {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
[data-ark-inview][data-ark-inview=fade-in] {
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=fade-in].ark-inview {
  opacity: 1;
  pointer-events: auto;
}
[data-ark-inview][data-ark-inview=fade-out].ark-inview {
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=zoom-in] {
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=zoom-in].ark-inview {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
[data-ark-inview][data-ark-inview=zoom-out].ark-inview {
  transform: scale(0.5);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=spin-in] {
  transform: rotate(360deg);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=spin-in].ark-inview {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
[data-ark-inview][data-ark-inview=spin-out].ark-inview {
  transform: rotate(-360deg);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=fall-in] {
  transform: scale(2);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=fall-in].ark-inview {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
[data-ark-inview][data-ark-inview=fall-out].ark-inview {
  transform: scale(2);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=slide-up] {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=slide-up].ark-inview {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
[data-ark-inview][data-ark-inview=slide-down] {
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
}
[data-ark-inview][data-ark-inview=slide-down].ark-inview {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Front Shapes */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.front-shape {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  z-index: 490;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.front-shape div.front-shape-item-rotate {
  animation-name: FrontShapeRotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.front-shape div.front-shapes-lightning, .front-shape div .front-shapes-star, .front-shape div .front-shapes-cross {
  background-image: url("../img/interface/front-shapes.png");
  background-repeat: no-repeat;
}
.front-shape div.front-shapes-lightning {
  background-position: 0 0;
  height: 96px;
  width: 96px;
}
.front-shape div.front-shapes-star {
  background-position: 0 -96px;
  height: 96px;
  width: 96px;
}
.front-shape div.front-shapes-cross {
  background-position: 0 -192px;
  height: 96px;
  width: 96px;
}
.front-shape div.front-shape-item {
  margin-left: -48px;
}

keyframes FrontShapeRotate from {
  transform: rotate(0deg);
}
keyframes FrontShapeRotate to {
  transform: rotate(360deg);
}

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