/*Layout ================================*/
html, body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
}

a {
  outline: medium none !important;
}

.seactionHeader {
  text-align: center;
  color: #333;
}

.seactionHeader h2 {
  margin-top: 50px;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.seactionHeader p {
  padding: 0;
  font-size: 20px;
  font-weight: 100;
  color: #444;
  margin: 0;
  margin-bottom: 50px;
}

.modal-header .close {
  margin-top: 0;
  /* color: #e51626 !important; - Красный цвет для Бизнес Форума */
  opacity: .8;
}

.responsiveFrame {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: none;
}

.responsiveFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ContactSubmit, #addNewAgencyBusinessForum, #addNewUserBusinessForum, #addNewINNBusinessForum {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none !important;
  cursor: pointer;
  line-height: 1;
  border: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #e51626, #e51626);
  background-image: -webkit-linear-gradient(top, #e51626, #e51626);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e51626), to(#e51626));
  background-image: -webkit-linear-gradient(top, #e51626, #e51626);
  background-image: -moz-linear-gradient(top, #e51626, #e51626);
  background-image: -o-linear-gradient(top, #e51626, #e51626);
  background-image: linear-gradient(to bottom, #e51626, #e51626);
  background-color: #e51626;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #e51626, #e51626);
  background-image: -webkit-linear-gradient(top, #e51626, #e51626);
  background-image: linear-gradient(to bottom, #e51626, #e51626);
  font-size: 14px;
  padding: 14px 18px;
  color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#ContactSubmit:hover, #ContactSubmit:focus, #addNewAgencyBusinessForum:hover, #addNewAgencyBusinessForum:focus, #addNewUserBusinessForum:hover, #addNewUserBusinessForum:focus, #addNewINNBusinessForum:hover, #addNewINNBusinessForum:focus {
  outline: none;
}

#eventslist .checkbox {
  padding: 5px 10px;
}

#eventslist .checkbox:nth-child(even) {
  background: #eee;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.nano {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}

.nano .nano-content {
  padding: 10px;
}

.nano .nano-pane {
  background: #888;
}

.nano .nano-slider {
  background: #111;
}

/*topBar ================================*/
#topBar {
  height: 30px;
  line-height: 30px;
  background: #d11f34;
  color: #fff;
  font-size: 14px;
}

#topBar .email a {
  color: #fff;
  text-decoration: none;
}

#topBar .email a:hover {
  color: #fff;
}

#topBar .email i {
  margin-right: 8px;
}

#topBar .phone {
  text-align: right;
  float: right;
  margin-right: 20px;
}

#topBar .phone i {
  margin-right: 8px;
}

#topBar .auth {
  text-align: right;
  float: right;
}

#topBar .auth a {
  color: #fff;
  text-decoration: none;
}

#topBar .auth i {
  margin-right: 8px;
}

#topBar .socialLinks {
  float: right;
  margin-right: 20px;
}

#topBar .socialLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topBar .socialLinks ul li {
  float: left;
  display: block;
  padding: 0 6px;
}

#topBar .socialLinks ul li a {
  color: #fff;
  padding: 0 3px;
  display: block;
}

#topBar .socialLinks ul li a:hover {
  color: #fff;
}

/*header ================================*/
#sticky {
  width: 100%;
  display: block;
  height: 100px;
  position: relative;
  z-index: 99999999;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#sticky.stick {
  background: #fff;
  left: 0;
  width: 100%;
  position: fixed;
  height: 100px;
  top: 0;
  z-index: 10000;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.25);
}

    #sticky.stick .bf-2018 {
        background: #0a46b4 !important;
    }


#headerMenu2 .stick {
  color: #333;
}

#headerMenu2 .stick .contactInfo .contactInfoEmail:hover i {
  /* color: #e51626; - Красный цвет для Бизнес Форума */
}

#headerMenu2 .stick .contactInfo .contactInfoEmail:hover a {
  /* color: #e51626; - Красный цвет для Бизнес Форума */
}

#headerMenu2 .stick .contactInfo .contactInfoEmail a {
  color: #333;
}

#headerMenu2 .stick .nav > ul li.hasDropdown a {
  color: #333;
}

#headerMenu2 .stick .nav > ul li.hasDropdown:hover a {
  /* background: #e51626; - Красный цвет для Бизнес Форума */
  background: #0a46b4;
  color: #fff;
}

#headerMenu2 .stick .nav > ul li.hasDropdown.hasDropdown:hover > ul li a {
  padding: 8px 12px;
  color: #eee;
  text-align: left;
}

#headerMenu2 .stick .nav > ul li.hasDropdown.hasDropdown:hover > ul li a:hover {
  /* color: #e51626; - Красный цвет для Бизнес Форума */
  color: #0a46b4;
  background: #fff;
}

#headerMenu2 .stick .nav > ul li.hasDropdown.hasDropdown:hover > ul li.active a:before {
  color: #fff;
}

#headerMenu2 .stick .nav > ul li.hasDropdown.hasDropdown:hover > ul li.active a:hover:before {
  /* color: #e51626; - Красный цвет для Бизнес Форума */
  color: #0a46b4;
}

#headerMenu2 .stick .nav > ul li.hasDropdown.hasDropdown:hover .openRight ul li.active a:before {
  color: #fff;
}

#headerMenu2 .stick .nav > ul li.hasDropdown.hasDropdown:hover .openRight ul li.active a:hover:before {
  /* color: #e51626; - Красный цвет для Бизнес Форума */
  color: #0a46b4;
}

#headerMenu2 .stick .nav > ul li.formButton .button--white {
  /* background: #e51626; - Красный цвет для Бизнес Форума */
  background: #0a46b4;
  color: #fff;
}

#headerMenu2 .stick .nav > ul li.formButtonLogin .loginBtn {
  width: 50px;
  display: block;
  background: rgba(241, 84, 84, 0.5);
  text-align: center;
  cursor: pointer;
}

#headerMenu2 .stick .nav > ul li.formButtonLogin .loginBtn i {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}

