/*
  ================================================================================
        LAYOUT by Pixelirium.pl 2016
  ================================================================================
*/

body {
  display: block;
  background: silver;
}

#page-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

/*
.section {
  display: table;
  width: 100%;
  height: 100%;
}*/

/*.section .vertical {*/
/*display: table-cell;*/
/*vertical-align: middle;*/
/*padding: 50px 0px;*/
/*padding-top: 170px;*/
/*}*/
/*.section:not(.home) .fp-tableCell {
  padding-top: 150px;
}
.section .fp-slides {
  overflow: visible;
}*/

/* ========== Section: home ========== */
#home {
  background-image: url(../images/backgrounds/index-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#home .container {
  padding: 0px;
}

#home .fp-tableCell {
  vertical-align: bottom;
  padding-bottom: 60px;
}

/*#home .content {
  padding: 0px;
}*/
#home .header {
  text-align: center;
  max-width: 50%;
}

#home .header .desc {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #464644;
  margin: 27px 0px 11px 0px;
}

#home .header .signature {
  margin-left: -80px;
}

#home .footer {
  max-width: 100%;
  margin: 0 auto;
}
#home .footer .calendar {
  max-width: 65%;
  margin: 0 auto;
}

#home .footer header:before {
  content: "+";
  background: #1c1d1f;
  color: #ffff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 1px 4px 3px;

  position: absolute;
  top: 8px;
  left: 0px;
}

#home .footer header {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  color: #33342f;
  padding-left: 26px;
}

#home .footer header a {
  text-decoration: none;
  color: #33342f;
}

#home .news {
}

#home .news ul,
#home .multimedia ul {
  padding: 5px 0px 0px 0px;
  list-style: none;
}

#home .news ul > li a:focus,
#home .news ul > li a:hover,
#home .multimedia ul > li a:focus,
#home .multimedia ul > li a:hover {
  text-decoration: none;
}

#home .news ul > li .name,
#home .news ul > li .date,
#home .multimedia ul > li .name,
#home .multimedia ul > li .date {
  display: inline-block;
  color: #2f322b;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
}

#home .news ul > li .date,
#home .multimedia ul > li .date {
  font-weight: normal;
  color: #363636;
}

#home .news ul > li .date:before,
#home .multimedia ul > li .date:before {
  content: "|";
  padding-right: 3px;
  color: #83847f;
}

/* === Calendar === */
.calendar {
  width: 100%;
  min-height: 100px;
  margin-top: 0;
  background: #353938;
  padding: 11px 21px;
}

.calendar .calendar-body {
  width: 100%;
  float: left;
  padding: 0px 0px 10px;
}

.calendar .calendar-header {
}

.calendar .calendar-header .calendar-heading {
  display: inline-block;
  vertical-align: middle;
}

.calendar .calendar-header .calendarNav {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-top: -2px;
  padding: 3px;
  color: #fff;
}

