@font-face {
  font-family: 'BrandonGrotesque';
  src: url("fonts/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("fonts/BrandonGrotesque-Light.otf") format("opentype"), url("fonts/BrandonGrotesque-Light.woff") format("woff"), url("fonts/BrandonGrotesque-Light.ttf") format("truetype"), url("fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/BrandonGrotesque-Regular.otf") format("opentype"), url("fonts/BrandonGrotesque-Regular.woff") format("woff"), url("fonts/BrandonGrotesque-Regular.ttf") format("truetype"), url("fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("fonts/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/BrandonGrotesque-Medium.otf") format("opentype"), url("fonts/BrandonGrotesque-Medium.woff") format("woff"), url("fonts/BrandonGrotesque-Medium.ttf") format("truetype"), url("fonts/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/BrandonGrotesque-Bold.otf") format("opentype"), url("fonts/BrandonGrotesque-Bold.woff") format("woff"), url("fonts/BrandonGrotesque-Bold.ttf") format("truetype"), url("fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'BrandonGrotesque';
  src: url("fonts/BrandonGrotesque-Black.eot?#iefix") format("embedded-opentype"), url("fonts/BrandonGrotesque-Black.otf") format("opentype"), url("fonts/BrandonGrotesque-Black.woff") format("woff"), url("fonts/BrandonGrotesque-Black.ttf") format("truetype"), url("fonts/BrandonGrotesque-Black.svg#BrandonGrotesque-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

/* CSS Document */
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  overflow-x: hidden; }

form {
  width: 100%;
  height: 100%; }

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a, a img {
  text-decoration: none;
  outline: none;
  border: none; }

.clr {
  clear: both;
  height: 0; }

::-webkit-input-placeholder {
  color: #bcbec0; }

:-moz-placeholder {
  color: #bcbec0; }

::-moz-placeholder {
  color: #bcbec0; }

:-ms-input-placeholder {
  color: #bcbec0; }

::selection {
  background: #e4cfa7; }

::-moz-selection {
  background: #e4cfa7; }

body, input, textarea, select, option {
  font-family: 'BrandonGrotesque'; }

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none; }

:before {
  font-family: IcoFont;
  font-style: normal; }

.content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1200px;
  margin: auto; }
  .content:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: ""; }

.login {
  width: 100%;
  height: 100%;
  background: #5791cc url(../images/loginBg.png) no-repeat center;
  background-size: cover; }
  .login .loginLogos {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }
    .login .loginLogos a {
      float: left; }
      .login .loginLogos a:nth-child(2) {
        margin: 0 10px; }
      .login .loginLogos a:nth-child(3) {
        margin: 0 20px 0 10px; }
  .login span.note {
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 15px;
    font-size: 18px;
    text-align: center;
    width: 100%; }

.loginBox {
  width: 100%;
  max-width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: -100%; }
  .loginBox.password {
    max-width: 400px; }
    .loginBox.password img {
      margin-bottom: 50px; }
  .loginBox img {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    max-width: 336px;
    margin: auto; }
  .loginBox .txt {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 30px 0; }
  .loginBox .loginForm {
    max-width: 336px;
    margin: auto; }
  .loginBox .fRow {
    width: 100%;
    margin-bottom: 10px;
    position: relative; }
    .loginBox .fRow.user:before {
      content: "\ed05";
      position: absolute;
      color: #bcbec0;
      left: 5%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      font-size: 20px; }
    .loginBox .fRow.pass:before {
      content: "\ec71";
      position: absolute;
      color: #bcbec0;
      left: 5%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      font-size: 20px; }
  .loginBox input {
    display: block;
    height: 50px;
    background: #fff;
    text-align: center;
    border: 1px solid #d0d1d3;
    display: block;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #2b2e6f;
    font-size: 18px; }
    .loginBox input[type=submit] {
      background: #e85017;
      border: 1px solid #e85017;
      color: #fff;
      font-weight: bold; }
  .loginBox .links {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px; }
    .loginBox .links a {
      color: #fff;
      display: inline-block;
      padding: 0 10px; }
      .loginBox .links a:hover {
        text-decoration: underline; }
  .loginBox input:-webkit-autofill,
  .loginBox input:-webkit-autofill:hover,
  .loginBox input:-webkit-autofill:focus,
  .loginBox textarea:-webkit-autofill,
  .loginBox textarea:-webkit-autofill:hover,
  .loginBox textarea:-webkit-autofill:focus,
  .loginBox select:-webkit-autofill,
  .loginBox select:-webkit-autofill:hover,
  .loginBox select:-webkit-autofill:focus {
    border: 1px solid #d0d1d3;
    -webkit-text-fill-color: #2b2e6f;
    transition: background-color 5000s ease-in-out 0s; }
  .loginBox .check-input {
    font-size: 14px; }
    .loginBox .check-input a {
      color: #fff;
      text-decoration: underline; }
  .loginBox input[type='checkbox'] {
    height: 1px;
    width: 1px;
    opacity: 0; }
  .loginBox input[type='checkbox'] + label {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-box;
    margin: 0;
    align-items: center;
    color: #fff;
    transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1); }
  .loginBox input[type='checkbox'] + label > span {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    margin-left: 4px;
    width: 12px;
    height: 12px;
    padding: 0;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%; }
  .loginBox input[type='checkbox']:checked + label > span {
    border: 1px solid #fff;
    background-color: #fff;
    background-size: cover;
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1); }

.signUpBox {
  width: 50%;
  left: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  .signUpBox img {
    display: block;
    max-width: 50%;
    margin: auto; }
  .signUpBox h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    color: #fff;
    padding: 30px 0; }
  .signUpBox .fRow {
    width: 48%;
    margin: 1%;
    position: relative;
    float: left; }
    .signUpBox .fRow.user:before {
      content: "\ed05";
      position: absolute;
      color: #bcbec0;
      left: 5%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      font-size: 20px; }
    .signUpBox .fRow.pass:before {
      content: "\ec71";
      position: absolute;
      color: #bcbec0;
      left: 5%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      font-size: 20px; }
  .signUpBox input {
    display: block;
    height: 50px;
    background: #fff;
    text-align: center;
    border: 1px solid #d0d1d3;
    display: block;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #2b2e6f;
    font-size: 16px; }
    .signUpBox input[type=submit] {
      background: #e85017;
      border: 1px solid #e85017;
      color: #fff;
      font-weight: bold; }
  .signUpBox select {
    display: block;
    height: 50px;
    background: #fff;
    text-align: center;
    border: 1px solid #d0d1d3;
    display: block;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #2b2e6f;
    font-size: 16px; }
  .signUpBox .links {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px; }
    .signUpBox .links a {
      color: #fff;
      display: inline-block;
      padding: 0 10px; }
      .signUpBox .links a:hover {
        text-decoration: underline; }
  .signUpBox .check-input {
    font-size: 14px; }
    .signUpBox .check-input a {
      color: #fff;
      text-decoration: underline; }
  .signUpBox input[type='checkbox'] {
    height: 1px;
    width: 1px;
    opacity: 0; }
  .signUpBox input[type='checkbox'] + label {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-box;
    margin: 0;
    align-items: center;
    color: #fff;
    transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1); }
  .signUpBox input[type='checkbox'] + label > span {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    margin-left: 4px;
    width: 12px;
    height: 12px;
    padding: 0;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%; }
  .signUpBox input[type='checkbox']:checked + label > span {
    border: 1px solid #fff;
    background-color: #fff;
    background-size: cover;
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1); }
  .signUpBox .checkList {
    padding-left: 50px;
    display: none; }
    .signUpBox .checkList .check-input {
      width: 25%;
      float: left; }
    .signUpBox .checkList:after {
      display: block;
      width: 100%;
      height: 0;
      clear: both;
      content: ""; }

.mobileMenuLink {
  float: right;
  display: none;
  height: 20px;
  width: 20px;
  margin: 10px 0 0; }

.mobileMenuLinkContent {
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto; }

.line1 {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.8s;
  transform-origin: 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.line2 {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.8s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.line3 {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.8s;
  transform-origin: 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.mobileMenuLink.closer .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 3px; }

.mobileMenuLink.closer .line2 {
  display: none; }

.mobileMenuLink.closer .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 15px;
  left: 1px; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  background: #fff;
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #f7f7f7; }
  header .content {
    padding: 0 25px;
    width: 100%;
    max-width: none; }
  header a.logo {
    display: block;
    float: left;
    width: 256px;
    height: 42px;
    background: url(../images/logoColor2.png) no-repeat left center;
    background-size: auto 100%; }
  header nav {
    float: right; }
    header nav ul {
      display: block; }
      header nav ul li {
        float: left;
        line-height: 45px; }
        header nav ul li a {
          color: #e85017;
          font-size: 14px;
          font-weight: 500;
          padding: 0 10px;
          display: block; }
          header nav ul li a:hover, header nav ul li a.active {
            color: #4261aa; }
          header nav ul li a.account {
            position: relative; }
            header nav ul li a.account:before {
              content: '\ecfc'; }
            header nav ul li a.account:after {
              border: 1px solid #e85017;
              border-radius: 100%;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              display: block;
              width: 25px;
              height: 25px;
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%); }
          header nav ul li a.logOut {
            position: relative; }
            header nav ul li a.logOut:before {
              content: '\ef7c'; }
            header nav ul li a.logOut:after {
              border: 1px solid #e85017;
              border-radius: 100%;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              display: block;
              width: 25px;
              height: 25px;
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%); }
  header .line1, header .line2, header .line3 {
    background: #e85017; }
  header.home {
    background: none;
    padding-top: 20px;
    border: none; }
    header.home .content {
      max-width: 1200px;
      padding: 0; }
    header.home a.logo {
      background: url(../images/logo2.png) no-repeat left center;
      background-size: auto  100%; }
    header.home nav ul li a {
      color: #fff;
      font-size: 14px; }
      header.home nav ul li a.account:after {
        border: 1px solid #fff; }
      header.home nav ul li a.logOut:after {
        border: 1px solid #fff; }
    header.home .line1, header.home .line2, header.home .line3 {
      background: #fff; }

#liveMeetingContent p {
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px; }

#liveMeetingContent a {
  display: block;
  background: #eee;
  width: 250px;
  margin: 15px auto;
  padding: 10px 0;
  text-align: center;
  background: #ad1e6a;
  background: linear-gradient(90deg, #ad1e6a 0%, #4b285e 100%);
  color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px; }

.fc-content {
  width: 100%;
  max-width: 600px !important;
  color: #808285; }
  .fc-content h2 {
    color: #e85017;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .fc-content p.text-right {
    text-align: center;
    padding-top: 20px; }
    .fc-content p.text-right a {
      display: inline-block;
      padding: 5px 20px;
      font-size: 13px;
      color: #fff;
      background: #e85017;
      margin: 0 5px;
      cursor: pointer; }
      .fc-content p.text-right a.btn {
        background: #808285; }

section.mainSlider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  section.mainSlider .content {
    max-width: 1100px; }
  section.mainSlider .mainSliderWrapper {
    width: 100%;
    height: 100%; }
  section.mainSlider .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
    height: 100%; }
  section.mainSlider .slideCaption {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    text-align: center; }
    section.mainSlider .slideCaption h2 {
      font-size: 25px;
      font-weight: 900;
      border-bottom: 1px solid #fff;
      width: 70%;
      margin: 0 auto 20px;
      padding-bottom: 20px; }
    section.mainSlider .slideCaption small {
      font-size: 40px;
      display: block; }
    section.mainSlider .slideCaption strong {
      display: block;
      font-weight: 900;
      font-size: 60px; }
    section.mainSlider .slideCaption span {
      display: block; }
      section.mainSlider .slideCaption span i {
        font-style: normal;
        font-weight: bold; }
    section.mainSlider .slideCaption a {
      display: inline-block;
      padding: 15px 45px;
      color: #fff;
      background: #e85017;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      margin-top: 15px;
      font-size: 16px; }
      section.mainSlider .slideCaption a:hover {
        background: #a71016; }
    section.mainSlider .slideCaption a.speaker {
      width: 22%;
      padding: 0 0 22% 0;
      position: absolute;
      top: 50%;
      background: #fff;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border: 5px solid #fff; }
      section.mainSlider .slideCaption a.speaker span.img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%; }
        section.mainSlider .slideCaption a.speaker span.img img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      section.mainSlider .slideCaption a.speaker i {
        display: block;
        width: 100%;
        font-style: normal;
        position: absolute;
        bottom: -65px;
        font-size: 18px; }
      section.mainSlider .slideCaption a.speaker.left {
        left: -5%; }
      section.mainSlider .slideCaption a.speaker.right {
        right: -5%; }
        section.mainSlider .slideCaption a.speaker.right.single {
          right: -17%; }
    section.mainSlider .slideCaption.endokrinSlide img {
      width: auto !important;
      display: block;
      margin: auto; }
    section.mainSlider .slideCaption.endokrinSlide h1 {
      font-size: 50px;
      color: #fff; }
      section.mainSlider .slideCaption.endokrinSlide h1 span {
        color: #4261aa;
        padding-top: 0; }
    section.mainSlider .slideCaption.endokrinSlide a {
      display: block;
      background: none;
      padding: 0; }
    section.mainSlider .slideCaption.endokrinSlide span {
      padding-top: 30px; }
  section.mainSlider .counter {
    position: absolute;
    bottom: 15%;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 65%;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    section.mainSlider .counter .is-countdown {
      width: 100%; }
    section.mainSlider .counter .countdown-section {
      display: block;
      float: left;
      width: 22%;
      padding-bottom: 22%;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      background: #e85017;
      margin: auto 1.5%;
      color: #fff;
      text-align: center;
      position: relative; }
      section.mainSlider .counter .countdown-section .countdown-amount {
        position: absolute;
        font-size: 75px;
        font-weight: 900;
        width: 100%;
        display: block;
        top: 10px; }
      section.mainSlider .counter .countdown-section .countdown-period {
        position: absolute;
        font-size: 30px;
        font-weight: 600;
        width: 100%;
        display: block;
        bottom: 20px; }
  section.mainSlider .active .slideCaption {
    top: 15%;
    opacity: 1; }
  section.mainSlider .active .counter {
    opacity: 1;
    bottom: 15%; }
  section.mainSlider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    text-align: center; }
    section.mainSlider .owl-dots .owl-dot {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin: 0 7px;
      border: 2px solid #fff; }
      section.mainSlider .owl-dots .owl-dot span {
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
        color: #fff;
        font-size: 10px;
        opacity: 0;
        line-height: 30px; }
      section.mainSlider .owl-dots .owl-dot.active {
        background: #fff; }
        section.mainSlider .owl-dots .owl-dot.active span {
          opacity: 1; }
  section.mainSlider .owl-nav .owl-prev {
    display: block;
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    section.mainSlider .owl-nav .owl-prev:before {
      content: "\eac9";
      color: #fff;
      font-size: 100px; }
  section.mainSlider .owl-nav .owl-next {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    section.mainSlider .owl-nav .owl-next:before {
      content: "\eaca";
      color: #fff;
      font-size: 100px; }
  section.mainSlider a.mouseIcon {
    width: 30px;
    position: absolute;
    bottom: 20%;
    left: 5%;
    display: block;
    z-index: 2; }
  section.mainSlider a.mouseIcon img {
    width: 100%;
    height: auto; }
  section.mainSlider a.mouseIcon::after {
    width: 1px;
    height: 1px;
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 49%;
    -webkit-animation: mainArrowAnim 1s infinite;
    /* Safari 4+ */
    -moz-animation: mainArrowAnim 1s infinite;
    /* Fx 5+ */
    -o-animation: mainArrowAnim 1s infinite;
    /* Opera 12+ */
    animation: mainArrowAnim 1s infinite; }

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

@-o-keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

@keyframes mainArrowAnim {
  0% {
    height: 0px; }
  50% {
    height: 10px; }
  100% {
    height: 0px; } }

section.teaser {
  width: 100%;
  padding: 90px 0;
  background: #fff;
  text-align: center; }
  section.teaser .content {
    max-width: 1200px; }
  section.teaser img.caption {
    display: block;
    margin: auto; }
  section.teaser span.txt {
    display: block;
    color: #8e9192;
    font-size: 20px;
    padding: 30px 0;
    max-width: 1000px;
    margin: auto; }
  section.teaser .links {
    display: block;
    width: 100%; }
    section.teaser .links a {
      display: inline-block;
      width: 24.5%;
      color: #808285;
      position: relative; }
      section.teaser .links a img {
        display: block;
        margin: auto; }
      section.teaser .links a span {
        display: block;
        font-size: 20px;
        letter-spacing: 3px;
        padding-top: 20px; }
      section.teaser .links a:nth-child(2):before {
        display: block;
        width: 1px;
        height: 80%;
        top: 10%;
        left: 0;
        background: #e8e8e8;
        content: "";
        position: absolute; }
      section.teaser .links a:nth-child(2):after {
        display: block;
        width: 1px;
        height: 80%;
        top: 10%;
        right: 0;
        background: #e8e8e8;
        content: "";
        position: absolute; }
      section.teaser .links a:nth-child(4):before {
        display: block;
        width: 1px;
        height: 80%;
        top: 10%;
        left: 0;
        background: #e8e8e8;
        content: "";
        position: absolute; }
      section.teaser .links a:hover {
        color: #e85017; }

section.passedMeetings {
  background: #ededed;
  padding: 50px 0;
  overflow: hidden; }
  section.passedMeetings .content {
    width: 100%;
    max-width: none; }
  section.passedMeetings h2 {
    color: #e85017;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 50px; }
  section.passedMeetings .meetingItem {
    width: 100%;
    position: relative; }
    section.passedMeetings .meetingItem .img {
      width: 100%;
      position: relative; }
      section.passedMeetings .meetingItem .img:before {
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(35, 31, 32, 0.8);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      section.passedMeetings .meetingItem .img img {
        display: block;
        width: 100%;
        height: auto; }
      section.passedMeetings .meetingItem .img h2 {
        position: absolute;
        width: 80%;
        padding-bottom: 50%;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        font-weight: normal;
        font-size: 12px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        transform: scale(0) translate(-50%, -50%);
        -webkit-transform: scale(0) translate(-50%, -50%);
        -moz-transform: scale(0) translate(-50%, -50%); }
        section.passedMeetings .meetingItem .img h2 span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%); }
          section.passedMeetings .meetingItem .img h2 span strong {
            display: block; }
    section.passedMeetings .meetingItem .txt {
      padding: 30px 0;
      color: #808285;
      font-size: 20px; }
      section.passedMeetings .meetingItem .txt a {
        display: inline-block;
        padding: 10px 50px 10px 20px;
        color: #fff;
        background: #e85017;
        font-size: 16px;
        position: relative;
        margin-top: 30px; }
        section.passedMeetings .meetingItem .txt a:before {
          content: "\ea65";
          position: absolute;
          right: 10px;
          top: 15px; }
        section.passedMeetings .meetingItem .txt a:hover {
          padding-right: 70px; }
  section.passedMeetings #passedMeetingSlider .owl-item .txt {
    opacity: 0; }
  section.passedMeetings #passedMeetingSlider .owl-item.center .txt {
    opacity: 1; }
  section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img:before {
    opacity: 0; }
  section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    font-size: 30px;
    letter-spacing: 1px; }
    section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 span {
      display: block;
      width: 100%; }
    section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 small {
      font-size: 16px; }
      section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 small strong {
        display: inline; }
    section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 p {
      font-size: 16px;
      padding: 15px 25% 0; }
      section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 p strong {
        display: inline; }
      section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 p small {
        font-size: 13px;
        display: block; }
  section.passedMeetings .owl-nav .owl-prev {
    display: block;
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    section.passedMeetings .owl-nav .owl-prev:before {
      content: "\eac9";
      color: #fff;
      font-size: 100px; }
  section.passedMeetings .owl-nav .owl-next {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    section.passedMeetings .owl-nav .owl-next:before {
      content: "\eaca";
      color: #fff;
      font-size: 100px; }

section.speakers {
  width: 100%;
  background: #2b2e6f;
  padding: 50px 0; }
  section.speakers h2 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 50px; }
  section.speakers .content {
    max-width: 1380px;
    margin: auto;
    padding: 5px;
    background: #fff; }
  section.speakers a.speakerItem {
    display: inline-block;
    width: 24%;
    float: left;
    margin: .5%;
    position: relative;
    background: #231f20; }
    section.speakers a.speakerItem img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    section.speakers a.speakerItem span {
      position: absolute;
      width: 50%;
      padding-bottom: 50%;
      border: 1px solid #fff;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      z-index: 2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      transform: translate(-50%, -50%) scale(0);
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      opacity: 0; }
      section.speakers a.speakerItem span small {
        font-size: 15px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        display: block;
        text-align: center;
        width: 100%; }
    section.speakers a.speakerItem:hover img {
      opacity: .3; }
    section.speakers a.speakerItem:hover span {
      transform: translate(-50%, -50%) scale(1);
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      opacity: 1; }

section.meetingCalendar {
  background: #fff;
  padding: 50px 0; }
  section.meetingCalendar h2 {
    color: #e85017;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 50px; }
  section.meetingCalendar #futureMeetingSlider:before {
    display: block;
    width: 60%;
    height: 1px;
    background: #e85017;
    content: "";
    position: absolute;
    top: 32%;
    left: 20%; }
  section.meetingCalendar .fMeetingItem {
    width: 100%;
    text-align: center; }
    section.meetingCalendar .fMeetingItem .date {
      width: 35%;
      padding-top: 35%;
      border: 1px solid #e85017;
      background: #fff;
      position: relative;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      margin: auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      section.meetingCalendar .fMeetingItem .date a {
        padding: 0; }
      section.meetingCalendar .fMeetingItem .date span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        color: #808285;
        font-size: 30px; }
        section.meetingCalendar .fMeetingItem .date span strong {
          display: block;
          color: #e85017;
          font-weight: 900;
          font-size: 70px;
          line-height: 1; }
    section.meetingCalendar .fMeetingItem a {
      display: block;
      padding: 30px 5%;
      color: #808285;
      font-size: 22px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    section.meetingCalendar .fMeetingItem:hover .date {
      background: #e85017; }
      section.meetingCalendar .fMeetingItem:hover .date span {
        color: #fff; }
      section.meetingCalendar .fMeetingItem:hover .date strong {
        color: #fff; }
    section.meetingCalendar .fMeetingItem:hover a {
      color: #e85017; }
  section.meetingCalendar .owl-nav .owl-prev {
    display: block;
    position: absolute;
    left: -100px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    section.meetingCalendar .owl-nav .owl-prev:before {
      content: "\eac9";
      color: #e85017;
      font-size: 100px; }
  section.meetingCalendar .owl-nav .owl-next {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: -100px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    section.meetingCalendar .owl-nav .owl-next:before {
      content: "\eaca";
      color: #e85017;
      font-size: 100px; }

section.publication {
  background: #ededed;
  padding: 50px; }
  section.publication .caption {
    display: block;
    margin: auto; }
  section.publication h2 {
    color: #808285;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 50px; }
  section.publication .pItem {
    width: 50%;
    float: left;
    margin-bottom: 50px; }
    section.publication .pItem img {
      display: block;
      width: 40%;
      float: left;
      border: 1px solid #bababa; }
    section.publication .pItem strong {
      display: block;
      padding-bottom: 15px; }
    section.publication .pItem span {
      display: inline-block;
      width: 60%;
      float: left;
      padding: 0 5%;
      font-size: 18px;
      color: #808285; }
    section.publication .pItem i {
      color: #e85017;
      font-style: normal; }
    section.publication .pItem:nth-child(even) img {
      float: right; }
    section.publication .pItem:nth-child(even) span {
      text-align: right; }
  section.publication a.allPublications {
    display: inline-block;
    padding: 10px 80px;
    color: #fff;
    background: #e85017;
    text-align: center; }


    section.educationPage {
      background: #5691cb url(../images/header/meeting.jpg) no-repeat top center;
      padding: 50px;
      min-height: 100vh;
    }
    section.educationPage .caption {
      display: block;
      margin: auto;
    }
    section.educationPage h2 {
      color: #fff;
      font-weight: 300;
      font-size: 30px;
      text-align: center;
      letter-spacing: 3px;
      padding-bottom: 50px;
    }
    section.educationPage .educationList {
      width: 100%;
      position: relative;
    }
    section.educationPage .educationList a {
      display: block;
      width: 31%;
      float: left;
      margin: 1%;
    }
    section.educationPage .educationList a img {
      display: block;
      width: 100%;
      height: auto;
      border: 10px solid #fff;
    }
    section.educationPage .educationList a span {
      display: block;
      text-align: center;
      color: #fff;
      padding: 15px 0;
    }
    
    section.educationDetail {
      min-height: 100vh;
      background: #fff;
    }
    section.educationDetail .pageHeader {
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
    }
    section.educationDetail .pageHeader .caption {
      width: 100%;
      color: #fff;
      text-align: center;
      padding: 150px 0;
    }
    section.educationDetail .pageHeader .caption h2 {
      font-size: 25px;
      font-weight: 900;
      border-bottom: 1px solid #fff;
      width: 70%;
      margin: 0 auto 20px;
      padding-bottom: 20px;
    }
    section.educationDetail .pageHeader .caption small {
      font-size: 20px;
      display: block;
      position: relative;
      /*&:before{width:15px; height:2px; background:#fff; content:""; display:block; margin: 20px auto;}*/
    }
    section.educationDetail .pageHeader .caption strong {
      display: block;
      font-weight: 900;
      font-size: 60px;
    }
    section.educationDetail .pageHeader .caption span {
      display: block;
    }
    section.educationDetail .pageHeader .caption span i {
      font-style: normal;
      font-weight: bold;
    }
    section.educationDetail .pageHeader .caption a {
      display: inline-block;
      padding: 10px 45px;
      color: #fff;
      background: #ed1c24;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
    }
    section.educationDetail .pageHeader .caption a:hover {
      background: #a71016;
    }
    section.educationDetail .pageHeader .tools {
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 50px;
    }
    section.educationDetail .pageHeader .tools a {
      display: inline-block;
      background: #f58220;
      position: relative;
      /*&:before{position: absolute; @include centerIt(); color: #fff; font-size: 30px;}
      &.invite:before{content: "\eef1";}
      &.calendar:before{content: "\eecd";}*/
    }
    section.educationDetail .pageHeader .tools a:before {
      content: "\ead7";
      padding-right: 10px;
    }
    section.educationDetail .pageHeader .tools a img {
      display: block;
      width: 100%;
    }
    section.educationDetail .detailDesc {
      width: 100%;
      text-align: center;
      background: #fff;
      padding: 80px 0;
    }
    section.educationDetail .detailDesc h2 {
      font-size: 30px;
      color: #00aeef;
      display: block;
      font-weight: 300;
      padding-bottom: 30px;
    }
    section.educationDetail .detailDesc h2 strong {
      font-weight: bold;
    }
    section.educationDetail .detailDesc .txt {
      width: 100%;
      max-width: 1200px;
      font-size: 20px;
      color: #8e9192;
      margin: auto;
    }
    section.educationDetail .lessonPlayer {
      width: 100%;
      background: #0b1018;
      padding: 100px 0;
    }
    section.educationDetail .lessonPlayer h2 {
      font-size: 30px;
      color: #fff;
      display: block;
      font-weight: 300;
      padding-bottom: 30px;
      text-align: center;
    }
    section.educationDetail .lessonPlayer h2:after {
      width: 100%;
      height: 2px;
      background: #192333;
      content: "";
      display: block;
      margin: 20px auto;
      border-top: 1px solid #030507;
    }
    section.educationDetail .lessonPlayer .lessonVideo {
      width: 100%;
      position: fixed;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.7);
      z-index: 9999;
      display: none;
    }
    section.educationDetail .lessonPlayer .lessonVideo video {
      display: block;
      width: 50%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      position: absolute;
    }
    section.educationDetail .lessonPlayer .lessonVideo a.closeLessonVideo {
      display: block;
      width: 50px;
      height: 50px;
      top: 0;
      right: 0;
      background: #fff;
      text-align: center;
      line-height: 50px;
      position: absolute;
    }
    section.educationDetail .lessonPlayer .lessonVideo a.closeLessonVideo:before {
      content: "\eee4";
      color: #000;
    }
    section.educationDetail .lessonPlayer .lessonList {
      width: 30%;
      float: left;
      padding-left: 25px;
    }
    section.educationDetail .lessonPlayer .lessonList ul {
      display: block;
      width: 100%;
    }
    section.educationDetail .lessonPlayer .lessonList ul li {
      display: block;
      width: 100%;
      background: #00aeef;
      padding: 10px;
      color: #fff;
      margin-bottom: 2px;
      cursor: pointer;
    }
    section.educationDetail .lessonPlayer .lessonList ul li strong {
      display: block;
      position: relative;
      cursor: pointer;
      font-size: 18px;
    }
    section.educationDetail .lessonPlayer .lessonList ul li strong:before {
      content: "\eab2";
      position: absolute;
      right: 10px;
      top: 4px;
    }
    section.educationDetail .lessonPlayer .lessonList ul li span {
      display: block;
      width: 100%;
      font-size: 16px;
    }
    section.educationDetail .lessonPlayer .lessonList ul li small {
      display: block;
      font-size: 12px;
    }
    section.educationDetail .lessonPlayer .lessonList ul li a {
      display: block;
      position: relative;
      color: #0b1018;
      margin-top: 15px;
      font-size: 18px;
      border-top: 1px solid #019fda;
      padding-top: 15px;
      font-weight: bold;
    }
    section.educationDetail .lessonPlayer .lessonList ul li a:before {
      content: "\eca6";
      padding-right: 5px;
    }
    section.educationDetail .lessonPlayer .lessonList ul li div {
      display: none;
    }
    section.educationDetail .lessonPlayer .lessonList ul li.opened strong:before {
      content: "\eab9";
    }
    section.educationDetail .lessonPlayer:after {
      display: block;
      width: 100%;
      height: 0;
      clear: both;
      content: "";
    }

#meetingLogin {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  top: 0;
  left: 0; }

#meetingLogin .loginBox {
  max-width: 380px;
  padding: 30px;
  background: #fff; }

#meetingUserLogin {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  top: 0;
  left: 0; }

#meetingUserLogin .loginBox {
  max-width: 380px;
  padding: 30px;
  background: #fff; }

#meetinParticipantForm {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  top: 0;
  left: 0; }
  #meetinParticipantForm .signUpBox {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 90%;
    max-width: 600px; }

#meetingLoginPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  top: 0;
  left: 0; }

.meetingLoginPopupBox {
  max-width: 380px;
  padding: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  .meetingLoginPopupBox p {
    display: block;
    text-align: center; }
  .meetingLoginPopupBox .btnList {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 50px; }
    .meetingLoginPopupBox .btnList a {
      padding: 10px 15px;
      color: #fff;
      background: #e85017;
      font-size: 14px; }

section.passedMeetingVideos {
  background: #5791cc;
  padding: 50px;
  min-height: 100vh; }
  section.passedMeetingVideos .caption {
    display: block;
    margin: auto; }
  section.passedMeetingVideos h2 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 50px; }
  section.passedMeetingVideos .videoList {
    width: 100%;
    position: relative; }
    section.passedMeetingVideos .videoList a {
      display: block;
      width: 31%;
      float: left;
      margin: 1%; }
      section.passedMeetingVideos .videoList a img {
        display: block;
        width: 100%;
        height: auto;
        border: 10px solid #fff; }
      section.passedMeetingVideos .videoList a span {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px 0; }

section.videoLessons {
  background: #2b2e6f;
  padding: 50px;
  min-height: 100vh; }
  section.videoLessons .caption {
    display: block;
    margin: auto; }
  section.videoLessons h2 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 50px; }
  section.videoLessons .videoMenu {
    width: 20%;
    float: left; }
    section.videoLessons .videoMenu ul {
      width: 100%; }
      section.videoLessons .videoMenu ul li {
        display: block;
        width: 100%; }
        section.videoLessons .videoMenu ul li a {
          display: block;
          padding: 10px;
          color: #fff;
          border-bottom: 1px solid #1e1e3e;
          font-weight: bold; }
          section.videoLessons .videoMenu ul li a.active {
            background: #e85017; }
  section.videoLessons .videoList {
    width: 80%;
    position: relative;
    float: left;
    padding-left: 15px; }
    section.videoLessons .videoList a {
      display: block;
      width: 31%;
      float: left;
      margin: 1%; }
      section.videoLessons .videoList a img {
        display: block;
        width: 100%;
        height: auto;
        border: 10px solid #fff; }
      section.videoLessons .videoList a span {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px 0;
        min-height: 80px; }


        .videoList {
          width: 100%;
          position: relative;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
        }
        .videoList a {
          display: block;
          width: 31%;
          margin: 1%;
        }
        .videoList a img {
          display: block;
          width: 100%;
          height: auto;
          border: 10px solid #fff;
        }
        .videoList a span {
          display: block;
          text-align: center;
          color: #fff;
          padding: 15px 0;
        }
        .videoList a strong {
          color: #fff;
          text-align: center;
          display: block;
          padding-top: 15px;
        }
        .videoList a small {
          color: #fff;
          text-align: center;
          display: block;
        }
        .videoList a.watched {
          opacity: 0.5;
        }

section.meetingListPage {
  background: #0b1018 url(../images/header/meeting.jpg) no-repeat top center;
  padding: 50px;
  min-height: 100vh; }
  section.meetingListPage .caption {
    display: block;
    margin: auto; }
  section.meetingListPage .content {
    max-width: 1380px;
    margin: auto; }
  section.meetingListPage h1 {
    color: #fff;
    font-weight: 400;
    line-height: 140px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    section.meetingListPage h1 img {
      margin-right: 25px; }
    section.meetingListPage h1:after {
      display: block;
      width: 100%;
      content: "";
      clear: both; }
  section.meetingListPage .meetingList {
    width: 100%;
    position: relative;
    background: url(../images/img/endokrinBg.jpg) no-repeat top center;
    background-size: cover; }
    section.meetingListPage .meetingList .meetingListItem {
      width: 25%;
      float: left;
      padding-bottom: 25%;
      position: relative; }
      section.meetingListPage .meetingList .meetingListItem.soon a {
        padding: 0;
        background: rgba(0, 0, 0, 0.5); }
        section.meetingListPage .meetingList .meetingListItem.soon a p {
          opacity: .7; }
    section.meetingListPage .meetingList a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 6px solid #0b1018;
      padding: 15px;
      text-align: center;
      color: #fff; }
      section.meetingListPage .meetingList a img {
        display: block;
        width: 100%;
        height: auto; }
      section.meetingListPage .meetingList a span {
        display: block;
        font-size: 24px; }
      section.meetingListPage .meetingList a small {
        display: block;
        font-size: 18px; }
        section.meetingListPage .meetingList a small strong {
          display: block; }
      section.meetingListPage .meetingList a p {
        display: block;
        padding: 30px 25px 0;
        font-size: 20px;
        font-weight: bold; }
      section.meetingListPage .meetingList a.toVideo:before {
        content: "\eca8";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        position: absolute;
        color: #fff;
        font-size: 60px;
        opacity: .7;
        z-index: 2;
        top: 50%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      section.meetingListPage .meetingList a.toVideo:after {
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0.5; }
    section.meetingListPage .meetingList:after {
      display: block;
      width: 100%;
      content: "";
      clear: both; }

section#dahiliyeMeetings.meetingListPage {
  background: #0b1018; }
  section#dahiliyeMeetings.meetingListPage .meetingList {
    background: url(../images/img/dahiliyeBg.jpg) no-repeat top center;
    background-size: cover; }

section#aileHekimligiMeetings.meetingListPage {
  background: #0b1018; }
  section#aileHekimligiMeetings.meetingListPage .meetingList {
    background: url(../images/img/ahekBg.jpg) no-repeat top center;
    background-size: cover; }

section.videos {
  background:#2b2e6f;
  padding: 50px 0;
  overflow: hidden; }
  section.videos .content {
    width: 100%;
    max-width: none;
    padding: 0 10px; }
  section.videos h2 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 50px; }
  section.videos a.videoItem {
    display: block;
    width: 100%;
    position: relative; }
    section.videos a.videoItem:before {
      content: "\eca8";
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      position: absolute;
      color: #fff;
      font-size: 60px;
      opacity: 0;
      z-index: 2;
      top: 40%; }
    section.videos a.videoItem img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border: 10px solid #fff; }
    section.videos a.videoItem span {
      display: block;
      width: 100%;
      padding: 15px;
      z-index: 2;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #fff;
      font-size: 20px;
      text-align: center; }
      section.videos a.videoItem span small {
        font-size: 15px;
        color: #fff;
        display: block; }
    section.videos a.videoItem:hover img {
      opacity: .8; }
    section.videos a.videoItem:hover:before {
      opacity: 1; }
  section.videos .owl-nav .owl-prev {
    display: block;
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    section.videos .owl-nav .owl-prev:before {
      content: "\eac9";
      color: #fff;
      font-size: 100px; }
  section.videos .owl-nav .owl-next {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    section.videos .owl-nav .owl-next:before {
      content: "\eaca";
      color: #fff;
      font-size: 100px; }

section.contact {
  background: #fff;
  padding: 50px 0;
  overflow: hidden; }
  section.contact .caption {
    display: block;
    margin: auto; }
  section.contact h2 {
    color: #808285;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 50px; }
  section.contact .contactForm {
    width: 100%;
    position: relative; }
    section.contact .contactForm .formInner {
      width: 100%;
      position: relative; }
    section.contact .contactForm .left {
      width: 45%;
      float: left; }
    section.contact .contactForm .right {
      width: 100%; }
    section.contact .contactForm .element {
      width: 98%;
      position: relative;
      margin-bottom: 15px; }
    section.contact .contactForm .element2 {
      width: 98%; }
    section.contact .contactForm .elementSlct select {
      display: block;
      width: 100%;
      height: 60px;
      background: rgba(0, 0, 0, 0.2);
      border: none;
      border-right: 1px solid #4f5259;
      padding: 0 10%;
      color: #FFF;
      -webkit-appearance: none; }
    section.contact .contactForm .element.req::after {
      content: "*";
      font-size: 14px;
      color: #ec6b05;
      position: absolute;
      right: 5%;
      top: 40%;
      display: block; }
    section.contact .contactForm .element input {
      width: 100%;
      height: 50px;
      background: #fff;
      border: 1px solid #d1d3d4;
      padding: 0 30px;
      font-size: 16px;
      color: #e85017;
      -webkit-appearance: none;
      font-weight: 300; }
    section.contact .contactForm .bigElement {
      width: 98%;
      position: relative; }
    section.contact .contactForm .bigElement textarea {
      width: 100%;
      height: 180px;
      background: #fff;
      border: 1px solid #d1d3d4;
      padding: 30px;
      font-size: 16px;
      color: #e85017;
      -webkit-appearance: none;
      display: block; }
    section.contact .contactForm .note {
      display: block;
      float: left;
      padding: 25px 0 0 1.2%;
      color: #8f9db1;
      font-size: 10px; }
    section.contact .contactForm .submitBtn {
        display: block;
        width: 120px;
        height: 120px;
        border: none;
        color: #fff;
        font-size: 16px;
        margin: auto;
        background: #00678d;
        padding-top: 5px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        font-weight: 600;
        z-index: 2;
        position: absolute;
        right: -50px;
        top: 30px;
        -webkit-appearance: none;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
    }
        section.contact .contactForm .submitBtn:hover {
            background: #e85017;
        }
  section.contact .contactInfo {
    text-align: center;
    font-size: 14px;
    color: #808285;
    padding-top: 50px; }
    section.contact .contactInfo strong {
      display: block; }

footer {
  background: #e6e7e8;
  padding: 70px;
  text-align: center; }
  footer .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #939598;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 10px;
    font-size: 22px;
    line-height: 32px; }
    footer .social a:hover {
      background: #e85017; }
  footer .footerBottom {
    padding-top: 30px;
    font-size: 14px;
    color: #808285; }
    footer .footerBottom a {
      color: #808285;
      display: inline-block; }
      footer .footerBottom a:hover {
        color: #e30613; }

#diyabetPopup {
  background: #20C4F4;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding-top: 100px; }
  #diyabetPopup img {
    background: #20C4F4;
    float: left;
    margin: -94px 0 0 -31px;
    padding-right: 10px; }
  #diyabetPopup div {
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
    #diyabetPopup div p {
      color: #fff;
      font-size: 15px; }

.subPage {
  padding-top: 60px; }

#legalNote {
  max-width: 730px;
  color: #333;
  font-size: 15px; }

section.meetingDetail {
  padding-top: 60px; }
  section.meetingDetail .passedVideo {
    width: 100%;
    height: 100%; }
    section.meetingDetail .passedVideo video {
      display: block;
      width: 100%;
      height: 100%; }
  section.meetingDetail .pageHeader {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    section.meetingDetail .pageHeader .caption {
      width: 100%;
      color: #fff;
      text-align: center;
      padding: 100px 0; }
      section.meetingDetail .pageHeader .caption h2 {
        font-size: 25px;
        font-weight: 900;
        border-bottom: 1px solid #fff;
        width: 70%;
        margin: 0 auto 20px;
        padding-bottom: 20px; }
      section.meetingDetail .pageHeader .caption small {
        font-size: 40px;
        display: block; }
      section.meetingDetail .pageHeader .caption strong {
        display: block;
        font-weight: 900;
        font-size: 60px; }
      section.meetingDetail .pageHeader .caption span {
        display: block; }
        section.meetingDetail .pageHeader .caption span i {
          font-style: normal;
          font-weight: bold; }
      section.meetingDetail .pageHeader .caption a {
        display: inline-block;
        padding: 5px 25px;
        color: #fff;
        background: #e85017;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-top: 15px; }
        section.meetingDetail .pageHeader .caption a:hover {
          background: #a71016; }
    section.meetingDetail .pageHeader .tools {
      width: 100%;
      text-align: center;
      padding-top: 15px; }
      section.meetingDetail .pageHeader .tools a {
        display: inline-block;
        background: #f58220;
        position: relative;
        margin: 0 10px;
        width: 150px;
        /*&:before{position: absolute; @include centerIt(); color: #fff; font-size: 30px;}
				&.invite:before{content: "\eef1";}
				&.calendar:before{content: "\eecd";}*/ }
        section.meetingDetail .pageHeader .tools a img {
          display: block;
          width: 100%; }
      section.meetingDetail .pageHeader .tools .calendar {
        display: inline-block;
        background: #f58220;
        position: relative;
        margin-bottom: 10px;
        padding: 5px 25px;
        color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px; }
        section.meetingDetail .pageHeader .tools .calendar img {
          display: block;
          width: 100%; }
        section.meetingDetail .pageHeader .tools .calendar a {
          display: none !important;
          position: absolute;
          left: 0px;
          top: 40px;
          margin: 0 !important;
          padding: 5px;
          color: #fff;
          width: 40px;
          line-height: 40px;
          text-align: center;
          padding: 0; }
          section.meetingDetail .pageHeader .tools .calendar a.icon-google {
            left: 0px; }
          section.meetingDetail .pageHeader .tools .calendar a.icon-yahoo {
            left: 45px; }
          section.meetingDetail .pageHeader .tools .calendar a.icon-ical {
            left: 90px; }
          section.meetingDetail .pageHeader .tools .calendar a.icon-outlook {
            left: 135px; }
          section.meetingDetail .pageHeader .tools .calendar a:before {
            margin-right: 0 !important; }
        section.meetingDetail .pageHeader .tools .calendar .add-to-calendar-checkbox:checked ~ a {
          display: block !important; }
  section.meetingDetail .detailDesc {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 80px 0; }
    section.meetingDetail .detailDesc h2 {
      font-size: 30px;
      color: #e85017;
      display: block;
      font-weight: 300;
      padding-bottom: 30px; }
      section.meetingDetail .detailDesc h2 strong {
        font-weight: bold; }
    section.meetingDetail .detailDesc .txt {
      width: 100%;
      max-width: 1200px;
      font-size: 20px;
      color: #8e9192;
      margin: auto; }
    section.meetingDetail .detailDesc a.meetingLogin {
      display: inline-block;
      padding: 15px 45px;
      color: #fff;
      background: #e85017;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      margin-top: 15px;
      font-size: 16px; }
  section.meetingDetail .detailSpeaker {
    width: 100%;
    background: #e6e7e8;
    padding: 80px 0; }
    section.meetingDetail .detailSpeaker h2 {
      display: block;
      text-align: center;
      font-weight: 300;
      font-size: 30px;
      color: #e85017;
      letter-spacing: 3px;
      padding-bottom: 50px; }
    section.meetingDetail .detailSpeaker .speakers {
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center; }
      section.meetingDetail .detailSpeaker .speakers div {
        width: 25%;
        display: inline-block;
        margin: 0 2%; }
        section.meetingDetail .detailSpeaker .speakers div img {
          display: block;
          width: 100%; }
        section.meetingDetail .detailSpeaker .speakers div span {
          display: block;
          color: #808285;
          font-size: 25px;
          padding-top: 20px;
          font-weight: 900; }
          section.meetingDetail .detailSpeaker .speakers div span small {
            display: block;
            font-weight: normal; }
  section.meetingDetail .detailVideo {
    width: 100%;
    background: #2b2e6f;
    position: relative; }
    section.meetingDetail .detailVideo span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      color: #fff;
      font-size: 20px;
      letter-spacing: 3px; }
    section.meetingDetail .detailVideo iframe {
      width: 100%;
      height: 100vh; }
  section.meetingDetail #contentHolder_questionDiv iframe {
    height: 100%; }
  section.meetingDetail .meetingProgram {
    width: 100%;
    padding: 50px;
    background: #fff; }
    section.meetingDetail .meetingProgram h2 {
      display: block;
      text-align: center;
      font-weight: 300;
      font-size: 30px;
      color: #e85017;
      letter-spacing: 3px;
      padding-bottom: 50px; }
    section.meetingDetail .meetingProgram table {
      width: 100%;
      border-spacing: 0;
      border: none;
      color: #808285;
      font-size: 20px; }
      section.meetingDetail .meetingProgram table td {
        padding: 10px;
        border-bottom: 1px solid #e85017;
        vertical-align: top; }
        section.meetingDetail .meetingProgram table td:nth-child(2) {
          font-weight: bold;
          color: #e85017; }
          section.meetingDetail .meetingProgram table td:nth-child(2) em {
            font-weight: 500;
            color: #808285;
            display: block; }

section.profile .pageHeader {
  width: 100%;
  height: 485px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

section.profile .profileForm {
  width: 100%;
  max-width: 620px;
  margin: auto;
  padding: 50px 0; }
  section.profile .profileForm h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #808285;
    padding-bottom: 20px;
    text-align: center; }
  section.profile .profileForm .fRow {
    width: 100%;
    margin: 1% 0;
    position: relative; }
    section.profile .profileForm .fRow:after {
      display: block;
      width: 100%;
      content: "";
      clear: both; }
  section.profile .profileForm label {
    width: 20%;
    float: left;
    line-height: 50px;
    color: #808285;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5; }
  section.profile .profileForm input {
    display: block;
    height: 50px;
    font-size: 16px;
    background: #fff;
    text-align: center;
    border: 1px solid #d0d1d3;
    display: block;
    width: 76%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #2b2e6f;
    float: right; }
    section.profile .profileForm input[type=submit] {
      background: #e85017;
      border: 1px solid #e85017;
      color: #fff;
      font-weight: bold;
      float: right; }
  section.profile .profileForm select {
    display: block;
    height: 50px;
    font-size: 16px;
    background: #fff;
    text-align: center;
    border: 1px solid #d0d1d3;
    display: block;
    width: 76%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #2b2e6f;
    float: right; }
  section.profile .profileForm:after {
    display: block;
    width: 100%;
    content: "";
    clear: both; }

section.survey {
  background: #fff; }
  section.survey .surveyHeader {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    background-image: url(../images/header/survey.png); }
    section.survey .surveyHeader .content {
      max-width: 960px;
      margin: auto; }
    section.survey .surveyHeader h1 {
      color: #fff;
      font-weight: 400;
      line-height: 140px; }
      section.survey .surveyHeader h1 img {
        float: left;
        margin-right: 25px; }
      section.survey .surveyHeader h1:after {
        display: block;
        width: 100%;
        content: "";
        clear: both; }
  section.survey .surveyQuestions {
    width: 100%;
    max-width: 960px;
    padding: 70px 0;
    margin: auto;
    color: #8E9192;
    font-size: 16px; }
    section.survey .surveyQuestions h2 {
      display: block;
      font-weight: normal;
      font-size: 18px;
      padding-bottom: 40px; }
    section.survey .surveyQuestions table {
      width: 100%;
      border-spacing: 0; }
      section.survey .surveyQuestions table td {
        padding: 15px 0;
        border-bottom: 1px solid #8E9192;
        vertical-align: top; }
        section.survey .surveyQuestions table td:first-child {
          padding-right: 50px; }
    section.survey .surveyQuestions .saveSurvey {
      display: block;
      padding: 15px 0;
      color: #fff;
      background: #e85017;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      margin: 25px auto 0;
      font-size: 16px;
      width: 200px;
      text-align: center;
      border: none; }
      section.survey .surveyQuestions .saveSurvey:hover {
        background: #a71016; }
  section.survey .check-input {
    font-size: 14px; }
    section.survey .check-input a {
      color: #fff;
      text-decoration: underline; }
  section.survey input[type='checkbox'] {
    height: 1px;
    width: 1px;
    opacity: 0;
    position: absolute; }
  section.survey input[type='checkbox'] + label {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-box;
    margin: 0;
    align-items: center;
    color: #fff;
    transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1); }
  section.survey input[type='checkbox'] + label > span {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    background: transparent;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
    background: #8E9192;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
  section.survey input[type='checkbox']:checked + label > span {
    background-color: #e85017;
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1); }

section.about {
  background: #fff; }
  section.about .aboutHeader {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    background-image: url(../images/header/about.jpg);
    height: 360px; }
    section.about .aboutHeader img {
      display: block;
      margin: 25px auto 0; }
  section.about .aboutContent {
    padding: 75px 0;  }
  section.about h1 {
    text-align: center;
    font-size: 50px;
    color: #e85017;
    padding: 25px 0; }
  section.about .aboutTxt {
    color: #808285;
    font-size: 22px;
    line-height: 1.5;
    text-align:justify;
    padding-bottom: 50px; }
    section.about .aboutTxt h2 {
      color: #e85017;
      font-weight: normal;
      width: 100%;
      text-align: center;
      padding-top: 60px;
      font-size: 25px; }
      section.about .aboutTxt hr{margin:10px auto; display: block; width: 50%;}

.aboutTxt2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

    .aboutTxt2 div {
        width: 50%;
        text-align: center;
    }

        .aboutTxt2 div strong {
            display: block;
            margin-bottom: 10px;
        }


  section.about .aboutMenu {
    width: 100%;
    padding: 30px 0; }
    section.about .aboutMenu ul {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      section.about .aboutMenu ul li {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        border-right: 1px solid #e85017;
        flex: 1 1 auto; }
        section.about .aboutMenu ul li:last-child {
          border: none; }
    section.about .aboutMenu a {
      color: #e85017;
      display: block;
      text-align: center;
      width: 100%; }
      section.about .aboutMenu a:hover, section.about .aboutMenu a.active {
        color: #e85017; }
  section.about .boardList {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    section.about .boardList .member {
      width: 33.333%;
      padding: 0 20px;
      text-align: center; }
      section.about .boardList .member span.img {
        display: block;
        width: 100%;
        background: #e85017;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        padding: 20px; }
        section.about .boardList .member span.img img {
          display: block;
          width: 100%;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%; }
      section.about .boardList .member small {
        display: block;
        color: #808285;
        font-size: 20px;
        padding-top: 10px; }
      section.about .boardList .member p {
        display: block;
        color: #808285;
        font-size: 27px; }
        section.about .boardList .member p strong {
          display: block; }

section.speakerDetail {
  background: #fff; }
  section.speakerDetail .speakerHeader {
    width: 100%;
    height: 375px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/header/survey.png); }
    section.speakerDetail .speakerHeader .content {
      max-width: 960px;
      margin: auto; }
    section.speakerDetail .speakerHeader .img {
      width: 400px;
      height: 400px;
      position: absolute;
      overflow: hidden;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      left: 50%;
      top: 100%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
      section.speakerDetail .speakerHeader .img img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  section.speakerDetail .speakerDetailContent {
    width: 100%;
    max-width: 960px;
    padding: 15% 0 70px;
    margin: auto;
    color: #8E9192;
    font-size: 20px;
    text-align: justify; }
    section.speakerDetail .speakerDetailContent h1 {
      color: #808285;
      font-size: 35px;
      text-align: center; }
      section.speakerDetail .speakerDetailContent h1 small {
        display: block;
        font-weight: normal; }
    section.speakerDetail .speakerDetailContent h2 {
      display: block;
      font-weight: normal;
      font-size: 20px;
      padding: 20px 0 40px;
      text-align: center; }
    section.speakerDetail .speakerDetailContent .txt p {
      padding-bottom: 25px; }

@media screen and (max-width: 1640px) {
  section.mainSlider .slideCaption h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px; }
  section.mainSlider .slideCaption small {
    font-size: 30px; }
  section.mainSlider .slideCaption strong {
    font-size: 40px; }
  section.mainSlider .slideCaption a {
    padding: 5px 45px; }
  section.mainSlider .slideCaption a.speaker {
    width: 15%;
    padding: 0 0 15% 0;
    top: 70%; }
    section.mainSlider .slideCaption a.speaker.left {
      left: 5%; }
    section.mainSlider .slideCaption a.speaker.right {
      right: 5%; }
      section.mainSlider .slideCaption a.speaker.right.single {
        right: 5%; }
    section.mainSlider .slideCaption a.speaker i {
      font-size: 15px; }
  section.mainSlider .counter {
    width: 45%; }
    section.mainSlider .counter .countdown-section .countdown-amount {
      font-size: 40px; }
    section.mainSlider .counter .countdown-section .countdown-period {
      font-size: 20px; }
  section.mainSlider .slideCaption.endokrinSlide h1 {
    font-size: 36px; }
  section.mainSlider .slideCaption.endokrinSlide img {
    width: 10% !important; }
  .signUpBox .check-input {
    margin-bottom: 10px; }
  .signUpBox input[type='checkbox'] + label {
    line-height: 1;
    font-size: 12px; }
  .signUpBox input {
    height: 40px; }
  .signUpBox h2 {
    padding: 10px 0; }
  .loginBox input {
    height: 40px; }
  section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 {
    font-size: 20px; }
    section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 small {
      font-size: 13px; }
    section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 p {
      font-size: 14px;
      padding: 15px 10% 0; }
      section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 p small {
        font-size: 11px; }
  .loginBox .txt {
    font-size: 15px;
    padding: 20px 0; }
  .login .loginLogos {
    bottom: 5%; }
  section.speakerDetail .speakerHeader {
    height: 275px; }
    section.speakerDetail .speakerHeader .img {
      width: 300px;
      height: 300px; }
  section.meetingListPage .meetingList a span {
    font-size: 20px; }
  section.meetingListPage .meetingList a small {
    font-size: 16px; }
  section.meetingListPage .meetingList a p {
    font-size: 16px; } }

@media screen and (max-width: 1050px) {
  nav {
    display: none;
    width: 100%;
    background: #fff; }
    nav ul li {
      width: 100%;
      float: none; }
      nav ul li a {
        display: block;
        width: 100%; }
        nav ul li a.account, nav ul li a.logOut {
          width: 35px;
          color: #666;
          margin: auto; }
          nav ul li a.account:after, nav ul li a.logOut:after {
            border: 1px solid #666 !important; }
      nav ul li:nth-child(8), nav ul li:nth-child(9) {
        width: 50%;
        float: left;
        border-top: 1px solid #eee; }
  header {
    padding: 10px 25px; } }

@media screen and (max-width: 780px) {
  header .content {
    padding: 0; }
  section.speakerDetail .speakerHeader {
    height: 275px; }
    section.speakerDetail .speakerHeader .img {
      width: 200px;
      height: 200px;
      top: 50%; }
  section.speakerDetail .speakerDetailContent {
    padding: 15% 25px 70px; }
  section {
    overflow: hidden; }
  .mobileMenuLink {
    display: block; }
  .login .loginBox img {
    width: 60%; }
  .login .loginBox .txt {
    font-size: 14px;
    line-height: 1.2; }
  .login .loginLogos {
    width: 90%;
    bottom: 5%; }
    .login .loginLogos a {
      float: none; }
    .login .loginLogos img {
      display: block;
      height: 44px;
      margin: auto; }
  .login .loginLogos a:nth-child(3) {
    margin: 0 10px 0 0; }
  section.mainSlider .slideCaption {
    padding: 0 25px; }
    section.mainSlider .slideCaption h2 {
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 14px; }
    section.mainSlider .slideCaption small {
      font-size: 16px; }
    section.mainSlider .slideCaption strong {
      font-size: 22px; }
      section.mainSlider .slideCaption strong br {
        display: none; }
    section.mainSlider .slideCaption a {
      padding: 5px 45px; }
    section.mainSlider .slideCaption a.speaker {
      width: 22%;
      padding: 0 0 22% 0;
      top: 100%; }
      section.mainSlider .slideCaption a.speaker.left {
        left: 26%; }
        section.mainSlider .slideCaption a.speaker.left i {
          left: -80px; }
      section.mainSlider .slideCaption a.speaker.right {
        right: 26%; }
        section.mainSlider .slideCaption a.speaker.right i {
          right: -80px; }
        section.mainSlider .slideCaption a.speaker.right.single {
          right: auto;
          left: 39%;
          margin-left: -40px; }
          section.mainSlider .slideCaption a.speaker.right.single i {
            text-align: left;
            right: -100px; }
      section.mainSlider .slideCaption a.speaker i {
        bottom: 10px;
        font-size: 11px; }
  section.mainSlider .owl-nav .owl-prev {
    left: 0; }
    section.mainSlider .owl-nav .owl-prev:before {
      font-size: 60px; }
  section.mainSlider .owl-nav .owl-next {
    right: 0; }
    section.mainSlider .owl-nav .owl-next:before {
      font-size: 60px; }
  section.mainSlider .counter {
    width: 90%; }
    section.mainSlider .counter .countdown-section .countdown-amount {
      font-size: 30px;
      top: 5px; }
    section.mainSlider .counter .countdown-section .countdown-period {
      font-size: 12px;
      bottom: 5px; }
  section.mainSlider .slideCaption.endokrinSlide h1 {
    font-size: 22px; }
  section.mainSlider .slideCaption.endokrinSlide img {
    width: 30% !important; }
  section.meetingDetail .pageHeader .caption {
    padding: 30px 0 150px; }
    section.meetingDetail .pageHeader .caption small {
      font-size: 20px; }
    section.meetingDetail .pageHeader .caption strong {
      font-size: 25px; }
      section.meetingDetail .pageHeader .caption strong br {
        display: none; }
  section.meetingDetail .pageHeader .tools {
    top: 80%;
    right: 10px; }
  section.meetingDetail .detailDesc {
    padding: 50px 20px; }
    section.meetingDetail .detailDesc .txt {
      font-size: 16px; }
  section.meetingDetail .detailSpeaker .speakers div {
    width: 46%; }
  section.teaser {
    padding: 50px 25px; }
    section.teaser .links a img {
      width: 50%; }
    section.teaser .links a span {
      font-size: 9px; }
    section.teaser img.caption {
      width: 200px; }
  section.passedMeetings h2 {
    font-size: 20px; }
  section.passedMeetings .meetingItem {
    padding: 0 0px; }
  section.passedMeetings .owl-nav .owl-prev {
    left: 0; }
    section.passedMeetings .owl-nav .owl-prev:before {
      font-size: 60px; }
  section.passedMeetings .owl-nav .owl-next {
    right: 0; }
    section.passedMeetings .owl-nav .owl-next:before {
      font-size: 60px; }
  section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 {
    font-size: 14px; }
    section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 small {
      font-size: 11px; }
    section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 p {
      font-size: 12px;
      padding: 15px 10% 0; }
      section.passedMeetings #passedMeetingSlider .owl-item.center .meetingItem .img h2 p small {
        font-size: 11px; }
  section.publication {
    padding: 50px 25px; }
    section.publication .caption {
      width: 100%; }
    section.publication .pItem {
      width: 100%; }
  section.contact {
    padding: 50px 25px; }
    section.contact img.caption {
      width: 200px; }
    section.contact .contactForm .left {
      width: 100%;
      float: none; }
    section.contact .contactForm .right {
      width: 100%;
      float: none; }
    section.contact .contactForm .submitBtn {
      width: 100%;
      height: 50px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      position: relative;
      right: 0;
      top: auto;
      margin-top: 15px; }
  .signUpBox {
    width: 90%; }
    .signUpBox img {
      width: 50%; }
    .signUpBox h2 {
      padding: 10px 0; }
    .signUpBox .fRow {
      width: 100%;
      float: none;
      margin: 0 0 1% 0; }
    .signUpBox input, .signUpBox select {
      height: 30px; }
    .signUpBox .check-input {
      width: 90%; }
  section.passedMeetingVideos {
    padding: 25px; }
    section.passedMeetingVideos .videoList a {
      width: 100%;
      float: none; }
      section.passedMeetingVideos .videoList a span {
        font-size: 12px;
        padding: 5px 0 20px; }

        .videoList a {
          width: 100%;
          float: none;
        }
        .videoList a span {
          font-size: 12px;
          padding: 5px 0 20px;
        }


  section.survey .surveyHeader h1 {
    line-height: normal;
    text-align: center; }
    section.survey .surveyHeader h1 img {
      display: block;
      float: none;
      margin: auto;
      width: 200px; }
  section.survey .surveyQuestions {
    padding: 20px; }
  section.meetingDetail .detailSpeaker .speakers {
    flex-wrap: wrap; }
    section.meetingDetail .detailSpeaker .speakers div {
      width: 46%;
      margin-bottom: 15px; }
      section.meetingDetail .detailSpeaker .speakers div span {
        font-size: 15px; }
  section.meetingDetail .meetingProgram {
    padding: 20px; }
    section.meetingDetail .meetingProgram table {
      font-size: 14px; }
  .loginBox input[type=submit] {
    -webkit-appearance: none; }
  section.about h1 {
    font-size: 36px; }
  section.about .aboutContent {
    padding: 120px 0; }
  section.about .aboutHeader {
    height: 260px; }
    section.about .aboutHeader img {
      width: 70%;
      margin-top: 50px; }
  section.about .content {
    padding: 0 15px; }
  section.about .aboutTxt {
    font-size: 16px; }
  section.about .boardList .member {
    width: 50%;
    margin-bottom: 15px; }
    section.about .boardList .member span.img {
      padding: 10px; }
    section.about .boardList .member small {
      font-size: 12px; }
    section.about .boardList .member p {
      font-size: 16px; }
  section.videoLessons {
    padding: 50px 15px; }
    section.videoLessons h2 {
      padding-bottom: 15px; }
    section.videoLessons .videoMenu {
      width: 100%;
      float: none;
      margin-bottom: 25px; }
    section.videoLessons .videoList {
      width: 100%;
      float: none; }
      section.videoLessons .videoList a {
        width: 100%;
        float: none;
        margin: 1% 0; }
        section.educationPage .educationList a{width: 100%;}
        section.educationDetail .pageHeader .caption{padding-top: 200px;}
        section.educationDetail .pageHeader .caption strong{font-size: 20px;}
      
      }

@media screen and (max-width: 780px) {
  section#dahiliyeMeetings.meetingListPage .meetingList .meetingListItem:last-child {
    display: none; }
  section.meetingListPage {
    padding: 50px 0; }
    section.meetingListPage h1 {
      line-height: normal;
      text-align: center; }
      section.meetingListPage h1 img {
        display: block;
        width: 240px;
        margin-right: 0; }
    section.meetingListPage .meetingList .meetingListItem {
      width: 33.33%;
      padding-bottom: 33.33%;
      position: relative; }
      section.meetingListPage .meetingList .meetingListItem:nth-child(19), section.meetingListPage .meetingList .meetingListItem:nth-child(20) {
        display: none; }
    section.meetingListPage .meetingList a {
      padding: 7px; }
      section.meetingListPage .meetingList a br, section.meetingListPage .meetingList a hr {
        display: none; }
      section.meetingListPage .meetingList a span {
        font-size: 9px; }
      section.meetingListPage .meetingList a small {
        font-size: 7px; }
      section.meetingListPage .meetingList a p {
        display: block;
        padding: 5px 5px 0;
        font-size: 7px;
        font-weight: bold; }
    section.meetingListPage .meetingList:after {
      display: block;
      width: 100%;
      content: "";
      clear: both; } }
