/** TODO - Use this file as a master css file for theme development.
some of the styles commented on this page as Devika and Sri has
written styles in separate sass files */


@charset "UTF-8";
/*&:after {
  content: "";
  display: table;
  clear: both;}*/
 /*body {
  font-family: 'Modern Era', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #000; }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
  a:focus {
    outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

figure {
  margin: 0; }
  figure img {
    width: auto;
    max-width: 100%;
    vertical-align: top; }

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

p, a {
  color: #000;
  margin: 0; }

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }*/

.content-width {
  max-width: 1320px;
  margin: auto; }

/*h1, h2 {
  color: #000;
  margin: 0 0 30px; }

h3 {
  color: #000;
  margin: 0 0 30px; }

h4 {
  color: #000;
  margin: 0 0 30px; }

h5 {
  color: #000;
  margin: 0 0 10px; }

h6 {
  color: #000;
  margin: 0 0 10px; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

input, textarea, button {
  outline: none !important; }*/

/*---------------------------------HEADER----------------------------------*/
/*.top-line {
  position: relative;
  z-index: 50; }

body {
  position: relative; }
  body:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 40; }

body.is-hover:after {
  opacity: 1;
  visibility: visible; }

.top-line {
  padding: 25px 0 20px;
  background: #fff; }
  .top-line .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .top-line .logo {
    width: 500px;
    text-align: center; }
    .top-line .logo img {
      vertical-align: top; }

.top-menu {
  width: calc(50% - 250px); }
  .top-menu ul li {
    display: inline-block; }
    .top-menu ul li:after {
      display: inline-block;
      margin: 0 1px 0 5px;
      height: 16px;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: left;
      content: '•'; }
    .top-menu ul li a {
      height: 16px;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: left;
      text-transform: uppercase; }
      .top-menu ul li a:hover {
        color: #f7911e; }
  .top-menu ul li:last-child:after {
    display: none; }*/

/* .search-wrap {
  width: calc(50% - 250px);
  position: relative;
  z-index: 1; }
  .search-wrap a {
    display: inline-block;
    float: right;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: uppercase; }
    .search-wrap a i {
      margin-left: 10px;
      position: relative;
      font-size: 26px;
      line-height: 32px;
      color: transparent; } */

/*.nav-line {
  padding: 15px 0;
  background-color: #000000;
  position: relative;
  z-index: 50; }
  .nav-line .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav-line .area {
    width: 120px; }
    .nav-line .area ul li {
      display: inline-block; }
      .nav-line .area ul li a {
        position: relative;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #fff; }
        .nav-line .area ul li a:after {
          position: relative;
          display: inline-block;
          margin: 0 1px 0 5px;
          font-size: 20px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-align: left;
          color: #fff;
          content: '•'; }
        .nav-line .area ul li a:hover {
          color: #f7911e; }
    .nav-line .area ul li.current a {
      color: #f7911e; }
      .nav-line .area ul li.current a:after {
        color: #f7911e; }
    .nav-line .area ul li:last-child a:after {
      display: none; }
  .nav-line .menu {
    width: calc(100% - 120px); }
    .nav-line .menu .sub-menu {
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      display: none;
      background: #eeeeee;
      padding: 35px 72px; }
      .nav-line .menu .sub-menu > li {
        margin-bottom: 15px; }
        .nav-line .menu .sub-menu > li > a {
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.31;
          letter-spacing: normal;
          text-align: center;
          color: #000;
          white-space: nowrap;
          display: block; }
          .nav-line .menu .sub-menu > li > a:hover {
            color: #f7911e; }
      .nav-line .menu .sub-menu > li:last-child {
        margin-bottom: 0; }
    .nav-line .menu > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0 25px 0 10px; }
      .nav-line .menu > ul > li {
        display: inline-block;
        position: relative; }
        .nav-line .menu > ul > li:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: -15px;
          content: ''; }
        .nav-line .menu > ul > li:hover .sub-menu {
          display: inline-block; }
        .nav-line .menu > ul > li > a {
          position: relative;
          display: inline-block;
          font-size: 16px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.31;
          letter-spacing: normal;
          text-align: left;
          color: #fff;
          z-index: 1;
          text-transform: uppercase; }
          .nav-line .menu > ul > li > a:after {
            position: relative;
            display: inline-block;
            margin: 0 8px 0 8px;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.31;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            content: '•'; }
          .nav-line .menu > ul > li > a:hover {
            color: #f7911e; }
      .nav-line .menu > ul li.current > a {
        color: #f7911e; }
      .nav-line .menu > ul li:last-child a:after {
        display: none; }

.header-banner {
  padding: 22px 0 29px;
  text-align: center;
  background-color: #f8f8f8; }
  .header-banner a {
    display: inline-block;
    margin: auto; }
  .header-banner img {
    vertical-align: top; }*/

/*-----------------------------END-HEADER------------------------------------*/
/*-----------------------------HOME-NEWS------------------------------------*/
/*.home-news {
  margin: 0 0 32px; }
  .home-news .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .home-news .top-news {
    width: 50%;
    padding: 0 8px 0 0; }
    .home-news .top-news .label {
      font-size: 15px; }
    .home-news .top-news .item {
      width: 100%;
      height: 100%; }
    .home-news .top-news .text-wrap {
      position: absolute;
      bottom: 60px;
      left: 35px;
      right: 35px;
      z-index: 2; }
  .home-news figure {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }
    .home-news figure > a {
      display: block;
      width: 100%;
      height: 100%; }
      .home-news figure > a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        top: 0; }
    .home-news figure img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      vertical-align: top;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .home-news figure:hover {
      background: #f7911e; }
      .home-news figure:hover img {
        opacity: 0; }
      .home-news figure:hover a:after {
        opacity: 0; }
      .home-news figure:hover .label p, .home-news figure:hover .label p a, .home-news figure:hover p.bottom, .home-news figure:hover p.bottom a {
        color: #fff;
        opacity: 1 !important; }
  .home-news h1 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: 'GT Walsheim Pro', sans-serif;
    margin-bottom: 5px; }
    .home-news h1 a {
      font-size: 30px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      font-family: 'GT Walsheim Pro', sans-serif; }
  .home-news .small-news {
    padding: 0 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%; }
    .home-news .small-news .label {
      margin-bottom: 5px; }
    .home-news .small-news .item {
      width: calc(50% - 5px);
      margin-bottom: 12px;
      height: 280px; }
    .home-news .small-news .item-orange .label p {
      color: #fff; }
      .home-news .small-news .item-orange .label p a {
        color: #fff; }
    .home-news .small-news .item-orange figure {
      background: #f7911e; }
      .home-news .small-news .item-orange figure a:after {
        display: none; }
      .home-news .small-news .item-orange figure img {
        display: none; }
    .home-news .small-news .item-orange .title a:hover {
      color: #000; }
    .home-news .small-news .item-orange p.bottom {
      color: #fff; }
      .home-news .small-news .item-orange p.bottom a {
        color: #fff; }
    .home-news .small-news .item:nth-child(3), .home-news .small-news .item:nth-child(4) {
      margin-bottom: 0; }
    .home-news .small-news .text-wrap {
      position: absolute;
      bottom: 15px;
      left: 25px;
      right: 25px;
      z-index: 2; }
  .home-news .title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    min-height: 78px;
    margin-bottom: 5px;
    font-family: 'GT Walsheim Pro', sans-serif; }
    .home-news .title a {
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.3;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      min-height: 78px;
      font-family: 'GT Walsheim Pro', sans-serif; }*/

/*p.bottom {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #a2a2a2;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  p.bottom a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e;
    text-transform: uppercase; }
    p.bottom a:hover {
      opacity: 0.7; }
  p.bottom i {
    font-style: normal;
    display: inline-block;
    margin: 0 3px; }
  p.bottom span, p.bottom i {
    -webkit-transition: none !important;
    transition: none !important; }

.label {
  margin-bottom: 10px; }
  .label p {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e;
    text-transform: uppercase;
    margin: 0 !important; }
    .label p a {
      font-size: 15px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e;
      text-transform: uppercase; }
      .label p a:hover {
        opacity: 0.7; }*/

/*----------------------------END-HOME-NEWS------------------------------------*/
/*----------------------------HOME-EVENTS-----------------------------------*/
h2 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  font-family: 'GT Walsheim Pro', sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  text-transform: uppercase; }
  h2:before {
    position: relative;
    content: '';
    margin-right: 10px;
    width: 21px;
    height: 23px;
    background-color: #f7911e;
    display: inline-block; }
  h2 span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: 'Modern Era', sans-serif; }
/*
.home-events {
  margin: 0 0 45px; }
  .home-events h2 {
    text-transform: uppercase; }
  .home-events .content-width, .home-events .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .home-events .left {
    width: calc(73% - 7px); }
    .home-events .left .content {
      padding: 23px;
      background-color: #f2f2f2; }
  .home-events .right {
    width: calc(27% - 11px); }
    .home-events .right .content {
      padding: 35px;
      background-color: #f2f2f2;
      height: 444px; }
    .home-events .right figure {
      position: relative;
      width: 100%; }
      .home-events .right figure img {
        width: 100%;
        height: auto; }
      .home-events .right figure .bottom-link {
        position: absolute;
        width: 58px;
        height: 58px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #f7911e;
        bottom: -29px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
        .home-events .right figure .bottom-link i {
          font-size: 26px;
          color: #fff;
          -webkit-transition: all .4s ease;
          transition: all .4s ease;
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: rotate(0);
                  transform: rotate(0); }
        .home-events .right figure .bottom-link:hover i {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
  .home-events .item {
    width: calc(33.33% - 14px);
    position: relative;
    margin-right: 20px;
    height: 400px; }
    .home-events .item:after {
      content: "";
      display: table;
      clear: both; }
    .home-events .item figure {
      height: 331px;
      width: 100%; }
      .home-events .item figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .home-events .item .text-block {
      width: 248px;
      position: absolute;
      padding: 34px 25px;
      background-color: #ffffff;
      float: right;
      right: 0;
      bottom: 0;
      z-index: 2; }
      .home-events .item .text-block .title {
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        font-family: 'GT Walsheim Pro', sans-serif;
        min-height: 130px;
        margin-bottom: 5px; }
        .home-events .item .text-block .title a {
          font-size: 25px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.32;
          letter-spacing: normal;
          text-align: left;
          color: #000000;
          font-family: 'GT Walsheim Pro', sans-serif; }
          .home-events .item .text-block .title a:hover {
            color: #f7911e; }
      .home-events .item .text-block p.hover-text {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        font-size: 16px;
        line-height: 1.3; }
        .home-events .item .text-block p.hover-text a {
          font-size: 16px;
          line-height: 1.3; }
          .home-events .item .text-block p.hover-text a:hover {
            color: #f7911e; }
      .home-events .item .text-block:hover p.hover-text {
        opacity: 1;
        max-height: 300px; }
      .home-events .item .text-block:hover p.bottom {
        visibility: hidden;
        opacity: 0; }
    .home-events .item .hover-block {
      position: absolute;
      top: 0;
      left: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      padding: 40px 50px 80px;
      width: 560px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .4s ease;
      transition: opacity .4s ease;
      z-index: -1; }
      .home-events .item .hover-block .btn-more {
        width: 100%; }
      .home-events .item .hover-block .left-info {
        width: 40%; }
      .home-events .item .hover-block .right-info {
        width: 50%; }
      .home-events .item .hover-block .title-hover {
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        font-family: 'GT Walsheim Pro', sans-serif;
        margin-bottom: 25px; }
      .home-events .item .hover-block p.date {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        padding: 5px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        text-transform: uppercase;
        margin-bottom: 10px; }
  .home-events .item:last-child {
    margin-right: 0; }*/