.calendar .calendar-header .calendarNav:focus,
.calendar .calendar-header .calendarNav:active {
  border: 0px;
  outline: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.calendar .calendar-header .calendarNav.calendarPrev {
  margin-right: 10px;
}

.calendar .calendar-header .calendarNav.calendarNext {
  margin-left: 10px;
}

.calendar .calendar-heading {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
}

.calendar .calendar-content {
  margin-top: 3px;
}

.calendar .day {
  float: left;
  text-align: center;
  position: relative;
  padding: 10px 0px;
  text-align: center;
}

.calendar .day .dayLabel {
  padding: 3px 0px;
  margin-bottom: 2px;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  line-height: 1;
  color: #7C7C7C;
  display: none;
}

.calendar .day .dayNumber {
  padding: 0px;
  margin: 0px auto;
  float: none;
  display: inline-block;
  background: transparent;
  width: 20px;
  height: 20px;
  margin: 0px auto;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  color: #000;
  border: 0px;
  border-radius: 50% !important;

  text-shadow: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.calendar .day .dayNumber:focus,
.calendar .day .dayNumber:active {
  outline: 3px solid #000;
}

.calendar .day.events .dayNumber:focus,
.calendar .day.events .dayNumber:active {
  outline: 3px solid #000;
}

/* Event modal */
.calendar .modal {
}

.calendar .modal .modal-table {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.calendar .modal .modal-table-center {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}

.calendar .modal .modal-header {
  text-align: left;
  border-bottom: 0px solid transparent;
}

.calendar .modal .modal-title {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.2;
  color: #333333;
}

.calendar .modal .modal-footer {
  border-top: 0px solid transparent;
}

.calendar .modal .modal-footer > button {
  border: 0px;
  padding: 0px;
  background: transparent;
  font-size: 1px;
}

.calendar .modal .modal-body {
  text-align: left;
  padding-top: 0px;
}

.calendar .modal .event {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.calendar .modal .event:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.calendar .modal .event .event-heading {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 2px;
  color: #2560AB;
}

.calendar .modal .event .event-heading a {
  color: #33342f;
}

.calendar .modal .event .event-link {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #585859;
  padding-left: 20px;
  float: left;
}

.calendar .modal .event .event-link:before {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 1px;
  content: "\00bb ";
  color: #33342f;

  position: absolute;
  top: 5px;
  left: 0px;
}

.calendar .modal .event .event-reservation {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #585859;
  margin-left: 20px;
  float: right;
}

.calendar .modal .event .event-heading a:focus,
.calendar .modal .event .event-heading a:hover,
.calendar .modal .event .event-link:focus,
.calendar .modal .event .event-link:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* Day colors */
.calendar .day:nth-child(7n+1) .dayNumber {
  background: #fff;
}

.calendar .day:nth-child(7n+2) .dayNumber {
  background: #fff;
}

.calendar .day:nth-child(7n+3) .dayNumber {
  background: #fff;
}

.calendar .day:nth-child(7n+4) .dayNumber {
  background: #fff;
}

.calendar .day:nth-child(7n+5) .dayNumber {
  background: #fff;
}

.calendar .day:nth-child(7n+6) .dayNumber {
  background: #fff;
}

.calendar .day:nth-child(7n+7) .dayNumber {
  background: #656d6f;
  color: #fff;
}

/*.calendar .day.events .dayNumber { background: #ae1168; }*/
.calendar .day.events {
  position: relative;
}

.calendar .day.events:before,
.calendar .day.events:after {
  content: "";
  display: inline-block;
  background: #ed1d24;
  width: 3px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
}

.calendar .day.events:before {
  top: 4px;
}

.calendar .day.events:after {
  bottom: 3px;
}

.calendar .day:nth-child(n) .dayLabel {
  background: transparent;
}

.calendar .day.active .dayLabel {
  background: transparent;
}

.calendar .day.active .dayNumber {
  background: #000;
  color: #fff;
}

.calendar .day.empty {
  filter: alpha(opacity=100);
  opacity: 1;
  display: none;
  background: transparent !important;
}

.calendar .day.empty .dayLabel {
  background: transparent !important;
}

.calendar .day.empty .dayNumber {
  background: transparent !important;
}

.calendar .day {
  width: 3.2258%;
}

.modal-backdrop.in {
  display: none;
}

.modal-open {
  padding-right: 0px !important;
}

@media (max-width: 767px) {
  #page-wrapper {
    transform: none !important;
  }

  .modal-backdrop.in {
    display: block;
  }
}

@media (max-height: 669px) {
  #page-wrapper {
    transform: none !important;
  }

  .modal-backdrop.in {
    display: block;
  }
}

/*.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}*/

/* ========== Section: About me ========== */
#aboutme {
  overflow: hidden;
  background-image: url(../images/backgrounds/about-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*#aboutme .fp-tableCell {
  vertical-align: top;
  padding-top: 129px;
}*/
#aboutme .container {
  padding: 0px;
}

#aboutme .content {
  position: relative;
}

#aboutme .content .left {
  position: relative;
  float: left;
  width: 67%;
  padding-right: 50px;
}

#aboutme .content .right {
  position: relative;
  float: right;
  width: 30%;
}
#aboutme .content .right:before {
  position: absolute;
  content: " ";
  width: 218%;
  height: 802px;
  background: url(/images/backgrounds/right-bg.png) no-repeat top left;
  right: -106%;
  top: -219%;
  opacity: 0.7;
}

