@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,500,500i,600,700&subset=latin-ext");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #111617; }
  body.modal-open {
    padding-right: 0 !important; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }
  a:hover {
    text-decoration: none;
    color: inherit; }
  a:focus {
    text-decoration: none;
    outline: none;
    color: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

img {
  max-width: 100%; }

input:focus, select:focus {
  outline: none; }

.outline {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
  *clip: rect(0 0 0 0);
  font-size: 0;
  line-height: 0; }

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: inherit !important; }

::-moz-placeholder {
  opacity: 1 !important;
  color: inherit !important; }

::-ms-input-placeholder {
  opacity: 1 !important;
  color: inherit !important; }

/*.container-fluid, .container,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	padding: 0;
}
.row { margin: 0; }*/
.container {
  max-width: 1230px;
  width: 100%; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

header {
  background: #ffffff;
  padding: 10px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12; }
  header:after {
    background: #7853a0;
    background: -moz-linear-gradient(left, #7853a0 0%, #dd2a71 100%);
    background: -webkit-linear-gradient(left, #7853a0 0%, #dd2a71 100%);
    background: linear-gradient(to right, #7853a0 0%, #dd2a71 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7853a0', endColorstr='#dd2a71',GradientType=1 );
    width: 100%;
    height: 3px;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  header .logo {
    max-width: 247px; }
    header .logo a img {
      transition: all 0.5s ease; }
  header nav {
    margin-top: 32px;
    float: right;
    transition: all 0.5s ease; }
    header nav ul {
      padding-bottom: 12px;
      float: left; }
      header nav ul li {
        float: left;
        margin-right: 25px; }
        header nav ul li:last-child {
          margin-right: 0; }
        header nav ul li a {
          font-weight: 500;
          font-size: 1.5rem;
          text-transform: uppercase;
          position: relative; }
          header nav ul li a:after {
            background: #ee2369;
            height: 3px;
            position: absolute;
            top: 29px;
            right: 0;
            left: 0;
            display: block;
            content: "";
            pointer-events: none;
            opacity: 0;
            transition: all 0.5s ease; }
          header nav ul li a:hover:after {
            opacity: 1; }
        header nav ul li.active a:after {
          opacity: 1; }
  header .register {
    background: #ee2369;
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    float: left;
    display: inline-block;
    padding: 14px 18px;
    border: 2px #ee2369 solid;
    position: relative;
    top: -11px;
    margin-left: 25px; }
    header .register:hover {
      background: #ffffff;
      color: #b93982; }
      header .register:hover:after {
        content: none; }
  header.is-scroll .logo a img {
    max-width: 200px; }
  header.is-scroll nav {
    margin-top: 22px; }

.hamburger {
  width: 35px;
  height: 29px;
  padding: 4px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  position: absolute;
  top: 21px;
  right: 12px;
  z-index: 11;
  display: none; }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 80%;
    transition: .5s;
    -webkit-transition: .5s; }
  .hamburger .menu-bar-top {
    border: 4px solid #4a4d4e;
    border-bottom: none;
    top: 0; }
  .hamburger .menu-bar-middle {
    height: 4px;
    background-color: #4a4d4e;
    margin-top: 7px;
    margin-bottom: 7px;
    top: 4px; }
  .hamburger .menu-bar-bottom {
    border: 4px solid #4a4d4e;
    border-top: none;
    top: 22px; }

.nav-mobile-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
  -webkit-transition: .5s;
  border-color: #4a4d4e #4a4d4e -moz-use-text-color; }
.nav-mobile-open .menu-bar-middle {
  transform: translate(230px);
  -webkit-transform: translate(230px);
  transition: .1s ease-in;
  -webkit-transition: .1s ease-in;
  opacity: 0; }
.nav-mobile-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(8px, -7px);
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s;
  -webkit-transition: .5s;
  border-color: -moz-use-text-color #4a4d4e #4a4d4e; }

/* pop up prelegenci */
.modal-backdrop.in {
  opacity: 0.9; }

.modal-dialog {
  max-width: 930px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px; }
  .modal-dialog:after {
    background: url(../images/popup-left.png) top left no-repeat;
    background-size: 100% auto;
    width: 65px;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }

.close-popup {
  width: 35px;
  height: 29px;
  padding: 4px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  position: absolute;
  top: 39px;
  right: 30px;
  z-index: 11;
  display: inline-block;
  cursor: pointer; }
  .close-popup:hover {
    cursor: pointer; }
  .close-popup .text {
    font-weight: 500;
    font-size: 1.5rem;
    position: absolute;
    top: 3px;
    left: -75px;
    padding-right: 40px; }
  .close-popup .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 80%;
    transition: .5s;
    -webkit-transition: .5s; }
  .close-popup .menu-bar-top {
    border: 4px solid #ee2369;
    border-bottom: none;
    top: 0;
    transform: rotate(45deg) translate(8px, 8px);
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transition: .5s;
    -webkit-transition: .5s; }
  .close-popup .menu-bar-bottom {
    border: 4px solid #ee2369;
    border-top: none;
    top: 22px;
    transform: rotate(-45deg) translate(8px, -7px);
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    transition: .5s;
    -webkit-transition: .5s; }

.header-popup {
  background: #ffffff;
  padding: 12px 150px 12px 100px; }
  .header-popup .logo-popup {
    max-width: 210px; }

.popup-content {
  background: #f8f8f8;
  position: relative;
  padding: 75px 25px 80px 130px; }
  .popup-content .pic-popup {
    max-width: 200px;
    position: absolute;
    top: 32px;
    left: -100px;
    z-index: 2;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); }
  .popup-content .author {
    font-weight: 600;
    font-size: 2.5rem;
    color: #ee2369; }
  .popup-content .company {
    font-weight: 500;
    font-size: 1.5rem;
    font-style: italic;
    color: #ee2369;
    margin-top: 2px; }
  .popup-content .desc-popup {
    margin-top: 20px; }
    .popup-content .desc-popup p {
      font-size: 1.6rem;
      line-height: 1.9;
      margin-bottom: 25px; }
      .popup-content .desc-popup p:last-child {
        margin-bottom: 0; }

/* popup event */
.lecture-data li {
  background: #ffffff;
  display: inline-block;
  border: 2px #6959a7 solid;
  font-weight: 700;
  font-size: 1.6rem;
  color: #323536;
  padding: 9px 14px;
  margin-right: 5px;
  margin-bottom: 10px; }
  .lecture-data li:last-child {
    margin-right: 0; }
  .lecture-data li:first-child {
    background: #6959a7;
    color: #ffffff; }

.title-event {
  font-weight: 600;
  font-size: 2.5rem;
  color: #111617;
  text-transform: uppercase;
  margin-top: 15px; }

.author-event {
  font-weight: 500;
  font-size: 2rem;
  color: #ee2369;
  margin-top: 5px; }

/* content strony */
#home-section {
  background: url(../images/section-1.jpg) center bottom no-repeat;
  background-size: cover;
  height: 100%;
  position: relative; }
  #home-section .know-more {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 80px;
    left: 0; }
    #home-section .know-more a {
      font-weight: 500;
      font-size: 1.5rem;
      color: #ffffff;
      text-transform: uppercase;
      display: inline-block;
      position: relative; }
      #home-section .know-more a:after {
        background: url(../images/arrow-down.png) center center no-repeat;
        width: 19px;
        height: 28px;
        display: block;
        content: "";
        margin: 20px auto 0 auto; }
      #home-section .know-more a:before {
        background: url(../images/arrow-down-hover.png) center center no-repeat;
        width: 19px;
        height: 28px;
        display: block;
        content: "";
        margin: 20px auto 0 auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        transition: all 0.5s ease; }
      #home-section .know-more a:hover:before {
        opacity: 1; }