.head-section {
  width: 100%;
 /* margin-bottom: 25px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.add-block {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #f7911e;
  float: right;
  text-transform: uppercase;
  position: relative;
  top: 3px; }
  .add-block span {
    display: inline-block;
    margin-left: 1px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 2px; }

.double-line {
  margin-bottom: 8px;
  width: 100%; }
  .double-line span:first-child {
    display: block;
    height: 5px;
    background: #000;
    margin-bottom: 6px; }
  .double-line span:last-child {
    height: 1px;
    background: #000;
    display: block; }

.list-hover li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  .list-hover li:first-child .icon-wrap {
    width: 50px; }
  .list-hover li:first-child .wrap {
    width: calc(100% - 50px); }
  .list-hover li:first-child p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #818181; }
  .list-hover li:first-child a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e;
    font-family: 'GT Walsheim Pro', sans-serif; }
    .list-hover li:first-child a:hover {
      color: #000; }
.list-hover li:nth-child(2) {
  margin-bottom: 20px; }
  .list-hover li:nth-child(2) p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
    padding: 5px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2; }
    .list-hover li:nth-child(2) p i {
      position: relative;
      top: 2px;
      margin-right: 5px; }

.btn-more {
  display: inline-block;
  border: none;
  border-radius: 3px;
  background-color: #f7911e;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  color: #ffffff; }
  .btn-more img {
    vertical-align: sub;
    margin-left: 10px;
    position: relative;
    top: -1px; }
  .btn-more:hover {
    background-color: #c3731c; }

.hover-close {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #b2b2b2;
  bottom: 24px;
  right: 38px;
  display: inline-block;
  font-family: 'GT Walsheim Pro', sans-serif; }
  .hover-close:hover {
    color: #000; }
/*
.home-events .item.is-hover {
  z-index: 10; }
  .home-events .item.is-hover .hover-block {
    opacity: 1;
    visibility: visible;
    z-index: 10; }*/

/*---------------------------END-HOME-EVENTS-----------------------------------*/
/*---------------------------VIDEO-SLIDER------------------------------------*/

.video-slider-wrap {
  padding: 35px 0 16px;
  background-color: #272727;
  margin: 0 0 32px; }
  .video-slider-wrap h2 {
    color: #fff; }
  .video-slider-wrap .head-section {
    /*margin-bottom: 41px; */}

.video-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.video-slider .video-wrap {
  width: 58.5%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  min-height: 0px; }
  .video-slider .video-wrap iframe {
    width: 100%;
    height: 100%; }
  .video-slider .video-wrap .video-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .video-slider .video-wrap .video-hover img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .video-slider .video-wrap .video-hover:after {
      opacity: 0.44;
      border-radius: 6px;
      background-color: #000000;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: ''; }
    .video-slider .video-wrap .video-hover a {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; }
      .video-slider .video-wrap .video-hover a:after {
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        content: '';
        background: #fff;
        border-radius: 100%; }
      .video-slider .video-wrap .video-hover a img {
        vertical-align: top;
        position: relative;
        z-index: 1; }
.video-slider .text-wrap {
  width: 38%; }
  .video-slider .text-wrap .label {
    margin-top: -5px;
    margin-bottom: 10px; }
  .video-slider .text-wrap a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e;
    text-transform: uppercase; }
    .video-slider .text-wrap a:hover {
      color: #fff; }
.video-slider .title {
  color: #fff;
  margin-bottom: 20px; }
  .video-slider .title:before {
    display: none; }
.video-slider p { 
  color: #fff;
  margin-bottom: 25px; 
  margin-top:  0;
}

.swiper-pagination {
  position: relative;
  /*margin: 30px 0 0;*/ }

.swiper-pagination-bullet {
  width: 50px;
  height: 10px;
  background: #fff;
  border: none !important;
  outline: none !important;
  border-radius: 0;
  opacity: 1 !important; }

.swiper-pagination-bullet-active {
  background: #f7911e !important; }

/*--------------------------END-VIDEO-SLIDER------------------------------------*/
/*--------------------------BREAKING-NEWS------------------------------------*/
/*.breaking-news {
  margin: 0 0 50px; }
  .breaking-news h2 {
    text-transform: uppercase; }
  .breaking-news .label {
    margin-bottom: 5px; }
  .breaking-news .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .breaking-news .head-section {
    margin-bottom: 52px; }
  .breaking-news .left-news {
    width: calc(100% - 365px); }
  .breaking-news .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .breaking-news .big-item {
    width: 43%; }
    .breaking-news .big-item figure {
      height: 285px;
      width: 100%;
      margin-bottom: 20px; }
      .breaking-news .big-item figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .breaking-news .big-item .wrap a * {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .breaking-news .big-item .wrap a:hover * {
      color: #f7911e !important; }
    .breaking-news .big-item p.bottom {
      margin-bottom: 15px; }
  .breaking-news .title {
    color: #000000;
    font-family: 'GT Walsheim Pro', sans-serif;
    margin-bottom: 20px; }
  .breaking-news .small-item {
    width: 53%;
    margin-top: -5px; }
    .breaking-news .small-item p.bottom {
      margin-bottom: 14px; }
    .breaking-news .small-item .title {
      margin-bottom: 6px; }
    .breaking-news .small-item .item {
      margin-bottom: 23px;
      padding-bottom: 25px;
      border-bottom: solid 1px #d9d9d9; }
      .breaking-news .small-item .item .wrap a * {
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .breaking-news .small-item .item .wrap a:hover * {
        color: #f7911e !important; }
    .breaking-news .small-item .item:last-child {
      border-bottom: 0; }
  .breaking-news .right-news {
    width: 350px; }
    .breaking-news .right-news h2 {
      letter-spacing: -0.5px; }
    .breaking-news .right-news .label {
      margin-top: -5px; }
    .breaking-news .right-news .item {
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      margin-bottom: 15px;
      border-bottom: solid 1px #d9d9d9; }
      .breaking-news .right-news .item:hover {
        border-bottom: solid 1px #f7911e; }
      .breaking-news .right-news .item a {
        padding-bottom: 15px;
        display: block; }
        .breaking-news .right-news .item a .title, .breaking-news .right-news .item a p.bottom {
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .breaking-news .right-news .item a:hover .title, .breaking-news .right-news .item a:hover p.bottom {
          color: #f7911e !important; }
    .breaking-news .right-news .item:nth-last-child(2) {
      border-bottom: 0; }
    .breaking-news .right-news .title {
      margin: 0; }

.item-big-img {
  margin: 0; }
  .item-big-img img {
    width: auto;
    height: auto;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .item-big-img a:hover img {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3); }*/

/*-------------------------END-BREAKING-NEWS------------------------------------*/
/*-------------------------FIRM-SLIDER------------------------------------*/
h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  font-family: 'GT Walsheim Pro', sans-serif; }
  h3 a {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-family: 'GT Walsheim Pro', sans-serif; }
    h3 a:hover {
      color: #f7911e; }

.firm-slider-wrap {
  padding: 0 0 30px;
  background-color: #f2f2f2; }
  .firm-slider-wrap .double-line {
    margin-bottom: 24px; }
  .firm-slider-wrap .head-section {
    /*margin-bottom: 57px;*/ }

.firm-slider .swiper-pagination {
  margin-top: 65px; }
.firm-slider .swiper-pagination-bullet {
  background: #b2b2b2; }
.firm-slider .item {
  background: #fff;
  border-radius: 6px;
  padding: 35px 40px 50px;
  height: 100%;
  width: 100%;
  min-height: 376px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .firm-slider .item a {
    display: block;
    width: 100%;
    height: 100%; }
    .firm-slider .item a * {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .firm-slider .item a:hover {
      color: #f7911e !important; }
      .firm-slider .item a:hover * {
        color: #f7911e !important; }
  .firm-slider .item p {
    margin-bottom: 5px; }
  .firm-slider .item figure {
        height: 124px;
    margin-bottom: 4px;
    max-width: 108px;
    max-height: 101px; }
    .firm-slider .item figure img { 
      max-height: 100px; }
.firm-slider .title {
  margin-bottom: 2px; }

p.locations {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #b2b2b2;
  text-transform: uppercase;
  margin: 0 !important; }
  p.locations i {
    position: relative;
    margin-right: 5px;
    font-size: 14px; }
  p.locations span {
    display: block; }
  p.locations span:first-child {
    margin-bottom: 10px; }

/*------------------------END-FIRM-SLIDER------------------------------------*/
/*------------------------RANKINGS------------------------------------*/
/*.rankings {
  padding: 44px 0 42px;
  background-color: #272727;
  margin: 0 0 44px; }
  .rankings h2 {
    color: #fff;
    text-transform: uppercase;
    min-height: 76px;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative; }
  .rankings h2:before {
    position: absolute;
    left: 0;
    top: 6px; }
  .rankings .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 21px; }
    .rankings .wrap .item {
      width: calc(33.33% - 19px);
      margin-right: 28px; }
      .rankings .wrap .item .content {
        border-radius: 6px;
        background-color: #f2f2f2;
        padding: 28px 18px;
        min-height: 692px; }
    .rankings .wrap .item:last-child {
      margin-right: 0; }
  .rankings .select-block {
    margin-bottom: 7px; }
    .rankings .select-block:after {
      content: "";
      display: table;
      clear: both; }
    .rankings .select-block label {
      display: none; }
  .rankings .rank {
    width: 100%;
    border-radius: 6px;
    background: #fff;
    padding: 16px 0 0;
    margin: 0; }
    .rankings .rank .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 17px 15px; }
    .rankings .rank h3 {
      color: #f7911e;
      margin-bottom: 10px; }
    .rankings .rank .left {
      width: 120px; }
    .rankings .rank .right {
      width: calc(100% - 120px); }
  .rankings .select-block + .rank {
    margin: 25px 0 0; }
  .rankings ol {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
    .rankings ol li {
      counter-increment: li;
      position: relative;
      border-top: solid 0.5px #d9d9d9; }
      .rankings ol li a {
        padding: 15px 17px 10px 120px;
        display: block; }
        .rankings ol li a:hover {
          background-color: #f5f5f5; }
      .rankings ol li:before {
        position: absolute;
        top: 19px;
        left: 39px;
        content: "0" counter(li) ".";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #000000; }
      .rankings ol li p {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #000000; }
      .rankings ol li p:first-child {
        font-weight: 700; }
    .rankings ol li:nth-child(2n) {
      background-color: #f5f5f5; }
      .rankings ol li:nth-child(2n) a:hover {
        background: #fff; }
    .rankings ol li:last-child {
      background: #fff; }
  .rankings .add-more {
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 20px;
    color: #f7911e;
    font-size: 18px; }
    .rankings .add-more i {
      -webkit-transition: none;
      transition: none; }
    .rankings .add-more:hover {
      color: #000; }
  .rankings .header-banner {
    background: transparent; }

.nice-select {
  border-radius: 4px;
  background-color: #ffffff;
  padding-left: 29px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  font-family: 'GT Walsheim Pro', sans-serif;
  height: 48px;
  width: 100%;
  padding-right: 40px;
  border: none !important; }
  .nice-select .list {
    width: 100%; }

.nice-select:after {
  height: 6px;
  width: 6px;
  right: 25px; }

.show-more {
  margin: 0;
  width: 100%;
  text-align: center; }
  .show-more a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e;
    text-transform: uppercase; }
    .show-more a span {
      font-size: 20px;
      position: relative;
      top: 2px;
      font-weight: 400;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      display: inline-block; }
    .show-more a:hover span {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

.top-line .content-width {
  position: relative; }

.top-line {
  overflow: hidden; }

.search-form-wrap {
  position: absolute;
  right: -15px;
  top: -9px;
  overflow: hidden;
  width: 50px;
  background: #fff;
  -webkit-transition: width .4s linear, z-index .4s linear;
  transition: width .4s linear, z-index .4s linear; }

.form-search {
  width: 1320px;
  position: relative; }
  .form-search label {
    display: none; }
  .form-search input {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 100px 0 150px;
    color: transparent;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    text-align: left; }
  .form-search button {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: transparent;
    outline: none;
    border: none !important;
    font-size: 26px;
    line-height: 50px;
    color: #f7911e; }
  .form-search .close-search {
    position: absolute;
    display: block;
    width: 80px;
    height: 50px;
    top: 0;
    right: 0;
    color: #000;
    font-size: 30px;
    line-height: 50px;
    text-align: center; }
    .form-search .close-search span {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      display: inline-block;
      width: 50px;
      height: 50px;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      -webkit-transform-origin: center;
              transform-origin: center; }
    .form-search .close-search:hover span {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .form-search ::-webkit-input-placeholder {
    color: #000; }
  .form-search ::-moz-placeholder {
    color: #000; }
  .form-search :-ms-input-placeholder {
    color: #000; }
  .form-search :-moz-placeholder {
    color: #000; }

.is-search .search-form-wrap {
  right: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: width .4s linear, z-index 0s linear;
  transition: width .4s linear, z-index 0s linear; }
.is-search .form-search input {
  color: #000; }
.is-search .form-search button {
  width: 100px; }

.add-block span {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin: 0; }
.add-block:hover span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }*/

/*-----------------------END-RANKINGS------------------------------------*/
/*-----------------------EXPLORE------------------------------------*/
/*.explore {
  margin: 0 0 95px; }
  .explore .select-block {
    display: none; }
  .explore .double-line {
    margin-bottom: 25px; }
  .explore .head-section {
    margin-bottom: 23px; }
  .explore .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .explore .item {
    width: 33.33%;
    padding: 40px 18px 40px 18px;
    border: 1px solid #d9d9d9;
    border-top: 0;
    border-right: 0; }
    .explore .item figure {
      height: 285px;
      width: 100%;
      margin-bottom: 20px; }
      .explore .item figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .explore .item .wrap a * {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .explore .item .wrap a:hover * {
      color: #f7911e !important; }
    .explore .item p.bottom {
      margin-bottom: 15px; }
  .explore .item:first-child, .explore .item:nth-child(2), .explore .item:nth-child(3) {
    border-top: 1px solid #d9d9d9; }
  .explore .item:nth-child(3n + 1) {
    border-left: 1px solid transparent;
    padding-left: 0; }
  .explore .item:nth-child(3n) {
    padding-right: 0; }
  .explore .item-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-left: 0;
    padding: 0; }
    .explore .item-banner .wrap {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-left: 1px solid #d9d9d9;
      display: inline-block;
      float: right;
      padding: 40px 30px 10px 50px;
      max-width: 380px; }
      .explore .item-banner .wrap a {
        display: inline-block; }

.nav-section {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 0 0; }
  .nav-section ul li {
    display: inline-block; }
    .nav-section ul li a {
      position: relative;
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: left;
      color: #000; }
      .nav-section ul li a:after {
        position: relative;
        display: inline-block;
        margin: 0 1px 0 5px;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        content: '•'; }
      .nav-section ul li a:hover {
        color: #f7911e; }
  .nav-section ul li.current a {
    color: #f7911e; }
    .nav-section ul li.current a:after {
      color: #f7911e; }
  .nav-section ul li:last-child a:after {
    display: none; }

.show-more-big {
  margin: 30px 0 0; }
  .show-more-big a {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    font-family: 'GT Walsheim Pro', sans-serif; }
    .show-more-big a span {
      font-size: 34px;
      line-height: 1;
      font-weight: 400; }*/

/*----------------------END-EXPLORE------------------------------------*/
/*----------------------JOB-SLIDER------------------------------------*/
.job-slider-wrap {
  padding: 0 0 30px;
  background-color: #f2f2f2; }
  .job-slider-wrap .double-line {
    margin-bottom: 24px; }
  .job-slider-wrap .head-section {
    /*margin-bottom: 37px;*/ }

.job-slider .swiper-pagination {
  margin-top: 40px; }
.job-slider .swiper-pagination-bullet {
  background: #b2b2b2; }
.job-slider .item {
  background: #fff;
  border-radius: 6px;
  /*padding: 45px 38px 50px;*/
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .job-slider .item a {
    display: block;
    width: 100%;
    height: 100%; }
  .job-slider .item p {
    /*margin-bottom: 5px;*/ }
  .job-slider .item figure {
    height: 50px;
    margin-bottom: 23px; }
    .job-slider .item figure img {
      max-height: 50px; }
  .job-slider .item .wrap {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */}
.job-slider .title {
  margin-bottom: 16px;
  min-height: 120px; }

.btn-border {
  display: inline-block;
  cursor: pointer;
  border: solid 1px #f7911e;
  background-color: #ffffff;
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f7911e;
  padding: 0 10px;
  text-transform: uppercase; }
  .btn-border:hover {
    background: #f7911e;
    color: #fff; }

/*---------------------END-JOB-SLIDER------------------------------------*/
/*---------------------FOOTER------------------------------------*/
/*.subscribe {
  background-color: #262626;
  padding: 60px 0;
  text-align: center; }
  .subscribe h2 {
    color: #f7911e;
    margin-bottom: 0;
    display: inline-block; }
    .subscribe h2 a {
      font-size: 30px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e;
      font-family: 'GT Walsheim Pro', sans-serif; }
      .subscribe h2 a:hover {
        color: #fff; }
  .subscribe p {
    color: #fff;
    text-align: center; }

.footer {
  padding: 60px 0;
  background-color: #1b1b1b; }
  .footer .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer .footer-logo {
    width: 350px; }
    .footer .footer-logo a {
      display: block;
      margin-bottom: 25px; }
      .footer .footer-logo a img {
        max-width: 100%; }
    .footer .footer-logo p {
      color: #fff; }
  .footer .footer-nav {
    width: calc(100% - 450px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer .footer-nav .item {
      width: 25%; }
    .footer .footer-nav h6 {
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e;
      font-family: 'Modern Era', sans-serif;
      margin-bottom: 5px; }
    .footer .footer-nav ul li a {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff; }
      .footer .footer-nav ul li a:hover {
        color: #f7911e; }

.footer-bottom {
  background-color: #1b1b1b; }
  .footer-bottom .content-width {
    border-top: solid 1px #2b2b2b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 0 33px; }
  .footer-bottom .left {
    width: 300px; }
    .footer-bottom .left p {
      margin-top: 3px;
      color: #fff; }
    .footer-bottom .left ul li {
      display: inline-block; }
      .footer-bottom .left ul li a {
        position: relative;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #fff; }
        .footer-bottom .left ul li a:after {
          position: relative;
          display: inline-block;
          margin: 0 1px 0 5px;
          font-size: 20px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-align: left;
          color: #fff;
          content: '•'; }
        .footer-bottom .left ul li a:hover {
          color: #f7911e; }
    .footer-bottom .left ul li.current a {
      color: #f7911e; }
      .footer-bottom .left ul li.current a:after {
        color: #f7911e; }
    .footer-bottom .left ul li:last-child a:after {
      display: none; }
  .footer-bottom .right {
    width: calc(100% - 400px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-bottom .right figure {
      margin-right: 40px; }

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .soc li {
    margin: 0 7px; }
    .soc li a {
      color: #fff;
      font-size: 20px; }
      .soc li a i {
        -webkit-transition: none;
        transition: none; }
      .soc li a:hover {
        color: #f7911e; }
  .soc li:first-child {
    margin-left: 0; }
  .soc li:last-child {
    margin-right: 0; }

.top-line .logo img {
  max-width: 100%; }

.menu-btn, .menu-responsive {
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.rankings .header-banner img, .header-banner img {
  max-width: 100%; }

.home-news h1 a {
  display: block; }

.item-big-img img {
  max-width: 100%; }*/

/*--------------------END-FOOTER------------------------------------*/
/*--------------------PAGE-EVENT-LIST------------------------------------*/
/*.top-event {
  padding: 52px 0;
  background: url("../img/bg-1.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 30px; }
  .top-event .content {
    width: 100%;
    max-width: 1050px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
    padding: 40px 75px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto; }
  .top-event .left {
    width: calc(100% - 235px); }
  .top-event .right {
    width: 185px; }
  .top-event h1 {
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 30px; }
  .top-event .wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    .top-event .wrap-img figure {
      width: 185px;
      height: 185px;
      border-radius: 6px;
      overflow: hidden; }
      .top-event .wrap-img figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .top-event .wrap-img .text {
      width: calc(100% - 215px); }
  .top-event p.locations {
    text-transform: inherit;
    font-weight: 400;
    position: relative;
    max-width: 550px;
    padding: 15px 0 15px 30px;
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2; }
    .top-event p.locations i {
      position: absolute;
      top: 16px;
      left: 0; }
  .top-event .day-week {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding: 5px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase; }
  .top-event .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .top-event .date span {
      display: inline-block;
      position: relative;
      font-size: 77px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      font-family: 'GT Walsheim Pro', sans-serif; }
      .top-event .date span sup {
        top: 0;
        font-size: 75%;
        line-height: 1; }
    .top-event .date i {
      display: inline-block;
      font-style: normal;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      line-height: 1.31;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e;
      text-transform: uppercase; }
    .top-event .date b {
      display: inline-block;
      position: relative;
      font-size: 77px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      font-family: 'GT Walsheim Pro', sans-serif; }
    .top-event .date .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .top-event .btn-more {
    width: 100%;
    text-transform: uppercase; }
    .top-event .btn-more img {
      position: relative;
      top: -2px; }

.filter-wrap {
  margin-bottom: 25px; }
  .filter-wrap .content {
    padding: 9px 16px;
    border-radius: 3px;
    background-color: #000000; }
  .filter-wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .filter-wrap .select-block-1 {
    width: 22%; }
  .filter-wrap .select-block-2 {
    width: 32%; }
  .filter-wrap .select-block-3 {
    width: calc(46% - 45px - 174px); }
  .filter-wrap .select-block {
    margin-right: 15px; }

.btn-default {
  min-width: 174px;
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background-color: #f7911e;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: normal;
  color: #ffffff; }
  .btn-default:hover {
    background-color: #c3731c; }

.nice-default .nice-select {
  height: 48px;
  line-height: 48px;
  padding-left: 25px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #818181;
  font-family: 'Modern Era', sans-serif; }

.default-events .content {
  padding: 58px 50px;
  background-color: #f2f2f2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.default-events {
  padding-bottom: 40px; }
  .default-events .item {
    width: calc(25% - 15px);
    margin-bottom: 65px; }
  .default-events .item:nth-child(4n) {
    margin-right: 0; }
    .default-events .item:nth-child(4n) .hover-block {
      left: inherit;
      right: 0; }
  .default-events .item-banner img {
    max-width: 100%; }*/

/*-------------------END-PAGE-EVENT-LIST------------------------------------*/
/*--------------------PAGE-EVENT-CATEGORY------------------------------------*/
/*.top-event-category {
  margin-bottom: 35px; }
  .top-event-category .bg {
    height: 493px; }
    .top-event-category .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .top-event-category .content {
    padding: 53px 50px 71px;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    max-width: 586px;
    width: 100%;
    margin: -20% auto 0; }
  .top-event-category .content-width {
    position: relative;
    z-index: 1; }
  .top-event-category h1 {
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 25px;
    text-transform: uppercase; }

.filter-check .content {
  padding: 9px 8px 1px;
  border-radius: 3px;
  background-color: #000000; }
.filter-check input[type=checkbox] {
  margin: 0;
  display: none; }
.filter-check p {
  display: inline-block;
  white-space: nowrap;
  margin: 0 8px 8px 8px; }
.filter-check p input[type="checkbox"] + span {
  display: inline-block;
  height: 48px;
  position: relative;
  line-height: 48px;
  padding: 0 21px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #818181;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase; }
  .filter-check p input[type="checkbox"] + span:hover {
    color: #fff;
    background: #f7911e; }
.filter-check p input[type="checkbox"]:checked + span {
  color: #fff;
  background: #f7911e; }
.filter-check .select-block {
  display: none; }
*/
/*-------------------END-PAGE-EVENT-CATEGORY------------------------------------*/
/*--------------------PAGE-EVENT-DETAIL------------------------------------*/
/*.head-event {
  background-color: #f2f2f2;
  padding: 71px 0 0;
  position: relative;
  z-index: 2; }
  .head-event .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 150px; }
  .head-event .left {
    width: calc(100% - 450px); }
  .head-event .right {
    width: 400px;
    margin-bottom: -120px; }
    .head-event .right .btn-default {
      width: 100%;
      height: 70px;
      line-height: 70px;
      font-size: 24px;
      text-transform: uppercase;
      margin-top: 18px; }
    .head-event .right .select-block {
      border-top: solid 1px #f2f2f2;
      padding-top: 18px;
      margin-top: 18px; }
    .head-event .right .nice-select {
      border: solid 1px #d9d9d9 !important;
      background-color: #ffffff; }
    .head-event .right .text-block {
      background-color: #ffffff;
      padding: 30px 54px 49px 55px; }
      .head-event .right .text-block p {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #a3a3a3; }
      .head-event .right .text-block .cost p sup {
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        font-family: 'GT Walsheim Pro', sans-serif; }
      .head-event .right .text-block .cost p span {
        display: inline-block;
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        font-family: 'GT Walsheim Pro', sans-serif; }
      .head-event .right .text-block .cost p sub {
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #f7911e;
        font-family: 'Modern Era', sans-serif;
        text-transform: uppercase; }
    .head-event .right .wrap {
      border-radius: 3px;
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05); }

h1 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  font-family: 'GT Walsheim Pro', sans-serif; }

.event-info {
  margin: 0 0 30px; }
  .event-info li {
    position: relative;
    padding: 12px 0 12px 44px;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    margin-top: -1px; }
    .event-info li .icon-wrap {
      position: absolute;
      top: 12px;
      left: 0; }
      .event-info li .icon-wrap i {
        font-size: 22px;
        color: #818181; }
    .event-info li p {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #818181; }
      .event-info li p a {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: normal;
        text-align: left;
        color: #f7911e;
        font-family: 'GT Walsheim Pro', sans-serif; }
        .event-info li p a:hover {
          color: #000; }

.img-slider a {
  display: block;
  width: 100%;
  height: 305px;
  overflow: hidden;
  border-radius: 3px 3px 0 0; }
  .img-slider a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: top; }
.img-slider .swiper-pagination {
  margin: 0;
  position: absolute;
  bottom: 10px; }

.event-content-tab {
  margin: 0 0 150px; }
  .event-content-tab .scroll-wrap {
    width: 100%;
    padding-top: 40px; }
  .event-content-tab h3 {
    margin-bottom: 30px;
    text-transform: uppercase; }
    .event-content-tab h3:before {
      position: relative;
      content: '';
      margin-right: 10px;
      width: 24px;
      height: 24px;
      background-color: #f7911e;
      display: inline-block;
      top: 3px; }
  .event-content-tab .wrap-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px; }
    .event-content-tab .wrap-date .date {
      width: 130px;
      position: relative; }
      .event-content-tab .wrap-date .date:after {
        position: absolute;
        top: 5px;
        bottom: 5px;
        right: 0;
        content: '';
        width: 1px;
        background: #f2f2f2; }
      .event-content-tab .wrap-date .date span {
        display: block;
        font-size: 60px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        font-family: 'GT Walsheim Pro', sans-serif; }
        .event-content-tab .wrap-date .date span sup {
          margin-left: -15px; }
      .event-content-tab .wrap-date .date b {
        display: block;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        font-family: 'Modern Era', sans-serif; }
    .event-content-tab .wrap-date .info {
      width: calc(100% - 130px);
      padding-left: 15px; }
      .event-content-tab .wrap-date .info span {
        display: block;
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #b2b2b2;
        font-family: 'GT Walsheim Pro', sans-serif;
        text-transform: uppercase; }
      .event-content-tab .wrap-date .info b {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: left;
        color: #b2b2b2;
        display: block;
        text-transform: uppercase; }
  .event-content-tab blockquote {
    margin: 0 0 5px;
    position: relative;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e; }
    .event-content-tab blockquote:before, .event-content-tab blockquote:after {
      display: inline-block;
      content: '”';
      font-family: 'Roboto Slab', sans-serif;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.88;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e; }
  .event-content-tab .soc-wrap {
    display: inline-block;
    width: 80px;
    vertical-align: top;
    padding: 35px 0 0 18px; }
  .event-content-tab .tab-wrap {
    width: calc(100% - 80px - 400px);
    padding: 32px 0 0 60px;
    display: inline-block;
    max-width: 770px; }
  .event-content-tab .banner-wrap {
    width: 390px;
    padding: 35px 55px 0;
    float: right; }
    .event-content-tab .banner-wrap figure {
      margin-bottom: 24px; }
      .event-content-tab .banner-wrap figure img {
        max-width: 100%; }
  .event-content-tab .wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 35px; }
    .event-content-tab .wrap-img figure {
      width: 145px; }
      .event-content-tab .wrap-img figure img {
        width: auto;
        vertical-align: top; }
    .event-content-tab .wrap-img .text {
      width: calc(100% - 165px); }
      .event-content-tab .wrap-img .text p {
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: oblique;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #818181;
        font-family: 'GT Walsheim Pro', sans-serif; }
  .event-content-tab .block {
    margin-top: 50px; }

.soc-vertical {
  width: 100%;
  margin: 0 0 20px; }
  .soc-vertical li {
    margin-bottom: 7px; }
    .soc-vertical li a {
      width: 38px;
      height: 38px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: solid 2px #222221;
      border-radius: 100%; }
      .soc-vertical li a i {
        font-size: 20px;
        color: #222221; }
      .soc-vertical li a:hover {
        border: solid 2px #f7911e; }
        .soc-vertical li a:hover i {
          color: #f7911e; }

.tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 45px; }
  .tabs-menu li {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #d9d9d9;
    font-family: 'GT Walsheim Pro', sans-serif;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap; }
    .tabs-menu li:after {
      position: absolute;
      bottom: -11px;
      left: 0;
      right: 0;
      content: '';
      height: 7px;
      background: #f7911e;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .tabs-menu li:hover {
      color: #f7911e; }
      .tabs-menu li:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
  .tabs-menu .is-active {
    color: #f7911e; }
    .tabs-menu .is-active:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }

.default-list {
  margin: 0 0 30px; }
  .default-list li {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 5px; }
    .default-list li:before {
      position: relative;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background: #000;
      content: '';
      margin-right: 3px;
      top: 13px;
      display: inline-block;
      vertical-align: top; }

.programme-list {
  margin: 0 0 40px; }
  .programme-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    margin-bottom: 11px; }
  .programme-list .left {
    width: 150px;
    border-right: solid 1px #d9d9d9;
    padding: 17px 10px 17px 20px; }
    .programme-list .left p {
      font-size: 30px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e;
      font-family: 'GT Walsheim Pro', sans-serif; }
      .programme-list .left p sup {
        margin-left: -7px;
        font-size: 15px;
        top: -10px; }
  .programme-list .right {
    width: calc(100% - 150px);
    padding: 18px 25px; }
    .programme-list .right p {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      margin-bottom: 20px; }
    .programme-list .right p:last-child {
      margin-bottom: 0; }
  .programme-list .default-list {
    margin-bottom: 20px; }
    .programme-list .default-list li {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      margin-bottom: 0; }
      .programme-list .default-list li:before {
        top: 8px; }
  .programme-list .default-list:last-child {
    margin-bottom: 0; }

.sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sponsor-list li {
    margin: 0 20px 70px 0;
    display: inline-block;
    max-width: calc(50% - 20px); }
    .sponsor-list li a {
      display: block; }
      .sponsor-list li a img {
        vertical-align: top;
        max-width: 100%; }
      .sponsor-list li a:hover {
        opacity: 0.7; }

.speaker-list li {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }
  .speaker-list li figure {
    width: 260px; }
    .speaker-list li figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .speaker-list li .text-wrap {
    background: #fff;
    padding: 30px 45px;
    width: 100%; }
    .speaker-list li .text-wrap a * {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .speaker-list li .text-wrap a:hover * {
      color: #f7911e !important; }
    .speaker-list li .text-wrap h6 {
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      margin-bottom: 3px; }
    .speaker-list li .text-wrap p {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.79;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      margin-bottom: 10px; }
    .speaker-list li .text-wrap .top {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.14;
      letter-spacing: normal;
      text-align: left;
      color: #818181;
      margin-bottom: 15px; }
    .speaker-list li .text-wrap .more {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #c4c4c4;
      margin: 0;
      text-transform: uppercase;
      font-family: 'GT Walsheim Pro', sans-serif; }
  .speaker-list li figure + .text-wrap {
    width: calc(100% - 260px); }

.contact-list h4 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  font-family: 'Modern Era', sans-serif;
  margin: 0; }
.contact-list p {
  margin-bottom: 6px;
  padding-bottom: 6px;
  position: relative; }
  .contact-list p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    content: '';
    height: 1px;
    background: #f2f2f2; }
.contact-list a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #f7911e; }
  .contact-list a:hover {
    color: #000; }
  .contact-list a span {
    display: block; }
.contact-list li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9d9d9; }
.contact-list li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0; }

.grey-line {
  width: 100%;
  height: 1px;
  background: #d9d9d9; }*/

/*-------------------END-PAGE-EVENT-DETAIL------------------------------------*/
/*--------------------PAGE-EVENT-AWARDS------------------------------------*/
/*.event-content-tab .block-default h3:before {
  display: none; }

.event-content-tab .wrap-btn {
  margin-top: 12px;
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: solid 1px #f2f2f2; }
  .event-content-tab .wrap-btn .btn-big {
    height: 70px;
    line-height: 70px;
    width: 100%;
    font-size: 14px; }
.event-content-tab .title-border {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  font-family: 'GT Walsheim Pro', sans-serif;
  padding: 5px 20px;
  border-radius: 3px;
  border: solid 1px #222221;
  margin-bottom: 25px;
  display: inline-block; }
.event-content-tab p.center {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #b2b2b2; }
.event-content-tab .title {
  margin-bottom: 5px; }
  .event-content-tab .title:before {
    display: none; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.list-margin-15 li {
  margin-bottom: 15px !important; }

.list-50 {
  margin: 0 0 70px; }
  .list-50 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    border: solid 1px #d9d9d9;
    border-radius: 3px; }
    .list-50 li .left {
      width: 50%;
      padding: 17px 10px 17px 20px;
      border-right: solid 1px #d9d9d9; }
      .list-50 li .left p {
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #f7911e;
        font-family: 'GT Walsheim Pro', sans-serif;
        margin: 0; }
    .list-50 li .right {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 17px 10px 17px 20px; }
      .list-50 li .right p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin: 0; }

.event-content-tab .wrap-btn-default {
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 0;
  border-top: 0; }

.mini-photo-list {
  padding-bottom: 40px;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 30px; }
  .mini-photo-list li {
    margin-bottom: 11px; }
    .mini-photo-list li h5 {
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e;
      font-family: 'GT Walsheim Pro', sans-serif;
      margin: 0; }
    .mini-photo-list li h6 {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.88;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      font-family: 'Modern Era', sans-serif;
      margin: 0; }
  .mini-photo-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 18px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff; }
    .mini-photo-list a figure {
      width: 82px;
      height: 82px;
      border-radius: 3px; }
      .mini-photo-list a figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .mini-photo-list a .text-wrap {
      width: 100%;
      padding-left: 15px; }
    .mini-photo-list a figure + .text-wrap {
      width: calc(100% - 106px);
      padding-left: 0; }
  .mini-photo-list p.name {
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }

.mini-photo-list:last-child {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0; }

.event-content-tab .item .block:first-child {
  margin-top: 0; }

.faq-list li {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: solid 1px #d9d9d9; }
.faq-list li:last-child {
  border-bottom: 0; }
.faq-list h4 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #f7911e;
  margin-bottom: 30px;
  font-family: 'GT Walsheim Pro', sans-serif;
  text-transform: uppercase; }
.faq-list h6 {
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 20px; }
.faq-list p {
  margin-bottom: 20px; }

.line-grey-margin {
  margin: 30px 0;
  width: 100%;
  background: #f2f2f2;
  height: 1px; }

.event-content-tab .img-first {
  margin-bottom: 20px; }
  .event-content-tab .img-first img {
    vertical-align: top;
    max-width: 100%; }
.event-content-tab .wrap-quotes {
  position: relative;
  padding: 10px 0 10px 100px;
  border-top: 7px solid #222221;
  border-bottom: 7px solid #222221;
  margin-bottom: 25px; }
  .event-content-tab .wrap-quotes img {
    position: absolute;
    top: 17px;
    left: 0;
    vertical-align: top; }
  .event-content-tab .wrap-quotes h2 {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #222221; }
    .event-content-tab .wrap-quotes h2:before {
      display: none; }
.event-content-tab p.color {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #f7911e;
  margin: 30px 0; }

.quotes-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 20px; }
.quotes-list figure {
  width: 168px;
  height: 168px;
  border-radius: 3px;
  position: relative;
  z-index: 1; }
  .quotes-list figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.quotes-list .text-wrap {
  width: calc(100% - 168px - 37px); }
  .quotes-list .text-wrap p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
    margin-bottom: 3px; }
    .quotes-list .text-wrap p a {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }
      .quotes-list .text-wrap p a i {
        position: relative;
        margin-right: 5px;
        top: 2px;
        color: #818181; }
  .quotes-list .text-wrap .name {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 3px; }
  .quotes-list .text-wrap .status {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
    margin-bottom: 5px; }
  .quotes-list .text-wrap blockquote {
    margin: 15px 0 0;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e;
    font-family: 'Roboto Slab', sans-serif; }
    .quotes-list .text-wrap blockquote:before {
      position: absolute;
      top: 0;
      left: -50px;
      content: url("../img/icon-4.png"); }
    .quotes-list .text-wrap blockquote:after {
      position: relative;
      display: inline;
      content: url("../img/icon-5.png");
      vertical-align: top; }

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .gallery-list li {
    width: 33.33%;
    height: 240px;
    margin-bottom: 35px; }
    .gallery-list li a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .gallery-list li a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        vertical-align: top; }
      .gallery-list li a:hover img {
        -webkit-transform: scale(1.03);
                transform: scale(1.03); }*/

/*-------------------END-PAGE-EVENT-AWARDS------------------------------------*/
/*--------------------PAGE-FIRM-LIST------------------------------------*/
/*.top-firm {
  background: url("../img/bg-3.jpg") no-repeat center;
  background-size: cover;
  padding: 64px 0 58px;
  margin-bottom: 17px; }
  .top-firm .label {
    margin-bottom: 0; }
  .top-firm .content {
    margin: auto;
    padding: 42px 65px 27px 38px;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
    width: 100%;
    max-width: 930px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .top-firm .left {
    width: 117px; }
  .top-firm .right {
    width: calc(100% - 117px - 26px); }
  .top-firm h1 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 3px; }
  .top-firm .btn-wrap {
    margin-top: 20px; }
    .top-firm .btn-wrap a {
      margin-right: 11px;
      text-transform: uppercase; }
    .top-firm .btn-wrap a:last-child img {
      position: relative;
      top: -4px; }

.top-firm-list > li {
  padding: 10px 0;
  border-bottom: solid 1px #f2f2f2; }
  .top-firm-list > li p i {
    position: relative;
    top: 2px;
    color: #818181;
    margin-right: 5px; }
  .top-firm-list > li p a:hover {
    color: #f7911e; }
.top-firm-list .item-2 p i {
  top: 0; }
.top-firm-list .item-3, .top-firm-list .item-4 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-firm-list .item-3 .wrap, .top-firm-list .item-4 .wrap {
    width: 146px;
    border-right: solid 1px #f2f2f2;
    padding: 10px 0; }
    .top-firm-list .item-3 .wrap p, .top-firm-list .item-4 .wrap p {
      color: #818181; }
  .top-firm-list .item-3 .wrap-list, .top-firm-list .item-4 .wrap-list {
    padding: 10px 0 10px 15px;
    width: calc(100% - 146px); }
    .top-firm-list .item-3 .wrap-list ul, .top-firm-list .item-4 .wrap-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-firm-list .item-3 .wrap-list ul li, .top-firm-list .item-4 .wrap-list ul li {
        display: inline-block;
        position: relative;
        margin-right: 6px;
        padding-right: 6px; }
        .top-firm-list .item-3 .wrap-list ul li:after, .top-firm-list .item-4 .wrap-list ul li:after {
          width: 4px;
          height: 4px;
          position: absolute;
          top: 50%;
          margin-top: -2px;
          right: -2px;
          border-radius: 100%;
          background: #000;
          content: ''; }
      .top-firm-list .item-3 .wrap-list ul li:last-child:after, .top-firm-list .item-4 .wrap-list ul li:last-child:after {
        display: none; }
.top-firm-list .item-4 .wrap {
  width: 113px; }
.top-firm-list .item-4 .wrap-list {
  width: calc(100% - 113px); }

.filter-wrap .btn-default {
  text-transform: uppercase; }
.filter-wrap h2 {
  margin-bottom: 16px; }
.filter-wrap .input-wrap {
  margin-right: 15px; }
  .filter-wrap .input-wrap label {
    display: none; }
  .filter-wrap .input-wrap input {
    width: 100%;
    border: none;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    border-radius: 3px; }

.filter-wrap.filter-wrap-firm {
  margin-bottom: 55px; }
  .filter-wrap.filter-wrap-firm .input-wrap-1 {
    width: 22.5%; }
  .filter-wrap.filter-wrap-firm .select-block-2 {
    width: 17.5%; }
  .filter-wrap.filter-wrap-firm .select-block-3 {
    width: 20%; }
  .filter-wrap.filter-wrap-firm .select-block-4 {
    width: calc(40% - 60px - 174px); }

.firm-default {
  padding-bottom: 50px; }
  .firm-default .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .firm-default .item {
    background: #fff;
    border-radius: 6px;
    padding: 35px 40px 50px;
    width: 32%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: 0 0 53px;
    position: relative; }
    .firm-default .item .title {
      margin-bottom: 1px; }
    .firm-default .item > a {
      display: block;
      width: 100%;
      height: 100%; }
      .firm-default .item > a * {
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .firm-default .item > a:hover {
        color: #f7911e !important; }
        .firm-default .item > a:hover * {
          color: #f7911e !important; }
    .firm-default .item p {
      margin-bottom: 5px; }
    .firm-default .item figure {
      height: 80px;
      margin-bottom: 15px; }
      .firm-default .item figure img {
        max-height: 80px; }
  .firm-default .item:nth-child(3n + 2) {
    margin-left: 58px;
    margin-right: 58px; }
  .firm-default .hover-block {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 35px 40px 50px;
    width: calc(200% + 58px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: -1; }
    .firm-default .hover-block figure {
      height: 80px;
      margin-bottom: 15px; }
      .firm-default .hover-block figure img {
        max-height: 80px; }
    .firm-default .hover-block .left-info {
      width: 40%; }
    .firm-default .hover-block .right-info {
      width: 50%; }
    .firm-default .hover-block .btn-wrap {
      margin-top: 20px; }
      .firm-default .hover-block .btn-wrap a {
        display: inline-block;
        width: 185px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .firm-default .hover-block .btn-wrap a:last-child img {
        position: relative;
        top: -5px; }
    .firm-default .hover-block .title-hover {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      font-family: 'GT Walsheim Pro', sans-serif;
      margin-bottom: 1px; }
  .firm-default .item-banner {
    padding: 0 30px;
    width: calc(36% - 116px);
    background: transparent !important; }
    .firm-default .item-banner img {
      vertical-align: top;
      max-width: 100%; }
  .firm-default .is-hover .hover-block {
    opacity: 1;
    visibility: visible;
    z-index: 10; }
  .firm-default .item:nth-child(3n) .hover-block {
    left: inherit;
    right: 0; }
  .firm-default .item:nth-child(3n +2) .hover-block {
    left: -100px; }*/

/*-------------------END-PAGE-FIRM-LIST------------------------------------*/
/*--------------------PAGE-FIRM-PAGE------------------------------------*/
/*.head-firm {
  padding: 40px 0;
  background-color: #f2f2f2;
  position: relative;
  z-index: 2; }
  .head-firm .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .head-firm .right {
    width: 396px;
    margin-bottom: -80px; }
    .head-firm .right figure {
      padding: 44px 52px 62px;
      border-radius: 3px;
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
      background-color: #ffffff; }
      .head-firm .right figure img {
        width: 100%; }
  .head-firm .left {
    width: calc(100% - 500px);
    padding-left: 145px; }
  .head-firm h1 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .head-firm p {
    margin-bottom: 10px; }
  .head-firm p:last-child {
    margin-bottom: 0; }

.rating-firm-list {
  margin: 0 0 20px;
  border: solid 1px #d9d9d9; }
  .rating-firm-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: solid 1px #d9d9d9; }
  .rating-firm-list li:last-child {
    border-bottom: 0; }
  .rating-firm-list figure {
    width: 70px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .rating-firm-list .text {
    width: calc(100% - 70px);
    padding: 25px 20px 20px 0; }
  .rating-firm-list p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #818181; }
  .rating-firm-list p.top {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #222221; }

.firm-content-tab .block p {
  margin-bottom: 20px; }
.firm-content-tab .block p:last-child {
  margin-bottom: 0; }

.firm-content-tab .banner-wrap {
  padding: 70px 0 0;
  position: relative !important;
  top: 0 !important; }

.firm-content-tab .soc-wrap {
  padding-top: 120px; }

.key-people-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .key-people-list li {
    width: 46%;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff; }
  .key-people-list figure {
    height: 200px; }
    .key-people-list figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .key-people-list .text-wrap {
    padding: 15px 35px 25px;
    background: #fff; }
    .key-people-list .text-wrap a * {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .key-people-list .text-wrap a:hover * {
      color: #f7911e !important; }
  .key-people-list h5 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    font-family: 'GT Walsheim Pro', sans-serif; }
  .key-people-list p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    min-height: 120px; }
  .key-people-list p.status {
    min-height: inherit;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
    margin-bottom: 15px; }
  .key-people-list p.more {
    min-height: inherit;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #c4c4c4;
    text-transform: uppercase;
    font-family: 'GT Walsheim Pro', sans-serif; }

.full-info-firm-list {
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 35px 45px;
  margin-bottom: 50px; }
  .full-info-firm-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #f2f2f2; }
    .full-info-firm-list li i {
      position: absolute;
      top: 3px;
      left: 0;
      font-size: 16px;
      color: #818181; }
    .full-info-firm-list li p {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }
      .full-info-firm-list li p a {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #000000; }
        .full-info-firm-list li p a:hover {
          color: #f7911e; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.top-stories {
  padding-bottom: 60px; }
  .top-stories h2 {
    margin-bottom: 30px; }
  .top-stories .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: solid 1px #d9d9d9; }
  .top-stories .left {
    width: 31%;
    padding: 0 0 50px; }
    .top-stories .left h3 {
      margin-bottom: 30px; }
    .top-stories .left p.bottom {
      margin-bottom: 25px; }
  .top-stories figure {
    height: 285px;
    margin-bottom: 20px; }
    .top-stories figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .top-stories .text {
    padding-right: 15px; }
  .top-stories a * {
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .top-stories a:hover * {
    color: #f7911e !important; }
  .top-stories p.label {
    margin-bottom: 0; }
  .top-stories .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 69%; }
    .top-stories .right .item {
      width: calc(50% + 18px);
      border-bottom: solid 1px #d9d9d9;
      border-left: solid 1px #d9d9d9;
      padding: 35px 35px 20px; }
    .top-stories .right .item:nth-child(3), .top-stories .right .item:nth-child(4) {
      border-bottom: 0;
      padding-bottom: 50px; }
    .top-stories .right .item:nth-child(1), .top-stories .right .item:nth-child(2) {
      padding-top: 0; }
    .top-stories .right .item:nth-child(2n) {
      padding-right: 0;
      width: calc(50% - 18px); }
    .top-stories .right p.bottom {
      margin-bottom: 15px; }

.no-border {
  border: none !important; }

.popup-site {
  width: calc(100% - 30px);
  max-width: 1000px;
  padding: 0;
  border-radius: 3px; }
  .popup-site .main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .popup-site .left {
    width: 265px;
    padding: 30px 25px;
    background-color: #f2f2f2;
    position: relative; }
    .popup-site .left figure {
      border-radius: 3px;
      width: 100%;
      height: 210px;
      max-width: 210px;
      overflow: hidden; }
      .popup-site .left figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .popup-site .left .logo-wrap {
      position: absolute;
      top: 207px;
      left: 38px;
      width: 70px; }
      .popup-site .left .logo-wrap img {
        vertical-align: top;
        width: 100%; }
  .popup-site .right {
    width: calc(100% - 265px);
    background: #fff;
    padding: 30px 45px 70px; }
  .popup-site h3 {
    margin-bottom: 0; }
  .popup-site h4 {
    margin-bottom: -5px; }
  .popup-site p.status {
    margin: 0 !important;
    color: #818181; }
  .popup-site .content {
    margin-bottom: 35px; }
  .popup-site p {
    margin-bottom: 20px; }
  .popup-site p:last-child {
    margin-bottom: 0; }
  .popup-site .event-info li {
    padding-left: 0;
    border-bottom: solid 1px #f2f2f2;
    border-top: 0; }
  .popup-site .event-info li:last-child {
    border-bottom: 0; }
  .popup-site .event-info li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-family: 'Modern Era', sans-serif; }
    .popup-site .event-info li p a {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.88;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      font-family: 'Modern Era', sans-serif; }
      .popup-site .event-info li p a:hover {
        color: #f7911e; }
  .popup-site .rating-firm-list figure {
    width: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0; }
  .popup-site .rating-firm-list .text {
    width: calc(100% - 50px); }

.rating-firm-list p.top {
  margin-bottom: 0; }

.fancybox-close-small {
  position: absolute;
  top: inherit;
  bottom: 0; }
  .fancybox-close-small:after {
    display: none; }
  .fancybox-close-small:before {
    position: absolute;
    content: 'close';
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #c4c4c4;
    text-transform: uppercase;
    top: inherit;
    bottom: 25px;
    right: 45px;
    font-family: 'GT Walsheim Pro', sans-serif; }
    .fancybox-close-small:before:hover {
      color: #f7911e; }*/

/*-------------------END-PAGE-FIRM-PAGE------------------------------------*/
/*--------------------PAGE-VIDEO-LIST------------------------------------*/
.top-video-block {
  position: relative;
  height: 550px;
  margin-bottom: 36px; }
  .top-video-block .video-wrap {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .top-video-block .video-wrap iframe {
      width: 100%;
      height: 100%; }
    .top-video-block .video-wrap .video-hover {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .top-video-block .video-wrap .video-hover img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .top-video-block .video-wrap .video-hover:after {
        opacity: 0.44;
        border-radius: 6px;
        background-color: #000000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ''; }
      .top-video-block .video-wrap .video-hover a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2;
        width: 110px;
        height: 110px; }
        .top-video-block .video-wrap .video-hover a:after {
          position: absolute;
          top: 2px;
          left: 2px;
          right: 2px;
          bottom: 2px;
          content: '';
          background: #fff;
          border-radius: 100%; }
        .top-video-block .video-wrap .video-hover a img {
          vertical-align: top;
          position: relative;
          z-index: 1;
          max-width: 100%; }
  .top-video-block .content {
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 407px;
    position: absolute;
    top: 45px;
    right: -27px;
    padding: 50px 65px 80px; }
  .top-video-block .content-width {
    position: relative; }
  .top-video-block h1 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 30px; }
  .top-video-block .info-video-list li {
    width: 100% !important;
    border-color: #d9d9d9 !important;
    border-right: 0 !important;
    margin-top: -1px;
    padding-left: 0 !important; }

.info-video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0; }
  .info-video-list li {
    padding: 7px 0;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9; }
    .info-video-list li p {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: normal;
      text-align: left;
      color: #818181;
      text-transform: uppercase; }
  .info-video-list li:first-child {
    width: 75px;
    border-right: solid 1px #d9d9d9; }
  .info-video-list li:last-child {
    width: calc(100% - 75px);
    padding-left: 25px; }
    .info-video-list li:last-child p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .info-video-list li:last-child span {
      display: inline-block;
      width: 98px; }
    .info-video-list li:last-child b {
      width: calc(100% - 98px);
      font-weight: bold;
      display: inline-block; }

p.play {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #f7911e;
  text-transform: uppercase; }
  p.play a {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e;
    display: inline-block; }
    p.play a:hover {
      color: #000; }

.filter-check .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto; }

.top-video-block.is-play .content {
  display: none; }

.video-content {
  margin: 40px 0 0;
  padding-bottom: 65px; }
  .video-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 38px 95px 38px 46px;
    position: relative;
    margin-bottom: 48px; }
    .video-content .item:after {
      position: absolute;
      top: 0;
      right: 0;
      left: 325px;
      bottom: 0;
      content: '';
      -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
              box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
      background-color: #ffffff; }
  .video-content .video-wrap {
    position: relative;
    width: 507px;
    height: 286px;
    overflow: hidden;
    z-index: 1; }
    .video-content .video-wrap iframe {
      width: 100%;
      height: 100%; }
    .video-content .video-wrap .video-hover {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .video-content .video-wrap .video-hover img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .video-content .video-wrap .video-hover:after {
        opacity: 0.44;
        border-radius: 6px;
        background-color: #000000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ''; }
      .video-content .video-wrap .video-hover a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2;
        width: 110px;
        height: 110px; }
        .video-content .video-wrap .video-hover a:after {
          position: absolute;
          top: 2px;
          left: 2px;
          right: 2px;
          bottom: 2px;
          content: '';
          background: #fff;
          border-radius: 100%; }
        .video-content .video-wrap .video-hover a img {
          vertical-align: top;
          position: relative;
          z-index: 1; }
  .video-content .text-wrap {
    width: calc(100% - 560px);
    position: relative;
    z-index: 1; }
  .video-content h2 {
    margin-bottom: 30px;
    text-transform: inherit; }
    .video-content h2:before {
      display: none; }

.banner-site {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 50px; }
  .banner-site img {
    vertical-align: top;
    max-width: 100%; }

/*-------------------END-PAGE-VIDEO-LIST------------------------------------*/
/*-------------------REPORT-PAGE-------------------------------------*/
/*.top-report-block {
  background-color: #f2f2f2;
  padding-top: 60px;
  margin-bottom: 25px; }
  .top-report-block .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 90px 0 190px; }
  .top-report-block figure {
    width: 316px; }
    .top-report-block figure img {
      width: 100%; }
  .top-report-block .text-wrap {
    width: calc(100% - 406px); }
  .top-report-block h1 {
    margin-bottom: 20px; }
  .top-report-block p {
    margin-bottom: 35px; }
  .top-report-block .btn-wrap a {
    min-width: 185px;
    text-transform: uppercase;
    margin-right: 11px; }
  .top-report-block .btn-wrap a:last-child {
    min-width: 225px; }

.filter-sort.filter-wrap {
  margin-bottom: 59px; }
  .filter-sort.filter-wrap .content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0; }
  .filter-sort.filter-wrap form {
    background: #fff;
    border-radius: 3px;
    padding: 0 0 0 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .filter-sort.filter-wrap .sort {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding: 14px 45px 14px 0;
    text-transform: uppercase; }
    .filter-sort.filter-wrap .sort:after {
      position: absolute;
      right: 0;
      top: 50%;
      content: '';
      width: 1px;
      border-right: 1px solid #e6e6e6;
      height: 20px;
      margin-top: -10px; }
  .filter-sort.filter-wrap .select-block-1 {
    width: 120px !important;
    position: relative; }
    .filter-sort.filter-wrap .select-block-1:after {
      position: absolute;
      right: 0;
      top: 50%;
      content: '';
      width: 1px;
      border-right: 1px solid #e6e6e6;
      height: 20px;
      margin-top: -10px; }
  .filter-sort.filter-wrap .select-block-2 {
    width: 110px !important; }
  .filter-sort.filter-wrap .select-block {
    margin: 0 !important; }
    .filter-sort.filter-wrap .select-block .nice-select {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      text-align: left;
      color: #818181;
      text-transform: uppercase;
      font-family: 'Modern Era', sans-serif; }

.report-content {
  margin: 0 0 45px; }
  .report-content h2 {
    text-transform: uppercase; }
  .report-content .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .report-content figure {
    height: 400px;
    position: relative;
    width: 100%; }
    .report-content figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .report-content .item {
    width: calc(25% - 38px);
    position: relative;
    margin-right: 50px;
    margin-bottom: 63px; }
    .report-content .item .text-block {
      width: 248px;
      position: relative;
      padding: 34px 25px;
      background-color: #ffffff;
      float: right;
      right: 0;
      bottom: 0;
      z-index: 2;
      margin-top: -92px;
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05); }
      .report-content .item .text-block .title {
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        font-family: 'GT Walsheim Pro', sans-serif;
        min-height: 80px;
        margin-bottom: 10px; }
  .report-content .item:nth-child(4n) {
    margin-right: 0; }
  .report-content .item-banner img {
    width: 100%; }

.read-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .read-list li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding-right: 5px; }
    .read-list li:after {
      position: absolute;
      top: 50%;
      right: -2px;
      width: 4px;
      height: 4px;
      content: '';
      border-radius: 100%;
      background: #a3a3a3; }
  .read-list a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #a3a3a3; }
    .read-list a:hover {
      color: #000 !important; }
  .read-list li:last-child a {
    color: #f7911e; }
  .read-list li:last-child:after {
    display: none; }

.report-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
  width: 100%; }
  .report-info li {
    padding: 7px 0;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    margin-top: -1px; }
    .report-info li p {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: normal;
      text-align: left;
      color: #818181;
      text-transform: uppercase;
      margin: 0 !important; }
  .report-info li:first-child {
    width: 110px; }
    .report-info li:first-child p {
      color: #f7911e; }
  .report-info li:nth-child(2) {
    width: calc(100% - 110px); }
  .report-info li:nth-child(3) {
    width: 180px; }
  .report-info li:nth-child(4) {
    width: calc(100% - 180px); }
  .report-info li:nth-child(2n + 1) {
    border-right: solid 1px #d9d9d9;
    padding-left: 0;
    padding-right: 20px; }
  .report-info li:nth-child(2n) {
    padding-right: 0;
    padding-left: 20px; }

.top-magazine-block {
  margin-bottom: 60px; }
  .top-magazine-block h1 {
    font-size: 30px; }
  .top-magazine-block .content-width {
    padding: 0 170px; }
  .top-magazine-block figure {
    width: 338px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: -20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .top-magazine-block .btn-wrap {
    margin-bottom: 15px; }

.btn-buy {
  width: 185px;
  min-width: 185px !important; }
  .btn-buy img {
    margin-right: 5px;
    top: -4px; }*/

/*------------------END-REPORT-PAGE-------------------------------------*/
/*----------------------HANDBOOK-PAGE-------------------------------------*/
/*.handbook-content .content {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.handbook-content .item {
  width: 49%;
  -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  margin-bottom: 50px;
  padding: 35px 30px; }
  .handbook-content .item figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 233px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 25px 30px 0; }
    .handbook-content .item figure img {
      width: 100%;
      height: auto; }
.handbook-content .text-wrap {
  width: 100%; }
.handbook-content h2 {
  margin-bottom: 10px; }
  .handbook-content h2:before {
    display: none; }
.handbook-content p {
  margin-bottom: 30px; }
.handbook-content .report-info li:first-child {
  width: 170px; }
.handbook-content .report-info li:nth-child(2) {
  width: calc(100% - 170px); }
.handbook-content .report-info li:nth-child(3), .handbook-content .report-info li:nth-child(4) {
  width: 100%;
  border-right: 0 !important;
  padding-left: 0; }
.handbook-content .btn-wrap a {
  width: 185px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase; }*/

/*---------------------END-HANDBOOK-PAGE-------------------------------------*/
/*----------------------HANDBOOK-INNER-PAGE-------------------------------------*/
/*.head-event .report-info li:first-child {
  width: 100%;
  border-right: 0; }
.head-event .report-info li:nth-child(2) {
  width: 190px;
  padding-left: 0;
  border-right: solid 1px #d9d9d9; }
.head-event .report-info li:nth-child(3) {
  width: calc(100% - 190px);
  padding-left: 20px;
  border-right: 0; }
.head-event .report-info li:nth-child(4) {
  width: 250px;
  padding-left: 0;
  border-right: solid 1px #d9d9d9; }
.head-event .report-info li:nth-child(5) {
  width: calc(100% - 250px);
  padding-left: 20px;
  border-right: 0; }
.head-event h1 {
  text-transform: uppercase; }
.head-event .hand-buy {
  padding: 43px 55px 60px;
  border-radius: 3px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff; }
  .head-event .hand-buy figure {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #f2f2f2; }
    .head-event .hand-buy figure img {
      width: 100%; }
  .head-event .hand-buy .btn-more {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%; }
    .head-event .hand-buy .btn-more img {
      width: 22px; }
.head-event .right {
  margin-bottom: -180px; }

.event-content-padding .tabs-menu {
  padding-left: 145px; }

.handbook-content-tab p {
  margin-bottom: 20px; }
.handbook-content-tab .banner-wrap {
  padding-top: 100px; }
.handbook-content-tab .btn-big-wrap a {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px; }
  .handbook-content-tab .btn-big-wrap a span {
    display: block; }

.programme-list p:last-child {
  margin-bottom: 0 !important; }

.programme-list-en {
  margin-bottom: 0; }
  .programme-list-en .left {
    width: 200px; }
  .programme-list-en .right {
    width: calc(100% - 200px); }

.programme-list + .line-grey-margin {
  background: #d9d9d9; }

.handbook-content-full-item .content-width {
  text-align: center; }
  .handbook-content-full-item .content-width > h2 {
    display: inline-block;
    margin: 0 auto 70px; }
    .handbook-content-full-item .content-width > h2:before {
      display: inline-block; }
.handbook-content-full-item .content {
  text-align: left;
  margin-top: 0;
  padding: 0 100px; }
  .handbook-content-full-item .content .item {
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 95px; }
    .handbook-content-full-item .content .item h2 {
      margin-bottom: 20px; }
      .handbook-content-full-item .content .item h2:before {
        display: none; }
    .handbook-content-full-item .content .item:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      content: '';
      left: 120px;
      -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
              box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
      background-color: #ffffff; }
    .handbook-content-full-item .content .item figure {
      width: 294px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      position: relative;
      z-index: 1; }
    .handbook-content-full-item .content .item .text-wrap {
      position: relative;
      z-index: 1;
      width: calc(100% - 294px - 64px); }
.handbook-content-full-item .report-info li:first-child {
  width: 120px; }
.handbook-content-full-item .report-info li:nth-child(2) {
  width: calc(100% - 120px); }
.handbook-content-full-item .report-info li:nth-child(3) {
  width: 190px;
  border-right: solid 1px #d9d9d9 !important; }
.handbook-content-full-item .report-info li:nth-child(4) {
  width: calc(100% - 190px);
  padding-left: 20px; }

.handbook-label {
  width: 200px;
  text-align: center;
  height: 40px;
  position: absolute;
  top: 105px;
  left: -35px;
  background: #f7911e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left; }
  .handbook-label p {
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important; }

.big-read-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .big-read-list li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block; }
    .big-read-list li:after {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background: #f7911e;
      content: '';
      right: -2px; }
  .big-read-list a {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e;
    text-transform: uppercase;
    display: inline-block; }
    .big-read-list a:hover {
      color: #000; }
  .big-read-list li:last-child:after {
    display: none; }*/

/*---------------------END-HANDBOOK-INNER-PAGE-------------------------------------*/
/*---------------------PROFILE-PAGE-------------------------------------*/
/*.profile-block {
  padding: 51px 0 51px; }
  .profile-block .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 149px; }
  .profile-block .text-wrap {
    width: calc(100% - 440px); }
    .profile-block .text-wrap figure {
      display: none; }
  .profile-block h1 {
    text-transform: uppercase;
    margin-bottom: 0; }
  .profile-block p {
    margin-bottom: 10px; }
  .profile-block .status {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #b2b2b2;
    margin-bottom: 59px; }
  .profile-block .block {
    margin-bottom: 45px; }
  .profile-block .right {
    width: 396px; }
    .profile-block .right figure {
      padding: 11px;
      border-radius: 3px;
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
      background-color: #ffffff;
      margin-bottom: 50px; }
      .profile-block .right figure img {
        width: 100%;
        height: auto;
        border-radius: 3px; }
    .profile-block .right .banner {
      padding: 0 48px;
      background: transparent;
      margin-bottom: 24px;
      -webkit-box-shadow: none;
              box-shadow: none; }

.btn-big-grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  border-radius: 6px;
  background-color: #f2f2f2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #f7911e;
  margin: 30px 0; }
  .btn-big-grey:hover {
    background: #f7911e;
    color: #000; }

.explore-no-border.explore .item {
  border: none !important; }

.default-events .double-line {
  margin-bottom: 20px; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }
  .padding-bottom-0 .content {
    padding-bottom: 0 !important; }

.events-bottom .head-section {
  text-align: center; }
  .events-bottom .head-section h2 {
    margin: auto; }*/

/*--------------------END-PROFILE-PAGE-------------------------------------*/
/*--------------------NEWS-SPONSORED-PAGE-------------------------------------*/
/*.breaking-news-page .left {
  width: calc(50% - 25px); }
  .breaking-news-page .left .item {
    padding-left: 0; }
.breaking-news-page .right {
  width: calc(50% + 25px); }
  .breaking-news-page .right .item:first-child {
    padding-top: 0; }
  .breaking-news-page .right .item:nth-child(3n + 2) {
    padding-bottom: 55px; }
.breaking-news-page .big-item {
  width: 100%;
  border-right: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9; }
  .breaking-news-page .big-item .wrap {
    padding-right: 35px;
    padding-bottom: 20px; }
.breaking-news-page .item {
  padding: 35px 35px 20px;
  border-bottom: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9; }
  .breaking-news-page .item a {
    display: block; }
    .breaking-news-page .item a * {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .breaking-news-page .item a:hover * {
      color: #f7911e !important; }
  .breaking-news-page .item p.bottom {
    margin-bottom: 19.5px; }
.breaking-news-page .right-news {
  width: 445px; }
.breaking-news-page .left-news {
  width: calc(100% - 445px); }

.breaking-news-page .big-item .title {
  min-height: 90px; }

.breaking-news-page .item .title {
  min-height: 60px; }

.sponsor-info {
  width: 100%;
  max-width: 385px;
  margin-left: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  overflow: hidden;
  float: right; }
  .sponsor-info figure {
    height: 200px; }
    .sponsor-info figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .sponsor-info .text-wrap {
    padding: 16px 33px 45px; }
  .sponsor-info .title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-family: 'GT Walsheim Pro', sans-serif;
    margin-bottom: 5px; }
  .sponsor-info p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }
    .sponsor-info p a {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }
      .sponsor-info p a i {
        margin-right: 5px;
        position: relative;
        -webkit-transition: none;
        transition: none; }
      .sponsor-info p a:hover {
        color: #f7911e; }
  .sponsor-info p.status {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
    margin-bottom: 15px; }
  .sponsor-info .contact-wrap {
    margin-bottom: 30px; }

.breaking-news-page + .breaking-news-page {
  margin-bottom: 60px; }
  .breaking-news-page + .breaking-news-page .content-width {
    border-top: solid 5px #b2b2b2;
    padding-top: 80px; }*/

/*-------------------END-NEWS-SPONSORED-PAGE-------------------------------------*/
/*--------------------NEWS-INNER-SPONSORED-PAGE-------------------------------------*/
/*.sponsor-block {
  padding: 30px 0 0; }
  .sponsor-block .label {
    margin-bottom: 10px; }
  .sponsor-block h1 {
    text-transform: uppercase; }
  .sponsor-block .text-wrap p {
    margin-bottom: 20px; }
  .sponsor-block .contact-wrap {
    border-top: solid 1px #d9d9d9;
    padding-top: 20px;
    margin-left: 38px;
    max-width: 565px;
    margin-bottom: 60px; }
    .sponsor-block .contact-wrap p {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.88;
      letter-spacing: normal;
      text-align: left;
      color: #818181;
      margin-bottom: 0; }
      .sponsor-block .contact-wrap p a {
        display: inline-block;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.88;
        letter-spacing: normal;
        text-align: left;
        color: #818181;
        margin-bottom: 0; }
        .sponsor-block .contact-wrap p a:hover {
          color: #f7911e; }
  .sponsor-block figure {
    margin-bottom: 35px; }
    .sponsor-block figure img {
      width: 100%;
      vertical-align: top; }
    .sponsor-block figure figcaption {
      padding: 10px 10px;
      text-align: center;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      color: #a3a3a3; }
  .sponsor-block .blockquote-wrap {
    padding-left: 83px;
    margin-bottom: 20px;
    position: relative; }
    .sponsor-block .blockquote-wrap:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 54px;
      height: 54px;
      background: #f7911e; }
    .sponsor-block .blockquote-wrap p {
      margin-bottom: 0;
      font-size: 14px;
      color: #000000; }
  .sponsor-block .key-people-list figure {
    margin: 0 !important; }
  .sponsor-block .key-people-list h5 {
    color: #f7911e; }
  .sponsor-block .key-people-list p {
    min-height: inherit;
    margin-bottom: 0; }
    .sponsor-block .key-people-list p a {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.79;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }
      .sponsor-block .key-people-list p a:hover {
        color: #f7911e; }
  .sponsor-block .key-people-list p.status {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #222221;
    margin-bottom: 15px; }

.label-wrap {
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }
  .label-wrap .double-line {
    margin-bottom: 10px; }
  .label-wrap .left {
    width: 192px; }
    .label-wrap .left p {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 32px;
      letter-spacing: normal;
      text-align: left;
      color: #818181; }
  .label-wrap .right {
    width: calc(100% - 192px); }
    .label-wrap .right p {
      display: inline-block;
      margin: 0 10px 10px 0;
      padding: 0 17px;
      border-radius: 3px;
      border: solid 1px #f7911e;
      background-color: #ffffff;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 30px;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e; }
      .label-wrap .right p:hover {
        background: #f7911e;
        color: #fff; }
      .label-wrap .right p a {
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 30px;
        letter-spacing: normal;
        text-align: left;
        color: #f7911e; }
        .label-wrap .right p a:hover {
          background: #f7911e;
          color: #fff; }

.big-img-slider {
  margin-bottom: 30px; }
  .big-img-slider figure {
    width: 100%;
    height: 600px;
    margin-bottom: 0 !important; }
    .big-img-slider figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .big-img-slider p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #a3a3a3;
    padding: 10px 10px 0; }
  .big-img-slider .swiper-pagination {
    display: none; }

.swiper-button-next, .swiper-button-prev {
  width: 106px;
  height: 106px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 5px solid #fff;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  margin-top: -53px;
  font-weight: 700; }

.swiper-button-prev {
  left: 50px; }

.swiper-button-next {
  right: 50px; }

.swiper-button-next:after, .swiper-button-prev:after {
  position: relative;
  left: 2px; }

.swiper-button-prev:after {
  left: -2px; }*/

/*-------------------END-NEWS-INNER-SPONSORED-PAGE-------------------------------------*/
/*--------------------NEWS-SEARCH-------------------------------------*/
/*.search-block-page {
  padding: 55px 0 150px; }
  .search-block-page .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .search-block-page .search-filter {
    width: 365px;
    padding: 30px 0;
    border-radius: 6px;
    background-color: #f2f2f2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .search-block-page .wrap-top {
    padding: 0 35px 10px;
    border-bottom: solid 1px #d9d9d9; }
    .search-block-page .wrap-top h3 {
      margin-bottom: 55px; }
  .search-block-page .search-result {
    width: calc(100% - 430px); }
    .search-block-page .search-result p.bottom {
      margin-bottom: 20px; }
    .search-block-page .search-result .item-search {
      padding: 35px 0;
      border-bottom: solid 1px #f2f2f2; }
      .search-block-page .search-result .item-search a * {
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .search-block-page .search-result .item-search a:hover * {
        color: #f7911e !important; }
    .search-block-page .search-result .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .search-block-page .search-result .total-search {
      margin-bottom: 0;
      display: inline-block;
      text-transform: inherit;
      padding-right: 15px; }
      .search-block-page .search-result .total-search:before {
        display: none; }
    .search-block-page .search-result .filter-wrap {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: inline-block;
      margin: 0; }
  .search-block-page .filter-wrap .content {
    background: transparent;
    border: solid 1px #e6e6e6;
    padding: 0; }
  .search-block-page .filter-sort.filter-wrap .sort, .search-block-page .filter-sort.filter-wrap .select-block .nice-select {
    font-weight: 700; }

.default-form .input-wrap {
  margin-bottom: 15px; }
  .default-form .input-wrap label {
    display: none; }
  .default-form .input-wrap input {
    border-radius: 3px;
    background-color: #ffffff;
    height: 48px;
    line-height: 48px;
    outline: none;
    padding: 0 25px;
    border: none;
    width: 100%; }
  .default-form .input-wrap button {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
.default-form .input-wrap-submit {
  padding: 0 35px; }
.default-form .input-search-wrap {
  position: relative; }
  .default-form .input-search-wrap label {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 48px;
    font-size: 14px;
    color: #000;
    line-height: 48px;
    text-align: center; }
  .default-form .input-search-wrap input {
    padding-right: 60px; }
.default-form .select-block {
  margin-bottom: 15px; }
  .default-form .select-block:after {
    content: "";
    display: table;
    clear: both; }
.default-form .nice-select {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: normal;
  text-align: left;
  text-transform: inherit;
  font-family: 'Modern Era', sans-serif; }

.old-search .item {
  border-bottom: solid 1px #d9d9d9;
  padding: 30px 35px; }
.old-search ul li {
  padding: 18px 0;
  border-bottom: solid 1px #d9d9d9; }
  .old-search ul li p {
    font-weight: bold;
    text-transform: uppercase; }
.old-search ul li:last-child {
  border-bottom: 0; }
.old-search .item:last-child {
  border-bottom: 0; }*/

/*-------------------END-NEWS-SEARCH-------------------------------------*/
/*-------------------ARCHIVE-PAGE-------------------------------------*/
/*.search-archive {
  padding: 71px 0;
  background-color: #f2f2f2; }
  .search-archive .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .search-archive .wrap h1 {
      display: inline-block;
      margin-right: 25px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .search-archive .wrap p {
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }
  .search-archive .content-width {
    border-radius: 6px;
    background-color: #ffffff;
    padding: 35px 80px; }

.form-search-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form-search-big label {
    display: none; }
  .form-search-big input {
    width: calc(100% - 210px);
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    outline: none; }
  .form-search-big button {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }

.archive-search .item-search {
  padding: 35px 0;
  border-bottom: solid 1px #f2f2f2;
  max-width: 800px; }
  .archive-search .item-search a * {
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .archive-search .item-search a:hover * {
    color: #f7911e !important; }
.archive-search .right {
  border-left: solid 1px #f2f2f2; }
.archive-search .content-width {
  padding-left: 75px; }*/

/*------------------END-ARCHIVE-PAGE-------------------------------------*/
/*------------------NEWS-COUNTRY-PAGE-------------------------------------*/
/*.filter-wrap-no-full .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.filter-wrap-no-full .select-block-1 {
  width: 454px; }

.home-news-page figure {
  height: 570px;
  margin-bottom: 30px; }
.home-news-page p a:hover {
  color: #f7911e; }
.home-news-page .small-news {
  padding: 0 0 0 32px; }
  .home-news-page .small-news .title {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    min-height: inherit; }
    .home-news-page .small-news .title:before {
      display: none; }
.home-news-page .item-news {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative; }
  .home-news-page .item-news:after {
    position: absolute;
    width: 85px;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    background: #d9d9d9; }
  .home-news-page .item-news h3 {
    margin-bottom: 5px; }
  .home-news-page .item-news p.bottom {
    margin-bottom: 15px; }
.home-news-page .item-news:nth-child(3):after {
  display: none; }
.home-news-page .banner-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-news-page .banner-wrap a {
    display: block;
    width: calc(50% - 14px);
    margin-bottom: 20px; }
    .home-news-page .banner-wrap a img {
      width: 100%;
      max-width: 100%;
      vertical-align: top; }

.breaking-news-full {
  margin: 0; }
  .breaking-news-full .double-line {
    margin-bottom: 50px; }
  .breaking-news-full .left-news {
    width: 100%; }
  .breaking-news-full .big-item {
    width: 33%; }
    .breaking-news-full .big-item .wrap {
      padding-right: 25px; }
  .breaking-news-full .small-item {
    width: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0; }
    .breaking-news-full .small-item .item {
      width: 50%;
      padding: 20px 35px;
      border-left: solid 1px #d9d9d9;
      margin: 0 !important; }
      .breaking-news-full .small-item .item .title {
        min-height: 90px;
        margin-bottom: 5px; }
    .breaking-news-full .small-item .item:first-child, .breaking-news-full .small-item .item:nth-child(2) {
      padding-top: 0; }
    .breaking-news-full .small-item .item:nth-child(3), .breaking-news-full .small-item .item:nth-child(4) {
      border-bottom: 0;
      padding-bottom: 70px; }

.filter-wrap-no-full, .home-news-page {
  margin-top: 20px; }*/

/*-----------------END-NEWS-COUNTRY-PAGE-------------------------------------*/
/*------------------NEWS-CATEGORY-PAGE-------------------------------------*/
.video-slider-wrap-grey {
  background-color: #f2f2f2;
  margin-bottom: 0; }
  .video-slider-wrap-grey h2, .video-slider-wrap-grey .title, .video-slider-wrap-grey p, .video-slider-wrap-grey h2 span {
    color: #000; }
  .video-slider-wrap-grey .swiper-pagination-bullet {
    background: #818181; }

/*-----------------END-NEWS-CATEGORY-PAGE-------------------------------------*/
/*-----------------JOB-LIST-PAGE-------------------------------------*/
/*.top-job {
  background: url("../img/bg-4.jpg") no-repeat center;
  background-size: cover;
  padding: 64px 0 73px;
  margin-bottom: 17px; }
  .top-job .label {
    margin-bottom: 0; }
  .top-job .content {
    margin: auto;
    padding: 42px 65px 46px 38px;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
    width: 100%;
    max-width: 880px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .top-job figure {
    width: 130px; }
  .top-job .text-wrap {
    width: calc(100% - 165px); }
  .top-job h1 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }
  .top-job .btn-wrap {
    margin-top: 20px; }
    .top-job .btn-wrap a {
      margin: 0 10px 10px 0;
      text-transform: uppercase; }
    .top-job .btn-wrap a:last-child img {
      top: -4px; }

.job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .job-list li {
    width: 100%;
    margin-top: -1px;
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    padding: 12px 15px 12px 0; }
    .job-list li p {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 20px;
      letter-spacing: normal;
      text-align: left;
      color: #818181;
      position: relative;
      padding-left: 20px; }
      .job-list li p i {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        font-size: 14px; }
  .job-list li:first-child {
    width: 40%;
    border-right: solid 1px #f2f2f2; }
  .job-list li:nth-child(2) {
    width: 60%;
    padding-left: 20px; }

.job-default .item {
  background: #fff;
  border-radius: 6px;
  padding: 45px 38px 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .job-default .item .title {
    margin-bottom: 16px;
    min-height: 120px; }
  .job-default .item p {
    margin-bottom: 5px; }
  .job-default .item figure {
    height: 50px;
    margin-bottom: 23px; }
    .job-default .item figure img {
      max-height: 50px; }
  .job-default .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.job-default .btn-border:hover {
  color: #fff !important; }
.job-default .hover-block {
  padding: 45px 38px 70px; }
  .job-default .hover-block h6 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin: 20px 0; }
  .job-default .hover-block h6:first-child {
    margin-top: 0; }

.job-default .hover-block .left-info {
  width: 46%; }

.job-default .hover-block .right-info {
  width: 48%; }

.job-default .hover-block .btn-wrap a:last-child {
  min-width: 170px; }*/

/*----------------END-JOB-LIST-PAGE-------------------------------------*/
/*----------------------JOB-INNER-PAGE-------------------------------------*/
/*.head-job {
  padding-bottom: 100px; }
  .head-job .job-list li {
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9; }
    .head-job .job-list li img {
      vertical-align: top;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .head-job .job-list li p {
      padding-left: 35px;
      color: #818181; }
  .head-job .job-list li:nth-child(2n + 1) {
    width: 40%;
    border-right: solid 1px #d9d9d9; }
  .head-job .job-list li:nth-child(2n) {
    width: 60%;
    padding-left: 20px; }
    .head-job .job-list li:nth-child(2n) p {
      padding-left: 0; }
  .head-job .job-list li:last-child {
    width: 100%;
    border-right: 0; }

.head-job .hand-buy figure {
  border-bottom: 0;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.head-job .hand-buy .btn-buy img {
  top: -7px; }

.job-content-tab .block h2 {
  margin-bottom: 20px; }
.job-content-tab .block p span {
  display: block; }
.job-content-tab .block ol {
  padding: 0 0 0 15px;
  margin: 0 0 20px; }

.job-content-tab .banner-wrap {
  position: -webkit-sticky !important;
  position: sticky !important; }*/

/*---------------------END-JOB-INNER-PAGE-------------------------------------*/
/*---------------------LOGIN-------------------------------------*/
/*.login-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden; }
  .login-block .wrap {
    width: 100%;
    position: absolute;
    border-radius: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    top: 0;
    max-height: 100vh;
    left: -105%;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .login-block .wrap .close-login {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50px;
      height: 50px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #000;
      position: absolute;
      top: 20px;
      right: 20px; }
      .login-block .wrap .close-login i {
        font-size: 30px;
        -webkit-transition: none;
        transition: none; }
  .login-block .left {
    width: 50%;
    background: #fff;
    padding: 150px 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left; }
    .login-block .left .logo-login {
      width: 310px;
      margin-bottom: 40px; }
      .login-block .left .logo-login img {
        width: 100%;
        vertical-align: top; }
      .login-block .left .logo-login h3 {
        margin-bottom: 15px; }
  .login-block .right {
    width: 50%;
    background: url("../img/bg-6.jpg") no-repeat center bottom;
    background-size: cover;
    position: relative; }
  .login-block .info-block {
    position: absolute;
    right: 60px;
    bottom: 30px;
    width: 310px; }
    .login-block .info-block figure {
      margin-bottom: 0; }
    .login-block .info-block p {
      color: #ffffff; }

.login-block.is-active {
  z-index: 1000;
  visibility: visible;
  background: rgba(0, 0, 0, 0.37); }
  .login-block.is-active .wrap {
    left: 0; }

.login-form {
  width: 435px; }
  .login-form .input-wrap {
    width: 100%;
    margin-bottom: 8px;
    position: relative; }
    .login-form .input-wrap input {
      padding: 0 70px 0 30px;
      border-radius: 3px;
      border: solid 1px #d9d9d9;
      background-color: #ffffff;
      width: 100%;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 46px;
      letter-spacing: normal;
      text-align: left; }
    .login-form .input-wrap label {
      display: none; }
  .login-form .password-checkbox {
    width: 60px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center; }
    .login-form .password-checkbox a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      color: #d9d9d9; }
      .login-form .password-checkbox a i.fa-eye-slash {
        display: none; }
  .login-form .info-line {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .login-form .info-line p {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .login-form .info-line p a {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #f7911e; }
        .login-form .info-line p a:hover {
          color: #000; }
  .login-form .checkbox input[type=checkbox] {
    margin: 0;
    display: none; }
  .login-form .checkbox span {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    position: relative;
    margin-right: 11px;
    display: inline-block;
    top: 5px; }
    .login-form .checkbox span:after {
      position: absolute;
      top: -5px;
      right: -5px;
      font-size: 20px;
      color: #f7911e;
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
      display: none; }
  .login-form .checkbox label {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #a3a3a3; }
  .login-form .checkbox input[type="checkbox"]:checked + span {
    border-color: #f7911e;
    border-radius: 0; }
    .login-form .checkbox input[type="checkbox"]:checked + span:after {
      display: inline-block; }
  .login-form .btn-default {
    width: 100%;
    text-transform: uppercase; }
  .login-form .input-wrap-submit {
    margin-bottom: 15px; }
  .login-form .line-bottom p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #818181; }
    .login-form .line-bottom p a {
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.88;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e; }
      .login-form .line-bottom p a:hover {
        color: #000; }

.login-form.is-show .password-checkbox a i {
  display: inline-block; }
.login-form.is-show .password-checkbox a i.fa-eye {
  display: none; }
*/
/*--------------------END-LOGIN-------------------------------------*/
/*--------------------PAGE-ADVERTISING-------------------------------------*/
/*.advertise {
  position: relative;
  padding: 110px 0; }
  .advertise .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 590px; }
    .advertise .bg img {
      vertical-align: top;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .advertise .content-width {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .advertise .left {
    width: 43%; }
  .advertise .content {
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    width: 530px;
    max-width: 100%; }
    .advertise .content .wrap {
      padding: 55px 50px 10px; }
    .advertise .content p {
      margin-bottom: 25px; }
  .advertise h1 {
    margin-bottom: 40px;
    text-transform: uppercase;
    max-width: 250px; }
  .advertise .btn-default {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'GT Walsheim Pro', sans-serif;
    text-transform: uppercase;
    border-radius: 0; }
  .advertise .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 53%;
    max-width: 700px;
    padding-right: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: end;
        align-content: flex-end; }
    .advertise .right .item {
      width: 48%;
      max-width: 300px;
      margin-top: 45px;
      border-radius: 3px;
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 70px 40px 40px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 216px; }
      .advertise .right .item p {
        text-align: center;
        text-transform: uppercase;
        color: #b2b2b2;
        line-height: 1.25;
        font-weight: bold; }
      .advertise .right .item .number {
        text-align: center;
        position: relative;
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: normal;
        color: #000000;
        font-family: 'GT Walsheim Pro', sans-serif;
        margin-bottom: 5px; }
        .advertise .right .item .number:before {
          position: absolute;
          top: -25px;
          width: 40px;
          height: 10px;
          content: '';
          background: #f7911e;
          left: 50%;
          margin-left: -20px; }

.type-advertising {
  overflow: hidden;
  padding-bottom: 110px; }
  .type-advertising h2 {
    text-align: center;
    margin-bottom: 55px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    width: 100%; }
    .type-advertising h2:before {
      display: none; }
  .type-advertising h3 {
    margin-bottom: 20px;
    text-transform: uppercase; }
  .type-advertising .item {
    padding: 90px 0 80px;
    position: relative; }
    .type-advertising .item p {
      margin-bottom: 25px; }
  .type-advertising .item:nth-child(2n+1):after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    content: '';
    background-color: #f2f2f2; }
  .type-advertising .item:nth-child(2n) .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .type-advertising .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    .type-advertising .content figure {
      width: 456px;
      height: 373px; }
      .type-advertising .content figure img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%; }
    .type-advertising .content .text-wrap {
      width: calc(100% - 600px); }
  .type-advertising .form-wrap {
    padding-top: 40px;
    position: relative; }
    .type-advertising .form-wrap:before {
      position: absolute;
      top: 0;
      left: -1000px;
      right: -1000px;
      content: '';
      background-color: #f2f2f2;
      height: 150px; }
    .type-advertising .form-wrap form {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 530px;
      margin: auto;
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05); }

.form-default-border {
  width: 100%;
  background: #fff;
  padding: 50px 50px 0; }
  .form-default-border h3 {
    margin-bottom: 40px;
    text-transform: uppercase; }
  .form-default-border .input-wrap {
    width: 100%;
    margin-bottom: 8px; }
    .form-default-border .input-wrap label {
      display: none; }
    .form-default-border .input-wrap input {
      width: 100%;
      border-radius: 3px;
      border: solid 1px #d9d9d9;
      background-color: #ffffff;
      outline: none;
      padding: 0 30px;
      height: 48px;
      line-height: 46px; }
    .form-default-border .input-wrap textarea {
      width: 100%;
      resize: none;
      border-radius: 3px;
      border: solid 1px #d9d9d9;
      background-color: #ffffff;
      height: 210px;
      padding: 20px 30px; }
  .form-default-border .btn-default {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'GT Walsheim Pro', sans-serif;
    text-transform: uppercase;
    border-radius: 0; }
  .form-default-border .nice-select {
    height: 48px;
    padding-left: 30px;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #d9d9d9 !important;
    background-color: #ffffff;
    font-size: 16px;
    color: #000;
    line-height: 46px;
    font-weight: 400;
    text-transform: inherit;
    font-family: 'Modern Era', sans-serif; }
  .form-default-border .select-block {
    margin-bottom: 8px; }
    .form-default-border .select-block:after {
      content: "";
      display: table;
      clear: both; }
  .form-default-border .input-wrap-submit {
    margin-left: -50px;
    width: calc(100% + 100px); }*/

/*-------------------END-PAGE-ADVERTISING-------------------------------------*/
/*--------------------PAGE-SUBSCRIPTION-------------------------------------*/
/*.subscribe-top {
  padding-bottom: 110px; }
  .subscribe-top .bg {
    height: 470px;
    margin-bottom: 65px; }
    .subscribe-top .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      vertical-align: top; }
  .subscribe-top h2:before {
    display: none; }
  .subscribe-top .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 75px; }
    .subscribe-top .wrap h2 {
      margin-bottom: 0;
      color: #f7911e; }
    .subscribe-top .wrap p {
      margin-bottom: 15px; }
    .subscribe-top .wrap p:last-child {
      margin-bottom: 0; }
  .subscribe-top .left {
    width: 46%; }
  .subscribe-top .right {
    width: 50%; }
  .subscribe-top h1 {
    margin-bottom: 5px;
    text-transform: uppercase; }
  .subscribe-top .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .subscribe-top .content .item {
      width: calc(33% - 18px);
      margin-right: 27px;
      margin-bottom: 42px;
      -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
              box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
      background-color: #ffffff;
      border: 1px solid #fff;
      padding: 45px 55px; }
      .subscribe-top .content .item .label {
        margin-bottom: 0; }
        .subscribe-top .content .item .label p {
          min-height: inherit; }
      .subscribe-top .content .item h2 {
        margin-bottom: 15px; }
      .subscribe-top .content .item p {
        min-height: 190px;
        margin-bottom: 10px; }
      .subscribe-top .content .item .checkbox {
        min-height: inherit; }
        .subscribe-top .content .item .checkbox input[type=checkbox] {
          margin: 0;
          display: none; }
        .subscribe-top .content .item .checkbox span {
          width: 20px;
          height: 20px;
          border-radius: 3px;
          border: solid 1px #d9d9d9;
          background-color: #ffffff;
          position: relative;
          margin-right: 11px;
          display: inline-block;
          top: 5px; }
          .subscribe-top .content .item .checkbox span:after {
            position: absolute;
            top: -12px;
            right: -6px;
            font-size: 20px;
            color: #f7911e;
            content: '\f00c';
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
            display: none;
            width: 20px;
            height: 20px; }
        .subscribe-top .content .item .checkbox label {
          display: inline-block;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.88;
          letter-spacing: normal;
          text-align: left;
          color: #f7911e;
          text-transform: uppercase; }
        .subscribe-top .content .item .checkbox input[type="checkbox"]:checked + span {
          border: solid 2px #f7911e;
          border-radius: 0; }
          .subscribe-top .content .item .checkbox input[type="checkbox"]:checked + span:after {
            display: inline-block; }
    .subscribe-top .content .item:nth-child(3n) {
      margin-right: 0; }
    .subscribe-top .content .item.is-active {
      border-color: #f7911e; }
  .subscribe-top .form-wrap {
    margin-top: 35px; }
    .subscribe-top .form-wrap .form-default-border {
      width: 100%;
      max-width: 885px;
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
      background-color: #ffffff;
      padding: 35px 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: auto; }
    .subscribe-top .form-wrap .input-wrap {
      width: 49%; }
    .subscribe-top .form-wrap .wrap-check {
      width: 100%;
      margin: 35px 0; }
    .subscribe-top .form-wrap h3 {
      width: 100%;
      margin-bottom: 35px; }
    .subscribe-top .form-wrap .small-title {
      font-weight: 500;
      margin-bottom: 20px; }
  .subscribe-top .checkbox input[type=checkbox] {
    margin: 0;
    display: none; }
  .subscribe-top .checkbox span {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    position: relative;
    margin-right: 11px;
    display: inline-block;
    top: 5px; }
    .subscribe-top .checkbox span:after {
      position: absolute;
      top: -12px;
      right: -6px;
      font-size: 20px;
      color: #f7911e;
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
      display: none;
      width: 20px;
      height: 20px; }
  .subscribe-top .checkbox label {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }
  .subscribe-top .checkbox input[type="checkbox"]:checked + span {
    border-color: #f7911e;
    border-radius: 0; }
    .subscribe-top .checkbox input[type="checkbox"]:checked + span:after {
      display: inline-block; }
  .subscribe-top .input-wrap-submit {
    position: relative;
    width: 100%;
    margin: 0; }
    .subscribe-top .input-wrap-submit label {
      display: none; }
    .subscribe-top .input-wrap-submit input {
      width: 100%;
      border-radius: 3px;
      border: solid 1px #d9d9d9;
      background-color: #ffffff;
      height: 64px;
      line-height: 62px;
      padding: 0 170px 0 25px;
      font-size: 24px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      font-family: 'GT Walsheim Pro', sans-serif;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }
    .subscribe-top .input-wrap-submit button {
      position: absolute;
      width: 168px;
      height: 54px;
      top: 5px;
      right: 5px;
      border-radius: 3px;
      line-height: 54px;
      font-size: 16px; }
    .subscribe-top .input-wrap-submit p.info {
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.67;
      letter-spacing: normal;
      text-align: left;
      color: #818181;
      margin-top: 15px; }*/

/*-------------------END-PAGE-SUBSCRIPTION-------------------------------------*/
/*-------------------CONTENT-PAGE--------------------------------------*/
/*.breadcrumb-wrap {
  padding: 20px 0 60px; }

.breadcrumb-wrap-725 .content-width {
  max-width: 725px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .breadcrumb li {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }
    .breadcrumb li span {
      display: inline-block;
      margin: 0 5px; }
    .breadcrumb li a {
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }
      .breadcrumb li a:hover {
        color: #f7911e; }

.default-text {
  margin-bottom: 50px; }
  .default-text .content-width {
    max-width: 725px; }
  .default-text p {
    margin-bottom: 20px; }
    .default-text p a {
      color: #f7911e; }
      .default-text p a:hover {
        color: #000; }
  .default-text h1 {
    text-transform: uppercase; }
  .default-text h2 {
    margin: 45px 0 25px;
    text-transform: uppercase; }
    .default-text h2:before {
      display: none; }*/

/*------------------END-CONTENT-PAGE----------------*/
/*-------------------ABOUT-PAGE-------------------*/
/*.about {
  position: relative; }
  .about .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 590px; }
    .about .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .about .content-width {
    position: relative;
    z-index: 1; }
  .about > .content-width {
    padding-top: 320px; }
  .about .content {
    width: 100%;
    max-width: 930px;
    padding: 75px 140px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin: 0 auto 75px; }
    .about .content p {
      margin-bottom: 25px; }
  .about .img-wrap {
    position: relative;
    margin-bottom: 55px; }
    .about .img-wrap:after {
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: -20px;
      content: '';
      width: 42px;
      height: 6px;
      background: #f7911e; }
    .about .img-wrap img {
      max-width: 320px;
      vertical-align: top; }

.text-about {
  margin-bottom: 80px; }
  .text-about .content-width {
    max-width: 930px; }
  .text-about p:first-child {
    text-align: center; }

.about-list {
  margin: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .about-list li {
    display: inline-block;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 47%;
    padding: 40px 25px 30px;
    margin-bottom: 25px; }
    .about-list li p {
      position: relative;
      padding-left: 35px;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left !important;
      color: #000000; }
      .about-list li p:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 22px;
        height: 35px;
        background-color: #f7911e; }*/

/*------------------END-ABOUT-PAGE-------------------*/
/*------------------CREATE-ACCOUNT-PAGE-------------------*/
/*.create-account {
  position: relative;
  padding-top: 15px;
  margin-bottom: 40px; }
  .create-account .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background-color: #f2f2f2; }
  .create-account .content-width {
    position: relative;
    z-index: 1; }
  .create-account .form-default-border {
    background: transparent; }
    .create-account .form-default-border .input-wrap {
      position: relative; }
    .create-account .form-default-border .password-checkbox {
      width: 60px;
      height: 48px;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center; }
      .create-account .form-default-border .password-checkbox a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        color: #d9d9d9; }
        .create-account .form-default-border .password-checkbox a i.fa-eye-slash {
          display: none; }
    .create-account .form-default-border .btn-default {
      height: 56px;
      line-height: 56px;
      font-size: 24px;
      border-radius: 3px; }

.create-account-slider h1, .create-account-slider h2 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
  text-transform: uppercase;
  width: 100%; }
  .create-account-slider h1:before, .create-account-slider h2:before {
    display: none; }
.create-account-slider .swiper-slide-1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 920px;
  border-radius: 6px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin: auto; }
.create-account-slider .swiper-slide-1 .left {
  width: 41.6%;
  padding: 40px 60px;
  border-right: solid 1px #f2f2f2; }
.create-account-slider .swiper-slide-1 .right {
  width: 58.4%;
  padding: 40px 60px; }
.create-account-slider .swiper-slide-1 h3 {
  text-transform: uppercase;
  margin-bottom: 20px; }
.create-account-slider .swiper-slide {
  padding-bottom: 40px; }
.create-account-slider .dropzone {
  border-radius: 6px;
  border: dashed 1px #707070;
  background-color: #f2f2f2;
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.create-account-slider .dropzone .dz-message {
  margin: 0; }
  .create-account-slider .dropzone .dz-message i {
    font-size: 60px;
    color: #b2b2b2; }
.create-account-slider .dropzone .dz-preview.dz-error .dz-error-message {
  display: none; }
.create-account-slider .dropzone .dz-preview.dz-image-preview {
  background: transparent; }
.create-account-slider .dropzone .dz-preview .dz-success-mark, .create-account-slider .dropzone .dz-preview .dz-error-mark {
  display: none; }
.create-account-slider .swiper-slide-2 {
  position: relative; }
  .create-account-slider .swiper-slide-2 .wrap {
    max-width: 550px;
    margin: auto;
    position: relative; }
  .create-account-slider .swiper-slide-2 .prev-link {
    position: absolute;
    top: 5px;
    left: 0; }
    .create-account-slider .swiper-slide-2 .prev-link a {
      display: inline-block;
      font-size: 30px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.73;
      letter-spacing: normal;
      text-align: left;
      color: #b2b2b2;
      text-transform: uppercase;
      font-family: 'GT Walsheim Pro', sans-serif; }
      .create-account-slider .swiper-slide-2 .prev-link a:hover {
        color: #f7911e; }
      .create-account-slider .swiper-slide-2 .prev-link a i {
        -webkit-transition: none;
        transition: none;
        margin-right: 5px;
        font-size: 20px;
        position: relative;
        top: -2px; }
  .create-account-slider .swiper-slide-2 .content {
    border-radius: 6px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    max-width: 550px;
    margin: auto;
    padding: 43px 60px; }
    .create-account-slider .swiper-slide-2 .content h3 {
      margin-bottom: 20px; }
  .create-account-slider .swiper-slide-2 .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .create-account-slider .swiper-slide-2 .btn-wrap .btn-default {
      width: 272px;
      height: 55px;
      line-height: 55px;
      font-size: 24px;
      text-transform: uppercase;
      min-width: 120px; }
    .create-account-slider .swiper-slide-2 .btn-wrap .btn-prev {
      background-color: #b2b2b2;
      width: 152px; }

.create-account-slider .swiper-slide-2 .btn-wrap .btn-prev:hover {
  background-color: #808080; }*/

/*-----------------END-CREATE-ACCOUNT-PAGE-------------------*/
/*-----------------CONTACT-PAGE-------------------*/
/*.contact-block {
  position: relative;
  padding: 210px 0 90px; }
  .contact-block .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 590px; }
    .contact-block .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .contact-block .content-width {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact-block .info-wrap {
    width: 58.7%;
    background: #fff;
    padding: 55px 75px;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05); }
  .contact-block .form-wrap {
    width: 39.8%;
    background: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .contact-block h1 {
    width: 100%;
    text-transform: uppercase;
    text-align: center; }
  .contact-block h2 {
    margin-bottom: 15px; }
    .contact-block h2:before {
      display: none; }
  .contact-block .block {
    border-top: solid 1px #f2f2f2;
    padding: 25px 0; }
    .contact-block .block h3 {
      margin-bottom: 20px; }
    .contact-block .block .wrap-info {
      margin-bottom: 25px; }
      .contact-block .block .wrap-info p {
        position: relative;
        padding-left: 30px; }
        .contact-block .block .wrap-info p i {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          color: #d9d9d9; }
        .contact-block .block .wrap-info p a {
          display: inline-block;
          font-weight: bold;
          color: #f7911e; }
          .contact-block .block .wrap-info p a:hover {
            color: #000; }
    .contact-block .block .wrap-info:last-child {
      margin-bottom: 0; }

.team-info {
  margin-bottom: 35px; }
  .team-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: solid 1px #f2f2f2; }
    .team-info li .left {
      width: 50%;
      border-right: solid 1px #f2f2f2;
      padding: 20px 20px 20px 0; }
    .team-info li .right {
      width: 50%;
      padding: 20px 0 20px 20px; }
    .team-info li p {
      margin-bottom: 0; }
      .team-info li p a {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.88;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin-left: 5px; }
        .team-info li p a:hover {
          color: #f7911e; }
    .team-info li p.color a {
      color: #f7911e;
      font-weight: 700; }
      .team-info li p.color a:hover {
        color: #000; }*/

/*----------------END-CONTACT-PAGE-------------------*/
/*----------------PODCAST-PAGE-------------------*/
/*.top-podcast {
  background: url("../img/bg-11.jpg") no-repeat center;
  background-size: cover;
  padding: 140px 0;
  margin-bottom: 30px; }
  .top-podcast .content {
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    max-width: 1050px;
    padding: 45px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto; }
  .top-podcast p {
    margin-bottom: 15px; }
  .top-podcast figure {
    width: 265px; }
    .top-podcast figure img {
      width: 100%;
      height: auto; }
  .top-podcast .text-wrap {
    width: calc(100% - 300px); }
  .top-podcast h1 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 10px; }

.podcast-events .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f2f2f2;
  padding: 40px 30px; }
.podcast-events .content {
  width: calc(100% - 335px);
  padding: 0 !important; }
.podcast-events .banner-wrap {
  width: 300px; }
  .podcast-events .banner-wrap figure {
    margin-bottom: 24px; }
    .podcast-events .banner-wrap figure img {
      max-width: 100%;
      height: auto; }
.podcast-events .item {
  width: calc(33.33% - 13px);
  margin-bottom: 65px;
  margin-right: 19px; }
.podcast-events .item .hover-block {
  width: 660px; }
.podcast-events .item:nth-child(4n) {
  margin-right: 19px; }
.podcast-events .item:nth-child(3n) {
  margin-right: 0; }*/

/*---------------END-PODCAST-PAGE-------------------*/
/*----------------PODCAST-INNER-PAGE-------------------*/
/*.head-podcast .left {
  padding-bottom: 90px; }

.head-podcast .hand-buy figure {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0; }

.head-podcast .right {
  margin-bottom: 30px; }

.podcast-content-tab .tab-wrap {
  width: calc(100%  - 300px);
  padding: 30px 0 0 150px; }

.podcast-content-tab .block {
  margin-top: 40px; }
  .podcast-content-tab .block h3 {
    margin-bottom: 5px; }
    .podcast-content-tab .block h3:before {
      display: none; }
  .podcast-content-tab .block .bottom {
    margin-bottom: 15px; }
  .podcast-content-tab .block p {
    margin-bottom: 15px; }
  .podcast-content-tab .block .audio-wrap audio {
    width: 100%;
    border-radius: 3px;
    background-color: #f2f2f2; }
  .podcast-content-tab .block .double-line + h2 {
    margin-bottom: 60px; }
  .podcast-content-tab .block .item {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: solid 1px #f2f2f2; }
  .podcast-content-tab .block .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.podcast-events-full {
  padding-bottom: 0; }
  .podcast-events-full .content {
    width: 100%; }
  .podcast-events-full .content-width {
    padding-bottom: 0; }
  .podcast-events-full .item {
    width: calc(25% - 15px);
    margin-right: 20px; }
  .podcast-events-full .item:nth-child(3n) {
    margin-right: 20px; }
  .podcast-events-full .item:nth-child(4n) {
    margin-right: 0; }*/

/*---------------END-PODCAST-INNER-PAGE-------------------*/
/*----------------RANKINGS-PAGE-------------------*/
/*.head-rankings {
  background: url("../img/bg-12.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative; }
  .head-rankings:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.33;
    background-color: #222221; }
  .head-rankings .content-width {
    height: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1; }
  .head-rankings h1 {
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.87;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 100%; }

.rankings-content-tab .select-block-big {
  margin-bottom: 30px; }
  .rankings-content-tab .select-block-big:after {
    content: "";
    display: table;
    clear: both; }
  .rankings-content-tab .select-block-big .nice-select {
    border: solid 4px #222221 !important;
    height: 60px;
    line-height: 52px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222221;
    text-transform: uppercase;
    font-family: 'GT Walsheim Pro', sans-serif;
    border-radius: 0; }
.rankings-content-tab .tab-wrap {
  width: calc(100% - 390px);
  padding: 0;
  max-width: 950px; }
.rankings-content-tab h2 {
  margin-bottom: 20px; }
  .rankings-content-tab h2:before {
    display: none; }
.rankings-content-tab h3 {
  margin-bottom: 25px; }
.rankings-content-tab .item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #d9d9d9; }

.ranking-table {
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 70px;
  overflow: hidden; }
  .ranking-table .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: solid 1px #d9d9d9; }
    .ranking-table .head p {
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 24px;
      letter-spacing: normal;
      text-align: left;
      color: #f7911e;
      margin: 0 !important;
      font-family: 'GT Walsheim Pro', sans-serif; }
    .ranking-table .head .column {
      padding: 28px 5px 15px; }
    .ranking-table .head .column-1 p {
      text-align: center; }
  .ranking-table .table-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .ranking-table .column {
    display: inline-block; }
  .ranking-table .column-1 {
    width: 100px; }
  .ranking-table .column-2 {
    width: 26.5%;
    min-width: 150px; }
  .ranking-table .column-3, .ranking-table .column-4, .ranking-table .column-5 {
    width: 16%;
    min-width: 100px; }
  .ranking-table .table-content {
    padding: 0;
    margin: 0; }
    .ranking-table .table-content li {
      list-style: none;
      counter-increment: li;
      position: relative;
      min-height: 70px;
      border-bottom: solid 1px #d9d9d9;
      background: #fff; }
      .ranking-table .table-content li:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #000000;
        font-family: 'GT Walsheim Pro', sans-serif;
        content: counter(li) "."; }
      .ranking-table .table-content li p {
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        font-family: 'GT Walsheim Pro', sans-serif;
        padding: 10px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 100%; }
        .ranking-table .table-content li p span {
          display: block;
          width: 100%;
          font-size: 14px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-align: left;
          color: #000000; }
      .ranking-table .table-content li .column-2 p {
        display: block; }
    .ranking-table .table-content li:nth-child(2n) {
      background-color: #f5f5f5; }
    .ranking-table .table-content li:last-child {
      border-bottom: 0; }

.show-more-big a span {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  margin: 0;
  display: inline-block;
  line-height: 20px;
  height: 34px;
  width: 19px; }

.ranking-table-two-columns {
  max-width: 500px;
  margin: auto; }
  .ranking-table-two-columns .column-2 {
    width: calc(100% - 100px) !important; }

.area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .area-wrap .item-firm {
    width: 100% !important;
    padding: 0 !important; }
    .area-wrap .item-firm figure {
      height: auto !important;
      margin: 0 !important; }
  .area-wrap h3 {
    margin-bottom: 25px; }
    .area-wrap h3:before {
      display: none; }
  .area-wrap .area-nav-wrap {
    width: 365px;
    margin-right: 60px;
    border-radius: 6px;
    background-color: #f2f2f2;
    padding: 35px 50px 35px 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .area-wrap .firm-wrap {
    width: 355px; }
    .area-wrap .firm-wrap .item-firm {
      margin-bottom: 70px; }
    .area-wrap .firm-wrap h2 {
      margin-bottom: 5px; }
    .area-wrap .firm-wrap h3 {
      margin-bottom: 30px; }

.area-nav li {
  border-bottom: solid 1px #d9d9d9;
  padding: 15px 0; }
  .area-nav li a:hover {
    color: #f7911e; }
.area-nav li:last-child {
  border-bottom: 0; }

.top-sector-firm li {
  padding: 15px 0;
  border-bottom: solid 1px #d9d9d9; }
.top-sector-firm li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
.top-sector-firm figure {
  width: 53px; }
.top-sector-firm p {
  width: calc(100% - 65px);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  font-family: 'GT Walsheim Pro', sans-serif; }
.top-sector-firm li:last-child {
  border-bottom: 0; }*/

/*---------------END-RANKINGS-PAGE-------------------*/
/*---------------WEBINAR-PAGE-------------------*/
/*.top-webinar {
  background: url("../img/bg-13.jpg") no-repeat;
  background-size: cover; }
  .top-webinar .left {
    width: 200px; }
  .top-webinar .right {
    width: calc(100% - 250px); }
  .top-webinar .btn-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #f2f2f2; }
    .top-webinar .btn-wrap a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-right: 10px;
      min-width: 173px; }
    .top-webinar .btn-wrap a:first-child {
      width: 185px; }
    .top-webinar .btn-wrap a:last-child img {
      top: -5px; }
  .top-webinar .list-hover li:nth-child(2) {
    margin-bottom: 0; }
    .top-webinar .list-hover li:nth-child(2) p {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #818181;
      padding-left: 30px;
      position: relative; }
      .top-webinar .list-hover li:nth-child(2) p i {
        position: absolute;
        left: 0;
        top: 7px;
        font-weight: 500; }
  .top-webinar .list-hover li:nth-child(3) p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
    padding: 5px 0 5px 30px;
    position: relative; }
    .top-webinar .list-hover li:nth-child(3) p i {
      position: absolute;
      top: 7px;
      margin-right: 5px;
      left: 0;
      font-weight: 500; }
  .top-webinar .list-hover li:first-child {
    padding-top: 5px; }
  .top-webinar .date span {
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }
    .top-webinar .date span sup {
      margin-left: -12px;
      top: -15px; }

.webinar-list {
  margin-bottom: 160px; }
  .webinar-list .content {
    max-width: 1050px;
    margin: auto; }
  .webinar-list .item-webinar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    padding: 40px 65px;
    margin-bottom: 45px; }
    .webinar-list .item-webinar .left {
      width: 200px; }
    .webinar-list .item-webinar .right {
      width: calc(100% - 250px); }
  .webinar-list .btn-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #f2f2f2; }
    .webinar-list .btn-wrap a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-right: 10px;
      min-width: 173px;
      text-transform: uppercase; }
    .webinar-list .btn-wrap a:first-child {
      width: 185px; }
    .webinar-list .btn-wrap a:last-child img {
      top: -5px; }
  .webinar-list .list-hover li:nth-child(2) {
    margin-bottom: 0; }
    .webinar-list .list-hover li:nth-child(2) p {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #818181;
      padding-left: 30px;
      position: relative; }
      .webinar-list .list-hover li:nth-child(2) p i {
        position: absolute;
        left: 0;
        top: 7px;
        font-weight: 500; }
  .webinar-list .list-hover li:nth-child(3) p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
    padding: 5px 0 5px 30px;
    position: relative; }
    .webinar-list .list-hover li:nth-child(3) p i {
      position: absolute;
      top: 7px;
      margin-right: 5px;
      left: 0;
      font-weight: 500; }
  .webinar-list .list-hover li:first-child {
    padding-top: 5px; }
  .webinar-list .date span {
    font-family: 'GT Walsheim Pro', sans-serif;
    display: inline-block;
    position: relative;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }
    .webinar-list .date span sup {
      margin-left: -12px;
      top: -15px; }
  .webinar-list h2 {
    margin-bottom: 30px; }
    .webinar-list h2:before {
      display: none; }
  .webinar-list .day-week {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding: 5px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase; }*/

/*--------------END-WEBINAR-PAGE-------------------*/
/*--------------LISTING-PAGE-------------------*/
/*.rankings-content-tab .item-listing {
  border-bottom: 0; }
  .rankings-content-tab .item-listing p {
    margin-bottom: 20px; }
  .rankings-content-tab .item-listing p:last-child {
    margin-bottom: 0; }
.rankings-content-tab .item-bg {
  position: relative;
  z-index: 2;
  padding: 35px 0; }
  .rankings-content-tab .item-bg:after {
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    content: '';
    background-color: #f2f2f2;
    z-index: -1;
    bottom: 0; }

.hidden-content-tab {
  overflow: hidden;
  margin-bottom: 0 !important; }

.event-content-tab .double-line {
  margin-bottom: 20px; }

.event-content-tab .banner-wrap {
  z-index: 10; }

.event-content-tab .firm-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.event-content-tab .item-firm {
  background: #fff;
  border-radius: 6px;
  padding: 35px 40px 50px;
  width: calc(50% - 29px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin: 0 0 53px;
  position: relative; }
  .event-content-tab .item-firm .title {
    margin-bottom: 1px; }
  .event-content-tab .item-firm > a {
    display: block;
    width: 100%;
    height: 100%; }
    .event-content-tab .item-firm > a * {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .event-content-tab .item-firm > a:hover {
      color: #f7911e !important; }
      .event-content-tab .item-firm > a:hover * {
        color: #f7911e !important; }
  .event-content-tab .item-firm p {
    margin-bottom: 5px; }
  .event-content-tab .item-firm figure {
    height: 80px;
    margin-bottom: 15px; }
    .event-content-tab .item-firm figure img {
      max-height: 80px; }
.event-content-tab .hover-block {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 35px 40px 50px;
  width: calc(200% + 58px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: -1; }
  .event-content-tab .hover-block figure {
    height: 80px;
    margin-bottom: 15px; }
    .event-content-tab .hover-block figure img {
      max-height: 80px; }
  .event-content-tab .hover-block .left-info {
    width: 40%; }
  .event-content-tab .hover-block .right-info {
    width: 50%; }
  .event-content-tab .hover-block .btn-wrap {
    margin-top: 20px; }
    .event-content-tab .hover-block .btn-wrap a {
      display: inline-block;
      width: 185px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .event-content-tab .hover-block .btn-wrap a:last-child img {
      position: relative;
      top: -5px; }
  .event-content-tab .hover-block .title-hover {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    font-family: 'GT Walsheim Pro', sans-serif;
    margin-bottom: 1px; }
.event-content-tab .is-hover .hover-block {
  opacity: 1;
  visibility: visible;
  z-index: 10; }
.event-content-tab .item-firm:nth-child(2n) .hover-block {
  left: inherit;
  right: 0; }

.event-content-tab .hover-block .right-info .blockquote-wrap {
  margin-top: 15px;
  position: relative; }
  .event-content-tab .hover-block .right-info .blockquote-wrap:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-color: #f7911e;
    display: inline-block;
    top: 3px;
    left: -30px; }
.event-content-tab .hover-block .right-info blockquote {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #f7911e;
  font-family: 'Roboto Slab', sans-serif; }
  .event-content-tab .hover-block .right-info blockquote:before, .event-content-tab .hover-block .right-info blockquote:after {
    display: inline-block;
    content: '”';
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #f7911e; }

.wrap-top-names {
  position: relative;
  z-index: 1;
  padding: 20px 0 40px;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  width: calc(100% + 60px);
  margin-left: -30px; }
  .wrap-top-names .head {
    padding: 0 60px;
    position: relative;
    border-bottom: solid 1px #d9d9d9; }
    .wrap-top-names .head h2 {
      color: #f7911e;
      margin-bottom: 20px; }
      .wrap-top-names .head h2:before {
        display: none; }

.top-names li {
  position: relative;
  background: #fff;
  padding: 0 60px; }
  .top-names li a {
    display: block;
    padding: 5px 0 10px;
    border-bottom: solid 1px #d9d9d9; }
    .top-names li a * {
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .top-names li a:hover {
      color: #f7911e !important; }
      .top-names li a:hover * {
        color: #f7911e !important; }
    .top-names li a p {
      font-family: 'GT Walsheim Pro', sans-serif;
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }
    .top-names li a p.small {
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }
.top-names li:nth-child(2n) {
  background-color: #f5f5f5; }*/

/*-------------END-LISTING-PAGE-------------------*/
/*-------------WEBINAR-INNER-PAGE-------------------*/
/*.webinar-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px #d9d9d9;
  margin-bottom: 100px; }
  .webinar-info-list li {
    width: 50%;
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0; }
    .webinar-info-list li .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .webinar-info-list li .wrap .icon-wrap {
        width: 30px;
        position: relative;
        left: -5px; }
        .webinar-info-list li .wrap .icon-wrap img {
          max-width: 100%;
          vertical-align: top; }
      .webinar-info-list li .wrap .text-wrap {
        width: calc(100% - 30px); }
        .webinar-info-list li .wrap .text-wrap p {
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.25;
          letter-spacing: normal;
          text-align: left;
          color: #818181; }
          .webinar-info-list li .wrap .text-wrap p a {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.36;
            letter-spacing: normal;
            text-align: left;
            color: #f7911e; }
            .webinar-info-list li .wrap .text-wrap p a:hover {
              color: #000; }
  .webinar-info-list li:nth-child(2n) {
    border-left: solid 1px #d9d9d9;
    padding-left: 20px; }
  .webinar-info-list li:nth-child(2n + 1) {
    padding-right: 20px; }
  .webinar-info-list p.bold {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25; }
  .webinar-info-list p.info {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #818181; }
    .webinar-info-list p.info i {
      position: absolute;
      top: 2px;
      left: 0;
      font-weight: 500;
      font-size: 20px; }

.head-webinar .left {
  max-width: 600px; }

.list-inline li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 7px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #818181;
  position: relative; }
  .list-inline li:after {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #818181;
    content: '';
    margin: -2px -2px 0 0;
    top: 50%;
    right: 0;
    display: inline-block;
    vertical-align: top; }
.list-inline li:last-child:after {
  display: none; }

.menu-responsive .menu-wrap ul li a {
  text-transform: capitalize; }

.event-content-tab .banner-padding-top {
  padding-top: 100px; }

.webinar-list-bottom h2 {
  text-transform: uppercase;
  margin: 0 auto 30px; }

.webinar-list-bottom h2:before {
  position: relative;
  content: '';
  width: 21px;
  height: 23px;
  background-color: #f7911e;
  display: inline-block;
  margin-right: 8px; }

.event-content-tab .wrap-btn .btn-big {
  text-transform: uppercase; }

.subscribe-top .form-wrap .small-title {
  text-transform: inherit; }

.login-form h3 {
  text-transform: uppercase; }

.podcast-center h2 {
  margin: 0 auto 30px;
  padding: 0 15px; }

.job-default .hover-close {
  right: inherit;
  left: 38px; }*/

/*----DELETE---*/
/*.event-content-tab .item-firm .hover-block {
  display: none; }

.event-content-tab .item-firm-big {
  width: 100% !important;
  padding: 0 !important; }
  .event-content-tab .item-firm-big > a {
    display: none; }
  .event-content-tab .item-firm-big .hover-block {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 1; }*/

/*------------END-WEBINAR-INNER-PAGE-------------------*/

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

/* TODO - Need to rework on below styles */

.page-view-frontpage .container.container4 nav.menu--news-menu, .path-frontpage .container.container4 nav.menu--news-menu{
  /*right: 0;*/
}

.page-view-frontpage .subcribe-wrap:after, .path-frontpage .subcribe-wrap:after {
  background: none ;
}

.page-view-frontpage .view-header .head-section a.add-block span, .path-frontpage .view-header .head-section a.add-block span {
  right: 0;
  position: relative;
}
.page-view-frontpage .content0 a.add-block span, .path-frontpage .content0 a.add-block span {
  position: relative;
  right: 0;
}
.page-view-frontpage h3.title, .path-frontpage h3.title {
  text-transform: none;
}

#block-views-block-home-page-home-upcoming-events .head-section {
  margin-bottom: 0;
}
.site-footer .container .site-footer__bottom .region-footer-second .block-menu.navigation h2:before {
  content: reset;
  width: 0;
  height: 0;
  margin-right: 0;
}
.page-view-frontpage .content0 a.add-block, .path-frontpage .content0 a.add-block {
  right: 0;
}

#block-views-block-video-page-block-1 .play-icon {
  position: absolute;
  top: calc(50% - 78px);
  left: calc(50% - 78px);
  top: calc(50% - 90px);
  left: calc(50% - 78px);
  background: #fff;
  border-radius: 100%;
}

@media only screen and (max-width: 64rem) {
  #block-views-block-video-page-block-1 .content {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}

#block-views-block-video-page-block-1 .label {
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
  display: inline-block;
  line-height: 1.33;
  color: #f7911e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.33;
  color: #f7911e;
  text-transform: uppercase;
}
#block-views-block-video-page-block-1 {
  width: 100%;
}
/* On screens that are 1280px or more */
@media screen and (min-width: 1280px) {
  .alb-special-reports-item figure img , .alb-magazine-item figure a img {
    width: 366px;
  }
}

@media screen and (min-width: 360px) and (max-width: 1024px){
  .path-ranking #sidebar_second , .path-listings #sidebar_second {
    margin-bottom: 100px;
  }
  @media (max-width: 47.9375rem) {
    .path-alb-magazine .view-display-id-featured_magazine .views-row .views-field.views-field-nothing-1 .field-content .featured-magazine-text-wrap,
    .path-special-reports .view-display-id-featured_special_report .views-row .views-field.views-field-nothing .field-content .alb-special-reports-text-wrap {
      text-align: left;
    }
  }
  .page-view-news-country .block-views-blocknews-country-block-1 .views-row:nth-child(3n+2) {
    width: 33.33%; }
  .path-special-reports .view-display-id-featured_special_report .views-row .views-field.views-field-nothing .field-content .alb-special-reports-text-wrap h1 ,
  .path-alb-magazine .view-display-id-featured_magazine .views-row .views-field.views-field-nothing-1 .field-content .featured-magazine-text-wrap h1 {
    text-transform: uppercase;
  }

/* TODO - Need to rework on below styles */