#headerMenu {
  width: 100%;
  display: block;
  height: 100px;
  background: white;
  line-height: 100px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

#headerMenu .container {
  position: relative;
}

#headerMenu .logo {
  margin: 0;
  padding: 0;
  float: left;
}

#headerMenu .logo a {
  display: block;
  width: 250px;
}

#headerMenu .logo a img {
  width: 100%;
  height: auto;
}

#headerMenu .nav {
  text-align: right;
  float: right;
}

#headerMenu .nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#headerMenu .nav > ul li.hasDropdown {
  float: left;
}

#headerMenu .nav > ul li.hasDropdown a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: white;
}

#headerMenu .nav > ul li.hasDropdown a:hover {
  background: #e54154;
  color: #fff;
}

#headerMenu .nav > ul li.hasDropdown.hasDropdown {
  position: relative;
}

#headerMenu .nav > ul li.hasDropdown.hasDropdown > ul {
  display: none;
}

#headerMenu .nav > ul li.hasDropdown.hasDropdown:hover > ul {
  position: absolute;
  width: 200px;
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  background: #fff;
  z-index: 99999999;
}

#headerMenu .nav > ul li.hasDropdown.hasDropdown:hover > ul li a {
  line-height: 60px;
  text-align: left;
}

#headerMenu .nav > ul li.formButton {
  line-height: 100px;
  float: right;
  margin-left: 20px;
}

#headerMenu .nav > ul li.formButton a {
  padding: 15px;
}

#headerMenu2 {
  width: 100%;
  display: block;
  height: 100px;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #fff;
}

#headerMenu2 .phoneIcon {
  float: left;
  display: block;
  font-size: 55px;
  margin-right: 15px;
  width: 50px;
  height: 100px;
  line-height: 100px;
}

#headerMenu2 .contactInfo {
  float: left;
  height: 100px;
}

#headerMenu2 .contactInfo .phone {
  font-size: 26px;
  font-weight: bold;
  padding-top: 25px;
  line-height: 1;
}

#headerMenu2 .contactInfo .phone.large {
  font-size: 21px;
  padding-top: 30px;
}

#headerMenu2 .contactInfo .contactInfoEmail {
  line-height: 1;
  padding-top: 5px;
}

#headerMenu2 .contactInfo .contactInfoEmail i {
  margin-right: 5px;
}

#headerMenu2 .contactInfo .contactInfoEmail:hover i {
  margin-right: 5px;
  color: #000000;
}

#headerMenu2 .contactInfo .contactInfoEmail:hover a {
  color: #000000;
}

#headerMenu2 .contactInfo .contactInfoEmail a {
  color: #fff;
  text-decoration: none;
}

#headerMenu2 .nav {
  text-align: right;
  float: right;
  line-height: 1;
  height: 40px;
}

#headerMenu2 .nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#headerMenu2 .nav > ul li.hasDropdown {
  float: left;
  line-height: 70px;
  padding-top: 15px;
}

#headerMenu2 .nav > ul li.hasDropdown:hover a {
  background: white;
  color: #000000;
}

#headerMenu2 .nav > ul li.hasDropdown a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  text-align: left;
  -webkit-transition: all ease .25s;
  -moz-transition: all ease .25s;
  -o-transition: all ease .25s;
  transition: all ease .25s;
  font-weight: 500;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown {
  position: relative;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown > ul {
  display: none;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > ul {
  position: absolute;
  width: 250px;
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  z-index: 99999999;
  line-height: 1;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > ul li a {
  padding: 20px;
  color: #000000;
  text-align: left;
  font-size: 17px;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > ul li a:hover {
  background: #eee;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > .openRight {
  position: absolute;
  width: 600px;
  right: 0;
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  background: #fff;
  z-index: 99999999;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > .openRight ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > .openRight ul li.active a {
  position: relative;
  padding-left: 45px;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > .openRight ul li.active a:before {
  font-family: 'FontAwesome';
  position: absolute;
  content: '\f005';
  left: 18px;
  /* color: #e51626; - Красный цвет для Бизнес Форума */
  color: #0a46b4;
}

#headerMenu2 .nav > ul li.formButton {
  float: right;
  margin-left: 15px;
  line-height: 60px;
  padding-top: 20px;
}

#headerMenu2 .nav > ul li.formButton .button--white {
  border: none;
  line-height: 50px;
  padding: 0 20px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  /* color: #e51626; - Красный цвет для Бизнес Форума */
  color: #0a46b4;
}

#headerMenu2 .nav > ul li.formButtonLogin {
  float: right;
  padding-top: 26px;
}

#headerMenu2 .nav > ul li.formButtonLogin .loginBtn {
  width: 50px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
}

#headerMenu2 .nav > ul li.formButtonLogin .loginBtn i {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}

.whereMarker {
  padding: 100px 0;
  background: #f4f4f4;
}

.whereMarker a {
  background: none !important;
  /* color: #e51626 !important; - Красный цвет для Бизнес Форума */
  color: #0a46b4 !important;
}

.whereMarker a:hover {
  background: none !important;
}

.whereMarker i {
  font-size: 70px;
}

.whereMarker .whereMarkerText {
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px;
}

#headerBanner {
  position: relative;
  z-index: 0;
}

#headerBanner.headerBannerBg {
  height: 600px;
  display: block;
  /* background: url(../images/bg-head.jpg) top center no-repeat; - Красный фон Бизнес-Форума*/ 
  background: url(../images/bg-head-blue.jpg) top center no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  width: 100%;
  position: relative;
}

#headerBanner .headerBannerTitle h1 {
  font-size: 72px;
  margin: 0;
  position: absolute;
  top: 100px;
  left: 100px;
  font-weight: 100;
}


#headerBanner .headerBannerTitle h2 {
  font-size: 40px;
  margin: 0;
  position: absolute;
  top: 220px;
  left: 400px;
  font-weight: bold;
  text-transform: uppercase;
}