.home-section-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center; }
  .home-section-content .phpsummit {
    margin-bottom: 30px; }
  .home-section-content .place {
    background: #ee2369;
    font-size: 5rem;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    padding: 10px 22px; }
  .home-section-content .date {
    background: #6959a7;
    font-size: 5rem;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    padding: 10px 18px; }
  .home-section-content .counter {
    height: 80px;
    font-weight: 700;
    font-size: 4.5rem;
    color: #ffffff;
    margin-top: 45px; }
    .home-section-content .counter .cent {
      position: relative; }
    .home-section-content .counter .small_cent {
      position: absolute;
      right: 0;
      bottom: -20px;
      left: -11px;
      text-align: center;
      font-size: 13px; }

.sponsorzy-wrapper {
  max-width: 1230px;
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  margin: 0 auto;
  z-index: 2; }
  .sponsorzy-wrapper p {
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-top: 15px; }
  .sponsorzy-wrapper .left-sponsor {
    position: absolute;
    left: 5px;
    bottom: 0; }
    .sponsorzy-wrapper .left-sponsor img {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      border-radius: 50%; }
  .sponsorzy-wrapper .right-sponsor {
    position: absolute;
    right: 5px;
    bottom: 0; }
    .sponsorzy-wrapper .right-sponsor img {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.phpers-summit-section {
  background: #f6f6f7;
  background: -moz-linear-gradient(top, #f6f6f7 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f6f7 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f6f7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f7', endColorstr='#ffffff',GradientType=0 );
  padding-bottom: 55px; }
  .phpers-summit-section .h2-position {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 60px; }
  .phpers-summit-section .phpers-logo {
    max-width: 301px; }
  .phpers-summit-section h2 {
    background: #ee2369;
    font-weight: 700;
    font-size: 3.8rem;
    color: #ffffff;
    display: inline-block;
    padding: 17px 35px; }
  .phpers-summit-section .descryption p {
    margin-bottom: 26px; }
    .phpers-summit-section .descryption p:last-child {
      margin-bottom: 0; }
    .phpers-summit-section .descryption p strong {
      color: #ee2369; }

.register-lead {
  background: #f6f6f6;
  max-width: 1035px;
  margin: 110px auto 0 auto;
  padding: 20px 20px 20px 40px;
  overflow: hidden; }
  .register-lead p {
    font-weight: 500;
    font-size: 1.5rem;
    float: left;
    margin-top: 12px; }
    .register-lead p a {
      color: #6959a7; }
      .register-lead p a:hover {
        text-decoration: underline; }
  .register-lead .btn {
    background: #ee2369;
    color: #ffffff;
    padding: 13px 18px;
    line-height: 1;
    border: 2px #ee2369 solid;
    display: inline-block;
    border-radius: 0;
    float: right; }
    .register-lead .btn:hover {
      background: #ffffff;
      color: #b93982; }
      .register-lead .btn:hover:after {
        content: none; }

.last-edytion-head {
  background: #6959a7 url(../images/last-edytion-bg.png) center center no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  padding-bottom: 225px; }
  .last-edytion-head h2 {
    font-weight: 700;
    font-size: 3.2rem;
    color: #ffffff;
    margin-top: 70px;
    text-transform: uppercase;
    text-align: center; }

#poprzednia-edycja-slider {
  margin-top: -142px; }
  #poprzednia-edycja-slider .image {
    overflow: hidden; }
  #poprzednia-edycja-slider img {
    width: auto;
    transition: all 0.5s ease; }
    #poprzednia-edycja-slider img:hover {
      transform: scale(1.2); }
  #poprzednia-edycja-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0; }
    #poprzednia-edycja-slider .owl-nav .owl-prev, #poprzednia-edycja-slider .owl-nav .owl-next {
      width: 44px;
      height: 44px; }
    #poprzednia-edycja-slider .owl-nav .owl-prev {
      background: #ee2369 url(../images/arrow-right.png) center center no-repeat;
      position: absolute;
      left: -22px;
      transform: translateY(-50%) rotate(180deg);
      transition: all 0.5s ease; }
      #poprzednia-edycja-slider .owl-nav .owl-prev:hover {
        background-color: #c91c58; }
    #poprzednia-edycja-slider .owl-nav .owl-next {
      background: #ee2369 url(../images/arrow-right.png) center center no-repeat;
      position: absolute;
      right: -22px;
      transform: translateY(-50%);
      transition: all 0.5s ease; }
      #poprzednia-edycja-slider .owl-nav .owl-next:hover {
        background-color: #c91c58; }

