body {
  position: relative
}

a.act-btn.cta-btn {
  border-radius: 3px;
  padding: 12px 30px
}

.common-section .content-wrap {
  padding: 90px 0 70px 0
}

.table-wrap {
  display: table;
  width: 100%
}

.table-wrap .column {
  display: table-cell;
  width: 50%;
  vertical-align: middle
}
.header-bg{
position: relative;
}
.header-bg:before{
content: "";
    position: absolute;
    left: 0;
    top: -20%;
    height: 120%;
    width: 100%;
    z-index: -1;
    background: url(/sites/zweb/images/creator/glossary-bg.jpg) no-repeat;
    background-size: cover;
}
.header-section .column.left {
  vertical-align: top;
  padding-top: 70px
}

.header-section p {
color: #fff;
    margin-bottom: 0;
}

.content-wrap {
  max-width: 900px;
}
.header-section .content-wrap{
max-width: 900px;
text-align: center;
}
h1 {
    font-size: 30px;
    font-family: var(--primaryfont-semibold);
    margin: 0 auto 60px;
    color: #fff;
}
h1 span{
    color: #ffcc01;
    font-size: 100px;
    display: block;
    font-family: var(--primaryfont-bold);
}
p {
  line-height: 1.8
}

.header-section {
  padding: 80px 0 60px;
}

.search-boxs {
text-align: center;
    width: 750px;
    position: relative;
    margin: 10px auto 0;
}

.search-boxs input[type="text"] {
border-radius: 50px;
    height: 50px;
    padding: 0 65px 0 50px;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    font-size: 18px;
    font-family: var(--zf-primary-regular);
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.search-boxs input[type="text"]::-webkit-input-placeholder {
  font-size: 16px;
color:#fff;
}

.search-boxs input[type="text"]:-moz-placeholder {
  font-size: 16px;
color:#fff;
}

.search-boxs input[type="text"]::-moz-placeholder {
  font-size: 16px;
color:#fff;
}

.search-boxs input[type="text"]:-ms-input-placeholder {
  font-size: 16px;
color:#fff;
}

.search-active.search-boxs input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.search-boxs span.search-icon {
  position: absolute;
  left: 20px;
  font-size: 0;
  background: var(--common-elements) no-repeat;
  background-size: 800px auto;
  background-position: -380px 0;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
-webkit-filter: invert(1);
filter: invert(1);
}

.search-dropdown {
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #ddd;
  top: 100%;
  box-sizing: border-box;
  text-align: left;
  display: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-bottom: 10px;
  box-shadow: 1px 10px 20px rgba(0,0,0,0.05)
}

.for_IE .search-dropdown {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

#search-value-wrap li.empty-item {
  display: block;
  text-align: center;
  display: none;
  font-weight: 500;
  color: #000
}

#search-value-wrap li.empty-item:hover {
  color: #000
}

#search-value-wrap {
  padding: 10px 0 0 0;
  box-sizing: border-box;
  max-height: 220px;
  overflow: hidden;
  overflow-y: scroll
}

.search-dropdown li {
  margin: 5px 0;
  cursor: pointer
}

#search-value-wrap li {
  display: none;
  padding: 5px 30px;
  margin: 0 10px;
  margin-bottom: 5px
}

#search-value-wrap li.search-visible {
  display: block
}

#search-value-wrap li.highlight {
  display: block
}

#search-value-wrap li:hover {
  color: #03a9f5;
  background: #f9f9f9
}

section.sticky {
  position: sticky;
  top: 65px;
  z-index: 1;
    background: #fff;
border-bottom: 1px solid #e2dfdf;
}
.pagination{
    text-align: center;
}
.pagination ul li {
  display: inline-block;
  font-family: var(--zf-secondary-medium);
  width: 50px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 1px;
  position: relative;
  z-index: 0
}

.pagination ul li.active,.pagination ul li.current,.pagination ul li:hover {
  background: #FFCC01;
  cursor: pointer;
}

.pagination ul {
  padding: 15px 0
}

.pagination ul li.disabled.active {
  cursor: not-allowed;
  color: #666;
  background: transparent
}

.pagination ul li.disabled {
  color: #403f5a;
  cursor: not-allowed;
  background: transparent;
display:none;
}

.common-section .content-wrap {
  max-width: 900px;
  box-sizing: border-box;
  position: relative
}

