* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
  font-weight: 400;
  padding-top: 75px;
}

.validation-summary-errors>ul>li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
  margin: 2px 0;
}

.field-validation-error {
  color: red;
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

.input-validation-error {
  color: red !important;
  border-color: red !important;
}

input,
button,
select,
option,
textarea {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #777;
}

input,
select,
textarea {
  background: #eee;
  color: #888;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 6px 8px;
}

.form-group,
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.hide,
.dispnone {
  display: none;
}

a {
  color: #407ea3;
  text-decoration: none !important;
}

img {
  display: block;
}

.full-width {
  width: 100%;
}

.condensed {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.pb-0 {
  padding-bottom: 0 !important
}

.pt-0 {
  padding-top: 0 !important;
}

.lh-15 {
  line-height: 1.5;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.btn-primary {
  background: #00a3e0;
  border: 0;
}

.btn-success {
  background: #22b270 !important;
}

.center {
  text-align: center;
}

.disp-none {
  display: none;
}

@media(min-width:768px) {
  .modal-sm {
    width: 350px;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  background: #00a3e0;
  color: #fff;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
}

/* -------------------------------------------- */

label {
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.5;
}

label .required {
  color: #37a1df;
}

label i {
  color: #999;
  font-style: normal;
  font-size: 10px;
  font-weight: 400;
}

span.error,
label.error {
  color: red;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.form-control {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 4px 6px;
  color: #666;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  background: #fff !important;
  border: 1px solid #ddd;
}

.btn {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  background-color: #00a3e0;
  border-radius: 0;
  border: 0;
}

.btn i {
  margin-right: 5px;
}

.header {
  z-index: 90;
  text-align: center;
  background: #00a3e0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.header .logo {
  float: left;
  margin: 12px 0;
}

.header .logo.center {
  display: block;
  float: none;
}

.header .logo img {
  max-width: 100%;
}

.header .logo.center img {
  margin-left: auto;
  margin-right: auto;
}

.header .navigation {
  display: inline-block;
}

.header .navigation li {
  position: relative;
}

@media (min-width:1599px) {
  .header .navigation {
    text-align: center;
  }

  .header .navigation li {
    width: 170px;
  }
}

@media (max-width:1499px) {
  .header .navigation a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    letter-spacing: 0;
  }
}

@media (max-width:1199px) {
  .header .navigation li {
    text-align: left;
  }

  .header .navigation>li>a {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .header .navigation a {
    font-size: 14px !important;
  }
}

@media (min-width:768px) {
  .header .navigation li {
    text-align: left;
  }
}

.header .navigation ul {
  position: absolute;
  min-width: 170px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  top: 110%;
}

.header .navigation li:hover>ul {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  top: 100%;
}

.header .navigation>li>ul {
  left: 0;
  background: #fff;
}

.header .navigation>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.header .navigation>li {
  display: inline-block;
}

.header .navigation a {
  color: #fff;
  display: block;
  letter-spacing: 1px;
  line-height: 35px;
}

.header .navigation>li>a {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: bold;
}

.header .navigation li.active a,
.header .navigation li:hover a {
  background: #fff;
  color: #2e9fda;
}

.header .navigation>li>ul a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  color: #2e9fda;
}

.header .navigation>li>ul a:hover {
  background: #e7f7ff;
  font-weight: bold;
}

.header .social-links {
  float: right;
  margin-top: 20px;
}

.header .social-links a {
  display: inline-block;
  margin-left: 10px;
}

.header .social-links .header-search-button {
  padding-right: 12px;
  position: relative;
}

.header .social-links .header-search-button:after,
.header .header-account:after {
  position: absolute;
  content: '';
  width: 1px;
  background: rgba(255, 255, 255, .5);
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.header .header-account {
  position: relative;
  margin-top: 20px;
  float: right;
  margin-right: 2px;
  padding-right: 12px;
}

.header .header-account-button {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 35px;
}

@media (max-width:1199px) {
  .header .header-account-button {
    line-height: 30px;
  }
}

.header .header-account-button img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}

@media (max-width:991px) {
  .header .header-account {
    margin-right: 15px;
    margin-top: 17px;
    padding-right: 0;
  }

  .header .header-account-button {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 100%;
  }

  .header .header-account-button img {
    margin-right: 0;
    width: 14px;
    display: block;
    margin: 6px auto !important;
  }

  .header .social-links .header-search-button {
    padding-right: 0;
  }

  .header .social-links .header-search-button:after,
  .header .header-account:after,
  .header .header-account-button span {
    display: none;
  }
}

@media (max-width:767px) {
  .header .header-account {
    position: absolute;
    top: 15px;
    right: 60px;
    margin: 0 !important;
    padding: 0;
    float: none;
  }
}

.header-account-wrapper {
  position: absolute;
  left: 0;
  width: 250px;
  display: none;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}

.header-account-wrapper.open {
  display: block;
}

.header-account-wrapper:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  content: '';
  position: absolute;
  top: -6px;
  left: 6px;
}

.header-account-wrapper .member-links {
  background: #fff;
  padding: 10px 0;
}

.header-account-wrapper .member-links li+li {
  border-top: 1px dotted #eee;
}

.header-account-wrapper .member-links li a {
  display: block;
  white-space: nowrap;
  color: #666;
  text-align: left;
  padding: 10px 15px;
  font-size: 13px;
}

@media (max-width:991px) {
  .header-account-wrapper {
    left: auto;
    right: 0;
  }

  .header-account-wrapper:before {
    left: auto;
    right: 6px;
  }
}

.header-account-login {
  background: #fff;
  padding: 10px 10px 20px 10px;
}

.header-account-login .form-element {
  margin-bottom: 10px;
}

.header-account-login .form-button {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.header-account-login .forget-password {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 30px;
}

.header-account-signup {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
}

.header-account-signup .or {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  text-align: center;
  color: #aaa;
}

#MainSlider .slides li {
  height: calc(100vh - 75px);
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

@media (max-width:991px) {
  #MainSlider .slides li {
    height: calc(100vh - 65px);
  }
}

#MainSlider .slides li .banner-buttons {
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, .5);
  padding-left: 30px;
  padding-right: 30px;
  transition: .5s all ease-in-out;
  transition-delay: 1s;
  opacity: 0;
}

#MainSlider .slides li.flex-active-slide .banner-buttons {
  bottom: 0;
  opacity: 1;
}