.references-section {
  background: #fbfbfb url(../images/quot.png) center left no-repeat;
  max-width: 100%;
  margin-top: -138px;
  padding-bottom: 75px; }

#references-slider {
  max-width: 1150px;
  margin: 95px auto 0 auto; }
  #references-slider .owl-dots {
    text-align: center;
    margin-top: 50px; }
    #references-slider .owl-dots .owl-dot {
      width: 13px;
      height: 13px;
      border: 2px #e1e1e1 solid;
      border-radius: 50%;
      display: inline-block;
      margin-right: 8px;
      transition: all 0.5s ease; }
      #references-slider .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      #references-slider .owl-dots .owl-dot.active {
        background: #ee2369;
        border: 2px #ee2369 solid; }
      #references-slider .owl-dots .owl-dot:hover {
        background: #ee2369;
        border: 2px #ee2369 solid; }

.references-slider-box {
  padding: 0 130px;
  position: relative; }
  .references-slider-box:before {
    background: url(../images/quot-2.png) no-repeat;
    background-size: cover;
    width: 65px;
    height: 51px;
    display: block;
    content: "";
    position: absolute;
    top: 40px;
    left: 15px; }
  .references-slider-box:after {
    background: url(../images/quot-2.png) no-repeat;
    background-size: cover;
    width: 65px;
    height: 51px;
    display: block;
    content: "";
    position: absolute;
    top: 40px;
    right: 15px;
    transform: rotate(180deg); }
  .references-slider-box p {
    font-style: italic;
    text-align: justify; }
  .references-slider-box p.author {
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    color: #ee2369;
    line-height: 1.2;
    margin-top: 15px; }
  .references-slider-box p.company {
    font-size: 1.4rem;
    font-style: normal; }

