html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
  color: #000;
  text-align: left;
  font-family: "Gotham-Medium", sans-serif;
  font-weight: normal;
}

* {
  vertical-align: top;
  text-decoration: none;
  outline: none;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: auto;
}

.show_990,
.show_750 {
  display: none;
}

.section {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 30px;
}

.container {
  position: relative;
  margin: auto;
  width: 1300px;
}

.container-xl {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1300px;
}

.container-w-full {
  position: relative;
  margin: auto;
  width: 100%;
}

.full,
.half,
.one_third,
.two_third,
.one_fourth,
.two_fourth {
  position: relative;
  float: left;
}

.full {
  width: 100%;
}

.half {
  width: 49%;
}

.half:last-child {
  margin-left: 2%;
}

.one_third {
  width: 32%;
}

.one_third ~ .one_third {
  width: 32%;
  margin-left: 2%;
}

.one_third + .two_third {
  width: 64%;
  margin-left: 4%;
}

.two_third {
  width: 66%;
}

.two_third + .one_third {
  width: 30%;
  margin-left: 4%;
}

.one_fourth {
  width: 23.5%;
  margin-left: 2%;
}

.one_fourth:first-child {
  margin-left: 0;
}

.two_fourth {
  width: 49%;
  margin-left: 2%;
}

h1,
h2,
h3,
h4 {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: normal;
  margin: -6px 0 24px;
  text-transform: uppercase;
}

h1,
h2 {
  font-size: 30px;
  line-height: 30px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

h4 {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

a,
a::before,
a::after,
.linkbtn,
input,
select,
textarea,
button,
img {
  transition: 0.2s ease-in;
}

a {
  display: inline-block;
}

a,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  color: #B4C3B9;
  text-decoration: none;
}

.linkbtn {
  position: relative;
  display: inline-block;
  padding: 0 32px;
  margin-top: 30px;
  font-family: "Gotham-Bold", sans-serif;
  line-height: 34px;
  color: #fff !important;
  text-transform: uppercase;
  background: #242424;
  cursor: pointer;
}

.linkbtn:hover {
  background: #B4C3B9;
  color: #fff !important;
}

.linkbtn.reversed {
  background: #B4C3B9;
}

.linkbtn.reversed:hover {
  background: #242424;
}

p {
  margin: 24px 0 0 0;
  padding: 0;
}

p:first-child {
  margin: 0;
}

strong {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: normal;
}

u {
  text-decoration: underline;
}

hr {
  float: left;
  width: 100%;
  border: 0px;
  border-bottom: 2px dashed #eee;
  margin: 20px 0px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

s {
  text-decoration: line-through;
  opacity: 0.4;
}

table {
  width: 100%;
  padding: 0;
}

table td {
  padding: 0;
  padding-bottom: 16px;
  border-spacing: 0;
}

table td:first-child {
  padding-right: 10px;
}

table td:last-child {
  padding-left: 10px;
}

table td[colspan="2"] {
  padding: 0;
  padding-bottom: 16px;
}

label.radio {
  padding-left: 20px;
  cursor: pointer;
}

label.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: auto;
  height: auto;
  margin: 0;
}

label.radio .control {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background: center/0px 0px;
  background: #eee;
  transition: All 0.3s ease;
}

label.radio .control:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  width: 4px;
  height: 4px;
  background: #fff;
}

label.radio input:disabled ~ .control {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

label.radio.checkbox .control::before,
label.radio.checkbox .control::after {
  position: absolute;
  content: "";
  margin: 0;
  background-color: #000;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s ease;
}

label.radio.checkbox .control::before {
  width: 2px;
  height: 10px;
  left: 8px;
  top: 3px;
}

label.radio.checkbox .control::after {
  width: 4px;
  height: 2px;
  left: 3px;
  top: 9px;
}

label.radio.checkbox input:checked ~ .control::before,
label.radio.checkbox input:checked ~ .control::after {
  opacity: 1;
}

input:required,
input:invalid {
  box-shadow: none;
}

input.error {
  border-color: red !important;
}

.form {
  width: 100%;
}

.form h3 {
  margin: 40px 0 10px !important;
  color: #B4C3B9;
}

.form .strong:first-child {
  margin: 0 !important;
}

.form .strong {
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 30px;
}

.form p.txt {
  display: block;
  font-family: "Gotham-Medium" !important;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 -5px;
}

.form p.txt small {
  display: inline-block;
  font-size: 12px;
}

.form .field {
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
}

.form .field:first-child {
  margin-top: 0;
}

.form .field label {
  position: relative;
  display: inline-block;
  margin: 0;
}

.form .field label,
.form .checkers label {
  margin: 10px 10px 0 0;
  font-family: "Gotham-Book";
}

.form .field label a {
  font-family: "Gotham-Book", sans-serif;
}

.form .field input[type=text],
.form .field input[type=tel],
.form .field input[type=email],
.form .field input[type=search],
.form .field input[type=number],
.form .field input[type=password],
.form .field input[type=file],
.form .field textarea,
.form .field select,
.form .field button {
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form .field select::-ms-expand {
  display: none;
}

.form .field input[type=checkbox],
.form .field input[type=radio] {
  width: auto !important;
  height: auto !important;
  margin: 6px 4px 0 0;
  padding: 0 !important;
  vertical-align: top;
}

.form .field input,
.form .field textarea,
.form .field select,
.form .field button {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 24px;
  border: 0;
  border-bottom: 2px solid #000;
}

.form .field textarea {
  height: 170px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.5em;
  resize: none;
}

.form .field select {
  margin: 0;
  padding: 10px 34px 10px 0;
  background: url(/img/icons/form/dropdown.png) no-repeat right 12px center/12px 8px;
  cursor: pointer;
}

.form .field input[type=file] {
  font-size: 14px;
  line-height: 14px;
}

.newsletter_popup_trigger {
  background-color: #B4C3B9;
}

.form .field input[type=submit],
.form .field input[type=button],
.form .field button,
.login_popup,
.forgot_popup,
#nieuwsbrief_submit {
  display: inline-block;
  width: auto;
  margin: 20px 0 0;
  padding: 0 32px;
  font-family: "Gotham-Bold", sans-serif;
  color: #fff;
  line-height: 34px;
  text-transform: uppercase;
  border: 0;
  background-color: #B4C3B9;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s ease;
}

.form .field input[type=submit]:hover,
.form .field input[type=button]:hover,
.form .field button:hover,
#nieuwsbrief_submit:hover {
  background: #000;
  color: #fff;
}

.form .field input:hover,
.form .field select:hover,
.form .field textarea:hover {
  border-color: #B4C3B9;
}

.form ::-webkit-input-placeholder {
  opacity: 0.8;
}

.form :-moz-placeholder {
  opacity: 0.8;
}

.form ::-moz-placeholder {
  opacity: 0.8;
}

.form :-ms-input-placeholder {
  opacity: 0.8;
}

.form .group {
  display: flex;
  width: 100%;
  margin-top: 0;
}

.form .group.selects {
  margin-top: 30px;
}

@media screen and (max-width: 990px) {
  .form .group.selects .field + .field {
    margin-top: 30px;
  }
}

.form .group .field {
  width: 49%;
  margin-right: 1%;
}

.form .group .field:first-child {
  margin-top: 10px;
}

.form .group .field:last-child {
  margin-right: 0;
  margin-left: 1%;
}

.form .group input {
  margin-bottom: 0;
}

.form .checkers {
  margin-top: 30px;
}

.form .checkers label.full {
  float: none;
  width: 100%;
  margin: 0;
  font-family: "Gotham-Book";
}

.form a.view_account {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 15px;
  background: url(/img/icons/form/eye.svg) no-repeat center/20px 15px;
  transform: translate(0, -50%);
  opacity: 0.2;
  z-index: 0;
}

.form a.view_account:hover,
.form a.view_account.active {
  opacity: 1;
}

.form + .small {
  display: block;
  margin-top: 5px;
}

/*retina*/

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .form .field select {
    background-image: url(/img/icons/form/dropdown@2x.png);
  }
}

/*responsive*/

@media screen and (max-width: 1400px) {
  .container {
    width: 92%;
  }
}

@media screen and (max-width: 750px) {
  .featured-b2b-videos {
    padding-top: 24px !important;
  }
}

@media screen and (max-width: 1100px) {
  .section {
    padding: 0 0 24px;
  }

  .container {
    width: 94%;
  }

  .container.featured-b2b-videos {
    padding: 0;
  }

  h1,
h2 {
    font-size: 28px;
    line-height: 28px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 990px) {
  .hide_990 {
    display: none;
  }

  .show_990 {
    display: block;
  }

  .half {
    width: 100%;
    margin: 0;
  }

  .half:last-child {
    margin: 40px 0 0 0;
  }

  h1,
h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .form h3 {
    margin: 30px 0 0 !important;
  }

  .form .field {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .form .group {
    display: block;
  }

  .form .checkers {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 750px) {
  .hide_750 {
    display: none;
  }

  .show_750 {
    display: block;
  }

  .section {
    padding: 0 0 26px;
  }

  .container {
    width: 100%;
  }

  .half:last-child {
    margin: 10px 0 0;
  }

  .one_third,
.two_third {
    width: 100%;
  }

  .one_third ~ .one_third,
.one_third + .two_third,
.two_third + .one_third {
    width: 100%;
    margin: 10px 0 0;
  }

  .one_fourth {
    width: 49%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .one_fourth:nth-of-type(even) {
    margin-left: 2%;
  }

  h1,
h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .linkbtn {
    padding: 0 24px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 30px;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
}

.loading {
  padding-right: 60px !important;
  position: relative;
}

.loading::before {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid none;
  border-top: 1px solid #fff;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  z-index: 2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#popup_container,
#popup_container_featured_brand_login,
#popup_container_login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99;
  -webkit-overflow-scrolling: touch;
}

#popup_container_register_popup .content {
  padding: 0;
}

#popup_container_register_popup .content > img {
  max-width: 100%;
}

#popup_container_register_popup .text {
  padding: 40px 40px 0;
}

#popup_container_register_popup .buttons {
  padding-bottom: 40px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99;
  -webkit-overflow-scrolling: touch;
}

.popup .close {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 32px;
  height: 32px;
  z-index: 3;
  cursor: pointer;
}

.popup .close span {
  position: absolute;
  top: 15px;
  left: 8px;
  width: 22px;
  height: 2px;
  background: #000;
  transition: 0.3s ease;
  transform: rotate(-45deg);
}

.popup .close span:last-child {
  transform: rotate(45deg);
}

.popup .close:hover span {
  background: #B4C3B9;
}

.popup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  padding: 40px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s ease;
}

.popup.large .content {
  top: 0;
  margin: 50px 0;
  width: 700px;
  transform: translate(-50%, 0);
}

.popup .title {
  margin-bottom: 20px;
  font-family: "Gotham-Bold";
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.popup .title .sub_title {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
}

.popup p {
  margin-top: 20px;
}

.popup p.error,
.popup p.ok {
  font-size: 13px;
  line-height: 18px;
  color: red;
  text-align: center;
  margin: -10px 0 30px;
}

.popup p.error a {
  color: red;
  text-decoration: underline;
}

.popup p.ok {
  color: #3ad98c;
}

.popup p.ok a {
  color: #3ad98c;
  text-decoration: underline;
}

.popup .form {
  margin-top: 30px;
}

.popup .form:not(.newsletter_form) button {
  background: #000;
}

.popup .form:not(.newsletter_form) button:hover {
  background: #B4C3B9;
}

.popup .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.popup.login .content {
  position: relative;
  width: 380px;
  padding: 34px 0 20px 40px;
  overflow: hidden;
}

.popup.login .content::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  width: 40px;
  height: 80%;
  background: #fff;
  z-index: 2;
}

.popup.login .switcher {
  float: left;
  width: 200%;
  overflow: hidden;
}

.popup.login .login_part,
.popup.login .forgot_part {
  float: left;
  width: 50%;
  padding-right: 40px;
  transition: 0.3s ease;
}

.popup.login .login_part.hide {
  margin-left: -50%;
}

.popup.login form div {
  position: relative;
  margin-bottom: 20px;
}

.popup.login input {
  width: 100%;
}

.popup.login p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin: -10px 0 20px;
}

.popup.login label {
  position: absolute !important;
  float: none;
  width: auto;
  top: 13px;
  left: 0;
  margin: 0 !important;
  z-index: 1;
  transition: 0.3s ease;
}

.popup.login input {
  position: relative;
  padding: 20px 0 5px;
  margin: 0;
  border-bottom: 1px solid #000;
  line-height: 18px;
  z-index: 2;
}

.popup.login input:focus + label,
.popup.login input.active + label {
  font-size: 10px;
  left: 0;
  top: -10px;
  opacity: 0.5;
  z-index: 2;
}

.popup.login a.view,
a.view_account {
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 13px;
  background: url(/img/icons/form/eye.svg) no-repeat center/18px 13px;
  transform: translate(0, -50%);
  opacity: 0.2;
  z-index: 3;
}

.popup.login a.view:hover,
a.view_account:hover,
.popup.login a.view.active,
a.view_account.active {
  opacity: 1;
}

.popup.login button {
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  background: #fe3500;
}

.popup.login button:hover {
  background: #000;
}

.popup.login small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

.popup.login small a:last-child {
  float: right;
}

.popup.login small a:hover {
  text-decoration: underline;
}

.popup.login .create_account {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 20px 40px 0 0;
  text-align: center;
  background: #242424;
  transition: 0.3s ease;
}

.popup.login .create_account::before {
  position: absolute;
  content: "";
  left: -20%;
  right: -20%;
  top: 0;
  height: 150%;
  background: #242424;
  z-index: -1;
  transition: 0.3s ease;
}

.popup.login .create_account a {
  font-family: "Gotham-Bold";
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
}

.popup.login .create_account a strong {
  color: #B4C3B9;
}

.popup.login .create_account a span {
  display: inline-block;
  margin: 4px 0 0 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #B4C3B9;
  transition: 0.3s ease;
}