@media (max-width:991px) {
  #MainSlider .slides li .banner-buttons {
    width: 60%;
    left: 20%;
    transform: none;
    text-align: center;
    padding: 0;
  }
}

@media (max-width:767px) {
  #MainSlider .slides li .banner-buttons {
    width: 100%;
    left: 0;
  }
}

#MainSlider .slides li .banner-buttons a {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  line-height: 56px;
  position: relative;
}

@media (max-width:767px) {
  #MainSlider .slides li .banner-buttons a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
  }
}

@media (min-width:992px) {
  #MainSlider .slides li .banner-buttons a span {
    position: relative;
    top: 0px;
    transition: .2s ease-in-out;
  }

  #MainSlider .slides li .banner-buttons a span:after {
    content: '';
    height: 1px;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s ease-in-out;
  }

  #MainSlider .slides li .banner-buttons a:hover span {
    top: -5px;
    font-weight: bold;
  }

  #MainSlider .slides li .banner-buttons a:hover span:after {
    width: 100%;
  }
}

@media (max-width:767px) {

  #MainSlider .slides li,
  .main-slider {
    height: 545px;
  }
}

@media (max-width:479px) {

  #MainSlider .slides li,
  .main-slider {
    height: 342px;
  }
}

.main-content,
.subpage-content {
  /*background-image: url(../img/main-global-logo.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;*/
  background-color: #F0F0F0;
}

.subpage-content.no-bg {
  background: none;
}

.main-formats-series .main-format,
.main-formats-series .main-series {
  padding: 50px 30px;
}

.main-formats-series .main-format img,
.main-formats-series .main-series img {
  width: 100%;
}

@media (max-width:767px) {

  .main-formats-series .main-format,
  .main-formats-series .main-series {
    padding: 10px;
  }
}

.main-formats-series a {
  display: inline-block;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 2px;
  position: relative;
}

@media (max-width:767px) {
  .main-formats-series a {
    display: block;
    text-align: center;
    font-size: 24px;
  }
}

.main-formats-series .view-all {
  font-size: 16px;
  letter-spacing: 0;
  position: absolute;
  right: 6px;
  bottom: -12px;
  letter-spacing: 1px;
  padding-right: 13px;
}

@media (max-width:767px) {
  .main-formats-series .view-all {
    position: static;
    right: auto;
    bottom: auto;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    padding-right: 0;
  }
}

.main-formats-series .view-all i {
  position: absolute;
  width: 12px;
  height: 9px;
  right: 0;
  top: 3px;
  background-repeat: no-repeat;
}

@media (max-width:767px) {
  .main-formats-series .view-all i {
    position: static;
    display: inline-block;
    margin-left: 5px;
    right: auto;
    top: auto;
  }
}

.main-formats-series .main-format .view-all i {
  background-image: url(/Assets/img/main-formats-all-link-arrows.png);
}