.stay-prelegent {
  background: url(../images/stay-prelegent.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 100px 0; }
  .stay-prelegent h2 {
    font-weight: 700;
    font-size: 3.2rem;
    color: #ffffff;
    text-transform: uppercase; }
  .stay-prelegent p {
    max-width: 730px;
    font-size: 2.2rem;
    color: #ffffff;
    margin: 25px auto 0 auto; }
  .stay-prelegent a {
    background: #ee2369;
    font-weight: 500;
    font-size: 1.3rem;
    color: #ffffff;
    padding: 18px 30px;
    line-height: 1;
    border: 2px #ee2369 solid;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 30px; }
    .stay-prelegent a:hover {
      background: #ffffff;
      color: #b93982; }
      .stay-prelegent a:hover:after {
        content: none; }

.agenda-section {
  background: url(../images/agenda-bg.png) center center no-repeat;
  padding-bottom: 55px; }
  .agenda-section h2 {
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 60px; }

.agent-tabs {
  max-width: 970px;
  margin: 0 auto; }
  .agent-tabs ul {
    display: flex;
    margin-bottom: 35px; }
    .agent-tabs ul li {
      width: 50%;
      display: flex-item;
      font-weight: 500;
      font-size: 1.8rem;
      color: #6959a7;
      border: 2px #6959a7 solid;
      text-align: center;
      padding: 13px 15px;
      text-transform: uppercase;
      transition: all 0.5s ease;
      cursor: pointer;
      position: relative; }
      .agent-tabs ul li:after {
        width: 0;
        height: 0;
        border-top: 15px transparent solid;
        border-right: 14px transparent solid;
        border-bottom: 12px #ffffff solid;
        border-left: 14px transparent solid;
        position: absolute;
        right: 0;
        bottom: -2px;
        left: 0;
        margin: 0 auto;
        display: inline-block;
        content: "";
        opacity: 0;
        transition: all 0.5s ease; }
      .agent-tabs ul li.active {
        background: #6959a7;
        color: #ffffff; }
        .agent-tabs ul li.active:after {
          opacity: 1; }
      .agent-tabs ul li:hover {
        background: #6959a7;
        color: #ffffff; }
  .agent-tabs .content-tabs {
    display: none; }
    .agent-tabs .content-tabs:first-child {
      display: block; }
  .agent-tabs .room-agenda {
    overflow: hidden; }
    .agent-tabs .room-agenda div {
      width: 50%;
      float: left;
      text-align: center; }
      .agent-tabs .room-agenda div p {
        background: #f1f1f1;
        display: inline-block;
        padding: 10px 30px;
        font-weight: 700;
        font-size: 1.8rem;
        color: #323536;
        text-transform: uppercase; }
  .agent-tabs .agenda-timetable {
    margin-top: 20px; }
  .agent-tabs .timetable-row {
    display: flex;
    position: relative;
    padding: 10px 0; }
    .agent-tabs .timetable-row:after {
      background: #6959a7;
      width: 2px;
      height: 100%;
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: 1; }
    .agent-tabs .timetable-row:first-child {
      padding-top: 50px; }
      .agent-tabs .timetable-row:first-child:before {
        background: #ffffff;
        width: 24px;
        height: 24px;
        display: block;
        content: "";
        position: absolute;
        border: 2px #6959a7 solid;
        border-radius: 50%;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 2; }
    .agent-tabs .timetable-row:last-child {
      padding-bottom: 30px; }
      .agent-tabs .timetable-row:last-child:before {
        background: #6959a7;
        width: 16px;
        height: 16px;
        display: block;
        content: "";
        position: absolute;
        border-radius: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto; }
    .agent-tabs .timetable-row .timetable-event {
      width: 50%;
      display: flex-item;
      padding: 15px 0;
      margin-top: -12px;
      transition: all 0.3s ease;
      cursor: pointer; }
      .agent-tabs .timetable-row .timetable-event.right {
        text-align: right;
        padding-right: 85px; }
      .agent-tabs .timetable-row .timetable-event.left {
        padding-left: 85px; }
      .agent-tabs .timetable-row .timetable-event h3 {
        font-weight: 500;
        font-size: 1.4rem;
        text-transform: uppercase;
        margin-top: 3px; }
      .agent-tabs .timetable-row .timetable-event .author {
        font-weight: 400;
        font-size: 1.4rem;
        color: #ee2369;
        margin-top: 3px; }
      .agent-tabs .timetable-row .timetable-event:hover {
        background: #fafafa; }
    .agent-tabs .timetable-row .timetable-hours {
      background: #ffffff;
      width: 120px;
      border: 2px #6959a7 solid;
      padding: 9px 0;
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      text-align: center;
      z-index: 2;
      transition: all 0.5s ease; }
      .agent-tabs .timetable-row .timetable-hours p {
        font-weight: 700;
        font-size: 1.6rem;
        color: #6959a7; }
      .agent-tabs .timetable-row .timetable-hours.active {
        background: #6959a7; }
        .agent-tabs .timetable-row .timetable-hours.active p {
          color: #ffffff; }

.prelegents-section {
  background: #ee2369 url(../images/prelegenci-bg.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 60px; }
  .prelegents-section h2 {
    font-weight: 700;
    font-size: 3.2rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center; }
  .prelegents-section h3 {
    font-weight: 300;
    font-size: 2.2rem;
    color: #ffffff;
    margin-top: 30px;
    text-align: center; }

#prelegenci-slider {
  margin-top: 90px; }
  #prelegenci-slider img {
    width: auto; }
  #prelegenci-slider .owl-nav {
    position: absolute;
    top: 110px;
    right: 0;
    left: 0; }
    #prelegenci-slider .owl-nav .owl-prev, #prelegenci-slider .owl-nav .owl-next {
      width: 44px;
      height: 44px; }
    #prelegenci-slider .owl-nav .owl-prev {
      background: #ffffff url(../images/arrow-right-2.png) center center no-repeat;
      position: absolute;
      left: -90px;
      transform: rotate(180deg);
      transition: all 0.5s ease; }
      #prelegenci-slider .owl-nav .owl-prev:hover {
        background-color: #dbdbdb; }
    #prelegenci-slider .owl-nav .owl-next {
      background: #ffffff url(../images/arrow-right-2.png) center center no-repeat;
      position: absolute;
      right: -90px;
      transition: all 0.5s ease; }
      #prelegenci-slider .owl-nav .owl-next:hover {
        background-color: #dbdbdb; }
  #prelegenci-slider .owl-dots {
    text-align: center;
    margin-top: 90px; }
    #prelegenci-slider .owl-dots .owl-dot {
      width: 13px;
      height: 13px;
      border: 2px #e1e1e1 solid;
      border-radius: 50%;
      display: inline-block;
      margin-right: 8px;
      transition: all 0.5s ease; }
      #prelegenci-slider .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      #prelegenci-slider .owl-dots .owl-dot.active {
        background: #ffffff;
        border: 2px #ffffff solid; }
      #prelegenci-slider .owl-dots .owl-dot:hover {
        background: #ffffff;
        border: 2px #ffffff solid; }

.prelegenci-slider-box {
  display: flex; }
  .prelegenci-slider-box p {
    color: #ffffff; }
  .prelegenci-slider-box .picture {
    width: 200px;
    min-width: 200px;
    display: flex-item;
    margin-right: 30px; }
  .prelegenci-slider-box .descryption {
    display: flex-item;
    padding-right: 30px; }
  .prelegenci-slider-box .author {
    font-weight: 600;
    font-size: 2.5rem;
    margin-top: 3px; }
  .prelegenci-slider-box .company {
    font-weight: 500;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 4px; }
  .prelegenci-slider-box .short-desc {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 15px; }
  .prelegenci-slider-box a {
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
    display: inline-block;
    padding: 12px 20px;
    border: 2px #ffffff solid;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 20px; }
    .prelegenci-slider-box a:hover {
      background: #ffffff;
      color: #10131b; }
  .prelegenci-slider-box .popup-content {
    display: none; }

.sponsors-section {
  padding-bottom: 55px; }
  .sponsors-section h2 {
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 70px; }

.sponsors-row {
  display: flex;
  border-top: 1px #eeeeee solid;
  padding: 0 0; }
  .sponsors-row:last-child {
    border-bottom: 1px #eeeeee solid; }
  .sponsors-row .type-sponsor {
    display: flex-item;
    width: 180px;
    min-width: 180px;
    padding: 30px 0 30px 0;
    margin-left: 18px; }
    .sponsors-row .type-sponsor .name {
      font-weight: 700;
      font-size: 2.1rem;
      text-transform: uppercase;
      line-height: 1.2;
      display: block;
      padding: 12px 0 12px 12px; }
      .sponsors-row .type-sponsor .name span {
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.1;
        display: block;
        text-transform: none; }
      .sponsors-row .type-sponsor .name.platinum {
        border-left: 5px #ee2369 solid;
        color: #ee2369; }
      .sponsors-row .type-sponsor .name.after-party {
        border-left: 5px #2f3959 solid;
        color: #2f3959; }
      .sponsors-row .type-sponsor .name.gold {
        border-left: 5px #fbaf5d solid;
        color: #fbaf5d; }
      .sponsors-row .type-sponsor .name.silver {
        border-left: 5px #b3b3b3 solid;
        color: #b3b3b3; }
      .sponsors-row .type-sponsor .name.brown {
        border-left: 5px #8c6239 solid;
        color: #8c6239; }
      .sponsors-row .type-sponsor .name.media {
        border-left: 5px #6959a7 solid;
        color: #6959a7; }
  .sponsors-row .logotypes-sponsor {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .sponsors-row .logotypes-sponsor img {
      display: flex-item;
      margin: 0 15px; }
  .sponsors-row .shourtage {
    background: #f6f6f6;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 60px;
    justify-content: space-between; }
    .sponsors-row .shourtage p {
      display: flex-item;
      font-weight: 500;
      font-size: 1.5rem;
      color: #111617; }
    .sponsors-row .shourtage a {
      background: #ffffff;
      border: 2px #ee2369 solid;
      display: flex-item;
      font-weight: 500;
      font-size: 1.6rem;
      color: #ee2369;
      line-height: 1;
      padding: 12px 25px;
      margin-right: 20px;
      text-transform: uppercase; }
      .sponsors-row .shourtage a:hover {
        background: #ee2369;
        color: #ffffff; }

.about-maps {
  background: #6959a7;
  display: flex; }
  .about-maps .about-section {
    width: 50%;
    display: flex-item; }
  .about-maps #maps {
    width: 50%;
    display: flex-item;
    position: relative;
    z-index: 1; }
  .about-maps .about-content {
    max-width: 615px;
    float: right;
    padding: 35px 0 65px 15px;
    position: relative; }
    .about-maps .about-content:after {
      background: url(../images/about-bg.png) no-repeat;
      background-size: cover;
      width: 250px;
      height: 100%;
      position: absolute;
      top: 0;
      right: -85px;
      display: block;
      content: "";
      z-index: 2; }
  .about-maps h3 {
    font-weight: 600;
    font-size: 2.2rem;
    color: #ffffff;
    margin-top: 45px;
    position: relative;
    z-index: 3; }
  .about-maps p {
    font-size: 1.6rem;
    color: #ffffff;
    margin-top: 20px;
    line-height: 1.8;
    position: relative;
    z-index: 3; }

.organizatorzy-section {
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative; }
  .organizatorzy-section h2 {
    background: #ee2369;
    font-size: 1.8rem;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    margin-top: 45px; }

.organizator-box {
  display: flex;
  align-items: center;
  margin: 0 0 0 40px; }
  .organizator-box .avatar {
    background: #f20d29;
    background: -moz-linear-gradient(top, #f20d29 0%, #b400a7 100%);
    background: -webkit-linear-gradient(top, #f20d29 0%, #b400a7 100%);
    background: linear-gradient(to bottom, #f20d29 0%, #b400a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20d29', endColorstr='#b400a7',GradientType=0 );
    width: 132px;
    height: 132px;
    border-radius: 50%;
    padding: 3px;
    display: flex-item; }
    .organizator-box .avatar img {
      max-width: 126px; }
  .organizator-box .descryption {
    display: flex-item;
    margin-left: 45px; }
  .organizator-box h3 {
    font-weight: 600;
    font-size: 2.2rem;
    text-transform: uppercase; }
  .organizator-box p {
    font-weight: 500;
    font-size: 1.5rem;
    color: #ee2369;
    line-height: 1.3;
    margin-top: 3px; }

.scroll-to-up {
  background: #ee2369 url(../images/arrow-right.png) center center no-repeat;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%) rotate(-90deg); }

footer {
  background: #111617;
  padding: 25px 0; }
  footer .logo-fot {
    max-width: 238px; }
  footer .contact-fot {
    margin-top: 22px;
    text-align: center; }
    footer .contact-fot a {
      font-weight: 500;
      font-size: 1.5rem;
      color: #ffffff;
      display: inline-block;
      position: relative;
      margin-right: 45px; }
      footer .contact-fot a:last-child {
        margin-right: 0; }
  footer .mail {
    padding-left: 35px; }
    footer .mail:before {
      background: url(../images/mail.png) center center no-repeat;
      width: 23px;
      height: 17px;
      display: block;
      content: "";
      position: absolute;
      top: 4px;
      left: 0; }
  footer .fb {
    padding-left: 28px; }
    footer .fb:before {
      background: url(../images/fb.png) center center no-repeat;
      width: 10px;
      height: 19px;
      display: block;
      content: "";
      position: absolute;
      top: 2px;
      left: 0; }
  footer .copy {
    font-size: 1.5rem;
    color: #454545;
    margin-top: 22px;
    text-align: right; }
  footer .realization {
    font-size: 1.5rem;
    color: #454545;
    text-align: right; }
    footer .realization a:hover {
      color: #ffffff; }

@media all and (max-height: 730px) {
  #home-section {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px; }
    #home-section .know-more {
      position: relative;
      bottom: auto;
      margin-top: 50px; }

  .home-section-content {
    position: relative;
    top: auto;
    transform: none;
    margin-top: 150px; } }
@media all and (max-width: 1440px) {
  .home-section-content .phpsummit img {
    max-width: 580px; }
  .home-section-content .place {
    font-size: 4.4rem; }
  .home-section-content .date {
    font-size: 4.4rem; } }
@media all and (max-width: 1420px) {
  #prelegenci-slider .owl-nav .owl-prev {
    left: -60px; }
  #prelegenci-slider .owl-nav .owl-next {
    right: -60px; } }
@media all and (max-width: 1350px) {
  #prelegenci-slider {
    padding: 0 60px; }
    #prelegenci-slider .owl-nav .owl-prev {
      left: 0; }
    #prelegenci-slider .owl-nav .owl-next {
      right: 0; }

  .scroll-to-up {
    top: auto;
    right: 15px;
    bottom: -30px;
    transform: rotate(-90deg); } }
@media all and (max-width: 1260px) {
  .sponsorzy-wrapper .left-sponsor {
    left: 15px; }
  .sponsorzy-wrapper .right-sponsor {
    right: 15px; }

  #poprzednia-edycja-slider .owl-nav .owl-prev {
    left: 0; }
  #poprzednia-edycja-slider .owl-nav .owl-next {
    right: 0; }

  .about-maps .about-content {
    padding-right: 15px; }
    .about-maps .about-content:after {
      content: none; } }
@media all and (max-width: 1160px) {
  .modal-dialog {
    max-width: 100%;
    width: auto;
    margin: 15px; }
    .modal-dialog:after {
      content: none; }

  .modal.fade.in {
    padding-right: 0 !important; }

  .header-popup {
    padding-left: 15px; }

  .popup-content {
    padding-top: 35px;
    padding-left: 245px; }
    .popup-content .pic-popup {
      left: 15px; }

  .event-popup .popup-content {
    padding-left: 25px; } }
@media all and (max-width: 1140px) {
  .hamburger {
    display: block; }

  header {
    z-index: 9; }
    header .logo {
      position: relative;
      z-index: 10; }
    header .container .col-md-4 {
      width: 100%; }
    header .container .col-md-8 {
      width: 100%; }
    header .logo img {
      max-width: 180px; }
    header nav {
      background: #ffffff;
      display: none;
      position: fixed;
      top: 53px;
      right: -100%;
      bottom: 0;
      float: none;
      display: block;
      overflow: hidden;
      border-left: 2px #b93982 solid;
      opacity: 0;
      transition: all 0.2s ease;
      overflow-x: auto; }
      header nav ul {
        float: none; }
        header nav ul li {
          float: none;
          margin-right: 0; }
          header nav ul li a {
            padding: 15px 25px;
            display: block;
            text-align: center; }
            header nav ul li a:after {
              content: none; }
            header nav ul li a:hover {
              background: #ee2369;
              color: #ffffff; }
            header nav ul li a.active {
              background: #ee2369;
              color: #ffffff; }
              header nav ul li a.active:after {
                content: none; }
          header nav ul li.active a {
            background: #ee2369;
            color: #ffffff; }
      header nav.active {
        display: block;
        opacity: 1;
        right: 0; }
    header .register {
      background: none;
      float: none;
      margin-left: 0;
      display: block;
      text-align: center;
      border: none;
      color: #b93982;
      padding: 19px 20px; }
      header .register:hover {
        background: #ee2369;
        color: #ffffff; }
    header.is-scroll .logo a img {
      max-width: 180px; }
    header.is-scroll nav {
      margin-top: 32px; } }
@media all and (max-width: 1080px) {
  #prelegenci-slider .owl-dots {
    margin-top: 40px; }

  .prelegenci-slider-box .descryption {
    padding-right: 0; } }
@media all and (max-width: 991px) {
  .phpers-summit-section {
    text-align: center; }
    .phpers-summit-section .h2-position {
      margin-top: 45px;
      margin-bottom: 40px; }
    .phpers-summit-section .phpers-logo {
      width: 250px;
      text-align: center;
      margin: 0 auto; }
    .phpers-summit-section .descryption {
      margin-top: 40px; }

  .register-lead {
    margin-top: 40px;
    padding: 20px; }
    .register-lead p {
      float: none;
      margin-top: 0; }
    .register-lead .btn {
      float: none;
      margin-top: 20px; }

  #poprzednia-edycja-slider {
    margin-top: 15px; }

  .last-edytion-head {
    padding-bottom: 70px; }

  .references-section {
    margin-top: 0;
    padding-bottom: 40px; }

  #poprzednia-edycja-slider img {
    width: 100%; }

  #references-slider {
    margin-top: 50px; }
    #references-slider .owl-dots {
      margin-top: 30px; }

  .references-slider-box p {
    text-align: center; }

  .sponsors-row {
    flex-wrap: wrap; }
    .sponsors-row .type-sponsor {
      width: 100%;
      min-width: 0;
      margin-left: 0;
      text-align: center;
      padding: 20px 0; }
      .sponsors-row .type-sponsor .name {
        padding-left: 0; }
        .sponsors-row .type-sponsor .name.platinum {
          border-right: 5px #ee2369 solid; }
        .sponsors-row .type-sponsor .name.after-party {
          border-right: 5px #2f3959 solid; }
        .sponsors-row .type-sponsor .name.gold {
          border-right: 5px #fbaf5d solid; }
        .sponsors-row .type-sponsor .name.silver {
          border-right: 5px #b3b3b3 solid; }
        .sponsors-row .type-sponsor .name.brown {
          border-right: 5px #8c6239 solid; }
        .sponsors-row .type-sponsor .name.media {
          border-right: 5px #6959a7 solid; }
    .sponsors-row .logotypes-sponsor {
      display: block;
      margin-bottom: 20px; }
      .sponsors-row .logotypes-sponsor img {
        display: block;
        margin: 15px auto; }
    .sponsors-row .shourtage {
      display: block;
      text-align: center;
      padding: 30px 15px; }
      .sponsors-row .shourtage a {
        display: inline-block;
        margin-top: 20px; }

  .organizatorzy-section {
    text-align: center; }
    .organizatorzy-section h2 {
      margin-top: 0; }

  .organizator-box {
    margin: 25px 0 0 0;
    justify-content: center;
    text-align: left; }

  footer {
    text-align: center; }
    footer .logo-fot {
      margin: 0 auto; }
    footer .copy {
      text-align: center; }
    footer .realization {
      text-align: center; } }
@media all and (max-width: 900px) {
  #home-section {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px; }
    #home-section .know-more {
      position: relative;
      bottom: auto;
      margin-top: 50px;
      margin-top: 30px; }

  .home-section-content {
    position: relative;
    top: auto;
    transform: none;
    margin-top: 150px; }
    .home-section-content .phpsummit {
      margin-bottom: 15px; }
      .home-section-content .phpsummit img {
        max-width: 100%; }
    .home-section-content .place {
      font-size: 4rem; }
    .home-section-content .date {
      font-size: 4rem; }
    .home-section-content .counter {
      font-size: 4rem;
      margin-top: 20px; }

  .sponsorzy-wrapper {
    position: relative;
    bottom: auto;
    text-align: center;
    display: flex;
    align-items: flex-end;
    margin-top: 30px; }
    .sponsorzy-wrapper .left-sponsor {
      max-width: 100%;
      position: relative;
      display: flex-item;
      flex: 1; }
    .sponsorzy-wrapper .right-sponsor {
      max-width: 100%;
      position: relative;
      display: flex-item;
      flex: 1; } }
@media all and (max-width: 767px) {
  .phpers-summit-section h2 {
    font-size: 2.6rem; }

  .references-slider-box {
    padding: 0; }
    .references-slider-box:before, .references-slider-box:after {
      content: none; }

  .stay-prelegent {
    padding: 60px 0; }

  .about-maps {
    display: block; }
    .about-maps .about-section {
      width: 100%;
      display: block; }
    .about-maps .about-content {
      max-width: 100%;
      float: none;
      padding-top: 25px;
      text-align: center; }
    .about-maps h3 {
      margin-top: 35px; }
    .about-maps #maps {
      width: 100%;
      height: 450px;
      display: block; }

  footer .contact-fot {
    text-align: center; }
    footer .contact-fot a {
      margin: 5px 20px; }

  .popup-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    .popup-content .pic-popup {
      position: relative;
      top: auto;
      left: auto;
      margin: 0 auto 15px auto; }

  .event-popup .popup-content {
    padding-left: 15px; } }
@media all and (max-width: 650px) {
  #prelegenci-slider {
    margin-top: 40px; }
    #prelegenci-slider .owl-nav {
      top: 50%; }

  .prelegenci-slider-box {
    display: block; }
    .prelegenci-slider-box .picture {
      display: block;
      margin: 0 auto; }
    .prelegenci-slider-box .descryption {
      display: block;
      text-align: center;
      margin-top: 15px; } }
@media all and (max-width: 580px) {
  .agent-tabs ul li {
    font-size: 1.4rem; }
  .agent-tabs .room-agenda div p {
    font-size: 1.4rem; } }
@media all and (max-width: 550px) {
  .sponsorzy-wrapper {
    display: block; }
    .sponsorzy-wrapper .left-sponsor {
      width: 150px;
      display: block;
      margin: 0 auto 25px auto;
      left: auto; }
    .sponsorzy-wrapper .right-sponsor {
      width: 220px;
      display: block;
      margin: 0 auto;
      right: auto; } }
@media all and (max-width: 480px) {
  .home-section-content .place {
    font-size: 3rem; }
  .home-section-content .date {
    font-size: 3rem; }

  .last-edytion-head h2 {
    font-size: 2.8rem;
    padding: 0 15px; }

  .references-slider-box p {
    font-size: 1.6rem; }

  .stay-prelegent h2 {
    font-size: 2.8rem; }
  .stay-prelegent p {
    font-size: 1.8rem;
    margin-top: 15px; }

  .agenda-section {
    background: none; }
    .agenda-section h2 {
      margin-top: 60px; }

  .agent-tabs .timetable-row .timetable-hours {
    width: 90px; }
    .agent-tabs .timetable-row .timetable-hours p {
      font-size: 1.1rem; }
  .agent-tabs .timetable-row .timetable-event h3 {
    font-size: 1.1rem; }
  .agent-tabs .timetable-row .timetable-event.left {
    padding-left: 62px; }
  .agent-tabs .timetable-row .timetable-event.right {
    padding-right: 62px; }
  .agent-tabs .timetable-row .timetable-event .author {
    font-size: 1.2rem; }

  #prelegenci-slider {
    padding: 0; }
    #prelegenci-slider .owl-nav {
      display: none; }

  .prelegenci-slider-box .picture {
    min-width: 160px;
    width: 160px; }
  .prelegenci-slider-box .author {
    font-size: 2.2rem; }
  .prelegenci-slider-box .company {
    margin-top: 0; }
  .prelegenci-slider-box .short-desc {
    font-size: 1.4rem; }

  .about-maps #maps {
    height: 350px; }

  .organizator-box {
    display: block;
    text-align: center; }
    .organizator-box .avatar {
      margin: 0 auto; }
    .organizator-box .descryption {
      display: block;
      margin: 15px auto 0 auto; }

  .close-popup {
    top: 33px;
    right: 15px; }
    .close-popup .text {
      display: none; }

  .header-popup {
    padding-right: 50px; }
    .header-popup .logo-popup {
      max-width: 190px; }

  .popup-content {
    padding-top: 15px; }

  .popup-content {
    padding-bottom: 50px; }
    .popup-content .pic-popup {
      max-width: 140px; }
    .popup-content .author {
      font-size: 2rem; }
    .popup-content .company {
      font-size: 1.3rem; }
    .popup-content .desc-popup p {
      font-size: 1.3rem;
      margin-bottom: 10px; } }

/*# sourceMappingURL=style.css.map */
