html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', 'Arial', sans-serif;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}
.text-center {
	text-align: center !important;
}
.contentPage {
  margin-bottom: 50px;
    content: " ";
  display: table;
  width: 100%;
  height: 50px;
}
.sticky-footer {
  width: 100%;
  min-height: calc(100vh - 90px);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.gray-bg {
  background: #f7f7f7;
}
.footer.gray-bg {
  background: #e7e7e7;
}
.container {
  margin: auto;
  text-align: center;
}
.header {
  width: 100%;
  height: 52px;
  background: #fff;
  position: fixed;
  z-index: 1;
  border-bottom: 2px solid #d9d9d9;
}
.header .logo {
  margin-top: -7px;
  float: left;
  width: 83px;
}
.header ul {
  margin: 0;
}
.header ul li {
  float: left;
  list-style: none;
  background-color: white;
}
.header ul li a {
  display: block;
  height: 52px;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
}

.header .logo-link {
  margin-left: -50px;
}

.header ul li a:hover {
  background: #b13225;
  border-bottom: 2px solid #973c36;
  color: #fff;
}

.header ul li.icon a:hover {
  color: #666666;
  background-color: white;
  border-bottom: 1px solid #d9d9d9;
 }

.header ul li.icon a:active {
  color: #666666;
  background-color: white;
  border-bottom: none;
}

.header ul li a.logo-link:hover {
  background: white !important;
  border-bottom: 2px solid #d9d9d9 !important;
}
.header ul li a.inverted {
  margin: 0 2px;
  background: #b13225;
  border-bottom: 2px solid #973c36;
  color: #fff;
}
@media (max-width:1199px) {
  .header ul li a.inverted {
    margin: 0 1px;
  }
  .header ul li a {
    padding: 15px 15px;
  }
}
@media (max-width:991px) {
  .header ul li a.inverted {
    margin: 0 0px;
  }
}
.header ul li a.inverted:hover {
  color: #fff;
}
.header ul li a span {
  margin-left: 5px;
}
.header ul li:hover > .submenu {
  display: block;
}
.header ul.submenu {
  margin-left: -40px;
  display: none;
}
.header ul.submenu li {
  background-color: #fff;
  float: none;
}
.header ul.submenu li a {
  border-bottom: 0;
  width: 100%;
}
.header ul.submenu li a:hover {
  border-bottom: 0;
}
.header a.register {
  display: block;
  height: 50px;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 2px solid #d9a406;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  font-size: 14px;
  background: #ffc107;
  color: #fff;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.header a.register:hover {
  background: #e5ae07;
}
.header li a.registrace-link {
  border-color: #ffc107 !important;
  background: #ffc107 !important;
  font-weight: 700;
  color: white;
}
.btn-yellow {
  padding: 0 24px;
  display: inline-block;
  background: #ffc107;
  line-height: 34px;
  height: 34px;
  color: #fff;
  border-bottom: 2px solid #d9a406;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.btn-yellow:hover {
  background: #e5ae07;
}
.visual {
  padding-top: 50px;
  background: url('../img/visual.jpg');
  background-size: cover;
  width: 100%;
  height: 630px;
  color: #fff;
}
.visual.visReg {
	height: 330px;
}
.visual .container {
  position: relative;
  height: 100%;
}
.visual .logo {
  margin: auto;
  margin-top: 110px;
  margin-bottom: 45px;
  max-width: 100%;
}
.visual .line {
  display: block;
  margin: auto;
  width: 360px;
  height: 1px;
  background: #fff;
}
.visual p {
  margin-top: 0;
  margin-bottom: 23px;
  font-size: 20px;
  line-height: 28px;
}
.visual h1 {
  margin: 21px 0 0;
  font-size: 20px;
  line-height: 28px;
}
.visual .when {
  margin-top: 50px;
  font-size: 30px;
  display: block;
}
.visual .where {
  margin-top: 9px;
  font-size: 20px;
  display: block;
}
.visual .more {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 28px;
}
.visual .more img {
  width: 30px;
}
.detail-visual {
  padding-top: 70px;
  background: url('../img/detail-visual.jpg');
  background-size: cover;
  width: 100%;
  height: 340px;
  color: #fff;
}
.detail-visual .container {
  position: relative;
}
.detail-visual img.photo {
  display: block;
  margin: 0px auto 0;
  width: 167px;
  height: 167px;
  border-radius: 50%;
}
.detail-visual .name {
  margin-top: 17px;
  display: block;
  font-size: 22px;
}
.detail-visual .position {
  font-size: 12px;
  max-width: 350px;
  display: block;
  margin: 0 auto;
}
.detail-visual .prev {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
}
.detail-visual .prev img {
  width: 15px;
}
.detail-visual .next {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -15px;
}
.detail-visual .next img {
  width: 15px;
}
.linkedin {
    padding-top: 30px;
}
.detail-text {
  color: #666666;
}
.detail-text p {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.detail-text .about {
  padding-top: 35px;
}
.detail-text h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}
.detail-text .talk {
  margin: 0 0 10px;
}
.detail-text .linkedin {
  display: block;
  padding-top: 9px;
  padding-bottom: 44px;
  text-align: center;
}
.detail-text .linkedin a {
  display: inline-block;
  color: #666666;
  text-decoration: none;
  line-height: 21px;
}
.detail-text .linkedin img {
  margin-right: 5px;
  width: 21px;
  float: left;
}
.detail-text .btn {
  margin-top: 40px;
  margin-bottom: 60px;
}
.register-float {
  display: none;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}
@media (min-width: 1200px) {
  .register-float {
    position: absolute;
    margin-top: -62px;
    left: 50%;
    margin-left: 457px;
    display: block;
    border: 5px solid #e6e6e6;
    border-radius: 50%;
    border-top: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffc107;
    color: #fff;
    font-weight: 500;
  }
}
.register-float:hover {
  background: #e5ae07;
}
.intro {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.intro p {
  margin: 0;
  margin: auto;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #666666;
  width: 750px;
  max-width: 100%;
}
.intro .circles {
  margin: auto;
  margin-top: 20px;
  text-align: center;
}
.intro .circle-wrapper {
  float: none;
  display: inline-block;
  width: 160px;
  color: #b13225;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 20px;
}
.intro .circle {
  margin: 0 31px 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-47deg, #dc6255 0%, #b8392c 100%);
  background-image: -webkit-linear-gradient(-47deg, #dc6255 0%, #b8392c 100%);
  background-image: -ms-linear-gradient(-47deg, #dc6255 0%, #b8392c 100%);
  width: 100px;
  height: 100px;
  float: left;
}
h2 {
  margin-top: 36px;
  font-size: 26px;
  color: #666666;
  text-transform: uppercase;
}
h2.white {
  color: #ffffff;
}
.speakers {
  margin: 0 -52px;
  margin-bottom: 40px;
  /* flip the pane when hovered */
  /* flip speed goes here */
}
.speakers .col-lg-3 {
  text-align: center;
}
.speakers .speaker {
  margin: auto;
  margin-top: 30px;
  width: 250px;
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.speakers .speaker:nth-child(3n+2) {
  margin-left: 29px;
  margin-right: 30px;
}
.speakers .speaker img {
  width: 164px;
  height: 164px;
  border-radius: 50%;
}
.speakers .speaker .name {
  margin-top: 9px;
  display: block;
  font-size: 18px;
  color: #b13225;
}
.speakers .speaker .position {
  color: #999999;
  font-size: 13px;
}
.speakers .speaker .front,
.speakers .speaker .back {
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.speakers .speaker .front {
  margin-top: 20px;
  z-index: 3;
  /* for firefox 31 */
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.speakers .speaker .back {
  padding: 20px;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  /*background-color: #b13225;
  color: #fff;*/
  background-color: #fff;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
}
.speakers .speaker .back strong {
  display: block;
  color:#b13225;
}
.speakers .speaker .back p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 18px;
  max-height: 162px;
  overflow: hidden;
  color: #000;
  font-weight: normal;
}
.speakers .speaker .back .arrow-wrapper {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  color:#b13225;
}
.speakers .speaker .back .arrow {
  width: 20px;
  height: 15px;
}
.speakers .flip-container {
  -ms-perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.speakers .flip-container:hover .flipper,
.speakers .flip-container.hover .flipper {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.speakers .flip-container,
.speakers .front,
.speakers .back {
  width: 265px;
  height: 270px;
}
.speakers .flipper,
.speakers .flip {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  
}
.schedule {    
  font-size: 16px !important; 
}
.schedule-wrapper {
  padding-bottom: 55px;
}
.schedule-wrapper h2 {
  margin-bottom: 30px;
}
.schedule-wrapper .schedule {
  padding: 15px 0;
  padding-left: 20px;
  text-align: left;
  line-height: 25px;
}
.schedule-wrapper .schedule.daySeparator {
    background-color: #f7f7f7;
    margin-top: 25px;
    border-bottom: solid 2px #92c64a;
}
.schedule-wrapper .schedule.daySeparator:fist-child {
    margin-top: 0px;
}
.schedule-wrapper .schedule.separator {
    background-color: #fafafa;
}
.schedule-wrapper .schedule:nth-child(even) {
  background: #fff;
}
.schedule-wrapper .schedule .time {
  width: 120px;
  vertical-align: top;
  float: left;
  font-weight: 400;
}
.schedule-wrapper .schedule.separator .time,
.schedule-wrapper .schedule.daySeparator .time{
    font-weight: bold;
}
.schedule-wrapper .schedule p {
  margin: 0;
  padding-right: 20px;
  width: 450px;
  vertical-align: top;
  float: left;
}
.schedule-wrapper .schedule p a {
    margin-left: 5px;
}
.schedule-wrapper .schedule p a:first-child {
    margin-left: 0px;
}
.schedule-wrapper .schedule p img.photo{
    border: solid 1px #b13225;
}

.schedule-wrapper .schedule p.long {
  width: 650px;
}
.schedule-wrapper .schedule .speaker {
  padding-right: 20px;
  width: 260px;
  vertical-align: top;
  float: left;
}
.schedule-wrapper .schedule .speaker span{
	font-weight: normal;
}
.schedule-wrapper h3 {
  margin: 25px 0 15px;
  font-size: 22px;
  line-height: 28px;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .schedule-wrapper .schedule .speaker {
    display: block;
    width: 100%;
  }
  .schedule-wrapper .schedule p {
    display: block;
    width: 100% !important;
  }
}

.place {
  padding-top: 7px;
  background: url('../img/place.jpg');
  background-size: cover;
  width: 100%;
  height: 350px;
  color: #fff;
}
.priceBox {
	height: 480px !important;
}
.place .where {
  margin-top: 0;
  text-align: left;
  font-weight: 300;
  line-height: 30px;
  float: left;
  font-size: 18px;
}
.place .where strong {
  font-weight: 500;
}
.place .where span.price,
.place span.price  {
  margin-top: 18px;
  display: block;
  font-size: 18px;
}
.place .where .price-discount {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}

.place-info {
  float: right;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}
.place-info img {
  width: 15px;
  margin-top: 7px;
}
.place-info a {
  color: #fff;
  text-decoration: none;
  line-height: 22px;
}
.place-info a:hover {
    text-decoration: underline;
}
.place-info a img {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .place {
    height: 440px;
  }
  .place .where {
    float: none !important;
    display: block !important;
    position: relative;
    top: -20px;
  }
  .place-info {
    float: none;
    display: block;
  }

  .contact .anna {
    margin-bottom: 30px;
  }
  .contact .anna img {
    display: block;
    margin-bottom: 40px;
  }
  .contact .ds-admez img {
    float: left !important;
  }
}
.contact {
  padding-bottom: 85px;
}
.contact h2 {
  margin-bottom: 45px;
}
.contact .anna {
  text-align: left;
  color: #666666;
  line-height: 22px;
  font-size: 18px;
}
.contact .anna img {
  margin-right: 25px;
  border-radius: 50%;
  float: left;
}
.contact .anna .position {
  display: block;
  margin-bottom: 13px;
  font-size: 16px;
}
.contact .anna a {
  color: #666666;
  text-decoration: none;
  font-size: 16px !important;
}
.contact .anna a.mail {
  color: #b13225;
  font-size: 18px;  
}
.contact .ds-admez {
  float: right;
}
.contact .ds-admez img {
  float: right;
  margin-right: 35px;
}

.partners {
  text-align: left;
}
.partners p {
  text-align: left;
  color: #666666;
  font-size: 18px !important; 
}
.partners .main-medial {
  display: inline-block;
}
.partners .main-medial a {
  padding: 0 25px;
  display: table-cell;
  vertical-align: middle;
  max-height: 130px;
  max-width: 290px;
}
.partners .main-medial a img {
  max-height: 130px;
  max-width: 260px;
}
.partners .medial {
  display: inline-block;
}
.partners .medial a {
  padding: 0 25px;
  display: table-cell;
  vertical-align: middle;
  max-height: 130px;
  max-width: 250px;
}
.partners .medial a img {
  max-height: 130px;
  max-width: 220px;
}
.partners .partners-normal {
  display: inline-block;
}
.partners .partners-normal a {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  width: 157px;
  min-width: 157px;
  text-align: center;
}
.partners .partners-normal a img {
  max-width: 150px;
}
.footer {
    /*position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;*/
}
.footer a {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.half {
  width: 50%;
  float: left;
}
.half .schedule {
  height: 105px;
}
.half .schedule .time,
.half .schedule .speaker {
  vertical-align: top;
}
.half .schedule strong {
  height: 50px;
}
.half .schedule p {
  width: 250px;
  padding-left: 120px;
  display: block;
}

.form {
  font-family: 'Roboto', 'Arial', sans-serif !important;
}
.form .left,
.form .right {
  vertical-align: top;
  display: inline-block;
  width: 292px;
}
.form input,
.form textarea {
  font-family: inherit;
  padding: 10px 15px;
  margin: 0 15px 15px;
  display: inline-block;
  width: 262px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
}
.form input:focus,
.form textarea:focus {
  outline: 0;
  border: 1px solid #8bc34a;
}
.form textarea {
  margin-top: 15px;
  height: 110px;
  width: 562px;
}
.form .coupon {
  margin-top: 15px;
}

.btn-yellow {
  padding: 0 24px;
  display: inline-block;
  background: #ffc107;
  line-height: 34px;
  height: 34px;
  color: #fff;
  border-bottom: 2px solid #d9a406;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.btn-yellow:hover {
  background: #e5ae07;
}
.btn-yellow.register {
  padding: 0;
  width: 225px;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 3px;
  border-bottom: 2px solid #d9a406;
  cursor: pointer;
}
.btn-yellow.register:focus {
  border: 0;
}

.popup {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.75);
  z-index: 50;
  display: none;
}

.inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-width: 100vw;
  height: auto;
  min-height: 200px;
  background-color: white;
  border-radius: 2px;
  border: 3px solid #D9A406;
  z-index: 51;
  text-align: center;
  display: none;
}

.inner p {
  padding: 15px 20px 0px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  text-align: center;
}

.inner .btn-yellow {
  margin: auto;
  margin-bottom: 15px;
}

.modalon {
  position: relative;
  overflow: hidden;
}

.topnav {
  background-color: white;
  max-height: 100vh;
}

.topnav a {
  float: left;
  display: block;
  height: 50px;
  padding: 15px 15px;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  border-bottom: 2px solid #d9d9d9
}

.topnav a:hover {
  background: #b13225;
  color: #fff;
}

.topnav .icon {
  display: none;
}

.topnav .icon:hover {
  background: white !important;
}

@media screen and (max-width: 991px) {
  .topnav li:not(:first-child) {
    display: none;
  }
  .topnav .icon {
    float: right;
    display: block !important;
  }

  .topnav .icon:focus {
    color: white !important;
  }

  .topnav li .logo-link {
    margin-left: -70px !important;
  }

  .topnav.responsive {
    position: relative;
    overflow: auto;
    padding-left: 0px !important;
  }

  .topnav.responsive li {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
  }

  .topnav.responsive li .logo-link {
    margin-left: -30px !important;
  }

  .topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
  }

  .topnav.responsive li a {
    display: block;
    width: 100%;
    background: white;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }

  .topnav.responsive li.icon  a{
    border: none;
  }


  .header .register {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .visual {
    padding-top: 0px;
  }
}

label {
  font-weight: 400 !important;
}

@media screen and (max-width:587px) {
  .form textarea {
    width: 262px;
  }
}

.vcenter {
  text-align: center;
  height: 170px;
  position: relative;
}

.vcenter img {
  max-width: 100%;
  margin: auto !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding-left: 25px;
  padding-right: 25px;
  max-height: 170px;
}