.headerBannerBlock {
  margin-top: 100px;
  height: 500px;
  color: #fff;
}

.headerBannerBlock .logo {
  top: 50%;
  height: 250px;
  margin-top: -50px;
  text-align: center;
}

.headerBannerBlock .text {
  top: 50%;
  height: 300px;
  /* margin-top: -104px; - для Бизнес Форума*/
  margin-top: -126px;
}

.headerBannerBlock .text h3 {
  font-size: 28px;
}

.headerBannerBlock .text h1 {
  font-size: 53px;
  text-transform: uppercase;
  font-weight: bold;
  color: #efe6ab;
}
.h1-like {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #efe6ab;
}

.headerBannerBlock .text p {
  font-size: 18px;
}

.forumPlace { 
  height: 120px;
  /*background: #c61122; - Красный*/
  background: #092963;
  text-align: center;
}

.forumPlace .forumPlaceItem {
  height: 120px;
  cursor: pointer;
}

.forumPlace .forumPlaceItem h4 {
  font-size: 46px;
  color: #efe6ab;
  font-weight: bold;
  margin: 0;
  padding-top: 25px;
}

.forumPlace .forumPlaceItem p {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #sticky {
    height: 75px;
  }
  #sticky.stick {
    height: 75px;
  }
  #headerMenu2 {
    height: 75px;
  }
  #headerMenu2 .phoneIcon {
    font-size: 40px;
    width: 35px;
    height: 75px;
    line-height: 75px;
  }
  #headerMenu2 .contactInfo {
    float: left;
    height: 75px;
  }
  #headerMenu2 .contactInfo .phone {
    font-size: 20px;
    padding-top: 16px;
  }
  #headerMenu2 .nav {
    text-align: right;
    float: right;
    line-height: 1;
    height: 40px;
  }
  #headerMenu2 .nav > ul li.hasDropdown {
    padding: 0;
    line-height: 75px;
  }
  #headerMenu2 .nav > ul li.hasDropdown a {
    padding: 0 10px;
    font-size: 16px;
  }
  #headerMenu2 .nav > ul li.formButton {
    float: right;
    margin-left: 10px;
    line-height: 50px;
    padding-top: 10px;
  }
  #headerMenu2 .nav > ul li.formButton .button--white {
    border: none;
    line-height: 50px;
    padding: 0 10px;
  }
  #headerMenu2 .nav > ul li.formButtonLogin {
    float: right;
    padding-top: 26px;
  }
  #headerMenu2 .nav > ul li.formButtonLogin .loginBtn {
    width: 50px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    cursor: pointer;
  }
  #headerMenu2 .nav > ul li.formButtonLogin .loginBtn i {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
  }
  .headerBannerBlock {
    margin-top: 100px;
    height: 500px;
    color: #fff;
  }
  .headerBannerBlock .logo {
    top: 50%;
    height: 250px;
    /* margin-top: -150px; - для лого MG*/
    margin-top: -50px;
    text-align: center;
  }
  .headerBannerBlock .text {
    top: 50%;
    height: 300px;
    margin-top: -64px;
    text-align: center;
  }
  .headerBannerBlock .text h3 {
    font-size: 20px;
  }
  .headerBannerBlock .text h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #efe6ab;
  }
  .headerBannerBlock .text p {
    font-size: 15px;
  }
}

/*headerBanner ==========================*/
/*dateAndTime  ==========================*/
#dateAndTime {
  padding: 80px 0;
}

#dateAndTime .post {
  background-color: #fff;
}

#dateAndTime .post:hover .post-media img {
  opacity: 1;
}

#dateAndTime .post .post-media {
  padding: 5px 5px 0 5px;
  text-align: center;
}

#dateAndTime .post .post-media img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  opacity: .8;
  -moz-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}

#dateAndTime .post .post-media img:hover {
  opacity: 1;
}

#dateAndTime .post .post-content {
  padding: 20px 0 10px 0;
}

#dateAndTime .post .post-content .title {
  margin: 0;
  text-align: center;
  font-weight: 700;
}

#dateAndTime .post .post-content .title a {
  color: #666;
  text-decoration: none;
}

#dateAndTime .actionButton {
  margin: 30px 0;
}

.leftThesis h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.leftThesis span {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  padding: 10px 30px;
  background: #333;
}

/*benefits ==============================*/
#benefits {
    background: url("../images/counter-bg.jpg") top center no-repeat;

  /*background: #fff;*/
  padding: 0;
  height: 720px;
  color: #333;
    line-height: 25px;
}

#benefits .seactionHeader {
  /*border-bottom: 1px solid #e51626; - красный цвет для Бизнес Форума */
  border-bottom: 1px solid #0a46b4;
}

#benefits .seactionHeader h2 {
  font-size: 46px;
  margin: 70px 0 20px 0;
  font-weight: bold;
  color: #333;
}

#benefits .forumText {
  padding-top: 80px;
}

#benefits .forumText .col-md-6 > h2.forumTextOne {
  font-size: 42px;
  margin: 0 0 25px 0;
  font-weight: bold;
  padding-bottom: 10px;
}

#benefits .forumText .col-md-6 > h3 {
  font-size: 30px;
  margin: 0 0 25px 0;
  font-weight: bold;
  padding-bottom: 0;
    text-align: center;
}

#benefits .forumText .col-md-6 > h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0;
}

#benefits .forumText .col-md-6 > p {
  font-size: 18px;
  /*padding: 15px 0; - осталось с Бизнес Форума*/
  padding: 5px 0;
}

#benefits .forumText .col-md-6.forumTex > p {
  font-size: 18px;
  padding: 2px 0;
}

#benefits .forumText .col-md-6 > ul {
  margin: 0;
  padding: 0;
  /*font-size: 16px;*/
  list-style: none;
  text-align: left;
}

#benefits .forumText .col-md-6 > ul li {
  line-height: 25px;
  /*font-size: 18px;*/
    list-style: inside;
}