.main-formats-series .main-series .view-all i {
  background-image: url(/Assets/img/main-series-all-link-arrows.png);
}

@media (min-width:1199px) {

  .main-formats-series a,
  .footer .top a,
  .our-team-content .button,
  .footer .bottom a,
  .header .navigation>li>a,
  .header .navigation ul {
    transition: ease-in-out .25s all;
  }
}

.main-formats-series a.formats {
  color: #2e9fda;
}

.main-formats-series a.series {
  color: #72a0b8;
}

.main-video video {
  width: 100%;
}

.our-team-content {
  padding: 70px 0;
}

.our-team-content h3,
.main-news-content h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.our-team-content .description,
.main-news-content .description {
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.our-team-content .button {
  float: right;
  background: #00a3e0;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  padding: 15px;
  font-weight: bold;
}

.our-team-content .button:hover {
  background: #407ea3;
}

section.news {
  background: url(/_uploads/site/news-bg-min.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width:991px) {
  section.news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.main-news-content {
  background: rgba(255, 255, 255, .85);
  padding: 40px;
  position: relative;
}

@media (min-width:992px) {
  .main-news-content {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.main-news-content .title {
  position: absolute;
  top: 0;
  left: -80px;
  color: #fff;
  background: #00a3e0;
  font-weight: bold;
  font-size: 20px;
  padding: 0 25px;
  line-height: 50px;
  letter-spacing: 1px;
}

@media (max-width:991px) {
  .main-news-content .title {
    top: -50px;
    left: 0;
  }
}

.footer {
  font-size: 14px;
  text-align: center;
}

.footer .top {
  background: #bfbfbf;
  padding-top: 20px;
}

@media (max-width:991px) {
  .footer .top {
    padding-bottom: 20px;
  }
}

.footer .top,
.footer .top a {
  color: #fff;
}

.footer .top a:hover,
.footer .bottom a:hover {
  color: #333;
}

.footer .top .logo-text img,
.footer .top .logo-text .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}

.footer .top .logo-text .text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

@media (max-width:767px) {
  .footer .top .logo-text .text {
    letter-spacing: 0;
    margin-top: 10px;
  }
}

.footer .top .links {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}

.footer .top .links a {
  display: inline-block;
  margin: 5px 15px;
  line-height: 1.4;
}

.footer .bottom {
  padding: 20px 0;
  line-height: 24px;
  font-size: 13px;
  text-align: left;
}

.footer .bottom,
.footer .bottom a {
  color: #aaa;
}

.footer .bottom .links {
  text-align: right;
}

@media (max-width:767px) {

  .footer,
  .footer .bottom .links {
    text-align: left;
  }

  .footer .top {
    padding-bottom: 0;
  }

  .footer .top .links {
    overflow: hidden;
    padding-bottom: 0;
  }

  .footer .top .links a {
    margin: 0 0 15px 0;
    display: block;
    width: 50%;
    float: left;
    padding: 0;
  }

  .footer .bottom .links a {
    margin: 0 15px 0 0 !important;
  }

  .footer .top .logo-text img,
  .footer .top .logo-text .text {
    padding-left: 0;
  }
}

.footer .bottom .links a {
  display: inline-block;
  text-decoration: underline !important;
  margin: 0 10px;
}

.footer-logo {
  max-width: 150px;
}

.full-page-search {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}

.full-page-search .overlay {
  background: rgba(0, 0, 0, .75);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width:1199px) {
  .full-page-search .overlay {
    cursor: pointer;
  }
}

.full-page-search .inner {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  width: 50%;
  border-bottom: 2px dotted rgba(255, 255, 255, .5);
  padding-bottom: 10px;
}

.full-page-search .inner .search-box {
  background: none;
  color: #fff;
  font-size: 24px;
  width: 100%;
  height: 40px;
  padding-right: 50px;
}

@media (max-width:767px) {
  .full-page-search .inner {
    width: 90%;
  }

  .full-page-search .inner .search-box {
    font-size: 16px;
  }
}

.full-page-search .inner .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/Assets/img/search-icon.png) no-repeat center center;
  background-size: 50%;
  width: 40px;
  height: 40px;
}

.full-page-search .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  z-index: 10;
}

/* Responsive */
@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width:991px) {
  body {
    padding-top: 65px;
  }
}