.popup.login .create_account:hover,
.popup.login .create_account:hover::before {
  background: #000;
}

.popup.login .create_account a:hover span {
  margin-left: 4px;
}

.top {
  padding: 30px 0 0;
  text-align: center;
  z-index: 10;
}

.top .logo {
  position: relative;
  display: inline-block;
  width: 262px;
  background: url(/img/logo.png) no-repeat top/262px 26px;
  z-index: 2;
}

.top .logo p {
  margin-top: 36px;
  font-family: "Gotham-Bold";
  font-size: 11px;
  line-height: 12px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 16px;
  line-height: 20px;
}

.menu .flags {
  position: relative;
  float: left;
  margin-right: 30px;
}

.menu .flags .selected {
  padding-right: 10px;
  font-family: "Gotham-Bold";
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}

.menu .flags .selected:hover {
  color: #B4C3B9;
}

.menu .flags .selected span {
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
  transform: rotate(90deg);
  transition: 0.3s ease;
}

.menu .flags .selected.active span {
  top: 5px;
  transform: rotate(-90deg);
}

.menu .flags .toggle {
  position: absolute;
  top: 30px;
  left: -10px;
  width: 160px;
  padding: 16px 20px;
  text-align: left;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.menu .flags .toggle:after {
  bottom: 100%;
  left: 22px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.menu .flags .toggle a {
  display: block;
  margin: 7px 0 0;
  font-family: "Gotham-Bold";
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  border-top: 1px solid #eee;
  padding-top: 7px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s ease;
}

.menu .flags .toggle a:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.menu .flags .toggle a:hover {
  opacity: 1;
}

.menu .flags .toggle a.active {
  opacity: 1;
}

.menu .searcher {
  position: relative;
  float: left;
  z-index: 3;
}

.menu .searcher .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 20px;
  background: url(/img/icons/search.svg) no-repeat left center/18px 18px;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 3;
}

.menu .searcher .icon:hover {
  opacity: 0.6;
}

.menu .searcher .show_hide {
  display: none;
}

.menu .searcher .form {
  width: 250px;
}

.menu .searcher .field input {
  margin: 0;
  padding: 0 20px 0 28px;
  line-height: 20px;
  color: #B4C3B9;
  border: 0;
}

.menu .searcher .field button.go {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
}

.menu .searcher .field button.go::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #000;
  transform: translate(0, -50%);
  transition: 0.3s ease;
  z-index: 2;
}

.menu .searcher .field button.go:hover::after {
  border-color: transparent transparent transparent #B4C3B9;
}

.menu .icons {
  float: right;
  margin-right: 30px;
}

.menu .icons a {
  position: relative;
  display: inline-block;
  height: 22px;
  margin: -1px 8px 0 0;
  background: no-repeat left center/cover;
}

.menu .icons a:last-child {
  margin-right: 0;
}

.menu .icons a.newsfeed {
  width: 20px;
  background-image: url(/img/icons/news.svg);
  background-size: 20px 20px;
}

.menu .icons a.notification {
  width: 18px;
  background-image: url(/img/icons/notification.svg);
  background-size: 18px 22px;
}

.menu .icons a.messages {
  width: 23px;
  background-image: url(/img/icons/message.svg);
  background-size: 23px 22px;
}

.menu .icons a.favorites {
  width: 24px;
  background-image: url(/img/icons/heart.svg);
  background-size: 24px 21px;
}

.menu .icons a.inactive {
  opacity: 0.3;
}

.menu .icons a.inactive:hover {
  opacity: 0.6;
}

.menu .icons a span {
  position: absolute;
  top: -8px;
  right: -6px;
  width: 14px;
  font-family: "Gotham-Bold";
  font-size: 9px;
  line-height: 14px;
  color: #fff;
  background: #B4C3B9;
  border-radius: 100%;
}

.menu .icons a:hover {
  opacity: 0.6;
}

.menu .login .login_wrap .icons {
  display: none;
}

.menu .login {
  position: relative;
  float: right;
  padding-right: 30px;
}

.menu .login a {
  margin-right: -2px;
  font-family: "Gotham-Bold";
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.menu .login a:hover {
  color: #B4C3B9;
}

.menu .login a span {
  font-family: "Gotham-Bold";
}

.menu .login .dash {
  display: inline-block;
  padding: 0 2px 0 3px;
}

.menu .login .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(/img/icons/profile.svg) no-repeat right center/20px 20px;
}

.navigation {
  padding: 30px 0;
  z-index: 9;
}

.navigation .mobile_nav {
  float: left;
  width: 100%;
  display: none;
}

.navigation .desktop_nav {
  float: left;
  width: 100%;
}

.navigation ul {
  float: left;
  width: 100%;
  line-height: 18px;
  text-align: center;
}

.navigation ul li {
  position: relative;
  display: inline-block;
  margin: 0 12px;
}

.navigation ul li a {
  font-family: "Gotham-Bold";
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

.navigation ul li a:hover {
  color: #B4C3B9;
}

.navigation ul li a.home {
  position: relative;
  padding-left: 22px;
}

.navigation ul li a.home::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 28px;
  background: url(/img/icons/home.svg) no-repeat center/16px 14px;
}

.navigation ul li .puller {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 28px;
  margin-left: -3px;
  cursor: pointer;
}

.navigation ul li .puller::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

@media screen and (max-width: 990px) {
  .navigation ul:not(.sub) li.ticket {
    display: none;
  }
}

@media screen and (min-width: 1301px) {
  .navigation ul:not(.sub) li.ticket {
    margin-left: 0;
    position: absolute;
    left: 0;
  }
}

.navigation ul:not(.sub) li.ticket a {
  color: black;
}

@media screen and (min-width: 991px) {
  .navigation ul:not(.sub) li.ticket a {
    margin: 0;
    padding: 0 14px;
  }

  .navigation ul:not(.sub) li.ticket a:hover {
    color: white !important;
    background: black !important;
  }
}

.navigation ul:not(.sub) li.highlight a,
.navigation ul:not(.sub) li:last-child:not(.old_highlight) a {
  padding: 0 14px;
  margin: 0;
  color: #fff;
  background: #B4C3B9;
}

.navigation ul:not(.sub) li.highlight a:hover,
.navigation ul:not(.sub) li:last-child:not(.old_highlight) a:hover {
  color: #fff;
  background: #000;
}

.navigation ul li.down .puller::before,
.navigation ul li .puller.down::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.navigation ul li.down a:hover,
.navigation ul li a.active {
  color: #B4C3B9;
}

/*sub*/

.navigation ul.sub {
  display: none;
  position: absolute;
  top: 28px;
  left: -32px;
  width: auto;
  padding: 10px 20px 20px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 30px 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.navigation ul.sub li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.navigation ul.sub li a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  margin: 0;
}

.navigation ul.sub li:last-child {
  padding: 0;
  border: 0;
}

.navigation ul.sub li:last-child a {
  padding: 10px 0 0 !important;
  margin: 0;
  color: #000 !important;
  background: #fff !important;
}

.navigation ul.sub li:last-child a:hover {
  background: #fff !important;
  color: #B4C3B9 !important;
}

/*portal*/

.navigation.portal ul:not(.sub) li:last-child a:not(.active) {
  background: #000;
}

.navigation.portal ul:not(.sub) li:last-child a:not(.active):hover {
  background: #fe3500;
}

/*brandnav*/

.navigation.brandnav ul:not(.sub) li:last-child a {
  padding: 0;
  color: #000;
  background: none !important;
}

.navigation.brandnav ul:not(.sub) li:last-child a:hover {
  color: #B4C3B9;
}

.navigation.brandnav ul li:last-child a:hover {
  background: #000;
}

.navigation.brandnav ul li:first-child a {
  padding: 0 14px;
  margin: 0;
  color: #fff;
  background: #000;
}

.navigation.brandnav ul li:first-child a:hover {
  background: #B4C3B9;
}

.navigation.brandnav ul.sub li {
  padding-left: 0 !important;
}

.navigation.brandnav ul.sub li a {
  padding: 0;
  margin: 0 !important;
  color: #000;
  background: none !important;
}

.navigation.brandnav ul.sub li a:hover {
  color: #fe3500;
  background: none;
}

.head {
  position: relative;
}

.head img {
  float: left;
  width: 100%;
}

.head .header-background-video {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .head .header-background-video {
    margin-bottom: 26px;
  }
}

.head .content {
  position: absolute;
  bottom: 20%;
  left: 20%;
  width: 60%;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.head .content .slider_button {
  display: inline-block;
  padding: 0 20px;
  color: white;
  background: #cc8a00;
  font-size: 24px;
  line-height: 34px;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  transition-property: color, background-color, opacity, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}

.head .content .slider_button:hover {
  background: black;
  color: white;
}

.head .content p {
  font-family: "Gotham-Bold";
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}

.head .content a {
  color: #fff;
}

.head .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.head .owl-stage-outer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.head .owl-item .locked-label {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Gotham-Bold";
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  text-transform: uppercase;
  background: #fe3500;
  z-index: 3;
}

.head .owl-item .locked-label .lock {
  padding: 10px;
}

.head .owl-item .locked-label .lock svg {
  width: 15px;
}

.head.nopad {
  padding-bottom: 0;
}

.head.small {
  max-height: 220px;
  overflow: hidden;
}

.head.small .item {
  position: relative;
  float: left;
  width: 100%;
  height: 220px;
}

.head.small .content {
  left: 24%;
  bottom: 50%;
  text-align: left;
  transform: translate(0, 50%);
}

.head.small .content p {
  width: auto;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
}

.head.small .content a {
  margin-top: 10px;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
}

.head.small .content a span {
  display: inline-block;
  margin: 2px 5px 0 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(-180deg);
  transition: 0.3s ease;
}

.head.small .content a:hover {
  opacity: 0.5;
}

.head.small .overlay {
  background: rgba(0, 0, 0, 0.2);
}

.head .small-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  background: no-repeat center/cover;
  z-index: -1;
}

.intro .content {
  float: left;
  width: 100%;
  padding: 30px 30px 34px;
  text-align: center;
  background: #f5f5f5;
}

.intro h1 {
  margin-bottom: 20px;
}

.intro p {
  font-size: 20px;
  margin: 0 0 26px;
}

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

.intro ::-webkit-input-placeholder {
  color: #fe3500;
}

.intro :-moz-placeholder {
  color: #fe3500;
}

.intro ::-moz-placeholder {
  color: #fe3500;
}

.intro :-ms-input-placeholder {
  color: #fe3500;
}

.intro .search {
  position: relative;
  display: inline-block;
  width: 400px;
}

.intro .search .field span {
  position: absolute;
  left: 12px;
  top: 0;
  width: 18px;
  height: 44px;
  background: url(/img/icons/search.svg) no-repeat left center/18px 18px;
}

.intro .search .field input {
  margin: 0;
  padding: 10px 40px 10px 40px;
  color: #fe3500;
  background-color: #fff;
  border-color: #f5f5f5;
}

.intro .search .field input:hover {
  border-color: #f5f5f5;
}

.intro .search .field button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 44px;
  margin: 0;
  padding: 0;
  background: none;
}

.intro .search .field button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #000;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 2;
}

.intro .search .field button:hover {
  background: none;
}

.intro .search .field button:hover::after {
  border-color: transparent transparent transparent #fe3500;
}

.grid.nopad {
  padding-bottom: 0;
}

.grid.nopad .event-header {
  padding: 0;
  font-family: "Gotham-Book";
  line-height: 2.5rem;
}

.grid .wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.grid .bg {
  float: left;
  width: 100%;
  padding: 30px 30px 34px;
  background: #f5f5f5;
}

.grid h1,
.grid h2 {
  width: 100%;
  text-align: center;
}

.grid .one_third {
  margin: 0 2% 30px 0;
}

.grid .one_third:nth-of-type(3n) {
  margin-right: 0;
}

.grid .image {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 56.2%;
  background: no-repeat center/cover;
}

.grid .image .video-play-button {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 7.5px;
  bottom: 7.5px;
}

.grid .image .video-play-button svg {
  width: 100%;
  height: 100%;
}

.grid .video_title .image {
  padding-top: 56.2%;
}

.grid .image .label {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  font-family: "Gotham-Bold";
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  text-transform: uppercase;
  background: #fe3500;
  z-index: 3;
}

.grid .image .label .lock {
  padding: 5.5px;
}

.grid .image .label .lock svg {
  width: 15px;
}

.grid .image .duration {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #fe3500;
  z-index: 3;
  padding: 3px 6px;
  line-height: 1;
  font-family: "Gotham-Medium", sans-serif;
  font-weight: normal;
}

.grid .image .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s, border 0.3s;
  z-index: 4;
}

.grid .image:hover .hover {
  border-width: 20px;
  opacity: 0.5;
}

.grid .content {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}

.grid .content small {
  display: block;
  min-height: 26px;
}

.grid .content small a,
.grid .content small span,
.grid .content .title.light a {
  font-family: "Gotham-Book";
  font-size: 18px;
  text-transform: uppercase;
}

.grid .content .blog_post_flex_between {
  display: flex;
  flex-direction: column;
  line-height: 20px;
}

.grid .content .blog_post_flex_between small > span {
  font-size: 15px;
}

.grid .content .blog_post_flex_between .account_name {
  margin: 6px 0 0;
  font-size: 15px;
  font-family: "Gotham-Book";
  clear: both;
}

.grid .content .blog_post_flex_between .account_name + .title {
  margin-top: 0;
}

.grid .content small a:hover {
  color: #000;
  text-decoration: underline;
}

.grid .content small span {
  float: right;
  color: #aaa;
}

.grid .content small span:first-child {
  float: left;
}

.grid .content .title {
  margin: 6px 0 0;
  font-size: 20px;
  line-height: 24px;
  padding-right: 20px;
}

.grid .content .title.light {
  margin: 0;
}

.grid .content .title a:hover {
  color: #B4C3B9;
}

.grid .content .title ~ p {
  margin-top: 10px;
  font-size: 15px;
  color: #aaa;
  line-height: 20px;
}

.grid .linkbtn {
  margin-top: 10px;
}