#benefits .forumText .col-md-6 > ul i {
  /*color: #e51626; - красный цвет для Бизенс Форума */
  color: #0a46b4; 
  font-size: 20px;
  margin-right: 10px;
}

#benefits .title {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: bolder;
  letter-spacing: -1.5px;
}

#benefits .sep-bottom {
  margin-bottom: 30px;
  font-size: 24px;
  margin-left: 5px;
}

#benefits .item-list-left {
  list-style: none;
  margin: 0;
  padding: 0;
}

#benefits .item-list-left li {
  position: relative;
  padding: 0 45px 40px 65px;
  padding-bottom: 30px;
}

#benefits .item-list-left li h3 {
  margin: 0 0 20px 0;
  font-weight: bold;
}

#benefits .item-list-left li i {
  font-size: 48px;
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 0;
  color: #dc4355;
}

#benefits .item-list-left li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#benefits .item-list-left li ul li {
  padding: 0;
  line-height: 20px;
}

#benefits .item-list-left li ul li > i {
  position: static;
  color: #dc4355;
  font-size: 16px;
  line-height: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  #benefits {
    height: auto;
    padding-bottom: 40px;
  }
}

#actor {
  background: #f4f4f4;
  padding: 80px 0;
  color: #333;
}

#actor .seactionHeader {
  /*border-bottom: 1px solid #e51626; - красный цвет для Бизнес Форума */
  border-bottom: 1px solid #0a46b4;
  margin-bottom: 60px;
}

#actor .seactionHeader h2 {
  font-size: 46px;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #333;
}

#actor h3 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}

#actor .additionalDesc {
  font-size: 16px;
  margin: 5px 0;
}

/*speakers =============================*/
/*#speakers {
  padding: 0 0 80px 0;
}*/

#speakers .bottomMargin .col-sm-3 {
  margin-bottom: 60px;
}

#speakers .button--full {
  line-height: 25px !important;
}

#speakers .speaker-item {
  padding: 5px;
}

#speakers .speaker-item img {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

#speakers .speaker-item h3 {
  font-size: 18px;
    font-weight: bold;
}

#speakers .speaker-item .clearfix p {
  min-height: 70px;
}

.speakerVideo {
  margin: 40px 0;
}

.aboutSpeaker {
  padding: 0 20px 20px 20px;
}

.speakerForm {
  display: none;
  padding: 0 35px;
}

.speakerForm textarea {
  margin: 0 0 20px 0;
}

.speakerForm .button--full {
  line-height: 30px;
}

/*#program {
  padding: 0 0 80px 0;
  margin-bottom: 0;
  background: url(../images/program-bg.jpg) top center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}*/

#program thead th {
  line-height: 44px;
  color: #648880;
  font-size: 20px;
  font-weight: 100;
}

.nopadd {
  padding: 0;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs li {
  float: left;
  width: 20%;
}

.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
  padding: 35px 0;
  border-bottom: 2px solid #dc2137;
  background: #f7f7f7;
  font-size: 20px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.tabs a:hover, .tabs a.active {
  background: #dc2137;
  color: #fff;
}

.tabgroup > div {
  display: block;
  padding: 0;
}

.schedule {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
  padding-left: 10px;
}

.schedule .scheduleItem {
  width: auto;
}

.schedule .scheduleItem .scheduleimage {
  width: 130px;
  float: left;
  margin-right: 15px;
}

.schedule .scheduleItem .scheduleimage img {
  width: 100%;
  height: auto;
}

.schedule .scheduleButtons {
  width: 200px;
  text-align: right;
}

.schedule .scheduleZal {
  font-weight: normal;
  font-size: 14px;
}

.schedule .scheduleJob {
  font-size: 13px;
  color: #666;
  font-weight: 100;
}

.schedule .scheduleName {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.schedule .scheduleName i {
  color: #ccc;
  font-size: 14px;
  line-height: 1;
}

.schedule .schedulePosition {
  font-size: 14px;
  color: #648880;
}

.schedule .scheduleTitle {
  padding: 30px 0;
  font-size: 20px;
  color: #666;
  font-weight: 100;
  text-transform: uppercase;
  padding-left: 10px;
}

.schedule td {
  padding: 6px 0;
}

.schedule .timeTd {
  width: 140px;
  padding-left: 10px;
  line-height: 3.5;
    font-weight: bold;
}

.schedule tr td:first-child {
  color: #666;
}

.dim td {
  line-height: 3.5 !important;
  vertical-align: middle;
}

.dim td h5, .dim td h6 {
  margin: 0;
  padding: 3px 0;
}

.dim td h5 {
  padding-top: 8px;
  font-weight: bold;
}

.dim.moder {
  background: #dc2137 !important;
  color: #fff !important;
}

.dim.moder .timeTd {
  color: #fff !important;
}

.dim.brake {
  background: #dddddd !important;
}

.day,
.day td {
  border: none;
  background-color: #7ab55c;
  color: #fff !important;
  line-height: 4.8;
}

/*countdown =============================*/
#counter{
  padding: 0;
  padding-bottom: 80px;
}

#speakers{
  background: url("../images/counter-bg.jpg") top center no-repeat;
  padding: 0;
}

.speakers-nobg{
  background: none;
}

#counter .seactionHeader {
  padding: 80px 0;
}

#counter .seactionHeader h2 {
  margin: 0;
  font-weight: bold !important;
}

#counter .actionButton {
  margin: 20px 0 0 0;
}

#counter .actionButton .button {
  padding: 25px 0 !important;
}

.days, .hours, .minutes {
  font-size: 60px;
  padding: 0;
  width: 150px;
  line-height: 150px;
  height: 150px;
  /*background: #e51626; - красный цвет для Бизнес Форума*/
  background: #0a46b4;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}

.days:after, .hours:after, .minutes:after {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 170px;
  line-height: 170px;
  height: 170px;
  /*border: 2px solid #d42034; - красный цвет для Бизнес Форума */
  border: 2px solid #092964;
  display: block;
}

.timeRefDays, .timeRefHours, .timeRefMinutes {
  padding-top: 15px;
  display: block;
  font-size: 20px;
  color: #333;
}

/*testimonials ===============================*/
#testimonials {
  padding-bottom: 80px;
}