.common-section:last-child .content-wrap {
  border-bottom: 1px solid transparent
}

.common-section .content-wrap {
  border-bottom: 1px solid #e2dfdf;
}

.common-section .content-wrap>h3 {
  background: #4158d614;
  margin-bottom: 40px;
  font-size: 63px;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 70px;
  border-radius: 5px;
  opacity: 0;
  font-family: var(--zf-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
display:none;
}

.block-wrap h3 {
  margin-bottom: 20px;
  color: #000;
  transition: ease all 2.5s;
  font-family: var(--zf-secondary-semibold);
display: inline-block;
    position: relative;
}
.block-wrap h3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background: transparent linear-gradient(269deg, #FFFFFF00 0%, #FFCC01 100%) 0% 0% no-repeat padding-box;
opacity:0;
transition: all ease 0.5s;
}
.block-wrap h3.higlight-active:before{
opacity:1;
width:70px;
}
.for_IE .block-wrap h3 {
  -webkit-background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background: none !important;
  transition: none !important;
  color: #000 !important
}

ul.list li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 25px
}

ul.list .tick-fill {
  fill: #6c2df9
}

ul.list li svg {
  width: 15px;
  position: absolute;
  left: 0;
  top: 6px
}

.block-wrap {
  margin-bottom: 50px
}

.block-wrap:last-child {
  margin-bottom: 0
}

.pagination ul li span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  background: #ffe8b4;
  display: none;
  transition: ease all .5s;
  opacity: 0;
  border-radius: 2px
}

.pagination ul li span:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ffe8b4;
  position: absolute;
  right: 8px;
  margin: auto;
  bottom: -6px
}

.pagination ul li span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ffe8b4;
  position: absolute;
  right: 8px;
  margin: auto;
  bottom: -4px
}

.pagination ul li:hover span {
  animation: fadeIn 1s ease-out .2s forwards
}

.stickyfixed {
  position: fixed;
  background: #1c1b33 url(/sites/zweb/images/bookings/zb-glossary-bg.jpg) repeat;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  top: 52px
}

.highlight-link {
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid;
  display: inline-block;
  line-height: normal;
  font-family: var(--zf-primary-semibold)
}

.hcolor1 {
  color: #90b575
}

.hcolor2 {
  color: #f3af00
}

.hcolor3 {
  color: #25bfc7
}

.hcolor4 {
  color: #eb3323
}

.hcolor5 {
  color: #6b6b6b
}

.hcolor6 {
  color: #e6ace6
}

.scroll-top span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 26px;
  background: #000;
  top: 0;
  left: 54%;
  transform: translateX(-50%);
  opacity: 0
}

.scroll-top {
  width: 50px;
  height: 50px;
  background: #1c1b33;
  border-radius: 100%;
  line-height: 50px;
  position: fixed;
  right: 25px;
  bottom: 90px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  display: none;
  font-size: 14px
}

.scroll-top span {
  width: 40px;
  height: 14px;
  display: block;
  color: red;
  position: relative;
  left: 2px;
  top: 20px
}

.scroll-top span:before {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 4px;
  left: 45%;
  transform: rotate(45deg) translateX(-50%);
  transform-origin: bottom
}

.transY1,.transY2,.transY3 {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
  transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
}