.grid center {
  float: left;
  width: 100%;
}

.grid .one_fourth {
  margin-bottom: 30px;
}

.grid .one_fourth .content small {
  font-family: "Gotham-Book";
  font-size: 14px;
  text-transform: uppercase;
}

.grid .one_fourth:not(.video_title) .content .title {
  font-size: 16px;
  line-height: 20px;
}

.grid .one_fourth.video_title {
  margin-left: 0;
  margin-right: 2%;
}

@media screen and (min-width: 1101px) {
  .grid .one_fourth.video_title {
    min-height: 295px;
  }
}

@media screen and (min-width: 1101px) {
  .grid .one_fourth:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .grid .one_fourth.video_title {
    width: 32%;
  }

  .grid .one_fourth:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .grid .one_fourth.video_title {
    width: 48%;
    margin-right: 4%;
    padding-left: 0 !important;
  }

  .grid .one_fourth:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0 !important;
  }
}

.grid .one_fourth .image:hover .hover {
  border-width: 14px;
}

.grid .featured .owl-carousel {
  margin-bottom: 20px;
}

.grid .featured .owl-carousel .one_fourth {
  width: 100% !important;
  margin: 0 !important;
}

.grid .half {
  margin: 0 2% 20px 0;
}

.grid .half:nth-of-type(2n) {
  margin-right: 0;
}

.grid.xtrmarge {
  margin-top: 30px;
}

a.backtop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  background: #f5f5f5;
  transition: 0s;
}

a.backtop::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.3s ease;
}

a.backtop:hover::before {
  border-color: transparent transparent transparent #B4C3B9;
}

.loadmore {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}

.loadmore a {
  font-family: "Gotham-Bold";
  line-height: 20px;
  text-decoration: underline;
}

.loadmore span {
  display: inline-block;
  margin: 5px 0 0 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  transform: rotate(90deg);
  transition: 0.3s ease;
}

.loadmore a:hover {
  color: #B4C3B9;
}

.loadmore a:hover span {
  border-color: transparent transparent transparent #B4C3B9;
}

.loadmore.pagination .pages {
  display: inline-block;
  margin: 0 10px;
}

.loadmore.pagination a {
  padding: 0 10px;
  border-right: 1px solid #eee;
  text-decoration: none;
}

.loadmore.pagination a:last-child {
  border: 0;
}

.loadmore.pagination a.active {
  color: #B4C3B9;
}

.loadmore.pagination a.first,
.loadmore.pagination a.last {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  border: 0;
}

.loadmore.pagination a.first::before,
.loadmore.pagination a.last::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.loadmore.pagination a.first::before {
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
}

.loadmore.pagination a.first:hover::before {
  border-color: transparent #fe3500 transparent transparent;
}

.loadmore.pagination a.last:hover::before {
  border-color: transparent transparent transparent #fe3500;
}

.adv {
  padding: 20px 0 40px;
}

.adv .container {
  width: 975px;
}

.adv .item {
  float: left;
  width: 100%;
}

.adv img {
  width: 100%;
}

.adv p {
  float: left;
  width: 100%;
  font-family: "Gotham-Book";
  font-size: 11px;
  line-height: 12px;
  text-align: right;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}

.news .topper {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
}

.news .topper h1 {
  float: left;
  width: auto;
  text-align: left;
}

.news .topper .sort {
  float: right;
  margin-top: -3px;
  text-transform: uppercase;
}

.news .topper .sort.form {
  width: auto;
}

.news .topper .sort p {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}

.news .topper .sort select {
  display: inline-block;
  width: auto;
  margin: 0 0 0 5px;
  padding: 0 20px 0 0;
  border: 0;
  background-position: right center;
}

.news .settings {
  width: 100%;
  padding: 20px 0 0;
}

.news .settings span {
  display: inline-block;
  margin: 0 14px 0 0;
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #aaa;
  text-transform: uppercase;
}

.news .settings a {
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #aaa;
  text-transform: uppercase;
  text-decoration: none;
}

.news .settings a:hover {
  color: #000;
  text-decoration: underline;
}

.news .settings:last-child {
  padding-top: 40px;
}

.news .loadmore {
  margin-top: 30px;
}

.share_it {
  float: left;
  width: 100%;
  margin-top: 14px;
  text-align: right;
}

.share_it a {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-left: 8px;
  background: no-repeat center bottom/18px 18px;
}

.share_it a.facebook {
  width: 10px;
  background-image: url(/img/icons/social/facebook-black.svg);
  background-size: 9px 18px;
}

.share_it a.linkedin {
  width: 21px;
  background-image: url(/img/icons/social/linkedin-black.svg);
  background-size: 19px 18px;
}

.share_it a.mail {
  width: 20px;
  background-image: url(/img/icons/social/mail-black.svg);
  background-size: 20px 16px;
}

.share_it a.whatsapp {
  background-image: url(/img/icons/social/whatsapp-black.svg);
}

.share_it a:hover {
  opacity: 0.5;
}

.jobs.searcher .content {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 30px 34px;
  text-align: center;
  background: #f5f5f5;
}

.jobs.searcher p.title {
  font-size: 20px;
  margin: 0 0 26px;
}

.jobs.searcher .field {
  display: inline-block;
  width: 320px !important;
  margin: 0 2px;
  text-align: left;
}

.jobs.searcher .field:last-child {
  width: 45px !important;
}

.jobs.searcher .field input {
  margin: 0;
  padding: 10px 20px;
  border-color: #fff;
  color: #B4C3B9;
}

.jobs.searcher .field select {
  margin: 0;
  padding-left: 20px;
  color: #B4C3B9;
  background-color: #fff;
  background-position: right 18px center;
  border-color: #fff;
}

.jobs.searcher .field button {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  background: #fff;
}

.jobs.searcher .field button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #000;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 2;
}

.jobs.searcher .field button:hover {
  border-color: transparent transparent transparent #B4C3B9;
}

.jobs.searcher ::-webkit-input-placeholder {
  color: #B4C3B9;
}

.jobs.searcher :-moz-placeholder {
  color: #B4C3B9;
}

.jobs.searcher ::-moz-placeholder {
  color: #B4C3B9;
}

.jobs.searcher :-ms-input-placeholder {
  color: #B4C3B9;
}

.jobs.searcher .actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
}

.jobs.searcher .actions a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #eee;
}

.jobs.searcher .actions a:last-child {
  top: auto;
  bottom: 0;
  background: #ddd;
}

.jobs.searcher .actions p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  font-family: "Gotham-Bold";
  text-align: center;
  text-transform: uppercase;
  transform: translate(0, -50%);
}

.jobs .item {
  background: #fff;
}

.jobs .item:hover {
  color: #000;
}

.jobs .logo {
  position: relative;
  float: left;
  width: 25%;
  padding-top: 25%;
  background: no-repeat center/cover;
}

.jobs .logo::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
}

.jobs .txt {
  float: left;
  width: 75%;
  padding: 20px 20px 0 20px;
}

.jobs .title {
  min-height: 76px;
  line-height: 18px;
}

.jobs .title p {
  font-family: "Gotham-Bold";
  font-size: 18px;
  text-transform: uppercase;
}

.jobs .title small {
  font-family: "Gotham-Book";
  display: block;
  margin-top: 2px;
  font-size: 14px;
  color: #B4C3B9;
  text-transform: uppercase;
}

.jobs table {
  font-size: 13px;
  line-height: 16px;
}

.jobs table td strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Gotham-Medium";
  color: #aaa;
  text-transform: uppercase;
}

.jobs .linkbtn {
  margin-top: 20px;
}

.jobs.next h2 {
  text-align: center;
}

.jobs.next .item {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.jobs.next .item:last-child {
  margin-bottom: 0;
}

.jobs.next .item p {
  font-family: "Gotham-Book";
}

.jobs.next .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  padding: 0;
}

.jobs.next .title {
  min-height: inherit;
}

.jobs.next .title h3 {
  width: 60%;
  margin: -5px 0 0 0;
  line-height: 26px;
}

.jobs.next .title h3 a {
  font-family: "Gotham-Bold";
  color: #000;
}

.jobs.next .title h3 a:hover {
  opacity: 0.6;
}

.jobs.next table {
  width: auto;
  margin: 18px 0 16px;
  font-size: 14px;
}

.jobs.next table td {
  padding: 0 25px 0 0;
}

.jobs.next table td:last-child {
  padding-right: 0;
}

.jobs.next .one_third {
  width: 25%;
  margin: 0;
  text-align: right;
}

.jobs.next .one_third .linkbtn {
  margin-top: 0;
}

.jobs.next .two_third {
  padding-left: 180px;
  width: 75%;
}

.jobs.page {
  padding-top: 20px;
}

.jobs.page h1 {
  margin-bottom: 5px;
}

.jobs.page h2 {
  text-align: left;
}

.jobs.page .desc {
  margin-top: 40px;
}

.jobs.page .desc a.linkbtn {
  margin-top: 30px;
}

.banner a {
  display: block;
  padding: 20px 30px;
  font-family: "Gotham-Bold";
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #242424;
}

.banner a div {
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 82px;
  background: url(/img/demo/b2b-marketplace/brand/mflogo.png) no-repeat center/56%;
}

.banner a strong {
  color: #fff;
  margin: 0 10px;
  transition: 0.3s ease;
}

.banner a span {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.3s ease;
}

.banner a:hover strong {
  color: #fe3500;
}

.banner a:hover span {
  margin-left: 2px;
}

.partners h2 {
  text-align: center;
}

.partners .wrapper {
  float: left;
  width: 100%;
  padding: 0 30px;
}

.partners .no-carousel {
  text-align: center;
}

.partners .no-carousel img {
  width: 150px;
}

.partners a:hover {
  opacity: 0.7;
}