#aboutme .content h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  margin: 0px 0px 30px 0px;
}

#aboutme .content .image {
  margin-bottom: 30px;
}

#aboutme .content .lead {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 24px;
}

#aboutme .content .desc {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}

#aboutme .content .right ul {
  list-style: none;
  padding-top: 100px;
}

#aboutme .content .right ul > li:before {
  content: "+";
  color: #000;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0px;
  padding: 0px 5px 3px;
}

#aboutme .content .right ul > li {
  position: relative;
  padding-left: 28px;
}

#aboutme .content .right ul > li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
}

/* ========== Section: Achievements ========== */
#achievements {
  background-color: #ececf2;
}

#achievements .container {
  padding: 0px;
}

#achievements h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 1;
  color: #000;
  margin: 0px 0px 30px 0px;
  text-transform: uppercase;
}
#achievements .intro {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}
#achievements .intro p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}

#achievements .slick-slider {
  margin-top: 00px;
  margin-bottom: -60px;
}

#achievements .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

#achievements .item:focus,
#achievements .item:hover,
#achievements .thumbnail:focus,
#achievements .thumbnail:hover {
  text-decoration: none;
  outline: 0px;
}

#achievements .thumbnail .title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 1.2;
  color: #000;
  margin-top: 12px;
  margin-bottom: 4px;
}

#achievements .thumbnail .desc {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #4e4e4e;
}

#achievements .thumbnail .link {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #777777;
}

#achievements .thumbnail .strip {
  display: inline-block;
  width: 100px;
  height: 1px;

  background: #f7f7f7;
  background: -moz-linear-gradient(left, #f7f7f7 0%, #969696 51%, #f7f7f7 100%);
  background: -webkit-linear-gradient(left, #f7f7f7 0%, #969696 51%, #f7f7f7 100%);
  background: linear-gradient(to right, #f7f7f7 0%, #969696 51%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=1);

  margin-top: 16px;
  margin-bottom: 6px;
}

#achievements .more {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1;
  color: #595959;
  padding-left: 35px;
}

#achievements .more:before {
  content: "+";
  color: #fff;
  background: #000;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0px;
  padding: 0px 5px 3px;
}

#achievements .more:focus,
#achievements .more:hover {
  text-decoration: none;
}

#achievements .slick-prev,
#achievements .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 34px;
  height: 76px;
  padding: 0;

  margin-top: -96px;

  background-size: cover;
}

#achievements .slick-prev {
  background-position: left center;
  background-image: url(../images/buttons/arrow-left.png);
  left: -85px;
}

#achievements .slick-next {
  background-position: right center;
  background-image: url(../images/buttons/arrow-right.png);
  right: -85px;
}

#achievements .slick-prev:before,
#achievements .slick-next:before {
  content: '';
}

/* ========== Section: Contact ========== */
#contact {
  overflow: hidden;
  background-image: url(../images/backgrounds/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

#contact .container {
  padding: 0px;
}

#contact h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 1.1;
  color: #353938;
  margin: 0px 0px 27px 0px;
}

#contact h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  color: #353938;
  margin: 0px 0px 27px 0px;
}

#contact .content {
  display: inline-block;
  background: #d3d4df;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.4;
  color: #353938;
  padding: 45px 120px;
}

#contact .content a {
  color: #353938;
}

#contact .info {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.2;
  color: #353938;

  position: absolute;
  left: 50%;
  margin-left: -86px;
  bottom: 82px;
}

#contact .info a {
  color: #353938;
}

@media (max-width: 1410px) {
  #achievements .slider-wrapper {
    padding: 0px 34px;
  }

  #achievements .slick-prev {
    left: -34px;
  }

  #achievements .slick-next {
    right: -34px;
  }

  #home .header .title {
    max-width: 80%;
    margin: 0px auto;
  }
}

@media (max-width: 1199px) {
  #home .footer {
    max-width: 80%;
  }

  #aboutme .content .left {
    width: 75%;
  }

  #aboutme .content .right {
    width: 25%;
  }

  #achievements .slider .item {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  #home .footer {
    max-width: 100%;
  }

  #aboutme .content .left {
    width: 67%;
  }

  #aboutme .content .right {
    width: 33%;
  }
}