#testimonials .seactionHeader {
  padding: 80px 0;
}

#testimonials .seactionHeader h2 {
  margin: 0;
  font-weight: bold !important;
}

#testimonials .owl-prev, #testimonials .owl-next {
  /* color: #e51626; - красный цвет для Бизнес Форума */
  color: #0a46b4;
}

.testimonials-item {
  color: #000;
}

.testimonials-item.text > .clearfix {
  text-align: center;
}

.testimonials-item.text > .clearfix img {
  width: 220px;
  height: auto;
  margin: 0 auto;
  /*border-right: 6px solid #e51626;
                border-top: 6px solid #e51626;*/
}

.testimonials-item.text > .clearfix .doljnost {
  padding-bottom: 10px;
  color: #444;
}

.testimonials-item.text > .clearfix p {
  font-size: 15px;
}

.testimonials-item.video > .clearfix {
  text-align: center;
}

.testimonials-item.video > .clearfix img {
  width: 220px;
  height: auto;
  margin: 0 auto;
  /*border-bottom:6px solid #e51626;
                border-left:6px solid #e51626;*/
}

.testimonials-item.video > .clearfix .button {
  width: 140px;
  height: 80px;
  line-height: 90px;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials-item.video > .clearfix .button > i {
  font-size: 50px;
}

.testimonials-item.video > .clearfix .doljnost {
  padding-bottom: 10px;
  color: #444;
}

.testimonials-item.video > .clearfix p {
  font-size: 15px;
}

/*history ===============================*/
#history {
  padding: 0 0 80px 0;
}

#history .seactionHeader {
  padding: 80px 0;
}

#history .seactionHeader h2 {
  margin: 0;
  font-weight: bold !important;
}

/*.gallery {
    text-align: center;

    div.item {
        margin: 0;
        font-size: 0;

        img {
            max-width: 100%;
            margin: 2px 4px;
            transition: 400ms 50ms;
        }

        &:hover img:not(:hover) {
            opacity: 0.5;
            filter: saturate(50%);
            transition-delay: 0ms;
        }
    }
}*/
#historyGallery .item {
  padding-left: 15px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#historyGallery .item > div {
  width: 23%;
  float: left;
  margin: 0 1%;
}

#historyGallery .item > div img {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#historyGallery .owl-nav .owl-prev, #historyGallery .owl-nav .owl-next {
  /*color: #e51626 !important; - красный цвет для Бизнес Форума*/
  color: #0a46b4 !important;
}

/*contact =============================*/
#contactSection {
  background: #f4f4f4;
  padding-bottom: 80px;
}

#contactSection .seactionHeader {
  padding-bottom: 70px;
  padding-top: 20px;
}

#contactSection .organization-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contactSection .organization-left ul .iconLinks {
  margin: 7px 0 2px 0;
  line-height: 24px;
  font-weight: bold;
}

#contactSection .organization-left ul .iconLinks a {
  text-decoration: none;
  color: #333;
}

#contactSection .organization-left ul .iconLinks a:hover {
  /*color: #e51626; - крансый цвет для Бизнес Форума*/
  color: #0a46b4;
}

#contactSection .organization-left ul .iconLinks i {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-right: 6px;
}

#contactSection .organization-left p {
  padding: 10px 0;
}

#contactSection .organization-right {
  line-height: 26px;
}

#contactSection .organization-right a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

#contactSection .organization-right a:hover {
  /* color: #e51626; - Красный цвет для Бизнес Форума*/
  color: #0a46b4;
}

#contactSection .organization-right i {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-right: 6px;
}

/*owl-theme =============================*/
.owl-carousel {
  z-index: 0 !important;
}

#owl-demo .owl-item > div {
  text-align: center;
  margin: 3px;
  color: #000000;
  font-size: 32px;
  z-index: 0;
}

.owl-prev, .owl-next {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  display: block;
  color: #fff;
}

.owl-prev {
  left: -45px;
  top: 50%;
  margin-top: -10px;
}

.owl-next {
  right: -45px;
  top: 50%;
  margin-top: -10px;
}

/*modal =============================*/
/*.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    //vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/
.modal-content {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.modal-body {
  padding: 20px 40px 0 40px;
}

.modal-body.nopadding {
  padding: 20px;
  overflow: hidden;
}

.modal-body.normalPadding {
  padding: 15px;
}

.modal-body.topOnlyPadding {
  padding: 20px 0;
}

/*.modal.fade .modal-dialog {
    -moz-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
    -webkit-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
}*/
.modal.modal-extraSmall .modal-dialog {
  min-width: 20%;
}

.modal.modal-small .modal-dialog {
  min-width: 40%;
}

.modal.modal-medium .modal-dialog {
  min-width: 60%;
}

@media (max-width: 960px) {
  .modal.modal-medium .modal-dialog {
    min-width: 100% !important;
    width: 100% !important;
  }
}

.modal.modal-large .modal-dialog {
  min-width: 80%;
}

.modal.modal-full .modal-dialog {
  min-width: 100%;
  min-height: 100%;
  margin: 0 !important;
  height: 100%;
}

.modal.modal-full .modal-dialog .modal-content {
  min-width: 100%;
  min-height: 100%;
  margin: 0 !important;
  height: 100%;
}

.modal.modal-full .modal-dialog .modal-body {
  height: 100%;
}

.modal.fade.in .modal-dialog {
  opacity: 1;
}

.multi-step .actions {
  margin-top: 10px;
}

.multi-step .modal-dialog, .multi-step .modal-content {
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.infoModalImage {
  min-height: 200px;
  display: block;
  margin-bottom: 15px;
  background-image: url("../images/popups/1.jpg");
  position: relative;
}

.infoModalImage .title {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}

#modalContent {
  display: none;
}