.page.partners .row {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.page.partners .row h2 {
  margin: 0 0 20px;
  text-align: left;
}

.page.partners .row a {
  float: left;
  width: 23%;
  margin: 0 1% 10px 0;
}

.page.partners .row img {
  float: left;
  width: 100%;
}

.register.types .one_fourth {
  padding-bottom: 70px;
}

.register.types .one_fourth p {
  font-family: "Gotham-Book";
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.register.types .one_fourth a.linkbtn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.register.types .title {
  text-transform: uppercase;
}

.register.abbos {
  padding-top: 30px;
}

.register.abbos .one_third {
  text-align: center;
  background: #f5f5f5;
}

.register.abbos h2 {
  margin-bottom: 50px;
}

.register.abbos h3 {
  padding: 24px 0;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  background: #242424;
  color: #fff;
}

.register.abbos h3 strong {
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
}

.register.abbos h3 small {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.register.abbos .note {
  margin-top: -14px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.register.abbos .favorite {
  margin-top: -28px;
  color: #fff;
  background: #fe3500;
}

.register.abbos .txt {
  float: left;
  width: 100%;
  padding: 24px 30px;
}

.register.abbos .txt p {
  min-height: 44px;
  line-height: 22px;
}

.register.abbos .txt small {
  font-family: "Gotham-Book";
  font-size: 12px;
}

.register.abbos .linkbtn {
  margin-top: 20px;
}

.register.abbos ul {
  margin-top: 30px;
}

.register.abbos li {
  position: relative;
  padding: 3px 0 3px 0;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.register.abbos li ul {
  margin: 4px 0 0;
}

.register.abbos li li {
  padding: 2px 0 2px 4px;
  margin: 0 0 0 16px;
  list-style: disc;
}

.register.abbos li.no {
  opacity: 0.4;
}

.form .choice {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.form .choice label {
  width: 100%;
  margin: 0;
  padding: 0 5px 5px 0;
  cursor: pointer;
}

.form .choice label:last-child {
  width: 100%;
  margin: 0;
  padding: 0 5px 5px 0;
  cursor: pointer;
}

.form .choice label div {
  padding: 16px 20px;
  margin: 0 !important;
  font-family: "Gotham-Bold", sans-serif;
  line-height: 20px;
  background: #f5f5f5;
  transition: 0.3s ease;
}

.form .choice label input {
  margin: 1px 5px 0 0;
}

.form .choice label:hover div {
  background: #eee;
}

.newsfeed {
  width: 100%;
}

.newsfeed .container {
  width: 100%;
  text-align: center;
}

.newsfeed .half {
  float: none;
  display: inline-block;
  width: 800px;
  margin: 0 !important;
}

.newsfeed .owner {
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
  padding-left: 84px;
  margin-bottom: 20px;
}

.newsfeed .owner p {
  margin: 16px 0 0 0 !important;
  font-family: "Gotham-Bold", sans-serif !important;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

.newsfeed .owner p a {
  font-family: "Gotham-Bold", sans-serif !important;
  text-decoration: none !important;
}

.newsfeed .owner small {
  display: inline-block !important;
  font-size: 14px !important;
  margin: 0 !important;
}

.newsfeed .owner small ~ a {
  margin-left: 10px;
  font-family: "Gotham-Book";
  font-size: 14px;
  line-height: 20px;
  color: #aaa;
}

.newsfeed .owner small ~ a:hover {
  color: #000;
}

.newsfeed .owner .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: 0;
  background: no-repeat #fff center/cover;
  transition: 0.3s ease;
}

.newsfeed .owner .logo:hover {
  opacity: 0.7;
}

.newsfeed .content {
  float: left;
  width: 100%;
}

.newsfeed .item {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  text-align: left;
}

.newsfeed .item:last-child {
  margin-bottom: 0;
}

.newsfeed .item h2,
.newsfeed .item h3 {
  width: 70%;
  margin-bottom: 10px;
}

.newsfeed .item small {
  display: block;
  margin: 5px 0;
  font-family: "Gotham-Book";
  font-size: 16px;
  line-height: 20px;
  color: #aaa;
}

.newsfeed .item img:not([align]):not([width]) {
  display: block;
  width: 100%;
  margin: 14px 0 20px;
}

.newsfeed .item p {
  margin: 0 0 14px;
}

.newsfeed .item p,
.newsfeed .item p a {
  font-family: "Gotham-Book";
}

.newsfeed .item p a {
  text-decoration: underline;
}

.newsfeed .item a.readmore {
  color: #B4C3B9;
  line-height: 20px;
  text-decoration: underline;
}

.newsfeed .item a.readmore:hover {
  color: #000;
}

.newsfeed .item.modefabriek .owner .logo {
  background-image: url(/img/icons/modefabriek-m.jpg);
}

.newsfeed .item.modefabriek .owner p {
  color: #fe3500;
}

.newswrap {
  float: left;
  width: 100%;
  padding: 50px;
}

.newsfeed.next {
  float: right;
  width: 76%;
  margin-left: 4%;
}

.newsfeed .more {
  float: left;
  width: 100%;
  font-family: "Gotham-Bold";
  text-align: center;
  line-height: 20px;
  text-decoration: underline;
}

.newsfeed .more span {
  display: inline-block;
  margin: 5px 0 0 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  transform: rotate(90deg);
  transition: 0.3s ease;
}

.newsfeed .more:hover {
  color: #fe3500;
}

.newsfeed .more:hover span {
  border-color: transparent transparent transparent #fe3500;
}

.newsfeed .timeline .item {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 30px;
}

.newsfeed .timeline .item img {
  margin-bottom: 0;
  max-width: 100%;
}

.searchresults h1 {
  margin-bottom: 30px !important;
}

.searchresults h1 small {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 14px;
}

.searchresults h3 a {
  font-family: "Gotham-Bold", sans-serif;
  text-decoration: none;
}

.searchresults h3 a:hover {
  color: #fe3500;
}

.searchresults a.linkbtn {
  margin-top: 20px;
}

.searchresults .item {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.faq h1 {
  margin-bottom: 30px !important;
}

.faq .item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.faq .item h3 {
  position: relative;
  min-height: 62px;
  font-size: 20px;
  line-height: 24px;
  padding: 19px 92px 19px 30px;
  margin: 0;
  background: #eee;
  cursor: pointer;
}

.faq .item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: -1;
}

.faq .item h3 div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62px;
  height: 62px;
  background: #ddd;
}

.faq .item h3 div span {
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -1px;
  width: 34px;
  height: 3px;
  background: #000;
}

.faq .item h3 div span:nth-of-type(2) {
  transform: rotate(90deg);
}

.faq .item p {
  display: none;
  width: 100%;
  margin: 0;
  padding: 24px 30px;
  background: #f3f3f3;
}

.faq .item h3:hover div {
  background: #000;
}

.faq .item h3:hover div span {
  background: #fff;
}

.faq .item h3.active div span:nth-of-type(2) {
  display: none;
}

.team .one_third {
  width: 25%;
  padding-right: 5%;
  text-align: left !important;
}

.team .one_third ul {
  margin-left: 0;
}

.team .one_third li {
  list-style: none;
  padding-left: 0;
}

.team .one_third li a {
  color: #b3b3b3;
  text-transform: uppercase;
  text-decoration: none;
}

.team .one_third li a:hover,
.team .one_third li a.active {
  color: #000;
}

.team .two_third {
  width: 75%;
  margin: 0;
}

.team .item {
  position: relative;
  float: left;
  width: 32%;
  margin: 0 2% 20px 0;
}

.team .item:nth-of-type(3n) {
  margin-right: 0;
}

.team .item:hover .hover {
  opacity: 1;
}

.team .item .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
  background: #000;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease;
}

.team .item .hover h3 {
  margin: 0;
}

.team .item .hover em {
  display: block;
  margin-bottom: 10px;
}

.team .item .hover a {
  color: #fff;
  text-decoration: none;
}

.team .item .hover a:hover {
  text-decoration: underline;
}

.team .item img {
  width: 100%;
}

.page {
  padding-bottom: 50px;
}

.page .half {
  width: 48%;
}

.page .half:last-child {
  margin: 0 0 0 4%;
}

.page h1 {
  padding: 0 20% 0 0;
  margin-bottom: 0;
}

.page h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0 -10px;
}

.page h2:first-child {
  margin-top: 0;
}

.page h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 -14px;
}

.page ul,
.page ol {
  margin: 24px 0 0 18px;
}

.page ul li,
.page ol li {
  padding: 0 0 0 5px;
  list-style: disc;
}

.page ol li {
  list-style: decimal;
}

.page p,
.page li {
  font-family: "Gotham-Book";
  font-size: 17px;
}

.page a {
  color: #000;
  text-decoration: underline;
}

.page a:hover {
  color: #aaa;
}

.page a.linkbtn {
  text-decoration: none;
}

.page a.linkbtn.download {
  margin: 0 0 24px;
}

/*.page img, .page iframe{float:left; width:100% !important;}*/

.page .form a.view_account {
  right: 0;
}

.page .one_third {
  text-align: right;
}

.page .image {
  margin-bottom: 40px;
}

.page .image a,
.page .image img {
  width: 100%;
}

.page .first {
  font-family: "Gotham-Medium";
}

.newsletter .content {
  float: left;
  width: 100%;
  padding: 30px;
  background: #fe3500;
  text-align: center;
}

.newsletter h2 {
  margin-bottom: 0;
  color: #fff;
}

.newsletter p {
  margin: 20px 0 30px;
  font-size: 20px;
  line-height: 22px;
}

.newsletter form {
  display: inline-block;
  width: 600px;
}

.newsletter .form .field input {
  float: left;
  width: 48%;
  margin: 0;
  padding: 0 0 2px;
}

.newsletter .form .field input:first-child {
  width: 48%;
  margin-right: 4%;
}

.newsletter .form .field input:hover {
  border-color: #000;
}

.newsletter #nieuwsbrief_submit {
  color: #fe3500;
  background: #fff;
}

.newsletter #nieuwsbrief_submit:hover {
  color: #fff;
  background: #000;
}

.newsletter ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.newsletter :-moz-placeholder {
  color: #000;
  opacity: 1;
}

.newsletter ::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.newsletter :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.footer {
  padding: 0;
  color: #fff;
  line-height: 22px;
  background: #242424;
}

.footer a {
  color: #fff;
}

.footer a:hover,
.footer a.active {
  color: #B4C3B9;
}

.footer .content {
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #242424;
}

.footer .logo {
  margin: -5px 0 0 -3px;
  font-size: 26px;
  line-height: 26px;
  color: #fff !important;
  text-transform: uppercase;
}

.footer .social {
  margin-top: 24px;
}

.footer .social a {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 10px;
  background: no-repeat center bottom/18px 18px;
}

.footer .social a.facebook {
  width: 10px;
  background-image: url(/img/icons/social/facebook.svg);
  background-size: 10px 20px;
}

.footer .social a.instagram {
  background-image: url(/img/icons/social/instagram.svg);
}

.footer .social a.twitter {
  width: 22px;
  background-image: url(/img/icons/social/twitter.svg);
  background-size: 22px 18px;
}

.footer .social a.linkedin {
  width: 21px;
  background-image: url(/img/icons/social/linkedin.svg);
  background-size: 21px 20px;
}

.footer .social a.youtube {
  width: 22px;
  background-image: url(/img/icons/social/youtube.svg);
  background-size: 22px 16px;
}

.footer .social a.mail {
  width: 20px;
  background-image: url(/img/icons/social/mail.svg);
  background-size: 20px 16px;
}

.footer .social a:hover {
  opacity: 0.7;
}

.footer li a {
  font-family: "Gotham-Book";
  line-height: 24px;
  text-transform: uppercase;
}

.footer .newslttr p {
  margin-top: 0;
  font-family: "Gotham-Book";
  font-size: 18px;
}

.footer form {
  margin-top: 10px;
}

.footer ::-webkit-input-placeholder {
  color: #fff;
}

.footer :-moz-placeholder {
  color: #fff;
}

.footer ::-moz-placeholder {
  color: #fff;
}

.footer :-ms-input-placeholder {
  color: #fff;
}

.footer form .field input {
  padding: 4px 0 2px;
  color: #fff;
  border-color: #fff;
}

.footer form .field button {
  width: 100%;
  margin-top: 20px;
}

.footer form .field button:hover {
  background: #fff;
  color: #fe3500;
}

.footer .full {
  margin-top: 30px;
  font-family: "Gotham-Book";
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.footer .full p {
  float: left;
}

.footer .full .flags {
  display: none;
  float: right;
  font-size: 14px;
}

.footer .full .flags a {
  color: #fff;
  opacity: 0.5;
}

.footer .full .flags a.active {
  opacity: 1;
}

/*retina*/

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .top .logo {
    background-image: url(/img/logo@2x.png);
  }
}

/*responsive*/

@media screen and (max-width: 1300px) {
  .jobs .title {
    min-height: 66px;
  }
}

@media screen and (max-width: 1100px) {
  .top .logo {
    width: 250px;
    background-size: 250px 24px;
  }

  .top .logo p {
    margin-top: 34px;
    font-size: 11px;
    line-height: 12px;
  }

  .menu .search {
    width: 220px;
  }

  .menu .icons {
    margin-right: 20px;
  }

  .navigation ul li {
    margin: 0 10px;
  }

  .navigation ul li a {
    font-size: 18px;
  }

  .head .content {
    left: 15%;
    width: 70%;
  }

  .head .content p {
    font-size: 34px;
    line-height: 38px;
  }

  .head .linkbtn {
    margin-top: 20px;
  }

  .intro p {
    font-size: 18px;
    line-height: 24px;
  }

  .grid .content small a,
.grid .content small span,
.grid .content .title.light a {
    font-size: 16px;
  }

  .grid .content .title {
    font-size: 18px;
    line-height: 22px;
  }

  .grid .one_fourth .content .title {
    margin-top: 0;
  }

  .adv .container {
    width: 94%;
  }

  .news .item.half .title {
    font-size: 20px;
    line-height: 22px;
  }

  .news .settings {
    padding: 14px 0 0;
  }

  .jobs .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    padding: 0;
    background-size: contain;
  }

  .jobs .txt {
    float: right;
    width: 75%;
    padding: 15px;
  }

  .jobs .title {
    min-height: 64px;
  }

  .jobs .title p {
    font-size: 17px;
  }

  .jobs table td {
    padding-bottom: 2px;
  }

  .jobs .linkbtn {
    margin-top: 10px;
  }

  .jobs.page .two_third {
    width: 100%;
  }

  .jobs.page .one_third {
    width: 100%;
    margin-top: 40px;
    padding-left: 180px;
    text-align: left;
  }

  .jobs.page .one_third .share_it {
    text-align: left;
    margin: 5px 0 0 0;
  }

  .jobs.page .one_third .share_it a {
    margin: 0 8px 0 0;
  }

  .partners .no-carousel a {
    width: 15%;
  }

  .partners .no-carousel img {
    width: 100%;
  }

  .register.types .one_fourth {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
    margin-left: 0 !important;
    padding-bottom: 50px;
  }

  .register.types .one_fourth:nth-of-type(2n) {
    margin-right: 0;
  }

  .register.abbos {
    padding-top: 10px;
  }

  .register.abbos h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .register.abbos h3 strong {
    font-size: 46px;
    line-height: 46px;
  }

  .register.abbos .txt p {
    min-height: 66px;
  }

  .newsletter p {
    font-size: 18px;
    line-height: 20px;
  }

  .team .item {
    margin-bottom: 15px;
  }

  .team .item .hover {
    padding: 20px;
  }

  .footer .logo {
    font-size: 24px;
    line-height: 24px;
  }

  .footer li a {
    font-size: 15px;
  }

  .footer .newslttr p {
    font-size: 16px;
  }
}