@media (max-width:767px) {
  .header .logo {
    margin: 15px auto;
    float: none;
    display: block;
    text-align: center;
  }

  .header .logo img {
    height: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-nav-toggle {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 15px;
    top: 20px;
  }

  .mobile-nav-toggle span {
    height: 3px;
    background: #fff;
    margin-bottom: 8px;
    display: block;
  }

  .mobile-nav-toggle span:last-child {
    margin-bottom: 0;
  }

  .header .navigation {
    display: none;
  }

  .header .navigation li {
    display: block;
  }

  .header .navigation li a {
    padding: 15px;
    text-align: center;
    line-height: 20px;
  }

  .header .navigation li:hover ul {
    position: relative;
  }
}

@media (max-width:1199px) {
  .header .social-links a img {
    width: 30px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .header .social-links a {
    margin-left: 5px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .header .logo {
    width: 100px;
  }

  .header .navigation>li>a {
    font-size: 14px;
    padding: 15px 9px;
    letter-spacing: 0;
  }

  .header .social-links {
    margin-top: 17px;
  }
}

@media (max-width:767px) {
  .header .social-links {
    position: absolute;
    right: 15px;
    float: none;
    margin-top: 0;
    top: 15px;
  }
}

/*-/-*-/-*-/   V6   /*-/-*-/-*/

@media (min-width:1600px) {
  .container {
    width: 1600px;
  }
}

.subpage-top-bg {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;

  position: relative;
}

@media (max-width:767px) {
  .subpage-top-bg {
    height: 200px;
  }

  .subpage-top-bg .title h1 {
    font-size: 1.8rem !important;
  }
}

.subpage-top-bg .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, .5);*/
}

.subpage-top-bg .title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.subpage-top-bg .title h1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
}

.subpage-top-bg .title h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, .75);
}

.subpage-top-bg .title h1+.date {
  margin-top: 25px;
}

.subpage-content {
  line-height: 1.5;
  padding: 50px 0;
}

.subpage-content img {
  max-width: 100%;
}

.subpage-content p {
  margin-bottom: 15px;
}

.breadcrumb {
  background: #00a3e0;
  font-size: 19px;
  line-height: 35px;
  padding: 5px 0;
  margin-bottom: 30px;
  margin-top: -15px;
  font-weight: 500;
}

.breadcrumb,
.breadcrumb a {
  color: #fff;
}

.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.home-icon {
  width: 27px;
  height: 23px;
  background: url(/Assets/img/home-icon.png) no-repeat;
  display: inline-block;
  vertical-align: text-top
}

.breadcrumb .home-icon {
  margin-right: 5px;
}

.subpage-summary {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.team-member-card {
  position: relative;
  border-radius: 5px;
  /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  background: #fff;*/
  text-align: center;
  margin-top: 100px;
  transform: scale(1);
  transition: .25s all;
}

.team-member-card .team-member-image {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #00a3e0;
  margin-top: -75px;
  display: inline-block
}

.team-member-card .team-member-image img {
  border: 2px solid #fff;
  border-radius: 100%;
}

.team-member-card .team-member-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-member-card .team-member-content .team-member-name {
  font-size: 16px;
}

.team-member-card .team-member-content p {
  font-size: 14px;
}

.btn-send-email {
  font-size: 13px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
}

@media (max-width:991px) {
  .team-member-card {
    margin-top: 100px;
  }
}

@media (min-width:992px) {

  .team-member-card .team-member-image img {
    transition: .25s all;
  }

  .team-member-card:hover .team-member-image img {
    transform: scale(1.3);
  }

  .btn-send-email {
    width: 150px;
    left: 50%;
    margin-left: -75px;
    bottom: -30px;
    position: absolute;
    transition: .25s all;
    opacity: 0;
    visibility: hidden;
  }

  .team-member-card:hover .btn-send-email {
    bottom: -15px;
    opacity: 1;
    visibility: visible;
  }
}

.market-item {
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  display: table;
  width: 100%;
}

.market-item .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: #00a3e0;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding-top: 7px;
  font-size: 13px;
}

.market-item .date .day {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 2px;
}

.market-item .date .month,
.market-item .date .year {
  margin-bottom: 3px;
}

.market-item .content {
  padding-left: 75px;
  padding-right: 15px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}

.market-item .content h4 {
  margin-bottom: 6px;
}

.market-item .content p {
  margin-bottom: 0;
  font-size: 13px;
  color: #444;
}

.arrow-down-icon {
  width: 12px;
  height: 12px;
  background: url(/Assets/img/icon-arrow-down.png) no-repeat;
  display: block;
}

.filter-select-box {
  position: relative;
  margin-bottom: 30px;
}

.filter-select-box .all-filters {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px dotted #ccc;
  border-top: 0;
  z-index: 99;
  display: none;
}

.filter-select-box .all-filters ul {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
}