#preloadModal {
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}

#modalImage {
  height: 40%;
  min-height: 250px;
  display: block;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  margin-bottom: 10px;
  position: relative;
}

#modalImage #modalLogo {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
}

#modalImage #modalLogo img {
  width: 420px;
}

#modalLink {
  margin: 15px 0;
}

.steps {
  overflow: hidden;
}

.step {
  display: none;
}

.step.stepUnhide {
  display: block;
}

.inline-3 .form-group {
  width: 33.33333333%;
  float: left;
  padding: 0 15px 0 0;
}

.inline-3 .form-group:last-child {
  padding: 0;
}

.inline-2 .form-group {
  width: 50%;
  float: left;
  padding: 0 15px 0 0;
}

.inline-2 .form-group:last-child {
  padding: 0;
}

.datepicker -ms-clear {
  display: none;
}

.datepicker {
  display: table;
}

.ui-datepicker {
  z-index: 99999999999999 !important;
  display: none;
  padding: 15px 0;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  background: #fff;
  color: #000;
}

.ui-datepicker a {
  color: inherit;
}

.ui-datepicker-header {
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  position: relative;
  padding: 7px;
  border: none;
}

.ui-datepicker-title {
  padding: 0 45px;
  /*font-size: 0;*/
  /*line-height: 19px;*/
  text-align: center;
  font-weight: bold;
}

.ui-datepicker-month,
.ui-datepicker-year {
  display: inline-block;
  font-size: 16px;
}

.ui-datepicker-year {
  margin-left: 10px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 1em;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.ui-datepicker .ui-datepicker-prev {
  left: 15px;
}

.ui-datepicker .ui-datepicker-next {
  right: 15px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  text-indent: -99999px;
  overflow: hidden;
  border: 5px solid transparent;
}

.ui-datepicker .ui-datepicker-prev span {
  border-left: none;
  border-right-color: #000;
}

.ui-datepicker .ui-datepicker-next span {
  border-right: none;
  border-left-color: #000;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  /*border-color: #fff;*/
  /*background: none;*/
  opacity: .75;
}

.ui-datepicker-calendar {
  border-collapse: separate;
  border-spacing: 0;
  padding: 15px 20px 5px;
  font-size: 13px;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}

.ui-datepicker-calendar th {
  padding: 3px 3px 16px;
  font-weight: normal;
  color: #B6B6B6;
}

.ui-datepicker-calendar a {
  /*color: #000;*/
  display: block;
  /*padding: 3px;*/
  padding: 7px 11px;
  text-align: right;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.ui-datepicker-today a,
.ui-datepicker-current-day a {
  background-color: #FFEC95;
}

.ui-datepicker-calendar a:hover {
  background-color: #FFF8D8;
}

.ui-datepicker-other-month a,
.ui-datepicker-other-month span {
  color: #B6B6B6;
}

td.ui-datepicker-week-end {
  color: #C0212F;
}

/* .modal-transparent */
.modal-transparent {
  background: transparent;
}

.modal-transparent .modal-content {
  background: transparent;
}

.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}

.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* .modal-fullscreen */
.speakerBlock {
  margin-top: 30px;
  text-align: left;
}

.speakerBlock .speakerBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.speakerBlock .speakerBox ul li {
  line-height: 40px;
  font-size: 18px;
  color: #333;
  border: 1px solid #ccc;
}

.speakerBlock .speakerBox h3 {
  margin-top: 0;
}

#aboutSpeaker {
  padding: 0 20px;
  padding-bottom: 40px;
}

.speaker-modal-header {
  padding-left: 35px;
  text-align: left;
}

.modal-fullscreen {
  background: transparent;
}

.modal-fullscreen .modal-dialog {
  background: #fff;
}

.modal-fullscreen:before {
  vertical-align: top !important;
}

.modal-fullscreen .close {
  position: absolute;
  right: 0;
}

.modal-fullscreen .modal-content .modal-header .close {
  margin-right: 30px;
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}

.modal-fullscreen .modal-content .modal-header .close {
  font-size: 25px;
}

.modal-fullscreen .modal-content .modal-header.noborders {
  border-bottom: none !important;
}

.modal-backdrop.modal-backdrop-fullscreen {
  background: #000;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .5;
  filter: alpha(opacity=5);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px;
  }
}

#modal-fullscreenMap .close {
  font-size: 25px;
}

#modal-fullscreenMap .seactionHeader {
  padding: 0 0 20px 0;
  text-align: left;
}

#modal-fullscreenMap .seactionHeader h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}

#modal-fullscreenMap .seactionHeader p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
}

#modal-fullscreenMap .modal-body {
  min-height: 100%;
}

#modal-fullscreenMap .modal-body .address {
  font-size: 16px;
}

#modal-fullscreenMap .modal-body .address h3 {
  font-size: 22px;
  font-weight: bold;
}

#modal-fullscreenMap .modal-body .address i {
  /*color: #e51626; - Красный цвет для Бизнес Форума */
  color: #0a46b4;
  margin-right: 5px;
  font-size: 16px;
}

#modal-fullscreenMap .modal-body .mapNavigation {
  margin: 10px 0;
}

#modal-fullscreenMap .modal-body .mapNavigation h3 {
  font-size: 22px;
  font-weight: bold;
}

#modal-fullscreenMap .modal-body .mapNavigation a {
  margin-right: 10px;
  color: #fff;
}

#modal-fullscreenMap .modal-body .HotelHolderParking h3 {
  font-size: 22px;
  font-weight: bold;
}

#modal-fullscreenMap .modal-body .HotelHolderParking ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#modal-fullscreenMap .modal-body .HotelHolderParking ul li {
  margin-bottom: 8px;
}

#modal-fullscreenMap .modal-body .HotelHolderParking ul li i {
  /*color: #e51626; - Красный цвет для Бизнес Форума */
  color: #0a46b4;
  margin-right: 5px;
  font-size: 16px;
}