@media screen and (max-width: 990px) {
  .popup.large .content {
    width: 80%;
  }

  .top {
    padding-top: 20px;
  }

  .top .logo {
    width: 230px;
    background-size: 230px 23px;
  }

  .top .logo p {
    margin-top: 30px;
    font-size: 10px;
    line-height: 11px;
  }

  .menu {
    bottom: 10px;
  }

  .menu .flags {
    margin-right: 20px;
  }

  .menu .flags .selected {
    padding-right: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  .menu .flags .selected span {
    top: 7px;
  }

  .menu .searcher .form {
    width: 150px;
  }

  .menu .icons a {
    height: 20px;
    margin-right: 6px;
  }

  .menu .icons a.newsfeed {
    width: 18px;
    background-size: 18px 18px;
  }

  .menu .icons a.notification {
    width: 17px;
    background-size: 17px 20px;
  }

  .menu .icons a.messages {
    width: 21px;
    background-size: 21px 20px;
  }

  .menu .icons a.favorites {
    width: 22px;
    background-size: 22px 19px;
  }

  .menu .login,
.menu .login a {
    font-size: 14px;
  }

  .navigation {
    margin: 24px 0;
    padding: 0;
  }

  .navigation .container {
    width: 100%;
  }

  .navigation .mobile_nav {
    display: block;
  }

  .navigation .mobile_nav a {
    position: relative;
    float: left;
    font-family: "Gotham-Bold";
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
  }

  .navigation .mobile_nav a.hamburger {
    width: 50%;
    padding-left: 20px;
    background: #f5f5f5;
  }

  .navigation .mobile_nav a.hamburger:hover {
    color: #B4C3B9;
  }

  .navigation .mobile_nav a.hamburger .strokes {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 17px;
    margin: 16px 5px 0 0;
  }

  .navigation .mobile_nav a.hamburger .strokes .stroke {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    transition: All 0.3s ease;
  }

  .navigation .mobile_nav a.hamburger .strokes .stroke:nth-of-type(1) {
    top: 0;
  }

  .navigation .mobile_nav a.hamburger .strokes .stroke:nth-of-type(2) {
    top: 50%;
    margin-top: -1.5px;
  }

  .navigation .mobile_nav a.hamburger .strokes .stroke:nth-of-type(3) {
    bottom: 0;
  }

  .navigation .mobile_nav a.hamburger.down .strokes .stroke:nth-of-type(1) {
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
  }

  .navigation .mobile_nav a.hamburger.down .strokes .stroke:nth-of-type(2) {
    display: none;
  }

  .navigation .mobile_nav a.hamburger.down .strokes .stroke:nth-of-type(3) {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(-45deg);
  }

  .navigation .mobile_nav a:last-child {
    width: 50%;
    color: #fff;
    text-align: center;
    background: #B4C3B9;
  }

  .navigation .mobile_nav.with_tickets a.ticket_button {
    width: 50%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }

  .navigation .mobile_nav.with_tickets a.ticket_button:hover {
    color: white !important;
    background: black !important;
  }
}

@media screen and (max-width: 990px) and (max-width: 470px) {
  .navigation .mobile_nav.with_tickets a.hamburger {
    width: 38%;
  }

  .navigation .mobile_nav.with_tickets a.ticket_button {
    width: 62%;
  }

  .navigation .mobile_nav.with_tickets a:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 990px) and (min-width: 471px) and (max-width: 750px) {
  .navigation .mobile_nav.with_tickets .menu_label {
    display: none;
  }

  .navigation .mobile_nav.with_tickets a.hamburger {
    width: 65px;
  }

  .navigation .mobile_nav.with_tickets a.ticket_button {
    width: calc(50% - 32.5px);
  }

  .navigation .mobile_nav.with_tickets a:last-child {
    width: calc(50% - 32.5px);
  }
}

@media screen and (max-width: 990px) and (min-width: 751px) {
  .navigation .mobile_nav.with_tickets a.hamburger,
.navigation .mobile_nav.with_tickets a.ticket_button,
.navigation .mobile_nav.with_tickets a:last-child {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 990px) {
  .navigation .desktop_nav {
    display: none;
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul li .puller {
    float: right;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul li .puller {
    width: 50px;
    height: 42px;
    border-left: 1px solid #eee;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul li .puller::before {
    border-width: 9px 7px 0 7px;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul li a {
    padding: 7px 0;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul li a.home::before {
    top: 7px;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul li.highlight {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul li:last-child:not(.old_highlight) {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul.sub {
    float: none;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    box-shadow: none;
    background: #f3f3f3;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul.sub li {
    padding: 10px !important;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul.sub li a {
    padding: 0 !important;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul.sub li:last-child {
    display: block;
  }
}

@media screen and (max-width: 990px) {
  .navigation ul.sub li:last-child a {
    background: none !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 990px) {
  .navigation.portal .mobile_nav a:last-child {
    background: #000;
  }
}

@media screen and (max-width: 990px) {
  .navigation.brandnav ul li:first-child {
    display: none;
    padding-left: 0;
  }
}

@media screen and (max-width: 990px) {
  .navigation.brandnav ul li:last-child {
    display: block;
  }
}

@media screen and (max-width: 990px) {
  .navigation.brandnav ul li:last-child a {
    padding: 7px 0 !important;
  }
}

@media screen and (max-width: 990px) {
  .head.small .content {
    left: 30px;
  }
}

@media screen and (max-width: 990px) {
  .head.small .content p {
    font-size: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 990px) {
  .head.small .content a {
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 990px) {
  .intro .content,
.grid .bg {
    padding: 28px 28px 30px;
  }
}

@media screen and (max-width: 990px) {
  .intro p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 990px) {
  .grid .one_third,
.grid .one_fourth {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 990px) {
  .grid .content .title {
    font-size: 17px;
    line-height: 20px;
  }
}

@media screen and (max-width: 990px) {
  .grid .content small a,
.grid .content small span,
.grid .content .title.light a {
    font-size: 14px;
  }
}

@media screen and (max-width: 990px) {
  .adv {
    padding: 10px 0 30px;
  }
}

@media screen and (max-width: 990px) {
  .news .item.half .title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 990px) {
  .news .item.half,
.jobs .item.half {
    width: 49%;
  }
}

@media screen and (max-width: 990px) {
  .news .topper h1 {
    max-width: 60%;
  }
}

@media screen and (max-width: 990px) {
  .jobs.searcher .content {
    padding: 24px;
  }
}

@media screen and (max-width: 990px) {
  .jobs.searcher .field {
    width: 260px !important;
  }
}

@media screen and (max-width: 990px) {
  .jobs .txt {
    padding: 13px;
  }
}

@media screen and (max-width: 990px) {
  .jobs .title {
    min-height: 56px;
  }
}

@media screen and (max-width: 990px) {
  .jobs .title p {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 990px) {
  .jobs .title small {
    font-size: 12px;
    margin: 0;
  }
}

@media screen and (max-width: 990px) {
  .jobs table {
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 990px) {
  .jobs table td {
    padding-right: 0;
  }
}

@media screen and (max-width: 990px) {
  .jobs table td:last-child {
    padding-left: 5px;
  }
}

@media screen and (max-width: 990px) {
  .jobs.next .two_third {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .jobs.next .one_third {
    width: 100%;
    padding: 20px 0 0 180px;
    text-align: left;
  }
}

@media screen and (max-width: 990px) {
  .jobs.next .item {
    margin: 10px 0 50px;
  }
}

@media screen and (max-width: 990px) {
  .jobs.next table {
    font-size: 13px;
  }
}

@media screen and (max-width: 990px) {
  .jobs.next .one_third .share_it {
    float: left;
    width: auto;
    margin: 5px 0 0 0;
  }
}

@media screen and (max-width: 990px) {
  .jobs.next .one_third .share_it a {
    margin: 0 8px 0 0;
  }
}

@media screen and (max-width: 990px) {
  .jobs.next .one_third .linkbtn {
    float: right;
    margin-top: 0;
  }
}

@media screen and (max-width: 990px) {
  .jobs.page .one_third {
    margin-top: 0;
  }
}

@media screen and (max-width: 990px) {
  .jobs.page .one_third .share_it a {
    margin: 0 8px 0 0;
  }
}

@media screen and (max-width: 990px) {
  .register.abbos {
    padding-top: 0px;
  }
}

@media screen and (max-width: 990px) {
  .register.abbos h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 990px) {
  .register.abbos h3 strong {
    font-size: 42px;
    line-height: 42px;
  }
}

@media screen and (max-width: 990px) {
  .register.abbos h3 small {
    font-size: 13px;
  }
}

@media screen and (max-width: 990px) {
  .register.abbos .txt {
    padding: 20px;
  }
}

@media screen and (max-width: 990px) {
  .register.abbos .txt p {
    font-size: 15px;
  }
}

@media screen and (max-width: 990px) {
  .register.abbos .linkbtn {
    line-height: 16px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 990px) {
  .newsfeed .half {
    width: 90%;
  }
}

@media screen and (max-width: 990px) {
  .team .item {
    width: 49%;
    margin: 0 2% 10px 0;
  }
}

@media screen and (max-width: 990px) {
  .team .item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 990px) {
  .team .item:nth-of-type(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 990px) {
  .page .one_third {
    width: 26%;
  }
}

@media screen and (max-width: 990px) {
  .page .two_third {
    width: 70%;
  }
}

@media screen and (max-width: 990px) {
  .page h1 {
    padding: 0;
  }
}

@media screen and (max-width: 990px) {
  .page .image {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 990px) {
  .newsletter form {
    width: 500px;
  }
}

@media screen and (max-width: 990px) {
  .footer:not(.marketplace) .content {
    padding-left: 70px;
  }
}

@media screen and (max-width: 990px) {
  .footer .logo {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .footer .one_fourth {
    width: 33.333%;
    margin: 0;
  }
}

@media screen and (max-width: 990px) {
  .footer .one_fourth:nth-of-type(1) {
    width: 22px;
  }
}

@media screen and (max-width: 990px) {
  .footer:not(.marketplace) .social {
    position: absolute;
    top: -2px;
    left: -70px;
    width: 22px;
    margin: 0;
  }
}

@media screen and (max-width: 990px) {
  .footer:not(.marketplace) .social a {
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 990px) {
  .footer .full {
    margin-left: -70px;
  }
}

@media screen and (max-width: 750px) {
  .intro .container,
.grid .container,
.newsletter .container,
.banner .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup .content,
.popup.large .content {
    width: 90%;
    padding: 25px;
  }

  .popup.large .content {
    margin: 30px 0;
  }

  .popup .title {
    font-size: 22px;
    line-height: 24px;
  }

  .popup.login .content {
    width: 90%;
  }

  .top {
    padding: 16px 20px;
  }

  .top .logo {
    width: 230px;
    background-size: 230px 23px;
  }

  .top .logo p {
    margin-top: 30px;
    font-size: 10px;
    line-height: 12px;
  }

  .menu .flags {
    display: none;
  }

  .menu .searcher {
    position: absolute;
    width: 100%;
  }

  .menu .searcher .form {
    width: 100%;
  }

  .menu .searcher .field input {
    padding-left: 34px;
    line-height: 24px;
  }

  .menu .searcher .field button.go {
    height: 24px;
  }

  .menu .searcher .icon {
    width: 24px;
    height: 24px;
    background-size: 22px 22px;
  }

  .menu .searcher .bg {
    display: none;
    position: absolute;
    top: -24px;
    left: -20px;
    right: -20px;
    height: 74px;
    background: #fff;
    z-index: -1;
  }

  .menu .searcher ::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
  }

  .menu .searcher :-moz-placeholder {
    color: #000;
    opacity: 1;
  }

  .menu .searcher ::-moz-placeholder {
    color: #000;
    opacity: 1;
  }

  .menu .searcher :-ms-input-placeholder {
    color: #000;
    opacity: 1;
  }

  .menu .icons {
    display: none;
  }

  .menu .login {
    padding: 0;
    width: 24px;
    height: 24px;
  }

  .menu .login .icon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }

  .menu .login .dash {
    display: none;
  }

  .menu .login .login_wrap {
    display: none;
    position: absolute;
    top: 36px;
    right: -8px;
    padding: 16px 20px;
    text-align: left;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }

  .menu .login .login_wrap:after {
    bottom: 100%;
    right: 12px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }

  .menu .login .login_wrap a {
    display: block;
    margin: 7px 0 0;
    font-size: 15px;
    border-top: 1px solid #eee;
    padding-top: 7px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .menu .login .login_wrap a:first-child {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .menu .login .login_wrap .icons {
    display: block;
    margin: 0;
  }

  .menu .login .login_wrap .icons a {
    width: auto !important;
    height: auto;
    white-space: nowrap;
    background: none !important;
  }

  .menu .login .login_wrap .icons a span {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    text-align: center;
  }

  .menu .login .login_wrap .icons a.inactive {
    opacity: 1;
  }

  .navigation {
    margin: 0;
  }

  .navigation .mobile_nav a.hamburger {
    width: 38%;
  }

  .navigation .mobile_nav a:last-child {
    width: 62%;
  }

  .head {
    padding-bottom: 0;
  }

  .head .content {
    bottom: 20%;
    left: 8%;
    width: 84%;
  }

  .head .content p {
    font-size: 22px;
    line-height: 24px;
  }

  .head .linkbtn {
    margin-top: 10px;
  }

  .head .owl-stage-outer::after {
    display: none;
  }

  .head.small .item {
    height: auto;
  }

  .intro {
    padding-top: 20px;
  }

  .intro .content {
    padding: 20px 20px 26px;
  }

  .intro p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 22px;
  }

  .intro .search {
    width: 100%;
  }

  .grid .bg {
    padding: 30px 0;
  }

  .grid h1,
.grid h2 {
    margin-bottom: 24px;
    padding: 0 20%;
  }

  .grid .one_third {
    margin: 0 !important;
  }

  .grid .content {
    margin: 0;
    padding: 20px;
  }

  .grid .content small a,
.grid .content small span {
    font-size: 16px;
    line-height: 18px;
  }

  .grid .content .title {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .grid .one_third {
    width: 48%;
    margin: 0 0 20px !important;
  }

  .grid .one_third .content {
    padding-left: 0;
    padding-right: 0;
  }

  .grid .one_third:nth-of-type(2n) {
    margin-left: 4% !important;
  }

  .grid .one_fourth {
    margin-bottom: 0;
  }

  .grid .one_fourth:nth-of-type(even) {
    padding-right: 20px;
  }

  .grid .one_fourth:nth-of-type(odd) {
    padding-left: 20px;
  }

  .grid .one_fourth .content {
    padding: 14px 0 20px;
  }

  .grid .one_fourth .content .title {
    padding-right: 0;
    font-size: 15px;
  }

  .grid .one_fourth .content small {
    min-height: inherit;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 15px;
  }

  .grid .half {
    margin: 0 0 10px 0;
  }

  .grid .half:last-child {
    margin: 0;
  }

  .grid.xtrmarge {
    margin-top: 10px;
  }

  a.backtop {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .adv {
    padding: 0 0 20px 0;
  }

  .share_it {
    text-align: left;
  }

  .share_it a {
    margin: 0 8px 0 0;
  }

  .news .topper {
    margin: 20px 0;
  }

  .news .topper h1 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .news .topper .sort {
    width: 100%;
    text-align: center;
  }

  .news .topper .sort.form {
    width: 100%;
  }

  .news .settings {
    line-height: 18px;
  }

  .news .settings span {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 18px;
  }

  .news .settings span:last-child {
    margin: 0;
  }

  .news .settings:last-child {
    padding-top: 30px;
  }

  .news .item.half {
    width: 100%;
  }

  .jobs.searcher .content {
    padding: 16px 20px 20px;
  }

  .jobs.searcher .field {
    width: 100% !important;
    margin: 0;
  }

  .jobs.searcher .field:nth-of-type(2) {
    width: 82% !important;
    float: left;
  }

  .jobs.searcher .field:nth-of-type(3) {
    float: right;
  }

  .jobs .item.half {
    width: 100%;
  }

  .jobs .item.half:nth-of-type(2) {
    margin-bottom: 0;
  }

  .jobs .item.half:nth-child(n+3) {
    display: none;
  }

  .jobs .bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jobs .txt {
    padding: 16px 16px 10px 18px;
  }

  .jobs .txt .title {
    min-height: auto;
    margin-bottom: 10px;
  }

  .jobs .linkbtn {
    margin-top: 30px;
  }

  .jobs.next .two_third,
.jobs.next .one_third {
    padding-left: 0;
  }

  .jobs.next .one_third .linkbtn {
    padding: 0 10px;
  }

  .jobs.next .container {
    padding: 0 20px;
  }

  .jobs.next .item {
    margin: 0 0 40px;
  }

  .jobs.next .item p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .jobs.next .title {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 110px;
    min-height: 90px;
  }

  .jobs.next .title h3 {
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .jobs.next .logo {
    width: 90px;
    height: 90px;
  }

  .jobs.next table {
    margin: 22px 0 10px;
  }

  .jobs.next table td {
    display: block;
    padding: 0 !important;
  }

  .jobs.next table td strong {
    display: inline-block;
    width: 70px;
  }

  .jobs.page {
    padding-top: 0;
  }

  .jobs.page .container {
    padding: 0;
  }

  .jobs.page .one_third,
.jobs.page .two_third {
    padding-left: 20px;
  }

  .jobs.page .logo {
    top: 20px;
    left: 20px;
  }

  .jobs.page .item {
    margin-top: 0;
  }

  .jobs.page .item p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .jobs.page .item a.linkbtn {
    margin-top: 10px;
  }

  .jobs.page table {
    font-size: 14px;
    line-height: 18px;
  }

  .jobs.page table td strong {
    width: 75px;
  }

  .jobs.page .desc {
    margin-top: 30px;
  }

  .jobs.page .desc a.linkbtn {
    margin-top: 30px;
  }

  .partners {
    padding-bottom: 16px;
  }

  .partners h2 {
    margin-bottom: 24px;
    padding: 0 20%;
  }

  .partners .wrapper {
    padding: 0 20px;
  }

  .partners .no-carousel a {
    width: 23%;
  }

  .register.types {
    padding-bottom: 0;
  }

  .register.types .one_fourth {
    width: 100%;
    margin: 0 !important;
    padding: 0 0 20px;
  }

  .register.types .one_fourth:last-child {
    padding: 0 0 10px;
  }

  .register.types .one_fourth a.linkbtn {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .register.abbos .one_third {
    margin-bottom: 20px !important;
  }

  .register.abbos .one_third:last-child {
    margin-bottom: 0 !important;
  }

  .register.abbos h3 {
    padding: 20px 0;
  }

  .register.abbos .txt p {
    min-height: inherit;
  }

  .register.abbos .linkbtn {
    padding: 0 24px;
    line-height: 32px;
  }

  .register.abbos ul {
    margin-top: 20px;
  }

  .register.abbos .note {
    margin-top: 20px;
  }

  .newsfeed {
    padding-top: 20px;
  }

  .newsfeed .container {
    padding: 0 20px;
  }

  .newsfeed .timeline .item {
    padding: 20px;
  }

  .newsfeed .half {
    width: 100%;
  }

  .newsfeed .item h2,
.newsfeed .item h3 {
    width: 100%;
  }

  .newsfeed .item p,
.newsfeed .item p a {
    font-size: 14px;
  }

  .newsfeed .item .owner small {
    font-size: 13px !important;
  }

  .newsfeed .timeline h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .faq {
    padding-top: 20px;
  }

  .faq .container {
    padding: 0 20px;
  }

  .faq .item h3 {
    position: relative;
    min-height: 62px;
    font-size: 16px;
    line-height: 18px;
    padding: 13px 80px 13px 13px;
  }

  .team {
    padding-bottom: 14px !important;
  }

  .team .item {
    font-size: 14px;
  }

  .team .item .hover {
    padding: 10px;
    overflow: hidden;
  }

  .team .item .hover h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .page {
    padding-bottom: 30px;
  }

  .page .half,
.page .one_third,
.page .two_third {
    width: 100%;
    padding: 20px 20px 0;
  }

  .page .half:last-child {
    margin: 20px 0 0 0;
  }

  .page .one_third {
    margin: 10px 0 0;
    text-align: left;
  }

  .page .image {
    margin-bottom: 0;
  }

  .page.partners .row {
    margin-top: 20px;
  }

  .page.partners .row h2 {
    padding: 0;
    margin-bottom: 10px;
  }

  .page.partners .row img {
    width: 32%;
    margin-bottom: 6px;
  }

  .newsletter .content {
    padding: 26px 20px;
  }

  .newsletter p {
    margin: 14px 0 20px;
    font-size: 18px;
  }

  .newsletter form {
    width: 100%;
  }

  .newsletter input {
    width: 100% !important;
    margin: 0;
  }

  .newsletter input:first-child {
    margin-bottom: 14px !important;
  }

  .footer:not(.marketplace) .content {
    padding: 24px 20px;
  }

  .footer .one_fourth {
    width: 47%;
    margin: 0 0 26px !important;
  }

  .footer .one_fourth:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px !important;
  }

  .footer .one_fourth:nth-of-type(3) {
    margin-left: 6% !important;
  }

  .footer:not(.marketplace) .social {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .footer:not(.marketplace) .social a {
    margin: 0 10px;
  }

  .footer .newslttr {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .footer .newslttr p {
    font-size: 16px;
  }

  .footer .full {
    margin-left: 0;
  }

  .footer .full .flags {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .grid .one_third {
    width: 100%;
    margin: 0 !important;
  }

  .grid .one_third:nth-of-type(2n) {
    margin-left: 0 !important;
  }

  .grid .content {
    padding: 10px 0 20px;
  }

  .grid .content small {
    line-height: 22px;
    min-height: 24px;
  }
}

.container-event {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container-event .event-video-header {
  width: 100%;
}

.container-event .event-video-header video {
  -o-object-position: left;
     object-position: left;
}

.container-event .ticket_button_wrapper {
  display: flex;
  justify-content: center;
  margin-top: -19px;
  margin-bottom: 24px;
}

.container-event .ticket_button_wrapper .ticket_button {
  padding: 8px 22px;
  text-align: center;
  font-family: "Gotham-Bold";
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

.container-event .ticket_button_wrapper .ticket_button:hover {
  color: #fff !important;
  background: #000 !important;
}

.container-event .event-blocks {
  width: 100%;
}

@media screen and (min-width: 751px) and (max-width: 1330px) {
  .container-event {
    padding: 0 15px;
  }
}

@media screen and (min-width: 991px) {
  .container-event {
    flex-direction: row;
    padding-bottom: 30px;
  }

  .container-event .event-video-header {
    width: 54%;
    margin-right: 8px;
  }
}

@media screen and (min-width: 991px) and (min-width: 1331px) {
  .container-event .event-video-header {
    width: 53%;
  }

  .container-event .event-video-header video {
    max-height: 379px;
  }
}

@media screen and (min-width: 991px) {
  .container-event .event-blocks {
    width: 46%;
    margin-left: 8px;
  }
}

@media screen and (min-width: 991px) and (min-width: 1331px) {
  .container-event .event-blocks {
    width: 47%;
  }
}

@media screen and (min-width: 991px) {
  .container-event .event-blocks .blocks .one_third {
    width: 49%;
    margin-bottom: 10px;
  }

  .container-event .event-blocks .blocks .one_third:nth-of-type(3n) {
    margin-right: 2%;
  }

  .container-event .event-blocks .blocks .one_third:nth-of-type(2n) {
    margin-right: 0;
  }
}

body {
  overflow-y: scroll;
}

[v-cloak] {
  display: none;
}

.linkbtn,
a,
a:after,
a:before,
button,
input,
select,
textarea {
  transition-property: color, background-color, opacity, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}

img,
a.image {
  transition: none;
}

.branddetails .buttons a.heart.active {
  background-image: url(/img/icons/heart-color.svg);
}

.branddetails a.block {
  display: block;
}

.branddetails .newsfeed .item img {
  max-width: 100%;
}

.newsfeed .loadmore.pagination .pages {
  float: none;
}

.section.adv img {
  max-height: 280px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.section.adv > .container {
  padding: 0 10px;
}

.section.lookbook .item {
  position: relative;
}

.section.lookbook .item .lookbook_format {
  position: relative;
  width: 100%;
}

.section.lookbook .item .lookbook_format.format_portrait {
  padding-top: 150%;
}

.section.lookbook .item .lookbook_format.format_square {
  padding-top: 100%;
}

.section.lookbook .item .lookbook_format.format_landscape {
  padding-top: 66.666666%;
}

.section.lookbook .item .lookbook_format a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section.lookbook .item .lookbook_format a img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.section.faq .item p {
  display: block;
}

.section.footer a {
  text-decoration: none;
}

.section.grid .items_wrapper {
  float: left;
  width: 100%;
}

@font-face {
  font-family: VideoJS;

  src: url("../fonts/VideoJS.eot?#iefix") format("eot");
}

@font-face {
  font-family: VideoJS;

  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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AG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");

  font-weight: normal;

  font-style: normal;
}

.vjs-icon-play, .dynamic_content .video-js .vjs-play-control .vjs-icon-placeholder, .dynamic_content .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .dynamic_content .video-js .vjs-play-control .vjs-icon-placeholder:before, .dynamic_content .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\F102";
}

.vjs-icon-pause, .dynamic_content .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .dynamic_content .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}

.vjs-icon-volume-mute, .dynamic_content .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .dynamic_content .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}

.vjs-icon-volume-low, .dynamic_content .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .dynamic_content .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}

.vjs-icon-volume-mid, .dynamic_content .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .dynamic_content .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}

.vjs-icon-volume-high, .dynamic_content .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .dynamic_content .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}

.vjs-icon-fullscreen-enter, .dynamic_content .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .dynamic_content .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}

.vjs-icon-fullscreen-exit, .dynamic_content .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .dynamic_content .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\F10A";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\F10B";
}

.vjs-icon-subtitles, .dynamic_content .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .dynamic_content .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .dynamic_content .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .dynamic_content .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10C";
}

.vjs-icon-captions, .dynamic_content .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .dynamic_content .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .dynamic_content .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .dynamic_content .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10D";
}

.vjs-icon-chapters, .dynamic_content .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .dynamic_content .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\F10F";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\F110";
}

.vjs-icon-circle, .dynamic_content .video-js .vjs-volume-level, .dynamic_content .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .dynamic_content .video-js .vjs-volume-level:before, .dynamic_content .video-js .vjs-play-progress:before {
  content: "\F111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\F112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\F113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\F114";
}

.vjs-icon-cancel, .dynamic_content .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .dynamic_content .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F115";
}

.vjs-icon-replay, .dynamic_content .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .dynamic_content .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\F117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\F118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\F119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\F11A";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\F11B";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\F11C";
}

.vjs-icon-audio-description, .dynamic_content .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .dynamic_content .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F11D";
}

.vjs-icon-audio, .dynamic_content .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .dynamic_content .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F11E";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\F11F";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\F120";
}

.dynamic_content {
  float: none !important;
  width: 100%;
  /* video */
}

.dynamic_content * {
  vertical-align: initial;
}

.dynamic_content h1.ql-align-center,
.dynamic_content h2.ql-align-center,
.dynamic_content h3.ql-align-center,
.dynamic_content h4.ql-align-center,
.dynamic_content h5.ql-align-center,
.dynamic_content h6.ql-align-center {
  width: 100%;
}

.dynamic_content h1,
.dynamic_content h2,
.dynamic_content h3,
.dynamic_content h4,
.dynamic_content h5,
.dynamic_content h6,
.dynamic_content p,
.dynamic_content ul,
.dynamic_content ol {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}

.dynamic_content a {
  display: inline;
}

.dynamic_content sup {
  vertical-align: super;
}

.dynamic_content sub {
  vertical-align: sub;
}

.dynamic_content s {
  opacity: 1;
}

.dynamic_content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .dynamic_content img {
    float: none !important;
    display: block !important;
  }

  .dynamic_content img:not([data-align=center]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.dynamic_content custom-embed {
  display: inline-block;
  width: 560px;
  height: auto !important;
}

.dynamic_content custom-embed > * {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .dynamic_content custom-embed {
    float: none !important;
    display: block !important;
  }

  .dynamic_content custom-embed:not([data-align=center]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.dynamic_content .video-embed {
  display: block !important;
  max-width: 640px;
  width: 100%;
  border: 0px !important;
}

.dynamic_content .video-embed:not([data-align]) {
  padding: 0 !important;
  white-space: normal !important;
}

.dynamic_content .video-embed > div {
  padding-top: 56.2%;
  position: relative;
  height: 100%;
  width: 100%;
}

.dynamic_content .video-embed > div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .dynamic_content .video-embed {
    max-width: 100%;
    height: auto !important;
  }
}

@media screen and (max-width: 1000px) {
  .dynamic_content .video-embed {
    float: none !important;
    display: block !important;
  }

  .dynamic_content .video-embed:not([data-align=center]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.dynamic_content blockquote {
  border-left: 4px solid #ccc;
  margin-left: 0;
  padding-left: 18px;
}

.dynamic_content .ql-size-small {
  font-size: 0.75rem;
}

.dynamic_content .ql-size-large {
  font-size: 1.5rem;
}

.dynamic_content .ql-size-huge {
  font-size: 2.5rem;
}

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

.dynamic_content .ql-align-right {
  text-align: right;
}

.dynamic_content video,
.dynamic_content .video-js {
  display: block;
  max-width: 100%;
}

.dynamic_content video.ql-align-center,
.dynamic_content .video-js.ql-align-center {
  margin: 0 auto;
}

.dynamic_content video.ql-align-right,
.dynamic_content .video-js.ql-align-right {
  margin: 0 0 0 auto;
}

.dynamic_content video > video,
.dynamic_content .video-js > video {
  margin: 0 !important;
}

@media screen and (max-width: 1000px) {
  .dynamic_content video,
.dynamic_content .video-js {
    float: none !important;
    display: block !important;
  }

  .dynamic_content video:not([data-align=center]),
.dynamic_content .video-js:not([data-align=center]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.dynamic_content .ql-align-justify {
  text-align: justify;
}

.dynamic_content .ql-indent-1 {
  padding-left: 3rem;
}

.dynamic_content .ql-indent-2 {
  padding-left: 6rem;
}

.dynamic_content .ql-indent-3 {
  padding-left: 9rem;
}

.dynamic_content .ql-indent-4 {
  padding-left: 12rem;
}

.dynamic_content .ql-indent-5 {
  padding-left: 15rem;
}

.dynamic_content .ql-indent-6 {
  padding-left: 18rem;
}

.dynamic_content .ql-indent-7 {
  padding-left: 21rem;
}

.dynamic_content .ql-indent-8 {
  padding-left: 24rem;
}

.dynamic_content .ql-indent-9 {
  padding-left: 27rem;
}

.dynamic_content ul[data-checked=false] > li {
  list-style: square;
}

.dynamic_content .vjs-modal-dialog .vjs-modal-dialog-content, .dynamic_content .video-js .vjs-modal-dialog, .dynamic_content .vjs-button > .vjs-icon-placeholder:before, .dynamic_content .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dynamic_content .vjs-button > .vjs-icon-placeholder:before, .dynamic_content .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  .dynamic_content {
    font-family: VideoJS;
    src: url("../fonts/VideoJS.eot?#iefix") format("eot");
  }
}

@font-face {
  .dynamic_content {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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AG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
    font-weight: normal;
    font-style: normal;
  }
}

.dynamic_content .vjs-icon-play, .dynamic_content .video-js .vjs-play-control .vjs-icon-placeholder, .dynamic_content .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-play:before, .dynamic_content .video-js .vjs-play-control .vjs-icon-placeholder:before, .dynamic_content .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}

.dynamic_content .vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-play-circle:before {
  content: "\F102";
}

.dynamic_content .vjs-icon-pause, .dynamic_content .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-pause:before, .dynamic_content .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}

.dynamic_content .vjs-icon-volume-mute, .dynamic_content .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-volume-mute:before, .dynamic_content .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}

.dynamic_content .vjs-icon-volume-low, .dynamic_content .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-volume-low:before, .dynamic_content .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}

.dynamic_content .vjs-icon-volume-mid, .dynamic_content .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-volume-mid:before, .dynamic_content .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}

.dynamic_content .vjs-icon-volume-high, .dynamic_content .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-volume-high:before, .dynamic_content .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}

.dynamic_content .vjs-icon-fullscreen-enter, .dynamic_content .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-fullscreen-enter:before, .dynamic_content .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}

.dynamic_content .vjs-icon-fullscreen-exit, .dynamic_content .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-fullscreen-exit:before, .dynamic_content .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}

.dynamic_content .vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-square:before {
  content: "\F10A";
}

.dynamic_content .vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-spinner:before {
  content: "\F10B";
}

.dynamic_content .vjs-icon-subtitles, .dynamic_content .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .dynamic_content .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-subtitles:before, .dynamic_content .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .dynamic_content .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10C";
}

.dynamic_content .vjs-icon-captions, .dynamic_content .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.dynamic_content .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .dynamic_content .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-captions:before, .dynamic_content .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.dynamic_content .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .dynamic_content .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10D";
}

.dynamic_content .vjs-icon-chapters, .dynamic_content .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-chapters:before, .dynamic_content .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}

.dynamic_content .vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-share:before {
  content: "\F10F";
}

.dynamic_content .vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-cog:before {
  content: "\F110";
}

.dynamic_content .vjs-icon-circle, .dynamic_content .video-js .vjs-volume-level, .dynamic_content .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-circle:before, .dynamic_content .video-js .vjs-volume-level:before, .dynamic_content .video-js .vjs-play-progress:before {
  content: "\F111";
}

.dynamic_content .vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-circle-outline:before {
  content: "\F112";
}

.dynamic_content .vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-circle-inner-circle:before {
  content: "\F113";
}

.dynamic_content .vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-hd:before {
  content: "\F114";
}

.dynamic_content .vjs-icon-cancel, .dynamic_content .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-cancel:before, .dynamic_content .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F115";
}

.dynamic_content .vjs-icon-replay, .dynamic_content .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-replay:before, .dynamic_content .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F116";
}

.dynamic_content .vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-facebook:before {
  content: "\F117";
}

.dynamic_content .vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-gplus:before {
  content: "\F118";
}

.dynamic_content .vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-linkedin:before {
  content: "\F119";
}

.dynamic_content .vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-twitter:before {
  content: "\F11A";
}

.dynamic_content .vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-tumblr:before {
  content: "\F11B";
}

.dynamic_content .vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-pinterest:before {
  content: "\F11C";
}

.dynamic_content .vjs-icon-audio-description, .dynamic_content .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-audio-description:before, .dynamic_content .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F11D";
}

.dynamic_content .vjs-icon-audio, .dynamic_content .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-audio:before, .dynamic_content .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F11E";
}

.dynamic_content .vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-next-item:before {
  content: "\F11F";
}

.dynamic_content .vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.dynamic_content .vjs-icon-previous-item:before {
  content: "\F120";
}

.dynamic_content .video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: white;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.dynamic_content .video-js:-moz-full-screen {
  position: absolute;
}

.dynamic_content .video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.dynamic_content .video-js[tabindex="-1"] {
  outline: none;
}

.dynamic_content .video-js *,
.dynamic_content .video-js *:before,
.dynamic_content .video-js *:after {
  box-sizing: inherit;
}

.dynamic_content .video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.dynamic_content .video-js.vjs-fluid,
.dynamic_content .video-js.vjs-16-9,
.dynamic_content .video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.dynamic_content .video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.dynamic_content .video-js.vjs-4-3 {
  padding-top: 75%;
}

.dynamic_content .video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.dynamic_content .video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dynamic_content body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.dynamic_content .vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.dynamic_content .video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.dynamic_content .video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.dynamic_content .vjs-hidden {
  display: none !important;
}

.dynamic_content .vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.dynamic_content .video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.dynamic_content .vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.dynamic_content .vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.dynamic_content .vjs-no-js a,
.dynamic_content .vjs-no-js a:visited {
  color: #66A8CC;
}

.dynamic_content .video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 80px;
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid white;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.dynamic_content .vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.dynamic_content .video-js:hover .vjs-big-play-button,
.dynamic_content .video-js .vjs-big-play-button:focus {
  border-color: white;
  background-color: #545454;
  background-color: rgba(84, 84, 84, 0.5);
  transition: all 0s;
}

.dynamic_content .vjs-controls-disabled .vjs-big-play-button,
.dynamic_content .vjs-has-started .vjs-big-play-button,
.dynamic_content .vjs-using-native-controls .vjs-big-play-button,
.dynamic_content .vjs-error .vjs-big-play-button {
  display: none;
}

.dynamic_content .vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.dynamic_content .video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dynamic_content .vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.dynamic_content .video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.dynamic_content .video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
  box-sizing: content-box;
}

.dynamic_content .video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.dynamic_content .vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.dynamic_content .vjs-menu-button {
  cursor: pointer;
}

.dynamic_content .vjs-menu-button.vjs-disabled {
  cursor: default;
}

.dynamic_content .vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.dynamic_content .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
  box-sizing: content-box;
}

.dynamic_content .vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.dynamic_content .vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.dynamic_content .vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.dynamic_content .vjs-menu li.vjs-menu-item:focus,
.dynamic_content .vjs-menu li.vjs-menu-item:hover {
  background-color: #545454;
  background-color: rgba(84, 84, 84, 0.5);
}

.dynamic_content .vjs-menu li.vjs-selected,
.dynamic_content .vjs-menu li.vjs-selected:focus,
.dynamic_content .vjs-menu li.vjs-selected:hover {
  background-color: white;
  color: black;
}

.dynamic_content .vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.dynamic_content .vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(0, 0, 0, 0.4);
}

.dynamic_content .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.dynamic_content .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.dynamic_content .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.dynamic_content .video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.dynamic_content .video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.dynamic_content .video-js .vjs-menu-button-inline:hover,
.dynamic_content .video-js .vjs-menu-button-inline:focus,
.dynamic_content .video-js .vjs-menu-button-inline.vjs-slider-active,
.dynamic_content .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.dynamic_content .vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.dynamic_content .vjs-menu-button-inline:hover .vjs-menu,
.dynamic_content .vjs-menu-button-inline:focus .vjs-menu,
.dynamic_content .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.dynamic_content .vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.dynamic_content .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.dynamic_content .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.dynamic_content .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.dynamic_content .vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.dynamic_content .video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.dynamic_content .vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.dynamic_content .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.dynamic_content .vjs-controls-disabled .vjs-control-bar,
.dynamic_content .vjs-using-native-controls .vjs-control-bar,
.dynamic_content .vjs-error .vjs-control-bar {
  display: none !important;
}

.dynamic_content .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.dynamic_content .vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.dynamic_content .video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.dynamic_content .vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.dynamic_content .video-js .vjs-control:focus:before,
.dynamic_content .video-js .vjs-control:hover:before,
.dynamic_content .video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.dynamic_content .video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.dynamic_content .vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.dynamic_content .video-js .vjs-custom-control-spacer {
  display: none;
}

.dynamic_content .video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.dynamic_content .video-js .vjs-progress-control.disabled {
  cursor: default;
}

.dynamic_content .vjs-live .vjs-progress-control {
  display: none;
}

.dynamic_content .vjs-no-flex .vjs-progress-control {
  width: auto;
}

.dynamic_content .video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.dynamic_content .video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.dynamic_content .video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.dynamic_content .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.dynamic_content .video-js .vjs-progress-holder .vjs-play-progress,
.dynamic_content .video-js .vjs-progress-holder .vjs-load-progress,
.dynamic_content .video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.dynamic_content .video-js .vjs-play-progress {
  background-color: white;
}

.dynamic_content .video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.dynamic_content .video-js .vjs-load-progress {
  background: #949494;
  background: rgba(84, 84, 84, 0.5);
}

.dynamic_content .video-js .vjs-load-progress div {
  background: #d4d4d4;
  background: rgba(84, 84, 84, 0.75);
}

.dynamic_content .video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.dynamic_content .video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.dynamic_content .video-js .vjs-progress-control:hover .vjs-time-tooltip,
.dynamic_content .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.dynamic_content .video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.dynamic_content .video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.dynamic_content .vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.dynamic_content .video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.dynamic_content .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.dynamic_content .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.dynamic_content .vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.dynamic_content .video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #545454;
  background-color: rgba(84, 84, 84, 0.5);
}

.dynamic_content .video-js .vjs-slider.disabled {
  cursor: default;
}

.dynamic_content .video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em white;
}

.dynamic_content .video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em;
}

