<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Core Mellow';
  font-weight: normal;
}

input,
textarea,
select,
button {
  font-family: 'Core Mellow';
  font-weight: normal;
  letter-spacing: 1px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

form {
  position: relative;
  z-index: 2
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  text-decoration: none
}

:focus {
  outline: 0;
}

@font-face {
  font-family: 'Arial';
  src: url('fonts/ArialMT.eot');
  src: local('Arial'), local('ArialMT'),
    url('fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
    url('fonts/ArialMT.woff2') format('woff2'),
    url('fonts/ArialMT.woff') format('woff'),
    url('fonts/ArialMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Core Mellow';
  src: url('fonts/CoreMellow-CnRegular.eot');
  src: local('Core Mellow 47 Cn Regular'), local('CoreMellow-CnRegular'),
    url('fonts/CoreMellow-CnRegular.eot?#iefix') format('embedded-opentype'),
    url('fonts/CoreMellow-CnRegular.woff2') format('woff2'),
    url('fonts/CoreMellow-CnRegular.woff') format('woff'),
    url('fonts/CoreMellow-CnRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Code Pro Bold LC';
  src: url('fonts/Code-Pro-Bold-LC.eot');
  src: local('Code Pro Bold LC'), local('Code-Pro-Bold-LC'),
    url('fonts/Code-Pro-Bold-LC.eot?#iefix') format('embedded-opentype'),
    url('fonts/Code-Pro-Bold-LC.woff2') format('woff2'),
    url('fonts/Code-Pro-Bold-LC.woff') format('woff'),
    url('fonts/Code-Pro-Bold-LC.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Core Mellow';
  src: url('fonts/CoreMellow-CnBold.eot');
  src: local('Core Mellow 67 Cn Bold'), local('CoreMellow-CnBold'),
    url('fonts/CoreMellow-CnBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/CoreMellow-CnBold.woff2') format('woff2'),
    url('fonts/CoreMellow-CnBold.woff') format('woff'),
    url('fonts/CoreMellow-CnBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Core Mellow';
  src: url('fonts/CoreMellow-CnMedium.eot');
  src: local('Core Mellow 57 Cn Medium'), local('CoreMellow-CnMedium'),
    url('fonts/CoreMellow-CnMedium.eot?#iefix') format('embedded-opentype'),
    url('fonts/CoreMellow-CnMedium.woff2') format('woff2'),
    url('fonts/CoreMellow-CnMedium.woff') format('woff'),
    url('fonts/CoreMellow-CnMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Core Mellow';
  src: url('fonts/CoreMellow-CnLight.eot');
  src: local('Core Mellow 37 Cn Light'), local('CoreMellow-CnLight'),
    url('fonts/CoreMellow-CnLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/CoreMellow-CnLight.woff2') format('woff2'),
    url('fonts/CoreMellow-CnLight.woff') format('woff'),
    url('fonts/CoreMellow-CnLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('fonts/Avenir-Black.woff2') format('woff2'),
      url('fonts/Avenir-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}




.clr {
  clear: both;
  height: 0;
  width: 100%;
}



html,
body,
.kapsul {
  width: 100%;
  height: 100%;
  font-family: 'Core Mellow';
  font-weight: normal;
}

.kapsul {
  position: relative
}

.kapsul .left {
  position: absolute;
  width: 71.2%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.main_background {
  position: absolute;
  z-index: -1;
  padding: 2.5rem 2.5rem;
}

.kapsul .right {
  position: fixed;
  width: 28.8%;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
}

.banner_img {
  max-width: 200px;
  margin: 10px;
}

.main_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_text_top {
  width: 50%;
  display: block;
  max-width: 600px;
  margin-left: 52%;
  text-align: right;
  margin-top: 6%;
}

.main_text_top h3 {
  color: #144733;
  font-size: 40px;
  text-shadow: 0px 0px 3px #000;
}

.main_text_top h3 .main_text_topv2 {
  font-size: 40px;
  font-weight: bold;
  display: block;
  /* text-align: right; */
}

 .main_text_topv3 {
  font-size: 40px;
  font-weight: bold;
  /* text-align: right; */
  /* width: 100%; */
  /* display: block; */
  /* margin-right: 6%; */
  /* margin-top: 4%; */
  color: #144733;
  display: block;
}

.main_bottom h5 {
  text-align: right;
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  text-shadow: 0px 0px 3px #000;
  margin-top: 38%;
  margin-right: 10%;
}

.main_bottom_textv2 {
  font-weight: bold;
}

.main_text_top_mob, .main_bottom_text_mob{
  display: none;
}

.video-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  left: -100%;
  z-index: 2;
  overflow: hidden
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.slog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
  z-index: 2;
  display: inline-block
}

.slog * {
  display: block;
  text-align: center;
}

.slog .text,
.text-mob {
  display: block;
  text-align: center;
  font-size: 38px;
  color: #0d3c0b
}

.text-mob {
  display: none
}

.slog img {
  width: 84%;
  max-width: 644px;
  margin: 0 auto;
}

.buttons {
  margin-top: 50px
}

.buttons a {
  width: 200px;
  height: 56px;
  border-radius: 10px;
  display: block;
  float: left;
  color: #fff;
  background: #427e27;
  position: relative;
  margin-left: 7%;
  font-weight: 600;
  font-size: 17px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(34, 92, 13, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(34, 92, 13, 1);
  box-shadow: 0px 4px 0px 0px rgba(34, 92, 13, 1);
}

.buttons a span {
  right: 10px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  text-align: center
}

.buttons a.lokasyon {
  float: right;
  margin-right: 7%;
  margin-left: 0
}

.buttons a.lokasyon:after,
.buttons a.video:after {
  width: 49px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 10px;
  content: "";
  background: url(../images/lokasyon-icon.png)
}

.buttons a.video:after {
  width: 40px;
  background: url(../images/video-icon.png)
}

.form {
  width: 100%;
  padding: 50px;
  position: relative;
  height: 100%;
  /*top: 50%;
  transform: translateY(-50%)*/
}

.logomob {
  display: none
}

.form h3 {
  width: 100%;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.form.tesekkurler h3 {
  margin: 20px 0
}

.form.tesekkurler h4 {
  margin-bottom: 40px
}

.form h4 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 300;
  letter-spacing: 1px;
}

.form-group {
  width: 100%;
  position: relative
}

.form-group input,
textarea {
  font-size: 15px;
  color: #000;
  height: 35px;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.5);
  background: none;
  display: block;
  width: 100%
}

textarea {
  height: 90px;
}

.btn,
.mainBtn {
  border: 0;
  width: 100%;
  cursor: pointer;
  padding: 10px 0;
  border-radius: 10px;
  display: block;
  float: none;
  color: #fff;
  background: #144733;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  margin-top: 3vh;
}

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

.disclaimer {
  font-family: 'Arial';
  font-size: 12px;
  padding: 3px 0;
  color:#000;
}
.disclaimer label {
  color:#000;
  font-size: 1vw;
}

::-webkit-input-placeholder {
  font-size: 15px;
  color: #000;
}

:-moz-placeholder {
  font-size: 15px;
  color: #000
}

::-moz-placeholder {
  font-size: 15px;
  color: #000
}

:-ms-input-placeholder {
  font-size: 15px;
  color: #000
}


.mesalogo {
  float: left;
  display: block
}

.mesalogo img {
  height: 48px
}

.phone {
  float: right;
  display: block;
  height: 48px;
  line-height: 48px;
  color: #696969;
  font-size: 24px;
  font-weight: 700
}

video {
  height: 100%;
  width: 100%
}

.close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background: #427e27;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 50px;
  text-align: center
}

.fancyxom {
  width: 1200px !important;
  height: 450px !important;
}

.bgmob {
  display: none
}


.owl-carousel .owl-item img.bgmob {
  display: none
}

.left-area,
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 100%
}

.owl-controls {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 50%;
  margin-top: -20px;
  left: 0;
  pointer-events: none
}

.owl-nav {
  width: 100%;
  height: 100%;
  position: relative
}

.owl-nav div {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: 100% 100%;
  pointer-events: all
}

.owl-prev {
  left: 10px;
  background: url(../images/arrowPrev2.png);
}

.owl-next {
  right: 10px;
  background: url(../images/arrowNext2.png);
}

.firstbg {
  width: 100%;
  height: auto;
}

.firstbg .sol {
  width: 38%;
  height: 100%;
  float: left;
}

.firstbg .sag {
  width: 62%;
  height: 100%;
  float: left;
  position: relative;
}

.owl-carousel .owl-item img.logo_new {
  width: 165px;
}

.sol h3 {
  display: block;
  text-align: center;
  font-size: 72px;
  color: #154734;
  font-weight: normal;
  letter-spacing: 5px;
}

.sol p {
  font-size: 20px;
  line-height: 27px;
  color: #97af41;
  width: 78%;
  display: block;
  clear: both;
}

.firstbg .sag img.gorsel {
  display: block;
  width: 100%;
}

.firstbg .sag img.patlangac {
  display: block;
  width: 18%;
  position: absolute;
  bottom: 20px;
  left: -9%;
}

.lansman {
  margin: 20px 0;
  height: 70px;
  width: 100%;
  background: #97af41;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden
}

.lansman div {
  display: block;
  width: 25%;
  float: right;
  height: 100%;
  position: relative
}

.lansman div span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
  color: #fff;
}

.lansman div span small {
  font-size: 23px
}

.lansman div.half {
  width: 50%;
  font-size: 30px;
  float: left;
  background: #144733
}

.links {
  padding-bottom: 10px;
}

.links a {
  width: 32%;
  font-size: 12px;
  height: 45px;
  overflow: hidden;
  float: left;
  color: #fff;
  margin-right: 2%;
  background: #83953e;
  display: block;
  position: relative;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.links a p {
  width: 30%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0
}

.links a span {
  width: 70%;
  position: absolute;
  height: auto;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  letter-spacing: 1px;
}

.links a p svg {
  padding-top: 11px;
  width: 30px;
  padding-left: 7px;
}

.links a.lokasyon svg {
  width: 39px;
}

.links a.last {
  margin-right: 0
}

.footers {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.footers .mesakurlogo img {
  max-width: 75px;
  height: auto;
}

.footers .phones {
  font-size: 27px;
  font-weight: 500;
  color: #878385;
  cursor: default;
}

.footer_phone {
  display: flex;
  top: -22px;
  position: relative;
}

.footer_phone a:first-child {
  padding-right: 13px;
  border-right: 1px solid #878385;
}

.footer_phone a:last-child {
  padding-left: 13px;
}

.afterdiv:after {
  width: 1px;
  height: 80%;
  left: 0;
  top: 10%;
  background: #fff;
  content: "";
  position: absolute
}

.lansman.mobil-op,
.links.mobil-op,
.footers.mobil-op {
  display: none
}

.owl-carousel .owl-item img.kulak.mobil-open {
  display: none
}

.aydinlatma-metni {
  text-decoration: underline;
  font-weight: bold;
  color: #000
}


.footer { display: inline-block; width: 100%; }
.footer .logo-area { margin-left: 4.25%; margin-top: 0.1%; float:left; width: 9.7%; }
.footer .lokasyona-goz-at { width: 17.7%; margin-left: 16.95%; margin-top: 2.8%; float:left; }
.footer .websitesini-ziyaret-et { width: 17.7%; margin-left: 1.45%; margin-top: 2.8%; float:left; }
.footer .telefon { color:#635d5d; font-family: 'Avenir', sans-serif; font-size: 40px; margin-left: 14.25%; margin-top: 3.8%; float:left; }
.footer .lokasyona-goz-at img, .footer .websitesini-ziyaret-et img, .footer .logo-area img { width: 100%; }

#owl { width: 90.5%; height: 57.3%; margin:0 auto; display:block; border:5px solid #628a1a; }
.left-area h1 { font-size: 71px; color:#144734; font-family: 'Montserrat', sans-serif; font-weight: bold; text-align: center; padding:33px 0; }
.left-area span { font-size: 38px; color:#779f28; font-family: 'Avenir', sans-serif; font-weight: bold; text-align: center; margin:0 0 23px 0; text-align: center; display: block;}
.left-area .single-img { width:100%; }
.formAltiMesaLogo { width: 41%; display: block; margin: 0 auto; }
.formAltiMesaLogo img { width: 100%; margin-top: 2vw;}
 
@media screen and (max-width:1580px) {
  .main_bottom h5 { margin-top: 24%; }
  .form {
    padding: 10px 20px;
  }

  .form-group input,
  textarea {
    height: 32px;
    margin-top: 5px;
  }

  textarea {
    height: 54px;
  }

  .btn {
    font-size: 24px;
  }


  .sol h3 {
    font-size: 42px;
  }

  .lansman {
    height: 50px;
  }

  .lansman div span {
    font-size: 28px
  }

  .footers {
    padding: 0 50px;
    bottom: 10px;
  }

  .mesakurlogo img {
    height: 45px;
    width: auto !important
  }

  .firstbg {
    position: relative;
  }

  .links {
    width: 44%;
  }

}
@media screen and (max-width:1366px) {
  .main_text_top { margin-left: 39%; }
  
  .left-area h1 {font-size: 42px;padding: 30px 0 20px 0;}
  .left-area span {font-size: 24px;}
  .footer .telefon { font-size: 26px; }
 

  
}

@media screen and (max-width: 1300px) { 
  .footers{
    bottom: 20px;
  }
}

@media screen and (max-width:1024px) {
  .main_text_top h3 { margin: 8.5% 0 0 15%; }
  .fancyxom {
    width: 956px !important;
  }
  .footer_phone {
    display: block;
    text-align: center;
    top: initial;
}
.footer_phone a:first-child{
  border-right:0;
}
.footers .mesakurlogo img{
  margin:0 auto;
}
.banner_img{
  max-width: 180px;
}
.form h3{
  font-size: 22px;
  line-height: 22px;
}
.form h4{
  font-size: 16px;
}
.btn{
  font-size: 16px;
}
  .disclaimer label{
    font-size: 1.5vh;
  }
.owl-carousel .owl-item img.logo_new{
  width:100px;
}
.links {
  width: 59%;
}
.main_text_top {
  width: 52%
}
.footers {
  padding: 0 20px;
}

#owl { height: 21.9% }

}

@media screen and (max-width:900px) {
  .formAltiMesaLogo { display:none; }
   .main_text_topv3 { display:none; }
  .main_bottom{
    display: none;
  }
  .main_bottom_text_mob{
    display: block;
    margin:0 auto;
    max-width:400px;
    color: #144733;
    font-size: 20px;
    text-align: center;
    font-weight: bold;padding-bottom: 20px;
  }
  .main_background {
    position: relative;
    z-index: -1;
    padding: 1rem;
}
.links {
  width: 100%;
  margin: 10px 0;
}
.main_bottom h5 {
  padding: 0;
  text-align: center;
}
.main_top {
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}
.banner_img {
  max-width: 150px;
}
  .main_text_top{
    display: none;
  }
  .main_text_top_mob{
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .main_text_top_mob h3{
   margin:0 auto;
   max-width:400px;
    color: #144733;
    font-size: 25px;
    font-weight: bold;
  }
  .fancyxom {
    width: 700px !important;
  }

  .kapsul .left,
  .kapsul .right {
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    clear: both;
    position: relative
  }

  .kapsul .left {
    height: auto;
    overflow: hidden
  }

  .kapsul .right {
    height: auto;
    padding-bottom: 20px;
  }

  .slog .text {
    font-size: 28px;
  }

  .slog img {
    width: 75%;
  }

  .buttons {
    text-align: center;
    margin-top: 18px
  }

  .buttons a {
    width: 160px;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    float: none;
    display: inline-block
  }

  .slog {
    top: 5%;
    transform: none;
  }

  .bg {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
  }

  .slog img {
    margin: 0 auto
  }

  .form {
    padding-bottom: 0
  }



  .text-mob,
  .logo {
    display: none
  }

  .logomob {
    display: block;
    margin: 5px auto;
  }

  .bgmob {
    display: block;
    width: 100%
  }

  .bg {
    display: none
  }

  html,
  body,
  .kapsul {
    height: auto
  }

  .left-area,
  .owl-carousel,
  .owl-stage-outer,
  .owl-stage,
  .owl-item,
  .item {
    height: auto
  }

  .firstbg,
  .firstbg .sag,
  .firstbg .sol,
  .firstbg .sol img,
  .lansman div span {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .logo_new {
    display: none !important
  }

  .bg {
    display: none !important
  }

  .owl-carousel .owl-item img.bgmob {
    display: block;
    width: 100%
  }

  .lansman,
  .links {
    display: none
  }

  .footers {
    display: none
  }

  .lansman.mobil-op,
  .links.mobil-op,
  .footers.mobil-op {
    display: inline-block;
  }

  .lansman {
    background: none;
    margin: 10px 0 0;
    padding: 0 10px;
    height: auto;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lansman div {
    width: 50%;
    height: auto;
    background: #97af41;
    padding: 10px 0
  }

  .lansman div.clr {
    clear: both;
    width: auto;
    height: 0px
  }

  .lansman div.half {
    width: 100%;
    clear: both
  }

  .lansman div span {
    display: block;
    margin: 0 auto
  }

  .form {
    top: auto;
    transform: none
  }

  .links a p img {
    max-height: 55%
  }

  .links a {
    font-size: 11px
  }

  .links {
    padding: 0 10px
  }

  .kapsul .right {
    margin-top: 20px
  }

  .firstbg .sag {
    padding: 0 30px
  }

  .sag h3 {
    font-size: 30px;
  }

  .sag p {
    width: 100%
  }

  .firstbg {
    margin: 0;
    border: none;
  }

  .firstbg .sol {
    padding: 0 30px;
  }

  .sol h3 {
    font-size: 32px;
    padding: 10px 0;
  }

  .sol h3 br {
    display: none;
  }

  .firstbg .sag img.patlangac {
    top: 0;
    left: 0;
  }

  .owl-carousel .owl-item img.kulak.mobil-open {
    display: block;
    width: 30% !important;
    float: right
  }

  .footers {
    padding: 20px 10px;
    position: relative;
    bottom: auto;
    left: auto
  }

  .footers .phones {
    cursor: pointer
  }

  .owl-controls {
    position: relative;
    top: auto;
    margin-top: 0;
    display:none;
  }

  .footers .mesakurlogo {
    display: block;
    float: none;
    text-align: center;
  }

  .footers .phones {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 25px;
  }

  .footer .lokasyona-goz-at { margin-left:14%; }

}

@media screen and (max-width:480px) {
  .footer .telefon { display:none; }

  .footer .logo-area { display:none; }
  .left-area h1 br { display: none; }
  .left-area h1 { font-size: 26px; padding: 15px 0; }
  .left-area span { font-size: 16px; }
  .footer .lokasyona-goz-at { margin-left: 3%; width: 46%; }
  .footer .websitesini-ziyaret-et { width: 46%; }
  .footer .telefon { font-size: 16px; margin-left: 9%; }
  .footers .mesakurlogo img { max-width: 130px; }
  .logomob { width: 20%; }

  .fancyxom {
    width: 100% !important;
  }

  .kapsul .left {
    height: auto
  }

  .fancybox-close {
    top: -36px !important;
    right: 8px !important;
  }

  #data {
    width: 100%
  }

}

@media screen and (max-width:375px) {

  .fancyxom {
    width: auto !important;
  }
}

@media screen and (max-width:321px) {
  .fancyxom {
    width: auto !important;
  }

  .sag h3 {
    font-size: 27px;
  }
}</pre></body></html>