.line-animated .transY1,.line-animated .transY2,.line-animated .transY3 {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.transY1 {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms
}

.transY2 {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms
}

.transY3 {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms
}

@-webkit-keyframes fadeIn {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@-moz-keyframes fadeIn {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes slideUp {
  0% {
      visibility: hidden;
      opacity: 0;
      transform: translateY(-20px)
  }

  100% {
      visibility: visible;
      opacity: 1;
      transform: translateY(0)
  }
}

@-webkit-keyframes slideUp {
  0% {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(-20px)
  }

  100% {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0)
  }
}

@-moz-keyframes slideUp {
  0% {
      visibility: hidden;
      opacity: 0;
      -moz-transform: translateY(-20px)
  }

  100% {
      visibility: visible;
      opacity: 1;
      -moz-transform: translateY(0)
  }
}

.common-section .bottom-animated.content-wrap>h3 {
  animation: slideUp .5s ease-out .1s forwards
}

.block-wrap.active {
  display: block
}

ul.filter-tabs {
  display: inline-flex;
  justify-content: center;
  margin-top: 50px
}

ul.filter-tabs li {
  position: relative;
  display: inline-block
}

ul.filter-tabs li ul.sub {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease
}

ul.filter-tabs li a {
  color: #fff;
  text-align: left;
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 30px;
  font-size: 16px
}

ul.filter-tabs ul.sub {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 46px;
  box-shadow: 0 0 30px rgba(0,0,0,0.09);
  z-index: 10
}

ul.sub li {
  display: block
}

ul.sub li a {
  color: #000;
  border-color: transparent;
  position: relative
}

ul.filter-tabs li:last-child a {
  border-right: 1px solid #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

ul.filter-tabs li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

ul.filter-tabs li:hover ul.sub {
  opacity: 1;
  visibility: visible
}

ul.filter-tabs ul.sub li:first-child a {
  border-radius: 0
}

ul.filter-tabs ul.sub li:last-child a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-color: transparent
}

ul.filter-tabs li>a:hover,ul.filter-tabs li a.active {
  background: #6c2df9;
  color: #fff
}

ul.filter-tabs li ul.sub li a:hover {
  color: #fff
}

.remove {
  display: none
}

span.caret-arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 14px;
  top: 44%
}

ul.filter-tabs li.filter-dropdown a {
  padding-left: 30px;
  padding-right: 40px
}

li.filter-dropdown.active ul.sub {
  opacity: 1;
  visibility: visible
}

.search-active span.search-icon {
  display: none
}

.search-boxs span.close-icon {
  opacity: 0;
  visibility: hidden
}

.search-active span.close-icon {
  opacity: 1;
  visibility: visible
}

.search-boxs.drop-close input[type="text"] {
  border-radius: 50px
}

.common-section.all-in .content-wrap {
  border-bottom: 0;
  padding-bottom: 0
}

ul.filter-tabs li.filter-dropdown ul.sub a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #a3a3a3;
  border-radius: 100%;
  left: 12px;
  top: 50%;
  transform: translateY(-50%)
}

ul.filter-tabs li ul.sub a[data-tab="managers"] {
  padding-left: 24px
}

ul.filter-tabs li ul.sub a {
  padding-left: 28px;
  padding-right: 5px
}

ul.filter-tabs li ul.sub a:hover::before {
  background: #fff
}

ul.filter-tabs li ul.sub a[data-tab="managers"]::before {
  left: 9px
}

.zb-widget {
  background: #1c1b33;
  border: 1px solid #1c1b33;
  padding: 10px 10px;
  max-width: 100%;
  position: fixed;
  right: 0;
  bottom: -80px;
  transition: all 1s ease;
  z-index: 10;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.zb-widget p {
  padding: 0 30px;
  margin: 0;
  color: #fff
}

.zb-widget.fixed {
  bottom: 0
}

.umain .zb-widget {
  display: none
}

span.close-icon:after,span.close-icon:before {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  right: 5px;
  top: 16px
}

span.close-icon:before {
  transform: rotate(45deg)
}

span.close-icon {
  position: absolute;
  right: 24px;
  top: 4px;
  cursor: pointer;
  padding: 0 15px 0 0;
  transition: all .5s ease;
  font-size: 13px
}

span.close-icon:after {
  transform: rotate(-45deg)
}

.zb-widget.fixed.close {
  bottom: -80px
}

.zb-widget a.act-btn.cta-btn {
  padding: 8px 20px;
  font-size: 15px
}

.zb-widget span.close-icon:after,.zb-widget span.close-icon:before {
  background: #fff
}

.zb-widget span.close-icon {
  top: 10px;
  right: 30px
}

.cta-section {
   background: var(--zcr-dark-bg);
  color: #fff;
  text-align: center;
  padding: 5em 0;
  background-repeat: repeat
}

.cta-content a.act-btn.cta-btn {
  margin-top: 20px
}

.cta-section p {
  margin: 0
}

.cta-section .content-wrap {
  max-width: 768px
}

.cta-section span.icon {
  background: url(/sites/zweb/images/bookings/bookings-footer-sprites.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 240px;
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 46px
}

.cta-section span.icon.icon-2 {
  background-position: -50px 0;
  top: 0;
  left: -5em
}

.cta-section span.icon.icon-4 {
  background-position: -200px 0;
  bottom: 4em;
  right: -6em
}

.cta-section span.icon.icon-5 {
  background-position: -150px 0;
  bottom: 11em;
  right: -3em
}

.cta-section span.icon.icon-3 {
  background-position: -100px 0;
  bottom: 10px;
  right: 20px
}

.cta-section span.icon.icon-1 {
  left: -1em;
  top: 5em;
  background-position: 0 0
}

.cta-section span.icon.icon-6 {
  background: 0;
  border: 1px solid #615f70;
  width: 12px;
  height: 12px;
  left: -5em;
  top: 5em
}

.cta-section span.icon.icon-7 {
  background: 0;
  border: 1px solid #615f70;
  width: 12px;
  height: 12px;
  right: -1em;
  top: 3em;
  border-radius: 50%
}

.cta-section span.icon.icon-6 {
  animation: 5s rotate linear infinite
}

.scaling1,.scaling2,.scaling3,.scaling4,.scaling5 {
  opacity: 0;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
  -webkit-transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3)
}

.middle-animated .scaling1,.middle-animated .scaling2,.middle-animated .scaling3,.middle-animated .scaling4,.middle-animated .scaling5 {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1)
}