.filter-select-box .all-filters ul li {
  width: 33.3%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.filter-select-box .all-filters ul li a {
  display: block;
  padding: 5px;
  background: #f9f9f9;
  color: #666;
  text-align: center;
}

.filter-select-box .all-filters ul li a.active {
  background: #00a3e0;
  color: #fff;
}

.filter-select-button {
  display: block;
  text-align: center;
  position: relative;
  border: 1px dotted #ccc;
  background: #fff;
  padding: 5px 10px;
}

.filter-select-button .show-text {
  display: inline-block;
  color: #999;
  font-size: 12px;
  vertical-align: middle;
}

.filter-select-button .filter-selected-text {
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
  color: #000;
  vertical-align: middle;
}

.filter-select-button .arrow-down-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.press-item,
.news-item {
  padding: 15px;
  background: #fff;
  border: 2px solid #eee;
  margin-bottom: 30px;
}

.press-item img {
  width: 100%;
}

.press-item .overlay {
  display: none;
}

@media (min-width:1199px) {
  .press-item {
    position: relative;
    overflow: hidden;
  }

  .press-item .overlay {
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 164, 224, .8);
    color: #fff;
    transition: .25s all;
    text-align: center;
    padding-top: 20px;
  }

  .press-item .overlay .zoom-icon {
    width: 35px;
    height: 34px;
    margin: 0 auto;
    background: url(/Assets/img/zoom-icon.png) no-repeat;
    display: block;
    margin-bottom: 5px;
  }

  .press-item .overlay .text {
    font-weight: 600;
  }

  .press-item:hover .overlay {
    bottom: 0;
  }
}

@media (min-width:1600px) {
  .press-item .overlay {
    padding-top: 30px;
  }
}

.pagination {
  border-radius: 0;
  margin: 30px 0 0 0;
  font-weight: bold;
}

.pagination li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.pagination li a {
  color: #666;
}

.pagination li a:hover {
  color: #000;
  background: #f5f5f5;
}

.pagination li.active a {
  background: #00a3e0 !important;
}

.news-item {
  position: relative;
  padding: 15px 15px 15px 60px;
}

.news-item .date {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #00a3e0;
  color: #fff;
  padding: 10px;
}

.news-item .date span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.news-item .date .day {
  font-size: 30px;
}

.news-item .date .month {
  font-size: 16px;
}

.news-item .date .year {
  font-size: 14px;
}

.news-item h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.news-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.news-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.format-filter-options {
  margin: 50px 0;
}

@media (max-width:767px) {
  .format-filter-options {
    margin: 0;
  }
}

.format-filter-options .filter-wrapper {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  max-width: 350px;
}

@media (max-width:767px) {
  .format-filter-options .filter-wrapper {
    margin-bottom: 10px;
  }
}

.format-filter-options .filter-wrapper .filter-toggle-button {
  background: rgba(204, 204, 204, .25);
  padding: 9px;
  border: 1px solid #cfcfcf;
  color: #4d4d4d;
  display: block;
  cursor: pointer;
}

.format-filter-options .filter-wrapper .filter-toggle-button i {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  height: 18px;
  background-size: 100%;
}

.filter-icon {
  width: 30px;
  height: 24px;
  display: inline-block;
  background: url(/Assets/img/filter-icon.png) no-repeat;
}

.format-filter-options .filter-wrapper .filter-dropdowlist {
  background: #fff;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #cfcfcf;
  margin-top: -1px;
}

.format-filter-options .filter-wrapper .filter-dropdowlist a {
  display: block;
  color: #4d4d4d;
  padding: 10px 15px 10px 35px;
}

.format-filter-options .filter-wrapper .filter-dropdowlist a:hover {
  background: rgba(0, 0, 0, .1)
}

.format-filter-options .filter-wrapper .filter-dropdowlist a.active {
  background: #00a3e0;
  color: #fff;
}

.format-filter-options .search-wrapper {
  text-align: right;
  white-space: nowrap;
}

.format-filter-options .search-wrapper .formats-search,
.format-filter-options .search-wrapper .display-settings {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.format-search-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/Assets/img/format-search-icon.png) no-repeat;
}

.format-filter-options .search-wrapper .formats-search {
  border: 1px solid #4d4d4d;
  padding: 10px 10px 10px 40px;
  position: relative;
  max-width: 350px;
  width: 100%;
}

@media(max-width:767px) {
  .format-filter-options .search-wrapper .formats-search {
    display: block;
  }

  .format-filter-options .search-wrapper .formats-search,
  .format-filter-options .filter-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.format-filter-options .search-wrapper .formats-search .format-search-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-size: 100%;
}

.format-filter-options .search-wrapper .formats-search .search-input {
  height: 20px;
  background: none;
  font-size: 16px;
  padding: 0;
}