@media (max-width: 767px) {
  #home {
    background-image: url(../images/backgrounds/index-bg.jpg);
  }

  #home .footer .calendar {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
  }
  #home .footer header {
    margin-bottom: 15px;
  }
  #home .fp-tableCell {
    padding: 62px 30px;
  }

  #home .header {
    max-width: 70%;
  }

  #home .header .title {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
  }

  #home .header .signature {
    margin-left: 0px;
  }

  #home .news,
  #home .multimedia,
  #home .calendar {
    margin-top: 30px;
  }

  .calendar .calendar-content {
    max-width: 190px;
    display: block;
    position: relative;
    margin: 0 auto;
  }

  .calendar .day {
    width: 14.285714286% !important;
  }

  .calendar .day.empty {
    display: block;
  }

  .calendar .day:nth-child(n+8) .dayLabel {
    display: none;
  }

  .calendar .modal .event .event-reservation {
    margin-top: 10px;
    margin-left: 20px;
    clear: both;
    float: left;
  }

  #achievements .fp-tableCell {
    padding: 0px 30px;
  }

  #achievements .slider-wrapper {
    padding: 0px 25px;
  }

  #achievements .slick-prev,
  #achievements .slick-next {
    width: 25px;
  }

  #achievements .thumbnail .title {
    font-size: 21px;
  }

  #achievements .more {
    font-size: 20px;
  }

  #achievements .more:before {
    top: 4px;
  }

  #contact .content {
    padding: 48px;
  }

  #page-navigation .navbar-brand {
    display: inline-block;
  }

  #contact {
    text-align: center;
  }

  #contact .fp-tableCell {
    vertical-align: top;
    padding-top: 70px;
  }

}

@media (max-width: 687px) {
  #aboutme .content {
    padding-left: 20px;
  }

  #aboutme .content .left {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 20px;
  }

  #aboutme .content .right {
    position: relative;
    float: right;
    width: 100%;
  }

  #aboutme .content .right ul {
    padding-top: 62px;
  }
}

@media (max-width: 580px) {
  #home .header {
    max-width: 100%;
  }

  #contact .content {
    font-size: 21px;
    padding: 30px;
  }
}

@media (max-width: 360px) {
  #aboutme .content {
    max-width: 100%;
  }
}

@media (max-height: 820px) {
  #achievements .slick-slider {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-height: 669px) {
  #home, #aboutme, #contact {
    min-height: 650px !important;
    padding: 50px 0;
  }

  #achievements {
    min-height: 700px !important;
    padding: 50px 0;
  }
}










#multim {
  overflow: hidden;
  background: #243a53;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#multim:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 132%;
  background: url(/images/backgrounds/guitar.png) no-repeat top right;
  top: -30%;
  right: 3%;
}

@media (max-width: 767px) {
  #multim {
    padding: 50px 0;
  }
  #multim:before {
    opacity: 0;
  }
}

/*#aboutme .fp-tableCell {
  vertical-align: top;
  padding-top: 129px;
}*/
#multim .container {
  padding: 0px;
}

@media (max-width: 767px) {
  #multim .container {
    padding: 0px;
    padding-left: 20px;
  }
}

#multim .content {
  position: relative;
}

#multim .content .left {
  position: relative;
  float: left;
  width: 67%;
  padding-right: 50px;
}

@media (max-width: 767px) {
  #multim .content .left {
    width: 100%;

    padding-right: 20px;
  }
}

#multim .content .right {
  position: relative;
  float: right;
  width: 30%;
}

#multim .content h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  margin: 0px 0px 30px 0px;
}

#multim .content .image {
  margin-bottom: 30px;
}

#multim .content .lead {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 24px;
}

#multim .content .desc {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}

#multim .content .right ul {
  list-style: none;
  padding-top: 85px;
}

#multim .content .right ul > li:before {
  content: "+";
  color: #000;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0px;
  padding: 0px 5px 3px;
}

#multim .content .right ul > li {
  position: relative;
  padding-left: 28px;
}

#multim .content .right ul > li a {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
}
#multim iframe {
  margin-bottom: 30px;
}

iframe {
  border: none!important;
}