@charset "UTF-8";
/*
Theme Name: pizzaexpress
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the KofeLatte team
Author URI: http://KofeLatte.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pizzaexpress
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.paralax-container ::selection {
  color: #63698D;
  background: #F5F5F5; }

::selection {
  color: #63698D;
  background: #F5F5F5; }

.markup .btn {
  margin-bottom: 12px; }

.markup-colors div {
  width: 250px;
  height: 100px;
  margin-top: 24px; }

.markup-colors .brand-primary {
  background-color: #e2e3d8; }

.markup-colors .brand-secondary {
  background-color: #1F1F1F; }

.markup-colors .grey {
  background-color: #F5F5F5; }

.markup-colors .blue {
  background-color: #63698D; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 900; }

/*7-8*/
h1,
.title_1,
h2,
.title_2,
h3,
.title_3,
h4,
.title_4,
h5,
.title_5,
h6,
.title_6 {
  margin-bottom: 0.5em;
  color: #1F1F1F;
  font-family: "AKKURAT" !important; }

h1,
.title_1 {
  line-height: 54px;
  font-size: 38px; }

h2,
.title_2 {
  line-height: 39px;
  font-size: 30px; }

h3,
.title_3 {
  line-height: 36px;
  font-size: 24px; }

h4,
.title_4 {
  line-height: 30px;
  font-size: 20px; }

h5,
.title_5 {
  line-height: 24px;
  font-size: 18px; }

h6,
.title_6 {
  line-height: 24px;
  font-size: 16px; }

a {
  color: #1F1F1F;
  text-decoration: none; }
  a:hover {
    color: #1F1F1F;
    text-decoration: underline; }

.btn {
  padding: 13px 40px;
  border: 1px solid #000;
  outline: none;
  border-radius: 0;
  line-height: 1;
  text-align: center;
  font-size: 18px; }
  .btn:hover:not(.btn-link), .btn:focus {
    text-decoration: none;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0); }