.format-filter-options .search-wrapper .display-settings .display-setting-item {
  display: block;
  float: left;
  border: 1px solid #272727;
  padding: 8px;
  overflow: hidden;
  margin-left: 10px;
}

.format-filter-options .search-wrapper .display-settings .display-setting-item>span {
  width: 13px;
  height: 22px;
  display: block;
  float: left;
  background: #272727;
}

.format-filter-options .search-wrapper .display-settings .display-setting-item>span+span {
  margin-left: 4px;
}

.format-filter-options .search-wrapper .display-settings .display-setting-item.active {
  border-color: #00a3e0;
}

.format-filter-options .search-wrapper .display-settings .display-setting-item.active>span {
  background: #00a3e0;
}

.format-play-icon {
  width: 84px;
  height: 84px;
  background: url(/Assets/img/format-play-icon.png) no-repeat;
  background-size: 100%;
  display: block;
}

.format-list {
  margin-left: -10px;
  margin-right: -10px;
}

.format-list .format-list-item {
  padding: 10px;
  float: left;
  position: relative;
}

.format-list .format-list-item .inner {
  position: relative;
}

.format-list .format-list-item .inner a {
  display: block;
}

.format-list .format-list-item img {
  width: 100%;
}

@media (min-width:1199px) {

  .format-list .format-list-item a img,
  .format-list .format-list-item .overlay {
    transition: .25s all;
  }
}

.format-list .format-list-item .overlay {
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 50%;
  margin-top: -41px;
  margin-left: -41px;
}

.format-list .format-list-item .trailer-video {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 11;
  background: #000;
}

.format-list .format-list-item .trailer-video #mainScreenVideo {
  width: 100%;
  height: 100%;
}

@media (max-width:991px) {
  .format-list .format-list-item .control-buttons .details {
    display: none;
  }
}

.format-list .format-list-item .control-buttons .detail {
  position: absolute;
  bottom: 23px;
  left: 0px;
  z-index: 15;
  visibility: hidden;

  display: inline-block;
  height: 50px;
  line-height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  padding: 10px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.format-list .format-list-item .control-buttons a.disp-none {
  display: none;
}

.format-list .format-list-item .control-buttons .detail i {
  line-height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  background: #00a3e0;
  border: 1px solid rgba(255, 255, 255, .5);
  text-align: center;
  border-radius: 100%;
  font-style: normal;
  font-size: 20px;
  margin-right: 5px;
}

.format-list .format-list-item .remove-list-button {
  padding: 10px 15px;
  background: #000;
  color: #fff;
  display: block;
}

@media (min-width:1199px) {
  .format-list .format-list-item:hover {
    z-index: 9;
  }

  .format-list .format-list-item:hover .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }

  .format-list .format-list-item:hover .detail {
    visibility: visible;
  }

  .format-list .format-list-item:hover img {
    z-index: 9;
  }
}

.format-list.three-col .format-list-item {
  width: 33.3%;
}

.format-list.four-col .format-list-item {
  width: 25%;
}

@media (max-width:767px) {

  .format-list.three-col .format-list-item,
  .format-list.four-col .format-list-item {
    width: 50% !important;
  }
}

@media (max-width:480px) {

  .format-list.three-col .format-list-item,
  .format-list.four-col .format-list-item {
    width: 100% !important;
  }
}

.screening-main-video-item {
  background: #000;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80vh;
  max-height: 800px;
}

