@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
*, *::before, *::after {
  box-sizing: border-box; }

body {
  background-color: #FFFFFF;
  color: #60605f;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1rem;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    font-size: 0.875rem; }

p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0; }

a {
  color: #60605f;
  text-decoration: none; }
  a:hover {
    color: #60605f;
    text-decoration: underline; }

.o-col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 600px) {
    .o-col--md20 {
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (min-width: 600px) {
    .o-col--md25 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 600px) {
    .o-col--md33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  @media (min-width: 600px) {
    .o-col--md40 {
      flex: 0 0 40%;
      max-width: 40%; } }
  @media (min-width: 600px) {
    .o-col--md45 {
      flex: 0 0 45%;
      max-width: 45%; } }
  @media (min-width: 600px) {
    .o-col--md50 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 600px) {
    .o-col--md55 {
      flex: 0 0 55%;
      max-width: 55%; } }
  @media (min-width: 600px) {
    .o-col--md60 {
      flex: 0 0 60%;
      max-width: 60%; } }
  @media (min-width: 1200px) {
    .o-col--lg20 {
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (min-width: 1200px) {
    .o-col--lg25 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .o-col--lg33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  @media (min-width: 1200px) {
    .o-col--lg40 {
      flex: 0 0 40%;
      max-width: 40%; } }
  @media (min-width: 1200px) {
    .o-col--lg45 {
      flex: 0 0 45%;
      max-width: 45%; } }
  @media (min-width: 1200px) {
    .o-col--lg50 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .o-col--lg55 {
      flex: 0 0 55%;
      max-width: 55%; } }
  @media (min-width: 1200px) {
    .o-col--lg60 {
      flex: 0 0 60%;
      max-width: 60%; } }

.o-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: -15px;
  padding-right: -15px;
  width: 100%; }
  @media (min-width: 600px) {
    .o-container {
      max-width: 1100px; } }
  @media (min-width: 1200px) {
    .o-container {
      max-width: 1440px; } }

.o-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center; }
  @media (min-width: 600px) {
    .o-row {
      flex-direction: row; } }
  .o-row--center-y {
    align-items: center; }
  .o-row--reverse-sm {
    flex-direction: column-reverse; }
    @media (min-width: 600px) {
      .o-row--reverse-sm {
        flex-direction: row; } }

.c-btn {
  border: none;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  padding: .4rem 0;
  text-align: center;
  text-transform: uppercase;
  transition: border .33s ease-in-out, color .33s ease-in-out, background-color .33s ease-in-out;
  width: 80px;
  align-self: center; }
  @media (min-width: 600px) {
    .c-btn {
      font-size: 0.875rem;
      padding: .5rem 0;
      width: 120px; } }
  @media (min-width: 1200px) {
    .c-btn {
      font-size: 0.875rem;
      padding: .6rem 0;
      width: 140px; } }
  .c-btn:hover {
    text-decoration: none; }
  .c-btn--primary {
    background-color: #60605f;
    color: #fcf4f3; }
    .c-btn--primary:hover {
      background-color: #ffc0c0;
      color: #FFFFFF; }
  .c-btn--rose {
    background-color: #ffc0c0;
    color: #fcf4f3; }
    .c-btn--rose:hover {
      background-color: #60605f;
      color: #FFFFFF; }
  .c-btn--outline {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
    .c-btn--outline:hover {
      border: 1px solid #ffc0c0;
      color: #ffc0c0; }

.c-divider {
  background-color: #60605f;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  opacity: .31;
  margin-bottom: 10px;
  width: 90%; }
  .c-divider--white {
    background-color: #FFFFFF;
    opacity: initial; }
  .c-divider__section {
    margin-top: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .c-divider__section {
        margin-top: 40px; } }
    @media (min-width: 1200px) {
      .c-divider__section {
        margin-top: 70px; } }
  .c-divider__section95 {
    width: 85%; }
    @media (min-width: 600px) {
      .c-divider__section95 {
        margin-top: 10px; } }
    @media (min-width: 1200px) {
      .c-divider__section95 {
        margin-top: 10px; } }

.c-divider-white {
  background-color: #FFFFFF;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }

.c-heading {
  color: #60605f;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .c-heading {
      line-height: 1.5;
      margin-bottom: 30px; } }
  .c-heading--level1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem; }
    @media (min-width: 600px) {
      .c-heading--level1 {
        font-size: 3rem; } }
    @media (min-width: 1200px) {
      .c-heading--level1 {
        font-size: 3rem; } }
  .c-heading--level2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem; }
    @media (min-width: 1200px) {
      .c-heading--level2 {
        font-size: 1.75rem; } }
  .c-heading--level3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem; }
    @media (min-width: 600px) {
      .c-heading--level3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        margin-top: 10px; } }
    @media (min-width: 1200px) {
      .c-heading--level3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        margin-top: 10px; } }
    .c-heading--level3--special {
      margin-bottom: 36px; }
      @media (min-width: 600px) {
        .c-heading--level3--special {
          margin-bottom: 46px; } }
      @media (min-width: 1200px) {
        .c-heading--level3--special {
          margin-bottom: 56px; } }
  .c-heading--level4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem; }
    @media (min-width: 1200px) {
      .c-heading--level4 {
        font-size: 1.125rem; } }
  .c-heading--level5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem; }
    @media (min-width: 1200px) {
      .c-heading--level5 {
        font-size: 1rem; } }
  .c-heading--bold {
    font-weight: 700; }
  .c-heading--lower {
    text-transform: lowercase; }
  .c-heading--white {
    color: #FFFFFF; }

.c-heart-icon__image {
  display: block;
  margin: 0 auto;
  width: 30px; }

.c-heart-icon__image-hero {
  display: block;
  margin: 0 auto;
  width: 5%; }

.c-icon-box {
  background-color: #fcf4f3;
  display: flex;
  font-family: 'Forum', cursive;
  flex-wrap: wrap;
  flex-direction: column;
  height: 450px;
  padding-top: 60px;
  text-align: center; }
  @media (min-width: 600px) {
    .c-icon-box {
      height: 570px; } }
  @media (min-width: 1200px) {
    .c-icon-box {
      height: 480px; } }
  .c-icon-box__image {
    display: flex;
    /** Najwyzsza ikona ma 117 px **/
    height: 90px;
    justify-content: center; }
    @media (min-width: 600px) {
      .c-icon-box__image {
        height: 100px; } }
    @media (min-width: 1200px) {
      .c-icon-box__image {
        height: 117px; } }
  .c-icon-box__icon {
    align-self: center; }
  .c-icon-box__text {
    align-self: center;
    font-size: 0.875rem;
    margin-bottom: 15px;
    max-width: 80%; }

.c-icon-box2 {
  align-items: center;
  display: flex;
  font-family: 'Forum', cursive;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 20px; }
  @media (min-width: 600px) {
    .c-icon-box2 {
      flex-direction: row;
      justify-content: flex-start; } }
  .c-icon-box2__image {
    display: inline-block;
    padding-right: 10px; }
    @media (min-width: 1200px) {
      .c-icon-box2__image {
        padding-right: 30px; } }
  .c-icon-box2__icon {
    align-self: center; }
  .c-icon-box2__text {
    align-self: center;
    display: inline-block;
    font-size: 0.875rem;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .c-icon-box2__text {
        font-size: 1.125rem; } }

.c-icon-box3 {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  color: #FFFFFF;
  font-size: 4rem;
  transition: color .5s ease-in-out;
  background-color: transparent;
  border: none; }
  .c-icon-box3:hover {
    color: #ffc0c0; }

.c-logo-box {
  display: block;
  margin: auto;
  width: 55%;
  padding: 2% 0; }
  @media (min-width: 600px) {
    .c-logo-box {
      width: 60%;
      padding: 25% 0; } }
  @media (min-width: 600px) {
    .c-logo-box {
      width: 50%;
      padding: 2% 0; } }
  .c-logo-box__logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 600px) {
      .c-logo-box__logo {
        width: 90%; } }
    @media (min-width: 600px) {
      .c-logo-box__logo {
        width: 90%; } }

.c-icon-size {
  max-height: 75px; }
  @media (min-width: 600px) {
    .c-icon-size {
      max-height: 85px; } }
  @media (min-width: 1200px) {
    .c-icon-size {
      max-height: 100px; } }

.c-icon-size2 {
  max-height: 40px; }
  @media (min-width: 600px) {
    .c-icon-size2 {
      max-height: 60px; } }
  @media (min-width: 1200px) {
    .c-icon-size2 {
      max-height: 70px; } }

.c-nav__item {
  color: #60605f;
  display: block;
  font-size: 1.125rem;
  padding-bottom: 2.5px;
  padding-top: 2.5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transition: color .5s ease-in-out; }
  .c-nav__item:hover {
    color: #ffc0c0;
    text-decoration: none; }
  @media (min-width: 600px) {
    .c-nav__item {
      display: inline-block;
      margin-left: 2%;
      margin-right: 2%;
      width: auto; } }
  @media (min-width: 1200px) {
    .c-nav__item {
      padding-top: 20px;
      font-size: 1.75rem;
      margin-left: 3%;
      margin-right: 3%;
      width: auto; } }
  @media (min-width: 800px) {
    .c-nav__item {
      margin-left: 0;
      margin-right: 0; } }

.c-nav-social {
  transition: color .5s ease-in-out; }
  .c-nav-social:hover {
    color: #ffc0c0;
    text-decoration: none; }

nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }

nav ul,
nav li {
  flex: 1; }

nav a {
  text-decoration: none;
  display: block; }

nav li {
  width: auto;
  position: relative;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95); }
  @media (min-width: 800px) {
    nav li {
      margin-left: 3%;
      margin-right: 3%; } }

nav input,
nav label {
  display: none;
  width: 36px;
  height: 36px;
  background: #555;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 1.6rem; }

nav label {
  position: absolute;
  top: 5px;
  right: 20px;
  transition: .4s; }

nav label:hover {
  cursor: pointer; }

nav label:before {
  font-family: FontAwesome;
  font-size: 24px;
  content: "\f0c9";
  text-align: center; }

/************* MEDIA QUERIES **************/
@media only screen and (max-width: 800px) {
  nav {
    position: relative; }
  nav ul {
    transform: translateY(0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    transition: all .5s;
    position: absolute;
    width: 100%; }
  nav li {
    flex: none;
    width: 100%;
    border-bottom: solid 1px rgba(96, 96, 95, 0.5); }
  nav input[type="checkbox"]:checked + ul {
    transform: translateY(-110%);
    width: 100%;
    background: #999;
    transition: all .5s; }
  nav label {
    display: block; }
  nav input[type="checkbox"]:checked + ul li:nth-child(1) {
    background: #777;
    color: #fff; } }

.t-about-me {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 600px) {
    .t-about-me {
      margin-top: 60px; } }
  .t-about-me__image {
    max-width: 120px;
    margin: 0 auto;
    padding-top: 20px; }
    @media (min-width: 600px) {
      .t-about-me__image {
        display: block;
        margin-left: 20px;
        max-width: 100%;
        padding-bottom: 20px; } }
    @media (min-width: 1200px) {
      .t-about-me__image {
        display: block;
        margin-left: 40px;
        max-width: 100%;
        padding-bottom: 20px; } }
  .t-about-me__p {
    display: block;
    font-family: 'Forum', cursive;
    font-size: 0.625rem;
    text-align: justify;
    margin-bottom: 7.5px; }
    @media (min-width: 600px) {
      .t-about-me__p {
        font-size: 0.875rem;
        margin-right: 20px;
        padding-left: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      .t-about-me__p {
        font-size: 1rem;
        margin-right: 40px;
        padding-left: 0; } }
  .t-about-me__p-hide-sm {
    display: none; }
    @media (min-width: 1200px) {
      .t-about-me__p-hide-sm {
        display: block; } }
  @media (min-width: 1200px) {
    .t-about-me__right {
      padding-bottom: 50px; } }

.t-contact {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 1440px; }
  @media (min-width: 600px) {
    .t-contact {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .t-contact__right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }

.t-contact-form {
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }

.t-contact-details {
  margin: 0 auto;
  max-width: 800px;
  color: #FFFFFF; }
  @media (min-width: 1200px) {
    .t-contact-details {
      margin-left: 15%; } }

.t-contact-social {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }
  .t-contact-social__icons {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px; }

.t-contact-logo {
  max-width: 100px;
  margin: 0 auto;
  padding-bottom: 20px; }

input {
  margin-bottom: 15px; }

input:first-of-type {
  margin-top: 35px; }

textarea {
  height: 300px;
  margin-bottom: 10px; }

input, textarea {
  font-family: 'Forum', cursive;
  font-size: 1rem;
  padding: 10px 10px 10px;
  border: none;
  background: #FFFFFF;
  color: #60605f;
  border-radius: 5px;
  width: 90%; }

label.error {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  display: block;
  padding-bottom: 20px;
  width: 80%;
  margin: auto;
  color: #ffc0c0;
  border-radius: 5px; }

.message {
  font-size: 1rem;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  width: 80%;
  margin: auto;
  color: #60605f;
  border-radius: 5px; }

.t-examples {
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 600px) {
    .t-examples {
      padding-top: 40px;
      padding-bottom: 40px; } }

.t-examples-btn {
  display: block;
  margin: 0 auto;
  margin-top: 20px; }

.t-img-gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  text-align: center; }
  @media (min-width: 600px) {
    .t-img-gallery {
      padding-left: 15px;
      padding-right: 15px; } }
  .t-img-gallery__item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 10px; }

.t-img-gallery-row {
  margin-left: 0;
  margin-right: 0; }

a.t-img-gallery-popup-vertical-fit {
  cursor: zoom-in; }

.t-img-gallery-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 20px; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-arrow-left:before {
  border-right: none !important; }

.mfp-arrow-right:before {
  border-left: none !important; }

button.mfp-arrow, .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out; }

.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter {
  opacity: 1 !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.t-offer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media (min-width: 600px) {
    .t-offer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .t-offer__item {
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .t-offer__item {
        margin-bottom: 40px; } }

.t-site-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .t-site-header__menu {
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 800px) {
      .t-site-header__menu {
        width: 80%; } }
  .t-site-header__divider {
    background-color: #60605f;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    opacity: .31; }
  .t-site-header__hero {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-image: url("../images/header-tlo.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    padding-bottom: 7%;
    padding-top: 7%;
    /*padding-top: 12%;
        padding-bottom: 12%;
        
        @include medium-up {
            padding-top: 13%;
            padding-bottom: 14%;
        }

        @include large-up {
            padding-top: 14%;
            padding-bottom: 15%;
        }*/ }

.u-bg-white {
  background-color: #FFFFFF; }

.u-bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.6); }

.u-bg-gray-dark {
  background-color: #60605f; }

.u-bg-rose-very-light {
  background-color: #f9f9f9; }

.u-photo-sizes {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  margin: 0;
  align-items: flex-start; }

.u-photo-size-big {
  width: 100%;
  padding-top: 2%; }

.u-photo-size-small-left {
  padding-bottom: 4%;
  padding-top: 4%;
  padding-right: 2%;
  width: 50%;
  height: auto; }
  @media (min-width: 600px) {
    .u-photo-size-small-left {
      padding-bottom: 3.5%;
      padding-top: 0; } }

.u-photo-size-small-right {
  padding-bottom: 4%;
  padding-top: 4%;
  padding-left: 2%;
  width: 50%;
  height: auto; }
  @media (min-width: 600px) {
    .u-photo-size-small-right {
      padding-bottom: 3.5%;
      padding-top: 0; } }

.u-photo-size-long {
  width: 100%;
  padding-top: 2%; }

.u-mb-1 {
  margin-bottom: 10px; }

.u-mb-2 {
  margin-bottom: 20px; }

.u-mb-3 {
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .u-mb-3 {
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .u-mb-3 {
      margin-bottom: 30px; } }

@media (min-width: 600px) {
  .u-mb-4 {
    margin-bottom: 40px; } }

.u-mb-5 {
  margin-bottom: 50px; }

.u-mb-6 {
  margin-bottom: 60px; }

.u-mb-1-sm {
  margin-bottom: 10px; }

.u-mb-2-sm {
  margin-bottom: 20px; }

.u-mb-3-sm {
  margin-bottom: 30px; }

.u-mb-4-sm {
  margin-bottom: 40px; }

.u-mb-5-sm {
  margin-bottom: 50px; }

.u-mb-6-sm {
  margin-bottom: 60px; }

.u-mt-0.5 {
  margin-top: 5px; }

.u-mt-1 {
  margin-top: 10px; }

.u-mt-2 {
  margin-top: 20px; }

.u-mt-3 {
  margin-top: 30px; }

.u-mt-4 {
  margin-top: 40px; }

.u-mt-5 {
  margin-top: 50px; }

.u-mt-6 {
  margin-top: 60px; }

.u-mt-1-sm {
  margin-top: 10px; }

.u-mt-2-sm {
  margin-top: 20px; }

.u-mt-3-sm {
  margin-top: 30px; }

.u-mt-4-sm {
  margin-top: 40px; }

.u-mt-5-sm {
  margin-top: 50px; }

.u-mt-6-sm {
  margin-top: 60px; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

.u-text-justify {
  text-align: justify; }

.u-text-white {
  color: #FFFFFF; }

.u-text-family {
  font-family: 'Forum', cursive; }

.u-phone-no {
  color: inherit;
  text-decoration: none; }