.dynamic_content .video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.dynamic_content .video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.dynamic_content .video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.dynamic_content .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.dynamic_content .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .dynamic_content .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.dynamic_content .video-js .vjs-volume-panel {
  transition: width 1s;
}

.dynamic_content .video-js .vjs-volume-panel:hover .vjs-volume-control, .dynamic_content .video-js .vjs-volume-panel:active .vjs-volume-control, .dynamic_content .video-js .vjs-volume-panel:focus .vjs-volume-control, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:hover, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:active, .dynamic_content .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.dynamic_content .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal, .dynamic_content .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .dynamic_content .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .dynamic_content .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.dynamic_content .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical, .dynamic_content .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .dynamic_content .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .dynamic_content .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.dynamic_content .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .dynamic_content .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .dynamic_content .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .dynamic_content .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .dynamic_content .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .dynamic_content .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level, .dynamic_content .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .dynamic_content .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar, .dynamic_content .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.dynamic_content .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .dynamic_content .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .dynamic_content .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s;
}

.dynamic_content .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.dynamic_content .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.dynamic_content .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.dynamic_content .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.dynamic_content .video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.dynamic_content .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.dynamic_content .video-js .vjs-volume-panel {
  display: flex;
}

.dynamic_content .video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.dynamic_content .vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.dynamic_content .vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.dynamic_content .video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
}