@media (max-width:767px) {
  .screening-main-video-item {
    height: 30vh;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .screening-main-video-item { 
    height: 50vh;
  }
}

.screening-main-video-item a.screening-video-player {
  display: block;
  height: 100%;
}

.screening-main-video-item a.screening-video-player:not(.not-login):before {
  content: "";
  width: 123px;
  height: 123px;
  background: url(/Assets/img/format-play-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -62px;
  margin-top: -62px;
}

@media (max-width:767px) {
  .screening-main-video-item a.screening-video-player:not(.not-login):before {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
}

.screening-main-video-item a.screening-video-player .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, .7);
}

.screening-main-video-item a.screening-video-player .overlay .text {
  color: #fff;
  text-align: center;
  display: block;
  top: 45%;
  position: absolute;
  width: 100%;
}

.screening-main-video-item video {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.screening-main-video-item.active video {
  position: relative;
  z-index: auto;
  visibility: visible;
}

.screening-main-video-item.active a {
  display: none;
}

.screening-main-video-item.active .fp-qsel-menu a {
  display: block;
}

.screening-main-video-item .video-controls {
  width: 123px;
  height: 123px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -62px;
  margin-top: -62px;
  display: none;
}

.screening-main-video-item .video-controls a {
  content: "";
  background-size: 100%;
  display: block;
  width: 123px;
  height: 123px;
  visibility: hidden;
  opacity: 0;
}

@media (max-width:767px) {
  .screening-main-video-item .video-controls {
    margin-left: -35px;
    margin-top: -35px;
  }

  .screening-main-video-item .video-controls,
  .screening-main-video-item .video-controls a {
    width: 70px;
    height: 70px;
  }
}

.screening-main-video-item .video-controls.active {
  display: block;
}

.screening-main-video-item .video-controls a.play {
  display: block;
  z-index: 90;
  background: url(/Assets/img/format-play-icon.png) no-repeat;
}

.screening-main-video-item .video-controls a.pause {
  display: none;
}

.screening-main-video-item .video-controls.play a.play {
  visibility: visible;
  opacity: 1;
  display: block;
}

.screening-main-video-item .video-controls.play a.pause {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.screening-main-video-item img { display: none; }

#mainScreenVideo {
  width: 100%;
  height: 100%;
}

.screening-thumbnails {
  position: relative;
  z-index: 20;
  padding-top: 35px;
}

.screening-thumbnails.no-flex .flex-direction-nav {
  display: none !important;
}

.screening-thumbnails.no-flex {
  text-align: center;
}

.screening-thumbnails.no-flex ul.slides {
  width: auto !important;
  display: inline-block !important;
}

.screening-thumbnails.no-flex ul.slides li {
  float: none !important;
  display: inline-block !important;
}

.screening-thumbnails .flex-viewport {
  padding-left: 30px;
  padding-right: 30px;
}

.screening-thumbnails .screening-thumbnails-item a {
  display: block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.screening-thumbnails .screening-thumbnails-item img {
  width: 100%;
  position: relative;
}

@media (min-width:1199px) {
  .screening-thumbnails .screening-thumbnails-item img {
    transition: .25s all;
  }

  .screening-thumbnails .screening-thumbnails-item:not(.disabled) a:hover .image img {
    transform: scale(1.10);
    z-index: 20;
  }

    .screening-thumbnails .screening-thumbnails-item:not(.disabled) a:hover .image:after {
        content: '';
        width: 70px;
        height: 70px;
        background: url(/Assets/img/format-play-icon.png) no-repeat;
        background-size: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 30;
        margin-left: -35px;
        margin-top: -35px;
    }
}

.screening-thumbnails .screening-thumbnails-item.disabled .image {
  position: relative;
  display: block;
}

.screening-thumbnails .screening-thumbnails-item.disabled .image .overlay {
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  z-index: 10;
}

@media (max-width:767px) {
  .screening-thumbnails .screening-thumbnails-item.disabled .image .overlay {
    top: 15%;
    font-size: 12px;
    line-height: 1.3;
  }
}

.screening-thumbnails .screening-thumbnails-item.disabled .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 5;
  left: 0;
  top: 0;
}

.locked-icon {
    width: 102px;
    height: 140px;
    background: url(/Assets/img/lock-icon.png) no-repeat;
    background-size: 100%;
}

.screening-thumbnails .screening-thumbnails-item .overlay .locked-icon,
.screening-main-video-item .screening-video-player .overlay .locked-icon {
  display: block;
  width: 51px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media (max-width:767px) {
  .screening-thumbnails .screening-thumbnails-item .overlay .locked-icon {
    width: 24px;
    height: 33px;
  }
}

.screening-thumb-title {
  display: block;
  color: #000;
  margin-top: 10px;
  font-size: 18px;
  height: 40px;
}

.screening-thumbnails+.breadcrumb {
  margin-top: 15px;
}

.screening-detail-name {
  font-weight: bold;
  color: #00a3e0;
  font-size: 44px;
  line-height: 1;
}

@media (max-width:767px) {
  .screening-detail-name {
    font-size: 28px;
  }
}

.screening-detail-type {
  font-weight: normal;
  font-size: 20px;
}

.screening-detail-left-item {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #525353;
  font-size: 20px;
  font-weight: normal;
}

.screening-detail-left-item-subtitle {
  font-weight: bold;
}

.screening-left-buttons {
  margin-top: 20px;
}

.screening-left-buttons a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.screening-detail-content-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
}

.screening-detail-content-title,
.screening-detail-content {
  color: #4d4d4d;
}

@media (min-width:992px) {
  .screening-detail-content {
    height: 400px;
  }

    .screening-detail-content:after {
        content: '';
        height: 190px;
        background: url(/Assets/img/screening-content-white-shadow.png) repeat-x bottom;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 20px;
        z-index: 10;
    }

  .screening-detail-content-inner {
    padding-bottom: 80px;
  }
}

.subpage-slider .slides li a {
  display: block;
  width: 100%;
  height: 100%;
}

.login-modal-title {
  margin-bottom: 15px;
  color: #00a3e0;
  font-size: 18px;
}

.modal-register .login-modal-title {
  color: #22b270;
}

.modal-register {
  position: relative;
  padding-right: 35px;
}

@media (max-width:767px) {
  .modal-register {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 768px) {
  .modal-register:before {
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    right: 17px;
    top: 0;
    content: ''
  }

  .modal-register:after {
    width: 19px;
    height: 19px;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    content: '';
    transform: rotate(45deg);
  }
}

.forget-pass-link {
  line-height: 35px;
  display: block;
  font-size: 13px;
}

.flowplayer.is-loading {
    background: url(/Assets/img/fancybox_loading.gif) no-repeat center center;
}

.trailer-video .fp-share,
.trailer-video .fp-fullscreen {
  position: absolute;
  left: -10000px;
  top: -10000px;
  visibility: hidden;
}

.contact-page {
  padding: 100px 0;
}

@media (max-width:767px) {
  .contact-page {
    padding: 30px 0;
  }
}

.contact-page-inner {
  background: #fff;
  margin-right: 50px;
  position: relative;
  border: 2px solid #dcdcdc;
}

@media (max-width:767px) {
  .contact-page-inner {
    margin-right: 0;
  }
}

.contact-form {
    background: url("/Assets/img/contact-bg.png") no-repeat top right;
    padding-bottom: 30px;
    float: left;
    width: calc(100% - 190px);
}

@media (max-width:767px) {
  .contact-form {
    background-size: 50%;
    width: 100%;
    float: none;
  }
}

.contact-title {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-top: 30px;
}

@media (max-width:767px) {
  .contact-title {
    padding-left: 15px;
    padding-top: 25px;
  }

  .contact-title img {
    max-width: 150px;
  }
}

.contact-form .form-group {
  padding-left: 30px;
  padding-right: 50px;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .contact-form .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-form .form-control,
.contact-form .address-textarea {
  background: transparent !important;
  font-size: 20px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  height: 50px;
  font-weight: bold;
  color: #a8a8a8;
}

@media (max-width:767px) {

  .contact-form .form-control,
  .contact-form .address-textarea {
    font-size: 16px;
    height: 40px;
  }
}

.contact-form .address-textarea {
  height: 100px;
  border: 0 !important;
  resize: none;
}

.contact-form .form-control::placeholder,
.contact-form .address-textarea::placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder,
.contact-form .address-textarea:-ms-input-placeholder {
  color: #a8a8a8;
}

.contact-form .form-control::-ms-input-placeholder,
.contact-form .address-textarea::-ms-input-placeholder {
  color: #a8a8a8;
}

.contact-form .btn {
  width: 125px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  float: right;
}

@media (max-width:767px) {
  .contact-form .btn {
    width: 100%;
    float: none;
    height: 36px;
    line-height: 36px;
  }
}

@media (min-width:768px) {
  .google-map {
    float: right;
    width: 240px;
    height: 478px;
    margin-right: -50px;
  }

    .google-map .phone {
        position: relative;
        width: 240px;
        height: 478px;
        background: url("/Assets/img/iphone.png") no-repeat;
        background-size: 100%;
    }

  .google-map .phone iframe {
    position: absolute;
    left: 14px;
    top: 16px;
    width: calc(100% - 28px);
    height: calc(100% - 32px);
    border-radius: 20px;
  }

    .iphone-centik {
        position: absolute;
        width: 119px;
        height: 16px;
        background: url("/Assets/img/iphone-centik.png") no-repeat;
        background-size: 100%;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:767px) {
  .google-map iframe {
    width: 100%;
    height: 250px;
  }
}

.contact-page-bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  flex-wrap: wrap;
}

.contact-page-bottom-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 24%;
  background: #fff;
  border: 2px solid #dcdcdc;
  text-align: center;
  height: 120px;
}

.contact-page-bottom-item .icon img {
  display: inline-block;
}

@media (min-width:992px) and (max-width:1199px) {
  .contact-page-bottom-item {
    height: 150px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .contact-page-bottom-item {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width:767px) {
  .contact-page-bottom-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.form-group label.error {
  position: absolute;
  right: 50px;
  bottom: 0;
}

.form-group .form-control.error {
  border-color: red;
}

.form-loader {
  padding-right: 50px;
}

.form-loader img {
  float: right;
}

.team-member-card .team-member-content p {
    min-height: 65px;
    max-height: 65px
}

@media(max-width:575.98px) {
    .team-member-card .team-member-content p {
        min-height: inherit;
        max-height: inherit
    }
}