#modal-fullscreenMap .hotelHolder {
  position: relative;
}

#modal-fullscreenMap .hotelHolder .hotelHolderImage {
  width: 100%;
  height: 350px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#modal-fullscreenMap .hotelHolder .hotelHolderLogo {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-top: -75px;
  margin-left: -100px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  opacity: .9;
}

.timeModal h3 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

.timeModal h4 {
  margin-top: 20px;
  font-weight: 100;
  font-size: 26px;
}

.agenthotelHolder {
  position: relative;
}

.agenthotelHolder .agenthotelHolderImage {
  width: 100%;
  height: 350px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.agenthotelHolder .agenthotelHolderLogo {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-top: -75px;
  margin-left: -150px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  opacity: .9;
}

/*partners ==============================*/
#partners {
  padding-bottom: 80px;
  background-image: url("../images/bg-partners.jpg");
  height: 500px;
}

#partners .seactionHeader {
  padding: 120px 0 0 0;
  color: #fff;
}

#partners .seactionHeader h2 {
  margin: 0;
  font-weight: bold !important;
}

#partners .seactionHeader p {
  color: #fff;
}

#partSection {
  background: #fff;
  padding-bottom: 80px;
}

#partSection .seactionHeader {
  padding: 80px 0 60px 0;
}

#partSection .seactionHeader h2 {
  margin: 0;
  font-weight: bold !important;
}

#partSection .seactionHeader p {
  color: #fff;
}