.dynamic_content .video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.dynamic_content .vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.dynamic_content .vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.dynamic_content .vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.dynamic_content .vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.dynamic_content .video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.dynamic_content .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.dynamic_content .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.dynamic_content .video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.dynamic_content .video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.dynamic_content .vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.dynamic_content .vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.dynamic_content .vjs-has-started .vjs-poster {
  display: none;
}

.dynamic_content .vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.dynamic_content .vjs-using-native-controls .vjs-poster {
  display: none;
}

.dynamic_content .video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.dynamic_content .vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.dynamic_content .video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.dynamic_content .vjs-live .vjs-time-control {
  display: none;
}

.dynamic_content .video-js .vjs-current-time,
.dynamic_content .vjs-no-flex .vjs-current-time {
  display: none;
}

.dynamic_content .vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
  width: 0px !important;
  white-space: nowrap;
}

.dynamic_content .video-js .vjs-duration,
.dynamic_content .vjs-no-flex .vjs-duration {
  display: none;
}

.dynamic_content .vjs-time-divider {
  display: none;
  line-height: 3em;
}

.dynamic_content .vjs-live .vjs-time-divider {
  display: none;
}

.dynamic_content .video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  flex: none;
}

.dynamic_content .vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.dynamic_content .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.dynamic_content .video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.dynamic_content .vjs-subtitles {
  color: #fff;
}

.dynamic_content .vjs-captions {
  color: #fc6;
}

.dynamic_content .vjs-tt-cue {
  display: block;
}

.dynamic_content video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.dynamic_content .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.dynamic_content .video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.dynamic_content .vjs-playback-rate > .vjs-menu-button,
.dynamic_content .vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dynamic_content .vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.dynamic_content .vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.dynamic_content .vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.dynamic_content .vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.dynamic_content .vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.dynamic_content .vjs-seeking .vjs-loading-spinner,
.dynamic_content .vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.dynamic_content .vjs-loading-spinner:before,
.dynamic_content .vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.dynamic_content .vjs-seeking .vjs-loading-spinner:before,
.dynamic_content .vjs-seeking .vjs-loading-spinner:after,
.dynamic_content .vjs-waiting .vjs-loading-spinner:before,
.dynamic_content .vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.dynamic_content .vjs-seeking .vjs-loading-spinner:before,
.dynamic_content .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.dynamic_content .vjs-seeking .vjs-loading-spinner:after,
.dynamic_content .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #545454;
  }

  20% {
    border-top-color: #545454;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #545454;
  }

  100% {
    border-top-color: #545454;
  }
}

