/* *** CSS RESET *** */
:focus {
  outline: 0; }

a {
  outline: none;
  text-decoration: none; }

a, img {
  border: 0; }

button {
  cursor: pointer; }

/* *** GLOBAL *** */
.bx-wrapper {
  z-index: 1; }

iframe {
  border: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0; }

p {
  margin-bottom: 25px; }

h2 {
  font-size: 20px;
  margin-bottom: 25px; }

ul {
  margin-bottom: 25px;
  padding: 0; }

ol {
  padding-left: 20px;
  margin-bottom: 25px; }

body {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; }

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none; }

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto; }

.bx-caption {
  display: none; }

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent; }

/* *** HEADER *** */
header {
  z-index: 10;
  float: left;
  text-align: center;
  width: 100%;
  position: relative; }

.header-box {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px; }

header .logo {
  float: left;
  margin-right: 15px; }

header .logo img {
  float: left; }

.main-menu ul {
  padding: 0;
  margin: 0; }

.main-menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  float: right;
  position: relative; }

.main-menu:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 45px;
  background-color: #e1e1e1;
  top: -8px;
  left: -15px; }

.main-menu img {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px; }

.main-menu > ul > li {
  position: relative;
  float: left;
  list-style: none;
  height: 28px;
  border-left: 2px solid #fff; }

.main-menu > ul > li:first-child {
  border-left: 0; }

.main-menu > ul > li:last-child {
  padding-right: 0; }

.main-menu > ul > li > a {
  display: block;
  float: left;
  height: 28px;
  padding: 0 9px;
  font-weight: 600;
  line-height: 29px;
  font-size: 13px;
  color: #10242b;
  text-transform: uppercase; }

.main-menu > ul > li:hover > a,
.main-menu > ul > .active > a {
  color: #98c10f; }

.main-menu img.main-menu-eng {
  vertical-align: middle; }

.main-menu-eng:hover {
  opacity: 0.8; }

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 15px;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px;
  display: none; }

.header-rsp .logo-rsp {
  height: 50px;
  width: 140px;
  display: table-cell;
  vertical-align: middle; }

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: -3px; }

.header-rsp .logo-rsp .logo-main img {
  margin-right: 20px; }

.hamburger {
  position: absolute;
  top: 9px;
  right: 0; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #10242b; }

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px; }

.data-rsp a {
  font-size: 11px; }

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none; }

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4; }

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto; }

.menu-rsp > nav > ul:first-child {
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px; }

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0; }

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid #fff; }

.menu-rsp nav > ul > li:first-child {
  border-top: none; }

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #fff;
  background: #10242b;
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 17px 15px 15px 15px; }

.menu-rsp nav a:hover {
  background-color: #98c10f;
  color: #fff; }

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px; }

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #000;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer; }