/*buttons ===============================*/
/*$green1: #7ec700;
$green2: #186d04;*/
/*$blue1: #81dcfc;
$blue2: #60bee0;*/
/*$blueFlat1: #3297d1;
$blueFlat2: #3297d1;*/
/*@function text-color($color) {
    @if (lightness($color) > 30) {
        @return #fff; // Lighter backgorund, return dark color
    }
    @if (darken($color) > 30) {
        @return #000; // Lighter backgorund, return dark color
    }
}*/
.button,
[class*='button--'] {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none !important;
  cursor: pointer;
  line-height: 1;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #f4f4f4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #f4f4f4, #bebebe);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #bebebe);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#f4f4f4), to(#bebebe));
  background-image: -webkit-linear-gradient(top,#f4f4f4, #bebebe);
  background-image: -moz-linear-gradient(top,#f4f4f4, #bebebe);
  background-image: -o-linear-gradient(top,#f4f4f4, #bebebe);
  background-image: linear-gradient(to bottom,#f4f4f4, #bebebe);
  background-color: #f4f4f4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #f4f4f4, #bebebe);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #bebebe);
  background-image: linear-gradient(to bottom,#f4f4f4, #bebebe);
}

.button:hover, .button:focus,
[class*='button--']:hover,
[class*='button--']:focus {
  outline: none;
}

.button:hover, .button:focus,
[class*='button--']:hover,
[class*='button--']:focus {
  background-color: whitesmoke;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, whitesmoke, #c5c5c5);
  background-image: -webkit-linear-gradient(top, whitesmoke, #c5c5c5);
  background-image: -webkit-gradient(linear,left top, left bottom,from(whitesmoke), to(#c5c5c5));
  background-image: -webkit-linear-gradient(top,whitesmoke, #c5c5c5);
  background-image: -moz-linear-gradient(top,whitesmoke, #c5c5c5);
  background-image: -o-linear-gradient(top,whitesmoke, #c5c5c5);
  background-image: linear-gradient(to bottom,whitesmoke, #c5c5c5);
}

.button:active,
[class*='button--']:active {
  background-color: #f4f4f4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #f4f4f4, #bebebe);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #bebebe);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#f4f4f4), to(#bebebe));
  background-image: -webkit-linear-gradient(top,#f4f4f4, #bebebe);
  background-image: -moz-linear-gradient(top,#f4f4f4, #bebebe);
  background-image: -o-linear-gradient(top,#f4f4f4, #bebebe);
  background-image: linear-gradient(to bottom,#f4f4f4, #bebebe);
}

.button--green {
  /*background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-color: #0a46b4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
  background-color: #0a46b4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--green:hover, .button--green:focus {
  background-color: #092964;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #092964, #092964);
  background-image: -webkit-linear-gradient(top, #092964, #092964);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#092964), to(#092964));
  background-image: -webkit-linear-gradient(top,#092964, #092964);
  background-image: -moz-linear-gradient(top,#092964, #092964);
  background-image: -o-linear-gradient(top,#092964, #092964);
  background-image: linear-gradient(to bottom,#092964, #092964);
}

.button--green:active {
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--blue {
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
  background-color: #0a46b4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--blue:hover, .button--blue:focus {
  background-color: #e82d3c;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #e82d3c, #e82d3c);
  background-image: -webkit-linear-gradient(top, #e82d3c, #e82d3c);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#e82d3c), to(#e82d3c));
  background-image: -webkit-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -moz-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -o-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: linear-gradient(to bottom,#e82d3c, #e82d3c);
}

.button--blue:active {
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--blueFlat {
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
  background-color: #0a46b4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--blueFlat:hover, .button--blueFlat:focus {
  background-color: #e82d3c;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #e82d3c, #e82d3c);
  background-image: -webkit-linear-gradient(top, #e82d3c, #e82d3c);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#e82d3c), to(#e82d3c));
  background-image: -webkit-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -moz-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -o-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: linear-gradient(to bottom,#e82d3c, #e82d3c);
}

.button--blueFlat:active {
  /*background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#e51626));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--lightRed {
  /*background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
  background-color: #0a46b4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--lightRed:hover, .button--lightRed:focus {
  background-color: #e82d3c;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #e82d3c, #e82d3c);
  background-image: -webkit-linear-gradient(top, #e82d3c, #e82d3c);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#e82d3c), to(#e82d3c));
  background-image: -webkit-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -moz-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -o-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: linear-gradient(to bottom,#e82d3c, #e82d3c);
}

.button--lightRed:active {
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--red {
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
  background-color: #0a46b4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--red:hover, .button--red:focus {
  background-color: #e82d3c;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #e82d3c, #e82d3c);
  background-image: -webkit-linear-gradient(top, #e82d3c, #e82d3c);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#e82d3c), to(#e82d3c));
  background-image: -webkit-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -moz-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -o-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: linear-gradient(to bottom,#e82d3c, #e82d3c);
}

.button--red:active {
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--redFlat {
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
  background-color: #0a46b4;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--redFlat:hover, .button--redFlat:focus {
  background-color: #e82d3c;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #e82d3c, #e82d3c);
  background-image: -webkit-linear-gradient(top, #e82d3c, #e82d3c);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#e82d3c), to(#e82d3c));
  background-image: -webkit-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -moz-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: -o-linear-gradient(top,#e82d3c, #e82d3c);
  background-image: linear-gradient(to bottom,#e82d3c, #e82d3c);
}

.button--redFlat:active {
  /* background-color: #e51626; - Красный цвет для Бизнес Форума */
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #0a46b4, #0a46b4);
  background-image: -webkit-linear-gradient(top, #0a46b4, #0a46b4);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#0a46b4), to(#0a46b4));
  background-image: -webkit-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -moz-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: -o-linear-gradient(top,#0a46b4, #0a46b4);
  background-image: linear-gradient(to bottom,#0a46b4, #0a46b4);
}

.button--white {
  background-color: #eee;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, #eee, #eee);
  background-image: -webkit-linear-gradient(top, #eee, #eee);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#eee), to(#eee));
  background-image: -webkit-linear-gradient(top,#eee, #eee);
  background-image: -moz-linear-gradient(top,#eee, #eee);
  background-image: -o-linear-gradient(top,#eee, #eee);
  background-image: linear-gradient(to bottom,#eee, #eee);
  -webkit-box-shadow: inset 0px 0px 0px 1px #ccc;
     -moz-box-shadow: inset 0px 0px 0px 1px #ccc;
          box-shadow: inset 0px 0px 0px 1px #ccc;
}

.button--white:hover, .button--white:focus {
  background-color: white;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, white, white);
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear,left top, left bottom,from(white), to(white));
  background-image: -webkit-linear-gradient(top,white, white);
  background-image: -moz-linear-gradient(top,white, white);
  background-image: -o-linear-gradient(top,white, white);
  background-image: linear-gradient(to bottom,white, white);
}

.button--white:active {
  background-color: white;
  background-image: _deprecated-webkit-gradient(linear, left top, left bottom, white, white);
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -webkit-gradient(linear,left top, left bottom,from(white), to(white));
  background-image: -webkit-linear-gradient(top,white, white);
  background-image: -moz-linear-gradient(top,white, white);
  background-image: -o-linear-gradient(top,white, white);
  background-image: linear-gradient(to bottom,white, white);
}

/* Sizes */
.button--large {
  font-size: 32px !important;
  font-size: 2rem !important;
  padding-top: .5em !important;
  padding-bottom: .5em !important;
}

.button--small {
  font-size: 12px;
  padding: 8px 10px;
}

.button--mini {
  font-size: 10px;
  padding: 4px 6px;
}

.button--medium {
  font-size: 14px;
  padding: 14px 18px;
}

.button--big {
  font-size: 18px;
  padding: 22px 28px;
}

.button--full {
  width: 100%;
}

.button--upper {
  text-transform: uppercase;
}

.button--textCenter {
  text-align: center;
}

.button--textBold {
  font-weight: bold;
}

.button--textLight {
  color: #fff;
}

.button--textLight:hover, .button--textLight:focus {
  color: #fff;
}

.button--textDark {
  color: #333;
}

.button--textDark:hover, .button--textDark:focus {
  color: #333;
}

.button--radius {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.crmWelcome {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 100px;
}

.crmWelcome a {
  width: 80%;
  height: 100px;
  margin-right: 20px;
  line-height: 30px;
}

.crmWelcome a.button--green {
  background: #18b029;
}

.crmWelcome a.button--red {
  /* background: #e51626; - Красный цвет для Бизнес Форума */
}

/*audio =================================*/
#audio-container {
  margin-top: 10px;
}

/*footer ================================*/
#footer {
  padding-top: 40px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  height: 120px;
}

#footer .socials {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

#footer .socials li {
  display: inline-block;
  margin: 0 5px;
}

#footer .socials li a {
  color: #fff;
  font-size: 20px;
}

.odz-bf-logo-white {
    background-image: url("/userfiles/images/group/group-logos-sprite-white.png");
    background-repeat: no-repeat; 
    height:120px
}
.odz-bf-logo {
    background-image: url("/userfiles/images/group/group-logos-sprite-white.png");
    background-repeat: no-repeat; 
    height:120px
}


#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > .openRight {
    height: 400px;
    overflow: auto;

}
#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > .openRight::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#headerMenu2 .nav > ul li.hasDropdown.hasDropdown:hover > .openRight::-webkit-scrollbar-thumb
{
	background-color: #777;
	border: 2px solid #dddddd;
}


.bf-2018 {

}

.bf-2018 li{
    display: block;
    width: 100%;
}
.bf-2018 li  a{
    display: block}


#program h6 {
    font-size: 14px;
    line-height: 25px;
}

.contactInfoEmail p {
    display: inline;
}
/*//icdn.mouzenidis.com*/
.odz-register {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-image: url(/Images/register.png?w=100);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 99;
}

.odz-poll {
    height: 30px; 
    float: left; 
    color: #fff; 
    text-align: center; 
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
}

.odz-poll-btn {
    line-height: 25px;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    font-size: 2rem;
    background-color: #ff9702;
    background-image: linear-gradient(to bottom,#ff9702, #ff9702);
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    text-decoration: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;

}
.odz-poll-btn2 {
    background-color: #002469;
    background-image: linear-gradient(to bottom,#002469, #002469);
}

.margin-top-20 {
    margin-top: 20px;
}