.dynamic_content .vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.dynamic_content .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.dynamic_content .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit;
}

.dynamic_content .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.dynamic_content .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit;
}

.dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .dynamic_content .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .dynamic_content .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .dynamic_content .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.dynamic_content .vjs-modal-dialog.vjs-text-track-settings {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  height: 70%;
}

.dynamic_content .vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.dynamic_content .vjs-text-track-settings .vjs-track-settings-colors,
.dynamic_content .vjs-text-track-settings .vjs-track-settings-font,
.dynamic_content .vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.dynamic_content .vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .dynamic_content .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }

  .dynamic_content .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }

  .dynamic_content .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1;
  }

  .dynamic_content .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2;
  }
}

.dynamic_content .vjs-track-setting > select {
  margin-right: 5px;
}

.dynamic_content .vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.dynamic_content .vjs-text-track-settings fieldset span {
  display: inline-block;
}

.dynamic_content .vjs-text-track-settings legend {
  color: white;
  margin: 0 0 5px 0;
}

.dynamic_content .vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.dynamic_content .vjs-track-settings-controls button:focus,
.dynamic_content .vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, white 88%, #545454 100%);
}

.dynamic_content .vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.dynamic_content .vjs-track-settings-controls button {
  background-color: white;
  background-image: linear-gradient(-180deg, white 88%, #545454 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.dynamic_content .vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .dynamic_content .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

.dynamic_content .vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.dynamic_content .js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.dynamic_content .video-js *:focus:not(:focus-visible) {
  outline: none;
}

.dynamic_content .video-js .vjs-big-play-button {
  border-width: 0;
  border-radius: 100%;
}

.dynamic_content .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 78px;
}

.dynamic_content img[src=""] {
  display: none !important;
}

.w-full {
  width: 100%;
}

@font-face {
  font-family: "lg";

  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\E095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\E094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\E070";
}

.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: #f5f5f5;
  bottom: 0;
  color: black;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\E312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\E80D";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\E900";
}

.lg-rotate-right:after {
  content: "\E901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\E903";
}

.lg-flip-hor:after {
  content: "\E902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-backdrop {
  background: #fff;
}

.lg-toolbar {
  background: none;
  width: 75%;
}

.lg-toolbar .lg-icon {
  font-size: 26px;
}

.lg-outer .lg-img-wrap {
  padding: 0;
}

.lg-outer .lg-inner {
  width: 75%;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: none;
}

.lg-actions .lg-next::before,
.lg-actions .lg-prev::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #000;
  transition: 0.3s ease;
}

.lg-actions .lg-prev::after {
  transform: rotate(-180deg);
}

.lg-actions .lg-next {
  right: 25%;
  margin-right: 20px;
}

.lg-actions .lg-next:hover::before,
.lg-actions .lg-prev:hover::after {
  border-color: transparent transparent transparent #B4C3B9;
}

.lg-sub-html {
  left: auto;
  right: 0;
  height: 100%;
  width: 25%;
  padding: 30px 35px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.lg-sub-html p,
.lg-sub-html td {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.lg-sub-html p {
  font-size: 15px;
}

.lg-sub-html table {
  margin-bottom: 20px;
}

.lg-sub-html table td {
  padding-bottom: 0;
}

.lg-sub-html table td:first-child {
  text-transform: uppercase;
  font-size: 13px;
}

.lg-sub-html table td:last-child {
  font-family: "Gotham-Medium", sans-serif;
}

.lg-sub-html .desc {
  float: left;
  width: 100%;
}

.lg-sub-html .desc strong {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Gotham-Bold", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}

.lg-sub-html .desc strong::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  transform: rotate(90deg);
  transition: 0.3s ease;
}

.lg-sub-html .desc strong:hover {
  color: #B4C3B9;
}

.lg-sub-html .desc strong:hover::after {
  border-color: transparent transparent transparent #B4C3B9;
}

.lg-sub-html .desc .toggle {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

.lg-sub-html .desc strong.active::after {
  transform: rotate(-90deg);
}

@media screen and (max-width: 1500px) {
  .lg-toolbar {
    background: none;
    width: 70%;
  }

  .lg-outer .lg-inner {
    width: 70%;
  }

  .lg-actions .lg-next {
    right: 30%;
  }

  .lg-sub-html {
    width: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .lg-toolbar {
    background: none;
    width: 60%;
  }

  .lg-outer .lg-inner {
    width: 60%;
  }

  .lg-actions .lg-next {
    right: 40%;
  }

  .lg-sub-html {
    width: 40%;
  }
}

@media screen and (max-width: 990px) {
  .lg-toolbar {
    background: none;
    width: 100%;
  }

  .lg-outer .lg-inner {
    width: 100%;
    height: 60%;
  }

  .lg-sub-html {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
  }

  .lg-actions .lg-next {
    right: 0;
  }

  .lg-actions .lg-next,
.lg-actions .lg-prev {
    top: 30%;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*=owl-] {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/*dots*/

.owl-dots {
  position: absolute;
  left: 18px;
  bottom: 16px;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  height: 16px;
}

.owl-dots button {
  height: 16px;
  margin: 0;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  display: block;
  width: 6px;
  height: 16px;
  margin: 0 5px 0 0;
  background: #fff;
  transition: 0.5s ease;
  vertical-align: top;
  padding: 0 !important;
  opacity: 0.5;
}

.owl-dots .owl-dot:hover span {
  opacity: 0.5;
}

.owl-dots .owl-dot.active span {
  background: #000;
}

/*custom*/

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #000;
  transition: 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
  transform: rotate(-180deg);
}

.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

.owl-carousel .owl-nav button:hover {
  border-color: transparent transparent transparent #B4C3B9;
}

.head .owl-dots {
  left: 0;
  width: 100%;
  bottom: 20px;
  height: 6px;
  text-align: center;
}

.head .owl-dots .owl-dot span {
  height: 6px;
  width: 54px;
}

.head .owl-carousel button.owl-dot {
  height: 6px;
}

.lookbook .owl-carousel .owl-nav button.owl-prev,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-prev {
  margin-top: -16px;
  border-width: 10px 0 10px 15px;
}

.lookbook .owl-carousel .owl-nav button.owl-next,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-next {
  margin-top: -16px;
  border-width: 10px 0 10px 15px;
}

.lookbook .owl-carousel .owl-nav button.owl-prev,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}

.lookbook .owl-carousel .owl-nav button.owl-next,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-next {
  right: -60px;
}

.featured .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.featured .owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

/*responsive*/

@media screen and (max-width: 1500px) {
  .lookbook .owl-carousel .owl-nav button.owl-prev,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
  }

  .lookbook .owl-carousel .owl-nav button.owl-next,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-next {
    right: -30px;
  }
}

@media screen and (max-width: 1100px) {
  .lookbook .owl-carousel .owl-nav,
.featured-b2b-videos .owl-carousel .owl-nav {
    top: -32px;
  }

  .lookbook .owl-carousel .owl-nav button.owl-prev,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .lookbook .owl-carousel .owl-nav button.owl-next,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}

@media screen and (max-width: 750px) {
  .head .owl-dots {
    bottom: 14px;
    height: 4px;
  }

  .head .owl-dots .owl-dot span {
    height: 4px;
    width: 46px;
  }

  .partners .owl-carousel .owl-nav {
    top: -36px;
  }

  .partners .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .partners .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .lookbook .owl-carousel .owl-nav button.owl-prev,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }

  .lookbook .owl-carousel .owl-nav button.owl-next,
.featured-b2b-videos .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}

.head .owl-carousel .owl-stage {
  display: flex;
}

.head .owl-carousel .owl-item {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
}

.head .owl-carousel .owl-item > div img,
.head .owl-carousel .owl-item > div a {
  height: 100%;
}

.head .owl-carousel .owl-item > div img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================
=            Choices            =
===============================*/

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid black;
  background-color: #ffffff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #B4C3B9;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #98ac9f;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: white;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid black;
  border-radius: 0;
  font-size: 15px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: black;
}

.is-open .choices__inner {
  border-radius: 0 0 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 0 0;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #B4C3B9;
  border: 1px solid #a6b8ac;
  color: #ffffff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #a6b8ac;
  border: 1px solid #98ac9f;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid black;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: black;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 15px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #1a1a1a;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: white;
  font-size: 15px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/

.choices .choices__inner {
  border-left-width: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  padding-left: 0;
  padding-right: 0;
  background: url(/img/icons/form/dropdown@2x.png) no-repeat right 12px center/12px 8px;
}

.choices .choices__inner input[placeholder].choices__input.hidden {
  display: none;
}

.choices .choices__inner * {
  vertical-align: initial;
}

.choices.is-open .choices__inner {
  background: url(/img/icons/form/dropdown-180@2x.png) no-repeat right 12px center/12px 8px;
}

.lightpick {
  position: absolute;
  z-index: 99999;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #000;
  font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.125em;
}

.lightpick--inlined {
  position: relative;
  display: inline-block;
}

.lightpick, .lightpick *, .lightpick::after, .lightpick::before {
  box-sizing: border-box;
}

.lightpick.is-hidden {
  display: none;
}

.lightpick__months {
  display: grid;
  background-color: #eee;
  grid-template-columns: auto;
  grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
  grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
  grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
  grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
  grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
  padding: 4px;
  width: 288px;
  background-color: #fff;
}

.lightpick__month-title-bar {
  display: flex;
  margin-bottom: 4px;
  justify-content: space-between;
  align-items: center;
}

.lightpick__month-title {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  cursor: default;
  padding: 0 4px;
  border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
  border: none;
  background-color: transparent;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.lightpick__month-title > .lightpick__select:disabled {
  color: #333;
}

.lightpick__month-title > .lightpick__select-months {
  font-weight: bold;
  font-size: 1em;
  margin-right: 0.5em;
}

.lightpick__toolbar {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}

.lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
  display: flex;
  margin-left: 6px;
  width: 32px;
  height: 32px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #ddd;
  justify-content: center;
  align-items: center;
}

.lightpick__previous-action:active, .lightpick__next-action:active, .lightpick__close-action:active {
  color: inherit;
}

.lightpick__previous-action, .lightpick__next-action {
  font-size: 12px;
}

.lightpick__close-action {
  font-size: 18px;
}

.lightpick__days-of-the-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
  display: flex;
  font-size: 11px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.lightpick__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
  display: flex;
  height: 40px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.lightpick__day.is-today {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(180, 195, 185, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: 18.8% auto;
  background-position: center bottom;
  color: #B4C3B9;
}

.lightpick__day:not(.is-disabled):hover {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23f4f5f7' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: rgba(180, 195, 185, 0.1);
  background-image: none;
}

.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}

.lightpick__day.is-previous-month, .lightpick__day.is-next-month {
  opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
  opacity: 1;
}

.lightpick__day.is-in-range {
  border-radius: 0;
  background-color: rgba(180, 195, 185, 0.1);
  background-image: none;
}

.lightpick__day.is-in-range:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
  border-top-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50%;
  background-color: #B4C3B9;
  background-image: none;
}

.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  background-color: #B4C3B9;
  background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23B4C3B9' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23B4C3B9' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  color: #fff;
  font-weight: bold;
}

.lightpick__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
}

.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.lightpick__footer {
  display: flex;
  justify-content: space-between;
}

.lightpick__reset-action, .lightpick__apply-action {
  border-radius: 5px;
  font-size: 12px;
  border: none;
}

.lightpick__reset-action {
  color: #fff;
  background-color: #aeacad;
}

.lightpick__apply-action {
  color: #fff;
  background-color: #2495f3;
}

@font-face {
  font-family: "Gotham-Book";

  src: url("gothambook.eot");

  src: url("gothambook.eot?#iefix") format("embedded-opentype"), url("gothambook.ttf") format("truetype"), url("gothambook.woff") format("woff"), url("gothambook.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Gotham-BookItalic";

  src: url("gothambookitalic.eot");

  src: url("gothambookitalic.eot?#iefix") format("embedded-opentype"), url("gothambookitalic.ttf") format("truetype"), url("gothambookitalic.woff") format("woff"), url("gothambookitalic.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Gotham-Medium";

  src: url("gothammedium.eot");

  src: url("gothammedium.eot?#iefix") format("embedded-opentype"), url("gothammedium.ttf") format("truetype"), url("gothammedium.woff") format("woff"), url("gothammedium.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Gotham-MediumItalic";

  src: url("gothammediumitalic.eot");

  src: url("gothammediumitalic.eot?#iefix") format("embedded-opentype"), url("gothammediumitalic.ttf") format("truetype"), url("gothammediumitalic.woff") format("woff"), url("gothammediumitalic.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Gotham-Bold";

  src: url("gothambold.woff2") format("woff2"), url("gothambold.woff") format("woff"), url("gothambold.ttf") format("truetype"), url("gothambold.svg#gothambold") format("svg");

  font-weight: bold;

  font-style: normal;
}

.form p.error,
.form span.error {
  color: #FE3500;
  font-size: 15px;
  font-family: "Gotham-Medium", sans-serif;
  margin-top: 0;
}

.form .field-mt {
  margin-top: 10px;
}

.form .field-font-gotham-normal,
.form .field-font-gotham-normal input {
  font-family: "Gotham-Book";
}

.form .w-full label {
  width: 100%;
}

.popup .form .error {
  text-align: left;
  margin-top: 5px;
}

.navigation li span.puller {
  transition: 0.2s ease-in;
}

@media screen and (max-width: 990px) {
  .navigation li ul.sub {
    display: none;
  }

  .navigation li.opened span.puller {
    transform: rotate(-180deg);
  }
}

@media screen and (min-width: 991px) {
  .desktop_nav {
    display: block !important;
  }

  .navigation li ul.sub {
    transition: 0.2s ease-in;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) scaleY(0);
  }

  .navigation li:hover span.puller {
    transform: rotate(-180deg);
  }

  .navigation li:hover ul.sub {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}