.scaling1 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s
}

.scaling2 {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s
}

.scaling3 {
  transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s
}

.scaling4 {
  transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s
}

.scaling5 {
  transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s
}

@keyframes rotate {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}
@media(max-width:1399px){
h1{
margin: 0 auto 30px;
}
}
@media only screen and (max-width: 1280px) {
  .pagination ul li {
      width:30px;
      height: 30px;
      line-height: 30px
  }
}

@media only screen and (max-width: 1199px) {
  .stickyfixed,section.sticky {
      top:0
  }

  .pagination ul li span {
      display: none !important
  }
}

@media only screen and (max-width: 991px) {
  .zb-widget {
      padding:50px 30px 30px
  }

  .common-section .content-wrap {
      max-width: 650px
  }

  .pagination {
      padding: 0;
      max-width: 600px;
      margin: 0 auto
  }

  .pagination ul li {
      margin: 0 1px 15px 1px
  }

  .pagination ul.stickyfixed {
      padding: 20px 20px;
      box-sizing: border-box;
      width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0
  }

  .header-section {
      padding: 60px 0 40px 0
  }

  h1 {
      font-size: 22px
  }

  ul.filter-tabs li a {
      padding: 9px 15px;
      font-size: 15px
  }

  .cta-section span.icon {
      display: none
  }
}

@media only screen and (max-width: 767px) {
h1 span{
font-size:62px;
}
  section.sticky {
      position:relative
  }

  .zb-widget {
      display: none
  }

  .block-wrap h3 {
      -webkit-background-clip: inherit;
      -webkit-text-fill-color: inherit;
      background: 0;
      transition: none
  }

  .filter-part {
      display: none
  }

  .pagination ul.stickyfixed {
      position: inherit;
      padding: 15px 0;
      background: 0
  }

  .tag-box {
      display: block;
      padding-top: 0
  }

  .tag-box .box {
      display: block;
      width: 100%;
      margin: 0;
      padding: 30px 25px
  }

  .tag-box .mentions {
      margin-bottom: 30px
  }

  .search-boxs {
      max-width: 480px;
      width: 100%
  }

  h1 {
      font-size: 24px;
    margin: 0 auto 20px;
  }

  .header-section {
      padding: 50px 0;
  }

  .common-section {
      padding: 0;
      overflow: hidden
  }

  .common-section .content-wrap {
      padding: 60px 0 60px 0
  }

  .common-section .content-wrap>h3 {
      position: inherit;
      left: 0;
      margin-bottom: 40px
  }

  .block-wrap h3 {
      margin-bottom: 10px
  }

  .block-wrap:last-child p {
      margin-bottom: 0
  }

  .scroll-top {
      bottom: 100px
  }

  .search-boxs input[type="text"] {
      height: 45px
  }

  .transY1,.transY2,.transY3 {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
      transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
  }

  .line-animated .transY1,.line-animated .transY2,.line-animated .transY3 {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  .cta-section {
      padding: 3em 0
  }

  .cta-section h2 {
      font-size: 25px
  }
}

@media only screen and (max-width: 480px) {
  .search-boxs {
      max-width:90%;
      width: 100%
  }
}

@media only screen and (max-width: 375px) {
  h1 {
      font-size:20px
  }
}
