.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.position {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
@media (prefers-color-scheme: light) {
  :root {
    --filter-border-active: #bd1818;
    --filter-background-active: #bd1818;
    --scale-icon-active-bgcolor: #bd1818;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --filter-border-active: #bd1818;
    --filter-background-active: #bd1818;
    --scale-icon-active-bgcolor: #bd1818;
  }
}
.resize-active * {
  transition: none !important;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  max-height: 1000000px;
}
body {
  color: #000;
  background: #fff;
  font: 14px/1.2857 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.gm-style img {
  max-width: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */

}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 0.5em;
  color: inherit;
}
h1,
.h1 {
  font-size: 30px;
  line-height: 1.2667;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
h2,
.h2 {
  font-size: 28px;
  line-height: 1.2857;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 1.2631;
}
@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 19px;
  }
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 1em;
}
a {
  color: #bd1818;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #888787;
  padding: 0.4em 0.7em;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}
input[type='text'] .placeholder,
input[type='tel'] .placeholder,
input[type='email'] .placeholder,
input[type='search'] .placeholder,
input[type='password'] .placeholder,
textarea .placeholder {
  color: #888787;
}
select {
  -webkit-border-radius: 0;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
@font-face {
  font-family: icomoon;src: url('/Content/less/fonts/icomoon.eot');src: url('/Content/less/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('/Content/less/fonts/icomoon.woff2') format('woff2'), url('/Content/less/fonts/icomoon.woff') format('woff'), url('/Content/less/fonts/icomoon.ttf') format('truetype'), url('/Content/less/fonts/icomoon.svgicomoon') format('svg');font-weight: 400;font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-edit:before {
  content: "\e900";
}
.icon-plus-circle:before {
  content: "\e901";
}
.icon-picture:before {
  content: "\e902";
}
.icon-send:before {
  content: "\e903";
}
.icon-file:before {
  content: "\e904";
}
.icon-download:before {
  content: "\e905";
}
.icon-heart:before {
  content: "\e906";
}
.icon-plus:before {
  content: "\e907";
}
.icon-arrow-down:before {
  content: "\e908";
}
.icon-back-arrow:before {
  content: "\e924";
}
.icon-close:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90a";
}
.icon-full-screen:before {
  content: "\e921";
}
.icon-help:before {
  content: "\e922";
}
.icon-arrow-left:before {
  content: "\e90b";
}
.icon-serach:before {
  content: "\e90c";
}
.icon-close-circle:before {
  content: "\e923";
}
.icon-user1:before {
  content: "\e928";
}
.icon-volume:before {
  content: "\e920";
}
.icon-screen:before {
  content: "\e90d";
}
.icon-share:before {
  content: "\e90e";
}
.icon-zoom:before {
  content: "\e90f";
}
.icon-tick:before {
  content: "\e910";
}
.icon-link:before {
  content: "\e911";
}
.icon-crop:before {
  content: "\e912";
}
.icon-play:before {
  content: "\e913";
}
.icon-ms-office:before {
  content: "\e914";
}
.icon-vector:before {
  content: "\e915";
}
.icon-grid-view:before {
  content: "\e91f";
}
.icon-list-view:before {
  content: "\e91e";
}
.icon-pdf:before {
  content: "\e916";
}
.icon-audio:before {
  content: "\e917";
}
.icon-video:before {
  content: "\e918";
}
.icon-message:before {
  content: "\e91c";
}
.icon-image:before {
  content: "\e919";
}
.icon-user:before {
  content: "\e91b";
}
.icon-message-fill:before {
  content: "\e91d";
}
.icon-close-outline:before {
  content: "\e91a";
}
.icon-copy:before {
  content: "\e925";
}
.icon-play1:before {
  content: "\e926";
}
.icon-audio1:before {
  content: "\e927";
}
.icon-minus:before {
  content: "\e91a";
}
@media only screen and (min-width: 1024px) {
  body,
  html {
    height: 100%;
  }
}
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #wrapper {
    height: 100%;
    display: table;
    table-layout: fixed;
  }
}
a {
  transition: color 0.4s ease, background 0.4s ease, border 0.4s ease, opacity 0.4s ease;
}
.container {
  position: relative;
  max-width: 1254px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 17px;
  }
}
.container-fluid {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 1024px) {
  .container-fluid {
    padding: 0 31px;
  }
}
.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  line-height: 22px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #bd1818;
  background: #bd1818;
  color: #fff;
  text-align: center;
  height: 40px;
  padding: 8px 30px 8px 18px;
  transition: background 0.4s ease, border-color 0.4s ease;
}
.btn i {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin: 2px 25px 0 0;
}
.btn:hover {
  background: #620d0d;
  border-color: #620d0d;
}
.btn-primary {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  line-height: 22px;
  width: 152px;
  height: 40px;
  position: relative;
  border: 1px solid #bd1818;
  border-radius: 3px;
  color: #bd1818;
  text-align: center;
  padding: 8px 10px;
  transition: background 0.4s ease, color 0.4s ease;
}
.btn-primary i {
  display: inline-block;
  vertical-align: top;
  margin: 2px 25px 0 -20px;
}
.btn-primary:hover {
  background: #bd1818;
  color: #fff;
}
.header {
  border-bottom: 1px solid #dedede;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header {
    padding: 17px 0 11px;
  }
}
.header-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 40px 10px 0;
}
@media only screen and (min-width: 768px) {
  .header-holder {
    padding: 14px 0 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-holder {
    padding: 0;
  }
}
.logo {
  position: relative;
  display: block;
  width: 100px;
  max-height: 40px;
  line-height: 0;
  left: -4px;
  top: 7px;
  z-index: 1000;
}
@media only screen and (min-width: 374px) {
  .logo {
    width: 151px;
    top: -5px;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 140px;
    top: -6px;
    left: -2px;
    margin: 0 0 -7px;
  }
}
@media only screen and (min-width: 1064px) {
  .logo {
    width: 250px;
    top: 7px;
    left: -5px;
    margin: 0 0 -11px;
  }
}
.logo a {
  display: inline-block;
  max-height: inherit;
}
.logo img {
  display: inline-block;
  max-width: 100%;
  max-height: inherit;
  height: fit-content;
  width: auto;
  object-fit: contain;
}
.header-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .header-wrap {
    padding: 3px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-wrap {
    padding: 0;
  }
}
.user-wrap {
  position: relative;
  margin: 0 10px;
}
@media only screen and (min-width: 374px) {
  .user-wrap {
    margin: 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .user-wrap {
    margin: 0 0 0 -29px;
  }
}
@media only screen and (min-width: 1024px) {
  .user-wrap {
    margin: 0 0 0 -19px;
  }
}
.user-wrap .user {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .user-wrap .user {
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 0 27px;
    font-weight: 700;
    text-align: left;
  }
}
.user-wrap .user .icon-user1 {
  font-size: 21px;
  display: block;
  margin: 0 0 7px;
}
@media only screen and (min-width: 768px) {
  .user-wrap .user .icon-user1 {
    position: absolute;
    color: #707070;
    font-size: 18px;
    left: 0;
    top: -1px;
    margin: 0;
  }
}
.user-wrap .user:hover {
  color: #bd1818;
}
.user-wrap .user:hover .icon-user {
  color: #bd1818;
}
.language-select {
  position: relative;
}
.menu-opener {
  font-size: 12px;
  line-height: 16px;
  width: 33px;
  height: 44px;
  position: absolute;
  padding: 28px 0 0;
  right: 15px;
  top: 14px;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menu-opener {
    display: none;
  }
}
.menu-opener:before,
.menu-opener:after {
  width: 33px;
  height: 3px;
  border-radius: 2px;
  background: #707070;
  transition: transform 0.4s ease;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.menu-active .menu-opener:before,
.menu-active .menu-opener:after {
  transform: rotate(-45deg);
  top: 8px;
}
.menu-opener:before {
  top: 8px;
}
.menu-active .menu-opener:before {
  transform: rotate(45deg);
}
.menu-opener .text {
  display: block;
}
.menu-opener .text:after {
  width: 33px;
  height: 3px;
  border-radius: 2px;
  background: #707070;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
}
.menu-active .menu-opener .text:after {
  opacity: 0;
  visibility: hidden;
}
.nav-drop {
  transition: max-height 0.4s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 100;
}
.menu-active .nav-drop {
  max-height: 4000px;
}
@media only screen and (min-width: 768px) {
  .nav-drop {
    position: relative;
    padding: 11px 0;
    margin: 0 0 0 -15px;
    max-height: inherit;
    top: auto;
    overflow: visible;
    z-index: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-drop {
    position: static;
    padding: 0;
    margin: 0;
  }
}
.nav-drop:before {
  background: #dedede;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  height: 1px;
  content: '';
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav-drop:before {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-drop:before {
    display: none;
  }
}
.nav-area {
  transition: transform 0.4s ease;
  transform: translateY(-100%);
  background: #fff;
  position: relative;
}
.menu-active .nav-area {
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .nav-area {
    background: none;
    position: static;
    transform: none;
  }
}
.menu {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center;
  padding: 0 15px 10px;
}
@media only screen and (min-width: 768px) {
  .menu {
    text-align: left;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .menu {
    font-size: 18px;
    line-height: 22px;
    justify-content: flex-end;
    margin: 0 -13px;
    margin-left: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu {
    margin: 0 -17px;
    margin-left: 250px;
  }
}
.menu li {
  position: relative;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .menu li {
    padding: 0 13px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .menu li {
    padding: 0 17px;
  }
}
.menu li.active a {
  color: #bd1818;
}
.menu a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #000;
}
.menu a:hover {
  color: #bd1818;
}
.menu .number {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  background: #888787;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 0 5px;
  margin: 0 0 1px 7px;
  min-width: 19px;
  min-height: 19px;
  border-radius: 100px;
}
.interface-select {
  border-top: 1px solid #dedede;
  padding: 20px 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .interface-select {
    border-top: none;
    position: absolute;
    display: block;
    padding: 0;
    right: 216px;
    top: -37px;
  }
}
@media only screen and (min-width: 1024px) {
  .interface-select {
    right: 246px;
    top: -5px;
  }
}
.interface-select label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .interface-select label {
    margin: 5px 4px 0 0;
  }
}
.banner-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 83px 0 72px;
}
@media only screen and (min-width: 768px) {
  .banner-area {
    padding: 81px 0 92px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-area {
    padding: 126px 0 152px;
  }
}
.banner-area img {
  width: 100%;
  height: 370px;
  display: block;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .banner-area img {
    height: 374px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-area img {
    height: auto;
    object-fit: inherit;
  }
}
.banner-caption-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 5;
}
.banner-caption {
  position: relative;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 374px) {
  .banner-caption {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-caption {
    width: 377px;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-caption {
    margin: 0;
    width: auto;
  }
}
.banner-caption .title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  display: block;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .banner-caption .title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-caption .title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 5px;
    margin: 0 0 8px;
  }
}
.banner-caption a {
  color: #fff;
}
.banner-caption a:hover {
  opacity: 0.8;
}
.banner-caption h1 {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  margin: 0 0 30px;
}
@media only screen and (min-width: 374px) {
  .banner-caption h1 {
    margin: 0 0 52px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-caption h1 {
    margin: 0 0 39px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-caption h1 {
    margin: 0 0 49px;
  }
}
.banner-caption .serach-area {
  width: 100%;
  height: 43px;
  position: relative;
  background: #fff;
  padding: 0 55px 0 10px;
  border-radius: 4px;
  margin: 0 auto;
}
@media only screen and (min-width: 374px) {
  .banner-caption .serach-area {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .banner-caption .serach-area {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-caption .serach-area {
    width: 377px;
    height: 43px;
  }
}
.banner-caption input[type="text"],
.banner-caption input[type="search"] {
  width: 100%;
  height: 100%;
  font-weight: 300;
  font: 300 22px/28px 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
  padding: 0 3px;
  outline: none;
  box-shadow: none;
  border: none;
  background: none;
  color: #000;
}
.banner-caption input[type="text"]::-webkit-input-placeholder,
.banner-caption input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
.banner-caption input[type="text"]::-moz-placeholder,
.banner-caption input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.banner-caption input[type="text"]:-moz-placeholder,
.banner-caption input[type="search"]:-moz-placeholder {
  color: #000;
}
.banner-caption input[type="text"]:-ms-input-placeholder,
.banner-caption input[type="search"]:-ms-input-placeholder {
  color: #000;
}
.banner-caption input[type="text"].placeholder,
.banner-caption input[type="search"].placeholder {
  color: #000;
}
.banner-caption button[type="submit"] {
  font-size: 22px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  width: 50px;
  color: #000;
  transition: color 0.4s ease;
}
.banner-caption button[type="submit"]:hover {
  color: #bd1818;
}
.main {
  position: relative;
}
.blocks-holder {
  position: relative;
  padding: 28px 0 0;
}
@media only screen and (min-width: 768px) {
  .blocks-holder {
    padding: 27px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blocks-holder {
    padding: 32px 0 3px;
  }
}
@media only screen and (min-width: 1200px) {
  .blocks-holder .container {
    padding: 0 36px 0 17px;
  }
}
.three-col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.three-col .col {
  position: relative;
  width: 100%;
  padding: 0 14px;
  margin: 0 0 21px;
}
@media only screen and (min-width: 768px) {
  .three-col .col {
    margin: 0 0 28px;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .three-col .col {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1200px) {
  .three-col .col {
    margin: 0 0 18px;
  }
}
.three-col .block {
  position: relative;
}
.three-col .image-holder {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.three-col .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.three-col .description {
  position: relative;
  padding: 13px 0 0;
}
@media only screen and (min-width: 768px) {
  .three-col .description {
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .three-col .description {
    padding: 13px 0 0;
  }
}
.three-col .description h2 {
  font-weight: 600;
  margin: 0 0 12px;
}
.footer {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .footer {
    display: table-footer-group;
    height: 1%;
  }
}
.footer-area {
  border-top: 1px solid #dedede;
  padding: 19px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-area {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-area {
    padding: 22px 0;
  }
}
.footer-holder {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .footer-holder {
    padding: 0 10px 0 0;
  }
}
.footer-holder .wrap {
  position: relative;
  padding: 28px 0 0;
}
@media only screen and (min-width: 374px) {
  .footer-holder .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .footer-holder .wrap {
    padding: 0 0 0 102px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-holder .wrap {
    padding: 0 0 0 136px;
  }
}
.f-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 105px;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .f-logo {
    width: 86px;
  }
}
@media only screen and (min-width: 1024px) {
  .f-logo {
    width: 109px;
  }
}
.f-logo a {
  display: block;
}
.f-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-nav {
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px;
}
@media only screen and (min-width: 480px) {
  .footer-nav {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav {
    margin: 0 -13px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-nav {
    font-size: 14px;
    line-height: 18px;
    margin: 0 -13px;
  }
}
.footer-nav li {
  position: relative;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .footer-nav li {
    padding: 0 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-nav li {
    padding: 0 13px;
  }
}
.footer-nav li.active {
  font-weight: 600;
}
.footer-nav a {
  color: #000;
}
.footer-nav a:hover {
  color: #bd1818;
}
.footer-nav:nth-child(2) {
  padding: 6px 0 0;
}
@media only screen and (min-width: 374px) {
  .footer-nav:nth-child(2) {
    padding: 0 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav:nth-child(2) {
    padding: 0;
  }
}
.footer-nav:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #dedede;
  display: none;
}
@media only screen and (min-width: 374px) {
  .footer-nav:nth-child(2):before {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav:nth-child(2):before {
    display: none;
  }
}
.main-area {
  position: relative;
  padding: 0 0 13px;
}
@media only screen and (min-width: 768px) {
  .main-area {
    padding: 0 0 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-area {
    padding: 0 0 89px;
  }
}
.filter-head {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 18px 0 0;
  margin: 0 0 27px;
}
.filter-sidebar-active .filter-head {
  display: none;
}
@media only screen and (min-width: 768px) {
  .filter-head {
    margin: 0 0 39px;
  }
}
.filter-head .title {
  font-size: 12px;
  line-height: 35px;
  width: 60px;
  height: 37px;
  font-weight: 600;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin: 0 10px 0 0;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .filter-head .title {
    width: 99px;
    height: 32px;
    margin: 0 18px 0 0;
    line-height: 30px;
  }
}
.filter-head .title a {
  position: relative;
  display: block;
  color: #000;
}
.filter-head .title a:hover {
  opacity: 0.8;
}
.filter-head .title .text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .filter-head .title .text {
    display: inline-block;
    vertical-align: top;
  }
}
.filter-head .search-field {
  width: auto;
  height: 37px;
  border-radius: 4px;
  border: 1px solid #dedede;
  padding: 0 68px 0 5px;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (min-width: 768px) {
  .filter-head .search-field {
    width: 282px;
    height: 32px;
    flex-grow: inherit;
    flex-basis: inherit;
  }
}
.filter-head input[type="text"],
.filter-head input[type="search"] {
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  height: 100%;
  font-weight: 300;
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
  padding: 2px 5px;
  color: #000;
}
.filter-head input[type="text"]::-webkit-input-placeholder,
.filter-head input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
.filter-head input[type="text"]::-moz-placeholder,
.filter-head input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.filter-head input[type="text"]:-moz-placeholder,
.filter-head input[type="search"]:-moz-placeholder {
  color: #000;
}
.filter-head input[type="text"]:-ms-input-placeholder,
.filter-head input[type="search"]:-ms-input-placeholder {
  color: #000;
}
.filter-head input[type="text"].placeholder,
.filter-head input[type="search"].placeholder {
  color: #000;
}
.filter-head button[type="reset"] {
  font-size: 12px;
  line-height: 18px;
  outline: none;
  box-shadow: none;
  background: none;
  border: none;
  position: absolute;
  padding: 0;
  right: 48px;
  height: 37px;
  top: 0;
  bottom: 0;
  color: #7e7b7b;
  transition: color 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .filter-head button[type="reset"] {
    height: 32px;
  }
}
.filter-head button[type="reset"]:hover {
  color: #bd1818;
}
.filter-head button[type="submit"] {
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  background: #d5d2d2;
  color: #000;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 39px;
  height: 37px;
  outline: none;
  box-shadow: none;
  transition: background 0.4s ease, color 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .filter-head button[type="submit"] {
    height: 32px;
  }
}
.filter-head button[type="submit"]:hover {
  background: #bd1818;
  color: #fff;
}
.filter-head .back-btn {
  width: 27px;
  height: 27px;
  background: #585858;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50%;
  transition: background 0.4s ease;
  margin: 1px 20px 0 0;
}
@media only screen and (min-width: 374px) {
  .filter-head .back-btn {
    margin: 1px 32px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .filter-head .back-btn {
    margin: 1px 20px 0 0;
  }
}
.filter-head .back-btn i {
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 2px 1px 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.filter-head .back-btn:hover {
  background: #000;
}
.info-text-wrap {
  font-size: 15px;
  line-height: 19px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -15px;
}
@media only screen and (min-width: 768px) {
  .info-text-wrap {
    margin: 0 0 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-text-wrap {
    margin: 0 0 37px;
  }
}
.info-text-wrap .col {
  position: relative;
  margin: 0 0 45px;
}
@media only screen and (min-width: 768px) {
  .info-text-wrap .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 48%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .info-text-wrap .col {
    width: 47.6%;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .info-text-wrap .col {
    padding: 0 80px 0 0;
  }
}
.info-text-wrap .wrap {
  position: relative;
  flex-grow: 1;
}
.info-text-wrap h2 {
  font-weight: 600;
  margin: 0 0 8px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .info-text-wrap h2 {
    margin: 0 0 9px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-text-wrap h2 {
    margin: 0 0 8px;
  }
}
.info-text-wrap h2.style01 {
  font-weight: 400;
}
.info-text-wrap p {
  width: 100%;
  margin: 0 0 21px;
}
@media only screen and (min-width: 768px) {
  .info-text-wrap p {
    margin: 0 0 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-text-wrap p {
    margin: 0 0 25px;
  }
}
.info-text-wrap .btn-wrap {
  display: block;
}
.detail-area {
  position: relative;
}
.detail-block {
  position: relative;
  padding: 20px 0 34px;
}
@media only screen and (min-width: 768px) {
  .detail-block {
    padding: 42px 11px 68px;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block {
    padding: 55px 0 53px;
  }
}
.detail-block:before {
  content: '';
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  background: #dedede;
  height: 1px;
}
.detail-block .holder {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .detail-block .holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.detail-block .image-holder {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .detail-block .image-holder {
    width: 258px;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .image-holder {
    width: 248px;
  }
}
.detail-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.detail-block .remove {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  display: block;
  padding: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .detail-block .remove {
    font-size: 15px;
  }
}
.detail-block .remove a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 19px;
  color: #888787;
}
@media only screen and (min-width: 768px) {
  .detail-block .remove a {
    padding: 0 0 0 22px;
  }
}
.detail-block .remove a i {
  position: absolute;
  font-size: 13px;
  left: 0;
  top: 2px;
}
.detail-block .remove a:hover {
  color: #bd1818;
}
.detail-block .description {
  font-size: 15px;
  line-height: 19px;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (min-width: 768px) {
  .detail-block .description {
    padding: 0 0 0 37px;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .description {
    padding: 0 0 0 44px;
  }
}
.detail-block .description h3 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  margin: -4px 0 14px;
}
.detail-block .info-list {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 0 0 28px;
}
@media only screen and (min-width: 768px) {
  .detail-block .info-list {
    font-size: 15px;
    line-height: 19px;
    padding: 0 0 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .info-list {
    padding: 0 0 15px;
  }
}
.detail-block .info-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 0 17px;
}
@media only screen and (min-width: 768px) {
  .detail-block .info-list li {
    margin: 0 0 15px;
  }
}
.detail-block .info-list .text {
  padding: 0 0 0 15px;
  flex-grow: 1;
  flex-basis: 0;
  display: block;
}
.detail-block .heading {
  font-weight: 400;
  display: block;
  width: 88px;
}
@media only screen and (min-width: 768px) {
  .detail-block .heading {
    width: 99px;
  }
}
.detail-block .file-detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.detail-block .file-detail .heading {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .detail-block .file-detail .heading {
    display: block;
  }
}
.detail-block .wrap {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
.detail-block .detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.detail-block .detail-list li {
  border-bottom: 1px solid #dedede;
  padding: 22px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .detail-block .detail-list li {
    padding: 18px 0;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .detail-list li {
    padding: 12px 0;
  }
}
.detail-block .detail-list li:first-child {
  padding-top: 0;
}
.detail-block .file-info {
  width: 54.4%;
}
@media only screen and (min-width: 768px) {
  .detail-block .file-info {
    width: 69.4%;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .file-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 58%;
  }
}
@media only screen and (min-width: 1200px) {
  .detail-block .file-info {
    width: 54.4%;
  }
}
.detail-block .file-info .title {
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: 768px) {
  .detail-block .file-info .title {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .file-info .title {
    padding: 0 5px 0 9px;
    width: 125px;
  }
}
.detail-block .file-info .size {
  padding: 0 5px 0 0;
  font-size: 11px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .detail-block .file-info .size {
    padding: 0 5px 0 0;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .file-info .size {
    padding: 0 5px;
  }
}
.detail-block .file-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: -3px 0 0;
  width: 118px;
}
@media only screen and (min-width: 768px) {
  .detail-block .file-option {
    padding: 4px 0 0;
    margin: 0;
    width: 115px;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .file-option {
    padding: 0;
    width: 40%;
  }
}
.detail-block .link-wrap {
  position: relative;
  display: block;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .detail-block .link-wrap {
    font-size: 15px;
  }
}
.detail-block .link-wrap + .link-wrap {
  margin: 0 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .detail-block .link-wrap + .link-wrap {
    margin: 0 0 0 41px;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .link-wrap + .link-wrap {
    margin: 0 0 0 52px;
  }
}
.detail-block .link-wrap a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #bd1818;
}
.detail-block .link-wrap a:hover {
  color: #620d0d;
}
.detail-block .link-wrap i {
  text-align: center;
  display: block;
  font-size: 16px;
  margin: 3px 0 5px;
}
@media only screen and (min-width: 768px) {
  .detail-block .link-wrap i {
    margin: 2px 0 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .link-wrap i {
    display: inline-block;
    vertical-align: top;
    margin: 2px 9px 0 0;
    text-align: left;
  }
}
.detail-block .link-wrap .icon-download {
  font-size: 18px;
  margin: 0 0 6px;
}
@media only screen and (min-width: 768px) {
  .detail-block .link-wrap .icon-download {
    margin: 2px 0 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .detail-block .link-wrap .icon-download {
    margin: 0 8px 0 0;
  }
}
.heading-area {
  position: relative;
  padding: 20px 0 12px;
}
@media only screen and (min-width: 768px) {
  .heading-area {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .heading-area {
    padding: 44px 0 28px;
  }
}
.breadcrumb {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 2px solid #dedede;
  color: #888787;
}
.breadcrumb li {
  position: relative;
  padding: 0 0 7px;
}
.breadcrumb li + li {
  margin-left: 30px;
}
.breadcrumb li:before {
  transition: opacity 0.4s ease, visibility 0.4s ease;
  background: #bd1818;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
}
.breadcrumb li.active {
  font-weight: 600;
  color: #bd1818;
}
.breadcrumb li.active:before {
  opacity: 1;
  visibility: visible;
}
.breadcrumb li.active a {
  color: #bd1818;
}
.breadcrumb a {
  color: #888787;
}
.breadcrumb a:hover {
  color: #bd1818;
}
.info-list-frame {
  position: relative;
  padding: 24px 0 0;
}
@media only screen and (min-width: 1024px) {
  .info-list-frame {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.info-list-frame .select-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .info-list-frame .select-holder {
    margin: 0 0 29px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-list-frame .select-holder {
    margin: 0;
  }
}
.info-list-frame .select-holder label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 8px 0 0;
}
@media only screen and (min-width: 768px) {
  .info-list-frame .select-holder label {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .info-list-frame .jcf-select {
    width: 195px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .info-list-frame .jcf-select .jcf-select-text {
    font-size: 15px;
    margin: 5px 25px 0 9px;
  }
}
@media only screen and (min-width: 768px) {
  .info-list-frame .jcf-select .jcf-select-opener {
    width: 20px;
  }
}
.profile-info-list {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px;
}
@media only screen and (min-width: 768px) {
  .profile-info-list {
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 1024px) {
  .profile-info-list {
    padding: 7px 0 0;
  }
}
.profile-info-list li {
  position: relative;
  margin: 0 5px 10px;
}
@media only screen and (min-width: 768px) {
  .profile-info-list li {
    margin: 0 24px;
  }
}
.profile-info-list li:hover .tooltip-dropdown,
.profile-info-list li.hover .tooltip-dropdown {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  .profile-info-list li:first-child .tooltip-dropdown {
    left: 0;
    transform: none;
  }
}
.profile-info-list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 26px;
  color: #585858;
}
.profile-info-list a i {
  position: absolute;
  font-size: 17px;
  left: 0;
  top: 1px;
}
.profile-info-list a .icon-share {
  font-size: 19px;
  top: -1px;
}
.profile-info-list a .icon-close-outline {
  color: #bd1818;
}
.profile-info-list a:hover {
  color: #bd1818;
}
.profile-info-list .tooltip-dropdown .wrap {
  padding: 10px 28px 5px 11px;
}
.tooltip-dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 100%;
  padding: 0 0 12px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.tooltip-dropdown .tooltip {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: relative;
  background: #fff;
}
.tooltip-dropdown .tooltip:before {
  width: 22px;
  height: 22px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: rotate(45deg);
  margin: -16px 0 0 -11px;
  border-radius: 2px;
  z-index: 2;
}
.tooltip-dropdown .wrap {
  padding: 7px 17px;
  position: relative;
  background: #fff;
  max-height: 120px;
  overflow: auto;
  z-index: 3;
}
.tooltip-dropdown .tooltip-text {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 400;
}
.tooltip-dropdown .tooltip-text + .tooltip-text {
  padding: 6px 0 0;
}
.tooltip-dropdown .tooltip-text:last-child {
  padding-bottom: 6px;
}
.main-holder {
  background: #f5f5f5;
  position: relative;
  padding: 20px 0 16px;
}
@media only screen and (min-width: 1024px) {
  .main-holder {
    padding: 29px 0 10px;
  }
}
.review-area {
  position: relative;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 2px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  .review-area {
    margin: 0 0 45px;
  }
}
.review-area .tilte {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #585858;
  position: relative;
  padding: 18px 10px;
  display: block;
}
.review-area .tilte a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 28px;
  color: #585858;
}
.review-area .tilte a:hover {
  color: #ec3425;
}
.review-area .tilte .text {
  font-size: 9px;
  line-height: 12px;
  width: 18px;
  height: 12px;
  position: absolute;
  font-weight: 600;
  text-align: center;
  left: 0;
  top: 3px;
  color: #fff;
}
.review-area .tilte .text:before {
  font-size: 17px;
  line-height: 17px;
  font-family: 'icomoon' !important;
  font-weight: 400;
  content: "\e91c";
  position: absolute;
  left: 0;
  top: 0;
  color: #585858;
}
.review-area .tilte .text span {
  position: relative;
  display: block;
}
.review-area.active .tilte a {
  color: #ec3425;
}
.review-area.active .tilte a .text:before {
  content: "\e91d";
  color: #ec3425;
}
.review-area.active .review-detail {
  display: block;
}
.review-detail {
  position: relative;
  padding: 6px 20px 37px;
  display: none;
}
.review-detail .wrap {
  position: relative;
  margin: 0 0 48px;
}
.review-detail .wrap:last-child {
  margin-bottom: 0;
}
.review-detail .wrap p {
  margin: 0 0 7px;
}
.review-detail .heading {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0 0 3px;
}
.review-detail time {
  font-size: 12px;
  color: #888787;
  display: block;
}
.comments-field {
  border-top: 1px solid #e8e8e8;
  position: relative;
  padding: 12px 13px;
}
.comments-field textarea {
  width: 100%;
  height: 33px;
  resize: none;
  font: 400 14px/18px 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
  border-radius: 4px;
  padding: 7px 7px 4px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  outline: none;
  color: #888787;
}
.comments-field textarea::-webkit-input-placeholder {
  color: #888787;
}
.comments-field textarea::-moz-placeholder {
  opacity: 1;
  color: #888787;
}
.comments-field textarea:-moz-placeholder {
  color: #888787;
}
.comments-field textarea:-ms-input-placeholder {
  color: #888787;
}
.comments-field textarea.placeholder {
  color: #888787;
}
.blocks-area {
  position: relative;
}
.blocks-area h2 {
  font-weight: 600;
  margin: 0 0 17px;
}
.block-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.block-holder .col {
  position: relative;
  padding: 0 11px;
  width: 100%;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .block-holder .col {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .block-holder .col {
    width: 33.333%;
    margin: 0 0 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-holder .col {
    max-width: 410px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-holder .col:nth-child(3) .tooltip-dropdown,
  .block-holder .col:nth-child(6) .tooltip-dropdown,
  .block-holder .col:nth-child(9) .tooltip-dropdown,
  .block-holder .col:nth-child(12) .tooltip-dropdown {
    left: auto;
    right: -8px;
    transform: none;
  }
  .block-holder .col:nth-child(3) .tooltip-dropdown .tooltip:before,
  .block-holder .col:nth-child(6) .tooltip-dropdown .tooltip:before,
  .block-holder .col:nth-child(9) .tooltip-dropdown .tooltip:before,
  .block-holder .col:nth-child(12) .tooltip-dropdown .tooltip:before {
    margin: -16px 0 0;
    left: auto;
    right: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-holder .col:nth-child(even) .tooltip-dropdown {
    left: auto;
    right: -8px;
    transform: none;
  }
  .block-holder .col:nth-child(even) .tooltip-dropdown .tooltip:before {
    margin: -16px 0 0;
    left: auto;
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .block-holder .col .tooltip-dropdown {
    left: auto;
    right: -8px;
    transform: none;
  }
  .block-holder .col .tooltip-dropdown .tooltip:before {
    margin: -16px 0 0;
    left: auto;
    right: 5px;
  }
}
.block-holder .block {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: relative;
  background: #fff;
  padding: 16px 0 0;
  height: 100%;
}
.block-holder .block.active .review-detail {
  display: block;
}
.block-holder .block.active .text a {
  color: #ec3425;
}
.block-holder .block.active .text a .icon-holder:before {
  content: "\e91d";
  color: #ec3425;
}
.block-holder .image-holder {
  position: relative;
  width: 218px;
  margin: 0 auto 16px;
}
.block-holder .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.block-holder .title {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 0 18px 15px;
}
.block-holder .bottom-info {
  border-top: 1px solid #e8e8e8;
  position: relative;
}
.block-holder .bottom-info .info-wrap {
  position: relative;
  padding: 11px 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.block-holder .bottom-info .text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  display: block;
  color: #585858;
}
.block-holder .bottom-info .text a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 28px;
  color: #585858;
}
.block-holder .bottom-info .text .icon-holder {
  font-size: 9px;
  line-height: 12px;
  width: 18px;
  height: 12px;
  position: absolute;
  font-weight: 600;
  text-align: center;
  left: 0;
  top: 3px;
  color: #fff;
}
.block-holder .bottom-info .text .icon-holder:before {
  font-size: 17px;
  line-height: 17px;
  font-family: 'icomoon' !important;
  font-weight: 400;
  content: "\e91c";
  position: absolute;
  left: 0;
  top: 0;
  color: #585858;
}
.block-holder .bottom-info .text .icon-holder span {
  position: relative;
  display: block;
}
.block-holder .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px;
}
.block-holder .info-list li {
  position: relative;
  margin: 0 5px;
}
.block-holder .info-list li:hover .tooltip-dropdown,
.block-holder .info-list li.hover .tooltip-dropdown {
  opacity: 1;
  visibility: visible;
}
.block-holder .info-list a {
  position: relative;
  display: block;
  color: #585858;
}
.block-holder .info-list a:hover {
  color: #ec3425;
}
.block-holder .info-list i {
  font-size: 16px;
  display: block;
}
.block-holder .info-list .icon-close-outline {
  color: #ec3425;
}
.block-holder .review-detail {
  padding: 14px 22px 0;
}
.block-holder .review-detail .wrap {
  margin: 0 0 30px;
}
.block-holder .comments-field {
  padding: 12px 14px;
  margin: -11px -23px 0;
}
.info-blocks-area {
  position: relative;
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .info-blocks-area {
    padding: 26px 0 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-blocks-area {
    padding: 43px 0 20px;
  }
}
.info-blocks-area .block {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: relative;
  background: #fff;
  padding: 0 18px 23px;
  margin: 0 0 16px;
}
@media only screen and (min-width: 1024px) {
  .info-blocks-area .block {
    margin: 0 0 20px;
  }
}
.info-blocks-area .head {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding: 18px 19px;
  margin: 0 -19px;
}
@media only screen and (min-width: 768px) {
  .info-blocks-area .head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 21px 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-blocks-area .head {
    padding: 18px 19px;
    align-items: flex-start;
  }
}
.info-blocks-area .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .info-blocks-area .wrap {
    margin: 0;
  }
}
.info-blocks-area .wrap time {
  font-size: 12px;
  line-height: 15px;
  color: #585858;
  font-weight: 600;
  display: block;
  margin: 0 0 3px 12px;
}
.info-blocks-area h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #bd1818;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .info-blocks-area .profile-info-list {
    padding: 5px 9px 0 0;
    margin: 0 -21px;
  }
}
@media only screen and (max-width: 1023px) {
  .info-blocks-area .profile-info-list {
    font-size: 10px;
    line-height: 14px;
    margin: 0 -12px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .info-blocks-area .profile-info-list {
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 374px) {
  .info-blocks-area .profile-info-list {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-blocks-area .profile-info-list li {
    margin: 0 21px;
  }
}
@media only screen and (max-width: 1023px) {
  .info-blocks-area .profile-info-list li {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .info-blocks-area .profile-info-list li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .info-blocks-area .profile-info-list li a {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .info-blocks-area .profile-info-list li i {
    position: relative;
    top: 0;
    display: block;
    margin: 0 0 8px;
  }
  .info-blocks-area .profile-info-list li i.icon-share {
    font-size: 17px;
  }
}
.info-blocks-area .images-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 -3px;
  padding: 18px 0 0;
}
@media only screen and (min-width: 1024px) {
  .info-blocks-area .images-list {
    padding: 25px 0 0;
  }
}
.info-blocks-area .images-list li {
  position: relative;
  padding: 0 3px;
}
.info-blocks-area .images-list img {
  width: 100%;
  height: 65px;
  display: block;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .info-blocks-area .images-list img {
    height: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-blocks-area .images-list img {
    height: 126px;
  }
}
.info-blocks-area .result-info {
  position: relative;
  padding: 23px 0 0;
}
@media only screen and (min-width: 768px) {
  .info-blocks-area .result-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .info-blocks-area .result-info {
    padding: 25px 5px 0;
  }
}
.info-blocks-area .number {
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: 400;
}
.info-blocks-area .number span {
  font-weight: 700;
}
.info-blocks-area .alert-check {
  position: relative;
}
.info-blocks-area label {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 20px;
}
.info-blocks-area label .check {
  width: 13px;
  height: 13px;
  border: 1px solid #c9c9c9;
  transition: border-color 0.4s ease, background 0.4s ease;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 3px;
}
.info-blocks-area label .check:before {
  font-size: 7px;
  line-height: 8px;
  font-family: 'icomoon' !important;
  content: "\e910";
  position: absolute;
  left: 1px;
  top: 1px;
  color: #fff;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.info-blocks-area input[type="checkbox"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.info-blocks-area input[type="checkbox"]:checked + label .check {
  background: #bd1818;
  border-color: #bd1818;
}
.info-blocks-area input[type="checkbox"]:checked + label .check:before {
  opacity: 1;
  visibility: visible;
}
.pager-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 0 35px;
}
@media only screen and (min-width: 768px) {
  .pager-area {
    justify-content: space-between;
    margin: -12px 0 31px;
  }
}
.pager-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 0 20px;
}
@media only screen and (min-width: 768px) {
  .pager-info {
    padding: 10px 0 0;
    width: auto;
    justify-content: flex-start;
  }
}
.pager-info .text {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #777;
  display: none;
  padding: 0 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .pager-info .text {
    display: block;
  }
}
.pager {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 -4px;
}
@media only screen and (min-width: 768px) {
  .pager {
    justify-content: flex-start;
    width: auto;
    margin: 0 -3px;
  }
}
.pager li {
  position: relative;
  padding: 0 4px;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .pager li {
    padding: 0 3px;
    flex: inherit;
  }
}
.pager li.prev a,
.pager li.next a {
  background: #c5c6c7;
}
.pager li.prev a i,
.pager li.next a i {
  font-size: 10px;
  line-height: 24px;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 768px) {
  .pager li.prev a i,
  .pager li.next a i {
    font-size: 10px;
    line-height: 20px;
  }
}
.pager li.prev a:hover,
.pager li.next a:hover {
  background: #bd1818;
  color: #fff;
  border-color: #bd1818;
}
.pager li.active a {
  border-color: #95989a;
}
.pager a {
  font-size: 13px;
  line-height: 24px;
  width: 100%;
  height: 26px;
  border: 1px solid #c5c6c7;
  text-align: center;
  color: #95989a;
  display: block;
}
@media only screen and (min-width: 768px) {
  .pager a {
    font-size: 13px;
    line-height: 20px;
    width: 22px;
    height: 22px;
  }
}
.pager a:hover {
  background: #c5c6c7;
  color: #fff;
}
.size-info-area {
  background: #fff;
  position: relative;
  width: 157px;
  margin: 0 10px 0 0;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .size-info-area {
    width: 270px;
  }
}
@media only screen and (min-width: 1200px) {
  .size-info-area {
    width: 310px;
  }
}
.size-info-area .opener-holder {
  background: #fff;
  position: relative;
  padding: 10px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .size-info-area .opener-holder {
    padding: 15px 16px;
  }
}
.size-info-area .opener {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  color: #585858;
  padding: 0 19px 0 0;
}
.size-info-area .opener:before {
  font-family: 'icomoon' !important;
  content: "\e908";
  font-size: 7px;
  position: absolute;
  right: 0;
  top: 1px;
  transition: transform 0.4s ease;
}
.size-info-area .slide {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.size-info-area .info-wrap {
  padding: 7px 28px 15px 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .size-info-area .info-wrap {
    border-top: 1px solid #e8e8e8;
    padding: 19px 25px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .size-info-area .info-wrap {
    padding: 19px 35px 30px 40px;
  }
}
.size-info-area .size-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.size-info-area .size-list > li {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding: 9px 0;
}
.size-info-area .size-list > li.thumbnail .wrap {
  align-items: flex-end;
}
.size-info-area .view-info {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding: 0 0 19px;
  margin: 0 -5px 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.size-info-area .view-info li {
  position: relative;
  padding: 0 5px;
}
.size-info-area .view-info li label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.4s ease;
  text-align: center;
  cursor: pointer;
  color: #dfdfdf;
}
.size-info-area .view-info li label:hover {
  color: #585858;
}
.size-info-area .view-info li.active a {
  color: #585858;
}
.size-info-area .view-info .icon-list-view,
.size-info-area .view-info .icon-grid-view {
  font-size: 54px;
  line-height: 1;
  display: block;
  margin: 0 0 10px;
}
.size-info-area .view-info .text {
  font-size: 10px;
  line-height: 14px;
  display: block;
}
.size-info-area .view-info input[type="radio"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.size-info-area .view-info input[type="radio"]:checked + label {
  color: #585858;
}
.size-info-area .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.size-info-area .wrap .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: block;
  color: #585858;
}
.size-info-area .thumbnail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0 -3px;
}
.size-info-area .thumbnail-list li {
  position: relative;
  color: #888787;
  padding: 0 3px;
}
.size-info-area .thumbnail-list label {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.size-info-area .thumbnail-list i {
  display: block;
}
.size-info-area .thumbnail-list .large i {
  font-size: 26px;
}
.size-info-area .thumbnail-list .medium i {
  font-size: 20px;
}
.size-info-area .thumbnail-list .small i {
  font-size: 14px;
}
.size-info-area .thumbnail-list input[type="radio"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.size-info-area .thumbnail-list input[type="radio"]:checked + label {
  color: #31a2e8;
}
.size-info-area.active {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.size-info-area.active .opener:before {
  transform: rotate(180deg);
}
.option-checkbox {
  position: relative;
}
.option-checkbox .switcher {
  width: 55px;
  height: 20px;
  position: relative;
  transition: background 0.4s ease;
  background: #888787;
  border-radius: 25px;
  display: block;
}
.option-checkbox .switcher:before {
  width: 12px;
  height: 12px;
  content: '';
  background: #fff;
  position: absolute;
  border-radius: 50%;
  transition: left 0.4s ease;
  left: 4px;
  top: 4px;
}
.option-checkbox .switcher span {
  display: block;
}
.option-checkbox .switcher span:before,
.option-checkbox .switcher span:after {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  content: 'ON';
  position: absolute;
  color: #fff;
  left: 9px;
  top: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.option-checkbox .switcher span:after {
  content: 'OFF';
  left: auto;
  right: 6px;
  opacity: 1;
  visibility: visible;
}
.option-checkbox input[type="checkbox"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.option-checkbox input[type="checkbox"]:checked + .switcher {
  background: #31a2e8;
}
.option-checkbox input[type="checkbox"]:checked + .switcher:before {
  left: 38px;
}
.option-checkbox input[type="checkbox"]:checked + .switcher span:before {
  opacity: 1;
  visibility: visible;
}
.option-checkbox input[type="checkbox"]:checked + .switcher span:after {
  opacity: 0;
  visibility: hidden;
}
.thumbs-list-holder {
  position: relative;
}
.thumbs-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.thumbs-list .thumb-holder {
  position: relative;
  padding: 0 6px;
  margin: 0 0 30px;
  /*&.ui-selected {

			~ .option-bar {
				transform: translateY(0);
				opacity: 1;
				visibility: visible;
			}

			.image-holder {

				&:before {
					opacity: 1;
					visibility: visible;
				}
			}

			.bg-video-holder {
				border: 3px solid @red;
			}
		}

		&.ui-selecting {

			.image-holder {

				&:before {
					opacity: 1;
					visibility: visible;
				}
			}

			.bg-video-holder {
				border: 3px solid @red;
			}
		}*/

}
.thumbs-list .thumb-holder.file .image-holder {
  background: #e8e8e8;
  width: 158px;
}
.thumbs-list .thumb-holder.file .image-holder img {
  display: block;
  width: 58px;
  height: auto;
  object-fit: inherit;
}
.thumbs-list .wrap {
  position: relative;
}
.thumbs-list label {
  position: relative;
  display: block;
}
.thumbs-list .image-frame {
  transition: box-shadow 0.4s ease;
  position: relative;
}
.thumbs-list .image-frame:hover,
.thumbs-list .image-frame.hover {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2);
}
.thumbs-list .image-frame:hover .hover-block,
.thumbs-list .image-frame.hover .hover-block {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.thumbs-list .image-frame:hover .image-holder:after,
.thumbs-list .image-frame.hover .image-holder:after {
  opacity: 0;
  visibility: hidden;
}
.thumbs-list .image-frame:hover + .text,
.thumbs-list .image-frame.hover + .text {
  color: #000;
}
.thumbs-list .image-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  height: 126px;
}
@media only screen and (min-width: 768px) {
  .thumbs-list .image-holder {
    height: 158px;
  }
}
.thumbs-list .image-holder:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  border: 3px solid #bd1818;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.thumbs-list .image-holder:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  border: 1px solid #707070;
  opacity: 0.19;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.thumbs-list .image-holder img {
  display: block;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
}
.thumbs-list .image-holder.transparent-img {
  background: url(/images/img45.png) no-repeat;
  background-size: cover;
  padding: 28px;
}
.thumbs-list .hover-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  left: auto;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
}
.thumbs-list .option-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 0 9px 9px 0;
}
.thumbs-list .option-list li {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  position: relative;
  display: block;
  margin: 0 0 4px;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .thumbs-list .option-list li {
    width: 24px;
    height: 24px;
  }
}
.thumbs-list .option-list li:last-child {
  margin-bottom: 0;
}
.thumbs-list .option-list li:hover .hover-text-wrap,
.thumbs-list .option-list li.hover .hover-text-wrap {
  opacity: 1;
  visibility: visible;
}
.thumbs-list .option-list li a {
  font-size: 8px;
  line-height: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .thumbs-list .option-list li a {
    font-size: 13px;
    line-height: 15px;
  }
}
.thumbs-list .option-list li a:hover {
  opacity: 0.8;
}
.thumbs-list .hover-text-wrap {
  position: absolute;
  right: 100%;
  padding: 0 6px 0 0;
  top: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .thumbs-list .hover-text-wrap {
    display: block;
  }
}
.thumbs-list .hover-text {
  font-size: 10px;
  line-height: 12px;
  position: relative;
  border-radius: 3px;
  background: #fff;
  padding: 2px 5px 3px;
  white-space: nowrap;
  display: block;
}
@media only screen and (min-width: 768px) {
  .thumbs-list .hover-text {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 13px 5px;
  }
}
.thumbs-list .duration {
  font-size: 11px;
  line-height: 13px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  color: #fff;
  font-weight: 700;
  padding: 2px 6px;
  right: 3px;
  top: 5px;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .thumbs-list .duration {
    right: 9px;
    top: 9px;
  }
}
.thumbs-list .play-btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.26);
  transition: opacity 0.4s ease;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 5px;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .thumbs-list .play-btn {
    left: 9px;
    top: 9px;
  }
}
.thumbs-list .play-btn i {
  font-size: 10px;
  line-height: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.thumbs-list .play-btn .icon-play {
  padding: 0 0 0 2px;
}
.thumbs-list .play-btn .icon-file {
  font-size: 12px;
}
.thumbs-list .play-btn .icon-file:before {
  content: "\e925";
}
.thumbs-list .play-btn .icon-volume:before {
  content: "\e927";
}
.thumbs-list .play-btn .icon-play:before {
  content: "\e926";
}
.thumbs-list .play-btn:hover {
  opacity: 0.8;
}
.thumbs-list .text {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #585858;
  transition: color 0.4s ease;
  padding: 6px 0 0;
}
.thumbs-list .description {
  position: relative;
  padding: 9px 5px 0 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .thumbs-list .description {
    padding: 30px 5px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .thumbs-list .description {
    padding: 9px 5px 0 0;
  }
}
.thumbs-list .description .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  display: block;
  color: #585858;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .thumbs-list .description .title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .thumbs-list .description .title {
    font-size: 18px;
  }
}
.thumbs-list .format-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 13px;
}
@media only screen and (min-width: 1024px) {
  .thumbs-list .format-list {
    margin: 0 0 15px;
  }
}
.thumbs-list .format-list li {
  position: relative;
  padding: 0 3px 0 0;
}
.thumbs-list .format-list li.psd a {
  background: #458abe;
}
.thumbs-list .format-list li.tiff a {
  background: #92bbd5;
}
.thumbs-list .format-list li.jpg a {
  background: #92bbd5;
}
.thumbs-list .format-list li.png a {
  background: #f27265;
}
.thumbs-list .format-list a {
  font-size: 9px;
  line-height: 13px;
  background: #8a73b4;
  border-radius: 1px;
  display: block;
  padding: 0 5px;
  height: 14px;
  color: #fff;
}
.thumbs-list .format-list a:hover {
  opacity: 0.8;
}
.thumbs-list .info-list-holder {
  position: relative;
}
.thumbs-list .info-list {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin: 0 0 17px;
}
@media only screen and (min-width: 1024px) {
  .thumbs-list .info-list {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 18px;
  }
}
.thumbs-list .info-list:last-child {
  margin-bottom: 0;
}
.thumbs-list input[type="checkbox"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.thumbs-list input[type="checkbox"]:checked ~ label .image-holder:before {
  opacity: 1;
  visibility: visible;
}
.thumbs-list input[type="checkbox"]:checked ~ label .image-holder .bg-video-holder {
  border: 3px solid #bd1818;
}
.thumbs-list .option-info-list {
  display: none;
}
.thumbs-list .option-info-list a i {
  min-height: 32px;
}
.thumbs-list .option-info-list a .icon-plus {
  margin: 12px 0 0;
}
.thumbs-list .option-info-list .text {
  padding: 0;
}
.thumbs-list .col-list {
  display: none;
}
.map-area {
  position: relative;
  margin: 0 -2px 25px;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .map-area {
    margin: 0 22px 25px 0;
    float: left;
    width: 488px;
  }
}
@media only screen and (min-width: 1200px) {
  .map-area {
    margin: 0 44px 25px 0;
    width: 522px;
  }
}
.map-area .map-text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  display: block;
  padding: 8px 15px 0;
  color: #bd1818;
}
@media only screen and (min-width: 768px) {
  .map-area .map-text {
    display: none;
  }
}
.map-area .map-text a {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 0 0 0 18px;
  color: #bd1818;
}
.map-area .map-text a i {
  position: absolute;
  left: 0;
  top: 6px;
}
.map-area .map-text a:hover {
  opacity: 0.7;
}
.map-holder {
  position: relative;
}
.map-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.region-info-area {
  border: 1px solid #c5c6c7;
  background: #f2f2f2;
  position: relative;
  padding: 7px 6px;
  overflow: hidden;
}
@media only screen and (min-width: 374px) {
  .region-info-area {
    padding: 7px 14px;
  }
}
@media only screen and (min-width: 768px) {
  .region-info-area {
    padding: 8px 17px 8px 7px;
  }
}
.region-info-area .close {
  font-size: 12px;
  line-height: 15px;
  color: #585858;
  font-weight: 600;
  float: right;
  margin: 7px 0 0;
}
.region-info-area .close a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #585858;
  padding: 0 0 0 22px;
}
.region-info-area .close a:hover {
  color: #bd1818;
}
.region-info-area .close i {
  position: absolute;
  font-size: 15px;
  left: 0;
  top: 0;
}
.region-info-area .jcf-select {
  width: 256px;
  height: 30px;
  float: left;
}
.region-info-area .jcf-select .jcf-select-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.region-info-area .jcf-select .jcf-select-opener {
  width: 20px;
}
.option-bar {
  background: #bd1818;
  position: fixed;
  padding: 12px 0 2px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.option-bar.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .option-bar {
    padding: 23px 0;
  }
}
.option-bar a {
  color: #fff;
}
.option-bar a:hover {
  opacity: 0.8;
}
.option-bar button[type="reset"] {
  font: 600 16px/20px 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
  position: absolute;
  right: 15px;
  top: 0;
  outline: none;
  box-shadow: none;
  border: none;
  background: none;
  padding: 0 0 0 20px;
  color: #fff;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .option-bar button[type="reset"] {
    right: 33px;
  }
}
.option-bar button[type="reset"] i {
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 3px;
}
.option-bar button[type="reset"]:hover {
  opacity: 0.8;
}
.option-bar-list {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 70px 0 0;
}
@media only screen and (min-width: 768px) {
  .option-bar-list {
    font-size: 16px;
    line-height: 20px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .option-bar-list {
    padding: 0 40px 0 175px;
  }
}
.option-bar-list li {
  position: relative;
  padding: 0 5px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .option-bar-list li {
    padding: 0 10px;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .option-bar-list li {
    padding: 0 20px;
  }
}
.option-bar-list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 24px;
}
.option-bar-list a i {
  position: absolute;
  font-size: 13px;
  left: 0;
  top: 3px;
}
.option-bar-list a .icon-download {
  font-size: 16px;
}
.option-bar-list a .icon-send {
  font-size: 14px;
  top: 2px;
}
.content-area {
  position: relative;
  margin: 30px auto 20px;
}
@media only screen and (min-width: 768px) {
  .content-area {
    margin: 56px auto 50px;
    max-width: 588px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: -8px 0 17px;
    max-width: inherit;
  }
}
.compare-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.compare-active .compare-bar {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.compare-bar .container-fluid {
  display: flex;
  flex-wrap: wrap !important;
  align-items: flex-end;
  flex-direction: column !important;
  margin: 0 !important;
}
.compare-bar .wrap {
  position: relative;
  padding: 12px 15px 2px;
  width: 100%;
}
.compare-bar .wrap:before {
  background: #f2f2f2;
  content: '';
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .compare-bar .wrap {
    padding: 15px 0 2px;
  }
}
.compare-bar .compare-head {
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .compare-bar .compare-head {
    margin: 0 0 10px;
  }
}
.compare-bar .thumbs-list .thumb-holder {
  margin: 0 0 10px;
}
.compare-bar .thumbs-list .image-holder {
  height: 80px;
  cursor: default;
}
@media only screen and (min-width: 768px) {
  .compare-bar .thumbs-list .image-holder {
    height: 114px;
  }
}
.sidebar {
  position: relative;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    margin: 0 0 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar {
    width: 400px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar {
    width: 588px;
  }
}
.sidebar .mejs-container,
.sidebar video {
  width: 100% !important;
}
.video-area {
  position: relative;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .video-area {
    margin: 0;
  }
}
.video-holder {
  position: relative;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .video-holder {
    margin: 0 0 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .video-holder {
    margin: 0 0 20px;
  }
}
.video-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.video-holder .play-btn {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.4s ease;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.video-holder .play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.video-holder .play-btn .icon-play {
  font-size: 26px;
  line-height: 26px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
}
.option-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.option-info-list li {
  position: relative;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .option-info-list li {
    padding: 0 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .option-info-list li {
    padding: 0 28px;
  }
}
.option-info-list a {
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .option-info-list a {
    text-align: left;
  }
}
.option-info-list a:hover {
  color: #bd1818;
}
.option-info-list a i {
  font-size: 19px;
  line-height: 22px;
  display: block;
}
.option-info-list a .text {
  font-size: 10px;
  line-height: 13px;
  display: block;
  padding: 12px 0 0;
}
@media only screen and (min-width: 1024px) {
  .option-info-list a .text {
    display: none;
  }
}
.content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 0 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .content {
    padding: 0 0 0 52px;
    flex-grow: 1;
    flex-basis: 0;
  }
}
.content .head-holder {
  border-top: 1px solid #dedede;
  position: relative;
  text-align: center;
  padding: 30px 0 31px;
}
.content .head-holder .head {
  position: relative;
  padding: 0 42px;
}
.content .head-holder h2 {
  font-weight: 600;
  font-size: 23px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .content .head-holder h2 {
    font-size: 28px;
  }
}
.content .head-holder .prev,
.content .head-holder .next {
  position: absolute;
  font-size: 14px;
  top: 9px;
  left: 0;
  color: #000;
}
.content .head-holder .prev:hover,
.content .head-holder .next:hover {
  color: #bd1818;
}
.content .head-holder .next {
  left: auto;
  right: 13px;
}
.content .detail-list {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.content .detail-list > li {
  position: relative;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .content .detail-list > li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 39px;
  }
}
.content .detail-list > li:first-child {
  margin: 0 0 30px;
}
.content .detail-list .name {
  font-weight: 700;
  display: block;
  margin: 0 0 7px;
}
@media only screen and (min-width: 768px) {
  .content .detail-list .name {
    width: 123px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .detail-list .name.style01 {
    margin: 9px 0 0;
  }
}
.content .detail-list .description {
  position: relative;
  padding: 0 2px 0 0;
  flex-grow: 1;
  flex-basis: 0;
}
.content .detail-list .description .text {
  display: block;
}
.content .detail-list .description p {
  margin: 0;
}
.content .btns-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content .btns-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 -11px -5px;
  }
}
.content .btns-list li {
  position: relative;
  padding: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .content .btns-list li {
    padding: 0 5px 12px;
  }
}
.content .btns-list a {
  font-size: 17px;
  line-height: 22px;
  border: 1px solid #bd1818;
  color: #bd1818;
  border-radius: 2px;
  padding: 7px 35px 9px;
  transition: background 0.4s ease, color 0.4s ease;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .content .btns-list a {
    padding: 7px 24px 9px 14px;
    text-align: left;
  }
}
.content .btns-list a i {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 15px;
  top: 12px;
}
@media only screen and (min-width: 768px) {
  .content .btns-list a i {
    position: static;
    margin: 4px 15px 0 0;
  }
}
.content .btns-list a:hover {
  background: #bd1818;
  color: #fff;
}
.content .btn {
  display: block;
  font-weight: 600;
  padding: 8px 26px;
}
@media only screen and (min-width: 768px) {
  .content .btn {
    display: inline-block;
    vertical-align: top;
    padding: 8px 26px 8px 14px;
  }
}
.tags-list {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -4px -10px;
}
.tags-list li {
  position: relative;
  padding: 0 4px;
  margin: 0 0 10px;
}
.tags-list li a {
  transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  padding: 4px 9px 5px;
  display: block;
  color: #000;
}
.tags-list li a:hover {
  border-color: #bd1818;
  background: #bd1818;
  color: #fff;
}
.checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 3px 0 16px 2px;
}
.checkbox-list li {
  margin: 0 0 18px;
}
.checkbox-list li:last-child {
  margin-bottom: 0;
}
.checkbox-list label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 34px;
}
.checkbox-list .size {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
}
.checkbox-list .icon-holder {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  transition: background 0.4s ease, border-color 0.4s ease;
  border: 1px solid #c9c9c9;
}
.checkbox-list .icon-holder:before {
  font-family: 'icomoon' !important;
  content: "\e910";
  position: absolute;
  left: 3px;
  top: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.checkbox-list input[type="checkbox"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.checkbox-list input[type="checkbox"]:checked + label .icon-holder {
  background: #bd1818;
  border-color: #bd1818;
}
.checkbox-list input[type="checkbox"]:checked + label .icon-holder:before {
  opacity: 1;
  visibility: visible;
}
.checkbox-list input[type="checkbox"]:checked + label .size {
  font-weight: 700;
}
.checkbox-list input[type="checkbox"]:disabled + label {
  opacity: 0.56;
}
.pdf-area {
  position: relative;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .pdf-area {
    margin: 0;
  }
}
.pdf-slider-holder {
  border-bottom: 1px solid #d5d2d2;
  background: #fff;
  position: relative;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .pdf-slider-holder {
    border: 1px solid #d5d2d2;
    margin: 0 0 25px;
  }
}
.pdf-slider-holder .search-area {
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #d5d2d2;
  background: #f8f8f8;
  position: relative;
  padding: 13px 12px;
}
.pdf-slider-holder .search-area p {
  margin: 0;
  max-width: 240px;
}
@media only screen and (min-width: 768px) {
  .pdf-slider-holder .search-area p {
    display: none;
  }
}
.pdf-slider-holder .search-area p strong {
  font-weight: 600;
}
.pdf-slider-holder .search-area p span {
  color: #bd1818;
  font-weight: 700;
}
.pdf-slider-holder .serach-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 11px;
}
@media only screen and (min-width: 768px) {
  .pdf-slider-holder .serach-wrap {
    display: block;
    margin: 0;
  }
}
.pdf-slider-holder .page-number {
  font-size: 12px;
  line-height: 15px;
  display: block;
  padding: 0 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .pdf-slider-holder .page-number {
    display: none;
  }
}
.pdf-slider-holder .search-field {
  width: 200px;
  height: 25px;
  border: 1px solid #d5d2d2;
  padding: 0 10px 0 22px;
  background: #fff;
  border-radius: 2px;
  position: relative;
}
@media only screen and (min-width: 374px) {
  .pdf-slider-holder .search-field {
    width: 250px;
  }
}
.pdf-slider-holder .search-field .icon-serach {
  position: absolute;
  left: 8px;
  top: 5px;
  font-size: 12px;
  color: #707070;
}
.pdf-slider-holder .search-field input[type="text"],
.pdf-slider-holder .search-field input[type="search"] {
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  padding: 0 5px;
  color: #000;
}
.pdf-slider-holder .search-field input[type="text"]::-webkit-input-placeholder,
.pdf-slider-holder .search-field input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
.pdf-slider-holder .search-field input[type="text"]::-moz-placeholder,
.pdf-slider-holder .search-field input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.pdf-slider-holder .search-field input[type="text"]:-moz-placeholder,
.pdf-slider-holder .search-field input[type="search"]:-moz-placeholder {
  color: #000;
}
.pdf-slider-holder .search-field input[type="text"]:-ms-input-placeholder,
.pdf-slider-holder .search-field input[type="search"]:-ms-input-placeholder {
  color: #000;
}
.pdf-slider-holder .search-field input[type="text"].placeholder,
.pdf-slider-holder .search-field input[type="search"].placeholder {
  color: #000;
}
.pdf-slider {
  padding: 0 42px;
}
@media only screen and (min-width: 768px) {
  .pdf-slider {
    padding: 0;
  }
}
.pdf-slider .slide {
  width: 385px;
  margin: 0 auto;
}
.pdf-slider img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .pdf-slider img {
    width: 385px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .pdf-slider img {
    width: 285px;
  }
}
@media only screen and (min-width: 1200px) {
  .pdf-slider img {
    width: 385px;
  }
}
.four-col-area {
  position: relative;
  padding: 30px 0 20px;
}
@media only screen and (min-width: 768px) {
  .four-col-area {
    padding: 50px 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .four-col-area .container {
    padding: 0 120px 0 14px;
  }
}
.four-col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .four-col {
    flex-wrap: inherit;
    margin: 0 -5px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .four-col {
    margin: 0 -14px 45px;
  }
}
.four-col .col {
  position: relative;
  width: 100%;
  margin: 0 0 28px;
}
@media only screen and (min-width: 768px) {
  .four-col .col {
    padding: 0 5px;
    width: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .four-col .col {
    padding: 0 14px;
  }
}
.four-col .col.heading-col {
  display: none;
}
@media only screen and (min-width: 768px) {
  .four-col .col.heading-col {
    display: block;
  }
}
.four-col .col.heading-col .image-holder {
  border: none;
}
.four-col .col.heading-col .col-list {
  text-align: right;
}
.four-col .col.heading-col .col-list li:last-child {
  border-bottom: none;
}
.four-col .col.heading-col .col-list strong {
  font-size: 13px;
}
.four-col .block {
  position: relative;
}
.four-col .image-holder {
  width: 100%;
  height: 190px;
  border: 1px solid #e4e4e4;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 3px;
}
@media only screen and (min-width: 768px) {
  .four-col .image-holder {
    height: 175px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .four-col .image-holder {
    height: 222px;
  }
}
.four-col .image-holder img {
  display: block;
}
.col-list {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 3px 0 0;
  color: #585858;
}
.col-list li {
  position: relative;
  padding: 7px 0 7px 90px;
  text-align: right;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (min-width: 768px) {
  .col-list li {
    text-align: left;
    padding: 10px 0;
  }
}
.col-list li[data-title]:before {
  content: attr(data-title);
  text-align: left;
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: 700;
  width: 70px;
}
@media only screen and (min-width: 768px) {
  .col-list li[data-title]:before {
    border-bottom: 1px solid #e4e4e4;
    padding: 4px 0 10px;
    text-align: right;
    width: 120px;
    left: -150px;
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .col-list li[data-title]:before {
    width: 120px;
    left: -150px;
  }
}
.col-list strong {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-area {
    position: relative;
    padding: 0 30px;
    margin: 0 -30px;
  }
  .filters-area .container-fluid {
    display: flex;
    flex-wrap: wrap;
    transition: margin 0.4s ease;
    margin: 0 0 0 -357px;
  }
  .filter-sidebar-active .filters-area .container-fluid {
    margin: 0;
  }
}
.filter-open-holder {
  padding: 18px 0 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .filter-open-holder {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-open-holder {
    display: none;
  }
}
.filter-open-holder .filter-open {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #000;
}
.filter-open-holder .filter-open .text {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  position: relative;
  background: #585858;
  border-radius: 50%;
  margin: -3px 10px 0 0;
}
.filter-open-holder .filter-open i {
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 0 1px 1px;
  flex-wrap: wrap;
  justify-content: center;
  transition: transform 0.4s ease, padding 0.4s ease;
  align-items: center;
  color: #fff;
}
.filter-sidebar-active .filter-open-holder .filter-open i {
  transform: rotate(180deg);
  padding: 0 0 1px 2px;
}
.filter-open-holder .filter-open:hover {
  opacity: 0.8;
}
.filter-close {
  font-size: 22px;
  color: #000;
  position: absolute;
  right: -35px;
  top: 10px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.filter-sidebar-active .filter-close {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .filter-close {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-close {
    display: none;
  }
}
.filter-close:hover {
  color: #bd1818;
}
.filter-sidebar {
  background: #fff;
  padding: 15px 0 26px;
  position: relative;
  width: 100%;
  display: none;
  z-index: 10;
}
.filter-sidebar-active .filter-sidebar {
  display: block;
}
@media only screen and (min-width: 768px) {
  .filter-sidebar {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    padding: 19px 25px 19px 29px;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    transform: translateX(-100%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 387px;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-sidebar {
    border-right: 1px solid #dedede;
    padding: 19px 25px 19px 0;
    box-shadow: none;
    width: 357px;
    left: 0;
    position: relative;
  }
}
.filter-sidebar-active .filter-sidebar {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.filter-sidebar .filter-head {
  padding: 0;
  margin: 0 0 17px;
}
.filter-sidebar-active .filter-sidebar .filter-head {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .filter-sidebar .filter-head {
    margin: 0 0 30px;
  }
}
.filter-sidebar .btns-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 22px;
}
.filter-sidebar .btns-list li {
  position: relative;
  width: 48%;
}
.filter-sidebar .btns-list a {
  font-size: 13px;
  line-height: 17px;
  border: 1px solid #dedede;
  border-radius: 2px;
  text-align: center;
  padding: 5px 10px 4px;
  transition: border-color 0.4s ease, background 0.4s ease, color 0.4s ease;
  display: block;
  height: 30px;
  color: #000;
}
.filter-sidebar .btns-list a:hover {
  border-color: #bd1818;
  background: #bd1818;
  color: #fff;
}
.filter-sidebar .btn {
  padding: 4px 22px;
  font-weight: 600;
  font-size: 14px;
  height: 34px;
}
.filter-list {
  position: relative;
  border-bottom: 1px solid #dedede;
  padding: 0 0 6px;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .filter-list {
    margin: 0 0 27px;
  }
}
.filter-list .filter-wrap {
  position: relative;
  margin: 0 0 22px;
}
.filter-list .filter-wrap.active .filter-opener .icon-arrow-right {
  transform: rotate(90deg);
}
.filter-list .filter-wrap:last-child .slide-holder {
  padding-bottom: 0;
}
.filter-list .filter-wrap:last-child .slide-holder:before {
  display: none;
}
.filter-list .filter-opener {
  font-size: 17px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  position: relative;
  color: #000;
  padding: 0 0 0 23px;
}
.filter-list .filter-opener .icon-arrow-right {
  transition: transform 0.4s ease;
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 14px;
}
.filter-list .filter-opener:hover {
  color: #bd1818;
}
.thumbs-content {
  position: relative;
  padding: 27px 0 0;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .thumbs-content .pager-area {
    margin-bottom: 22px;
    margin-top: -32px;
  }
  .filter-sidebar-active .thumbs-content .pager-area {
    margin-top: -10px;
  }
}
.thumbs-content.filter-content {
  transition: padding 0.4s ease;
}
@media only screen and (min-width: 1024px) {
  .thumbs-content.filter-content {
    padding: 27px 0 7px;
  }
  .filter-sidebar-active .thumbs-content.filter-content {
    padding-left: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .thumbs-content.filter-content.list-view .option-info-list {
    display: flex;
  }
  .thumbs-content.filter-content.list-view .option-info-list .text {
    display: block;
  }
  .thumbs-content.filter-content.list-view .thumbs-list {
    margin: 0;
  }
  .thumbs-content.filter-content.list-view .thumb-holder {
    width: 100%;
    padding: 0;
  }
  .thumbs-content.filter-content.list-view .thumb-holder.file .image-holder {
    padding: 30px 0;
    width: 100%;
  }
  .thumbs-content.filter-content.list-view .thumb-holder:nth-child(11) img {
    width: auto;
  }
  .thumbs-content.filter-content.list-view .image-holder {
    height: auto;
  }
  .thumbs-content.filter-content.list-view .image-holder img {
    width: 100%;
  }
}
.thumbs-content.selected-items .option-bar {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.thumbs-content.thumb-large .thumbs-list .image-holder.transparent-img {
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  .thumbs-content.thumb-large .thumbs-list .image-holder {
    height: 230px;
  }
}
.thumbs-content.thumb-large .thumbs-list .bg-video-holder {
  width: 230px;
  height: 230px;
}
.thumbs-content.thumb-small .thumbs-list .thumb-holder {
  margin: 0 0 10px;
}
.thumbs-content.thumb-small .thumbs-list .image-holder {
  min-width: 110px;
  height: 110px;
}
.thumbs-content.thumb-small .thumbs-list .image-holder.transparent-img {
  padding: 20px;
}
.thumbs-content.thumb-small .thumbs-list .bg-video-holder {
  width: 110px;
  height: 110px;
}
@media only screen and (min-width: 768px) {
  .thumbs-content.thumb-small .thumbs-list .option-list {
    padding: 0 9px 5px 0;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-content.thumb-small .thumbs-list .option-list li {
    width: 18px;
    height: 18px;
  }
  .thumbs-content.thumb-small .thumbs-list .option-list li a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-content.thumb-small .thumbs-list .hover-text-wrap {
    padding: 0 6px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-content.thumb-small .thumbs-list .hover-text {
    font-size: 11px;
    padding: 2px 5px 3px;
  }
}
.thumbs-content.thumb-small .thumbs-list .text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .thumbs-content.filetype-active .thumbs-list {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-content.filetype-active .thumb-holder {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-content.filetype-active .image-holder {
    height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .thumbs-content.filetype-active .image-holder {
    height: 230px;
  }
}
.thumbs-content.filetype-active .description {
  display: block;
}
.thumbs-content.filetype-active .description .title {
  display: none;
}
.thumbs-content.filetype-active .info-list-holder {
  display: none;
}
.thumbs-content.filetype-active .duration,
.thumbs-content.filetype-active .play-btn {
  display: none;
}
.thumbs-content.preview-active .thumbs-list {
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .thumbs-content.preview-active .thumbs-list {
    margin: 0 -18px 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .thumbs-content.preview-active .thumbs-list {
    margin: 0 -18px 30px;
  }
}
.thumbs-content.preview-active .thumbs-list .image-holder {
  height: 228px;
}
@media only screen and (min-width: 1024px) {
  .thumbs-content.preview-active .thumbs-list .image-holder {
    height: 284px;
  }
}
.thumbs-content.preview-active .thumb-holder {
  width: 244px;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .thumbs-content.preview-active .thumb-holder {
    width: 305px;
  }
}
.thumbs-content.preview-active .thumb-holder.file .image-holder {
  width: 100%;
}
.thumbs-content.preview-active .text {
  display: none;
}
.thumbs-content.preview-active .play-btn,
.thumbs-content.preview-active .duration {
  display: none;
}
.thumbs-content.preview-active .description {
  display: block;
}
@media only screen and (max-width: 767px) {
  .thumbs-content.list-view .option-info-list {
    display: flex;
  }
  .thumbs-content.list-view .option-info-list .text {
    display: block;
  }
  .thumbs-content.list-view .thumbs-list {
    margin: 0;
  }
  .thumbs-content.list-view .thumb-holder {
    width: 100%;
    padding: 0;
  }
  .thumbs-content.list-view .thumb-holder.file .image-holder {
    padding: 30px 0;
    width: 100%;
  }
  .thumbs-content.list-view .thumb-holder:nth-child(11) img {
    width: auto;
  }
  .thumbs-content.list-view .image-holder {
    height: auto;
  }
  .thumbs-content.list-view .image-holder img {
    width: 100%;
  }
}
.thumbs-content.map-active .map-area {
  display: block;
}
@media only screen and (min-width: 768px) {
  .thumbs-content.map-active .thumbs-list {
    display: block;
    overflow: hidden;
    margin: 0 -1px;
  }
}
@media only screen and (min-width: 1024px) {
  .thumbs-content.map-active .thumbs-list {
    margin: 0 -6px;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-content.map-active .thumb-holder {
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .thumbs-content.map-active .thumb-holder {
    margin: 0 0 21px;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-content.info-active .thumbs-list {
    margin: 0 -14px;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-content.info-active .thumbs-list {
    padding: 0 0 0 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .thumbs-content.info-active .thumbs-list {
    padding: 0 0 0 145px;
  }
}
@media only screen and (min-width: 1200px) {
  .thumbs-content.info-active .thumbs-list {
    padding: 0 100px 0 145px;
  }
}
.thumbs-content.info-active .thumbs-list .image-holder {
  height: 222px;
}
.thumbs-content.info-active .thumbs-list .col-list {
  display: block;
}
.thumbs-content.info-active .text,
.thumbs-content.info-active .play-btn,
.thumbs-content.info-active .duration {
  display: none;
}
.thumbs-content.info-active .thumb-holder {
  padding: 0 14px;
  width: 100%;
  /*
            &:nth-child(3), &:nth-child(6), &:nth-child(9),
            &:nth-child(12), &:nth-child(15), &:nth-child(18),
            &:nth-child(21), &:nth-child(24), &:nth-child(27),
            &:nth-child(30), &:nth-child(33), &:nth-child(36), &:nth-child(39),
            &:nth-child(42), &:nth-child(45), &:nth-child(48),
            &:nth-child(51), &:nth-child(54), &:nth-child(57),
            &:nth-child(60), &:nth-child(63), &:nth-child(66), &:nth-child(69),
            &:nth-child(72), &:nth-child(75), &:nth-child(78),
            &:nth-child(81), &:nth-child(84), &:nth-child(87),
            &:nth-child(90), &:nth-child(93), &:nth-child(96), &:nth-child(99),
            &:nth-child(102)
            {
                .col-list {

                    li {
                        &[data-title]:before {

                            @media @tablet {
                                display: block;
                            }

                            @media @desktop {
                                display: none;
                            }
                        }
                    }
                }
            }
            &:nth-child(3),
            &:nth-child(7),
            &:nth-child(11),
            &:nth-child(15),
            &:nth-child(19),
            &:nth-child(23),
            &:nth-child(27),
            &:nth-child(31),
            &:nth-child(35), &:nth-child(39),
            &:nth-child(43), &:nth-child(47),
            &:nth-child(51), &:nth-child(55), &:nth-child(59),
            &:nth-child(63), &:nth-child(67),
            &:nth-child(71), &:nth-child(75), &:nth-child(79),
            &:nth-child(83), &:nth-child(87),
            &:nth-child(91), &:nth-child(95), &:nth-child(99) {

                .col-list {

                    li {
                        &[data-title]:before {

                            @media @desktop {
                                display: block;
                            }
                        }
                    }
                }
            }*/

}
@media only screen and (min-width: 480px) {
  .thumbs-content.info-active .thumb-holder {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-content.info-active .thumb-holder {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .thumbs-content.info-active .thumb-holder {
    margin: 0 0 50px;
    width: 25%;
  }
}
.thumbs-content.info-active .thumb-holder.file .image-holder {
  width: 100%;
}
.thumbs-content.compare-bar-active .compare-bar {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.filter-slide {
  position: relative;
}
.filter-slide .slide-holder {
  position: relative;
  padding: 12px 0 28px;
}
.filter-slide .slide-holder:before {
  content: '';
  position: absolute;
  left: -30px;
  right: -25px;
  height: 1px;
  bottom: 0;
  background: #dedede;
}
.filter-slide .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.filter-slide .links-list li {
  position: relative;
  width: 48%;
  margin: 0 0 8px;
}
.filter-slide .links-list li:only-child {
  width: 100%;
}
.filter-slide .links-list a {
  font-size: 13px;
  line-height: 17px;
  border: 1px solid #dedede;
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  position: relative;
  text-align: center;
  display: block;
  border-radius: 2px;
  padding: 5px 10px 4px;
  color: #000;
  height: 30px;
}
.filter-slide .links-list a:hover {
  border-color: #9f9d9d;
}
.media-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 3px;
}
.media-list li {
  position: relative;
  width: 48%;
  margin: 0 0 9px;
}
.media-list li:only-child {
  width: 100%;
}
.media-list label {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  border: 1px solid #dedede;
  border-radius: 2px;
  display: block;
  height: 44px;
  cursor: pointer;
  padding: 10px 15px 10px 50px;
  transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease;
  color: #000;
  background: #fff;
  margin: 0;
}
.media-list label:hover {
  background: #9f9d9d;
  border-color: #9f9d9d;
  color: #fff;
}
.media-list label i {
  font-size: 20px;
  line-height: 22px;
  position: absolute;
  left: 13px;
  top: 12px;
}
.media-list label .icon-audio {
  font-size: 18px;
}
.media-list label .icon-video {
  font-size: 22px;
  top: 10px;
}
.media-list label .icon-ms-office {
  top: 10px;
}
.media-list input[type="checkbox"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.media-list input[type="checkbox"]:checked + label {
  background: #9f9d9d;
  color: #fff;
  border-color: #9f9d9d;
}
.media-list.style01 label {
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
}
.info-open-close {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.info-open-close > li {
  position: relative;
  margin: 0 0 9px;
  width: 48%;
}
.info-open-close > li:only-child {
  width: 100%;
}
.info-open-close > li.all-is-checked a {
  background: #9f9d9d;
  color: #fff;
  border-color: #9f9d9d;
}
.info-open-close > li.all-is-checked .checkbox-wrap {
  border-color: #9f9d9d;
}
.info-open-close > li.all-is-checked .checkbox-wrap label {
  background: #9f9d9d;
  color: #fff;
}
.info-open-close > li.is-checked .checkbox-wrap {
  border-color: #9f9d9d;
}
.info-open-close .checkbox-wrap {
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  border: 1px solid #dedede;
  position: relative;
  border-radius: 2px;
  padding: 0 30px 0 0;
}
.info-open-close .checkbox-wrap label {
  font-size: 13px;
  line-height: 17px;
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  position: relative;
  display: block;
  padding: 5px 0 4px 8px;
  cursor: pointer;
  color: #000;
  height: 30px;
}
.info-open-close .checkbox-wrap label:hover {
  border-color: #9f9d9d;
}
.info-open-close .checkbox-wrap input[type="checkbox"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  /*&:checked {

				+ label {
					background: @dusty-gray;
					color: @white;
				}

				~ .info-opener {
					background: @dusty-gray;
					color: @white;
				}
			}*/

}
.info-open-close .info-opener {
  transition: background 0.4s ease, color 0.4s ease;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  color: #000;
  outline: none;
}
.info-open-close .info-opener:before {
  font-family: 'icomoon' !important;
  position: absolute;
  right: 10px;
  top: 12px;
  content: "\e908";
  font-size: 6px;
  transition: transform 0.4s ease;
}
.info-open-close .info-slide {
  position: absolute;
  background: #f8f8f8;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 5;
}
.info-open-close .check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border: 1px solid #dedede;
  border-top: none;
  background: #f8f8f8;
  padding: 4px 8px 8px;
  border-radius: 0 0 2px 2px;
}
.info-open-close .check-list li {
  position: relative;
  margin: 0 0 6px;
}
.info-open-close .check-list li:last-child {
  margin-bottom: 0;
}
.info-open-close .check-list label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 18px;
}
.info-open-close .check-list label .icon-holder {
  width: 12px;
  height: 12px;
  border: 1px solid #d5d2d2;
  transition: border-color 0.4s ease, background 0.4s ease;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 2px;
  background: #fff;
}
.info-open-close .check-list label .icon-holder:before {
  font-family: 'icomoon' !important;
  content: "\e910";
  position: absolute;
  left: 1px;
  top: 0;
  font-size: 7px;
  line-height: 10px;
  color: #fff;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.info-open-close .check-list input[type="checkbox"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.info-open-close .check-list input[type="checkbox"]:checked + label .icon-holder {
  background: #bd1818;
  border-color: #bd1818;
}
.info-open-close .check-list input[type="checkbox"]:checked + label .icon-holder:before {
  opacity: 1;
  visibility: visible;
}
.compare-images-wrap {
  position: relative;
}
.compare-images-wrap .compare-head {
  display: block;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .compare-images-wrap .compare-head {
    padding: 0 0 28px;
    margin: 0 0 41px;
  }
}
.compare-images-wrap .compare-head .title {
  font-size: 24px;
  line-height: 27px;
  color: #000;
  margin: 0;
}
.compare-images-wrap .compare-head:before {
  content: '';
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  background: #dedede;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .compare-images-wrap .compare-images {
    margin: 0 -13px -62px;
    padding: 0 5px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .compare-images-wrap .compare-images {
    padding: 0 121px 0 0;
  }
}
.compare-images-wrap .compare-images .image {
  position: relative;
  transition: box-shadow 0.4s ease;
}
.compare-images-wrap .compare-images .image:hover,
.compare-images-wrap .compare-images .image.hover {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2);
}
.compare-images-wrap .compare-images .image:hover .hover-block,
.compare-images-wrap .compare-images .image.hover .hover-block {
  opacity: 1;
  visibility: visible;
}
.compare-images-wrap .compare-images .image:hover + .text,
.compare-images-wrap .compare-images .image.hover + .text {
  color: #000;
}
.compare-images-wrap .hover-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  left: auto;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.compare-images-wrap .option-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 0 9px 9px 0;
}
.compare-images-wrap .option-list li {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  position: relative;
  display: block;
  margin: 0 0 4px;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .compare-images-wrap .option-list li {
    width: 24px;
    height: 24px;
  }
}
.compare-images-wrap .option-list li:last-child {
  margin-bottom: 0;
}
.compare-images-wrap .option-list li:hover .hover-text-wrap,
.compare-images-wrap .option-list li.hover .hover-text-wrap {
  opacity: 1;
  visibility: visible;
}
.compare-images-wrap .option-list li a {
  font-size: 8px;
  line-height: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .compare-images-wrap .option-list li a {
    font-size: 13px;
    line-height: 15px;
  }
}
.compare-images-wrap .option-list li a:hover {
  opacity: 0.8;
}
.compare-images-wrap .hover-text-wrap {
  position: absolute;
  right: 100%;
  padding: 0 6px 0 0;
  top: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .compare-images-wrap .hover-text-wrap {
    display: block;
  }
}
.compare-images-wrap .hover-text {
  font-size: 10px;
  line-height: 12px;
  position: relative;
  border-radius: 3px;
  background: #fff;
  padding: 2px 5px 3px;
  white-space: nowrap;
  display: block;
}
@media only screen and (min-width: 768px) {
  .compare-images-wrap .hover-text {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 13px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
.hidden {
  display: none !important;
}
.jcf-select {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 27px;
  position: relative;
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 4px;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  margin: 3px 20px 0 9px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .jcf-select .jcf-select-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  color: #585858;
  width: 15px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:before {
  font-family: 'icomoon' !important;
  content: "\e908";
  font-size: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  transition: transform 0.4s ease;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -2px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select-drop .jcf-select-drop-content {
  border-radius: 0 0 4px 4px;
  border: 1px solid #dedede;
  border-top: none;
}
.jcf-list-box {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  min-width: 200px;
  margin: 0 15px;
}
.jcf-list {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 16px;
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .jcf-list {
    font-size: 14px;
    line-height: 18px;
  }
}
.jcf-list .jcf-list-content {
  display: inline-block;
  vertical-align: top;
  overflow: auto;
  width: 100%;
}
.jcf-list .jcf-list-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jcf-list .jcf-list-content ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 4px 10px;
  color: #000;
  height: 1%;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 4px 10px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #dedede;
  color: #000;
}
.jcf-select-language {
  width: 58px;
  margin: -4px 0 0;
  border-color: transparent;
}
@media only screen and (min-width: 768px) {
  .jcf-select-language {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .jcf-select-language {
    margin: -5px 0 0;
    width: 110px;
  }
}
.jcf-select-language .jcf-select-text {
  text-align: center;
  margin: 0 0 -4px;
}
@media only screen and (min-width: 768px) {
  .jcf-select-language .jcf-select-text {
    font-size: 0;
    line-height: 0;
    margin: 4px 20px 0 9px;
    text-align: left;
  }
}
.jcf-select-language .jcf-select-text img {
  display: block;
  width: 26px;
  margin: 0 auto 5px;
}
@media only screen and (min-width: 768px) {
  .jcf-select-language .jcf-select-text img {
    display: inline-block;
    vertical-align: top;
    margin: -4px 8px 0 0;
  }
}
.jcf-select-language .jcf-select-opener {
  right: 52px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .jcf-select-language .jcf-select-opener {
    display: block;
  }
}
.jcf-select-language .jcf-option-hidme {
  display: block;
}
@media only screen and (min-width: 768px) {
  .jcf-select-language .jcf-option-hidme {
    display: none;
  }
}
.jcf-select-language.jcf-drop-active {
  border-color: #dedede;
  z-index: 4;
}
.jcf-select-drop.jcf-select-language .jcf-list-content img {
  display: block;
  width: 26px;
  margin: 0 auto -2px;
}
@media only screen and (min-width: 768px) {
  .jcf-select-drop.jcf-select-language .jcf-list-content img {
    display: inline-block;
    vertical-align: top;
    margin: -4px 8px 0 0;
  }
}
.jcf-select-drop.jcf-select-language .jcf-list .jcf-option {
  padding: 4px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .jcf-select-drop.jcf-select-language .jcf-list .jcf-option {
    padding: 4px 10px;
    text-align: left;
  }
}
/* Slick slider styles */

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  background: #b1b1b1;
  transition: background 0.4s ease;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: -12px 0 0;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .slick-arrow {
    width: 34px;
    height: 34px;
    margin: -17px 0 0;
  }
}
.slick-arrow i {
  font-size: 11px;
  line-height: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .slick-arrow i {
    font-size: 14px;
  }
}
.slick-arrow:hover {
  background: #000;
}
.slick-prev {
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .slick-prev {
    left: 16px;
  }
}
.slick-prev i {
  padding: 0 2px 1px 0;
}
@media only screen and (min-width: 768px) {
  .slick-prev i {
    padding: 0 3px 1px 0;
  }
}
.slick-next {
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .slick-next {
    right: 16px;
  }
}
.slick-next i {
  padding: 0 0 1px 2px;
}
@media only screen and (min-width: 768px) {
  .slick-next i {
    padding: 0 0 1px 3px;
  }
}
.compare-head {
  position: relative;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .compare-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 49px;
  }
}
@media only screen and (min-width: 1200px) {
  .compare-head {
    margin: 0 -5px 49px;
  }
}
.compare-head .title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #585858;
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .compare-head .title {
    margin: 0;
  }
}
.compare-list {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
}
@media only screen and (min-width: 768px) {
  .compare-list {
    margin: 0 -10px;
  }
}
.compare-list li {
  position: relative;
  padding: 0 5px 10px;
  color: #585858;
}
@media only screen and (min-width: 768px) {
  .compare-list li {
    padding: 0 10px;
  }
}
.compare-list li.active {
  color: #bd1818;
}
.compare-list li.active a {
  color: #bd1818;
}
.compare-list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 26px;
  color: #585858;
}
.compare-list a i {
  position: absolute;
  font-size: 18px;
  left: 0;
  top: -1px;
}
.compare-list a:hover {
  color: #bd1818;
}
.compare-area {
  position: relative;
  padding: 20px 0;
}
.compare-images {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .compare-images {
    margin: 0 -5px;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .compare-images {
    margin: 0 -9px;
  }
}
@media only screen and (min-width: 1200px) {
  .compare-images {
    margin: 0 -13px;
  }
}
.compare-images .block {
  position: relative;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .compare-images .block {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .compare-images .block {
    padding: 0 9px;
  }
}
.compare-images .image-holder {
  position: relative;
}
.compare-images .text {
  transition: color 0.4s ease;
  padding: 12px 0 0;
  font-size: 14px;
  display: block;
  color: #585858;
}
.compare-images img {
  display: block;
  width: 100%;
  height: auto;
}
.compare-images .duration {
  font-size: 11px;
  line-height: 13px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  color: #fff;
  padding: 2px 6px;
  right: 3px;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .compare-images .duration {
    right: 9px;
    top: 9px;
  }
}
.compare-images .play-btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.26);
  transition: opacity 0.4s ease;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .compare-images .play-btn {
    left: 7px;
    top: 9px;
  }
}
.compare-images .play-btn i {
  font-size: 9px;
  line-height: 9px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.compare-images .play-btn .icon-play {
  padding: 0 0 0 2px;
}
.compare-images .play-btn .icon-file {
  font-size: 11px;
  padding: 0 0 2px 0;
}
.compare-images .play-btn .icon-audio:before {
  content: "\e927";
}
.compare-images .play-btn .icon-file:before {
  content: "\e925";
}
.compare-images .play-btn .icon-play:before {
  content: "\e926";
}
.compare-images .play-btn:hover {
  opacity: 0.8;
}
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: -12px;
  top: -44px;
  font-size: 22px;
  z-index: 401;
  display: none !important;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: #fff;
  padding: 0;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(0%);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.me-plugin {
  position: absolute;
  height: 0;
  width: 0;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */

.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  border: 0;
  padding: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url(bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */

/* Start: CONTROL BAR */

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(/images/controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(controls.png);
}
/* :focus for accessibility */

.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */

.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */

.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/

/* End: Progress Bar */

/* Start: Fullscreen */

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */

/* Start: Mute/Volume */

.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */

.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */

.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */

.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */

/* Start: Loop */

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */

/* Start: backlight */

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */

/* context menu */

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */

}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* Start: Source Chooser */

.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */

/* Start: Speed */

div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
/* End: Speed */

/* TED player */

.mejs-ted .mejs-controls {
  background: #eee;
  height: 65px;
}
.mejs-ted .mejs-button,
.mejs-ted .mejs-time {
  position: absolute;
  background: #ddd;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
  background: url(controls-ted.png) repeat-x 0 -52px;
  height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
  height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: url(controls-ted.png) repeat-x 0 -52px;
  width: 0;
  height: 6px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  height: 6px;
  background: url(controls-ted.png) repeat-x 0 -59px;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  margin: 0;
  width: 14px;
  height: 21px;
  top: -7px;
  border: 0;
  background: url(controls-ted.png) no-repeat 0 0;
}
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none;
}
.mejs-ted .mejs-controls .mejs-playpause-button {
  top: 29px;
  left: 9px;
  width: 49px;
  height: 28px;
}
.mejs-ted .mejs-controls .mejs-playpause-button button {
  width: 49px;
  height: 28px;
  background: url(controls-ted.png) no-repeat -50px -23px;
  margin: 0;
  padding: 0;
}
.mejs-ted .mejs-controls .mejs-pause button {
  background-position: 0 -23px;
}
.mejs-ted .mejs-controls .mejs-fullscreen-button {
  top: 34px;
  right: 9px;
  width: 17px;
  height: 15px;
  background: none;
}
.mejs-ted .mejs-controls .mejs-fullscreen-button button {
  width: 19px;
  height: 17px;
  background: transparent url(controls-ted.png) no-repeat 0 -66px;
  margin: 0;
  padding: 0;
}
.mejs-ted .mejs-controls .mejs-unfullscreen button {
  background: transparent url(controls-ted.png) no-repeat -21px -66px;
  margin: 0;
  padding: 0;
}
.mejs-ted .mejs-controls .mejs-volume-button {
  top: 30px;
  right: 35px;
  width: 24px;
  height: 22px;
}
.mejs-ted .mejs-controls .mejs-mute button {
  background: url(controls-ted.png) no-repeat -15px 0;
  width: 24px;
  height: 22px;
  margin: 0;
  padding: 0;
}
.mejs-ted .mejs-controls .mejs-unmute button {
  background: url(controls-ted.png) no-repeat -40px 0;
  width: 24px;
  height: 22px;
  margin: 0;
  padding: 0;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: #fff;
  border: solid 1px #aaa;
  border-width: 1px 1px 0 1px;
  width: 22px;
  height: 65px;
  top: -65px;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total {
  background: url(controls-ted.png) repeat-y -41px -66px;
  left: 8px;
  width: 6px;
  height: 50px;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current {
  left: 8px;
  width: 6px;
  background: url(controls-ted.png) repeat-y -48px -66px;
  height: 50px;
}
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle {
  display: none;
}
.mejs-ted .mejs-controls .mejs-time span {
  color: #333;
}
.mejs-ted .mejs-controls .mejs-currenttime-container {
  position: absolute;
  top: 32px;
  right: 100px;
  border: solid 1px #999;
  background: #fff;
  color: #333;
  padding-top: 2px;
  border-radius: 3px;
}
.mejs-ted .mejs-controls .mejs-duration-container {
  position: absolute;
  top: 32px;
  right: 65px;
  border: solid 1px #999;
  background: #fff;
  color: #333;
  padding-top: 2px;
  border-radius: 3px;
}
.mejs-ted .mejs-controls .mejs-time button {
  color: #333;
}
.mejs-ted .mejs-controls .mejs-captions-button {
  display: none;
}
/* END: TED player */

/* WMP player */

.mejs-wmp .mejs-controls {
  background: transparent url(controls-wmp-bg.png) center 16px no-repeat;
  height: 65px;
}
.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
  position: absolute;
  background: transparent;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: transparent;
  border: solid 1px #ccc;
  height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
  height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 3px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  height: 1px;
  background-color: #014CB6;
  border: solid 1px #7FC9FA;
  border-width: 1px 0;
  border-color: #7FC9FA #fff #619FF2 #fff;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  margin: 0;
  width: 16px;
  height: 9px;
  top: -3px;
  border: 0;
  background: url(controls-wmp.png) no-repeat 0 -80px;
}
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none;
}
.mejs-wmp .mejs-controls .mejs-playpause-button {
  top: 10px;
  left: 50%;
  margin: 10px 0 0 -20px;
  width: 40px;
  height: 40px;
}
.mejs-wmp .mejs-controls .mejs-playpause-button button {
  width: 40px;
  height: 40px;
  background: url(controls-wmp.png) no-repeat 0 0;
  margin: 0;
  padding: 0;
}
.mejs-wmp .mejs-controls .mejs-pause button {
  background-position: 0 -40px;
}
.mejs-wmp .mejs-controls .mejs-currenttime-container {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -93px;
}
.mejs-wmp .mejs-controls .mejs-duration-container {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -58px;
}
.mejs-wmp .mejs-controls .mejs-volume-button {
  top: 32px;
  right: 50%;
  margin-right: -55px;
  width: 20px;
  height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button button {
  margin: 0;
  padding: 0;
  background: url(controls-wmp.png) no-repeat -42px -17px;
  width: 20px;
  height: 15px;
}
.mejs-wmp .mejs-controls .mejs-unmute button {
  margin: 0;
  padding: 0;
  background: url(controls-wmp.png) no-repeat -42px 0;
  width: 20px;
  height: 15px;
}
.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: rgba(102, 102, 102, 0.6);
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button {
  top: 32px;
  right: 50%;
  margin-right: -82px;
  width: 15px;
  height: 14px;
}
.mejs-wmp .mejs-controls .mejs-fullscreen-button button {
  margin: 0;
  padding: 0;
  background: url(controls-wmp.png) no-repeat -63px 0;
  width: 15px;
  height: 14px;
}
.mejs-wmp .mejs-controls .mejs-captions-button {
  display: none;
}
.video-frame {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .video-frame {
    padding: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .video-frame {
    padding: 18px;
  }
}
.video-frame video {
  width: 100%;
}
.lightbox-heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 22px 0 0;
  color: #fff;
}
.lightbox-close {
  position: absolute;
  right: 0;
  top: -30px;
  color: #fff;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .lightbox-close {
    top: 4px;
    right: -24px;
  }
}
@media only screen and (min-width: 1024px) {
  .lightbox-close {
    right: -34px;
  }
}
.lightbox-close:hover {
  color: #bd1818;
}
.mejs-overlay-button {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.4s ease;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.mejs-overlay-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.mejs-overlay-button:before {
  font-size: 26px;
  line-height: 26px;
  width: 100%;
  height: 100%;
  display: flex;
  font-family: 'icomoon' !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  content: "\e913";
  padding: 0 0 3px 5px;
}
@media only screen and (max-width: 767px) {
  .mejs-container {
    width: 400px !important;
  }
}
@media only screen and (max-width: 480px) {
  .mejs-container {
    width: 280px !important;
  }
}
.pdf-lightbox {
  position: relative;
  max-width: 578px;
  margin: 0 auto;
}
.pdf-lightbox .pdf-slider-holder {
  margin: 0;
}
.pdf-lightbox .pdf-slider-holder .page-number {
  display: block;
}
.pdf-lightbox .pdf-slider-holder .serach-wrap {
  display: flex;
  margin: 0 0 11px;
}
.pdf-lightbox .pdf-slider-holder .search-area p {
  display: block;
}
.pdf-lightbox .pdf-slider {
  padding: 20px 50px;
}
@media only screen and (min-width: 768px) {
  .pdf-lightbox .pdf-slider {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .pdf-lightbox .slick-arrow {
    border: 1px solid #707070;
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .pdf-lightbox .slick-prev {
    left: -64px;
  }
}
@media only screen and (min-width: 768px) {
  .pdf-lightbox .slick-next {
    right: -64px;
  }
}
.lightbox-block {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 25px 20px 30px;
  margin: 0 auto;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block {
    width: 492px;
    padding: 33px 45px 47px;
  }
}
.lightbox-block .h2 {
  font-weight: 600;
  display: block;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block .h2 {
    margin: 0 0 30px;
  }
}
.lightbox-block .title {
  font-size: 21px;
  font-weight: 600;
  display: block;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block .title {
    margin: 0 0 18px;
  }
}
.lightbox-block .checkbox-list {
  padding: 0 0 38px;
}
.lightbox-block .checkbox-list label {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 0 26px;
}
.lightbox-block .checkbox-list .icon-holder {
  width: 16px;
  height: 16px;
  top: 4px;
  left: -1px;
}
.lightbox-block .checkbox-list .icon-holder:before {
  font-size: 9px;
  left: 2px;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block .checkbox-list .icon-holder:before {
    top: -1px;
  }
}
.lightbox-block .checkbox-list .file {
  font-weight: 600;
  display: block;
}
.lightbox-block .checkbox-list .format {
  font-weight: 400;
  display: block;
  font-size: 14px;
}
.lightbox-block .btn {
  font-weight: 600;
  padding: 7px 10px 8px 15px;
  text-align: left;
  width: 168px;
}
.lightbox-block .btn i {
  font-size: 14px;
  margin: 4px 13px 0 0;
}
.lightbox-block .btn .icon-download {
  font-size: 18px;
  margin: 2px 25px 0 0;
}
.lightbox-block .btn .icon-send {
  font-size: 17px;
  margin: 2px 26px 0 -3px;
}
.lightbox-block .btn .icon-crop {
  font-size: 17px;
  margin: 5px 19px 0 0;
}
.lightbox-block .btn .icon-link {
  margin: 3px 22px 0 -2px;
}
.lightbox-block .form-group {
  position: relative;
  margin: 0 0 20px;
}
.lightbox-block .form-group label,
.lightbox-block .form-group .label {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0 0 8px;
}
.lightbox-block .field-holder {
  position: relative;
}
.lightbox-block input[type="text"],
.lightbox-block input[type="email"],
.lightbox-block textarea {
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  height: 41px;
  border-radius: 4px;
  border: 1px solid #d5d2d2;
  background: #fff;
  padding: 8px 12px;
  outline: none;
  box-shadow: none;
  color: #5c5c5c;
}
.lightbox-block input[type="text"]::-webkit-input-placeholder,
.lightbox-block input[type="email"]::-webkit-input-placeholder,
.lightbox-block textarea::-webkit-input-placeholder {
  color: #5c5c5c;
}
.lightbox-block input[type="text"]::-moz-placeholder,
.lightbox-block input[type="email"]::-moz-placeholder,
.lightbox-block textarea::-moz-placeholder {
  opacity: 1;
  color: #5c5c5c;
}
.lightbox-block input[type="text"]:-moz-placeholder,
.lightbox-block input[type="email"]:-moz-placeholder,
.lightbox-block textarea:-moz-placeholder {
  color: #5c5c5c;
}
.lightbox-block input[type="text"]:-ms-input-placeholder,
.lightbox-block input[type="email"]:-ms-input-placeholder,
.lightbox-block textarea:-ms-input-placeholder {
  color: #5c5c5c;
}
.lightbox-block input[type="text"].placeholder,
.lightbox-block input[type="email"].placeholder,
.lightbox-block textarea.placeholder {
  color: #5c5c5c;
}
.lightbox-block textarea {
  height: 105px;
  resize: none;
}
.lightbox-block .note {
  font-size: 14px;
  display: block;
  padding: 18px 0 0;
}
.lightbox-block .image-holder {
  position: relative;
  margin: 0 0 18px;
}
.lightbox-block .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.lightbox-block .wrap {
  position: relative;
  margin: 0 0 18px;
}
.lightbox-block .wrap .heading {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  display: block;
  margin: 0 0 9px;
}
.lightbox-block .fields-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .lightbox-block .fields-wrap {
    margin: -2px 0 27px;
  }
}
.lightbox-block .fields-wrap .text {
  font-size: 15px;
  line-height: 19px;
  display: block;
  padding: 0 5px;
  color: #000;
}
@media only screen and (min-width: 374px) {
  .lightbox-block .fields-wrap .text {
    padding: 0 10px;
  }
}
.lightbox-block .crop-field {
  position: relative;
  width: 125px;
}
@media only screen and (min-width: 374px) {
  .lightbox-block .crop-field {
    width: 132px;
  }
}
.lightbox-block .crop-field input[type="text"],
.lightbox-block .crop-field input[type="email"] {
  height: 29px;
  padding: 2px 8px;
  color: #888787;
}
.lightbox-block .crop-field input[type="text"]::-webkit-input-placeholder,
.lightbox-block .crop-field input[type="email"]::-webkit-input-placeholder {
  color: #888787;
}
.lightbox-block .crop-field input[type="text"]::-moz-placeholder,
.lightbox-block .crop-field input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #888787;
}
.lightbox-block .crop-field input[type="text"]:-moz-placeholder,
.lightbox-block .crop-field input[type="email"]:-moz-placeholder {
  color: #888787;
}
.lightbox-block .crop-field input[type="text"]:-ms-input-placeholder,
.lightbox-block .crop-field input[type="email"]:-ms-input-placeholder {
  color: #888787;
}
.lightbox-block .crop-field input[type="text"].placeholder,
.lightbox-block .crop-field input[type="email"].placeholder {
  color: #888787;
}
.lightbox-block .text-wrap {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  color: #000;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block .text-wrap {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .lightbox-block.style01 {
    padding: 33px 41px 30px 45px;
  }
}
.lightbox-block.style01 .btn {
  width: 201px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block.style01 .checkbox-list {
    padding: 0 0 25px;
  }
}
.lightbox-block.style01 .checkbox-list label {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block.style02 {
    padding: 33px 45px 40px;
  }
}
.lightbox-block.style02 .btn {
  width: 126px;
  padding: 8px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lightbox-block.style02 .checkbox-list {
    padding: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .lightbox-block.style03 {
    padding: 28px 40px 35px;
    width: 573px;
  }
  .lightbox-block.style03 .h2 {
    margin: 0 0 17px 5px;
  }
}
.lightbox-block.style03 .btn {
  width: 157px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block.style04 {
    padding: 33px 46px 24px;
    width: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .lightbox-block.style04 {
    width: 746px;
  }
}
.lightbox-block.style04 .h2 {
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block.style04 .form-group {
    margin: 0 0 24px;
  }
}
.lightbox-block.style04 label {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .lightbox-block.style04 label {
    margin: 0 0 12px;
  }
}
.lightbox-block.style04 .btn {
  width: 212px;
  padding-top: 8px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .lightbox-block.style04 .btn {
    margin: 0 0 35px;
  }
}
.mails-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid #d5d2d2;
  border-radius: 4px;
  padding: 9px 7px 1px;
}
.mails-list li {
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #d5d2d2;
  background: #f7f7f7;
  padding: 3px 30px 3px 14px;
  position: relative;
  margin: 0 4px 5px;
  border-radius: 20px;
}
.mails-list li a {
  font-size: 8px;
  line-height: 10px;
  position: absolute;
  right: 8px;
  top: 7px;
  color: #888787;
}
.mails-list li a:hover {
  color: #bd1818;
}
.radio-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -18px;
}
.radio-list li {
  position: relative;
  padding: 0 18px;
  margin: 0 0 10px;
}
.radio-list label {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 24px;
}
.radio-list label .icon-holder {
  width: 17px;
  height: 17px;
  position: absolute;
  border: 1px solid #a0a0a0;
  left: 0;
  top: 1px;
  border-radius: 50%;
}
.radio-list label .icon-holder:before {
  width: 11px;
  height: 11px;
  background: #bd1818;
  position: absolute;
  left: 2px;
  top: 2px;
  content: '';
  border-radius: 50%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.radio-list input[type="radio"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.radio-list input[type="radio"]:checked + label .icon-holder:before {
  opacity: 1;
  visibility: visible;
}
.bootstrap-tagsinput {
  padding: 7px 7px 2px;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid #d5d2d2;
  border-radius: 4px;
}
.bootstrap-tagsinput .label {
  background: #f7f7f7;
  font-size: 12px !important;
  line-height: 15px !important;
  border: 1px solid #d5d2d2;
  position: relative;
  display: block !important;
  padding: 3px 30px 3px 14px;
  border-radius: 20px;
  margin: 0 4px 5px !important;
  color: #000;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  font-size: 8px;
  line-height: 10px;
  position: absolute;
  right: 8px;
  top: 6px;
  color: #888787;
  margin: 0;
}
.bootstrap-tagsinput .tag [data-role="remove"]:before {
  font-family: 'icomoon' !important;
  content: "\e909";
  position: absolute;
  right: 0;
  top: 0;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  display: none;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: #bd1818;
}
.bootstrap-tagsinput.bootstrap-tagsinput input {
  display: inline;
  height: auto;
  width: auto;
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  position: fixed;
}
.bootstrap-tagsinput.bootstrap-tagsinput.focus input {
  position: static;
}
.filter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #ccc;
  z-index: 1000;
}
@media only screen and (min-width: 1024px) {
  .compare-active.filter-sidebar-active .compare-bar .wrap {
    width: calc(-254%);
    padding-left: 44px;
  }
}
.compare-active.filter-sidebar-active .compare-bar .wrap:before {
  left: 0;
}
.bg-video-holder {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  transition: border 0.4s ease;
  width: 210px;
  height: 158px;
}
.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 5;
}
.bg-video-holder.video-active .bg-video {
  opacity: 1;
}
/* new pager */

.pager li.prev a i,
.pager li.next a i {
  font-size: 12px;
  line-height: 29px;
}
.pager a {
  font-size: 13px;
  line-height: 29px;
  height: 29px;
}
@media only screen and (min-width: 1024px) {
  .pager a {
    width: 29px;
  }
}
.jumpToPage {
  border: solid 1px #E2E2E2;
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  border-radius: 2px;
  outline: none;
}
@media only screen and (min-width: 374px) {
  .jumpToPage {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .jumpToPage {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .jumpToPage {
    max-width: 70px;
    min-width: 44px;
  }
}
.notAvailable {
  opacity: 0.4;
}
.notAvailable a {
  cursor: default !important;
  background-color: #c5c6c7 !important;
  border: none !important;
}
.pager-info .text {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 10px;
  font-weight: normal;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.processingWait {
  line-height: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: -1000px;
}
@media only screen and (min-width: 768px) {
  .processingWait {
    position: relative;
    left: auto;
    margin-left: 10px;
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
/*
// Show number picker on focus
input[type=number]:focus::-webkit-inner-spin-button,
input[type=number]:focus::-webkit-outer-spin-button,
input[type=number]:hover::-webkit-inner-spin-button,
input[type=number]:hover::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    margin: 0 2px 0 0;
}



// Show number picker on focus
input[type=number]:focus,
input[type=number]:hover {
    -moz-appearance: number-input;
} 
*/

/* new pager - end*/

/* adjustments for filters */

.onlycompletewords,
.lastadded {
  background-color: #9f9d9d;
  color: #fff !important;
}
.onlycompletewords > a,
.lastadded > a {
  color: #fff !important;
}
.noassetsfound {
  padding-top: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 1024px) {
  .noassetsfound {
    font-size: 17px;
    padding-top: 25px;
    line-height: 20px;
  }
}
.contributorsdd {
  width: 96% !important;
}
.region-info-area-adjusted {
  border: none !important;
  background: none !important;
  padding: 0px;
}
.pager-info span.text {
  display: inline-block !important;
}
/* standard area */

.standard-area {
  position: relative;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .standard-area {
    margin: 0;
  }
}
.standard-holder {
  position: relative;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .standard-holder {
    margin: 0 0 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .standard-holder {
    margin: 0 0 20px;
  }
}
.standard-holder img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .detailPortrait {
    height: 500px !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.aitag {
  background-color: #eaeaea;
}
.hotSpot {
  position: absolute;
  background-color: transparent;
}
.hotSpotInside {
  border: solid 2px #bd1818;
  cursor: pointer;
}
.transparent {
  background: url(/images/pattern.png);
}
/* hover - selected asset */

.selected-asset {
  color: #bd1818 !important;
}
/* hover - starred asset */

.starred-asset {
  color: #bd1818 !important;
}
/* projects */

.selected-asset-dark {
  color: #ec3425 !important;
}
a.ssSharingViewAll,
a.ssSharingViewAll:visited,
a.ssSharingViewAll:hover {
  color: #bd1818;
  padding-left: 0px;
}
.ssInvitationsContainer {
  overflow-x: hidden;
  overflow-y: auto;
  height: initial;
  max-height: 300px;
}
.ssInvitation {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.ssSharingInfo {
  display: block !important;
}
.ssTo,
.ssDate {
  display: inline-block;
}
.ssTo {
  width: 75%;
}
.ssTo span {
  font-size: 10px;
  clear: both;
  display: block;
}
.ssDate {
  width: 20%;
  float: right;
}
.ssViewed {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.tos-gdpr-holder {
  display: flex;
  justify-content: center;
}
.tos-gdpr-holder .btn {
  padding: 8px 18px;
}
.tos-gdpr-holder .title {
  margin-top: 15%;
  margin-bottom: 35px;
}
.tos-gdpr-holder .tos-gdpr-explanation {
  margin-bottom: 40px;
}
.tos-gdpr-holder .input-holder {
  margin-bottom: 20px;
}
.tos-gdpr-holder .error-message {
  color: #f53a31;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
.tos-gdpr-holder .label-text {
  font-size: 15px;
  font-weight: 600;
}
.tos-gdpr-holder .total-price {
  font-size: 17px;
  font-weight: 600;
  margin-top: 25px;
}
/* Styling for cropping module */

#cropping-module-holder .fields-wrap {
  align-items: unset;
}
#cropping-module-holder .fields-wrap * {
  margin-bottom: 5px;
}
#cropping-module-holder .crop-field.last {
  margin-right: 10px;
}
#cropping-module-holder .fixed-ratio-holder label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 34px;
  font-size: 15px;
  top: 5px;
}
#cropping-module-holder .fields-wrap .text {
  line-height: 26px;
}
#cropping-module-holder .checkbox-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 2px;
  transition: background 0.4s ease, border-color 0.4s ease;
  border: 1px solid #c9c9c9;
}
#cropping-module-holder input[type="checkbox"]:checked + label .checkbox-icon {
  background: #bd1818;
  border-color: #bd1818;
}
#cropping-module-holder .checkbox-icon:before {
  font-family: 'icomoon' !important;
  content: "\e910";
  position: absolute;
  left: 3px;
  top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
#cropping-module-holder input[type="checkbox"]:checked + label .checkbox-icon:before {
  visibility: visible;
  opacity: 1;
}
#cropping-module-holder input::-webkit-outer-spin-button,
#cropping-module-holder input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#cropping-module-holder input[type=number] {
  -moz-appearance: textfield;
}
#cropping-module-holder input[type="number"] {
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d5d2d2;
  background: #fff;
  outline: 0;
  box-shadow: none;
  height: 29px;
  padding: 2px 8px;
}
#cropping-module-holder .image-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cropping-module-holder #cropImg {
  width: auto;
  max-height: 500px;
}
#cropping-module-holder .icon-padlock {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 20px;
  background-color: #bd1818;
  content: url("/images/icons/padlock_open_inverted.svg");
}
#cropping-module-holder .icon-padlock.locked {
  content: url("/images/icons/padlock_locked_inverted.svg");
}
#cropping-module-holder .fixed-ratio-holder input[type="checkbox"]:checked + label .label-text {
  font-weight: 700;
}
/* ToS and privacy policy page below */

.rulesInfoContainer {
  width: 400px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
}
.rulesInfoContainer .tab {
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
  padding-left: 0;
  text-align: left;
  line-height: 40px;
  font-size: 18px;
  color: #989898;
  font-weight: 600;
}
.rulesInfoContainer .acceptIntro {
  font-size: 16px;
  margin-bottom: 25px;
}
.rulesInfoContainer .tab.active,
.rulesInfoContainer .tab:hover {
  border-bottom: solid 1px #bd1818;
  color: #bd1818;
}
.rulesInfoContainer .ruleContent {
  display: none;
}
.rulesInfoContainer .ruleContent.active {
  display: block;
}
.rulesInfoContainer .gdprContextualLink {
  text-decoration: underline;
}
.rulesInfoContainer .checkbox-container {
  position: relative;
  margin-bottom: 15px;
}
.rulesInfoContainer .checkbox-container input {
  display: none;
}
.rulesInfoContainer .gdprAcceptActions {
  margin-top: 30px;
}
.rulesInfoContainer .tabsContainer {
  margin-top: 30px;
}
.rulesInfoContainer .validation-error {
  margin-top: 10px;
  display: block;
}
.rulesInfoContainer .btn {
  padding: 8px 20px;
}
.rulesInfoContainer .btn:not(:last-of-type) {
  margin-right: 20px;
}
.rulesInfoContainer h2 {
  font-weight: 600;
}
.rulesInfoContainer .ruleContent .four-col-area {
  padding: 20px 0;
}
.rulesInfoContainer .four-col-area .container {
  padding: 0;
}
@media (min-width: 850px) {
  .rulesInfoContainer {
    width: 800px;
  }
}
.icon-holder.checkbox {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  transition: background 0.4s ease, border-color 0.4s ease;
  border: 1px solid #c9c9c9;
}
.icon-holder.checkbox:before {
  font-family: 'icomoon' !important;
  content: "\e910";
  position: absolute;
  left: 3px;
  top: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
input[type="checkbox"]:checked ~ label .icon-holder.checkbox {
  background: #bd1818;
  border-color: #bd1818;
}
input[type="checkbox"]:checked ~ label .icon-holder.checkbox:before {
  opacity: 1;
  visibility: visible;
}
.icon-holder.checkbox ~ .label-text {
  margin-left: 30px;
  font-size: 16px;
}
/* Logo display */

.logo {
  top: 0;
  max-height: 41px;
  align-self: center;
}
@media only screen and (min-width: 370px) {
  .logo {
    width: 135px;
    align-self: start;
  }
}
@media only screen and (max-width: 330px) {
  .user-wrap {
    margin: 0 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .logo {
    top: -4px;
    margin-bottom: -3px;
    max-height: 36px;
  }
  .interface-select {
    top: -41px;
  }
}
@media only screen and (min-width: 1024px) {
  .logo {
    width: 210px;
    top: 0;
    left: -5px;
    margin: 0 0 -15px;
    max-height: 58px;
    height: 58px;
  }
  .logo a {
    height: inherit;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1300px) {
  .logo {
    width: 250px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  .menu {
    font-size: 17px;
    justify-content: flex-end;
    margin: 0 -13px;
    margin-left: 210px;
  }
  .menu.lang_es {
    font-size: 16px;
    margin-bottom: 3px;
    top: 2px;
  }
  .menu.lang_fr,
  .menu.lang_de {
    font-size: 15px;
    margin-bottom: 5px;
    top: 5px;
  }
  .menu.lang_es li {
    padding: 0 11px;
  }
  .menu.lang_fr li,
  .menu.lang_de li {
    padding: 0 8px;
  }
}
#popupGDPR .btn {
  width: unset;
}
#popupGDPR .button-holder-flex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#backToSearch {
  color: #000;
}
#backToSearch:hover,
#backToSearch:active {
  color: #bd1818;
}
.content-section {
  font-size: 18px;
  line-height: 23px;
  background: #f9fbfc;
  position: relative;
  min-height: 100vh;
  /*
    &:before {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        content: '';
        background: url(/images/img46.png) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        height: 400px;

        @media @tablet {
            height: 600px;
        }

        @media @desktop {
            height: 800px;
        }

        @media @widescreen {
            height: 1121px;
        }
    }
    */

}
@media only screen and (min-width: 768px) {
  .content-section {
    padding: 52px 0;
  }
}
.content-section .container {
  background: #fff;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .content-section .container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    width: 700px;
    border-radius: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-section .container {
    width: 816px;
  }
}
.content-section .content-header {
  position: relative;
  padding: 26px 16px 21px;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (min-width: 768px) {
  .content-section .content-header {
    padding: 32px 20px 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-section .content-header {
    padding: 32px 32px 26px;
  }
}
.content-section .content-logo {
  position: relative;
  display: block;
  width: 212px;
}
.content-section .content-logo a {
  display: block;
}
.content-section .content-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.content-section .content-wrap {
  position: relative;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .content-section .content-wrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-section .content-wrap {
    padding: 0 40px;
  }
}
.content-section .head-area {
  position: relative;
  padding: 36px 0 29px;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (min-width: 768px) {
  .content-section .head-area {
    padding: 31px 0 29px;
  }
}
.content-section .head-area h1 {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 17px;
}
@media only screen and (min-width: 1024px) {
  .content-section .head-area h1 {
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 17px;
  }
}
.content-section .head-area .text {
  display: block;
}
.content-section .fields-area {
  position: relative;
  padding: 28px 0 0;
  border-bottom: 1px solid #e3e3e3;
}
.content-section .field-holder {
  position: relative;
  margin: 0 0 36px;
}
.content-section .field-holder .label-holder {
  display: block;
  margin: 0 0 5px;
}
.content-section .field-holder label {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.content-section .field-holder input[type="text"],
.content-section .field-holder input[type="tel"],
.content-section .field-holder input[type="email"] {
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  height: 41px;
  border: 1px solid #bebebe;
  background: #fff;
  padding: 5px 15px;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  color: #000;
}
.content-section .field-holder input[type="text"]::-webkit-input-placeholder,
.content-section .field-holder input[type="tel"]::-webkit-input-placeholder,
.content-section .field-holder input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
.content-section .field-holder input[type="text"]::-moz-placeholder,
.content-section .field-holder input[type="tel"]::-moz-placeholder,
.content-section .field-holder input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.content-section .field-holder input[type="text"]:-moz-placeholder,
.content-section .field-holder input[type="tel"]:-moz-placeholder,
.content-section .field-holder input[type="email"]:-moz-placeholder {
  color: #000;
}
.content-section .field-holder input[type="text"]:-ms-input-placeholder,
.content-section .field-holder input[type="tel"]:-ms-input-placeholder,
.content-section .field-holder input[type="email"]:-ms-input-placeholder {
  color: #000;
}
.content-section .field-holder input[type="text"].placeholder,
.content-section .field-holder input[type="tel"].placeholder,
.content-section .field-holder input[type="email"].placeholder {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .content-section .field-holder input[type="text"],
  .content-section .field-holder input[type="tel"],
  .content-section .field-holder input[type="email"] {
    width: 359px;
  }
}
.content-section .required {
  color: #ec3425;
}
.content-section .upload-area {
  padding: 28px 0 38px;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (min-width: 768px) {
  .content-section .upload-area {
    padding: 25px 0 40px;
  }
}
.content-section .upload-area p {
  margin: 0 0 26px;
}
@media only screen and (min-width: 768px) {
  .content-section .upload-area p {
    margin: 0 0 22px;
  }
}
.content-section .upload-area .required {
  font-size: 25px;
  margin: -2px 0 0;
}
.content-section h2 {
  font-size: 26px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .content-section h2 {
    font-size: 28px;
    margin: 0 0 16px;
  }
}
.content-section .upload-field {
  position: relative;
}
.content-section .upload-field input[type="file"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.content-section .upload-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.content-section .upload-wrap label {
  font-size: 17px;
  line-height: 20px;
  width: 141px;
  height: 42px;
  font-weight: 600;
  color: #fff;
  background: #767676;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 10px 5px;
  margin: 0 5px 0 0;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.content-section .upload-wrap label:hover {
  opacity: 0.8;
}
.content-section .images-col-area {
  position: relative;
  padding: 19px 0 0;
}
@media only screen and (min-width: 768px) {
  .content-section .images-col-area {
    padding: 35px 0 43px;
  }
}
.content-section .images-col-area .btn {
  font-size: 17px;
  line-height: 20px;
  width: 128px;
  height: 42px;
  background: #767676;
  border: none;
  border-radius: 5px;
  transition: opacity 0.4s ease;
  font-weight: 600;
  padding: 10px 10px;
  margin: 27px 0 39px;
}
@media only screen and (min-width: 768px) {
  .content-section .images-col-area .btn {
    width: 118px;
    margin: 8px 0 29px;
  }
}
.content-section .images-col-area .btn:hover {
  opacity: 0.8;
}
.content-section .images-col-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .content-section .images-col-holder {
    margin: 0 -7px;
  }
}
.content-section .images-col-holder .image-col {
  width: 100%;
  margin: 0 0 35px;
}
@media only screen and (min-width: 768px) {
  .content-section .images-col-holder .image-col {
    padding: 0 7px;
    margin: 0 0 20px;
    width: 29.7%;
    /**my adjustments **/
    width: auto;
    display: inline;
    min-width: 140px;
  }
  .content-section .images-col-holder .image-col.large {
    width: 52%;
  }
  .content-section .images-col-holder .image-col.small {
    width: 18.3%;
  }
}
.content-section .images-col-holder .block {
  position: relative;
}
.content-section .images-col-holder .image-holder {
  position: relative;
}
.content-section .images-col-holder .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.content-section .images-col-holder .description {
  position: relative;
  padding: 12px 0 0;
}
@media only screen and (min-width: 768px) {
  .content-section .images-col-holder .description {
    padding: 9px 0 0;
  }
}
.content-section .images-col-holder .text {
  font-size: 13px;
  line-height: 16px;
  display: block;
  color: #585858;
  margin: 0 0 10px;
}
.content-section .checkbox-area {
  position: relative;
}
.content-section .checkbox-area input[type="checkbox"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.content-section .checkbox-area input[type="checkbox"]:checked + label .checkbox-btn {
  background: #238301;
}
.content-section .checkbox-area input[type="checkbox"]:checked + label .checkbox-btn:before {
  left: 21px;
}
@media only screen and (min-width: 768px) {
  .content-section .checkbox-area input[type="checkbox"]:checked + label .checkbox-btn:before {
    left: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-section .checkbox-area input[type="checkbox"]:checked + label .checkbox-btn:before {
    left: 21px;
  }
}
.content-section .checkbox-area input[type="checkbox"]:checked + label .checkbox-text {
  color: #238301;
  text-transform: capitalize;
}
.content-section .checkbox-area input[type="checkbox"]:checked + label .checkbox-text .no {
  display: none;
}
.content-section .checkbox-area label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.content-section .checkbox-area label .checkbox-btn {
  width: 37px;
  height: 18px;
  transition: background 0.4s ease;
  background: #5d5d5d;
  position: relative;
  display: block;
  border-radius: 25px;
}
@media only screen and (min-width: 768px) {
  .content-section .checkbox-area label .checkbox-btn {
    width: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-section .checkbox-area label .checkbox-btn {
    width: 37px;
  }
}
.content-section .checkbox-area label .checkbox-btn:before {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  border-radius: 50%;
  transition: left 0.4s ease;
  left: 5px;
  background: #fff;
  top: 3px;
}
.content-section .checkbox-area label .checkbox-text {
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  color: #000;
  transition: color 0.4s ease;
  display: block;
  padding: 0 0 0 6px;
}
@media only screen and (min-width: 768px) {
  .content-section .checkbox-area label .checkbox-text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-section .checkbox-area label .checkbox-text {
    font-size: 13px;
  }
}
.content-section .pager-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 45px;
}
@media only screen and (min-width: 768px) {
  .content-section .pager-holder {
    margin: 0 0 42px;
  }
}
.content-section .pager-holder .text {
  font-size: 14px;
  line-height: 16px;
  padding: 6px 0 0 10px;
  display: block;
  color: #777;
}
@media only screen and (min-width: 374px) {
  .content-section .pager-holder .text {
    font-size: 15px;
    line-height: 17px;
    padding: 12px 0 0 23px;
  }
}
@media only screen and (min-width: 768px) {
  .content-section .pager-holder .text {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0 0 10px;
  }
}
.content-section .pager-holder .prev-btn,
.content-section .pager-holder .next-btn {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 1px;
  color: #fff;
  text-align: center;
  background: #c1c3c4;
  transition: background 0.4s ease;
}
@media only screen and (min-width: 374px) {
  .content-section .pager-holder .prev-btn,
  .content-section .pager-holder .next-btn {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .content-section .pager-holder .prev-btn,
  .content-section .pager-holder .next-btn {
    width: 28px;
    height: 28px;
  }
}
.content-section .pager-holder .prev-btn:hover,
.content-section .pager-holder .next-btn:hover {
  background: #8d9092;
}
.content-section .pager-holder .prev-btn i,
.content-section .pager-holder .next-btn i {
  font-size: 13px;
  line-height: 28px;
  display: block;
}
@media only screen and (min-width: 374px) {
  .content-section .pager-holder .prev-btn i,
  .content-section .pager-holder .next-btn i {
    font-size: 17px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .content-section .pager-holder .prev-btn i,
  .content-section .pager-holder .next-btn i {
    font-size: 13px;
    line-height: 28px;
  }
}
.content-section .pager-holder .prev-btn i {
  margin: 0 0 0 -3px;
}
.content-section .pager-holder .next-btn i {
  margin: 0 0 0 3px;
}
.content-section .pager-holder .number-field-wrap {
  width: 59px;
  height: 28px;
  position: relative;
  margin: 0 6px;
}
@media only screen and (min-width: 374px) {
  .content-section .pager-holder .number-field-wrap {
    width: 74px;
    height: 44px;
    margin: 0 9px;
  }
}
@media only screen and (min-width: 768px) {
  .content-section .pager-holder .number-field-wrap {
    width: 59px;
    height: 28px;
    margin: 0 6px;
  }
}
.content-section .pager-holder .number-field-wrap input[type="text"] {
  font-size: 13px;
  line-height: 17px;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  background: #fff;
  outline: none;
  text-align: center;
  padding: 3px 5px;
  color: #777;
}
.content-section .pager-holder .number-field-wrap input[type="text"]::-webkit-input-placeholder {
  color: #777;
}
.content-section .pager-holder .number-field-wrap input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #777;
}
.content-section .pager-holder .number-field-wrap input[type="text"]:-moz-placeholder {
  color: #777;
}
.content-section .pager-holder .number-field-wrap input[type="text"]:-ms-input-placeholder {
  color: #777;
}
.content-section .pager-holder .number-field-wrap input[type="text"].placeholder {
  color: #777;
}
@media only screen and (min-width: 374px) {
  .content-section .pager-holder .number-field-wrap input[type="text"] {
    font-size: 24px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .content-section .pager-holder .number-field-wrap input[type="text"] {
    font-size: 13px;
    line-height: 17px;
  }
}
.content-section .info-block {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  padding: 29px 0 47px;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .content-section .info-block {
    font-size: 18px;
    padding: 42px 0 47px;
  }
}
.content-section .info-block p {
  margin: 0 0 15px;
}
.content-section .info-block .link {
  font-weight: 600;
  display: block;
}
.content-section .info-block .link a {
  text-decoration: underline;
  color: #30a2e8;
}
.content-section .info-block .link a:hover {
  text-decoration: none;
}
.content-section .user-info {
  position: relative;
  padding: 41px 0 53px;
  border-bottom: 1px solid #e3e3e3;
}
.content-section .user-info .text {
  font-size: 17px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .content-section .user-info .text {
    font-size: 18px;
  }
}
.content-section .user-info .field-holder {
  margin: 15px 0 24px;
}
@media only screen and (min-width: 768px) {
  .content-section .user-info .field-holder {
    margin: 37px 0 24px;
  }
}
.content-section .submit-area {
  position: relative;
  padding: 33px 0 38px;
}
.content-section .submit-area input[type="submit"] {
  font-size: 17px;
  line-height: 20px;
  width: 141px;
  height: 42px;
  font-weight: 600;
  color: #fff;
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
  background: #30a2e8;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 8px 5px;
  transition: opacity 0.4s ease;
  outline: none;
  box-shadow: none;
  border: none;
}
.content-section .submit-area input[type="submit"]:hover {
  opacity: 0.8;
}
/************************************/

.content-section .images-col-holder {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .content-section .images-col-holder .image-holder img {
    display: block;
    width: auto;
    height: 156px;
  }
}
.imgFrame {
  max-width: 100px;
  max-height: 150px;
  display: inline-block;
  vertical-align: bottom;
}
.content-section .upload-field {
  display: inline-block;
  vertical-align: bottom;
}
.crMandatory {
  background-color: #e8e8e8 !important;
}
.lightbox-close {
  text-decoration: none;
  outline: none;
}
.feConsentSubmit {
  display: inline-block !important;
  min-width: 141px !important;
  width: auto !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.feConsentSubmitNot {
  background-color: #cc4b4b !important;
  /*float: right;*/
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .feConsentSubmitNot {
    background-color: #cc4b4b !important;
    float: initial;
    margin-left: initial;
    margin-top: 10px;
  }
}
.tag-section {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .tag-section {
    display: flex;
    flex-wrap: wrap;
  }
}
.tags-form {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .tags-form {
    border-right: 1px solid #eaeaea;
    width: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .tags-form {
    width: 518px;
  }
}
.tags-form .open-close {
  background: #ebebeb;
  position: relative;
  margin: 0 0 1px;
}
.tags-form .open-close .opener {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  font-weight: 600;
  color: #585858;
}
@media only screen and (min-width: 768px) {
  .tags-form .open-close .opener {
    padding: 12px 40px 12px 28px;
  }
}
.tags-form .open-close .opener .icon-arrow-down {
  font-size: 8px;
  line-height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: transform 0.4s ease;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .tags-form .open-close .opener .icon-arrow-down {
    right: 25px;
  }
}
.tags-form .open-close .language-opener {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) {
  .tags-form .open-close .language-opener {
    padding-left: 64px;
  }
}
.tags-form .open-close .language-opener img {
  position: absolute;
  left: 15px;
  top: 8px;
  width: 26px;
}
@media only screen and (min-width: 768px) {
  .tags-form .open-close .language-opener img {
    left: 28px;
    top: 9px;
  }
}
.tags-form .open-close.active > .opener .icon-arrow-down {
  transform: translateY(-50%) rotate(180deg);
}
.tags-form .slide,
.tags-form .info-slide {
  overflow: hidden;
  position: relative;
}
.tags-form .slide-detail {
  position: relative;
  padding: 5px 28px 5px 50px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tags-form .slide-detail {
    padding: 5px 28px 5px 64px;
  }
}
.tags-form .info-detail {
  position: relative;
  padding: 5px 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tags-form .info-detail {
    padding: 5px 22px 5px 28px;
  }
}
.tags-form .category-detail {
  position: relative;
  padding: 5px 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tags-form .category-detail {
    padding: 5px 22px 5px 28px;
  }
}
.tags-form .category-detail .open-close {
  background: #f5f5f5;
  border-bottom: 2px solid #ebebeb;
}
.tags-form .category-detail .opener {
  text-transform: uppercase;
}
.tags-form .category-detail .opener.style01 {
  text-transform: none;
}
.tags-form .category-detail .search-field {
  width: 280px;
  height: 46px;
  position: relative;
  background: #fff;
  border: 2px solid #dedede;
  border-radius: 2px;
  padding: 0 0 0 30px;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .tags-form .category-detail .search-field {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .tags-form .category-detail .search-field {
    width: 320px;
  }
}
.tags-form .category-detail .search-field input[type="search"],
.tags-form .category-detail .search-field input[type="text"] {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 5px 10px;
  box-shadow: none;
  color: #000;
}
.tags-form .category-detail .search-field input[type="search"]::-webkit-input-placeholder,
.tags-form .category-detail .search-field input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
.tags-form .category-detail .search-field input[type="search"]::-moz-placeholder,
.tags-form .category-detail .search-field input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.tags-form .category-detail .search-field input[type="search"]:-moz-placeholder,
.tags-form .category-detail .search-field input[type="text"]:-moz-placeholder {
  color: #000;
}
.tags-form .category-detail .search-field input[type="search"]:-ms-input-placeholder,
.tags-form .category-detail .search-field input[type="text"]:-ms-input-placeholder {
  color: #000;
}
.tags-form .category-detail .search-field input[type="search"].placeholder,
.tags-form .category-detail .search-field input[type="text"].placeholder {
  color: #000;
}
.tags-form .category-detail .search-field .icon-serach {
  position: absolute;
  left: 13px;
  top: 13px;
  font-size: 16px;
  color: #000;
}
.tags-form .field-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .tags-form .field-holder {
    margin: 0 0 14px;
  }
}
.tags-form .field-holder .label {
  position: relative;
  padding: 6px 0 0;
  width: 85px;
}
@media only screen and (min-width: 1200px) {
  .tags-form .field-holder .label {
    width: 115px;
  }
}
.tags-form .field-holder label {
  display: inline-block;
  vertical-align: top;
  color: #585858;
  margin: 0;
}
.tags-form .field-holder .input {
  position: relative;
  width: calc(100% - 85px);
}
@media only screen and (min-width: 1200px) {
  .tags-form .field-holder .input {
    width: calc(100% - 115px);
  }
}
.tags-form .field-holder input[type="text"],
.tags-form .field-holder input[type="tel"],
.tags-form .field-holder input[type="email"],
.tags-form .field-holder input[type="search"],
.tags-form .field-holder textarea {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 30px;
  outline: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #d5d2d2;
  padding: 5px 15px;
  color: #585858;
}
.tags-form .field-holder input[type="text"]::-webkit-input-placeholder,
.tags-form .field-holder input[type="tel"]::-webkit-input-placeholder,
.tags-form .field-holder input[type="email"]::-webkit-input-placeholder,
.tags-form .field-holder input[type="search"]::-webkit-input-placeholder,
.tags-form .field-holder textarea::-webkit-input-placeholder {
  color: #585858;
}
.tags-form .field-holder input[type="text"]::-moz-placeholder,
.tags-form .field-holder input[type="tel"]::-moz-placeholder,
.tags-form .field-holder input[type="email"]::-moz-placeholder,
.tags-form .field-holder input[type="search"]::-moz-placeholder,
.tags-form .field-holder textarea::-moz-placeholder {
  opacity: 1;
  color: #585858;
}
.tags-form .field-holder input[type="text"]:-moz-placeholder,
.tags-form .field-holder input[type="tel"]:-moz-placeholder,
.tags-form .field-holder input[type="email"]:-moz-placeholder,
.tags-form .field-holder input[type="search"]:-moz-placeholder,
.tags-form .field-holder textarea:-moz-placeholder {
  color: #585858;
}
.tags-form .field-holder input[type="text"]:-ms-input-placeholder,
.tags-form .field-holder input[type="tel"]:-ms-input-placeholder,
.tags-form .field-holder input[type="email"]:-ms-input-placeholder,
.tags-form .field-holder input[type="search"]:-ms-input-placeholder,
.tags-form .field-holder textarea:-ms-input-placeholder {
  color: #585858;
}
.tags-form .field-holder input[type="text"].placeholder,
.tags-form .field-holder input[type="tel"].placeholder,
.tags-form .field-holder input[type="email"].placeholder,
.tags-form .field-holder input[type="search"].placeholder,
.tags-form .field-holder textarea.placeholder {
  color: #585858;
}
.tags-form .field-holder textarea {
  resize: none;
  height: 120px;
  padding-top: 10px;
}
.tags-form .checkbox-list {
  padding: 10px 0 0;
}
.tags-form .checkbox-list li {
  margin: 0 0 12px;
}
.tags-form .checkbox-list li:last-child {
  margin-bottom: 0;
}
.tags-form .checkbox-list .icon-holder {
  background: #fff;
  top: -2px;
}
.tags-form .sub-open-close {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 0 30px 10px 15px;
}
@media only screen and (min-width: 768px) {
  .tags-form .sub-open-close {
    padding: 0 50px 15px 28px;
  }
}
.tags-form .sub-open-close > li {
  position: relative;
}
.tags-form .sub-open-close > li:only-child .checkbox-wrap {
  border-bottom: none;
}
.tags-form .sub-open-close .info-opener {
  position: absolute;
  right: 0;
  top: 50%;
  color: #585858;
  transform: translateY(-50%);
}
.tags-form .sub-open-close .info-opener .icon-arrow-down {
  font-size: 8px;
  line-height: 12px;
  display: block;
  transition: transform 0.4s ease;
}
.tags-form .sub-open-close .checkbox-wrap {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tags-form .sub-open-close .checkbox-wrap {
    padding: 12px 20px 12px 0;
  }
}
.tags-form .sub-open-close .checkbox-wrap label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .tags-form .sub-open-close .checkbox-wrap label {
    font-size: 16px;
    line-height: 20px;
  }
}
.tags-form .sub-open-close .checkbox-wrap label .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  border: 1px solid #c9c9c9;
  background: #fff;
  transition: background 0.4s ease, border 0.4s ease;
  left: 0;
  top: 3px;
}
.tags-form .sub-open-close .checkbox-wrap label .icon:before {
  font-family: 'icomoon' !important;
  content: "\e910";
  position: absolute;
  left: 2px;
  top: 0;
  color: #fff;
  font-size: 8px;
  line-height: 15px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.tags-form .sub-open-close .checkbox-wrap input[type="checkbox"] {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.tags-form .sub-open-close .checkbox-wrap input[type="checkbox"]:checked + label .icon {
  background: #bd1818;
  border-color: #bd1818;
}
.tags-form .sub-open-close .checkbox-wrap input[type="checkbox"]:checked + label .icon:before {
  opacity: 1;
  visibility: visible;
}
.tags-form .checkbox-list-holder {
  position: relative;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 5px 12px;
}
.tags-form .checkbox-list-holder .checkbox-wrap {
  padding: 0;
  border: none;
}
.tags-form .info-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 0 5px;
  width: 50%;
}
.tags-form .info-checklist li {
  margin: 0 0 13px;
}
.tags-form .info-checklist li:last-child {
  margin-bottom: 0;
}
.tags-form .license-detail {
  position: relative;
  padding: 5px 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tags-form .license-detail {
    padding: 5px 40px 5px 28px;
  }
}
.tags-form .license-detail .text {
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: #585858;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .tags-form .license-detail .text {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 15px;
  }
}
.tags-form .license-detail .checkbox-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tags-form .license-detail .checkbox-list li {
  width: 50%;
}
.tags-form .license-detail .field-holder {
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .tags-form .license-detail .field-holder {
    margin: 0 0 18px;
  }
}
.tags-form .license-detail .field-holder input[type="text"],
.tags-form .license-detail .field-holder input[type="email"],
.tags-form .license-detail .field-holder input[type="search"] {
  padding-left: 50px;
}
.tags-form .license-detail .label-holder {
  position: absolute;
  left: 16px;
  top: 2px;
}
.tags-form .license-detail .label-holder img {
  display: block;
  width: 26px;
}
.tags-form .photographer-detail {
  position: relative;
  padding: 0 0 20px;
}
.tags-form .photographer-detail .photo-btn {
  font-size: 12px;
  line-height: 18px;
  width: 115px;
  height: 42px;
  display: block;
  background: #555958;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 12px 5px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .tags-form .photographer-detail .photo-btn {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .tags-form .photographer-detail .photo-btn {
    font-size: 15px;
    margin: 0 0 0 15px;
    width: 145px;
  }
}
.tags-form .photographer-detail .photo-btn:hover {
  opacity: 0.8;
}
.tags-form .photographer-detail .add-btn {
  font-size: 14px;
  line-height: 18px;
  width: 60px;
  height: 36px;
  display: block;
  background: #555958;
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 9px 5px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .tags-form .photographer-detail .add-btn {
    font-size: 15px;
    width: 70px;
  }
}
.tags-form .photographer-detail .add-btn:hover {
  opacity: 0.8;
}
.tags-form .select-wrap {
  position: relative;
  padding: 0 15px 20px;
}
@media only screen and (min-width: 768px) {
  .tags-form .select-wrap {
    padding: 0 28px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.tags-form .select-wrap .label-holder {
  position: relative;
  margin: 0 0 8px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .tags-form .select-wrap .label-holder {
    padding: 11px 0 0;
    width: 90px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tags-form .select-wrap .label-holder {
    width: 125px;
  }
}
.tags-form .select-wrap .label-holder label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #585858;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .tags-form .select-wrap .label-holder label {
    font-size: 16px;
  }
}
.tags-form .select-field {
  position: relative;
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .tags-form .select-field {
    margin: 0;
  }
}
.tags-form .select-field .jcf-select {
  width: 150px;
  height: 42px;
  border-radius: 0;
  background: #fcf6f8;
}
@media only screen and (min-width: 768px) {
  .tags-form .select-field .jcf-select {
    width: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  .tags-form .select-field .jcf-select {
    width: 170px;
  }
}
.tags-form .select-field .jcf-select .jcf-select-text {
  margin: 12px 25px 0 12px;
  color: #585858;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .tags-form .select-field .jcf-select .jcf-select-text {
    margin: 10px 25px 0 12px;
  }
}
.tags-form .select-field .jcf-select .jcf-select-opener {
  width: 20px;
}
.tags-form .select-field .jcf-select .jcf-select-opener:before {
  top: 18px;
}
.tags-form .fields-info-area {
  background: #f8f8f8;
  position: relative;
  padding: 10px 15px 5px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .tags-form .fields-info-area {
    padding: 20px 28px 10px;
    margin: 0 0 20px;
  }
}
.tags-form .fields-info-area:before {
  content: '';
  position: absolute;
  left: 50px;
  top: -16px;
  border-style: solid;
  border-width: 0 15px 16px;
  border-color: transparent transparent #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .tags-form .fields-info-area:before {
    left: 293px;
  }
}
@media only screen and (min-width: 1024px) {
  .tags-form .fields-info-area:before {
    right: 75px;
    left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .tags-form .fields-info-area:before {
    right: 93px;
  }
}
.tags-form .fields-info-area .title {
  font-size: 16px;
  line-height: 20px;
  color: #585858;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}
.tags-form .fields-row {
  position: relative;
  margin: 0 -9px;
}
@media only screen and (min-width: 768px) {
  .tags-form .fields-row {
    display: flex;
    flex-wrap: wrap;
  }
}
.tags-form .fields-row .row {
  position: relative;
  padding: 0 9px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .tags-form .fields-row .row {
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .tags-form .fields-row .row.style01 input[type="text"],
  .tags-form .fields-row .row.style01 input[type="email"],
  .tags-form .fields-row .row.style01 input[type="search"] {
    width: 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .tags-form .fields-row .row.style01 input[type="text"],
  .tags-form .fields-row .row.style01 input[type="email"],
  .tags-form .fields-row .row.style01 input[type="search"] {
    width: 100px;
  }
}
.tags-form .fields-row input[type="text"],
.tags-form .fields-row input[type="email"],
.tags-form .fields-row input[type="search"] {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 36px;
  outline: none;
  background: #fff;
  padding: 5px 10px;
  box-shadow: none;
  color: #585858;
  border: 1px solid #e0e0e0;
}
.tags-form .fields-row input[type="text"]::-webkit-input-placeholder,
.tags-form .fields-row input[type="email"]::-webkit-input-placeholder,
.tags-form .fields-row input[type="search"]::-webkit-input-placeholder {
  color: #585858;
}
.tags-form .fields-row input[type="text"]::-moz-placeholder,
.tags-form .fields-row input[type="email"]::-moz-placeholder,
.tags-form .fields-row input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #585858;
}
.tags-form .fields-row input[type="text"]:-moz-placeholder,
.tags-form .fields-row input[type="email"]:-moz-placeholder,
.tags-form .fields-row input[type="search"]:-moz-placeholder {
  color: #585858;
}
.tags-form .fields-row input[type="text"]:-ms-input-placeholder,
.tags-form .fields-row input[type="email"]:-ms-input-placeholder,
.tags-form .fields-row input[type="search"]:-ms-input-placeholder {
  color: #585858;
}
.tags-form .fields-row input[type="text"].placeholder,
.tags-form .fields-row input[type="email"].placeholder,
.tags-form .fields-row input[type="search"].placeholder {
  color: #585858;
}
@media only screen and (min-width: 768px) {
  .tags-form .fields-row input[type="text"],
  .tags-form .fields-row input[type="email"],
  .tags-form .fields-row input[type="search"] {
    width: 112px;
  }
}
@media only screen and (min-width: 1200px) {
  .tags-form .fields-row input[type="text"],
  .tags-form .fields-row input[type="email"],
  .tags-form .fields-row input[type="search"] {
    width: 160px;
    font-size: 15px;
    padding: 5px 15px;
  }
}
.tags-form .btn-holder {
  position: relative;
  background: #f7f7f7;
  text-align: center;
  display: block;
  padding: 10px 12px;
}
.tags-form .btn-holder .btn {
  /*background: @blue;*/
  display: block;
  height: 34px;
  font-size: 16px;
  padding: 6px 15px;
  border: none;
  transition: opacity 0.4s ease;
}
.tags-form .btn-holder .btn:hover {
  opacity: 0.8;
}
.upload-content {
  position: relative;
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .upload-content {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .upload-content {
    width: calc(100% - 400px);
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .upload-content {
    width: calc(100% - 518px);
  }
}
.upload-content .upload-head {
  position: relative;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .upload-content .upload-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
  }
}
.upload-content .links-list {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px 12px;
}
@media only screen and (min-width: 768px) {
  .upload-content .links-list {
    margin: 0 -10px;
  }
}
.upload-content .links-list li {
  position: relative;
  padding: 0 10px;
}
.upload-content .links-list a {
  color: #31a2e8;
}
.upload-content .links-list a:hover {
  color: #bd1818;
}
.upload-content .upload-area {
  position: relative;
}
.upload-content .upload-area img {
  width: 100%;
  height: auto;
  display: block;
}
/* distribution */

.tagdistributioncontainer {
  padding-bottom: 15px;
}
.tagSectionFormHeader {
  padding-top: 15px;
  margin-bottom: 20px;
}
/* privacy stuff*/

.tagprivacycontainer {
  margin: 20px;
  margin-left: 32px;
  margin-right: 32px;
  border: 1px solid #eaeaea;
  padding: 20px;
  padding-bottom: 0px;
}
.tagprivacycontainer a.privacyformloader {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  margin-top: 14px;
  margin-bottom: 43px;
  display: block;
}
.tagprivacycontainer .tagprivacyheader {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}
.tagprivacycontainer .tagprivacyheader img {
  height: 22px;
}
.tagprivacycontainer .tagprivacyheader span {
  margin-left: 10px;
  line-height: 22px;
  vertical-align: text-top;
}
.tagprivacycontainer .tagprivacysection {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
}
.tagprivacycontainer .tagprivacysection .slide {
  max-width: 97%;
}
.tagprivacycontainer .tagprivacyemail .lightbox-block.style01 {
  padding: 0;
}
.tagprivacycontainer .sendtoReceivers .bootstrap-tagsinput {
  width: 390px;
}
.tagprivacycontainer .sendtoReceivers .bootstrap-tagsinput input[type=text] {
  width: unset;
  background-image: none;
  box-shadow: none;
  border: none;
}
.tagprivacycontainer .sendtoReceivers .bootstrap-tagsinput .label {
  display: block !important;
  font-size: 12px !important;
  line-height: 15px !important;
  position: relative;
  width: auto !important;
  padding-right: 25px;
  vertical-align: top;
  padding: 3px 30px 3px 14px !important;
  margin: 0px 4px 5px 4px !important;
}
.tagprivacycontainer #uploadConsentRequester {
  margin-bottom: 20px;
}
.tagSectionHeader {
  background-color: transparent;
  margin-left: 32px;
  margin-bottom: 19px;
  display: block;
}
.tagSectionHeader span {
  font-size: 19px;
  line-height: 24px;
}
.tagUploadHeader {
  margin-bottom: 0px;
  margin-left: 0px;
}
.upload-content {
  padding-top: 20px;
}
#popupDeleteDocuments {
  background-color: #FFFFFF;
  padding: 20px;
}
#popupDeleteDocuments .deleteDocumentsHeader {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  display: block;
}
#popupDeleteDocuments .deleteDocumentsExplanation {
  margin-top: 10px;
  font-size: 17px;
  display: block;
}
#popupDeleteDocuments .deleteSelectedAssetsContainer {
  clear: both;
  width: 100%;
  display: block;
  margin-top: 30px;
}
#popupDeleteDocuments .deleteSelectedAssetsContainer .cancelDelete {
  float: left;
  margin-left: 10px;
  margin-right: 50px;
}
#popupDeleteDocuments .deleteSelectedAssetsContainer .continueDelete {
  float: right;
  margin-right: 10px;
  margin-left: 50px;
  cursor: pointer;
}
/* dates */

.tags-form {
  z-index: 2000;
}
.ui-datepicker {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
  font-size: 12px;
}
.tags-form .dates {
  position: relative;
  padding: 5px 25px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tags-form .license-detail {
    padding: 5px 40px 5px 28px;
  }
}
.tags-form .dates .text {
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: #585858;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .tags-form .dates.text {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 15px;
  }
}
.dates {
  padding: 2px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dates .row {
  width: 48%;
  margin-bottom: 10px;
}
.dates .row .jcf-label {
  margin: 28px 0 0;
}
.dates input[type="text"],
.dates [data-datepicker] {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 30px;
  outline: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #d5d2d2;
  padding: 5px 15px;
  color: #585858;
}
.dates input[type="text"]::-webkit-input-placeholder,
.dates [data-datepicker]::-webkit-input-placeholder {
  color: #808080;
}
.dates input[type="text"]::-moz-placeholder,
.dates [data-datepicker]::-moz-placeholder {
  opacity: 1;
  color: #808080;
}
.dates input[type="text"]:-moz-placeholder,
.dates [data-datepicker]:-moz-placeholder {
  color: #808080;
}
.dates input[type="text"]:-ms-input-placeholder,
.dates [data-datepicker]:-ms-input-placeholder {
  color: #808080;
}
.dates input[type="text"].placeholder,
.dates [data-datepicker].placeholder {
  color: #808080;
}
.dates [class*="icon-"] {
  font-size: 16px;
  color: #31a2e8;
  position: absolute;
  top: 5px;
  right: 7px;
  pointer-events: none;
}
.login-body {
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 630px;
  /* Change password */

}
.login-body .login-page {
  background-repeat: no-repeat;
  background-size: cover;
}
.login-body form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-body .login-form {
  max-width: 420px;
  width: 100%;
  background-color: #fff;
  position: relative;
  min-height: 600px;
  margin: 0 20px 20px;
}
.login-body .top-box {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 43px;
  position: relative;
  height: auto;
  min-height: 430px;
  padding-bottom: 40px;
}
.login-body .login-logo {
  margin: auto;
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
.login-body .centered-text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.login-body .centered-text {
  text-align: center;
}
.login-body .login-btn {
  display: inline-block;
  width: 100%;
  height: 30px;
  font-size: 14px;
  border-radius: 2px;
  border: 0;
  opacity: 0.9;
}
.login-body .login-btn:hover {
  opacity: 1;
}
.login-body .login-or {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
}
.login-body .login-input {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.login-body .login-input input {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  float: right;
  font-weight: 600;
  color: #555;
  border: 1px solid #ddd;
  border-left: none;
  flex: 1;
  display: -webkit-flex;
}
.login-body .login-rememberme {
  margin: 20px 0;
  margin-bottom: 16px;
  color: #888;
}
.login-body .login-rememberme:hover {
  color: #999;
}
.login-body .login-rememberme input[type="checkbox"] {
  display: none;
}
.login-body .login-rememberme label {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  top: 1px;
}
.login-body .login-rememberme input[type="checkbox"] + label:before {
  border: 1px solid #888;
  content: "\00a0";
  display: inline-block;
  font: 2px/1em;
  height: 7px;
  width: 7px;
  margin: -0.1em 0.75em 0 0;
  padding: 1px;
  vertical-align: top;
  font-size: 8px;
  border-radius: 2px;
}
.login-body .login-rememberme:hover input[type="checkbox"] + label:before {
  border: 1px solid #999;
}
.login-body .login-rememberme input[type="checkbox"]:checked + label:before {
  background: #fff;
  content: "\2713";
  text-align: center;
}
.login-body .login-rememberme input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}
.login-body a.login-forgot:not([href]):not([tabindex]),
.login-body a.login-forgot:not([href]):not([tabindex]):visited {
  font-size: 15px;
  color: #666;
  padding-bottom: 1px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  cursor: pointer;
}
.login-body label span {
  cursor: pointer;
}
.login-body a.login-forgot:not([href]):not([tabindex]):hover {
  color: #999;
}
.login-body .login-error {
  color: #f53a31;
  font-weight: bold;
}
.login-body #info-box {
  display: block;
  margin-bottom: 10px;
}
.login-body span[class^="icon-"],
.login-body span[class*=" icon-"] {
  content: "";
  display: inline-block;
  float: left;
  width: 38px;
  height: 41px;
}
.login-body .login-google,
.login-body .login-google:visited {
  height: 41px;
  background-color: #bd1818;
  font-size: 18px;
  text-decoration: none;
  color: white !important;
  margin-bottom: 10px;
  border-radius: 3px;
}
.login-body .icon-mail {
  background: #cddbe5 url('/images/login/mail.png') no-repeat center center;
  background-size: 15px;
}
.login-body .icon-lock {
  background: #cddbe5 url('/images/login/password.png') no-repeat center center;
  background-size: 10px;
}
.login-body .icon-google {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/images/login/google.png');
  background-color: #901212;
  background-size: 15px 15px;
  border-radius: 3px 0 0 3px;
}
.login-body .login-remembermeContainer {
  margin-bottom: 24px;
  margin-top: 20px;
  position: relative;
}
.login-body .login-remembermeContainer span {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #6b6b6b;
  top: -2px;
  position: relative;
}
.login-body .login-remembermeContainer input {
  top: 2px;
}
.login-body .login-input {
  height: unset;
  border: solid 1px #CDDBE5;
}
.login-body .login-mail {
  background: url('/images/login/mail.png') no-repeat 9px 12px #cddbe5;
}
.login-body .login-password,
.login-body .login-pass-repeat {
  background: url('/images/login/password.png') no-repeat 13px 12px #cddbe5;
}
.login-body .login-username {
  background: #cddbe5 url('/images/login/user_icon_white.svg') no-repeat 7px 9px;
  background-size: 23px;
}
.login-body .login-company {
  background: #cddbe5 url('/images/login/suitcase_white.svg') no-repeat 7px 9px;
  background-size: 23px;
}
.login-body .login-input input[type=text],
.login-body .login-input input[type=password],
.login-body .login-input input[type=email] {
  margin-left: 38px;
  height: 38px;
  padding-left: 12px;
  font-size: 20px;
  font-weight: normal;
  border: none;
  width: calc(100% - 38px);
}
.login-body .login-button,
.login-body .login-button:visited {
  height: 41px;
  background-color: #D3D3D3;
  color: #292929 !important;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  cursor: pointer;
}
.login-body .login-forgot:visited {
  position: absolute;
  bottom: 25px;
  font-size: 13px;
}
.login-body .bottom-box {
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.2);
  padding: 35px 50px;
  max-height: 130px;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}
.login-body .login-new {
  width: 40%;
  color: #555;
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
}
.login-body .login-newbutton,
.login-body .login-newbutton:visited {
  width: 60%;
  font-size: 15px;
  background-color: #9f9d9d;
  color: #E5E5E5 !important;
  min-height: 41px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.login-body .support-info {
  width: 100%;
}
.login-body .support-info span {
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 2px;
}
.login-body .support-info a,
.login-body .support-info a:hover {
  color: #000000;
  font-weight: 800;
}
@media (max-height: 700px) {
  .login-body .support-info {
    height: 20px;
  }
  .login-body .support-info span {
    margin-top: 5px;
  }
}
.login-body .login-form {
  box-shadow: 1px 1px 20px 0px rgba(136, 136, 136, 0.54);
}
.login-body .login-input input,
.login-body .login-button {
  font-family: Source Sans Pro;
}
@media (min-width: 600px) {
  .login-body .login-form {
    min-width: 450px;
  }
}
@media (max-width: 479px) {
  .login-body {
    min-height: unset;
  }
  .login-body .login-form {
    min-height: unset;
    width: unset;
  }
  .login-body form {
    margin-bottom: 0;
    margin-block-end: 0;
  }
  .login-body .top-box,
  .login-body .bottom-box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-body .login-input input[type=text],
  .login-body .login-input input[type=password] {
    font-size: 16px;
  }
  .login-body .top-box {
    padding-top: 25px;
    padding-bottom: 20px;
    min-height: unset;
  }
  .login-body .bottom-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .login-body .login-logo {
    margin-bottom: 30px;
  }
  .login-body .login-newbutton {
    min-height: 32px;
  }
  .login-body .login-new {
    font-size: 16px;
  }
  .login-body .login-or {
    height: 20px;
  }
  .login-body .login-remembermeContainer {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .login-body .support-info {
    width: unset;
    margin: 0 20px;
    height: unset;
  }
}
.login-body .gdprAccept input[type=checkbox] {
  float: left;
  padding-right: 10px;
  width: 14px !important;
  margin-left: 0px;
  margin-right: 10px !important;
  position: relative;
}
.login-body .gdprAccept span {
  line-height: 20px;
}
.login-body .gdprAccept a,
.login-body .gdprAccept a:hover,
.login-body .gdprAccept a:visited {
  text-decoration: underline !important;
}
.login-body .login-new-de {
  width: 167px;
}
.login-body .login-new-sv {
  width: 177px;
}
.login-body .login-new-es {
  width: 168px;
}
.login-body .password-explanation {
  color: #737373;
  font-weight: normal;
  margin-bottom-bottom: 15px;
}
.login-body .password-strength-container {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
.login-body .password-explanation {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.login-body .password-strength-container {
  border-radius: 0;
}
.login-body .password-reset .top-box {
  min-height: unset;
}
.login-body .password-reset .login-form {
  min-height: unset;
}
.login-body .password-reset .login-button {
  margin-top: 20px;
}
/* New user */

.login-body .new-user .login-form {
  min-height: unset;
}
.login-body .new-user .input-row {
  display: flex;
}
.login-body .new-user .login-input {
  flex: 1;
}
.login-body .new-user .login-input-group {
  margin-top: 8%;
}
.login-body .new-user .login-submit {
  margin-top: 10%;
}
.login-body .new-user .field-container {
  margin-bottom: 13px;
}
.login-body .new-user .login-input {
  margin-bottom: 0;
}
.login-body .new-user.new-user-pass .login-submit {
  margin-top: 0;
}
.login-body .new-user-pending .success-mark {
  display: flex;
  max-width: 25%;
  margin: 45px auto 25px;
}
.login-body .new-user-pending .step-header {
  margin-bottom: 20px;
}
.login-page .checkbox-list .icon-holder {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 2px;
  transition: background 0.4s ease, border-color 0.4s ease;
  border: 1px solid #c9c9c9;
}
.login-page .checkbox-label-text {
  font-size: 14px;
  line-height: 18px;
}
.login-body .new-user.new-user-pass .login-submit {
  margin-top: 0;
}
/* <user dropdown menu> */

.topnav .user-nav,
.topnav .user-nav .dropdown ul,
.topnav .user-nav .dropdown > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topnav .user-nav .badge {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .user-wrap .user {
    padding-bottom: 10px;
  }
}
.caret-up {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  margin: 0 0 15px 0;
  position: absolute;
  top: -7px;
  left: 50%;
}
.topnav .user-nav li.hover > .dropdown,
.topnav .user-nav li:hover > .dropdown {
  display: block;
}
.topnav .user-nav .dropdown {
  width: 200px;
  margin: -4px 0 -5px 0;
  padding: 15px 28px 15px 28px;
  text-align: left;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 110%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
  right: -112px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .topnav .user-nav .dropdown {
    width: 170px;
    margin: -2px 0 -5px 0;
    padding: 10px 15px 10px 15px;
    right: -144px;
  }
}
.topnav .user-nav .dropdown:before {
  height: 0px;
  position: absolute;
  bottom: 110%;
}
.topnav .user-nav .dropdown:after {
  position: absolute;
  right: auto;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 8px 6px 8px;
  border-color: transparent transparent #fff transparent;
}
.topnav .user-nav .dropdown ul {
  background: #fff;
  position: relative;
}
.topnav .user-nav .dropdown > ul {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 15px;
}
.topnav .user-nav .dropdown > ul li {
  position: relative;
  border-bottom: 1px solid #e3e4e4;
}
.topnav .user-nav .dropdown > ul li a {
  display: block;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topnav .user-nav .dropdown > ul li a:hover,
.topnav .user-nav .dropdown > ul li.hover > a,
.topnav .user-nav .dropdown > ul li.hover > a:hover,
.topnav .user-nav .dropdown > ul li.hover > a:visited {
  /*color: @red;*/
  color: #000;
}
.topnav .user-nav .dropdown > ul li.hover > ul {
  display: block;
}
.topnav .user-nav .dropdown > ul ul {
  width: 130px;
  margin: -8px 15px 0 0;
  padding: 7px 10px 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 100%;
  display: none;
}
.mobile-page .topnav .user-nav .dropdown > ul ul {
  right: auto;
  left: 100%;
  margin: -8px 0 0 15px;
}
.topnav .user-nav .dropdown > ul ul:before {
  width: 15px;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  bottom: 0;
}
.mobile-page .topnav .user-nav .dropdown > ul ul:before {
  left: auto;
  right: 100%;
}
.topnav .user-nav .dropdown > ul ul:after {
  position: absolute;
  top: 16px;
  left: 100%;
  right: auto;
  bottom: auto;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.mobile-page .topnav .user-nav .dropdown > ul ul:after {
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  left: auto;
  right: 100%;
}
.topnav .user-nav .dropdown .btn {
  display: block;
  font-size: 17px;
  line-height: 25px;
}
@media (min-width: 480px) {
  .topnav .user-nav .dropdown > ul {
    margin: 0 0 23px;
  }
  .topnav .user-nav .dropdown > ul li a {
    padding: 8px 0;
  }
  .topnav .user-nav .dropdown > ul ul {
    width: 181px;
    margin: -11px 28px 0 0;
    padding: 14px 29px 27px 36px;
  }
  .mobile-page .topnav .user-nav .dropdown > ul ul {
    margin: -11px 0 0 23px;
  }
  .topnav .user-nav .dropdown > ul ul:before {
    width: 28px;
  }
  .mobile-page .topnav .user-nav .dropdown > ul ul:before {
    width: 23px;
  }
  .topnav .user-nav .dropdown > ul ul:after {
    top: 23px;
    border-width: 10px 0 10px 10px;
  }
  .mobile-page .topnav .user-nav .dropdown > ul ul:after {
    border-width: 10px 10px 10px 0;
  }
}
/* </user dropdown menu> */

.usermenuLogoutWithLinks {
  margin-top: 0px;
}
:root {
  --filter-border-active: #bd1818;
  --filter-background-active: #bd1818;
  --pagination-size-color: #bd1818;
  --scale-icon-active-bgcolor: #bd1818;
}
.lg-container {
  margin: 0 15px;
  max-width: none;
}
.inner-block {
  display: flex;
  flex-wrap: wrap;
}
.inner-sidebar {
  flex: 1 0 calc(100%);
  padding: 20px;
  background: #fff;
  margin-left: -20px;
}
@media only screen and (min-width: 768px) {
  .inner-sidebar {
    flex: 0 0 280px;
    max-width: 280px;
    padding: 34px 34px 40px 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .inner-sidebar {
    flex: 0 0 527px;
    max-width: 527px;
    padding: 65px 80px;
  }
}
.inner-sidebar h1 {
  display: block;
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .inner-sidebar h1 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 1400px) {
  .inner-sidebar h1 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.inner-content {
  flex: 1 0 0;
  max-width: 100%;
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .inner-content {
    flex: 1 0 0;
    max-width: calc(120%);
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1400px) {
  .inner-content {
    max-width: 100%;
  }
}
.image-bank {
  display: flex;
  flex-wrap: wrap;
  padding-top: 26px;
  margin: 0 -6px;
}
@media only screen and (min-width: 768px) {
  .image-bank {
    padding: 36px 40px 67px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-bank {
    margin: 0 -13px;
  }
}
@media only screen and (min-width: 1400px) {
  .image-bank {
    padding: 51px 111px 40px 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .image-bank {
    padding-right: 68px;
  }
}
.image-bank img {
  width: 100%;
}
.image-bank-item {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 6px 14px;
}
@media only screen and (min-width: 1200px) {
  .image-bank-item {
    flex: 1 0 calc(33.333333333%);
    max-width: calc(33.333333333%);
    padding: 0 13px 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .image-bank-item {
    flex: 1 0 calc(25%);
    max-width: calc(25%);
  }
}
@media only screen and (min-width: 768px) {
  .inner-content-full-width .image-bank-item {
    flex: 1 0 calc(33.333333333%);
    max-width: calc(33.333333333%);
    padding: 0 13px 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .inner-content-full-width .image-bank-item {
    flex: 1 0 calc(20%);
    max-width: calc(20%);
  }
}
.image-bank-card {
  display: block;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  transition: box-shadow, 0.1s;
}
@media only screen and (min-width: 1024px) {
  .image-bank-card:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  }
  .image-bank-card:hover .img-title {
    color: #bd1818;
  }
}
.image-bank-card .image-holder {
  padding-top: 66%;
  position: relative;
}
.image-bank-card .image-holder img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 5px 5px 0 0;
}
.image-bank-card .img-title {
  font-size: 13px;
  font-weight: 600;
  color: #4D4D4D;
  padding: 8px 11px 8px 16px;
  margin-top: auto;
  transition: color, 0.1s;
}
@media only screen and (min-width: 768px) {
  .image-bank-card .img-title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-bank-card .img-title {
    font-size: 18px;
    padding: 16px 21px;
  }
}
@media only screen and (min-width: 1400px) {
  .image-bank-card .img-title {
    padding: 19px 21px;
  }
}
.inner-search-form {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .inner-search-form {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-search-form {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .inner-search-form {
    margin-bottom: 44px;
  }
}
.inner-search-form [type='search'] {
  font-size: 22px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  width: 100%;
  transition: border, 0.1s;
}
.inner-search-form [type='search'] .placeholder {
  color: #000 !important;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .inner-search-form [type='search'] {
    font-size: 19px;
    line-height: 42px;
    height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-search-form [type='search'] {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-search-form [type='search'] {
    padding-left: 12px;
  }
}
.inner-search-form [type='search']:hover {
  border-color: #747474;
}
.inner-search-form [type='submit'] {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  height: 100%;
  display: flex;
  align-items: center;
  width: auto;
}
@media only screen and (min-width: 1400px) {
  .inner-search-form [type='submit'] {
    width: 41px;
  }
}
.inner-search-form [type='submit'] i {
  font-size: 23px;
}
.view-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  font-weight: 600;
}
.view-list li {
  display: block;
  margin-bottom: 30px;
}
.view-list li:last-child {
  margin-bottom: 0;
}
.view-list a {
  display: inline-flex;
  align-items: center;
  color: #4D4D4D;
  transition: color, 0.1s;
}
.view-list a:hover {
  color: #ec3425;
}
.view-list a .ico-holder {
  width: 28px;
  margin-right: 14px;
  display: flex;
  justify-content: center;
  color: #ec3425;
}
.view-list a svg {
  display: block;
  height: 100%;
}
.inner-hero {
  position: relative;
  flex: 1 0 calc(140%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 240px;
  margin: 0 -20px;
  padding: 20px 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .inner-hero {
    min-height: 388px;
    padding: 53px 25px 89px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-hero {
    min-height: 452px;
  }
}
@media only screen and (min-width: 1400px) {
  .inner-hero {
    padding: 20px;
  }
}
.inner-hero:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.37);
}
.inner-hero > * {
  position: relative;
  z-index: 1;
}
.inner-hero h1 {
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (min-width: 374px) {
  .inner-hero h1 {
    font-size: 40px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .inner-hero h1 {
    line-height: 1;
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-hero h1 {
    margin-bottom: 65px;
  }
}
.inner-hero .inner-search-form {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 374px) {
  .inner-hero .inner-search-form {
    width: 335px;
  }
}
@media only screen and (min-width: 768px) {
  .inner-hero .inner-search-form {
    width: 376px;
  }
}
.inner-hero .inner-search-form input .placeholder {
  color: #000;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .inner-content-full-width {
    max-width: calc(140%);
    margin-left: -20px;
  }
}
.inner-content-full-width .image-bank {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .inner-content-full-width .image-bank {
    padding: 0 60px 67px;
  }
}
@media only screen and (min-width: 1400px) {
  .inner-content-full-width .image-bank {
    padding-left: 52px;
    padding-right: 52px;
  }
}
@media only screen and (min-width: 1600px) {
  .inner-content-full-width .image-bank {
    padding-left: 161px;
    padding-right: 194px;
  }
}
@media only screen and (min-width: 768px) {
  .inner-content-full-width .image-bank-header {
    padding: 50px 15px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .inner-content-full-width .image-bank-item {
    flex: 1 0 calc(33.333333333%);
    max-width: calc(33.333333333%);
    padding: 0 13px 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .inner-content-full-width .image-bank-item {
    flex: 1 0 calc(20%);
    max-width: calc(20%);
  }
}
.bg-stretch {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-bank-header {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  padding: 28px 15px 30px;
}
@media only screen and (min-width: 768px) {
  .image-bank-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.image-bank-header h2,
.image-bank-header .h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #4D4D4D;
}
@media only screen and (min-width: 768px) {
  .image-bank-header h2,
  .image-bank-header .h2 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .image-bank-header h2,
  .image-bank-header .h2 {
    font-size: 28px;
  }
}
.image-bank-header .view-list {
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .image-bank-header .view-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .image-bank-header .view-list {
    font-size: 17px;
  }
}
.image-bank-header .view-list li {
  margin: 0 10px 30px;
}
@media only screen and (min-width: 768px) {
  .image-bank-header .view-list li {
    margin: 0 30px;
  }
}
.image-bank-header .view-list li:last-child {
  margin-bottom: 0;
}
#fullpageloader {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
#fullpageloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 100;
}