.btn-primary {
  background-color: #fff;
  color: #000; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #000;
    color: #fff; }

.btn-secondary {
  background-color: #e2e3d8;
  border: 1px solid #e2e3d8;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #1F1F1F;
    color: #fff; }

.btn-success {
  background-color: #e2e3d8;
  border: 1px solid #e2e3d8;
  color: #fff; }
  .btn-success:hover, .btn-success:focus {
    background-color: #fff;
    border: 1px solid #1F1F1F;
    color: #1F1F1F; }

.btn-danger {
  background-color: #000;
  color: #fff; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #fff;
    border: 1px solid #1F1F1F;
    color: #000; }

.btn-link {
  padding: 0;
  border-radius: 0;
  color: #F5F5F5;
  font-weight: 700;
  font-size: 12px; }
  .btn-link:hover {
    color: #e2e3d8;
    text-decoration: none; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #595959;
    cursor: pointer; }
    input[type="checkbox"] + label:hover,
    input[type="radio"] + label:hover {
      color: #F5F5F5; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 19px;
      padding: 9px;
      background-color: #ffffff;
      border: 1px solid #ededed;
      border-radius: 2px;
      vertical-align: middle;
      content: "";
      cursor: pointer; }

input[type="radio"] + label:before {
  border-radius: 50%; }

input[type="radio"]:checked + label:before {
  background: url(assets/img/radio.png) center no-repeat;
  background-size: contain;
  border: 1px solid transparent;
  border-radius: 50%; }

input:checked + label {
  color: #F5F5F5; }
  input:checked + label:before {
    background: url(assets/img/checkbox.png) center no-repeat;
    background-size: contain;
    border: 1px solid transparent;
    content: ""; }

.scroll {
  /* IE */
  scrollbar-face-color: #e2e3d8;
  scrollbar-shadow-color: #F5F5F5;
  scrollbar-highlight-color: #F5F5F5;
  /* FireFox */
  scrollbar-color: #e2e3d8 #F5F5F5;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  max-height: 200px; }
  .scroll::-webkit-scrollbar {
    width: 6px; }
  .scroll::-webkit-scrollbar-thumb {
    background-color: #e2e3d8;
    background-clip: padding-box;
    border: 0px solid #F5F5F5; }
    .scroll::-webkit-scrollbar-thumb:hover {
      background-color: #1F1F1F;
      cursor: pointer; }
  .scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    cursor: pointer; }
  .scroll ::-webkit-scrollbar-button {
    background-color: transparent; }

@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px; } }

input {
  height: 48px;
  margin: 12px;
  padding: 0 15px;
  outline: none; }
  input:focus::placeholder {
    color: transparent; }

.post-item {
  font-size: 20px; }

.wrap_page {
  padding-top: 36px; }

.content .menu__bottom-row {
  padding: 60px 0; }

.content figure {
  padding: 48px 24px 24px; }

.content blockquote {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-family: "QUADRAAT";
  font-size: 35px; }
  .content blockquote span:last-child {
    display: none; }
  .content blockquote span {
    display: block;
    color: rgba(28, 28, 28, 0.5);
    font-size: 2em;
    line-height: 36px; }

.content figcaption {
  margin-top: 24px;
  line-height: 28px;
  text-align: center;
  font-family: "QUADRAAT";
  font-size: 24px; }

.content img.alignleft, .content img.alignright {
  max-width: 49%; }

.content img.alignleft {
  float: left;
  margin: 0 30px 25px 0; }

.content img.alignright {
  float: right;
  margin: 0 0 25px 30px; }

.content img.aligncenter {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

header {
  background-color: #e2e3d8; }
  header nav .navbar-toggler {
    padding: .25rem; }
    header nav .navbar-toggler:focus {
      box-shadow: none; }
  header nav .navbar-collapse {
    justify-content: flex-end; }
    header nav .navbar-collapse .nav-link {
      display: flex;
      align-items: center;
      color: #000;
      justify-content: center;
      font-size: 20px; }
  header nav .nav-item {
    margin-left: 25px; }
    header nav .nav-item:first-child {
      margin-left: 0; }
  header nav .dropdown-toggle:after {
    height: 7px;
    width: 10px;
    margin-top: 2px;
    border: none;
    background: url(assets/img/select_close.png) center no-repeat; }
  header nav .dropdown-toggle.show:after {
    height: 7px;
    width: 10px;
    border: none;
    background: url(assets/img/select_open.png) center no-repeat; }

.logo {
  max-width: 142px; }

.languages {
  display: flex;
  align-items: center; }

.languages-list {
  display: flex;
  align-items: center; }
  .languages-list .active img {
    padding: 0; }
  .languages-list img {
    width: 20px;
    padding: 3px;
    transition: 0.2s; }
  .languages-list li {
    margin-left: 8px;
    list-style: none; }
    .languages-list li:first-child {
      margin-right: 0; }
  .languages-list a:hover img {
    padding: 0; }

.navbar-toggler-icon label {
  display: flex;
  flex-direction: column;
  width: 36px;
  cursor: pointer; }
  .navbar-toggler-icon label span {
    background: #000;
    border-radius: 10px;
    height: 3px;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }

.navbar-toggler-icon span:nth-of-type(1) {
  width: 50%; }

.navbar-toggler-icon span:nth-of-type(2) {
  width: 100%; }

.navbar-toggler-icon span:nth-of-type(3) {
  width: 75%; }

.navbar-toggler-icon input[type="checkbox"] {
  display: none; }

.navbar-toggler-icon input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(3px, 0px); }

.navbar-toggler-icon input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg); }

.navbar-toggler-icon input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(15px, -3px) rotatez(45deg); }

/*=== BEGIN BASIC styles ===*/
body {
  font-family: "QUADRAAT";
  color: #1F1F1F;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

/*=== END BASIC styles ===*/
.markup-link {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  background-color: #ff282857;
  padding: 5px;
  border-radius: 50%;
  transition: .2s;
  text-decoration: none;
  font-weight: 900;
  color: #fff; }
  .markup-link:hover {
    background-color: #E31F45;
    color: #1F1F1F; }

section {
  margin-bottom: 90px; }

.section-title {
  font-size: 63px;
  padding: 17px;
  line-height: 1.1em;
  letter-spacing: 0em;
  text-align: center; }

.section-title__line {
  height: 1px;
  width: calc(100% - 33%);
  margin: 32px auto 15px;
  background-color: #ccc; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.first-screen {
  padding-bottom: 15px;
  /* ==== Slider Style === */
  /* ==== Slick Slider Css Ruls === */ }
  .first-screen .img-fill {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center; }
    .first-screen .img-fill img {
      width: 100%; }
  .first-screen *,
  .first-screen *:before,
  .first-screen *:after {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .first-screen .Grid1k {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px; }
  .first-screen .slick-slider {
    margin: 0;
    padding: 0 !important; }
  .first-screen .slick-slide {
    float: left;
    padding: 0; }
  .first-screen .slider__fiest-screen .item .img-fill {
    background: #000; }
  .first-screen .slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  .first-screen .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    max-height: 620px;
    margin: 17px;
    border: 1px solid #000; }
  .first-screen .slick-slider .slick-track,
  .first-screen .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .first-screen .slick-track {
    position: relative;
    left: 0;
    top: 0; }
  .first-screen .slick-track:before,
  .first-screen .slick-track:after {
    display: table; }
  .first-screen .slick-slide {
    float: left;
    height: 100%; }
  .first-screen .slick-vertical .slick-slide {
    display: block;
    height: auto; }

.NextArrow {
  position: absolute;
  z-index: 5;
  right: 12px;
  top: 50%;
  margin-top: -22.5px;
  background-color: transparent;
  border: 0 none; }
  .NextArrow:hover {
    opacity: 0.8; }
  .NextArrow:before {
    display: flex;
    width: 45px;
    height: 60px;
    background: url(assets/img/next.png) center no-repeat rgba(0, 0, 0, 0.12);
    background-size: 36px;
    content: ""; }

.PrevArrow {
  position: absolute;
  z-index: 5;
  left: 12px;
  top: 50%;
  margin-top: -22.5px;
  background-color: transparent;
  border: 0 none; }
  .PrevArrow:hover {
    opacity: 0.8; }
  .PrevArrow:before {
    display: flex;
    width: 45px;
    height: 60px;
    background: url(assets/img/prev.png) center no-repeat rgba(0, 0, 0, 0.12);
    background-size: 36px;
    content: ""; }

.whats-hot {
  margin: 0 auto 90px; }
  .whats-hot .slick-next {
    right: 0;
    top: 0; }
  .whats-hot .slick-prev {
    right: 0;
    top: 0; }
  .whats-hot .slick-slide {
    padding: 20px; }
    .whats-hot .slick-slide .img-box {
      display: flex;
      border: 1px solid #000; }
    .whats-hot .slick-slide img {
      width: 100%; }

.slider__title {
  display: flex;
  margin: 12px auto;
  justify-content: center;
  font-size: 32px; }

.slider__subtitle {
  text-align: center;
  font-size: 18px; }

.our-pizzerias {
  margin: 0 auto 90px; }
  .our-pizzerias .slick-track {
    display: flex;
    justify-content: center; }
  .our-pizzerias .slick-slide {
    padding: 20px;
    text-align: center; }
    .our-pizzerias .slick-slide .img-box {
      display: flex;
      border: 1px solid #000; }
  .our-pizzerias .slider__subtitle p,
  .our-pizzerias .slider__subtitle a {
    margin: 0;
    color: #000;
    text-decoration: none; }

section.section-form {
  padding-top: 60px;
  position: relative; }
  section.section-form:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 33%);
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ccc; }

.form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 670px;
  padding: 36px 36px 48px;
  background-color: #008f47;
  text-align: center;
  margin: 60px auto 0; }

.subscriber-party {
  display: flex;
  flex-direction: column; }
  .subscriber-party input {
    height: 48px;
    margin: 12px;
    padding: 0 15px;
    outline: none; }
  .subscriber-party .btn {
    width: 100%;
    max-width: 280px;
    margin: 24px auto 12px; }

.form__title {
  margin-bottom: 6px;
  color: #fff;
  font-size: 32px; }

.form__subtitle {
  margin-bottom: 24px;
  color: #fff;
  font-size: 18px; }

.examples {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.examples > * {
  margin: 18px; }

.text {
  color: #fff;
  text-align: center;
  margin-bottom: 30px; }

.text h2 {
  font-weight: 300;
  font-size: 2em;
  text-transform: capitalize; }

.text h3 {
  font-weight: 300;
  font-size: 1.3em; }

.text strong {
  font-weight: 700;
  color: #059BC6; }

/*! CSS Used from izmir.css */
.ls-izmir {
  --text-color: #ffffff;
  --primary-color: #00B4DB;
  --secondary-color: #0083B0;
  --padding: 1em;
  --transition-duration: 600ms;
  --border-margin: 15px;
  --border-width: 3px;
  --border-color: #ffffff;
  --border-radius: 3px;
  --image-opacity: 0.25;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #ffffff;
  color: var(--text-color);
  border-radius: 3px;
  border-radius: var(--border-radius); }

.ls-izmir:before,
.ls-izmir:after,
.ls-izmir *,
.ls-izmir *:before,
.ls-izmir *:after {
  box-sizing: border-box;
  transition: all 600ms ease;
  transition: all var(--transition-duration) ease; }

.ls-izmir figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1em;
  padding: var(--padding);
  width: 100%;
  z-index: 1; }

.ls-izmir img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%; }

.ls-reveal-right.ls-delay-100 {
  opacity: 1; }

.ls-izmir h4 {
  margin-top: 0;
  font-size: 42px;
  opacity: 1;
  transform: translate(0) rotate(0deg);
  color: #ffffff;
  color: var(--text-color); }

.ls-izmir h4:last-child {
  margin-bottom: 0; }

[class*=' ls-border']:before,
[class*=' ls-border']:after,
[class*=' ls-border'] figcaption:before,
[class*=' ls-border'] figcaption:after {
  background-color: #ffffff;
  background-color: var(--border-color);
  position: absolute;
  content: ''; }

[class*=' ls-border']:before,
[class*=' ls-border']:after {
  z-index: 1;
  height: 3px;
  height: var(--border-width);
  left: 15px;
  left: var(--border-margin);
  right: 15px;
  right: var(--border-margin);
  transform: scaleX(0); }

[class*=' ls-border']:before {
  top: 15px;
  top: var(--border-margin); }

[class*=' ls-border']:after {
  bottom: 15px;
  bottom: var(--border-margin); }

[class*=' ls-border'] figcaption {
  z-index: 3; }

[class*=' ls-border'] figcaption:before,
[class*=' ls-border'] figcaption:after {
  z-index: -1;
  width: 3px;
  width: var(--border-width);
  top: 15px;
  top: var(--border-margin);
  bottom: 15px;
  bottom: var(--border-margin);
  transform: scaleY(0); }

[class*=' ls-border'] figcaption:before {
  left: 15px;
  left: var(--border-margin); }

[class*=' ls-border'] figcaption:after {
  right: 15px;
  right: var(--border-margin); }

[class*=' ls-border'].hover:before,
[class*=' ls-border'].hover:after,
[class*=' ls-border'].hover figcaption:before,
[class*=' ls-border'].hover figcaption:after,
[class*=' ls-border']:hover:before,
[class*=' ls-border']:hover:after,
[class*=' ls-border']:hover figcaption:before,
[class*=' ls-border']:hover figcaption:after,
[class*=' ls-border']:focus:before,
[class*=' ls-border']:focus:after,
[class*=' ls-border']:focus figcaption:before,
[class*=' ls-border']:focus figcaption:after,
:focus > [class*=' ls-border']:before,
:focus > [class*=' ls-border']:after,
:focus > [class*=' ls-border'] figcaption:before,
:focus > [class*=' ls-border'] figcaption:after {
  transform: scale(1); }

.ls-border-bottom-left:before,
.ls-border-bottom-left:after,
.ls-border-bottom-left figcaption:before,
.ls-border-bottom-left figcaption:after {
  transform-origin: 0 100%; }

.ls-border-bottom-left:before {
  transition-delay: 0s; }

.ls-border-bottom-left:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }

.ls-border-bottom-left figcaption:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }

.ls-border-bottom-left figcaption:after {
  transition-delay: 0s; }

.ls-border-bottom-left.hover:before,
.ls-border-bottom-left:hover:before,
.ls-border-bottom-left:focus:before,
:focus > .ls-border-bottom-left:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }

.ls-border-bottom-left.hover:after,
.ls-border-bottom-left:hover:after,
.ls-border-bottom-left:focus:after,
:focus > .ls-border-bottom-left:after {
  transition-delay: 0s; }

.ls-border-bottom-left.hover figcaption:before,
.ls-border-bottom-left:hover figcaption:before,
.ls-border-bottom-left:focus figcaption:before,
:focus > .ls-border-bottom-left figcaption:before {
  transition-delay: 0s; }

.ls-border-bottom-left.hover figcaption:after,
.ls-border-bottom-left:hover figcaption:after,
.ls-border-bottom-left:focus figcaption:after,
:focus > .ls-border-bottom-left figcaption:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25); }

.ls-image-rotate-right img {
  transform: scale(1.1) translate(0, 0); }

.ls-image-rotate-right.hover img,
.ls-image-rotate-right:hover img,
.ls-image-rotate-right:focus img,
:focus > .ls-image-rotate-right img {
  transform: scale(1.3) rotate(15deg); }

.ls-delay-100,
.ls-delay-100 > * {
  transition-delay: 100ms; }

[class^='ls-reveal'] {
  display: inline-block; }

[class^='ls-reveal'] > * {
  display: inline-block; }

[class^='ls-reveal'] > *:last-child {
  margin-bottom: 0; }

[class^='ls-reveal'] {
  overflow: hidden;
  opacity: 1; }

.ls-izmir.hover [class^='ls-reveal'],
.ls-izmir:hover [class^='ls-reveal'],
.ls-izmir:focus [class^='ls-reveal'],
:focus > .ls-izmir [class^='ls-reveal'] {
  opacity: 1; }

.ls-izmir.hover [class^='ls-reveal'] > *,
.ls-izmir:hover [class^='ls-reveal'] > *,
.ls-izmir:focus [class^='ls-reveal'] > *,
:focus > .ls-izmir [class^='ls-reveal'] > * {
  transform: translate(0) rotate(0deg); }

.ls-reveal-right > * {
  transform: translateX(-100%); }

.ls-gradient-bottom-right {
  background-image: linear-gradient(315deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(315deg, var(--primary-color) 0%, var(--secondary-color) 100%); }

.ls-izmir .ls-layout-bottom-left {
  justify-content: center;
  align-items: center;
  text-align: left; }

.ls-izmir {
  background-color: #00B4DB;
  background-color: var(--primary-color); }

.ls-izmir figcaption {
  padding: 2em;
  padding: calc(var(--padding) * 2); }

.ls-izmir figcaption > * {
  opacity: 0; }

.ls-izmir.hover > img,
.ls-izmir:hover > img,
.ls-izmir:focus > img,
:focus > .ls-izmir > img {
  opacity: 0.25;
  opacity: var(--image-opacity); }

.ls-izmir.hover figcaption > *,
.ls-izmir:hover figcaption > *,
.ls-izmir:focus figcaption > *,
:focus > .ls-izmir figcaption > * {
  opacity: 1; }

footer {
  padding: 60px 0 48px;
  background-color: #000;
  color: #fff; }

.footer-logo {
  display: flex;
  width: 100%;
  max-width: 200px;
  margin-left: auto; }

.navigation-container {
  display: flex; }

.footer-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  padding: 0 15px; }
  .footer-nav a {
    padding-bottom: 12px;
    color: #ffffffcc;
    line-height: 1.4; }
    .footer-nav a:hover {
      color: #fff; }

.copyright {
  margin-top: 12px;
  border-top: 1px solid #5f5f5f;
  padding-top: 18px; }
  .copyright p {
    margin-bottom: 5px; }
  .copyright nav {
    margin: 0 -15px; }
    .copyright nav a {
      padding: 0 15px;
      border-right: 1px solid;
      color: #ffffffcc; }
      .copyright nav a:hover {
        color: #fff; }
      .copyright nav a:last-child {
        border: none; }

.download-menu {
  display: flex;
  padding-bottom: 24px;
  align-items: flex-start; }
  .download-menu .text-block {
    max-width: 700px;
    margin-right: auto;
    font-size: 20px; }

.list-menu {
  margin: 24px 0 36px; }

.list-menu__title {
  margin-bottom: 36px;
  text-align: center; }

.card {
  margin-bottom: 36px;
  border: none;
  text-align: center; }

.card-img {
  border: 1px solid #000;
  border-radius: 0; }

.card-text {
  font-size: 18px; }

.menu__bottom-row {
  display: flex;
  justify-content: space-around;
  padding: 0 0 60px; }

.block__form {
  padding: 0 0 90px; }
  .block__form form.row input {
    width: 100%;
    margin: 0; }
  .block__form form.row textarea {
    width: 100%;
    margin: 0; }
  .block__form form.row label {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px; }
    .block__form form.row label > span {
      display: flex;
      flex-direction: column; }
  .block__form form.row [type="date"], .block__form form.row select, .block__form form.row [type="submit"] {
    max-width: 280px; }

.talk-to-us .block__form {
  padding: 0;
  margin: 0; }

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (min-width: 768px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-toggler {
    display: none; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; } }

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 48px; }
  section {
    margin-bottom: 80px; }
  .download-menu {
    flex-direction: column; }
    .download-menu .text-block {
      margin-bottom: 24px; } }

@media screen and (max-width: 767px) {
  .wrap_page {
    padding-top: 24px; }
  header nav .dropdown-item {
    text-align: center; }
  header nav .dropdown-menu {
    background-color: transparent;
    border: none; }
  header nav .nav-item:first-child {
    margin-left: 25px; }
  header nav ul.navbar-nav {
    margin-top: 12px;
    border-top: 1px solid #bdbdbd; }
  .languages {
    justify-content: center; }
  .languages-list {
    padding: 10px 0 36px 21px; }
  .first-screen {
    padding-bottom: 0; }
  .section-title {
    padding: 17px 0;
    font-size: 32px; }
    .section-title .section-title__line {
      margin: 15px auto 15px; }
  .content figure {
    padding: 15px; }
  .content blockquote {
    font-size: 24px; }
    .content blockquote span {
      line-height: 24px; }
  .content figcaption {
    margin-top: 18px;
    line-height: 22px;
    font-size: 18px; }
  .content img.alignleft, .content img.alignright {
    width: 100%;
    max-width: 100% !important; }
  .content img.alignleft {
    float: left; }
  .content img.alignright {
    float: right; }
  .content img.aligncenter {
    margin: 0 !important;
    margin-bottom: 20px !important; }
  .talk-to-us .block__form {
    padding: 0;
    margin: 0 auto 72px; }
  section {
    margin-bottom: 36px; }
  .form-container {
    padding: 36px 24px 48px; }
  .subscriber-party input {
    margin: 12px 0; }
  .ls-izmir h4 {
    font-size: 28px; }
  .download-menu .btn {
    margin: 12px auto; }
  footer {
    padding: 48px 0 24px; }
  .footer-logo {
    margin: 0 auto 48px; }
  .footer-nav {
    margin: 0 auto 24px; }
    .footer-nav a {
      text-align: center; }
  .navigation-container {
    flex-direction: column; }
  .copyright {
    text-align: center; } }

@media screen and (max-width: 575px) {
  .card {
    margin-bottom: 24px; }
  .menu__bottom-row {
    flex-direction: column; }
    .menu__bottom-row .btn {
      width: 100%;
      margin-bottom: 24px; } }

/* === END MEDIA === */

/*# sourceMappingURL=style.css.map */