.menu-rsp nav ul ul {
  display: none;
  background: #e3e3e3;
  color: #fff; }

.menu-rsp nav ul ul ul {
  background: #f6f6f6; }

.menu-rsp nav ul ul ul ul {
  background: #fff; }

.menu-rsp nav ul ul a {
  padding-left: 30px; }

.menu-rsp nav ul ul ul a {
  padding-left: 45px; }

.figure-rwd {
  display: none; }

/* *** RWD *** */
@media only screen and (max-width: 1160px) {
  .slider .prev-box, .slider .next-box {
    top: 30px; }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }

  .main-menu > ul > li > a {
    padding: 0 25px; } }
@media only screen and (max-width: 1000px) {
  .main-menu ul li:hover ul {
    display: none; }

  .main-menu ul > li.li-submenu > a {
    padding-right: 50px !important; }

  .main-menu ul > li > a .btn-slide-down {
    line-height: 43px; }

  .btn-slide-down {
    display: block !important; } }
@media only screen and (min-width: 993px) {
  .menu-rsp {
    display: none !important; } }
@media only screen and (max-width: 993px) {
  .main-menu {
    display: none; }

  .header-rsp {
    display: block; }

  body {
    padding-top: 70px; }

  header {
    position: relative; }

  .logo {
    display: none; }

  header {
    display: none; } }
@media (max-width: 1200px) {
  .main-menu > ul > li > a {
    padding: 0 3px;
    font-size: 12px; } }
@media (max-width: 1199px) {
  header .logo.logo-main,
  header .logo.logo-main img {
    width: 75px; }

  header .logo.logo-bfb img {
    height: 60px; }

  .main-menu:before {
    display: none; } }
p {
  font-size: 15px;
  line-height: 30px; }

h2 {
  font-size: 36px;
  font-weight: 600; }

.partners .partners-slider ul li {
  background-color: #fff; }

.slider {
  background-repeat: no-repeat;
  height: 700px;
  background-size: cover;
  position: relative; }
  .slider:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    left: 0; }
  .slider .slider-content {
    padding-top: 40px; }
  .slider h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 90px;
    margin-bottom: 45px; }
    .slider h1 span {
      font-weight: 300; }
  .slider p {
    color: #ffffff;
    margin-bottom: 45px; }
  .slider a {
    display: block;
    background-color: #ffffff;
    text-transform: uppercase;
    color: #404d52;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    width: 197px;
    text-align: center; }
  .slider a:hover {
    background-color: #efefef; }

.imp-reg-form {
  background-color: #98c10f; }
  .imp-reg-form form {
    padding: 25px 30px; }
  .imp-reg-form h2 {
    color: #ffffff;
    margin-bottom: 20px; }
  .imp-reg-form .imp-reg-txt {
    font-size: 15px;
    font-weight: 500;
    color: #314813;
    margin-bottom: 20px; }
    .imp-reg-form .imp-reg-txt span {
      font-weight: bold; }
  .imp-reg-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }
  .imp-reg-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff; }
  .imp-reg-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff; }
  .imp-reg-form input, .imp-reg-form select {
    background-color: #314813;
    width: 100%;
    height: 50px;
    border: none;
    margin-bottom: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding-left: 20px;
    color: #ffffff; }
  .imp-reg-form .imp-reg-short-input {
    width: 49%;
    float: left; }
  .imp-reg-form .imp-reg-short-input-left {
    margin-right: 5px; }
  .imp-reg-form button {
    border: none;
    background-color: #ff4e00;
    height: 50px;
    width: 100%;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 8px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); }
  .imp-reg-form button:hover {
    background-color: #f26522; }

.text-content {
  padding: 85px 0 75px; }
  .text-content h2 {
    color: #10242b;
    line-height: 55px;
    text-align: center; }
  .text-content p {
    color: #5c666a;
    text-align: center;
    padding: 0 100px; }

.main-infos {
  background-image: url(../img/img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: center; }
  .main-infos h2 {
    color: #ffffff; }
  .main-infos .main-info-box {
    height: 220px;
    background-color: #98c10f;
    width: 400px;
    float: left;
    margin-right: 8px;
    margin-bottom: 5px; }
    .main-infos .main-info-box .mib-content {
      position: relative;
      padding-left: 100px; }
    .main-infos .main-info-box .mib-content:before {
      position: absolute;
      content: '';
      background-repeat: no-repeat; }
    .main-infos .main-info-box .mib-content.mib-content-speakers:before {
      background-image: url(../img/icons/ico01.png);
      width: 50px;
      height: 41px;
      top: 42px;
      left: 35px; }
    .main-infos .main-info-box .mib-content.mib-content-program:before {
      background-image: url(../img/icons/ico02.png);
      width: 41px;
      height: 49px;
      top: 37px;
      left: 40px; }
    .main-infos .main-info-box .mib-content.mib-content-dates:before {
      background-image: url(../img/icons/ico03.png);
      width: 45px;
      height: 50px;
      top: 34px;
      left: 35px; }
    .main-infos .main-info-box .mib-content.mib-content-place:before {
      background-image: url(../img/icons/ico04.png);
      width: 47px;
      height: 50px;
      top: 38px;
      left: 32px; }
    .main-infos .main-info-box .mib-content.mib-content-speakers {
      padding-right: 30px;
      padding-top: 47px; }
    .main-infos .main-info-box .mib-content.mib-content-program {
      padding-right: 25px;
      padding-top: 47px; }
    .main-infos .main-info-box .mib-content.mib-content-dates {
      padding-right: 30px;
      padding-top: 47px; }
    .main-infos .main-info-box .mib-content.mib-content-place {
      padding-top: 47px; }
    .main-infos .main-info-box .mib-title {
      color: #ffffff;
      font-weight: 500;
      font-size: 21px;
      margin-bottom: 10px; }
    .main-infos .main-info-box .mib-txt {
      color: #314813;
      font-size: 13px;
      line-height: 25px; }

.partners {
  background-color: #efefef;
  padding: 65px 0; }
  .partners .partners-slider {
    position: relative; }
    .partners .partners-slider ul li img {
      margin: 0 15px; }
    .partners .partners-slider .prev-box, .partners .partners-slider .next-box {
      position: absolute;
      top: 75%;
      margin-top: -22px;
      width: 22px;
      height: 44px;
      z-index: 1000; }
    .partners .partners-slider .prev-box {
      left: 15px; }
    .partners .partners-slider .next-box {
      right: 14px; }
    .partners .partners-slider .bx-prev, .partners .partners-slider .bx-next {
      position: absolute;
      top: 0;
      width: 46px;
      height: 46px;
      /*    float: left;*/
      display: block; }
    .partners .partners-slider .bx-wrapper .bx-controls-direction a {
      top: 50%; }
    .partners .partners-slider .bx-prev {
      background: transparent url("../img/arrow_left.png") center no-repeat;
      left: -53px; }
    .partners .partners-slider .bx-next {
      background: transparent url("../img/arrow_right.png") center no-repeat;
      right: -53px; }
    .partners .partners-slider .bx-wrapper .bx-prev:focus, .partners .partners-slider .bx-wrapper .bx-prev:hover, .partners .partners-slider .bx-wrapper .bx-next:focus, .partners .partners-slider .bx-wrapper .bx-next:hover {
      background-position: center; }
    .partners .partners-slider .prev-box:hover, .partners .partners-slider .next-box:hover {
      opacity: 0.90;
      filter: alpha(opacity=90); }
    .partners .partners-slider .bx-wrapper {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; }

.text-content-bottom {
  padding-top: 100px;
  padding-bottom: 45px; }
  .text-content-bottom h2 {
    color: #10242b; }
  .text-content-bottom h3 {
    color: #10242b;
    font-size: 26px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 15px; }
  .text-content-bottom .tcb-update {
    padding-top: 120px; }
  .text-content-bottom .tcb-update-txt {
    display: inline-block;
    color: #5c666a;
    font-size: 15px;
    margin-right: 20px; }
  .text-content-bottom .tcb-list-title {
    font-size: 21px;
    line-height: 38px;
    font-weight: 300;
    color: #5c666a;
    margin-bottom: 25px; }
  .text-content-bottom ul {
    list-style: none; }
    .text-content-bottom ul li {
      position: relative;
      padding-left: 45px;
      color: #5c666a;
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 35px; }
    .text-content-bottom ul li:before {
      position: absolute;
      content: '';
      background-image: url(../img/icons/bullet.png);
      width: 15px;
      height: 16px;
      left: 0;
      top: 6px; }
  .text-content-bottom .tcb-col-left {
    padding-right: 50px; }
  .text-content-bottom a {
    color: #5c666a; }
  .text-content-bottom a:hover {
    color: #98c10f; }
  .text-content-bottom p span {
    font-weight: bold; }

.custom-chechkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px; }
  .custom-chechkbox-container input {
    position: absolute;
    cursor: pointer;
    left: -5px;
    opacity: 1;
    width: 25px;
    height: 25px;
    top: -5px; }
  .custom-chechkbox-container .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee; }
    .custom-chechkbox-container .checkmark:after {
      content: '';
      position: absolute;
      display: none; }
  .custom-chechkbox-container input:checked ~ .checkmark {
    background-color: #314813; }
  .custom-chechkbox-container input:checked ~ .checkmark:after {
    display: block; }
  .custom-chechkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.custom-chechkbox-desc {
  font-size: 12px;
  margin-left: 25px;
  margin-bottom: 10px; }
  .custom-chechkbox-desc strong:hover {
    cursor: pointer; }

@media (max-width: 1300px) {
  .partners .partners-slider .bx-prev {
    left: 0px; }
  .partners .partners-slider .bx-next {
    right: 0px; } }
@media (max-width: 1200px) {
  .slider .slider-content {
    padding-top: 40px; }

  .imp-reg-form .imp-reg-short-input {
    width: 100%; }

  .partners .partners-slider .bx-prev {
    left: -53px; }
  .partners .partners-slider .bx-next {
    right: -53px; } }
@media (max-width: 1100px) {
  .partners .partners-slider .bx-prev {
    left: 0px; }
  .partners .partners-slider .bx-next {
    right: 0px; } }
@media (max-width: 992px) {
  .slider {
    height: auto; }
    .slider .slider-content {
      padding-top: 0; }
    .slider h1 {
      padding-top: 45px; }

  .imp-reg-form {
    margin: 50px 0 30px; }

  .text-content {
    padding: 50px 0; }

  .main-infos {
    padding: 50px 0; }

  .text-content-bottom {
    padding-top: 50px; }
    .text-content-bottom .tcb-update {
      padding-top: 20px; } }
@media (max-width: 767px) {
  .slider {
    padding: 0 15px; }

  .text-content {
    padding: 50px 15px; }
    .text-content p {
      padding: 0 30px; }

  .main-infos {
    padding: 50px 15px;
    background-position: left center; }
    .main-infos .main-info-box {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
      float: none; }

  .partners {
    padding: 65px 15px; }
    .partners .partners-slider .bx-wrapper .bx-controls-direction a {
      display: none; }

  .text-content-bottom {
    padding: 50px 15px 45px; } }
@media (max-width: 420px) {
  .main-infos .main-info-box {
    width: auto;
    height: auto;
    padding-bottom: 30px;
    margin: 0 15px 10px; }
  .main-infos .mib-content.mib-content-place {
    padding-right: 25px; } }
@media (max-width: 420px) {
  .main-infos .main-info-box .mib-content.mib-content-speakers, .main-infos .main-info-box .mib-content.mib-content-program, .main-infos .main-info-box .mib-content.mib-content-dates {
    padding-right: 40px; } }
footer {
  background-color: #040701;
  padding: 100px 0 50px; }
  footer .footer-divider {
    width: 100%;
    height: 1px;
    background-color: #22282c; }
  footer .footer-title {
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 25px; }
  footer .footer-txt {
    font-size: 15px;
    color: #c4c4c4;
    line-height: 37px; }
  footer .footer-right-box {
    padding: 55px 0; }
    footer .footer-right-box .footer-txt {
      color: #c5c5c5; }
    footer .footer-right-box a {
      color: #64676a; }
    footer .footer-right-box a:hover {
      color: #c5c5c5; }
  footer .footer-copyright {
    padding-top: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #64676a; }
    footer .footer-copyright a {
      color: #fff; }
      footer .footer-copyright a:hover {
        text-decoration: underline; }

@media (max-width: 992px) {
  footer {
    padding: 50px 0; }
    footer .footer-logo {
      margin-bottom: 20px; } }
@media (max-width: 767px) {
  footer {
    padding: 50px 15px; }
    footer .footer-right-box {
      padding-top: 5px;
      padding-bottom: 20px; } }
.static-page-header {
  background-image: url(../img/img08.png);
  background-repeat: no-repeat;
  height: 200px; }
  .static-page-header h1 {
    color: #ffffff;
    font-size: 50px;
    height: 200px;
    line-height: 200px; }

.static-page-text-content {
  padding: 95px 0 65px 0; }

.contact-details {
  padding-bottom: 70px; }
  .contact-details .contact-box-wrapper {
    padding: 0 100px; }
  .contact-details .contact-box {
    float: left;
    text-align: center;
    width: 320px; }
    .contact-details .contact-box .cb-title {
      font-size: 20px;
      font-weight: 500;
      color: #10242b;
      margin-bottom: 20px; }
    .contact-details .contact-box a {
      display: block;
      font-size: 15px;
      font-weight: 500;
      color: #10242b; }
    .contact-details .contact-box a:hover {
      color: #98c10f; }
    .contact-details .contact-box a:hover svg {
      color: #98c10f; }
    .contact-details .contact-box .cb-phone svg {
      margin-right: 15px;
      color: #e9563d;
      width: 14px;
      height: 14px; }
    .contact-details .contact-box .cb-mail svg {
      margin-right: 10px;
      color: #e9563d;
      width: 15px;
      height: 12px; }

.social-media {
  padding-bottom: 70px; }
  .social-media .sm-box {
    text-align: center;
    position: relative; }
    .social-media .sm-box:after {
      position: absolute;
      content: '';
      height: 1px;
      width: calc(100% - 30px);
      background-color: #dee6ec;
      left: 15px;
      top: 50%; }
    .social-media .sm-box a {
      display: inline-block;
      width: 44px;
      height: 43px;
      background-repeat: no-repeat;
      position: relative;
      z-index: 5; }
    .social-media .sm-box .sm-fb {
      background-image: url(../img/icons/fb.png);
      margin-right: 5px; }
    .social-media .sm-box .sm-fb:hover {
      background-image: url(../img/icons/fb2.png); }
    .social-media .sm-box .sm-tw {
      background-image: url(../img/icons/tw.png);
      margin-right: 5px; }
    .social-media .sm-box .sm-tw:hover {
      background-image: url(../img/icons/tw2.png); }
    .social-media .sm-box .sm-gp {
      background-image: url(../img/icons/gp.png); }
    .social-media .sm-box .sm-gp:hover {
      background-image: url(../img/icons/gp2.png); }

.contact-form {
  margin-bottom: 100px; }
  .contact-form h2 {
    text-align: center; }
  .contact-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5c666a;
    opacity: 1;
    /* Firefox */ }
  .contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5c666a; }
  .contact-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5c666a; }
  .contact-form input, .contact-form textarea {
    border-style: solid;
    border-width: 2px;
    border-color: #dee6ec;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 60px; }
  .contact-form input {
    height: 54px;
    background-repeat: no-repeat; }
  .contact-form .ci-name, .contact-form .ci-email, .contact-form .ci-phone, .contact-form .ci-msg-title, .contact-form .ci-msg {
    position: relative; }
  .contact-form .ci-icon {
    position: absolute;
    font-size: 16px; }
  .contact-form .ci-name .ci-icon {
    top: 16px;
    left: 22px; }
  .contact-form .ci-email .ci-icon {
    top: 16px;
    left: 22px; }
  .contact-form .ci-phone .ci-icon {
    top: 16px;
    left: 27px; }
  .contact-form .ci-msg-title .ci-icon {
    top: 16px;
    left: 25px; }
  .contact-form .ci-msg .ci-icon {
    top: 16px;
    left: 25px; }
  .contact-form textarea {
    resize: none;
    height: 170px;
    padding-top: 20px;
    padding-left: 60px; }
  .contact-form .contact-btn-box {
    margin-top: 10px;
    width: 1005;
    text-align: center; }
  .contact-form button {
    background-color: #67b930;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    height: 50px;
    width: 208px;
    text-align: center; }
  .contact-form button:hover {
    background-color: #478021; }
  .contact-form .tcb-update {
    padding: 50px 15px 20px; }
    .contact-form .tcb-update a {
      color: #5c666a; }
    .contact-form .tcb-update a:hover {
      color: #98c10f; }
  .contact-form .tcb-update-txt {
    display: inline-block;
    color: #5c666a;
    font-size: 15px;
    margin-right: 20px; }
  .contact-form .custom-chechkbox-container input:checked ~ .checkmark {
    background-color: #67b930; }
  .contact-form .custom-chechkbox-container input {
    position: absolute;
    cursor: pointer;
    left: -5px;
    opacity: 1;
    width: 25px;
    height: 25px;
    top: -5px;
    border: none; }

@media (max-width: 1200px) {
  .contact-details .contact-box-wrapper {
    padding: 0; } }
@media (max-width: 992px) {
  .static-page-text-content {
    padding: 50px 0; }

  .contact-details .contact-box {
    width: 250px; } }
@media (max-width: 767px) {
  .static-page-header {
    padding: 0 15px; }
    .static-page-header h1 {
      line-height: initial;
      padding-top: 40px; }

  .static-page-text-content {
    padding-bottom: 0; }

  .contact-details {
    padding-bottom: 10px; }
    .contact-details .contact-box {
      float: none;
      display: block;
      width: 100%;
      margin-bottom: 40px; } }
.text-page-content {
  padding-top: 95px; }
  .text-page-content h3 {
    color: #10242b;
    font-size: 26px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 15px; }
  .text-page-content p {
    color: #5c666a; }
  .text-page-content .img-desc {
    font-size: 13px;
    color: #5c666a;
    margin-bottom: 25px;
    font-style: italic; }
  .text-page-content .tpc-middle-img {
    margin-bottom: 15px; }
  .text-page-content .top-text-box, .text-page-content .middle-text-box {
    text-align: center; }
    .text-page-content .top-text-box h2, .text-page-content .middle-text-box h2 {
      color: #10242b; }
    .text-page-content .top-text-box p, .text-page-content .middle-text-box p {
      padding: 0 100px; }
  .text-page-content .top-text-box {
    margin-bottom: 95px; }
  .text-page-content .middle-text-box {
    margin-bottom: 55px; }
  .text-page-content .tpc-img {
    width: 100%;
    margin-bottom: 65px; }
  .text-page-content .text-info-box {
    background-color: #98c10f;
    text-align: center;
    height: 350px;
    padding: 0 45px;
    margin-bottom: 100px; }
    .text-page-content .text-info-box .tib-title {
      color: #ffffff;
      font-size: 21px;
      font-weight: 500;
      margin-bottom: 25px;
      margin-top: 33px; }
    .text-page-content .text-info-box .tib-txt {
      color: #314813;
      font-size: 13px;
      line-height: 25px; }
    .text-page-content .text-info-box .tib-img-speakers {
      margin-top: 67px; }
    .text-page-content .text-info-box .tib-img-program, .text-page-content .text-info-box .tib-img-dates {
      margin-top: 56px; }
  .text-page-content .tcb-col-left, .text-page-content .tcb-col-right {
    padding-top: 50px; }
    .text-page-content .tcb-col-left a, .text-page-content .tcb-col-right a {
      display: block;
      color: #ffffff;
      background-color: #ff4e00;
      text-transform: uppercase;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      height: 54px;
      width: 290px;
      line-height: 54px;
      margin-top: 25px;
      box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); }
    .text-page-content .tcb-col-left a:hover, .text-page-content .tcb-col-right a:hover {
      background-color: #f26522; }
  .text-page-content .tcb-col-left {
    margin-right: 30px; }
  .text-page-content .tcb-col-right {
    margin-left: 30px; }
  .text-page-content .tcb-list-title {
    font-size: 21px;
    line-height: 38px;
    font-weight: 300;
    color: #5c666a;
    margin-bottom: 25px; }
  .text-page-content ul {
    list-style: none; }
    .text-page-content ul li {
      position: relative;
      padding-left: 45px;
      color: #5c666a;
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 35px; }
    .text-page-content ul li:before {
      position: absolute;
      content: '';
      background-image: url(../img/icons/bullet.png);
      width: 15px;
      height: 16px;
      left: 0;
      top: 6px; }
  .text-page-content .speaker-box {
    margin-bottom: 95px; }
  .text-page-content .speaker-big-box {
    margin-bottom: 90px; }
    .text-page-content .speaker-big-box img {
      margin-bottom: 15px; }
  .text-page-content .tpc-middle-txt {
    padding: 55px 200px 45px; }
  .text-page-content blockquote {
    background-color: #e3f2f6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border-left: none;
    text-align: center;
    margin: 0 100px 55px;
    padding: 40px 200px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #2c3a3e;
    position: relative; }
    .text-page-content blockquote:before, .text-page-content blockquote:after {
      position: absolute;
      content: '';
      width: 20px;
      height: 13px;
      background-repeat: no-repeat; }
    .text-page-content blockquote:before {
      background-image: url(../img/icons/quote.png);
      top: 25px;
      left: 30px; }
    .text-page-content blockquote:after {
      background-image: url(../img/icons/quote2.png);
      bottom: 25px;
      right: 30px; }
  .text-page-content .author-box {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e7ea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 25px 40px 0 25px;
    margin-bottom: 65px; }
    .text-page-content .author-box img {
      float: left;
      margin-right: 30px; }
    .text-page-content .author-box .ab-name {
      font-size: 18px;
      font-weight: 600;
      color: #10242b;
      margin-bottom: 20px; }
  .text-page-content .see-also-txt {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #10242b; }
  .text-page-content .see-also-box {
    margin-bottom: 65px; }
    .text-page-content .see-also-box img {
      float: left;
      margin-right: 30px; }
    .text-page-content .see-also-box .sab-txt {
      font-size: 16px;
      font-weight: 500;
      color: #10242b;
      padding-top: 35px; }
  .text-page-content .see-also-box:hover .sab-txt {
    color: #98c10f; }
  .text-page-content .tcb-update {
    padding: 50px 15px 20px; }
    .text-page-content .tcb-update a {
      color: #5c666a; }
    .text-page-content .tcb-update a:hover {
      color: #98c10f; }
  .text-page-content .tcb-update-txt {
    display: inline-block;
    color: #5c666a;
    font-size: 15px;
    margin-right: 20px; }

@media (max-width: 1200px) {
  .text-page-content .tcb-col-left, .text-page-content .tcb-col-right {
    padding-top: 5px; }
  .text-page-content .tpc-middle-img {
    width: 100%;
    display: block;
    margin: 0 auto; }
  .text-page-content .speaker-big-box img {
    width: 100%; }
  .text-page-content .see-also-box .sab-txt {
    padding-top: 0; } }
@media (max-width: 992px) {
  .text-page-content {
    padding-top: 50px; }
    .text-page-content .top-text-box {
      margin-bottom: 50px; }
    .text-page-content .text-info-box {
      height: auto;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .text-page-content .text-info-box .tib-img-speakers, .text-page-content .text-info-box .tib-img-program, .text-page-content .text-info-box .tib-img-dates, .text-page-content .text-info-box .tib-title {
        margin-top: 20px; }
    .text-page-content .tpc-img {
      margin-bottom: 40px; }
    .text-page-content .tcb-col-left {
      margin-right: 0; }
    .text-page-content .tcb-col-right {
      margin-left: 0; }
    .text-page-content .tcb-col-left a, .text-page-content .tcb-col-right a {
      margin-top: 0;
      margin-bottom: 25px; }
    .text-page-content .speaker-box {
      margin-bottom: 40px; }
    .text-page-content .speaker-big-box {
      margin-bottom: 60px; }
      .text-page-content .speaker-big-box img {
        margin-bottom: 20px; }
    .text-page-content .tpc-middle-txt {
      padding: 40px 0 25px;
      text-align: center; }
    .text-page-content blockquote {
      margin: 0 0 40px; }
    .text-page-content .author-box {
      margin-bottom: 40px; }
      .text-page-content .author-box img {
        margin-bottom: 20px; }
    .text-page-content .see-also-box {
      margin-bottom: 40px; }
      .text-page-content .see-also-box .sab-txt {
        padding-top: 10px; }
    .text-page-content .tcb-update {
      padding: 20px 15px 20px; } }
@media (max-width: 767px) {
  .text-page-content {
    padding: 50px 15px 0; }
    .text-page-content .top-text-box p, .text-page-content .middle-text-box p {
      padding: 0 30px; }
    .text-page-content blockquote {
      padding: 40px 50px; } }
.text-page-content .author-box.hotele {
  text-align: center;
  padding: 20px;
  margin-bottom: 70px; }
  .text-page-content .author-box.hotele a.hotels {
    color: #5c666a;
    display: block;
    margin-bottom: 10px;
    font-size: 15px; }
  .text-page-content .author-box.hotele a:hover {
    color: #98c10f; }
  .text-page-content .author-box.hotele i {
    color: #98c10f;
    margin-right: 5px; }
  .text-page-content .author-box.hotele img {
    float: none;
    margin-right: 0px; }
  .text-page-content .author-box.hotele .stars-img {
    display: block;
    margin: -10px auto 20px; }
.text-page-content .ab-name.hotele a {
  color: #98c10f;
  margin-bottom: 0px; }

.static-page-header {
  background-image: url(../img/img08.png);
  background-repeat: no-repeat;
  height: 200px; }
  .static-page-header h1 {
    color: #ffffff;
    font-size: 50px;
    height: 200px;
    line-height: 200px; }

.static-page-text-content {
  padding: 95px 0 65px 0; }

.text-page-content h2.left {
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: left; }
.text-page-content .right-img {
  width: 100%; }
.text-page-content .map {
  margin: 100px 0px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .text-page-content .map #map-frame {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    /* width:80%;
     height:100%;
     min-height: 500px;
     display: block;
     margin: 0 auto;*/ }

@media (max-width: 1200px) {
  .contact-details .contact-box-wrapper {
    padding: 0; } }
@media (max-width: 992px) {
  .static-page-text-content {
    padding: 50px 0; }

  .contact-details .contact-box {
    width: 250px; } }
@media (max-width: 767px) {
  .static-page-header {
    padding: 0 15px; }
    .static-page-header h1 {
      line-height: initial;
      padding-top: 40px; }

  .static-page-text-content {
    padding-bottom: 0; }

  .contact-details {
    padding-bottom: 10px; }
    .contact-details .contact-box {
      float: none;
      display: block;
      width: 100%;
      margin-bottom: 40px; } }
.text-page-content.register-form {
  margin-bottom: 100px; }
  .text-page-content.register-form .imp-reg-short-input {
    width: 49.5%; }
  .text-page-content.register-form .transfer {
    margin-bottom: 20px; }
    .text-page-content.register-form .transfer p {
      font-size: 20px;
      letter-spacing: 1px; }
  .text-page-content.register-form .imp-reg-form h2 {
    margin-top: 20px; }
  @media (max-width: 767px) {
    .text-page-content.register-form .imp-reg-short-input {
      width: 100%; } }

.text-page-content.komitety {
  padding-top: 40px; }
  .text-page-content.komitety h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px; }
  .text-page-content.komitety .author-box {
    text-align: center; }

.text-page-content.program h3 {
  margin-top: 0px;
  margin-bottom: 1px; }
.text-page-content.program ul li {
  margin-bottom: 5px; }
.text-page-content.program a.program-btn {
  margin-top: 5px;
  margin-bottom: 25px;
  color: #5c666a;
  font-size: 15px; }
.text-page-content.program a.program-btn:hover {
  color: #98c10f;
  text-decoration: underline; }
.text-page-content.program p {
  margin-bottom: 10px; }
.text-page-content.program .author-box {
  margin-bottom: 30px; }
  .text-page-content.program .author-box h5 {
    margin-bottom: 15px; }
.text-page-content.program .red-star {
  color: red; }

.program-logo-cont {
  height: 130px;
  line-height: 130px;
  margin-bottom: 45px; }

.program-logo-img {
  max-width: 100%;
  max-height: 100%; }

.program-change {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .program-logo-img {
    max-width: 195px;
    width: 100%; }

  .program-logo-cont {
    margin-bottom: 20px; } }
.dates {
  margin: 60px 0; }
  .dates .timeline {
    list-style: none;
    padding: 20px 0px 0px;
    position: relative; }
  .dates .timeline:before {
    top: 0;
    bottom: 0px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #e3e7ea;
    left: 50%;
    margin-left: -1.5px; }
  .dates .timeline > li {
    margin-bottom: 20px;
    position: relative; }
  .dates .timeline > li:before,
  .dates .timeline > li:after {
    content: " ";
    display: table; }
  .dates .timeline > li:after {
    clear: both; }
  .dates .timeline > li:before,
  .dates .timeline > li:after {
    content: " ";
    display: table; }
  .dates .timeline > li:after {
    clear: both; }
  .dates .timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }
  .dates .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "; }
  .dates .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "; }
  .dates .timeline > li > .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    background-color: #98c10f;
    z-index: 100;
    border-radius: 50%; }
  .dates ul.timeline:after {
    content: '';
    position: absolute;
    left: 49%;
    bottom: 0px;
    background-color: white;
    width: 4%;
    height: 10%; }
  .dates .timeline > li.timeline-inverted > .timeline-panel {
    float: right; }
  .dates .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  .dates .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
  .dates .timeline-title {
    margin-top: 0;
    color: inherit; }
  .dates .timeline-body > p,
  .dates .timeline-body > ul {
    margin-bottom: 0; }
  .dates .timeline-body > p + p {
    margin-top: 5px; }
  .dates .timeline-downloads {
    font-size: 18px;
    font-weight: 600;
    color: #10242b;
    margin-top: 20px; }
  .dates .timeline-link {
    color: #5c666a;
    font-size: 16px; }
    .dates .timeline-link:hover {
      color: #98c10f;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .dates ul.timeline:before {
      left: 40px; }
    .dates .timeline > li > .timeline-badge {
      left: 40px; }
    .dates ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px); }
    .dates ul.timeline > li > .timeline-panel {
      float: right; }
    .dates ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto; }
    .dates .timeline:before {
      left: 40px; }
    .dates ul.timeline:after {
      left: 36px;
      background-color: #fff; }
    .dates ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; } }
  @media (max-width: 992px) {
    .dates ul.timeline:after {
      height: 15%; } }
  @media (max-width: 767px) {
    .dates ul.timeline:after {
      height: 10%; } }
  @media (max-width: 512px) {
    .dates ul.timeline:after {
      height: 16%; } }
  @media (max-width: 362px) {
    .dates ul.timeline:after {
      height: 19%; } }

.arch {
  margin-top: 100px;
  padding-bottom: 100px; }
  .arch a {
    color: #98c10f; }
  .arch .timeline {
    list-style: none;
    padding: 20px 0px 0px;
    position: relative; }
  .arch .timeline:before {
    top: 0;
    bottom: 0px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #e3e7ea;
    left: 50%;
    margin-left: -1.5px; }
  .arch .timeline > li {
    margin-bottom: 20px;
    position: relative; }
  .arch .timeline > li:before,
  .arch .timeline > li:after {
    content: " ";
    display: table; }
  .arch .timeline > li:after {
    clear: both; }
  .arch .timeline > li:before,
  .arch .timeline > li:after {
    content: " ";
    display: table; }
  .arch .timeline > li:after {
    clear: both; }
  .arch .timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }
  .arch .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "; }
  .arch .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "; }
  .arch .timeline > li > .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    background-color: #98c10f;
    z-index: 100;
    border-radius: 50%; }
  .arch ul.timeline:after {
    content: '';
    position: absolute;
    left: 49%;
    bottom: 0;
    background-color: white;
    width: 5%;
    height: 11%; }
  .arch .timeline > li.timeline-inverted > .timeline-panel {
    float: right; }
  .arch .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  .arch .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
  .arch .timeline-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 27px;
    color: inherit; }
  .arch .timeline-body > p,
  .arch .timeline-body > ul {
    margin-bottom: 0; }
  .arch .timeline-body > p + p {
    margin-top: 5px; }
  @media (max-width: 767px) {
    .arch ul.timeline:before {
      left: 40px; }
    .arch .timeline > li > .timeline-badge {
      left: 40px; }
    .arch ul.timeline:after {
      left: 36px; }
    .arch ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px); }
    .arch ul.timeline > li > .timeline-panel {
      float: right; }
    .arch ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto; }
    .arch ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; } }
  @media (max-width: 378px) {
    .arch ul.timeline:after {
      height: 14%; } }

.text-page-content .author-box.aktualnosci {
  text-align: left;
  padding: 15px 20px;
  margin-bottom: 70px; }
  .text-page-content .author-box.aktualnosci h3 {
    color: #98c10f; }
  .text-page-content .author-box.aktualnosci p {
    font-size: 17px; }
  .text-page-content .author-box.aktualnosci a.aktualnosci {
    color: #98c10f;
    display: block;
    margin-bottom: 10px;
    font-size: 16px; }
  .text-page-content .author-box.aktualnosci a:hover {
    color: #98c10f; }
.text-page-content .ab-name.aktualnosci {
  margin-bottom: 0px; }
  .text-page-content .ab-name.aktualnosci a {
    color: #98c10f;
    margin-bottom: 0px; }

.privacy-page {
  padding-bottom: 65px; }
  .privacy-page ul li {
    padding-left: 0;
    margin-bottom: 15px; }
    .privacy-page ul li:before {
      display: none; }
    .privacy-page ul li ul {
      padding-left: 40px; }
  .privacy-page ul.privacy-list li {
    position: relative;
    padding-left: 15px; }
    .privacy-page ul.privacy-list li:before {
      display: block;
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      left: 0;
      top: 10px;
      background-color: #98c10f; }
  .privacy-page ul.privacy-list.privacy-list-2 {
    padding-left: 30px; }
    .privacy-page ul.privacy-list.privacy-list-2 li {
      margin-bottom: 5px; }

/*# sourceMappingURL=style.css.map */
